/* ============================================================
   WinWin Landing Page – Basis Styles
   ============================================================ */

/* Header */
.wp-block-site-logo.is-default-size img {
    height: auto;
    width: 160px;
    padding: 10px 0 7px;
}

.main-header {
    box-shadow: 0 1px 12px rgba(0,0,0,.2) !important;
    background: #fff;
}

nav#winwin-nav {
    display: flex;
    justify-content: flex-end;
}

#winwin-anchor-nav li {
    font-size: 15px;
    line-height: 19px;
    letter-spacing: .3em;
    text-transform: uppercase;
    padding-left: 50px;
    display: inline-block;
}

#winwin-anchor-nav li a {
    color: #000;
    text-decoration: none;
}

.main-header.header-top .menu-pill-bead {
    transition: all .2s ease-in-out, opacity .6s !important;
} 

.main-header.header-top.header-mobile {
    display: none;
}

@media (max-width: 1199px) {
    .main-header #winwin-anchor-nav li {
        padding-left: 20px;
    }
}

@media (max-width: 1024px) {

    #winwin-anchor-nav li {
        font-size: 13px;
        padding-left: 10px;
    }
       
    .wp-block-site-logo.is-default-size img {
        filter: none !important;
        height: auto;
        width: 65%;
        max-width: 140px;
        padding: 3px 0 0;
    }

    header .header-logo {
        margin: 0px;
    }

    .col-md-8.header-nav {
        width: 75%;
    }

}


@media (max-width: 840px) {

    .wp-block-site-logo.is-default-size img {
        width: 100%;
    }

    .main-header.header-top.header-desktop {
        display: none;
    }

    .main-header.header-top.header-mobile {
        display: flex;
        z-index: 999 !important;
    }

    header .header-logo {
        margin: 0 auto !important;
        text-align: center;
    }

    ul#mobile-anchor-nav {
        list-style: none;
        padding: 0;
        padding-top: 30px;
        text-align: center;
        padding-bottom: 30px;
    }

    ul#mobile-anchor-nav li {
        padding: 20px 0;
    }

    ul#mobile-anchor-nav li a {
        font-size: 16px !important;
        text-transform: uppercase;
        line-height: 29px !important;
        text-decoration: none;
        color: #000;
        letter-spacing: 4.5px;
    }

}

@media (max-width: 425px) {

    ul#mobile-anchor-nav {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    ul#mobile-anchor-nav li {
        padding: 10px 0;
    }
}




.winwin-lp-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #fff;
    box-shadow: 0 1px 12px rgba(0,0,0,.2)
}

.winwin-lp-header .header-inner {
    padding: 16px 24px;
}

.winwin-lp-header .wp-block-navigation a {
    font-family: var(--wp--preset--font-family--value-sans);
    font-size: var(--wp--preset--font-size--small);
    text-decoration: none;
    color: inherit;
}

/* Footer */
.winwin-lp-footer {
    background: #f5f5f5;
    padding: 24px 0;
}

.winwin-lp-footer .footer-inner {
    padding: 0 24px;
}

.winwin-lp-footer .footer-copyright {
    font-size: var(--wp--preset--font-size--small);
    color: #666;
    margin: 0;
}

.winwin-lp-footer .wp-block-navigation a {
    font-size: var(--wp--preset--font-size--small);
    text-decoration: none;
    color: #666;
}


/**
 ** GLOBAL SETTINGS
 **/

.entry-content,
.wp-block-post-content {
    max-width: 100% !important;
    padding: 0 !important;
}

.entry-content section {
    max-width: 100% !important;
}