/*
 Theme Name:   10th Anniversary Gala Dinner
 Description:  Twenty Twenty Three Child Theme. Custom overwrite.
 Author:       W.A.I. Development Team
 Author URI:   https://www.wdotadoti.com
 Template:     twentytwentythree
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         tenagd, child
 Text Domain:  twentytwentythree-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{
    --tenagd-color-white: #ffffff;
    --tenagd-color-black: #000000;
    --tenagd-color-green: #00a44d;
    --tenagd-color-opaquegreen: #005327cc;
    --tenagd-color-blue: #1d4793;

    --tenagd-color-darkblue: #002860;
    --tenagd-color-grey: #404041;
    --tenagd-color-lightgrey: #d0d2d3;
    --tenagd-color-browngrey: #a6a8ab;
    --tenagd-color-grey2: #939598;
    
    --tenagd-font-size-h1: 4rem;
    --tenagd-font-size-h2: 3.25rem;
    --tenagd-font-size-h3: 2.5rem;
    --tenagd-font-size-h4: 2rem;
    --tenagd-font-size-h5: 1.5rem;
    --tenagd-font-size-h6: 1.25rem;
    --tenagd-font-size-p1: 1rem;
    --tenagd-section-max-width: 960px;
}

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

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

.bp-section{
    background-color: var(--tenagd-color-blue);
}

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

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

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

/**
 * Header
 */
.wp-site-blocks header{
    padding: 10px 0 0;
}
.wp-site-blocks header .banner{
    background-image: url('assets/img/banner-background-684x270.jpg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    margin-block-start: 0.5rem;
    padding: 2rem 1rem;
}
.wp-site-blocks header .banner img{
    max-width: 100%;
}

.wp-site-blocks .header-top-logos img{
    height: 48px;
    width: auto;
}

/**
 * Footer
 */
.wp-site-blocks footer{
    margin-block-start: 0;
    padding: 0.75em;
}

.footer-container{
    font-size: 1rem;
    text-align: center;
}


/**
 * Page
 **/
main .entry-content .bp-section:first-child .bp-container{
    min-height: 50vh;
}
.registration-closed{
    color: var(--tenagd-color-white);
    margin-top: 30px;
    text-align: center;
}

/**
 * Home
 **/
.bp-section.intro-text{
    background-image: url('assets/img/home-banner-background-480x960.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bp-section.intro-text .col.is-half.has-content{
    background-color: var(--tenagd-color-opaquegreen);
    color: var(--tenagd-color-white);
    padding: 1rem 2rem;
}
.bp-section.prog-text.is-layout-constrained,
.bp-section.accordion-text.is-layout-constrained{
    margin-block-start: 0;
}
.bp-section.prog-text{
    color: var(--tenagd-color-white);
    text-align: center;
}
.bp-section.prog-text hr{
    color: var(--tenagd-color-white);
}
.bp-section.prog-text .goh{
    line-height: 1.1;
}
.bp-section.prog-text .goh .fullname{
    font-size: 1.5rem;
    font-weight: 700;
}
.bp-section.prog-text .goh .designation{
    font-size: 0.9rem;
    font-style: italic;
}
.bp-section.prog-text .dtl{
    font-weight: 700;
}

.bp-section.accordion-text .arrow{
    height: 2rem;
    width: 2rem;
}
.bp-section.accordion-text .row{
    row-gap: 2rem;
}
.bp-section.accordion-text .highlight-container .control-wrapper,
.bp-section.accordion-text .direction-container .control-wrapper{
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    justify-content: flex-end;
    min-height: 300px;
}
.bp-section.accordion-text .highlight-container .control-wrapper{
    background-image: url('assets/img/highlight-background-720x360.jpg');
}
.bp-section.accordion-text .direction-container .control-wrapper{
    background-image: url('assets/img/directions-background-720x360.jpg');
}
.bp-section.accordion-text .accordion-tab{
    align-items: center;
    background-color: var(--tenagd-color-opaquegreen);
    color: var(--tenagd-color-white);
    column-gap: 2rem;
    display: flex;
    flex-direction: row;
    font-size: 1.5rem;
    line-height: 1.3;
    padding: 1rem;
}
.bp-section.accordion-text .accordion-tab{
    cursor: pointer;
}
.bp-section.accordion-text .accordion-tab .arrow svg{
    transition: all 0.5s;
}
.bp-section.accordion-text .accordion-tab.is-open .arrow svg{
    transform: rotate(180deg);
}

.bp-section.accordion-text .content-wrapper{
    border: 1px solid var(--tenagd-color-white);
    border-top: none;
    color: var(--tenagd-color-white);
    max-height: 1300px;
    padding: 1rem;
    transition: all 0.5s;
}
.bp-section.accordion-text .content-wrapper .line-wrapper{
    margin-bottom: 1rem;
}
.bp-section.accordion-text .content-wrapper .line-wrapper.has-segment{
    column-gap: 1rem;
    display: flex;
    flex: row;
    justify-content: flex-start;
}
.bp-section.accordion-text .content-wrapper .line-wrapper a{
    color: var(--tenagd-color-white);
    font-weight: 700;
}
.bp-section.accordion-text .content-wrapper .line-wrapper .text-highlight{
    font-weight: 700;
}

.bp-section.accordion-text .footnote{
    color: var(--tenagd-color-white);
    font-size: 1.5rem;
    text-align: center;
}

.bp-section.accordion-text .content-wrapper.is-close{
    border: none;
    max-height: 0;
    overflow: hidden;
    padding: 0;
}

/**
 * 404
 **/


@media all and (min-width: 600px){
    .bp-section.intro-text{
        background-image: url('assets/img/home-banner-background-600x600.jpg');
    }
}

@media all and (min-width: 640px){
    /**
     * Header
     */
    .wp-site-blocks header .banner{
        background-image: url('assets/img/banner-background-1140x450.jpg');
    }
    .wp-site-blocks header .banner img{
        max-width: 65%;
    }

    /**
     * Footer
     */
    
}


@media all and (min-width: 768px){
    .row{
        flex-direction: row;
        padding: 1rem 30px;
    }
    .col.is-1{
        width: calc(1/12 * 100%);
    }
    .col.is-2{
        width: calc(2/12 * 100%);
    }
    .col.is-4{
        width: 25%;
    }
    .col.is-5{
        width: calc(5/12 * 100%);
    }
    .col.is-half{
        width: 50%;
    }
    .col.is-8{
        width: calc(8/12 * 100%);
    }
    .col.is-9{
        width: 75%;
    }
    .col.is-full{
        width: 100%;
    }

    /**
     * Home
     **/
    .bp-section.intro-text{
        background-image: url('assets/img/home-banner-background-1200x600.jpg');
    }
    .bp-section.intro-text .row{
        padding: 0;
    }

    .bp-section.intro-text .col.is-half,
    .bp-section.intro-text .col.is-half.has-content{
        flex: 1;
        padding: 1rem 4rem;
    }

    .bp-section.prog-text .row,
    .bp-section.accordion-text .row{
        justify-content: center;
    }
    .bp-section.accordion-text .row{
        column-gap: 1rem;
    }

    .bp-section.accordion-text .highlight-container{
        display: flex;
        flex-direction: column;
    }
    .bp-section.accordion-text .highlight-container .content-wrapper{
        flex: 5;
    }

    /**
     * Footer
     **/


}

@media all and (min-width: 960px){
    /**
     * Header
     **/

    /**
     * Footer
     **/

    /**
     * Banner
     **/
}


@media all and (min-width: 1024px){
    
    /**
     * Header
     **/

    /**
     * Footer
     **/

}
@media all and (min-width: 1280px){
    /**
     * Header
     **/
    .wp-site-blocks header .banner{
        background-image: url('assets/img/banner-background-1920x450.jpg');
    }
}