#masthead {
    position: sticky!important;
    top: 0px;
    backdrop-filter: blur(16px);
}

.home #masthead { 
    background: linear-gradient(
    to bottom,
    rgba(44, 42, 40, 1) 0%,
    rgba(44, 42, 40, 0.8) 60%,
    rgba(44, 42, 40, 0) 100%
    );
    height: 118px;
    backdrop-filter: blur(0px)!important;
}

#masthead #ast-hf-menu-1 li a {
    font-size: 1.125rem;
    font-weight: 500;
}
#masthead #ast-hf-menu-1 li .sub-menu li a {
    font-size: 1rem;
    font-weight: 500;
    color: #2b2b2b;
    height: 40px;
    display: flex;
    align-items: center;
}
#masthead #ast-hf-menu-1 li .sub-menu li a:hover {
    color: #C9A46A;
}
#masthead #ast-hf-menu-1 li .sub-menu li.current-menu-item a {
    color: #C9A46A;
}
.ast-header-break-point #masthead .ast-mobile-header-wrap .ast-primary-header-bar, .ast-header-break-point #masthead .ast-mobile-header-wrap .ast-below-header-bar, .ast-header-break-point #masthead .ast-mobile-header-wrap .ast-above-header-bar {
    padding-left: 20px;
    padding-right: 20px;
}
#masthead #ast-hf-menu-1 li a > span {
    display: none;
}
#masthead .ast-primary-header-bar {
    height: 70px;
}
#masthead .site-primary-header-wrap {
    max-width: 100%;
}
#masthead .ast-primary-header-bar > div {
    height: 70px;
}
header .custom-logo-link img, .ast-header-break-point .site-branding img, .ast-header-break-point .custom-logo-link img {
    max-width: 100%;
    width: 180px;
}
[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    width: 32px;
    height: 32px;
    fill: #fff;
}

.ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo img {
    max-width: 200px;
    width: 160px;
}
.ast-header-break-point .main-header-menu {
    background-color: #fff;
    border-top-width: 0;
}
.ast-menu-toggle {
    transform: scale(0.6);
}
#ast-hf-mobile-menu {
    padding: 20px 0;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    box-shadow: 0 0 32px #808080;
}
#ast-hf-mobile-menu a {
    color: #1d2327;
    font-weight: 400;
}
#ast-hf-mobile-menu ul.main-header-menu li.current-menu-item a {
    color: #C9A46A;
}
ul.sub-menu {
    background: #fff!important;
}
#ast-hf-mobile-menu ul.main-header-menu li.current-menu-item ul.sub-menu li a {
    color: #1d2327;
}
.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link {
    padding-left: 12px!important;
}

@media (min-width: 920px) {
    #masthead {
    padding: 24px;
    backdrop-filter: blur(16px);
    }
    .ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo img {
    width: 180px;
    }
    #masthead .ast-primary-header-bar {
    border-radius: 35px;
    }
    #masthead .site-primary-header-wrap {
    max-width: 96%;
    }
    .ast-header-break-point #masthead .ast-mobile-header-wrap .ast-primary-header-bar, .ast-header-break-point #masthead .ast-mobile-header-wrap .ast-below-header-bar, .ast-header-break-point #masthead .ast-mobile-header-wrap .ast-above-header-bar {
    padding-left: 0px;
    padding-right: 0px;
    }
    .ast-builder-menu-1 .sub-menu, .ast-builder-menu-1 .inline-on-mobile .sub-menu {
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-color: var(--ast-global-color-0);
    border-style: solid;
    width: max-content;
    border-radius: 8px;
    padding: 12px 8px;
    line-height: 12px!important;
    }
}

@media (min-width: 1024px) {
    #masthead #ast-hf-menu-1 li a {
    padding: 0 24px;
}
}