/*
Theme Name: Divi - Child theme
Theme URI: 
Version: 0.8
Description: Divi - Child 
Author: Social Mind
Author URI: http://www.socialmind.gr
Template: Divi
*/
/*@import url(../Divi/style.css);*/
/* =Theme customization starts here

------------------------------------------------------- */

:root {
	--main: #F4E12F;
}

@font-face {
	  font-family: 'PFCatalog';
	  src: URL('./font/PFCatalog-Regular.otf') format('truetype');
}

@font-face {
    font-family: 'PFCatalog';
    font-weight: 700;
    src: URL('./font/PFCatalog-Bold.otf') format('truetype');
}

@font-face {
    font-family: 'PFCatalog';
    font-weight: 900;
    src: URL('./font/PFCatalog-Black.otf') format('truetype');
}

body {
	font-family: 'PFCatalog' !important;
}

/* Main Elements - Start */

.et-search-form, blockquote {
    border-color: var(--main);
}

body #page-container a.main-button.et_pb_button {
    border-radius: 20px;
    border-top-left-radius: 0px;
    padding: 6px 35px !important;
}

body #page-container a.main-button.et_pb_button:hover {
	padding: 6px 40px !important;
}

.main-title.et_pb_text h1 {
    font-size: 43px;
    font-weight: 900;
	padding-top: 30px;
}

.main-title.et_pb_text h1:before {
    content: '';
    width: 100px;
    height: 20px;
    position: absolute;
    top: 0px;
    background-image: linear-gradient(135deg, #231F20 50%, #f4e12f00 50%);
    background-size: 300%;
    background-position: 81% 0;
    transition: all 0.7s ease;
    left: 0;
    right: 0;
    margin: auto;
}

.main-title.et_pb_text.et_had_animation h1:before {
	background-position: 0 0;
}

.title-row p {
    max-width: 730px;
    margin: 0 auto;
}

.title-row .main-title.et_pb_text {
    margin-bottom: 20px;
}

.section-with-assets.et_pb_section {
	overflow: hidden;
    border-bottom-width: 20px;
    border-bottom-color: #f4e12f;
    border-bottom: 20px solid var(--main);
}

.section-with-assets.et_pb_section:before {
	content: '';
    position: absolute;
    height: 60%;
    aspect-ratio: 1/1;
    background-image: url(https://savethebee.gr/wp-content/uploads/2024/02/save-the-bee-assets-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -5%;
}

.section-with-assets.et_pb_section:after {
    content: '';
    background-image: url(https://savethebee.gr/wp-content/uploads/2024/02/save-the-bee-assets-2.svg);
    position: absolute;
    width: 384px;
    aspect-ratio: 1/1;
    background-repeat: no-repeat;
    background-size: contain;
    right: -7%;
    bottom: -23%;
}

.img-with-frame img {
	border-radius: 10px;
}

.img-with-frame span.et_pb_image_wrap:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: var(--main);
    position: absolute;
    top: 6%;
    left: -6%;
	border-radius: 10px;
}

.img-with-frame.right span.et_pb_image_wrap:before {
	left: unset;
    right: -6%;
}

.blured-sectio-with-bg  {
	border-bottom: 20px solid var(--main);
}

@media screen and (min-width: 981px) {
	.blured-sectio-with-bg .et_pb_row:nth-child(1), .blured-sectio-with-bg .et_pb_row:nth-child(3) {
		max-width: 40%;
		margin-left: 10%;
		margin-bottom: 5%;
	}

	.blured-sectio-with-bg .et_pb_row:nth-child(2) {
		max-width: 40%;
		margin-right: 10%;
		margin-bottom: 5%;
	}
}

@media screen and (max-width: 980px) {
	.blured-sectio-with-bg .et_pb_row:nth-child(1), .blured-sectio-with-bg .et_pb_row:nth-child(2) {
		margin-bottom: 30px;
	}
}

.blured-sectio-with-bg .et_pb_row {
    padding: 2%;
    backdrop-filter: blur(13px);
    background-color: #ffffff38;
    border-radius: 10px;
}

/* Main Elements - End */

/* Home - Start */

.homepage-main-banner.et_pb_section {
	min-height: 100vh;
	display: flex;
	align-items: center;
}

.homepage-main-banner h1 {
	padding-bottom: 35px;
}

.homepage-main-banner h2 {
	font-weight: 700;
    max-width: 1000px;
}

.homepage-main-banner .et_pb_row:before {
	content: '';
    width: 100px;
    height: 20px;
    position: absolute;
    top: -10px;
    background-image: linear-gradient(135deg, var(--main) 50%, #f4e12f00 50%);
    background-size: 300%;
    background-position: 81% 0;
    transition: all 1s ease;
}

.homepage-main-banner .et_pb_row.et_had_animation:before {
    background-position: 0 0;
}

@media screen and (min-width: 1040px) {
	.honeycomb-wrap {
		display: grid;
		grid-template-columns: repeat(4, 266px);
		align-items: center;
		row-gap: 10px;
		justify-content: center;
		margin-left: 5%;
	}

	.honeycomb-wrap .honeycomb-cell:nth-child(1) {
		grid-row-start: 1;
		grid-row-end: 2;
		grid-column-start: 1;
		grid-column-end: 2;
	}

	.honeycomb-wrap .honeycomb-cell:nth-child(2) {
		grid-row-start: 2;
		grid-row-end: 4;
		grid-column-start: 1;
		grid-column-end: 2;
	}

	.honeycomb-wrap .honeycomb-cell:nth-child(3) {
		grid-row-start: 4;
		grid-row-end: 6;
		grid-column-start: 1;
		grid-column-end: 2;
	}

	.honeycomb-wrap .honeycomb-cell:nth-child(4) {
		grid-row-start: 6;
		grid-row-end: 7;
		grid-column-start: 1;
		grid-column-end: 2;
	}

	.honeycomb-wrap .honeycomb-cell:nth-child(5) {
		grid-row-start: 1;
		grid-row-end: 3;
		grid-column-start: 2;
		grid-column-end: 3;
	}

	.honeycomb-wrap .honeycomb-cell:nth-child(6) {
		grid-row-start: 3;
		grid-row-end: 5;
		grid-column-start: 2;
		grid-column-end: 3;
	}

	.honeycomb-wrap .honeycomb-cell:nth-child(7) {
		grid-row-start: 5;
		grid-row-end: 7;
		grid-column-start: 2;
		grid-column-end: 3;
	}

	.honeycomb-wrap .honeycomb-cell:nth-child(8) {
		grid-row-start: 1;
		grid-row-end: 2;
		grid-column-start: 3;
		grid-column-end: 4;
	}

	.honeycomb-wrap .honeycomb-cell:nth-child(9) {
		grid-row-start: 2;
		grid-row-end: 4;
		grid-column-start: 3;
		grid-column-end: 4;
	}

	.honeycomb-wrap .honeycomb-cell:nth-child(10) {
		grid-row-start: 4;
		grid-row-end: 6;
		grid-column-start: 3;
		grid-column-end: 4;
	}

	.honeycomb-wrap .honeycomb-cell:nth-child(11) {
		grid-row-start: 6;
		grid-row-end: 7;
		grid-column-start: 3;
		grid-column-end: 4;
	}

	.honeycomb-wrap .honeycomb-cell:nth-child(12) {
		grid-row-start: 1;
		grid-row-end: 3;
		grid-column-start: 4;
		grid-column-end: 5;
	}

	.honeycomb-wrap .honeycomb-cell:nth-child(13) {
		grid-row-start: 3;
		grid-row-end: 5;
		grid-column-start: 4;
		grid-column-end: 5;
	}

	.honeycomb-wrap .honeycomb-cell:nth-child(14) {
		grid-row-start: 5;
		grid-row-end: 7;
		grid-column-start: 4;
		grid-column-end: 5;
	}


	.honeycomb-wrap .honeycomb-cell.align-start {
		align-self: start;
	}

	.honeycomb-wrap .honeycomb-cell.align-center {
		align-self: center;
	}

	.honeycomb-wrap .honeycomb-cell.align-end {
		align-self: end;
	}

	.honeycomb-wrap .honeycomb-cell.small-margin {
		left: -16%;
	}

	.honeycomb-wrap .honeycomb-cell.med-margin {
		left: -31%;
	}

	.honeycomb-wrap .honeycomb-cell.big-margin {
		left: -46%;
	}
}

@media screen and (max-width: 1039px) {
	.honeycomb-code .honeycomb-wrap .honeycomb-cell.empty {
		display: none;
	}

	.honeycomb-wrap {
		flex-direction: column;
		align-items: center;
		gap: 30px;
		display: flex;
	}
}


.honeycomb-code .honeycomb-wrap .honeycomb-cell {
    transition: all 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 266px;
    height: 230px;
	position: relative;
}

.honeycomb-wrap .honeycomb-cell.with-text {
    background-image: url(https://savethebee.gr/wp-content/uploads/2024/01/Asset-14.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 8px;
}

.honeycomb-wrap .honeycomb-cell.with-text * {
    text-align: center;
}

.honeycomb-wrap .honeycomb-cell.with-text > * {
    max-width: 60%;
    margin: 0 auto;
}

.honeycomb-wrap .honeycomb-cell h1, .honeycomb-wrap .honeycomb-cell h2, .honeycomb-wrap .honeycomb-cell h3 {
    font-size: 16px;
    font-weight: 900;
}

.honeycomb-wrap .honeycomb-cell p {
    font-size: 14px;
    line-height: 1em;
}

.honeycomb-cell.with-text .img-wrap {
}

.honeycomb-cell.with-text .img-wrap img {
    max-width: 90px;
}

.progrram-contents.et_pb_column {
    display: flex;
    flex-wrap: wrap;
}

.progrram-contents.et_pb_column .et_pb_blurb .et_pb_image_wrap {
	position: relative;
}

.progrram-contents.et_pb_column .et_pb_blurb {
    flex: 1;
}

.progrram-contents.et_pb_column .et_pb_blurb .et_pb_image_wrap:before {
    content: '';
    width: 90%;
    height: 90%;
    position: absolute;
    background-image: url(https://savethebee.gr/wp-content/uploads/2024/02/save-the-bee-assets-4.svg);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.5;
}

.progrram-contents.et_pb_column .et_pb_blurb .et_pb_blurb_container {
    text-align: left;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    height: fit-content;
    color: white;
    max-width: 50%;
}

.progrram-contents.et_pb_column .et_pb_blurb .et_pb_animation_top.et-animated {
	animation: none;
}

/* Home - End */

/* Header - Start */

header .et_pb_section .col-2 {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    max-width: 600px;
}

header .et_pb_section .et_pb_row:after {
	display: none;
}

header .et_pb_section .et_pb_row {
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

header .et-menu > li:not(.menu-item-type-custom).current-menu-item > a {
    border-bottom: 3px solid var(--main);
    padding-bottom: 2px;
}

header .close-search, header .open-search {
    cursor: pointer;
	transition: opacity 0.5s ease;
}

header .close-search:hover, header .open-search:hover {
	opacity: 0.5;
}

header .et_pb_section, header .et_pb_section .et_pb_row, header .et_pb_section .et_pb_image img {
	transition: all 0.5s ease-in-out;
}

header .et_pb_section.et_pb_sticky--top {
    background-color: #f3f3f3;
}

header .et_pb_section.et_pb_sticky--top .et_pb_row {
    padding: 5px 0px !important;
}

header .et_pb_section.et_pb_sticky--top .et_pb_image img {
    max-width: 90px;
}

header div.asl_m .probox .proclose svg {
    background: #f4ff2f;
}

header .et_mobile_menu {
	border-top: 3px solid var(--main);
}

/* Header - End */

/* Footer - Start */

footer .et_pb_section {
    background-size: initial;
    background-position: 110% 50%;
}

footer .et_pb_column {
    min-height: 193px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

footer .logo.et_pb_image {
    position: absolute;
    left: 0;
    margin: 0;
}

/* Footer - End */

.yellow-marker li::marker {
  color:  #F4E12F;
}

.carousel-slider__caption p {
	color: black;
}

.ct-ultimate-gdpr-cookie-popup-modern .ct-container {
	padding: 0;
}

.ct-ultimate-gdpr-container {
	display: none;
}

form.wpcf7-form {
    max-width: 900px;
    margin: 0 auto;
}

form input[type="submit"] {
	margin: 0 auto;
    display: block;
    border: 2px solid black;
    background: transparent;
    padding: 10px 30px;
    font-size: 16px;
	cursor: pointer;
	background: var(--main);
	color: black;
	border: 2px solid var(--main);
	transition: all 0.5s ease;
}

form input[type="submit"]:hover {
	border: 2px solid black;
    background: transparent;
}

form input[type="tel"], form input[type="text"], form input[type="email"], form textarea {
    padding: 20px 35px;
    margin-bottom: 20px;
    width: 100%;
    background: transparent;
    border: 1px solid var(--main);
    transition: all 0.8s ease;
}

form input[type="text"]:focus, form input[type="email"]:focus, form textarea:focus, form input[type="tel"]:focus {
    border: 1px solid black;
}

@media screen and (max-width: 980px) {
	footer .logo.et_pb_image {
		position: relative;
	    text-align: center;
    	margin-bottom: 20px;
	}
	
	footer div.et_pb_section.et_pb_section_0_tb_footer {
		background-image: linear-gradient(62deg, #00000061 0%, #00000061 100%), url(https://savethebee.gr/wp-content/uploads/2024/01/Asset-2-8.png) !important;
	}
	
	header .mobile_nav .mobile_menu_bar:before {
		color: black !important
	}
	
	header .col-2, header .et_pb_menu, header .et_pb_menu_inner_container, header .et_pb_menu__wrap, header .et_mobile_nav_menu, header .mobile_nav {
	    position: initial;
	}
}

@media screen and (max-width: 505px) {
	header .et_pb_section .et_pb_row {
	    flex-direction: column;
	}
	
	header .et_pb_section .et_pb_row .et_pb_image {
	    margin: auto;
    	max-width: 150px;
		text-align: center;
	}
	
	header .et_pb_section .et_pb_row  .et_pb_column {
		margin-bottom: 0;
	}
	
	header .et_pb_section .col-2 {
	    justify-content: center;
	}
	
	header .et_pb_section .col-2 .et_pb_icon {
		margin: 0px;
	}
	
	.main-title.et_pb_text h1 {
    	font-size: 33px;
	}
	
	header .et_mobile_menu {
		border-top: 2px solid var(--main);
	}
}