/* ==========================================================
   WHOLE LIFE TIMES — HEADER
   ========================================================== */

.wlt-navbar {
    background: rgba(250, 249, 245, 0.98);

    backdrop-filter: blur(10px);

    -webkit-backdrop-filter: blur(10px);

    border-bottom: 1px solid rgba(43, 55, 48, 0.14);

    padding-top: 14px;

    padding-bottom: 14px;

    transition: all 0.3s ease;

    position: relative;

    z-index: 9999;
}


/* ==========================================================
   BRAND / MASTHEAD
   ========================================================== */

.wlt-brand {
    display: flex;

    align-items: center;

    text-decoration: none;

    margin-right: 28px;

    padding-top: 0;

    padding-bottom: 0;

    flex-shrink: 0;
}

.wlt-brand:hover,
.wlt-brand:focus {
    text-decoration: none;
}


/* ==========================================================
   LOTUS ICON
   ========================================================== */

.wlt-brand-icon {
    width: 68px;

    height: 68px;

    object-fit: contain;

    flex-shrink: 0;

    display: block;
}


/* ==========================================================
   BRAND DIVIDER
   ========================================================== */

.wlt-brand-divider {
    width: 1px;

    height: 58px;

    background: rgba(181, 139, 50, 0.55);

    margin-left: 18px;

    margin-right: 18px;

    flex-shrink: 0;
}


/* ==========================================================
   BRAND TEXT
   ========================================================== */

.wlt-brand-text {
    display: flex;

    flex-direction: column;

    justify-content: center;
}

.wlt-brand-title {
    color: #26372f;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 2rem;

    font-weight: 600;

    line-height: 1.05;

    letter-spacing: -0.02em;
}

.wlt-brand-tagline {
    color: #747068;

    font-size: 0.72rem;

    font-weight: 500;

    line-height: 1.25;

    letter-spacing: 0.045em;

    margin-top: 5px;
}


/* ==========================================================
   MAIN NAVIGATION
   ========================================================== */

.wlt-navbar .navbar-nav {
    gap: 2px;
}

.wlt-navbar .navbar-nav .nav-link {
    color: #35443c;

    font-size: 0.95rem;

    font-weight: 500;

    padding: 10px 8px;

    margin-left: 1px;

    margin-right: 1px;

    border-bottom: 2px solid transparent;

    transition: color 0.2s ease,
        border-color 0.2s ease,
        background-color 0.2s ease;
}

.wlt-navbar .navbar-nav .nav-link:hover,
.wlt-navbar .navbar-nav .nav-link:focus {
    color: #9a7629;
}

.wlt-navbar .navbar-nav .nav-link.active {
    color: #9a7629;

    border-bottom-color: #b58b32;
}


/* ==========================================================
   DROPDOWN MENUS
   ========================================================== */

.wlt-navbar .dropdown-menu {
    min-width: 235px;

    background: #ffffff;

    border: 1px solid rgba(43, 55, 48, 0.12);

    border-radius: 8px;

    padding: 8px 0;

    margin-top: 8px;

    box-shadow: 0 12px 30px rgba(25, 35, 30, 0.10),
        0 3px 8px rgba(25, 35, 30, 0.05);
}

.wlt-navbar .dropdown-item {
    color: #35443c;

    font-size: 0.94rem;

    padding: 8px 18px;

    white-space: nowrap;

    transition: color 0.2s ease,
        background-color 0.2s ease;
}

.wlt-navbar .dropdown-item:hover,
.wlt-navbar .dropdown-item:focus {
    color: #795d20;

    background: #f6f2e8;
}

.wlt-navbar .dropdown-header {
    color: #8b6a27;

    font-size: 0.74rem;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 0.08em;

    padding: 8px 18px 5px;
}

.wlt-navbar .dropdown-divider {
    border-top-color: rgba(43, 55, 48, 0.12);

    margin-top: 6px;

    margin-bottom: 6px;
}

.wlt-navbar .dropdown-item-text {
    color: #8b8b84;

    font-size: 0.92rem;

    padding: 8px 18px;
}


/* ==========================================================
   SEARCH
   ========================================================== */

.wlt-search-link {
    display: flex;

    align-items: center;

    justify-content: center;
}

.wlt-search-link svg {
    display: block;
}


/* ==========================================================
   SUBSCRIBE FREE BUTTON
   ========================================================== */

.wlt-subscribe-btn {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    background: #b58b32;

    color: #ffffff;

    border: 1px solid #b58b32;

    border-radius: 5px;

    padding: 9px 15px;

    font-size: 0.9rem;

    font-weight: 650;

    line-height: 1.2;

    white-space: nowrap;

    text-decoration: none;

    transition: background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.wlt-subscribe-btn:hover,
.wlt-subscribe-btn:focus {
    background: #977124;

    border-color: #977124;

    color: #ffffff;

    text-decoration: none;
}


/* ==========================================================
   NAVBAR TOGGLER
   ========================================================== */

.wlt-navbar .navbar-toggler {
    border: 1px solid rgba(43, 55, 48, 0.25);

    padding: 7px 9px;

    box-shadow: none;
}

.wlt-navbar .navbar-toggler:focus {
    box-shadow: 0 0 0 0.18rem rgba(181, 139, 50, 0.18);
}


/* ==========================================================
   DESKTOP DROPDOWN POSITIONING
   ========================================================== */

@media (min-width: 1200px) {

    .wlt-navbar .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .wlt-navbar .dropdown-menu {
        margin-top: 0;
    }

}


/* ==========================================================
   RESPONSIVE — TABLET / MOBILE
   ========================================================== */

@media (max-width: 1199.98px) {

    .wlt-navbar {
        padding-top: 11px;

        padding-bottom: 11px;
    }

    .wlt-brand {
        margin-right: 12px;
    }

    .wlt-brand-icon {
        width: 58px;

        height: 58px;
    }

    .wlt-brand-divider {
        height: 50px;

        margin-left: 14px;

        margin-right: 14px;
    }

    .wlt-brand-title {
        font-size: 1.75rem;
    }

    .wlt-brand-tagline {
        font-size: 0.67rem;
    }

    .wlt-navbar .navbar-collapse {
        margin-top: 14px;

        padding-top: 10px;

        padding-bottom: 12px;

        border-top: 1px solid rgba(43, 55, 48, 0.12);
    }

    .wlt-navbar .navbar-nav {
        align-items: stretch !important;

        gap: 0;
    }

    .wlt-navbar .navbar-nav .nav-link {
        margin-left: 0;

        margin-right: 0;

        padding: 10px 4px;

        border-bottom: none;
    }

    .wlt-navbar .dropdown-menu {
        border: none;

        border-radius: 0;

        box-shadow: none;

        background: rgba(246, 242, 232, 0.55);

        margin-top: 0;

        margin-bottom: 6px;

        padding-top: 5px;

        padding-bottom: 5px;
    }

    .wlt-navbar .dropdown-item,
    .wlt-navbar .dropdown-item-text,
    .wlt-navbar .dropdown-header {
        white-space: normal;
    }

    .wlt-search-link {
        justify-content: flex-start;
    }

    .wlt-subscribe-btn {
        margin-top: 9px;

        margin-bottom: 4px;

        width: 100%;

        padding-top: 11px;

        padding-bottom: 11px;
    }

}


/* ==========================================================
   SMALL MOBILE
   ========================================================== */

@media (max-width: 575.98px) {

    .wlt-brand-icon {
        width: 50px;

        height: 50px;
    }

    .wlt-brand-divider {
        height: 44px;

        margin-left: 10px;

        margin-right: 10px;
    }

    .wlt-brand-title {
        font-size: 1.5rem;
    }

    .wlt-brand-tagline {
        font-size: 0.59rem;

        letter-spacing: 0.025em;
    }

}


/* ==========================================================
   VERY SMALL MOBILE
   ========================================================== */

@media (max-width: 390px) {

    .wlt-brand-icon {
        width: 44px;

        height: 44px;
    }

    .wlt-brand-divider {
        height: 38px;

        margin-left: 8px;

        margin-right: 8px;
    }

    .wlt-brand-title {
        font-size: 1.32rem;
    }

    .wlt-brand-tagline {
        font-size: 0.54rem;
    }

}
