/**
 * @file
 * Subtheme specific global CSS.
 */


/*
.content {
    z-index: 2 !important;
    overflow: hidden;
}

nav.tabs {
     z-index: 2 !important;
}

.node--type-front-page {
    z-index: 2 !important;
}*/

#page-wrapper {
    overflow: hidden !important;
    opacity: 1;
}

.region_invisible {
    display: none;
}

nav.tabs {
    margin-bottom: 0 !important;
    position: fixed;
    bottom: 0;
    background: aliceblue;
    width: 100%;
    z-index: 9999
}

.nav.tabs ul {
    border-bottom: 1px solid #dee2e6;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    width: 100%;
    background: beige;
}

#main-wrapper {
    /*padding-bottom: 60px;*/
}

#page,
#main-wrapper,
.region-primary-menu .menu-item a.is-active,
.region-primary-menu .menu-item--active-trail a,
.we-mega-menu-ul,
.we-mega-menu-submenu>.we-mega-menu-submenu-inner {
    background: #fff !important;
}