/* Nav Typo because astra menus are annoying and don't want to work with elementor correctly*/
#site-navigation .menu-item .menu-text {
    font-family: 'Roboto', sans-serif !important;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

@media (min-width: 922px) {
    .ast-theme-transparent-header .main-header-bar,
    .ast-theme-transparent-header.ast-header-break-point .main-header-bar-wrap .main-header-menu,
    .ast-theme-transparent-header.ast-header-break-point .main-header-bar-wrap .main-header-bar,
    .ast-theme-transparent-header.ast-header-break-point .ast-mobile-header-wrap .main-header-bar {
         background-color: #f69e0d;
    }
}

.ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
    background: #f69e0d;
}

/*@media (max-width: 921px) {*/
/*    #site-navigation .menu-item .menu-text {*/
/*        color: #f69e0d;*/
/*    }*/
/*}*/

/* DUX Stylings */

.main-header-bar-navigation .menu-text{
    font-weight: 600;
    font-size: 18px;
}

@media (max-width: 921px) {
    #masthead .ast-above-header-bar .ast-above-header-bar {
        background-color: #f69e0d !important;
    }
}

@media (max-width: 921px) {
    #masthead .ast-mobile-header-wrap .ast-above-header-bar, #masthead .ast-mobile-header-wrap .ast-primary-header-bar, #masthead .ast-mobile-header-wrap .ast-below-header-bar {
        background-color: #f69e0d !important;
    }
}

@media (max-width: 921px) {
    .ast-header-break-point .ast-builder-menu-mobile .main-header-menu, .ast-header-break-point .ast-builder-menu-mobile .main-navigation .menu-item .menu-link, .ast-header-break-point .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link {
        color: #fff !important;
    }

    .elementor-kit-20 button, .elementor-kit-20 input[type="button"], .elementor-kit-20 input[type="submit"], .elementor-kit-20 .elementor-button {
        color: #fff;
        background-color: none;
        /*border-color: #ffffff;*/
    }

    .ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link {
        background-color: #f69e0d;
    }

    .elementor-kit-20 button:hover, .elementor-kit-20 button:focus, .elementor-kit-20 input[type="button"]:hover, .elementor-kit-20 input[type="button"]:focus, .elementor-kit-20 input[type="submit"]:hover, .elementor-kit-20 input[type="submit"]:focus, .elementor-kit-20 .elementor-button:hover, .elementor-kit-20 .elementor-button:focus {
        /*background-color: #ffffff;*/
        /*border-color: #ffffff;*/
    }

    .menu-toggle-close {
        color: #fff !important;
    }

    .menu-toggle-close .ahfb-svg-iconset svg {
        width: 26px;
        height: 26px;
        margin-right: 4px;
    }
}

@media (max-width: 544px) {
    .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item > .menu-link,
    .ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item.current-menu-item > .ast-menu-toggle {
        background: #f69e0d !important;
    }
}

@media (max-width: 544px){
.ast-builder-menu-mobile .main-navigation .menu-item> .ast-menu-toggle {
    color: #ffffff!important;
}
}

.sub-menu{
	background-color: #f69e0d!important;
	box-shadow: 0px 0px 9px -1px #BA770A!important;
}