/*
 Theme Name:   Twenty Seventeen Child
 Description:  Twenty Seventeen Child Theme
 Author:       CPS Justin
 Author URI:   www.cpsmi.com
 Template:     twentyseventeen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

body {
    font-family: 'Open Sans', sans-serif;
}
.home #post-3079 .entry-title {
    margin-right: 50px;
}
.heading-3, .heading-3 strong {
    font-weight: normal;
}
.navigation-top .wrap {
    max-width: 1075px;
}
/*Hero*/
.twentyseventeen-front-page.has-header-image .custom-header-media, .twentyseventeen-front-page.has-header-video .custom-header-media, .home.blog.has-header-image .custom-header-media, .home.blog.has-header-video .custom-header-media {
    height: 80vh;
}
/*Hero for admin - minus admin bar*/
.admin-bar.twentyseventeen-front-page.has-header-image .custom-header-media, .admin-bar.twentyseventeen-front-page.has-header-video .custom-header-media, .admin-bar.home.blog.has-header-image .custom-header-media, .admin-bar.home.blog.has-header-video .custom-header-media {
    height: calc(80vh - 32px);
}

/*nav*/
.navigation-top {
    font-family: 'Libre Baskerville', serif;
    font-size: 17px;
}
.navigation-top .wrap {
    padding: 0.35em .5em;
}
.main-navigation a {
    padding: .5em 1em;
}
.site-header .navigation-top .menu-scroll-down {
    display: none;
}
/*page*/
.page-one-column .panel-content .wrap {
    max-width: 1000px;
}

.panel-content .wrap {
    padding-top: 2em;
    padding-bottom: 2em;
}

.page .panel-content .entry-title {
    font-size: 30px;
    text-transform: unset;
    text-align: center;
    letter-spacing: normal;
    font-family: 'Libre Baskerville', serif;
}
.page-title, body.page:not(.twentyseventeen-front-page) .entry-title {
    font-size: 30px;
    text-transform: unset;
    text-align: center;
    font-family: 'Libre Baskerville', serif;
    letter-spacing: normal;
}
.site-branding {
    display: flex !important;
    background: rgba(0,0,0,.5);
    align-items: center;
    padding: 5px !important; 
     
}
.site-branding .wrap {
    /*max-width: unset;*/
    padding-left: 0;
    padding-right: 0;
}

.custom-logo-link {
    
}
/*.custom-logo-link img {
    background: rgba(0,0,0,.85);
    border-radius: 10px;
}*/

/*.page.page-one-column .entry-header,*/ .twentyseventeen-front-page.page-one-column .entry-header {
    margin-bottom: 3em;
}

.page.page-one-column .entry-header {
    margin-bottom: 1em;
}

.page:not(.home) #content {
    padding-bottom: 2em;
    padding-top: 2em;
}
.commodores {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 8px 7px;
    list-style: none;
    margin-bottom: 60px;
}
.heritage-more .wp-block-media-text {
    margin-top: 4em;
}

/*home page*/
.main-content .wp-block-image {
    margin-top: 0;
}
.page-id-3079 .main-content {
    align-items: center;
}
.panel-image {
    height: 70vh;
}
#panel1 .entry-content ul {
    list-style: none;
    text-align: center;
}
#panel1 .entry-content ul li {
    margin-bottom: 10px;
}
#panel2 .entry-content .heritage-more {
    display: none;
}

#panel1 .entry-content .mission-hidden {
    display: none;
}
.club-events {
    line-height: 2;
}


/*Member Login page*/
.portal-con {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 30px;
}
.login-con {
    width: 375px;
    margin: 0 auto;
}
.site-content {
    padding: 2em 0 0;
}
.login-con .form-group {
    margin-bottom: 15px;
}
.login-con .submit {
    margin-top: 20px;
    display: block;
    width: 100%;
}

/*member area*/
.pagination {
    margin-bottom: 30px;
}
.pagination ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.pagination ul li {
    float: left;
    background-color: #000;
}
.pagination ul li a {
    display: block;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none; 
}
.pagination ul li a:hover { 
    color: #deaf25 !important;
}
.portal-menu-con {
    max-width: 980px;
    margin: 0 auto;
}
.menu-member-admin-menu-container .member-menu {
    list-style: none;
    display: flex;
    /*justify-content: center;
    border-bottom: 2px solid rgba(0,0,0, .2);*/
    padding-bottom: 20px;
}
.menu-member-admin-menu-container .member-menu li a {
    padding: .5em 1em; 
    color: #222;
}
.menu-member-admin-menu-container .member-menu li a:hover { 
    color: #767676;
}


/*featured image section*/
.single-featured-image-header {
    padding: 10px;
}
.single-featured-image-header img {
    width: 40%;
    border-radius: 10px;
    transition: .3s all ease;
}

/*calendar*/
.tribe-events-c-ical__link {
    display: none !important;
}

/*our policies*/
.page-id-7841 .entry-content .wp-block-columns .wp-block-column p,
.page-id-7534 .entry-content .wp-block-columns .wp-block-column p {
    margin: 0 0 .75em;
}



/*Footer*/
footer {
    background: black;
}
footer .site-info {
    float: none;
    width: 100%;
    color: #d3d3d3;
}
footer .site-info .footer-flex {
    display: flex;
    justify-content: space-evenly;
}
footer .site-info .footer-flex a { 
    text-decoration: none;
    box-shadow: none;
    
}
footer .site-info .footer-flex a img {
    width: 50px;
}

/*media Qs*/
@media screen and (max-width:1480px) {
    .single-featured-image-header img {
        width:55%;
    }
}

@media screen and (max-width:1000px) {
    .single-featured-image-header img {
        width:65%;
    }
    .home #post-3079 .entry-title {
        margin-right: 0px;
    }
}
@media screen and (max-width: 781px) {
    .main-content {
        flex-direction: column; 
    }
    .main-content img {
        margin: 0 auto;
        display: block;
    }
    #post-3079 .main-content .wp-block-image figcaption {
        text-align: center;
    }
}
@media screen and (max-width:768px) {
    .single-featured-image-header img {
        width:85%;
    }
    .heritage-more .commodores {
        grid-template-columns: repeat(2,1fr);
        grid-gap: 6;
    }
    .menu-member-admin-menu-container .member-menu { 
        display: block;
        text-align: center;
    }
    .menu-member-admin-menu-container .member-menu li a {
        display: block;
        text-align: center;
        width: 100%;
    }
    .has-header-image.twentyseventeen-front-page .site-branding {
        height: unset;
    }
    #main #panel3 .panel-image {
        background-position: 30% center;
    }
    .custom-header-media {
        position: static;
    }
/*    .twentyseventeen-front-page.has-header-image .custom-header-media {
        height: 68vh;
    }*/
    /*Hero*/
    .twentyseventeen-front-page.has-header-image .custom-header-media, .twentyseventeen-front-page.has-header-video .custom-header-media, .home.blog.has-header-image .custom-header-media, .home.blog.has-header-video .custom-header-media {
        height: 50vh;
    }
    /*Hero for admin - minus admin bar*/
    .admin-bar.twentyseventeen-front-page.has-header-image .custom-header-media, .admin-bar.twentyseventeen-front-page.has-header-video .custom-header-media, .admin-bar.home.blog.has-header-image .custom-header-media, .admin-bar.home.blog.has-header-video .custom-header-media {
        height: calc(50vh - 32px);
    }
    .has-header-image.twentyseventeen-front-page .custom-header {
        height: 40vh
    }
}

@media screen and (max-width: 600px) {
    .wp-block-media-text.rob-mini-con img {
        margin-bottom: 22px;
    }
    #panel1 .entry-content ul {
        text-align: left;
        list-style: disc;
    }
    .wp-block-columns.committee-chairpersons {
        flex-wrap: nowrap;
    }
    .single-featured-image-header img {
        width:95%;
    }
    .heritage-more .commodores {
        grid-template-columns: 1fr;
        grid-gap: 6;
    }
    footer .site-info .footer-flex {
        display: block;
        text-align: center;
    }
    .has-header-image .custom-header-media img {
        object-position: 40% 0;
    }
}



