/*
 Theme Name:   9th ASCOPE Mid-Year Task Force Meeting
 Description:  Twenty Twenty Five Child Theme. Custom overwrite.
 Author:       W.A.I. Development Team
 Author URI:   https://www.wdotadoti.com
 Template:     twentytwentyfive
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         ascope, child
 Text Domain:  twentytwentyfive-child
*/
@font-face {
    font-family: "Proxima Nova";
    font-weight: 400;
    src: url("assets/fonts/Proxima-Nova-Regular.ttf");
}
@font-face {
    font-family: "Proxima Nova";
    font-weight: 600;
    src: url("assets/fonts/Proxima-Nova-Semibold.ttf");
}
@font-face {
    font-family: "Proxima Nova";
    font-weight: 700;
    src: url("assets/fonts/Proxima-Nova-Bold.ttf");
}
@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");
}

:root{
    --ascope-color-white: #fff;
    --ascope-color-black: #000;
    --ascope-color-darkgrey: #4d4d4d;
    --ascope-color-lightgrey: #ccc;
    --ascope-color-blue: #1a2d72;
    --ascope-color-red: #dc0047;
    --ascope-color-green: #11a84b;
    --ascope-font-size-h1: 3.5em;
    --ascope-font-size-h2: 3em;
    --ascope-font-size-h3: 2.5em;
    --ascope-font-size-h4: 2em;
    --ascope-font-size-h5: 1.5em;
    --ascope-font-size-h6: 1.25em;
    --ascope-font-size-p1: 1em;
    --ascope-section-max-width: 960px;
}

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

.wp-site-blocks{
    padding-top: 0;
    padding-bottom: 0;
}

.wp-site-blocks main{
    margin-block-start: 0;
}

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;
}

/**
 * Header
 */
header{
    padding-top: 1em;
}
header .current-menu-item .wp-block-navigation-item__label{
    color: var(--ascope-color-green);
}
header .wp-block-navigation-item__label{
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}
header .wp-block-navigation-item__label:hover{
    color: var(--ascope-color-green);
}

body:not(.page-home) header{
    background-image: url("assets/img/page-header-960x239.png");
    background-position: center;
    background-size: cover;
    padding-bottom: 2em;
}
body:not(.page-home) header a{
    text-decoration: none;
}
body:not(.page-home) header .logo-wrapper{
    text-align: center;
}
body:not(.page-home) header .logo-wrapper img{
    width: 60%;
}
body:not(.page-home) header .title-wrapper{
    font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
    font-size: var(--ascope-font-size-h6);
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}
body:not(.page-home) header .title-wrapper sup{
    font-size: 1rem;
}

/**
 * Footer
 */
footer p{
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    margin-top: 0;
    text-align: center;
}
footer .logo-wrapper{
    text-align: center;
}
footer .logo-wrapper img{
    width: 5em;
}

/**
 * Home
 **/
.page-rsvp .page-header-banner .site-title,
.page-update-flight-details .page-header-banner .site-title{
    font-size: var(--ascope-font-size-h3);
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
}

.page-home .wp-site-blocks{
    background-image: url('assets/img/home-960x540.png');
    background-position: center;
    background-size: cover;
}
.page-home .banner-section .bp-container .row{
    min-height: 80vh;
}
.page-home .site-title{
    font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
    font-weight: 400;
}
.page-home .site-title .logo-wrapper{
    text-align: center;
}
.page-home .site-title .logo-wrapper img{
    width: 60%;
}
.page-home .title-wrapper,
.page-home .date-wrapper,
.page-home .location-wrapper{
    text-align: center;
    text-transform: uppercase; 
}
.page-home .title-wrapper{
    font-size: var(--ascope-font-size-h4);
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 0 3px var(--ascope-color-black);
}
.page-home .title-wrapper sup{
    font-size: 1.5rem;
}
.page-home .date-wrapper{
    font-size: var(--ascope-font-size-h5);
    font-weight: 600;
}
.page-home .location-wrapper{
    font-size: var(--ascope-font-size-h6);
}

/**
 * Content
 **/
.page-header-section{
    padding-top: 2em;
}
.page-header-section .page-title{
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: var(--ascope-font-size-h5);
    font-weight: 900;
    text-align: center;
    text-shadow: 0 0 3px var(--ascope-color-black);
}

.page-programme-schedule .page-content-section{
    font-family: Lato, Arial, Helvetica, sans-serif;
}
.page-programme-schedule .page-content-section .row{
    margin-bottom: 3em;
}
.page-programme-schedule .table-title{
    font-size: var(--ascope-font-size-h6);
    font-weight: 900;
    text-transform: uppercase;
}
.page-programme-schedule .table-header{
    background-color: var(--ascope-color-green);
    color: var(--ascope-color-white);
    font-size: var(--ascope-font-size-h6);
    font-weight: 700;
    padding: 0 5px;
    text-transform: uppercase;
}
.page-programme-schedule .table-row{
    margin-bottom: 1em;
}
.page-programme-schedule .table-row .table-cell:nth-child(2){
    border-bottom: 1px solid var(--ascope-color-green);
    font-weight: 700;
    padding: 5px;
}
.page-programme-schedule .table-row .table-cell:nth-child(2) ul{
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
}

.page-current-bookings .col.is-full iframe{
    height: 100vh;
    width: 100%;
}

@media all and (min-width: 640px){
    .page-programme-schedule .table-wrapper{
        border-collapse: collapse;
        display: table;
        width: 100%;
    }
    .page-programme-schedule .table-row{
        display: table-row;
    }
    .page-programme-schedule .table-cell{
        border: 1px solid var(--ascope-color-green);
        display: table-cell;
        padding: 1em;
    }
    .page-programme-schedule .table-cell:first-child{
        text-align: center;
        width: 120px;
    }
    .page-programme-schedule .table-header .table-cell:first-child{
        text-align: center;
    }
    .page-programme-schedule .table-header .table-cell:nth-child(2){
        border-left: 1px solid var(--ascope-color-white);
    }
    .page-programme-schedule .table-row .table-cell:nth-child(2){
        padding-left: 1em;
    }
    .page-programme-schedule .table-row .table-cell:nth-child(2) ul{
        margin-bottom: 1em;
    }
    .page-programme-schedule .table-header .table-cell{
        padding: 5px 1em;
    }

}


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

@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%;
    }

    .page-programme-schedule .table-title{
        font-size: var(--ascope-font-size-h5);
    }
    
}

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

    body:not(.page-home) header{
        background-image: url("assets/img/page-header-1440x359.png");
    }
}

@media all and (min-width: 1440px){
    .page-home .wp-site-blocks{
        background-image: url('assets/img/home.png');
    }
    body:not(.page-home) header{
        background-image: url("assets/img/page-header.png");
    }
}