/*
Template:ystandard
Theme Name:ystandard-ryoushin
Theme URI: https://wp-ystandard.com
Author: yosiakatsuki
Author URI: https://yosiakatsuki.net
Description:「自分色に染めた、自分だけのサイトを作る楽しさ」を感じてもらうために作った一風変わったWordPressテーマ「ystandard」の子テーマ
Version: 4.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

:root{
    --ystd-container-width:1000px;
    --ystd-archive-item-border: 1px solid #000;
    --site-border-gray-light:var(--wp--preset--color--ys-green);
    --ystd-button-background-color:var(--wp--preset--color--ys-green);
    --ystd-button-box-shadow:none;
    --ystd-button-border-width:1px;
}
.wp-block-buttons .wp-block-button a:hover{
    box-shadow: none;
}
.wp-block-button .wp-block-button__link.has-ys-white-color.has-ys-green-background-color:hover{
    background-color: var(--wp--preset--color--ys-white) !important;
    color: var(--wp--preset--color--ys-green) !important;
}
button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover{
    background-color:var(--ystd-button-text-color);
    color: var(--ystd-button-background-color);
    cursor: pointer;
}
button, input[type=button], input[type=reset], input[type=submit]{
    font-weight: 700;
}

/* -- header -- */

#masthead{
    --ystd-container-width:1200px;
}
.site-branding .site-title{
    max-width: 300px;
}
.site-branding{
    display: flex;
    width: 100%;
    align-items: flex-end;
    justify-content: space-between;
}
.is-front-page #masthead .global-nav{
    display: none;
}
#masthead .wp-block-buttons{
    gap: 1em;
}
#masthead .wp-block-button a{
    line-height: 1;
    display: block;
}
#masthead .wp-block-button.tel-link a{
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-column-gap: 8px;
    grid-row-gap: 0px;
    text-align: left;
}
#masthead .wp-block-button.tel-link a img { grid-area: 1 / 1 / 3 / 2; }
#masthead .wp-block-button.tel-link a span {
    font-size: 0.7em;
    grid-area: 1 / 2 / 2 / 3;
}
#masthead .wp-block-button.tel-link a strong {
    font-size: 1.2em;
    grid-area: 2 / 2 / 3 / 3;
}
#masthead .header_sub_area .wp-block-button a img{
    transition: all 0.2s;
}
#masthead .header_sub_area .wp-block-button a:hover img{
    opacity: 0;
}
#masthead .header_sub_area .wp-block-button a:hover{
    background-image: url(img/icon_tel-hover.png);
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}
#masthead .header_sub_area .wp-block-button.mail-link a:hover{
    background-image: url(img/icon_mail-hover.png);
}
#masthead .header_sub_area .wp-block-button.insta-link a:hover{
    background-image: url(img/icon_instagram-hover.png);
}

/* nav */
#masthead .global-nav{
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 769px) {
    .site-branding .site-title{
        max-width: 345px;
    }
    .header-type--row2 .site-branding{
        padding: 2.5em 0 1.5em;
    }
    .global-nav__container,
    .global-nav__container ul{
        width: 100%;
    }
    .global-nav__menu>.menu-item{
        flex-grow: 1;
    }
    #top-main .wrap-topmenu li.menu-item-home,
    .global-nav__menu .menu-item-home{
        display: none;
    }
    #masthead .global-nav,
    .global-nav__menu>.menu-item>a{
        position: relative;
        background-color: var(--wp--preset--color--ys-green);
        color: var(--wp--preset--color--ys-white);
    }
    .global-nav__container ul,
    .global-nav__menu>.menu-item>a{
        padding: 0.5em 0;
    }
    .global-nav__menu>.menu-item>a{
        border-radius: 20px;
    }
    .global-nav__menu>.menu-item>a:hover{
        background-color: var(--wp--preset--color--ys-yellow);
        color: var(--wp--preset--color--ys-green);
    }
    .global-nav__menu>.menu-item>a:after{
        display: none;
    }
}
@media (min-width: 869px) {
    .site-branding .site-title{
        max-width: 445px;
    }
}
@media (min-width: 1200px) {
    #masthead .global-nav::before,
    #masthead .global-nav::after{
        content: '';
        width: calc(50vw - 600px);
        height: 100%;
        display: block;
        background-color: var(--wp--preset--color--ys-green);
        position: absolute;
        left: calc(600px - 50vw);
        top: 0;
    }
    #masthead .global-nav::after{
        left: auto;
        right: calc(600px - 50vw);;
    }
}

@media (max-width: 768px) {
    .header-type--row2 .site-branding{
        padding-top: 0.8em;
        padding-bottom: 0.8em;
    }
    .header_sub_area{
        position: fixed;
        bottom: 0.5em;
        right: 0.5em;
        z-index: 10;
    }
    #masthead .header_sub_area .wp-block-buttons{
        gap: 1em;
    }
    #masthead .wp-block-button.tel-link a span,
    #masthead .wp-block-button.tel-link a strong{
        display: none;
    }
    .is-front-page #masthead .global-nav{
        display: block;
    }
    .is-front-page #masthead .global-nav__menu.is-open,
    #masthead .global-nav__menu.is-open{
        display: flex;
        justify-content: center;
        text-align: center;
        flex-direction: column;
        align-items: center;
    }
}

/* -- footer -- */
.footer-widget__container{
    display: grid;
    grid-template-columns: 65% 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.footer-widget__container>:first-child .widget{
    margin-top: 0;
}
.footer-widget__container>:first-child .wp-block-image{
    margin-bottom: 15px;
}
.footer-widget__container>:first-child .widget p{
    margin: 0;
    line-height: 1.4;
}
.footer-widget .tel-link a{
    color: var(--wp--preset--color--ys-green);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.footer-widget .contact-tel{
    font-weight: 500;
}
.footer-widget .contact-tel strong{
    font-weight: 500;
    width: 2.1em;
    display: inline-block;
    text-align: center;
}

/* footer nav */
.footer-widget__column .widget_nav_menu ul{
    width: fit-content;
    margin-left: auto;
}
.footer-widget__column .widget_nav_menu li,
.footer-widget__column .widget_nav_menu>ul{
    border-bottom: none;
}
.footer-widget__column .widget_nav_menu a{
    display: block;
    padding: 0 0 0 1.2em;
    font-weight: 600;
    background-image: url(img/icon_arrow.png);
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: left center;
}
.footer-widget__column .widget_nav_menu a:before{
    display: none;
}
.footer-widget__column .widget_nav_menu a:hover{
    opacity: 0.6;
}
.footer-widget__column .widget_nav_menu .children,
.footer-widget__column .widget_nav_menu .sub-menu{
    display: none;
}

/* footer copy */
.site-info{
    margin-top: 0;
}
.footer-copy{
    text-align: left;
}

@media (max-width: 599px) {
    .footer-widget__container{
        display: flex;
        flex-direction: column;
    }
    .footer-widget__container>:last-child{
        margin-top: 0;
        margin-bottom: 2em;
    }
    .footer-widget__container>:first-child .widget p{
        text-align: center;
    }
    .footer-widget__container>:first-child .wp-block-buttons{
        justify-content: center;
    }
    .footer-widget__column .widget_nav_menu ul{
        display: flex;
        gap: 0.5em 1em;
        flex-wrap: wrap;
        justify-content: center;
        margin-right: auto;
    }
    .site-info{
        margin-bottom: 3em;
    }
    .footer-copy{
        text-align: center;
    }
}
@media (max-width: 400px) {
    .footer-widget__container>:first-child .widget p.tel-link{
        font-size: 2.6em !important;
    }
}

/* -- content -- */

/* -- front-page -- */

#top-main.wp-block-columns{
    max-width: 1200px;
    margin-left: -100px;
    margin-right: -100px;
}
#top-main.wp-block-columns #mainimage{
    -webkit-mask-image: url(img/top_mask-slide.png);
    mask-image: url(img/top_mask-slide.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center center;
    mask-position: center center;
}
.scroll-link a{
    text-decoration: none;
    color: var(--wp--preset--color--ys-green);
}
.scroll-link a:hover{
    opacity: 0.6;
}
#top-main .wrap-topmenu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
#top-main .wrap-topmenu li{
    margin: 8px 0;
}
#top-main .wrap-topmenu a{
    text-decoration: none;
    display: block;
    color: var(--wp--preset--color--ys-green);
    font-size: 1.1em;
    font-weight: 700;
    padding: 4px 1em;
    border-radius: 20px;
}
#top-main .wrap-topmenu a:hover{
    background-color: var(--wp--preset--color--ys-yellow);
}

#top-news .wp-block-heading{
    position: relative;
    padding: 0.6em 1.5em 0.6em;
    width: fit-content;
    min-width: 260px;
    text-align: right;
    border-radius: 0 30px 30px 0;
}
#top-news .wp-block-heading::before{
    content: '';
    width: calc(50vw - 500px);
    height: 100%;
    display: block;
    background-color: var(--wp--preset--color--ys-green);
    position: absolute;
    left: calc(500px - 50vw);
    top: 0;
}

/* カテゴリーカラー */
.single-post .singular-header__meta .singular-header__terms a,
#sidebar-widget .ys-posts.is-list .ys-posts__text .ys-posts__meta .ys-posts__cat,
.archive__item.is-list .archive__category,
.ys-posts.is-simple .ys-posts__meta .ys-posts__cat{
    width: 80px;
    padding-left: 1px;
    padding-right: 1px;
    text-align: center;
    border: var(--wp--preset--color--ys-green) 1px solid;
    background-color: var(--wp--preset--color--ys-green);
    color: #fff;
}
.single-post .singular-header__meta .singular-header__terms a[href*='category/info'],
#sidebar-widget .ys-posts.is-list .ys-posts__text .ys-posts__meta .ys-posts__cat.category--info,
.archive__item.is-list .archive__category.category--info,
.ys-posts.is-simple .ys-posts__meta .ys-posts__cat.category--info{/*お知らせ*/
    border: var(--wp--preset--color--ys-user-1) 1px solid;
    background-color: var(--wp--preset--color--ys-user-1);
    color: #fff;
}
.single-post .singular-header__meta .singular-header__terms a[href*='category/blog'],
#sidebar-widget .ys-posts.is-list .ys-posts__text .ys-posts__meta .ys-posts__cat.category--blog,
.archive__item.is-list .archive__category.category--blog,
.ys-posts.is-simple .ys-posts__meta .ys-posts__cat.category--blog{/*社長の日記*/
    border: var(--wp--preset--color--ys-yellow) 1px solid;
    background-color: var(--wp--preset--color--ys-yellow);
    color: var(--wp--preset--color--ys-green);
}
.single-post .singular-header__meta .singular-header__terms a[href*='category/media'],
#sidebar-widget .ys-posts.is-list .ys-posts__text .ys-posts__meta .ys-posts__cat.category--media,
.archive__item.is-list .archive__category.category--media,
.ys-posts.is-simple .ys-posts__meta .ys-posts__cat.category--media{/*メディア掲載*/
    border: var(--wp--preset--color--ys-green) 1px solid;
    background-color: var(--wp--preset--color--ys-green);
    color: #fff;
}
.single-post .singular-header__meta .singular-header__terms a[href*='category/c-example'],
#sidebar-widget .ys-posts.is-list .ys-posts__text .ys-posts__meta .ys-posts__cat.category--c-example,
.archive__item.is-list .archive__category.category--c-example,
.ys-posts.is-simple .ys-posts__meta .ys-posts__cat.category--c-example{/*事例紹介*/
    border: var(--wp--preset--color--ys-green) 1px solid;
    background-color: #fff;
    color: var(--wp--preset--color--ys-green);
}
.ys-posts.is-simple .ys-posts__meta{
    color: #000;
    font-size: 1em;
}
.ys-posts.is-simple .ys-posts__title{
    font-size: 1.2em;
}
.ys-posts.is-simple .ys-posts__title a{
    color: #000;
}

#top-about{
    padding-left: 0;
}
#top-about .wp-block-column:first-child{
    margin-right: -20%;
    width: 50vw;
}
#top-about .wp-block-column:last-child{
    max-width: 600px;
    margin-bottom: -3em;
}
#top-about .wp-block-column:last-child p{
    margin-top: 0.85em;
    font-size: 0.85em;
}

.wp-block-heading.slash{
    font-size: 2.2em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wp-block-heading.slash::before,
.wp-block-heading.slash::after{
    content: '';
    width: 80px;
    height: 6px;
    display: inline-block;
    background-color: var(--wp--preset--color--ys-green);
    rotate: 120deg;
}

#top-service .ystdb-column{
    border-radius: 48px;
    padding-top: 3em !important;
}
#top-service .ystdb-column p{
    margin-top: 2em;
}
#top-service .ystdb-column p strong{
    font-size: 1.4em;
}
.top-points.ystdb-columns-wrap .ystdb-column{
    border-radius: 200px 200px 0 0;
    padding: 10px 20px 10px 10px;
}
.top-points.ystdb-columns-wrap .ystdb-column p:first-child{
    font-size: 4.5em !important;
    line-height: 1.4;
}
.top-points .wp-block-heading{
    margin-top: 0;
    min-height: 2.8em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-points.ystdb-columns-wrap .ystdb-column p:not(.has-text-align-center){
    margin-bottom: 1em;
}
.top-points .wp-block-image{
    margin-top: auto;
}

.entry-content .wp-block-heading.over-left{
    position: relative;
    padding: 0.6em 1.5em 0.6em;
    width: fit-content;
    min-width: 260px;
    text-align: right;
    border-radius: 0 30px 30px 0;
    margin-bottom: 2.5em;
    margin-top: 4em;
}
.entry-content .wp-block-heading.over-left::before{
    content: '';
    width: calc(50vw - 500px);
    height: 100%;
    display: block;
    background-color: var(--wp--preset--color--ys-green);
    position: absolute;
    left: calc(500px - 50vw);
    top: 0;
}

@media (max-width: 1200px) {
    #top-main.wp-block-columns{
        margin-left: calc(500px - 50vw);
        margin-right: calc(500px - 50vw);
        gap: 1em;
    }
    #top-main.wp-block-columns .wp-block-column:first-child,
    #top-main.wp-block-columns .wp-block-column:last-child{
        flex-basis: 150px !important;
    }
    #top-main .wrap-topmenu a{
        font-size: 1em;
        padding: 4px 0.8em;
    }
}
@media (max-width: 1032px) {
    .entry-content .wp-block-heading.over-left,
    #top-news .wp-block-heading{
        padding-left: 1em;
        min-width: 0;
        text-align: left;
    }
    .entry-content .wp-block-heading.over-left::before,
    #top-news .wp-block-heading::before{
        width: 1rem;
        left: -1rem;
    }
    #top-news .wp-block-column:first-child{
        flex-basis: 200px !important;
    }
    #top-news .wp-block-column:last-child{
        flex-basis: calc(100% - 200px - 24px) !important;
    }
}
@media (max-width: 1024px) {
    .top-points{
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 1000px) {
    #top-main.wp-block-columns{
        margin-left: -1em;
        margin-right: -1em;
        gap: 1em;
    }
}
@media (max-width: 781px) {
    #top-main.wp-block-columns{
        margin-left: 0;
        margin-right: 0;
        gap: 1em;
    }
    #top-main.wp-block-columns .wp-block-column:first-child{
        order: 2;
        flex-basis: 100% !important;
        display: none;
    }
    #top-main.wp-block-columns .wp-block-column:nth-child(2){
        order: 1;
    }
    #top-main.wp-block-columns .wp-block-column:last-child{
        order: 3;
        flex-basis: 100% !important;
    }
    #top-news .wp-block-column:first-child,
    #top-news .wp-block-column:last-child{
        flex-basis: 100% !important;
    }
    #top-about .wp-block-column:first-child{
        margin-right: 20%;
    }
    #top-about .wp-block-column:last-child{
        padding: 2em 0 0 2em !important;
        margin-left: auto;
        margin-top: -30%;
    }
}
@media (max-width: 599px) {
    #top-main + .wp-block-spacer{
        height: 40px !important;
    }
    #top-about .wp-block-column:last-child{
        padding: 1.5em 0 0 1.5em !important;
        margin-left: 15%;
        margin-top: -30%;
    }
    #top-about .wp-block-column:last-child .wp-block-heading{
        font-size: 1.8em !important;
    }
    #top-about .wp-block-column:last-child p br{
        display: none;
    }
    .wp-block-heading.slash{
        font-size: 2em;
    }
    .wp-block-heading.slash.top-point-heading{
        padding-left: 40px;
        padding-right: 40px;
    }
    .wp-block-heading.slash.top-point-heading::before{
        position: absolute;
        left: -0.3em;
    }
    .wp-block-heading.slash.top-point-heading::after{
        position: absolute;
        right: -0.3em;
    }
    .top-points{
        max-width: 400px;
    }
}

/* -- page --*/

.singular-header__title{
    font-size: 1.6em;
    text-align: center;
    padding: 1em 0;
}
.wp-block-buttons.subnavi{
    gap:0;
}
.wp-block-buttons.subnavi .wp-block-button{
    display: flex;
    align-items: center;
}
.wp-block-buttons.subnavi .wp-block-button a:hover{
    background-color: var(--wp--preset--color--ys-yellow) !important;
}
.wp-block-buttons.subnavi .wp-block-button:first-child::before,
.wp-block-buttons.subnavi .wp-block-button::after{
    content: '';
    width: 4px;
    height: 40px;
    display: inline-block;
    background-color: var(--wp--preset--color--ys-yellow);
    rotate: 30deg;
    margin: 0 1em;
}
#greeting + .wp-block-columns .wp-block-table{
    font-size: 0.8em;
    margin-top: 0.8em;
}
#greeting + .wp-block-columns .wp-block-table td{
    padding-right: 0;
    padding-bottom: 0;
    vertical-align: top;
}
#greeting + .wp-block-columns .wp-block-table td:first-child{
    padding-left: 0;
    white-space: nowrap;
}

#outline + .wp-block-table table,
#outline + .wp-block-table tr,
#outline + .wp-block-table td{
    border: none;
}
#outline + .wp-block-table td{
    border-bottom: var(--wp--preset--color--ys-green) 1px solid;
}
#outline + .wp-block-table td:first-child{
    border-bottom: var(--wp--preset--color--ys-green) 2px solid;
}

.wp-embed-responsive .map .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{
    padding-top: 55%;
}
@media (max-width: 781px) {
    .wp-block-buttons.subnavi{
        margin-left: -1em;
        margin-right: -1em;
    }
    .wp-block-buttons.subnavi .wp-block-button .wp-block-button__link{
        padding: 0.5em 1em;
    }
    #greeting + .wp-block-columns{
        flex-direction: column-reverse;
    }
    #greeting + .wp-block-columns .wp-block-column:first-child{
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    #greeting + .wp-block-columns .wp-block-column:first-child .wp-block-image{
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* service */

.wp-block-group.box-flow{
    border: var(--wp--preset--color--ys-green) 1px solid;
    padding: 1em;
}
.wp-block-group.box-flow h3.wp-block-heading{
    margin-top: 0;
    font-size: 1.2em;
    font-weight: 700;
    border-bottom: var(--wp--preset--color--ys-green) 1px solid;
    padding-bottom: 1rem;
}
.wp-block-group.box-flow h3.wp-block-heading:has(span){
    display: flex;
    align-items: baseline;
}
.wp-block-group.box-flow h3.wp-block-heading strong{
    display: inline-block;
    border: var(--wp--preset--color--ys-green) 1px solid;
    font-size: 0.8em;
    padding: 0.3em 0.5em;
    white-space: nowrap;
}
.wp-block-group.box-flow p{
    margin-top: 1rem;
}

/* archive */
.archive{
    --site-bg-light-gray:rgba(0, 130, 70, 0.3);
}
.archive__page-title{
    position: relative;
    padding: 0.6em 1.5em 0.6em;
    width: fit-content;
    min-width: 260px;
    text-align: right;
    border-radius: 0 30px 30px 0;
    margin-bottom: 2em;
    margin-top: 0;
    background-color: var(--wp--preset--color--ys-green);
    color: var(--wp--preset--color--ys-white);
}
.archive__page-title::before{
    content: '';
    width: calc(50vw - 500px);
    height: 100%;
    display: block;
    background-color: var(--wp--preset--color--ys-green);
    position: absolute;
    left: calc(500px - 50vw);
    top: 0;
}
#sidebar-widget .ys-posts.is-list .ys-posts__text,
.archive__text{
    display: flex;
    flex-direction: column;
}
.single-post .singular-header__meta,
#sidebar-widget .ys-posts.is-list .ys-posts__text .ys-posts__meta,
.archive__text .archive__meta{
    order: 1;
    margin-top: 0;
    margin-bottom: .5em;
    color: var(--wp--preset--color--black);
    font-size: 0.9em;
}
.single-post .singular-header__meta .singular-date,
#sidebar-widget .ys-posts.is-list .ys-posts__text .ys-posts__meta .ys-posts__date,
.archive__item.is-list .archive__meta .archive__date{
    font-size: 1em;
}
.single-post .singular-header__meta .singular-header__terms a,
#sidebar-widget .ys-posts.is-list .ys-posts__text .ys-posts__meta .ys-posts__cat,
.archive__item.is-list .archive__meta .archive__category{
    display: inline-block;
    font-size: 0.8em;
}
.single-post .singular-header__meta .ys-icon,
#sidebar-widget .ys-posts.is-list .ys-posts__text .ys-posts__meta .ys-icon,
.archive__text .archive__meta .ys-icon{
    display: none;
}
#sidebar-widget .ys-posts.is-list .ys-posts__text .ys-posts__title,
.archive__text .archive__title{
    order: 2;
    color: var(--wp--preset--color--black);
}
.archive__text .archive__excerpt{
    order: 3;
}
.single-post .singular-header{
    display: flex;
    flex-direction: column-reverse;
}
.single-post .singular-header__title{
    text-align: left;
    border-bottom: var(--wp--preset--color--ys-green) 1px solid;
    color: var(--wp--preset--color--black);
}
.single-post .entry-content{
    color: var(--wp--preset--color--black);
}


@media (max-width: 1032px) {
    .archive__page-title{
        padding-left: 1em;
        min-width: 0;
        text-align: left;
    }
    .archive__page-title::before{
        width: 1rem;
        left: -1rem;
    }
}
@media (max-width: 599px) {
    .archive__item.is-list .archive__detail .archive__excerpt{
        display: none;
    }
}

#sidebar-widget .widgettitle,
#sidebar-widget .widget .wp-block-heading{
    font-size: 1.2em;
    border: #008246 1px solid;
    padding: 0.5em;
}

/* contact */

.snow-monkey-form{
    max-width: 700px;
    border: var(--wp--preset--color--ys-green) 1px solid;
    padding: 2em;
    margin-left: auto;
    margin-right: auto;
}
.snow-monkey-form .smf-item{
    margin: 0 0 1em;
}
.snow-monkey-form .smf-item__col--label{
    font-weight: 700;
    margin-bottom: 0.5em;
}
.smf-action{
    text-align: center;
}
.smf-action .smf-button-control__control{
    background-image: none;
    background-color: var(--wp--preset--color--ys-green);
    border: var(--wp--preset--color--ys-green) 1px solid;
    border-radius: 30px;
    font-weight: 700;
    color: var(--wp--preset--color--ys-white);
}
.smf-action .smf-button-control__control:hover,
.smf-action .smf-button-control__control[data-action="back"]{
    box-shadow: none;
    background-color: var(--wp--preset--color--ys-white);
    color: var(--wp--preset--color--ys-green);
}
.smf-action .smf-button-control__control[data-action="back"]:hover{
    opacity: 0.6;
}
.snow-monkey-form[data-screen="confirm"] .smf-item__col--controls{
    padding: 0 0 0.5em;
    border-bottom: var(--wp--preset--color--ys-green) 1px solid;
    margin: 0 0 1.5em;
}


/* animation custom */
.entry-content .wow:not(.complete){
	opacity: 0;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-50px,0);
        transform: translate3d(0,-50px,0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,50px,0);
        transform: translate3d(0,50px,0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50px,0,0);
        transform: translate3d(-50px,0,0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@media (max-width: 768px) {
.grecaptcha-badge{
	bottom:70px !important;
	}
}