/*
 Theme Name:   Seminar For Preschool Chinese Language Teachers 2025
 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:         cpss2025, 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: "Jian Song";
    font-weight: 400;
    src: url("assets/fonts/HelloFont-ID-JianSong-55.otf");
}
@font-face {
    font-family: "Jian Song";
    font-weight: 700;
    src: url("assets/fonts/HelloFont-ID-JianSong.otf");
}
@font-face {
    font-family: "Qi Miao Ti";
    font-weight: 400;
    src: url("assets/fonts/HelloFont-ID-QiMiaoTi.otf");
}
@font-face {
    font-family: 'icomoon';
    src:  url('assets/fonts/icomoon.eot?wc4xei');
    src:  url('assets/fonts/icomoon.eot?wc4xei') format('embedded-opentype'),
    url('assets/fonts/icomoon.ttf?wc4xei') format('truetype'),
    url('assets/fonts/icomoon.woff?wc4xei') format('woff'),
    url('assets/fonts/icomoon.svg?wc4xei') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

:root{
    --cpss2025-color-white: #fff;
    --cpss2025-color-black: #000;
    --cpss2025-color-pink: #f97c89;
    --cpss2025-color-blue: #2ba4dd;
    --cpss2025-color-darkgreen: #334b45;
    --cpss2025-color-orange: #f68f49;
    --cpss2025-color-lightgreen: #9ad44e;
    --cpss2025-color-purple: #5f4589;

    --cpss2025-color-darkgrey: #4d4d4d;
    --cpss2025-color-lightgrey: #ccc;
    --cpss2025-font-size-h1: 3.5em;
    --cpss2025-font-size-h2: 3em;
    --cpss2025-font-size-h3: 2.5em;
    --cpss2025-font-size-h4: 2em;
    --cpss2025-font-size-h5: 1.5em;
    --cpss2025-font-size-h6: 1.25em;
    --cpss2025-font-size-p1: 1em;
    --cpss2025-section-max-width: 960px;
}

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

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

/**
 * Icons
 **/
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    /* speak: never; */
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-about:before {
    content: "\e900";
}
.icon-contact:before {
    content: "\e901";
}
.icon-faq:before {
    content: "\e902";
}
.icon-feedback:before {
    content: "\e903";
}
.icon-home:before {
    content: "\e904";
}
.icon-schedule:before {
    content: "\e905";
}
.icon-speakers:before {
    content: "\e906";
}

/**
 * Header
 */
header{
    box-shadow: 0 1px 16px var(--cpss2025-color-darkgrey);
    padding: 0 1rem;
}
header .current-menu-item .wp-block-navigation-item__label{
    color: var(--cpss2025-color-pink);
}
header .wp-block-navigation-item__label{
    color: var(--cpss2025-color-blue);
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
header .wp-block-navigation-submenu__toggle svg{
    color: var(--cpss2025-color-blue);
}
header .wp-block-navigation-item__label:hover{
    color: var(--cpss2025-color-pink);
}

header .logo-container img{
    width: 18rem;
}

header .wp-block-navigation__responsive-container.has-modal-open.is-menu-open .wp-block-navigation__container.is-responsive.main-nav.wp-block-navigation,
header .wp-block-navigation__responsive-container.has-modal-open.is-menu-open .wp-block-navigation-item.has-child,
header .wp-block-navigation__responsive-container.has-modal-open.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation-submenu{
    align-items: flex-start;
}
header .wp-block-navigation__responsive-container.has-modal-open.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation-submenu{
    row-gap: 0.75rem;
}

header .nav-item-wrapper{
    align-items: flex-start;
    display: flex;
    flex-direction: row;
}
header .nav-item-wrapper .nav-icon{
    font-size: 2rem;
}
header .nav-item-wrapper .nav-label{
    display: flex;
    flex-direction: column;
}
header .nav-item-wrapper .nav-label > div{
    font-size: 1rem;
    line-height: 1.1;
}
header .nav-item-wrapper .nav-label .label-cn{
    font-family: "Qi Miao Ti", Arial, Helvetica, sans-serif;
}

/**
 * Footer
 */
footer .org-sup-container .logos-container{
    align-items: center;
    column-gap: 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
footer .org-sup-container img{
    height: 6rem;
    width: auto;
}
footer .org-sup-container .logos-container img{
    height: 4rem;
}
footer .org-sup-container .logos-container > div.logo-wrapper:nth-child(2) img{
    height: 2em;
}
footer .org-sup-container .logos-container > div.logo-wrapper:nth-child(3) img{
    height: 3em;
}
footer .footer-image{
    line-height: 0;
}

footer .copyright{
    background-color: var(--cpss2025-color-pink);
    color: var(--cpss2025-color-white);
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    margin-block-start: 0;
}
footer .copyright .row{
    padding: 0 1rem;
}

/**
 * Home
 **/
.page-home .logo-section{
    font-family: "Qi Miao Ti", Arial, Helvetica, sans-serif;
    padding: 1rem;
}
.page-home .logo-section .logos-container{
    align-items: center;
    column-gap: 1rem;
    display: flex;
    flex-direction: row;
}
.page-home .logo-section img{
    height: 4rem;
    width: auto;
}
.page-home .logo-section .logos-container > div.logo-wrapper:nth-child(2) img{
    height: 3.5rem;
}
.page-home .logo-section .logos-container > div.logo-wrapper:nth-child(3) img{
    height: 3.75rem;
}

.page-home .title-section .text-cn,
.page-home .title-section .text-en{
    font-family: "Qi Miao Ti", Arial, Helvetica, sans-serif;
    text-align: center;
}
.page-home .title-section .title-wrapper,
.page-home .title-section .bkbrd-wrapper{
    margin-bottom: 1rem;
}
.page-home .title-section .title-wrapper .text-cn{
    color: var(--cpss2025-color-pink);
    font-size: clamp(1.5rem, 10vw, 3.5rem);
    line-height: 1.1;
    text-wrap: balance;
}
.page-home .title-section .title-wrapper .text-en{
    color: var(--cpss2025-color-blue);
    font-size: clamp(1rem, 5vw, 1.5rem);
    text-wrap: balance;
}

.page-home .title-section .bkbrd-wrapper{
    background-color: var(--cpss2025-color-darkgreen);
    border: 5px solid var(--cpss2025-color-orange);
    border-radius: 0.5rem;
    color: var(--cpss2025-color-white);
    padding: 1rem;
}
.page-home .title-section .bkbrd-wrapper .text-cn{
    font-size: clamp(1.5rem, 10vw, 3rem);
    line-height: 1.1;
    text-wrap: balance;
}
.page-home .title-section .bkbrd-wrapper .text-en{
    font-size: clamp(0.75rem, 4vw, 1.2rem);
    text-wrap: balance;
}
.page-home .title-section .date-wrapper .text-cn{
    color: var(--cpss2025-color-blue);
    font-size: 1.5rem;
    line-height: 1.1;
    text-wrap: balance;
}

.page-home .location-section{
    padding: 2rem;
}
.page-home .location-section .text-cn{
    font-family: "Qi Miao Ti", Arial, Helvetica, sans-serif;
    text-align: center;
}
.page-home .location-section .datetime-wrapper{
    margin-bottom: 1.75rem;
}
.page-home .location-section .datetime-wrapper .text-cn{
    color: var(--cpss2025-color-pink);
    font-size: 1.75rem;
    line-height: 1.1;
    text-wrap: balance;
}
.page-home .location-section .address-wrapper .text-cn{
    color: var(--cpss2025-color-blue);
    font-size: 1.75rem;
    line-height: 1.1;
    text-wrap: balance;
}

.page-home .rsvp-section .text-cn{
    font-family: "Qi Miao Ti", Arial, Helvetica, sans-serif;
    text-align: center;
}
.page-home .rsvp-section .heading-wrapper .text-cn{
    color: var(--cpss2025-color-pink);
    font-size: clamp(2rem, 10vw, 4rem);
    margin-bottom: 1rem;
}
.page-home .rsvp-section .lineone-wrapper .text-cn{
    font-size: 2rem;
}
.page-home .rsvp-section .linetwo-wrapper .text-cn,
.page-home .rsvp-section .linethree-wrapper .text-cn{
    font-family: "Jian Song", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    margin-bottom: 2rem;
}
.page-home .rsvp-section .qr-wrapper{
    text-align: center;
}
.page-home .rsvp-section .qr-wrapper .box-wrapper{
    border: 2px solid var(--cpss2025-color-black);
    border-radius: 1rem;
    display: inline-block;
    padding: 1rem;
}
.page-home .rsvp-section .qr-wrapper img{
    width: clamp(10rem, 70vw, 16rem);
}

.page-home .rsvp-section .linefour-wrapper .text-cn{
    color: var(--cpss2025-color-blue);
    font-size: 2rem;
    margin-bottom: 2rem;
}
.page-home .rsvp-section .listone-heading .text-cn{
    font-size: 2rem;
}
.page-home .rsvp-section .listone-wrapper li{
    font-family: "Jian Song", Arial, Helvetica, sans-serif;
    text-align: left;
}
.page-home .rsvp-section .listone-wrapper li::marker{
    color: var(--cpss2025-color-pink);
}

.page-home .highlight-section .text-cn,
.page-home .highlight-section .text-en{
    font-family: "Qi Miao Ti", Arial, Helvetica, sans-serif;
    text-align: center;
}
.page-home .highlight-section .heading-wrapper .text-cn{
    color: var(--cpss2025-color-pink);
    font-size: clamp(2rem, 10vw, 4rem);
    line-height: 1.1;
}
.page-home .highlight-section .heading-wrapper .text-en{
    color: var(--cpss2025-color-blue);
    font-size: clamp(1.5rem, 10vw, 2.5rem);
    margin-bottom: 1rem;
}
.page-home .highlight-section .lineone-wrapper,
.page-home .highlight-section .linetwo-wrapper,
.page-home .highlight-section .linethree-wrapper{
    text-align: center;
}
.page-home .highlight-section .lineone-wrapper .text-cn,
.page-home .highlight-section .linetwo-wrapper .text-cn,
.page-home .highlight-section .linethree-wrapper .text-cn{
    border-radius: 2rem;
    display: inline-block;
    font-family: "Jian Song", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    padding: 5px 16px;
}
.page-home .highlight-section .lineone-wrapper .text-cn{
    border: 2px solid var(--cpss2025-color-blue);
}
.page-home .highlight-section .linetwo-wrapper .text-cn{
    border: 2px solid var(--cpss2025-color-orange);
}
.page-home .highlight-section .linethree-wrapper .text-cn{
    border: 2px solid var(--cpss2025-color-lightgreen);
}

.page-home .footer-section{
    font-family: "Jian Song", Arial, Helvetica, sans-serif;
    padding: 1rem;
}
.page-home .footer-section .logos-container{
    align-items: center;
    column-gap: 1rem;
    display: flex;
    flex-direction: row;
}
.page-home .footer-section img{
    height: 8rem;
    width: auto;
}
.page-home .footer-section .logos-container{
    flex-wrap: wrap;
}
.page-home .footer-section .logos-container img{
    height: 6rem;
}
.page-home .footer-section .logos-container > div.logo-wrapper:nth-child(2) img{
    height: 4em;
}
.page-home .footer-section .logos-container > div.logo-wrapper:nth-child(3) img{
    height: 5em;
}

/**
 * Content
 **/
.page-header-section .bp-container{
    padding: 1rem 0;
}
.page-header-section .title-box-wrapper{
    padding: 1rem 2rem 1.5rem;
    position: relative;
}
.page-header-section .title-box{
    background-color: var(--cpss2025-color-darkgreen);
    border: 5px solid var(--cpss2025-color-orange);
    border-radius: 0.5rem;
    padding: 1rem;
}
.page-header-section .title-box h1{
    color: var(--cpss2025-color-white);
    font-family: "Qi Miao Ti", Arial, Helvetica, sans-serif;
    margin: 0;
    text-align: center;
}

.page-header-section .title-box .text-cn{
    font-size: clamp(1.5rem, 10vw, 3rem);
    line-height: 1.1;
}
.page-header-section .title-box .text-en{
    font-size: clamp(1.5rem, 10vw, 2.5rem);
}
.page-header-section .box-left-wrapper{
    bottom: 0;
    left: 0;
    position: absolute;
    width: clamp( 3rem, 30%, 5rem );
}
.page-header-section .box-right-wrapper{
    bottom: 0;
    right: 0;
    position: absolute;
    width: clamp( 3rem, 20%, 4rem );
}

.page-content-section h2{
    font-family: "Qi Miao Ti", Arial, Helvetica, sans-serif;
    text-align: center;
}
.page-content-section h2 .text-cn{
    color: var(--cpss2025-color-pink);
    font-size: clamp(2rem, 10vw, 3rem);
}
.page-content-section h2 .text-en{
    color: var(--cpss2025-color-blue);
    font-size: clamp(1.5rem, 6vw, 2rem);
}
.page-content-section p.text-cn{
    font-family: "Jian Song", Arial, Helvetica, sans-serif;
}
.page-content-section p.text-en{
    font-family: Lato, Arial, Helvetica, sans-serif;
}

.page-content-section p.text-cn,
.page-content-section p.text-en{
    text-align: justify;
}

/**
 * Schedule
 **/
.page-schedule .tbl-container{
    border-collapse: collapse;
    display: table;
}
.page-schedule .tbl-row{
    display: table-row;
}
.page-schedule .tbl-cell{
    border: 1px solid var(--cpss2025-color-pink);
    display: table-cell;
    padding: 0.25rem 0.5rem;
}
.page-schedule .tbl-row:not(.head-row) > .tbl-cell:last-child{
    font-family: "Jian Song", Arial, Helvetica, sans-serif;
}
.page-schedule .head-row{
    /* color: var(--cpss2025-color-pink); */
    background-color: var(--cpss2025-color-pink);
    color: var(--cpss2025-color-white);
    font-family: "Qi Miao Ti", Arial, Helvetica, sans-serif;
}
.page-schedule .tbl-container .list-head,
.page-schedule .tbl-container ul >li::marker{
    color: var(--cpss2025-color-pink);
}
.page-schedule .tbl-container .list-title{
    color: var(--cpss2025-color-blue);
}
.page-schedule .tbl-container ul{
    padding-left: 1rem;
    margin-top: 0;
}
.page-schedule .tbl-container .tbl-row{
    margin-bottom: 1rem;
}
.page-schedule .tbl-cell:first-child{
    padding: 0.25rem 2rem;
}

/**
 * Speakers
 **/
.page-speakers .photo-wrapper{
    border: 2px solid var(--cpss2025-color-pink);
    width: 12rem;
}
.page-speakers .photo-wrapper img{
    aspect-ratio: 5/6;
    display: block;
}
.page-speakers .fname-wrapper{
    align-items: center;
    background-color: var(--cpss2025-color-pink);
    color: var(--cpss2025-color-white);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 1rem;
    width: 15rem;
}
.page-speakers .fname-wrapper .text-cn{
    font-family: "Jian Song", Arial, Helvetica, sans-serif;
    font-size: var(--cpss2025-font-size-h5);
    font-weight: 700;
}
.page-speakers .fname-wrapper .triangle-wrapper{
    aspect-ratio: 0.866;
    width: 0; 
    height: 0; 
    border-top: 2rem solid transparent;
    border-bottom: 2rem solid transparent; 
    border-right: 2rem solid var(--cpss2025-color-white);
}
.page-speakers hr{
    margin: 2rem 0;
}

/**
 * Contact Us
 */
.page-contact-us .page-content-section p{
    text-align: center;
}
.page-contact-us .text-cn{
    font-family: "Jian Song", Arial, Helvetica, sans-serif;
}
.page-contact-us a{
    color: var(--cpss2025-color-pink);
    text-decoration: none;
}

/**
 * Getting There
 **/
.page-getting-there .address .text-cn{
    font-family: "Jian Song", Arial, Helvetica, sans-serif;
    color: var(--cpss2025-color-pink);
}

/**
 * FAQ
 * About Registration
 **/
.page-faq li::marker,
.page-about-registration li::marker{
    color: var(--cpss2025-color-pink);
    content: "Q. ";
    font-family: "Jian Song", Arial, Helvetica, sans-serif;
}
.page-faq .text-cn,
.page-about-registration .text-cn{
    font-family: "Jian Song", Arial, Helvetica, sans-serif;
}

.page-faq .question,
.page-about-registration .question{
    color: var(--cpss2025-color-pink);
}


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

}


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

    /**
     * Footer
     **/
    footer .footer-image{
        padding-top: 2rem;
    }
    footer .org-sup-container{
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
    footer .org-sup-container .logos-container{
        padding-top: 0.75rem;
    }

    /**
     * Home
     **/
    .page-home .logo-section .row,
    .page-home .footer-section .row{
        justify-content: space-between;
    }

    /**
     * Schedule
     **/
/*     
    .page-schedule .tbl-container{
        border-collapse: collapse;
        display: table;
    }
    .page-schedule .tbl-row{
        display: table-row;
    }
    .page-schedule .tbl-cell{
        border: 1px solid var(--cpss2025-color-pink);
        display: table-cell;
        padding: 0.25rem 0.5rem;
    }
    .page-schedule .head-row{
        background-color: var(--cpss2025-color-pink);
        color: var(--cpss2025-color-white);
    }
    .page-schedule .tbl-cell:first-child{
        padding: 0.25rem 2rem;
    }
     */

    /**
     * Speakers
     **/
    .page-speakers .speaker-container{
        align-items: flex-start;
        display: flex;
        flex-direction: row;
    }
    .page-speakers .photo-wrapper{
        flex: 1;
    }
    .page-speakers .right-column{
        flex: 3;
    }
    .page-speakers .profile-wrapper{
        padding-left: 1rem;
    }
    
}

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

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