/* style customizations for thenhf.com */

/* -- nhf blue: 024ea2 -- */
/* -- nhf red: ef384a -- */
/* -- nhf yellow: ffde01 -- */

/* -- Site Header and Nav -- */

.primary-nav .site-header {
    padding-top: 14px;
}

.site-header {
    background: #024ea2;
}

.site-header .wrap {
    padding: 30px 0 10px 0;
}

.site-description {
    clip: unset;
    color: #fff;
    overflow: visible;
    width: 100%;
    height: 5px;
}

.wp-custom-logo .site-header .widget-area {
    width: 100%;
    margin: 2% 0 0 45%;
    max-width: 55% !important;
    text-align: right;
}

.nav-primary {
    text-align: right;
}

.nav-primary .genesis-nav-menu a {
    padding: 8px 12px;
}

.nav-secondary {
    text-align: center;
}

.nav-secondary>.wrap {
    max-width: 100%;
}

.nav-secondary .genesis-nav-menu a {
    padding: 25px 18px;
}

.header-widget-area section {
    float: right;
}

.header-widget-area section#search-2 {
    width: 40%;
}

#menu-social-media-menu a {
    color: #ef384a;
    padding: 25px 15px;
}

.entry-content p.zerobottompadding {
    margin-bottom: 0;
    padding-bottom: 3px;
}


/* -- Home Page -- */

.home .site-inner,
.home .wrap {
    max-width: 100%;
}

.home .footer-widgets .wrap {
    max-width: 1140px;
}

.home .site-inner {
    padding-top: 0px;
}

.home .content article .entry-header {
    display: none;
}


.front-page-carousel .swiper-button-white,
.front-page-carousel .swiper-pagination-bullets,
.front-page-carousel .wp-block-jetpack-slideshow_button-pause {
    display: none !important;
}

/* -- Interior Pages -- */

.wp-block-genesis-blocks-gb-container.alignfull.wider .gb-container-inside {
    max-width: 85%;
}

.entry-content h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
}

.entry-content p {
    text-indent: 3%;
}

.singular-image {
    display: none;
}

.gb-block-post-grid .gb-block-post-grid-author {
    display: none;
}

.gb-block-post-grid .gb-block-post-grid-more-link {
    display: block;
}

.archive-description {
    display: none;
}

input[type="submit"] {
    background-color: #024ea2;
}

#protected_content_messages {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px #024ea2 solid;
}

#logged_out_member_message,
#signup_message {
    text-align: center;
    padding: 15px;
}

#logged_out_member_message .button {
    background-color: #024ea2;
}

#signup_message .button {
    background-color: #ef384a;
}

/* -- flickety scrolling slideshows -- */
.scrolling-carousel,
.nhf-image-carousel {
    width: 100%;
}

.scrolling-carousel-cell {
    width: 15%;
    height: 200px;
}

.nhf-image-carousel-cell {
    width: 15%;
    height: auto;
    margin-right: 5px;
}


/* -- HFN Article Index Page -- */

#hfn_index_grid_header,
#hfn_index_grid_rows div.single_row {
    display: grid;
    grid-template-columns: 5% 5% 5% 5% 30% 10% 10% 30%;
}

#hfn_index_grid_header div {
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000000;
}

#hfn_index_grid_rows div.single_row {
    margin-bottom: 8px;
}

#hfn_index_grid_rows div.single_row div {
    padding: 3px 15px;
    border-bottom: 1px solid #dedede;
}

#hfn_index_navigation {
    margin-top: 25px;
    text-align: center;
}

#hfn_index_navigation a {
    margin: 0 8px;
}

#hfn_index_navigation a.hfn_index_cur_page {
    border: 1px blue solid;
    border-radius: 3px;
    padding: 3px;
}

/* -- Footer Styles -- */
.footer-widgets,
.site-footer {
    color: #fff;
    background-color: #024ea2;
    font-weight: bold;
}

.footer-widgets a {
    font-weight: bold;
}