/*------------------------------------*\
    $NAV STYLING
\*------------------------------------*/
/* sticky nav background color */ 
#ast-fixed-header.ast-header-fade {
    opacity: 0;
    transition: opacity .3s linear;
    background: #0E0E0E;
}

/* mobile nav close icon styling */ 
.ast-mobile-popup-drawer.active .menu-toggle-close {
    color: #f4e6db;
}

.ahfb-svg-iconset svg {
    width: 30px;
    height: 30px;
    transition: none;
}

/* remove dotted border on buttons and dropdowns */ 
.ast-menu-toggle {
    border-style: none !important;
}

.ast-menu-toggle:focus {
    outline: none !important;
}

.ast-mobile-popup-drawer.active .menu-toggle-close:focus {
    border: none !important;
}

/* remove submenu icons in dropdowns */
.ast-header-break-point .main-navigation ul .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type {
    display: none;
}

/*-----------------[RESPONSIVE ADJUSTMENTS - BEGIN]------------------------*/
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {


}


/*-----------------[END RESPONSIVE ADJUSTMENTS - END]------------------------*/


