/*
 Theme Name:     Divi child Theme
 Description:    Divi Child Theme
 Author:         Firstcom Solutions
 Template:       Divi
 Version:        1.0.0
*/

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

/** Take out the divider line between content and sidebar **/
#main-content .container:before {background: none;}
 
/** Expand the content area to fullwidth **/
@media (min-width: 981px){
    #left-area {
        width: 100%;
        padding: 23px 0px 0px !important;
        float: none !important;
    }
}

/** custom css **/
.block { display: block } 
.o-hidden { overflow: hidden }

@media (max-width: 991px) {
    .header-top {
        height: 29px;
    }
    #logo {
       max-width: 100% !important; 
    }
	.et_header_style_left .et-search-form, .et_header_style_split .et-search-form {
		width: 100%!important;
		max-width: 100%!important;
	}
    #main-header > .container {
        height: 50px;
    }
    #et_mobile_nav_menu {
        position: absolute;
        left: 0;
        top: 40%;
    }
    #main-header .logo_container {
        width: 33.33%;
        margin-left: 33.33%;
        text-align:center;
    }
	.et_header_style_left .logo_container a {
		padding: 5px 0;
	}
    #et-top-navigation {
        width: 33.33% !important;
        padding-top: 0 !important;
        align-self: center;
        padding-left: 0 !important;
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
    }
    .et_mobile_menu {
        width: 260px;
        top: 0 !important;
    }
    #main-header .right-container {
        margin-right: 0 !important;
    }
    #main-header {
        position: fixed !important;
        left: 0;
        right: 0;
        top: 0 !important;
    }
    

    #mobile_menu {
        display: block !important;
        max-height: 100vh;
        height: 100%;
        overflow-y: auto;
        right: 0;
        position: fixed;
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
        -overflow-scrolling:touch!important;
        -webkit-overflow-scrolling:touch!important;
    }
    
    .mobile_nav.closed #mobile_menu {
        -webkit-transform: translateX(-260px);
        -moz-transform: translateX(-260px);
        -ms-transform: translateX(-260px);
        -o-transform: translateX(-260px);
        transform: translateX(-260px);
    }
    
    .mobile_nav.opened #mobile_menu {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        top: 0 !important;
    }
    
     .mobile_nav:before {
        height: 100vh;
        position: fixed;
        right: 0px;
        top: 0px;
        z-index: 10;
        opacity: 0;
        background: transparent;
        transform: translateX(50%);
        transition: opacity 0.3s;
    }
     .mobile_nav.opened:before {
        content: '';
        width: 100%;
        opacity: 1;
        transform: translateX(0%);
        background: rgba(0,0,0,0.9);
        
    }

}
/*# sourceMappingURL=style.css.map */
