/*
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-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;
}*/