/* Theme Name:   H.E.L.P. Charity Theme
Theme URI:    https://www.helpthecharity.net/
Description:  A child theme for H.E.L.P. Charity
Author:       Spencer Verdon
Author URI:   https://spencerverdon.com
Template:     stackable
Version:      1.0.4
Text Domain:  helpcharitytheme */

/* STACKABLE RESETS */
body{
    font-family: 'Nunito', sans-serif;
}

h1, h2, h3, h4, h5, h6, .site-title{
    font-family: 'Nunito', sans-serif;
}

header.site-header{
    padding-top: 1em;
    padding-bottom: 1em;
}

header .site-header-wrapper{
    width: 100%;
    padding: 0 7vw;
}

.site-branding{
    margin-top: 0;
}

.site-branding .custom-logo{
    max-width: 200px;
}

.main-navigation{
    margin-top: 0;
}

.main-navigation li{
    margin: 0 1.5em;
}

.main-navigation a{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}

.hentry{
    padding-top: 0;
}

.hentry header{
    display: none;
}

footer.entry-footer{
    display: none;
}

footer.site-footer{
    display: none;
}

/* HEADER */
li#menu-item-125 a{
    border-radius: 50px;
    background-color: var(--s-primary-color);
    color: white;
    padding: 10px 20px;
    font-size: .75rem;

    transition: all 250ms ease;
}

li#menu-item-125 a:hover{
    filter: brightness(.9) contrast(1.2);
}

/* FOOTER */

h2.widget-title{
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.widget-footer-bottom-area{
    background-color: var(--s-primary-color);
    color: white;
}

/* BLOG */
.post-template-default .content-area{
    width: 100% !important;
}

.nav-links{
    display: flex;
}

.nav-links > div{
    width: 50%;
}

.post-navigation .post-title{
    font-family: 'Nunito', sans-serif;
}

.post-navigation .nav-previous a{
    height: 100%;
}

/* Awarded Grants */

.page-id-2370 .hentry-wrapper{
    width: 1500px !important;
    max-width: 100% !important;
}