#ast-desktop-header .ast-primary-header-bar {
    position: fixed;
    width:100%;
    transition: background-color .2s ease-in-out;
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    & .site-logo-img img {
        max-width: 80px;
        transition: max-width .2s ease-in-out;
    }

}

#ast-desktop-header .ast-primary-header-bar.scrolled {
    background-color: #fcfcfc !important;
    & .site-logo-img img {
        max-width: 120px !important;
    }
    & .main-header-bar-navigation a.menu-link {
        color: #686868;
    }
    & li.current-menu-item a.menu-link {
        color: #250400;
    }
}

.ast-builder-menu-1 .main-header-menu {
    background-color: #00000000 !important;
}

#ast-desktop-header .ast-primary-header-bar.scrolled .ast-builder-menu-1 .main-header-menu,
#ast-desktop-header .ast-primary-header-bar.scrolled .ast-builder-menu-1 .main-header-menu .sub-menu {
    background-color: #fcfcfc !important;
}

ul.sub-menu {
    background-color: #fcfcfc !important;
    & a {
        color: #686868 !important;
    }
}

.main-header-menu .sub-menu .menu-link {
    padding: .4em 1em;
}