/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */


.half {
    display: flex;
    align-items: center;
}


span.class-span {
    font-size: 20px !important;
    letter-spacing: 16px;
    text-transform: uppercase;
    color: #fcc61e;
    font-weight: 400;
}


@media (min-width: 767px) {
.h1-class h1 {
    font-size: 39px;
    line-height: 49px;
    font-weight: 600;
    padding-bottom: 21px !important;
}

.font-class h2 , .font-class h1 {
    font-size: 37px;
    line-height: 47px;
    font-weight: 600;
    padding-bottom: 21px !important;
}

.class-big{
	    font-size: 34px !important;
	    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif !important;
    line-height: 47px;
    font-weight: 600 !important;
    padding-bottom: 21px !important;
}


.class-h3 h3 {
    font-size: 27px;
    line-height: 37px;
    font-weight: 600;
}
}


@media (max-width: 980px) {
.h1-class h1 {
    font-size: 33px;
    line-height: 47px;
    font-weight: 600;
    padding-bottom: 21px !important;
}

.font-class h2 , .font-class h1 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
    padding-bottom: 21px !important;
}

.class-big{
	    font-size: 28px !important;
	    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif !important;
    line-height: 40px;
    font-weight: 600 !important;
    padding-bottom: 21px !important;
}


.class-h3 h3 {
    font-size: 27px;
    line-height: 37px;
    font-weight: 600;
}	
}





/**********************/

.et_pb_column.class-attachment {
    background-attachment: fixed;
}


.et_pb_column.class-attachment2 {
    background-attachment: fixed;
    background-position: right center !important;
}


.icon-class li {
    background: url(/wp-content/uploads/2025/04/verifier.png) no-repeat left 2px;
    padding: 0 0 11px 32px;
    list-style-type: none;
    background-size: 24px;
    margin-left: -10px;
}
.icon-class {
    list-style-type: none;
    margin: 0;
    padding: 0;
}


.class-hide-filter .et_pb_image {
    filter: none !important;
}



@media (max-width: 980px) {
    .et_pb_column.et_pb_column_empty {
        display: block !important;
        padding: 47% !important;
    }
	.reverse {
    display: flex;
    flex-direction: column-reverse;
}
}

@media (max-width: 980px) {
.mobile_menu_bar:before{
	
	color: #FCC61E !important;
}

.et_mobile_menu{
border-top: 3px solid #FCC61E !important;	
}
    .et_fixed_nav #main-header {
        position: fixed !important;
    }
}




/****************/
.fixed-phone {
    position: fixed;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    background-color: #fcc61e;
    border-radius: 100px 0px 0px 100px;
    width: 70px;
    transition: width 0.3s ease, background-color 0.5s ease;
    overflow: hidden;
    z-index: 2;
    white-space: nowrap;
}
.fixed-phone a {
  display: flex;
  align-items: center;
  color: white;
	padding: 15px 0px 15px 20px;
  text-decoration: none;
  font-size: 16px;
}
.phone-icon {
  font-size: 20px;
  margin-right: 10px;
  transform: rotate(90deg);
}
.phone-number {
  display: none;
  font-size: 16px;
  color: white;
  white-space: nowrap;
}
.fixed-phone:hover {
  width: 210px;
}
.fixed-phone:hover .phone-number {
  display: inline;
}
.fixed-phone:hover .phone-icon {
  margin-right: 15px;
}
@media (max-width:767px) {
.fixed-phone {
    width: 50px;
}
.fixed-phone a {
    padding: 10px 0px 10px 10px;
}
}

/****************/


@media (min-width:981px) {


li.class-right.menu-item {
    right: -115px;
}
li.class-left {
    left: -109px;
}
}


@media (max-width:981px) {


span.select_page {
    display: none !important;
}
	.mobile_menu_bar:before {
    top: -34px !important;
	}
	
	
	    .et_header_style_split #et_mobile_nav_menu {
			margin-top: -11px !important;
	}
    .et_header_style_split #logo {
        max-height: 71px !important;
    }
	
	    .et_header_style_split .et_mobile_menu {
        top: 37px !important;
    }
}