/*
Theme Name: KVPPA (Child of twentythirteen)
Template: twentythirteen
Author: K.B. Carte
Author URI: https://kbcarte.com
*/


#page {
    background-color: #0B3D1E;
}

.site {
    max-width: 100%;
}

.site #main {
    max-width: 1600px;
    margin: 0 auto;
    min-height: 100vh;
}

.site-header {
    display: flex;
    flex-direction: column;
}

.site-header .home-link {
    max-width: fit-content;
}

.site-header .site-logo {
    max-width: 200px;
    width: 100%;
    height: auto;
    cursor: pointer;
    padding: 1em;
}

.site-header .main-nav {
    padding: .5em 0;
    background-color: rgba(0, 0, 0, .2);
}

.site-header .main-nav .nav-links {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.site-header .main-nav .nav-links .nav-link {
    background-color: #57311c;
    background-image: url("/wp-content/uploads/2025/08/About-Wood.png");
    padding: 0em 1.5em;
    background-repeat: no-repeat;
    border-radius: 5px;
}

.site-header .main-nav .nav-links .nav-link a {
    color: #fff;
    font-weight: 800;;
}

.site-footer {
    margin-top: 5em;
}

.site-footer .footer-copyright {
    margin: 0;
    padding-bottom: 2em;
}

@media screen and (max-width: 780px) {
    .site-header .site-logo {
        max-width: 75px;
    }

    .site-header .main-nav .nav-links {
        flex-wrap: wrap;
        justify-content: start;
    }

    .site-header .main-nav .nav-links .nav-link {
        margin: .5em .5em;
    }
}



/* HOMEPAGE */
.page-template.page-template-home-page-template .site-main {
    display: grid;
}
.page-template.page-template-home-page-template .site-main .off-message {
    text-align: center;
    margin: 2em;
}

.page-template.page-template-home-page-template .site-main .home-main-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.page-template.page-template-home-page-template .site-main .home-main-section .shcedule-head {
    text-align: center;
}

.page-template.page-template-home-page-template .site-main .home-main-section .home-away {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: #fff;
    margin: 0 1em;
    border-radius: 15px;
    padding: 1em 0;
    margin-bottom: 1em;
}

.page-template.page-template-home-page-template .site-main .home-main-section .week-row {
    max-width: 800px;
    background-color: #D9D9D9;
    border-radius: 15px;
    margin: 0 2em;
    padding-top: 1em;
    margin-top: 1em;
}

.page-template.page-template-home-page-template .site-main .home-main-section .verses-container .match-row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    border-radius: 15px;
}

.page-template.page-template-home-page-template .site-main .home-main-section .verses-container .match-row:nth-of-type(even) {
    background-color: rgba(255, 255, 255, .3);
}

.page-template.page-template-home-page-template .site-main .home-main-section .verses-container .match-row h4 {
    width: fit-content;
}


@media screen and (max-width: 1010px) {
    .page-template.page-template-home-page-template .site-main .home-main-section {
        grid-template-columns: 1fr;
    }
}

/* LOCATION ARCHIVE */
.location-archive .location-list {
    display: flex;
    flex-wrap: wrap;
    gap: 3em;
    justify-content: center;
}

.location-archive .location-list .location h3 {
    margin-bottom: 10px;
    color: #fff;
}

.location-archive .location-list .location img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 615px) {
    .location-archive .location-list .location {
        margin: 0 1em;
    }
}

/* LOCATION SINGLE */
.content-area.single-location .site-content {
    max-width: 1080px;
    margin: 0 auto;
    margin-top: 2em;
    color: #fff;
    font-size: 24px;
    padding: 1em 1em;
}

.content-area.single-location .site-content .phone-number {
    color: #fff;
    text-decoration: underline;
    margin-bottom: 1em;
    display: inline-block;
}

.content-area.single-location .site-content .location-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.content-area.single-location .site-content .location-details h1 {
    margin: 0;
}

.content-area.single-location .site-content .location-details .location-directions {
    margin-top: 1em;
}

.content-area.single-location .site-content .location-details .address p {
    margin: 0;
}

.content-area.single-location .site-content .location-image img {
    width: 100%;
    height: auto;
    margin-top: 3em;
}

@media screen and (max-width: 700px) {
    .content-area.single-location .site-content .location-details {
        grid-template-columns: 1fr;
    }
}



/* SCORE PAGE */
.scores-main-section {
    background-color: #D9D9D9;
    padding: 1em 3em;
    margin: 1em 3em;
    border-radius: 15px;
}
.scores-main-section h4 {
    margin-top: 5em;
}
.ranking-info {
    font-size: 20px;
}
.teams .ranking-info {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr 1fr 1fr 1fr;
}
.men .ranking-info,
.women .ranking-info {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.teams .ranking-info:not(.heading) > div,
.women .ranking-info:not(.heading) > div,
.men .ranking-info:not(.heading) > div {
    padding-left: 1em;
    padding-bottom: .5em;
    padding-top: .5em;
}
.women .ranking-info .team,
.women .ranking-info .player-name,
.men .ranking-info .team,
.men .ranking-info .player-name {
    padding-left: 0 !important;
}

.display-tabs {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    font-size: 26px;
    padding-top: 2em;
}

.display-tabs div {
    border: 1px solid #0B3D1E;
    border-radius: 5px;
    padding: 0em 1em;
}

.display-tabs div a {
    color: black;
}

.ranking-info:nth-of-type(even) {
    background-color: rgba(255, 255, 255, .3);
}

