.main-wrapper{
    padding-top: 104px; /*! 80px padding of the header */
    padding-bottom: 40px;
}
.container{
    max-width: 988px;
    padding: 0;
}
.region{
    padding: 0;
}

/* ---------- Overlay --------------- */

#overlay-area,
#header-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000004a;
    z-index: 498;    
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
#overlay-area.active,
#header-overlay.active{
    opacity: 1;
    visibility: visible;
}
.footer-top .container {
    max-width: 1200px;
}
.footer-top .region-footer-top-1 {
    padding-right: 50px;
}
/* ---------- Header Overlay --------------- */

@media only screen and (min-width: 992px){
    /* header#site-header:has(ul.navbar-nav > li.dropdown > ul.show) #header-overlay{
        opacity: 1;
        visibility: visible;
    } */
    /* body:has(header#site-header .site-navigation ul.navbar-nav > li > .dropdown-menu-toggle.show, header#site-header .site-search-form.active){
        overflow: hidden;
    } */
}

@media only screen and (max-width: 992px){
    .container{
        padding: 0 15px;
    }
}
