/*
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-color: #00aeef;
	--secondary-color: #696a6c;
	--gray-color: #fafafa;
}

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

body {
	font-family: 'ACGeosansLight' !important;
}
*/

.home-page-title h1 {
    font-weight: bold;
}

.home-page-title h1 strong{
    font-weight: bold;
}

.home-page-title h1 strong {
    color: #bbfa6d;
}

.home-info-blurb h3{
	font-weight: bold;
}

.home-info-blurb p{
	padding-top: 20px;
}

.home-icon-blurb .et_pb_main_blurb_image {
    width: 60px;
}

.home-reasons-blurb .et_pb_blurb_description strong {
    color: #005de4;
}

.home-reasons-blurb .et_pb_blurb_description {
    font-size: 18px;
}

.home-about-row .et_pb_column:before {
    content: "";
    background-image: url(/wp-content/uploads/2026/04/corner-line.png);
    width: 130px;
    height: 62px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 10px;
    top: 10px;
}

.home-about-row .et_pb_column:after {
    content: "";
    background-image: url(/wp-content/uploads/2026/04/corner-line.png);
    width: 130px;
    height: 62px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 10px;
    bottom: 10px;
    transform: rotate(180deg);
}

#top-menu li.current-menu-item>a {
    color: #005de4;
}


li.menu-demo-request a {
    background-color: #005de4 !important;
    color: white !important;
	padding: 12px 18px !important;
    border-radius: 20px;
    font-size: 15px;
	transition: all 0.5s;
}

#main-header.et-fixed-header li.menu-demo-request a{
	color: white !important;
}

.et-fixed-header #top-menu li.menu-demo-request.current_page_item>a{
	color: white !important;
}

li.home-menu-image img {
    width: 24px;
    vertical-align: sub;
}

@media screen and (max-width: 980px) {
    .et_fixed_nav #main-header.et-fixed-header {
        position: fixed !important;
		top: 0 !important;
    }
}

.bold-blue-letters p strong {
    color: #005de4;
    font-weight: 500;
}

.page-section-title p {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.page-section-title p strong {
    font-weight: 500;
    color: #005de4;
}

/*.home .et_pb_section_0_tb_footer.et_pb_section.et_section_regular.et_flex_section {
    background-color: white !important;
}*/

.home-slider h2.et_pb_slide_title {
    font-weight: 500;
    font-size: 34px;
	margin-bottom: 30px;
}

.home-slider .et_pb_slide_content p {
    font-size: 23px;
    line-height: 1.4em;
}

.home-slider .et_pb_slide_content p em {
    font-size: 13px;
    line-height: 1em;
}

.home-slider .et_pb_slide_content {
    margin-bottom: 20px;
}

.et-pb-controllers a{
	width: 25px;
}

.lime-home-slide h2.et_pb_slide_title {
    color: #bbfa6d !important;
    font-weight: bold;
}

.lime-home-slide a.et_pb_button.et_pb_more_button {
    background-color: #bbfa6d !important;
    border-color: #bbfa6d !important;
    color: black !important;
}

.lime-home-slide:before {
    content: "";
    width: 491px;
    height: 286px;
    background-image: url(/wp-content/uploads/2026/06/lines.png);
    position: absolute;
    right: 0;
    bottom: -50px;
    background-repeat: no-repeat;
    background-size: contain;
}

.home-white-boxed-blurb-row {
  align-items: stretch;
}

.home-white-boxed-blurb-row .et_pb_column,
.home-white-boxed-blurb {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.et_pb_blurb_content,
.et_pb_blurb_container,
.et_pb_blurb_description {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.home-white-boxed-blurb p {
	flex: 1;
	background: #fff;
	border-radius: 30px;
	padding: 20px !important;
	margin-top: 20px;
}


@media screen and (max-width: 980px){
	.home-white-boxed-blurb-row{
		flex-direction: column;
		
	}
	.home-white-boxed-blurb-row .et_pb_column{
		width: 100% !important;
	}
}

.home-white-boxed-blurb h4{
	position: relative;
	padding-bottom: 25px;
}

.home-white-boxed-blurb h4:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100px; 
	height: 4px; 
	background-color: #bbfa6d;
}

.home-quotes-slider .et_pb_slide_image img{
	max-width: 300px;
}

.home-quotes-slider-image{
	position: relative;
}

.home-quotes-slider-image:before{
	content: '';
	position: absolute;
	top: -4%;
	left: 10%;
	transform: translateX(-50%);
	width: 30%; 
	height: 30%; 
	background-color: #bbfa6d;
}

.connection-text-title h2{
	line-height: 1.2em;
	font-size: 30px;
}

.connection-text-title{
	padding-top: 30px;
	position: relative;
}

.connection-text-title:before{
	content: '';
	position: absolute;
	top: -5%;
	left: 55%;
	transform: translateX(-50%);
	width: 40%; 
	height: 5%; 
	background-color: #bbfa6d;
}