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

 Theme Name:   Divi-Child-Exeplore
 Theme URI:    https://exeplore.com/
 Description:  A Divi Child theme created by exeplore web design.
 Author:       EXEPLORE, LLC
 Author URI:   https://exeplore.com/
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/
/* -- Common --*/

img{
	object-fit:cover;
}
.et_button_no_icon .et_pb_button:after {
    display: inherit !important;
}
button.et_pb_contact_submit.et_pb_button {
    margin-left: 3% !important;
}
.et_pb_blurb_position_left .et_pb_blurb_container {
    padding-left: 10px;
}
/*-- Header --*/
.site-header .Site-header-row .header-buttons {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    align-items: center;
    width: 34%;
}
.site-header .Site-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Site-header-row ul li {
    padding: 0px 24px !important;
}
.site-header .Site-header-row  .header-left-column {
    margin-right: 0px;
}
.mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
}
.mobile_menu_bar:before {
    transition: all .4s ease;
    transform: rotate(0deg);
    display: block;
    top: 0 !important;
    font-size: 36px;
}
.mobile_nav.opened .mobile_menu_bar::before {
	transition: all .4s ease;
	transform: rotate(90deg);
	display: block;
    border-radius: 100%;
}
/*-- Home --*/
.hero-section .et_pb_button_module_wrapper {
display:inline-block;
}
.banner-form {
    border-radius: 10px;
}
.banner-form button.et_pb_contact_submit.et_pb_button {
    width: -webkit-fill-available !important;
}
.banner-form  .et_contact_bottom_container {
    display: block;
    width: 100%;
}
.services-buttons .et_pb_css_mix_blend_mode_passthrough{
    display: flex;
    justify-content: center;
}
.provider-lists{
    display: grid;
    grid-template-columns: 19.5% 19.5% 19.5% 19.5% 19.5%;
    gap: 8px;
}
.services-list {
    display: grid;
    grid-template-columns: 23.7% 23.7% 23.7% 23.7%;
    gap: 20px;
}
.service-item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 3px 4px 18px 0px rgba(0, 0, 0, .1);
}
.service-item img {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
}
h3.service-title {
    padding: 10px 20px 5px 20px;
    font-size: 20px;
    line-height: 25px;
}
.service-excerpt {
    padding: 0px 20px 20px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #787373;
    line-height: 23px;
}
.sub-heading{
    display: inline-block;
}
.et-pb-contact-message {
    color: #fff;
}
.et-pb-contact-message ul {
    padding-bottom: 8px;
}
.center-sub-heading-row{
	text-align:center;
}
.ti-widget.ti-goog .ti-controls-line .dot {
    background: #ffd028 !important;
}

/*-- Responsive --*/
@media (max-width:1180px) {
    .site-header .Site-header-row .header-buttons {
        width: 45% !important;
	}
    ul#mobile_menu1 li a {
        padding-left: 0px;
    }
}
@media (min-width:768px) and (max-width:980px) {
    .trust-badge {
        display: grid;
        grid-template-columns: 50% 50%;
    }
    .trust-badge .et_pb_blurb_description {
        line-height: 21px;
    }
    .provider-lists {    
        grid-template-columns: 50% 50%
    }
    button.et_pb_contact_submit.et_pb_button {
        margin-left: 3% !important;
    }
}
@media (max-width:980px){
    .mobile_nav,
    .et_mobile_nav_menu{
        width: 100% !important;
        margin:0 !important
    }

    .mobile_menu_bar{
        display: none !important;
    }
    .et_mobile_menu{
        display: block;
        position: relative;
        box-shadow: none;
        border: none;
        margin: 0 0 0 auto !important;
        padding: 3px 0px 0px 0px !important;
        top: calc(100% + 12px) !important;
        left: 0;
        width: 100%;
    }
    .et_mobile_menu li a {
        padding: 10px 20px; 
        font-weight: 600 !important;
    }
    ul.sub-menu{
        padding:0 !important
    }
    .et_mobile_menu li li {
        padding-left: 0 !important;
    }
    .et_mobile_menu li li a{
        padding-left: 30px;
        font-weight: 400 !important;
    }
    .offcanvas-header .et_pb_column_1_2 {
        width: 50% !important;
    }
    .et_mobile_menu .menu-item-has-children>a{
        background: none !important;
    }
    .et_mobile_menu .menu-item-has-children > .sub-menu {
        display: none !important;
        visibility: hidden !important;
    }
    .et_mobile_menu .menu-item-has-children > .sub-menu.visible {
        display: block !important;
        visibility: visible !important;
    }
    .mobile-toggle-icon {
        position: absolute;
        right: 0;
        top: 0;
        padding: 10px 20px;
        cursor: pointer;
        z-index: 10;
    }
    .mobile-toggle-icon:after {
        content: '\33';
        font-family: 'ETmodules';
        font-size: 16px;
        color: #000;
    }
    .et_mobile_menu li.menu-item-has-children {
        position: relative;
    }
    .offcanvas-toggle{
        margin-right:0 !important
    }
    .header-menu .et_pb_menu__wrap{
        display: none;
    }
    .site-header .Site-header-row .header-buttons {
        gap: 0;
    }
    body:not(.divi_page_et_theme_builder) .offcanvas-wrap {
        position: fixed;
        min-width: 300px;
        left: -100%;
        width: 100%;
        max-width: 500px;
        top: 0;
        z-index: 99;
        transition: all .3s ease;
    }
    body.offcanvas-active .header-menu:before {
        content: '';
        display: block;
        position: fixed;
        background: rgba(0, 0, 0, .7);
        z-index: 9;
        top: 0;
        left: 0;
        width: 100%;
        bottom: 0;
    }
    body:not(.divi_page_et_theme_builder).offcanvas-active .offcanvas-wrap{
        left: 0;
    }
    li.current-menu-item>a {
        color: #a7d129 !important;
    }
    .offcanvas-header .et_pb_image_0_tb_header.et_pb_module {
        margin-left: 0 !important;
    }
}
@media (max-width:768px){
	.provider-lists {    
        grid-template-columns: 100%;
    }
    .services-list {
        grid-template-columns: 100%
    }
	.et_pb_module_header{
        padding-bottom:5px;
    }
}



