/*
Theme Name: Vivalla
Theme URI: https://xdevlabs.com/themes/simple-wp-theme/
Author: the xDevLabs team
Author URI: https://xdevlabs.com/
Description: Blank is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how xDev-theme elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 5.6
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: xdev-theme
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Xdev-theme WordPress Theme, (C) 2021 xDevlabs.com
Xdev-theme is distributed under the terms of the GNU GPL.
*/
.section-points{
    padding-bottom: 100px;
}
.list-points{
    max-width: 1100px;
    margin-inline: auto;
}
.list-points .item-point{
    background: #F6FAED;
    padding: 5vw 3vw;
}
.list-points .item-point+.item-point{
    margin-top: 30px;
}
.list-points .item-point h3{
    position: relative;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    color: #7D8426;
    padding-bottom: 4vw;
    margin-block: 4.5vw 4vw;
}
.list-points .item-point h3:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 40%);
    width: 20px;
    height: 20px;
    max-width: 100%;
    background: url(assets/images/subpages/icon_sta.png) center center no-repeat;
    background-size: cover;
}
.list-points .item-point p{
    font-size: 16px;
    line-height: 1.8;
    color: #66634C;
    margin: 0;
}
.list-points .item-point figure{
    position: relative;
}
.list-points .item-point figure img.point-index{
    position: absolute;
    left: -30px;
    top: -30px;
    width: 29.17%;    
}
.list-points .item-point figure img.point-index-sp{
    position: absolute;
    left: 50%;
    top: -5vw;
    width: 29.17%;   
    transform: translate(-50%,-50%);
}

.list-points .item-point figure img.point-index{
    display: none;
}
@media only screen and (min-width: 768px){
    .list-points .item-point{
        padding: 70px;
    }
    .list-points .item-point h3{
        font-size: 30px;
        line-height: 36px;
        padding-bottom: 30px;
        margin-block: 45px 30px;
    }
    .list-points .item-point p{
        font-size: 23px;
        line-height: 40px;
    }
    .list-points .item-point figure img.point-index{
        display: block;
    }

    .list-points .item-point figure img.point-index-sp{
        display: none;
    }
    .list-points .item-point h3:after{
        width: 275px;
        height: 8px;
        background: #FDFACE;
        background: linear-gradient(90deg,rgba(253, 250, 206, 1) 0%, rgba(215, 189, 0, 1) 50%, rgba(253, 250, 206, 1) 100%);
    }
}

.bg-green{
    background: #F6FAED;
}
.text-center{
    text-align: center;
}
.section-lesson{
    padding-block: 40px;
}
.section-lesson p{
    font-size: 15px;
    margin: 0;
}
.section-lesson p.text-lg{
    font-size: 18px;
    margin: 0 0 4vw;
}
.section-lesson p.text-lg span{
    background: #fff33f;
}
.cl-red{
    color: #E94A44;
}
.section-lesson table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
    font-size: 16px;
}
.section-lesson table + table{
    margin-top: 4vw;
}
.section-lesson table tr th{
    background: #909843;
    border: 2px solid #909843;
    color: #fff;
    font-size: 4vw;
    line-height: 1.6;
    text-align: center;
    padding: 15px;
    font-weight: 500;
}
.section-lesson table tr td{
    background: #fff;
    border: 2px solid #909843;
}
.section-lesson table tr td .inner-td-content{
    padding: 15px;
}
.section-lesson table tr td .inner-td-content+.inner-td-content{
    border-top: 2px solid #909843;
}

.section-lesson table p{
    font-size: 16px;
}
.section-lesson table+p{
    margin-top: 4vw;
}
@media only screen and (min-width: 768px){
    .section-lesson{
        padding-block: 70px;
    }
    .section-lesson p{
        font-size: 23px;
    }
    .section-lesson p.text-lg{
        font-size: 26px;
        margin: 0 0 40px;
    }
    .section-lesson table{
        border-spacing: 5px;
        font-size: 23px;
    }
    .section-lesson table tr th{
        font-size: 30px;
        line-height: 42px;
        padding: 15px;
        width: 420px;
    }
    .section-lesson table p{
        font-size: 23px;
    }
    .section-lesson table + table{
        margin-top: 30px;
    }
    .section-lesson table+p {
        margin-top: 30px;
    }
    .text-md-center{
        text-align: center;
    }
}

.section-access{
    font-size: 3vw;
    line-height: 1.6;
}
.section.section-studio{
    padding-bottom: 0;
}
.section-studio .container{
    max-width: 1080px;
}
.inner-studio{
    border: 2px solid #9A9F00;
    padding-inline: 4.5vw;
    padding-bottom: 2.75vw;
}
.item-info{
    padding-block: 4vw;
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
    color: #9A9F00;
}
.item-info+.item-info{
    border-top: 2px solid #9A9F00;
}
.item-info--phone{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4vw;
}
.section-studio figcaption{
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    padding: 15px 0;
}

.instagram-studio{
    padding-block: 4.5vw 0;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
}
.instagram-studio p{
    margin-bottom: 15px;
}

.st-title{
    font-size: 4.25vw;
    line-height: 1.6;
    position: relative;
    padding-bottom: 4vw;
    margin-bottom: 4.5vw;
    text-align: center;
}
.st-title:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 275px;
    height: 8px;
    max-width: 100%;
    background: #FDFACE;
    background: linear-gradient(90deg,rgba(253, 250, 206, 1) 0%, rgba(215, 189, 0, 1) 50%, rgba(253, 250, 206, 1) 100%);
}
.map-iframe{
    position: relative;
    padding-bottom: 60%;
}
.map-iframe iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.access-info{
    background: #F6FAED;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 4.5vw 0 4vw;
}
.access-heading{
    background: #909843;
    padding: 5px;
    width: 180px;
}
.access-heading .inner-access-heading{
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
    padding-block: 30px;
}
.access-info ul{
    list-style: none;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    padding: 0 0 0 15px;
}
.access-info ul li span{
    color: #909843;
}

@media only screen and (min-width: 768px){
    .section-access{
        font-size: 23px;
        line-height: 40px;
    }
    .inner-studio{
        padding-inline: 50px;
        padding-bottom: 30px;
    }
    .item-info{
        padding-block: 30px;
        font-size: 29px;
        line-height: 47px;
    }
    .item-info--phone{
        gap: 30px;
    }
    .section-studio figcaption{
        font-size: 23px;
        line-height: 40px;
        padding: 15px 0;
    }

    .instagram-studio{
        padding-block: 50px 0;
        font-size: 26px;
        line-height: 42px;
    }
    .instagram-studio p{
        margin-bottom: 15px;
    }

    .st-title{
        font-size: 37px;
        line-height: 45px;
        padding-bottom: 30px;
        margin-bottom: 40px;
    }

    .access-info{
        margin: 40px 0 30px;
    }
    .access-heading{
        padding: 5px;
        width: 340px;
    }
    .access-heading .inner-access-heading{
        font-size: 30px;
        line-height: 58px;
        padding-block: 30px;
    }
    .access-info ul{
        font-size: 23px;
        line-height: 40px;
        padding: 0 0 0 30px;
    }
}

.section-contact .container{
    max-width: 1080px;
}

.title-contact{
    font-size: 26px;
    line-height: 31px;
    padding: 16px 0;
    text-align: center;
    background: #F6FAED;
    margin-bottom: 50px;
}
.form-row{
    padding-block: 2vw;
    padding-right: 4.5vw;
}
.form-row label{
    font-size: 23px;
    line-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}
.form-row label span{
    background: #E94A44;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    padding: 0 10px;
}
.form-row .form-input{
    border: 2px solid #909843;
    border-radius: 15px;
    max-width: 660px;
    min-width: 50%;
    font-size: 23px;
    line-height: 30px;
    padding: 15px;
}
.form-btn{
    background: #909843;
    color: #fff;
    text-align: center;
    display: block;
    width: 215px;
    margin: 50px 0 0;
    font-size: 26px;
    line-height: 32px;
    padding-block: 15px 15px;
    border-radius: 15px;
}
@media only screen and (min-width: 768px){
    .form-row{
        padding-block: 30px;
        border-bottom: 2px solid #909843;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-right: 40px;
    }
    .form-row label{
        display: flex;
        width: 285px;
    }
    .form-btn{
        margin: 50px auto 0;
    }
}

.form-search{
    position: relative;
    max-width: 410px;
    margin: 30px auto 0;
}
.form-search input{
    width: 100%;
    max-width: 410px;
    border: 2px solid #909843;
    border-radius: 35px;
    font-size: 23px;
    line-height: 32px;
    padding: 12px;
}
.form-search a{
    position: absolute;
    right: 1px;
    top: 2px;
    width: 57px;
    height: 57px;
    background: url(assets/images/subpages/icon_search.png);
}

@media only screen and (max-width: 767px){
    .table-lesson tr,.table-lesson tr th,.table-lesson tr td{
        display: block;
    }
    .section-lesson table.table-lesson tr+tr{
        margin-top: 10px;
    }
    .section-lesson table.table-lesson-last tr+tr{
        margin-top: 0;   
    }
    .section-lesson table.table-lesson tr th{
        text-align: left;
        padding: 5px 15px;
    }
    .section-lesson table.table-lesson tr td{
        border-top: none;
    }
    .form-search{
        display: none;
    }
    .section-access .st-title{
        background: var(--green-dark);
        color: var(--white);
        margin-bottom: 0;
        padding: 5px;
    }
    .section-access .st-title:after{
        display: none;

    }
    .section-access--body{
        border: 2px solid var(--green-dark);
        border-top: none;
        padding: 15px;
    }
    .access-info{
        display: block;
        background: none;
    }
    .access-heading{
        background: none;
        width: 100%;
        padding: 0;
    }
    .access-heading .inner-access-heading{
        padding: 0;
        background: none;
        border: none;
        color: var(--green-dark);
        text-align: left;
        display: inline-block;
        border-bottom: 1px solid var(--green-dark);
        margin-bottom: 10px;
    }
    .access-info ul{
        padding-left: 0;
    }
    .title-contact{
        position: relative;
        background: none;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 1.5;
        text-align: center;
        margin: 0 0 50px;
        padding: 0;
        font-size: 18px;
        width: 50%;
        color: #5c681a;
    }
    .title-contact::after {
        content: "";
        position: absolute;
        bottom: -2.1333333333vw;
        width: 13.3333333333vw;
        height: 0.48vw;
        left: 50%;
        transform: translateX(-50%);
        background: #C8BF20;
        background: radial-gradient(circle, #c8bf20 0%, #f5fbb5 100%);
    }

    .form-row label{
        font-size: 3.8666666667vw;
        line-height: 1.8;
        gap: 10px;
    }
    .form-row label span{
        font-size: 3vw;
        line-height: 1.6;
    }
    .form-row .form-input{
        font-size: 3.8666666667vw;
        line-height: 1.6;
        width: 100%;
        padding: 10px;
    }
    .form-btn{
        font-size: 4vw;
        line-height: 1.6;
        margin-top: 6vw;
        padding-block: 10px;
        width: 180px;
    }
}

@media only screen and (min-width: 1200px){
    .about-section__content{
        grid-row: 2 / 4;
    }
}
@media only screen and (max-width: 767px){
    .about-section__inner{
        padding-inline: 15px;
    }
    .lecturer-info{
        margin-inline: 8vw;
    }

    .instagram-studio a img{
        width: 8.5333333333vw
    }
}
.form-submit{
    text-align: center;
}
@media screen and (max-width: 768px) {
  .hide-on-sp {
    display: none;
  }
  .section.section-access{
      padding-top: 55px;
  }
}