/* ----- ----- root ----- ----- */




/* ----- ----- global ----- ----- */









/* ----- ----- font ----- ----- */
h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
}

h2 {
    margin-bottom: 1rem;
}

p {
    line-height: 2.2rem;
}

.lead {
    font-size: 1.714rem;
    font-weight: 600;
    line-height: 3.2rem;
}

.lead span {
    display: block;
}







/* ----- ----- header ----- ----- */


/* header.site-header {
    position: fixed;
} */

.site-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    transition: background-color 0.5s ease;
    z-index: 1000;
}

.site-header.header-hidden {
    transform: translateY(-100%);
}

.site-branding {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    z-index: 999999;
}

.site-branding .custom-logo-link {
    max-width: 310px;
    transition: all 0.3s ease;
    z-index: 100;
}

.scrolled .site-branding .custom-logo-link {
    max-width: 280px;
    transition: all 0.3s ease;
    z-index: 100;
}

header .site-branding .st2 {
    transition: fill .5s ease;
}

header.scrolled .site-branding .st1, header.open .site-branding .st1 {
    fill: #54abd8 !important;
}

header.scrolled .site-branding .st2, header.open .site-branding .st2 {
    fill: #068cce !important;
}




/* ----- header-image ----- */


/* ----- pickup ----- */



/* ----- ----- footer ----- ----- */
footer {
    padding: 20px 0 0;
}

footer .container.top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 3rem;
    margin-bottom: 4rem;
}

footer .section-title {
    margin-bottom: 0;
}

footer .lead span {
    display: inline-block;
}

footer .btn1 svg {
    width: auto;
    height: 14px;
    margin-right: 6px;
    position: relative;
    top: 1px;
}

footer .btn1:hover .st1, footer .btn1:hover .st2 {
    fill: #ffffff;
    transition: color 0.3s;
}

footer .btn1, header.site-header .btn1 {
    border-color: #232323;
    display: inline-flex;
    align-items: center;
    margin-top: 2rem;
    padding: 10px 20px;
}

footer .btn1:hover, header.site-header .btn1:hover {
    background-color: #232323;
    border-color: #232323;
}

footer .btn1::after, header.site-header .btn1::after {
    content: '\2192';
    margin-left: 10px;
    transition: 0.3s;
}

footer .list ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

footer .list a {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

#colophon {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-align: right;
}

#footer-logo svg {
    width: 100%;
    height: 100%;
    transform: translate3d(0px, 0px, 0px);
    content-visibility: visible;
    margin-bottom: -5px;
}

#footer-logo svg .st0 {
    fill:none;
}

#footer-logo svg .st1 {
    fill:#FFFFFF;
}


/* ----- ----- breadcrumb ----- ----- */
.breadcrumb ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
    font-size: 0.9em;
    padding: 0;
    margin: 0 0 3em 0;
}
.breadcrumb li::after {
    content: ">";
    margin: 0 0.5em;
}
.breadcrumb li:last-child::after {
    content: "";
}
.breadcrumb a {
    text-decoration: none;
}


/* ----- ----- top ----- ----- */


/* ----- about -----*/


/* ----- ----- page ----- ----- */



/* ----- contact ----- */
.contact form {
    max-width: 800px;
    margin: 0 auto;
}

.wpcf7-radio .wpcf7-list-item {
    display: block;
}

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
    padding: 10px;
    margin-top: 5px;
}

.contact textarea {
    border: 1px solid #ccc;
}

.wpcf7 .wpcf7-submit {
    border: 1px solid var(--color-dark-green);
    background: #1f7dcc;
    color: #ffffff;
    font-size: 1.714rem;
    padding: 2rem;
    margin-bottom: 1rem;
    width: 100%;
    transition: 0.3s all ease;
}

.wpcf7 .wpcf7-submit:hover {
    background: #3ac8e1;
}


/* ----- privacy-policy ----- */
.privacy-policy .entry-content section {
    margin: 0 auto;
    margin-bottom: 6rem;
}

.privacy-policy .entry-content li {
    list-style: none;
    margin-bottom: 1rem;
}

.privacy-policy .entry-content section > ul > li {
    border-bottom: 1px solid #cfd4dc;
    margin-bottom: 3rem;
}

.privacy-policy section#list > ul > li {
    padding: 40px 10px 40px 0;
    margin-bottom: 0;
}

.privacy-policy .entry-content h2::before {
    font-size: 1.5rem;
    counter-increment: number 1;
    content: counter(number) '.';
}

.privacy-policy .entry-content li h2 {
    margin-top: 0;
}


/* ----- 404 ----- */
.error404 main .container {
    min-height: 500px;
}


/* ----- ----- custom post ----- ----- */


/* ----- ----- post ----- ----- */
.widget-area h2 {
    background: #232323;
    color: #ffffff;
    font-size: 1.142rem;
    font-weight: normal;
    padding: 10px 10px;
}

.single .entry-header h1 {
    border-bottom: 1px solid #cfd4dc;
    font-weight: normal;
    padding: 10px 0;
}


/* ----- nav previous next ----- */
.post-navigation .nav-previous, .post-navigation .nav-next {
    flex: 0 1 auto;
}

.nav-links {
    margin-top: 7rem;
}

.nav-next {
    border-left: 1px solid #1f7dcc;
    padding-left: 50px;
}

.nav-previous {
    margin-right: 50px;
}

/* ----- btn ----- */
.nav-subtitle {
    display: inline-block;
    padding: 10px 10px 10px 0;
}

.nav-previous .nav-subtitle::before {
    content: '\2190';
    display: inline;
    background: #1f7dcc;
    color: #ffffff;
    font-size: 1.5rem;
    margin-right: 15px;
    padding: 17px;
    border-radius: 2rem;
    transition: 0.3s;
}

.nav-next .nav-subtitle::after {
    content: '\2192';
    display: inline;
    background: #1f7dcc;
    color: #ffffff;
    font-size: 1.5rem;
    margin-left: 15px;
    padding: 17px;
    border-radius: 2rem;
    transition: 0.3s;
}

.nav-previous a, .nav-next a {
    display: block;
}

.nav-previous a {
    padding-right: 20px;
}

.nav-next a {
    padding-left: 20px;
}

.nav-previous .nav-subtitle {
    margin-right: 20px;
}

.nav-next .nav-subtitle {
    margin-left: 20px;
}

.nav-previous a:hover .nav-subtitle::before, .nav-next a:hover .nav-subtitle::after {
    background: #3ac8e1;
}


/* ----- ----- post archive ----- ----- */



@media (hover: hover) and (pointer: fine) {
    a:hover {
        /* color: #39FF14; */
    }
}



@media screen and (max-width: 1500px) {
    /* ----- ----- top ----- ----- */


}
        

@media screen and (max-width: 1400px) {
    /* ----- ----- header ----- ----- */
    header.site-header .logo {
        max-width: 200px;
    }


    /* ----- ----- top ----- ----- */


}


@media screen and (max-width: 1200px) {
    /* ----- ----- title ----- ----- */
    /* ----- sub-title -----*/


    /* ----- ----- footer ----- ----- */
    footer .info {
        width: 30%;
    }

    footer .list {
        width: 65%;
    }


    /* ----- ----- top ----- ----- */



}


@media screen and (max-width: 991px) {
    /* ----- ----- header ----- ----- */
    .main-navigation ul#primary-menu {
        display: block;
    }


    /* ----- ----- footer ----- ----- */
    footer .container.top {
        display: block;
    }

    footer .info, footer .list {
        width: 100%;
    }

    footer .info {
        margin-bottom: 4rem;
    }

    footer .list ul {
        grid-template-columns: 1fr 1fr;
    }


    /* ----- ----- top ----- ----- */



    /* ----- ----- post ----- ----- */
    /* ----- nav previous next ----- */
   

    /* ----- btn ----- */
    .nav-previous .nav-subtitle {
        margin-right: 0;
    }

    .nav-previous {
        margin-right: 0;
        padding-right: 20px;
    }

    .nav-next {
        padding-left: 20px;
    }
    
    /* ----- ----- custom post ----- ----- */


}









@media screen and (max-width: 781px) {
    /* ----- ----- footer ----- ----- */
    footer .list ul {
        grid-template-columns: 1fr 1fr;
    }


    /* ----- ----- top ----- ----- */



    /* ----- ----- page ----- ----- */


}


@media screen and (max-width: 600px) {
    /* ----- ----- top ----- ----- */


}



@media screen and (max-width: 480px) {
    /* ----- ----- root ----- ----- */
    :root {
        --sec-padding1: 6rem 0;
    }


    /* ----- ----- font ----- ----- */
    .page .lead span:not(.home .lead span) {
        display: inline;
    }


    /* ----- ----- global ----- ----- */
    .container {
        padding: 0 17px;
    }


    /* ----- ----- header ----- ----- */
    header .container {
        padding: 0 17px;
    }

    /* .page-header {
        height: 260px;
    } */



    /* ----- header-title ----- */
    .page-header h1, .single .page-header .page-title, .archive .page-header .page-title {
        margin-top: 4rem;
    }
    

    /* ----- ----- top ----- ----- */
    /* ----- common ----- */



    /* ----- ----- page ----- ----- */
    /* ----- common ----- */
    .page.custom h1::before {
        font-size: 2.8rem;
    }

    .page.privacy-policy h1::before {
        font-size: 2.3rem;
    }

    .page .section-title:not(.home .section-title) {
        line-height: normal;
    }

    .page .section-title .jp:not(.home .section-title .jp) {
        margin-top: 7px;
    }
    

    /* ----- contact ----- */
    .wpcf7-form-control-wrap input:not(.wpcf7-radio input), .wpcf7-form-control-wrap textarea {
        width: 100%;
    }


    /* ----- ----- post ----- ----- */
    /* ----- nav previous next ----- */
   .post-navigation .nav-links {
        justify-content: space-between;
   }

    /* ----- btn ----- */
    .nav-subtitle {
        padding: 10px 0px 10px 0;
    }
    
    .nav-previous .nav-subtitle::before {
        font-size: 1.2rem;
        margin-right: 12px;
        padding: 10px;
    }

    .nav-next .nav-subtitle::after {
        font-size: 1.2rem;
        margin-left: 12px;
        padding: 10px;
    }

    .nav-previous .nav-subtitle {
        margin-right: 0;
    }

    .nav-next .nav-subtitle {
        margin-left: 0;
    }

    .nav-next {
        border-left: none;
    }

    .nav-next a {
        padding-left: 0;
    }

    
}