/*
 Theme Name:   SPS Awards 2024
 Description:  Twenty Twenty Five Child Theme. Custom overwrite.
 Author:       W.A.I. Development Team
 Author URI:   https://www.wdotadoti.com
 Template:     twentytwentyfour
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         sps2024, child
 Text Domain:  twentytwentyfive-child
*/
@font-face {
    font-family: Lato;
    font-weight: 400;
    src: url('assets/fonts/Lato-Regular.ttf');
}
@font-face {
    font-family: Lato;
    font-weight: 700;
    src: url('assets/fonts/Lato-Bold.ttf');
}
@font-face {
    font-family: Lato;
    font-weight:900;
    src: url('assets/fonts/Lato-Black.ttf');
}
@font-face {
    font-family: Lato;
    font-style: italic;
    src: url('assets/fonts/Lato-Italic.ttf');
}



:root{
    --sps2024-color-white: #ffffff;
    --sps2024-color-black: #000000;
    --sps2024-color-blue: #4a61c0;
    --sps2024-color-pink: #f06963;
    --sps2024-color-darkgrey: #535455;
    --sps2024-color-lettergrey: #404041;
    --sps2024-color-lightblue: #d3e8ea;
    --sps2024-color-seablue: #4db0bd;
    --sps2024-color-orange: #ec652f;
    --sps2024-color-lightorange: #ed8c31;
    --sps2024-color-grey: #52575b;
    --sps2024-color-lightgrey: #cccccc;
    --sps2024-font-size-h1: 4rem;
    --sps2024-font-size-h2: 3.25rem;
    --sps2024-font-size-h3: 2.5rem;
    --sps2024-font-size-h4: 2rem;
    --sps2024-font-size-h5: 1.5rem;
    --sps2024-font-size-h6: 1.25rem;
    --sps2024-font-size-p1: 1rem;
    --sps2024-section-max-width: 960px;
}
:root :where(body){
    font-family: Lato, Arial, Helvetica, sans-serif;  
}

body{
    font-family: Lato, Arial, Helvetica, sans-serif;
}

.wp-site-blocks{

    padding-top: 0;
    padding-bottom: 0;
}
.wp-site-blocks main{
    margin-block-start: 0;
    min-height: 120vh;
}

img{
    height: auto;
    max-width: 100%;
}

.bp-container{
    margin: 0 auto;
    position: relative;
}

.row{
    display: flex;
    flex-direction: column;
}
.row.is-vcentered{
    align-items: center;
}
.row.is-centered{
    justify-content: center;
}
.bp-section.has-menu .bp-container .row{
    padding: 0.75rem;
}

/**
 * Navigation
 **/
.header-menu .wp-block-navigation .wp-block-navigation-item__content{
    color: var(--sps2024-color-darkgrey);
    font-weight: 700;
    text-transform: uppercase;
}
.header-menu .wp-block-navigation .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__content{
    color: var(--sps2024-color-pink);
}
.header-menu .has-modal-open .wp-block-navigation__submenu-container .wp-block-navigation-item__content{
    text-align: right;
}
.header-menu .has-modal-open .wp-block-navigation__submenu-container .wp-block-navigation-item__content::after{
    content: "\021B5";
    padding-left: 5px;
}

/**
 * Header
 */
header .header-logo{
    padding: 1em 2em;
}
header .header-logo img{
    width: 10rem;
}

/**
 * Footer
 */
.wp-site-blocks footer{
    margin-block-start: 2rem;
}
.wp-site-blocks footer .copyright-container{
    align-items: center;
    background-color: var(--sps2024-color-blue);
    column-gap: 1rem;
    display: flex;
    justify-content: center;
    padding: 0.5rem 1rem;
}
.wp-site-blocks footer .copyright-container .copyright-text{
    color: var(--sps2024-color-white);
    margin-block-start: 0;
}

/**
 * Home
 **/
.page-home .wp-site-blocks{
    background-image: url('assets/img/home-banner-893x1263.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-home .bp-section.banner-section .row{
    height: 25em;
}
.page-home .bp-section.banner-section .row .col{
    text-align: center;
}
.page-home .bp-section.banner-section .row .col img{
    max-width: 25em;
    width: 100%;
}

/**
 * Pages
 **/
.page-header-section .page-title{
    color: var(--sps2024-color-blue);
    font-size: var(--sps2024-font-size-h3);
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
}

/**
 * Page: RSVP
 **/
.page-rsvp .header-banner{
    text-align: center;
} 
.page-rsvp .page-title{
    text-align: center;
}

/**
 * 404
 **/
.page404-container{
    text-align: center;
}

/**
 * Registration
 **/
.form-container{
    padding: 0.75rem;
}

@media all and (min-width: 600px){

}

@media all and (min-width: 640px){
}


@media all and (min-width: 768px){

    .bp-section.has-menu .bp-container .row{
        padding: 1rem 30px;
    }

    .bp-section .col.is-8{
        padding-left: 4rem;
    }

    .banner-section{
        padding: 2rem;
    }

    .form-container{
        padding: 1rem 1rem 8rem;
    }

}

@media all and (min-width: 960px){
    .bp-container:not(.alignfull){
        width: 960px;
        max-width: 100%;
    }

    .row{
        column-gap: 1rem;
        flex-direction: row;
    }

    .col.is-1{
        width: calc(1/12 * 100%);
    }
    .col.is-2{
        width: calc(2/12 * 100%);
    }
    .col.is-3{
        width: calc(3/12 * 100%);
    }
    .col.is-4{
        width: 25%;
    }
    .col.is-half{
        width: 50%;
    }
    .col.is-8{
        width: calc(8/12 * 100%);
    }
    .col.is-9{
        width: 75%;
    }
    .col.is-full{
        width: 100%;
    }
}


@media all and (min-width: 1024px){
    .page-home .wp-site-blocks{
        background-image: url('assets/img/home-banner-1190x1684.png');
    }

    .wp-site-blocks main{
        min-height: 100vh;
    }
}

@media all and (min-width: 1280px){
    .bp-container:not(.alignfull){
        width: 100%;
        max-width: 1216px;
    }

}