/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/* 
@font-face {
    font-family: 'SVN-Helga';
    src: url("fonts/SVN-Helga.otf");
} */
html {
    scroll-behavior: smooth;
}

#wrapper, #main {
    background-color: transparent;
    position: relative;
}

.header, .header-wrapper {
}

.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 1200px;
}

body {
    background: #EFEBE2;
}

h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {
}

.nav > li > a {
}

.ft-sec1 {
    background: url(images/bg-footer.png) #95783f12 no-repeat;
    background-size: cover;
}

.ft-info {
}

    .ft-info h4 {
        font-size: 32px;
        font-weight: 700;
        color: #95783F;
        margin-bottom: 10px;
    }

    .ft-info ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .ft-info li {
        margin: 0 !important;
        margin-bottom: 10px !important;
        padding-left: 41px;
        font-size: 14px;
        display: block;
        min-height: 26px;
        color: #000000;
    }

        .ft-info li:nth-child(1) {
            background: url(images/ft-s1.png) left 4px no-repeat;
        }

        .ft-info li:nth-child(2) {
            background: url(images/ft-s2.png) left 4px no-repeat;
        }

        .ft-info li:nth-child(3) {
            background: url(images/ft-s3.png) left 0px no-repeat;
        }

        .ft-info li:nth-child(4) {
            background: url(images/ft-s4.png) left 0px no-repeat;
            margin-bottom: 0 !important;
        }

.ft-menu {
}

    .ft-menu h4 {
        font-size: 20px;
        font-weight: 700;
        color: #95783F;
        margin-bottom: 10px;
    }

    .ft-menu ul {
        list-style: none;
        padding: 0;
    }

    .ft-menu li {
        margin: 0 !important;
        margin-bottom: 7px !important;
        border-bottom: 1px solid #22475A;
        padding-bottom: 10px;
        color: #22475A;
    }

.khonggian-st {
}

    .khonggian-st .row {
    }

        .khonggian-st .row .gallery, .khonggian-st .row .row:not(.row-collapse), .khonggian-st .container .row:not(.row-collapse), .khonggian-st .lightbox-content .row:not(.row-collapse) {
            margin-left: -10px;
            margin-right: -10px;
        }

.khongian-col {
    margin-bottom: 20px;
    padding: 0 10px;
}

.khongian-cols {
    padding: 0 10px;
}

    .khongian-col .img-inner, .khongian-cols .img-inner {
        position: relative;
        overflow: hidden;
    }

        .khongian-col .img-inner img, .khongian-cols .img-inner img {
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -ms-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

    .khongian-col:hover .img-inner img, .khongian-cols:hover .img-inner img {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    .khongian-col .img-inner:before, .khongian-cols .img-inner:before {
        content: "";
        visibility: hidden;
        position: absolute;
        height: 100%;
        width: 100%;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        background: -moz-linear-gradient(top, rgba(126, 132, 70, 0) 0%, rgba(126, 132, 70, .09) 14%, rgba(126, 132, 70, .23) 28%, rgba(126, 132, 70, .61) 58%, rgba(126, 132, 70, .84) 79%, rgba(126, 132, 70, .96) 93%, rgba(126, 132, 70, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(126, 132, 70, 0) 0%, rgba(126, 132, 70, .09) 14%, rgba(126, 132, 70, .23) 28%, rgba(126, 132, 70, .61) 58%, rgba(126, 132, 70, .84) 79%, rgba(126, 132, 70, .96) 93%, rgba(126, 132, 70, 1) 100%);
        background: linear-gradient(to bottom, rgba(126, 132, 70, 0) 0%, rgba(126, 132, 70, .09) 14%, rgba(126, 132, 70, .23) 28%, rgba(126, 132, 70, .61) 58%, rgba(126, 132, 70, .84) 79%, rgba(126, 132, 70, .96) 93%, rgba(126, 132, 70, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007e8446', endColorstr='#7e8446', GradientType=0);
    }

    .khongian-col:hover .img-inner:before, .khongian-cols:hover .img-inner:before {
        visibility: visible;
        display: block;
        z-index: 99;
    }

.postItem {
    display: flex;
    background: white;
    margin-bottom: 30px;
    width: 100%;
}

    .postItem .thumbnail {
        height: 266px;
        overflow: hidden;
        width: 100%;
        min-width: 400px;
        max-width: 400px;
    }

        .postItem .thumbnail img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .postItem .views {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .postItem .title {
        margin-bottom: 5px;
        display: block;
    }

        .postItem .title a {
            font-size: 15px;
            margin-bottom: 0;
            text-transform: uppercase;
            font-weight: bold;
            color: black;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            display: -webkit-box;
            -webkit-box-orient: vertical;
        }

    .postItem .description {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        margin-bottom: 15px;
        text-align: justify;
        font-size: 14px;
    }

    .postItem .content {
        padding: 25px 30px;
    }

.btnPostRead {
    font-size: 13px;
    background: black;
    border-radius: 4px;
    padding: 8px 12px;
    color: white;
}

.postItem:hover .title a {
    color: #9d8063;
}

.postItem:hover .btnPostRead {
    background: #9d8063;
    color: white;
}

.breadcrumbs {
    padding: 8px 0;
}

.breadcrumb {
    padding: 10px 0;
}

.breadcrumbs span {
    font-family: Myriad Pro;
}

.about-col {
}

    .about-col .col-inner {
        background-color: rgba(0, 0, 0, .05);
        padding: 50px;
    }

    .about-col p {
        margin-bottom: 10px;
    }

    .about-col img {
        border: 2px solid rgba(165, 130, 81, .25);
        padding: 15px;
    }

.proItem {
    margin-bottom: 30px;
    display: block;
}

.proThumb {
}

    .proThumb img {
    }

.proContent {
}

.proTitle {
    padding: 0.5em 0;
    margin: 0;
    display: block;
}

    .proTitle a {
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        font-size: 0.9em;
        height: 43px;
        color: #22475A;
    }

.proPriceGr {
}

.proPrice {
    display: flex;
    gap: 20px;
}

    .proPrice .new span {
        color: #95783F;
    }

    .proPrice .old {
    }

    .proPrice .contact {
        color: #77a464;
        font-weight: bold;
        font-size: 14px;
    }

.signle-pro-ex {
    padding: 30px 0;
}

    .signle-pro-ex .containere {
        background: #fff;
        padding: 40px 30px;
        border-radius: 40px;
        max-width: 1200px;
        margin: auto;
    }

.wishlist-icon {
    display: none;
}

.product-footer .woocommerce-tabs {
    /* padding-top: 20px; */
    margin-top: 20px;
    border-top: 1px solid #615D53;
}

.product-detail__content {
    border-top: 1px solid #615D53;
    padding-top: 20px;
    margin-top: 20px;
}

    .product-detail__content h2 {
        font-size: 1.2em;
    }

    .product-detail__content ul {
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 40px;
    }

.reviews_tab {
    /*display:none!important;*/
}

.productRelate {
    display: none !important;
}

    .productRelate .title-name {
    }

.product-title {
    color: #212529;
}

.quantity + .button {
    background: #8f7761;
    border-radius: 10px;
    font-size: 0.9em;
    margin: 2px 0;
}

.proRelateAside {
}

.proRelateItem {
    display: flex;
    margin-bottom: 10px;
}

.prorThumb {
    width: 100%;
    max-width: 80px;
    height: 80px;
    overflow: hidden;
}

    .prorThumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.prorContent {
    padding-left: 10px;
}

.prorTitle {
    display: block;
    margin-bottom: 4px;
}

    .prorTitle a {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        color: black;
        font-size: 15px;
    }

.prorPriceGr {
    display: flex;
}

.prorPrice {
    display: flex;
    gap: 10px;
    align-items: center;
}

    .prorPrice .contact {
        color: #db0909;
    }

    .prorPrice .new {
        color: red;
    }

        .prorPrice .new span.amount {
            color: #a3866e;
        }

    .prorPrice .old {
        font-size: 12px;
    }

.postpageSignBox {
    background-color: rgba(0, 0, 0, .05);
    padding: 50px;
}

.postpageSignBoxex {
}

.postSignInfo {
}

    .postSignInfo img {
        border: 2px solid rgba(165, 130, 81, .25);
        padding: 15px;
    }

.postRelateitem {
}

.postRthumb {
    height: 217px;
    overflow: hidden;
    width: 100%;
}

    .postRthumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.postRdate {
}

.postRcontent {
}

.postRtitle {
    display: block;
    padding: 10px 0;
}

    .postRtitle a {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 47px;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        color: black;
    }

.postRdesc {
    font-size: 15px;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: black;
}

.postRelateitem:hover .postRtitle a {
    color: #77634e;
}

.postSignInfo p {
    color: black;
}

.relate-post {
    text-transform: uppercase;
    color: #77634e;
}

.SignBoxHeading {
}

    .SignBoxHeading h1 {
        color: #77634e;
    }

.about-col .col-inner {
    color: black;
}

.PostPageList-Heading h1 {
    color: #77634e;
}

.aside-bloghot {
}

.asideblog-item {
    display: flex;
    margin-bottom: 10px;
}

.asideblog-thumb {
    width: 100%;
    max-width: 80px;
    height: 80px;
    overflow: hidden;
    min-width: 80px;
    display: none;
}

    .asideblog-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.asideblog-content {
    /* padding-left: 10px; */
}

.asideblog-title {
    position: relative;
    padding-left: 20px;
}

    .asideblog-title:before {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        border: 2px solid #484338;
        border-radius: 50%;
        left: 0;
        top: 7px;
    }

    .asideblog-title a {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        color: black;
        font-size: 15px;
    }

.asidePost-heading {
    display: block;
}

    .asidePost-heading h2 {
    }

.asideBox {
    margin-bottom: 15px;
}

.searchBox {
}

    .searchBox form {
    }

.searchBoxForm {
    position: relative;
    border: 1px solid #CDCDCD;
    border-radius: 35px;
    padding: 3px;
    overflow: hidden;
    max-width: 372px;
    background: white;
}

    .searchBoxForm .search-field {
        border: none;
        box-shadow: none;
        background: transparent;
    }

    .searchBoxForm .submit-button {
        position: absolute;
        background: #95783F;
        padding: 0 30px;
        border-radius: 20px;
        font-size: 15px;
        right: 3px;
    }

.header-wrapper {
    background: url(images/bg-head.png) no-repeat;
    padding: 10px 0;
}

.groupex-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.grHotline {
    text-align: left;
}

.hotlineBox {
    background: url(images/ihotline.png) -25px -15px no-repeat;
    padding-left: 66px;
    height: 62px;
}

    .hotlineBox div:first-child {
        font-size: 14px;
        font-weight: 400;
        color: #95783F;
    }

    .hotlineBox div:last-child {
        font-size: 20px;
        font-weight: 700;
        color: #22475A;
    }

.headingDefault {
    text-align: center;
    font-size: 1.6em;
    font-weight: 700;
    color: #22475A;
    padding-bottom: 40px;
    background: url(images/line-heading.png) bottom center no-repeat;
    background-size: auto;
    margin-bottom: 35px;
}


.postHomeItem {
    border-radius: 10px;
    overflow: hidden;
}

.postThumb {
    width: 100%;
    height: 230px;
    overflow: hidden;
}

    .postThumb img {
        height: 100%;
        object-fit: cover;
    }

.postHomedate {
}

.postHomeContent {
    background: white;
    padding: 16px 21px;
}

.postHomeTitle {
    margin-bottom: 7px;
}

    .postHomeTitle a {
        font-weight: 700;
        font-size: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

.postHomeDescription {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    height: 70px;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;
}

.postHomeReadmore {
    font-size: 20px;
    font-weight: 760;
    font-size: 16px;
}

.postHomeDate {
    color: #95783F;
    margin-bottom: 5px;
}

.postHomeItem:hover .postHomeTitle a {
    color: #95783F;
}

.postHomeItem:hover .postHomeReadmore a {
    color: #95783F;
}

.taisao-img {
    max-width: 560px;
}

.taisaoContent {
}

.taisao-img:before {
    content: "";
    background: url(images/bftaisaoimg.png);
    width: 227px;
    height: 227px;
    position: absolute;
    z-index: 999;
    right: -110px;
    top: -43px;
}

.taisao-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.taisaoContent h2 {
    font-size: 24px;
    color: #22475A;
    margin-bottom: 28px;
}

.taisaoContent p {
    font-size: 16px;
    color: #000000;
}

.taisaoContent .button {
    background: #95783F;
    width: 175px;
    height: 44px;
    color: white;
}

    .taisaoContent .button a {
        font-weight: 700;
    }

.srHomeItem {
}

.srHomeThumb {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

    .srHomeThumb img {
    }

.srHomeDescription {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-size: 14px;
    font-weight: 700;
    color: white;
    width: 100%;
    background: #22475a8a;
    position: absolute;
    display: block;
    padding: 15px;
    bottom: -141px;
    z-index: 999;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.srHomeContent {
}

.srHomeTitle {
    padding: 10px 0;
}

    .srHomeTitle a {
        font-weight: 700;
        color: #95783F;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

.srHomeReadmore {
}

    .srHomeReadmore a {
        background: url(images/btndvred.png) left center no-repeat;
        height: 25px;
        display: block;
        padding-left: 54px;
        font-size: 14px;
        color: #22475A;
    }

.srHomeItem:hover .srHomeDescription {
    bottom: 0;
    visibility: visible;
}

.wpml-ls-legacy-list-horizontal a {
    display: block;
    text-decoration: none;
    padding: 5px 10px;
    line-height: 1;
}

.khItem {
    text-align: center;
}

.khThumb {
    width: 142px;
    height: 142px;
    margin: 0 auto;
    border-radius: 50%;
}

    .khThumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.khTitle {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #22475A;
}

.khLink {
    display: block;
    margin-bottom: 17px;
    font-size: 14px;
    font-weight: 400;
    color: black;
}

.khDescription {
    display: block;
    font-size: 15px;
    color: #000000;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    height: 120px;
    -webkit-box-orient: vertical;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-flag {
    display: inline;
    vertical-align: middle;
    width: 31px;
    height: 23px;
    border-radius: 5px;
    overflow: hidden;
}

.albumBox .item {
    float: left;
    position: relative;
}

.albumItem {
    width: 100%;
    height: 100%;
    display: block;
}

.albumThumb {
    width: 100%;
    overflow: hidden;
    height: 100%;
}

    .albumThumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.albumTitle {
    font-size: 32px;
    color: white;
    font-weight: 700;
}

.albumDescription {
    font-size: 14px;
    font-weight: 400;
    color: white;
    margin-bottom: 31px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.albumContent {
    position: absolute;
    width: 295px;
    height: 100%;
    background: #22475a82;
    z-index: 9;
    top: 0;
    padding: 55px;
    display: none;
}

.albumReadmore {
}

    .albumReadmore a {
        width: 100%;
        height: 44px;
        padding: 13px 0;
        text-align: center;
        background: #95783F;
        border-radius: 30px;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.albumBox .item:nth-child(1) .albumContent {
    display: block;
}

.albumBox .item:nth-child(1) {
    width: 60%;
    height: 484px;
    overflow: hidden;
}

.albumBox .item:nth-child(2) {
    width: 20%;
    height: 242px;
}

.albumBox .item:nth-child(3) {
    width: 20%;
    height: 242px;
    overflow: hidden;
}

.albumBox .item:nth-child(4) {
    width: 20%;
    height: 242px;
    overflow: hidden;
}

.albumBox .item:nth-child(5) {
    width: 20%;
    height: 242px;
    overflow: hidden;
}

.grFlags {
    text-align: right;
}

.header-bg-container {
    display: none !important;
}

.asideBox {
    display: block;
}

    .asideBox h2 {
        font-size: 20px;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: normal;
        margin: 0px 0 25px;
        position: relative;
        display: block;
    }

        .asideBox h2:before {
            border-style: dashed none solid;
            border-width: 1px 0;
            content: "";
            height: 6px;
            position: absolute;
            bottom: -15px;
            left: 0;
            width: 64px;
        }

.asidePost-heading {
}

    .asidePost-heading h2 {
    }

.srAsideItem {
}

.srAsideContent {
}

.srAsideTitle {
}

    .srAsideTitle a {
        background-color: #d1c9b3;
        margin: 0 10px 10px 0;
        padding: 8px 15px;
        font-size: 14px !important;
        text-transform: capitalize;
        display: block;
    }

        .srAsideTitle a:hover {
            color: #fff;
            background-color: #8d532b;
        }

.details-center {
    position: relative;
    display: inline-block;
    width: 90%;
    height: auto;
    vertical-align: middle;
    max-width: 1000px;
    padding: 0;
    margin: 0 auto;
    z-index: 5;
}

.close {
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: auto;
    right: 20px;
    bottom: auto;
    margin: -30px 0 0 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    z-index: 9999;
    background: #8b5e3b url(images/close.svg) center center / contain no-repeat;
}

.details-center {
    position: relative;
    display: inline-block;
    width: 90%;
    height: auto;
    vertical-align: middle;
    max-width: 1000px;
    padding: 0;
    margin: 0 auto;
    z-index: 5;
}

.details-outer, .details-text {
    height: auto;
    position: relative;
}

.details-outer {
    margin: 0;
    padding: 30px 50px 50px;
    background-color: #fff;
}

.details-center h2 {
    color: #bc181a;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    display: block;
    margin: 0 0 20px;
}

.details-text {
    padding: 30px 0;
    display: block;
    border-bottom: 1px dotted #404040;
    border-top: 1px dotted #404040;
    font-size: 15px;
    line-height: 1.4;
    color: #404040;
    text-align: left;
}

    .details-text p {
        margin-bottom: 15px;
        font-size: 15px;
        line-height: 1.6;
    }

.tribe-events-event-cost {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: none;
    margin: 0 0 15px;
}

.tribe-events-list .tribe-events-event-cost {
    display: inline-block;
    float: left;
    height: 50px;
    position: relative;
    margin-left: 0;
}

    #tribe-events .tribe-events-button, .tribe-events-button, #tribe-bar-form .tribe-bar-submit input[type="submit"], .tribe-events-read-more, .tribe-events-list .tribe-events-event-cost span, .tribe-events-back > a {
        background-color: #ffda6b;
    }

    .tribe-events-list .tribe-events-event-cost span, .tribe-events-list-event-detail .tribe-events-read-more, .tribe-events-day-time-slot .tribe-events-read-more, .tribe-events-back > a {
        border-color: #484338;
    }

#tribe-events .tribe-events-button, .tribe-events-button, #tribe-bar-form .tribe-bar-submit input[type="submit"], .tribe-events-read-more, .tribe-events-list-event-detail .tribe-events-read-more, .tribe-events-day-time-slot .tribe-events-read-more, .tribe-events-back > a, .tribe-events-nav-previous a, .tribe-events-nav-next a, .tribe-events-sub-nav li a {
    color: #484338;
}

#tribe-events .tribe-events-button, .tribe-events-button, #tribe-bar-form .tribe-bar-submit input[type="submit"], .tribe-events-read-more, .tribe-events-list .tribe-events-event-cost span, .tribe-events-back > a {
    background-color: #ffda6b;
}

.tribe-events-button, #tribe-events .tribe-events-button, #tribe-bar-form .tribe-bar-submit input[type="submit"], .tribe-events-list-event-detail .tribe-events-read-more, .tribe-events-day-time-slot .tribe-events-read-more, .tribe-events-back > a, .tribe-events-nav-previous a, .tribe-events-nav-next a {
    border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: normal;
    padding: 5px 9px 6px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
}

#tribe-events-content a, .tribe-events-adv-list-widget .tribe-events-widget-link a, .tribe-events-adv-list-widget .tribe-events-widget-link a:hover, .tribe-events-back a, .tribe-events-back a:hover, .tribe-events-event-meta a, .tribe-events-list-widget .tribe-events-widget-link a, .tribe-events-list-widget .tribe-events-widget-link a:hover, ul.tribe-events-sub-nav a, ul.tribe-events-sub-nav a:hover {
    text-decoration: none;
}

.tribe-events-event-cost {
}

    .tribe-events-event-cost .bordere {
        border-color: #484338;
        border: 1px solid;
        background-color: #ffda6b;
        padding: 8px 12px;
    }

.tribe-events-read-more {
    background-color: #ffda6b;
    border: 1px solid;
    padding: 7px 12px;
    font-weight: bold;
    cursor: pointer;
}

.header-wrapper.stuck {
    display: none;
}

.register-form {
    height: 0;
    width: 1000px;
    left: 50%;
    top: 0;
    margin: 0 0 0 -500px;
    position: fixed;
    text-align: center;
    -webkit-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
    z-index: 200;
    display: none
}

    .register-form.show {
        height: 100%;
        overflow-y: hidden;
        display: block
    }

    .register-form::after,
    .register-form::before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

    .register-form h3 {
        font-weight: 400;
        font-size: 36px;
        line-height: 1.2;
        color: #fff;
        width: 100%;
        position: relative;
        display: inline-block;
        text-align: center;
        vertical-align: top;
        margin: 20px 0;
    }

    .contact-form,
    .register-form form {
        margin: 0;
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }

    .register-form form {
        width: 0;
        max-width: 900px;
        height: auto;
        z-index: 20;
    }

    .register-form span {
        width: 100%;
        height: 0;
        left: 0;
        top: 0;
        position: fixed;
        background-color: rgba(196, 154, 108, 0.9);
        -webkit-transition: height 0.6s ease-in-out;
        transition: height 0.6s ease-in-out;
    }

    .register-form.show form {
        width: 80%;
    }

    .register-form.show span {
        height: 100%;
    }

    .register-form .require-col {
        width: 100%;
        padding: 20px;
        background-color: rgba(196, 154, 108, 0.6);
        -webkit-border-radius: 20px;
        border-radius: 20px;
    }

.contact-form,
.require-col {
    width: 90%;
    text-align: center;
    height: auto;
}


.register-form2 .require-col {
    width: 100%;
}

.register-form2 .input-text select, .wpcf7 .input-text input[type="text"] {
    padding: 0 5px;
}


.contact-form {
    max-width: 1000px;
}

.input-area,
.input-text,
.require-col {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.input-text {
    width: 48%;
    height: auto;
    margin: 2px 0 2px;
    border: 1px solid #630;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.register-form .input-text2 {
    width: 31% !important;
}

.register-form2 .input-text2 {
    width: 32.3% !important;
}

.none-border {
    border: 0 !important;
}

.input-area textarea,
.input-text input[type="text"] {
    color: #333;
    font-size: 15px;
    border: none;
    font-weight: 400;
    background-color: rgba(255, 255, 255, 0.8);
    font-family: Arial, Helvetica, sans-serif;
}

.input-text select, .input-area select {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 0;
    height: 40px;
}

.input-text:nth-child(6) {
    width: 96%;
}

.input-text input[type="text"] {
    line-height: 48px;
    padding: 0 20px;
    width: 100%;
    height: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 0;
}

.input-area {
    width: calc(96% + 5px);
    height: auto;
    margin: 2px 0 2px;
    border: 1px solid #630;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

    .input-area textarea {
        line-height: 24px;
        padding: 5px 20px;
        width: 100%;
        height: 120px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        resize: none;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        margin-bottom: 0;
    }

.input-but,
.input-but button {
    height: auto;
    position: relative;
    display: inline-block;
    text-align: center;
}

    .infobox h3,
    .input-but button {
        font-weight: 700;
        text-transform: uppercase;
    }

.input-area textarea:focus,
.input-text input[type="text"]:focus {
    background-color: #fff;
    color: #333;
}

.input-but {
    width: 96%;
    margin: 20px 0;
}

    .input-but button {
        font-size: 16px;
        line-height: 1.4;
        padding: 10px 20px;
        color: #630;
        width: auto;
        -webkit-appearance: none;
        cursor: pointer;
        margin: 0;
        border: none;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        background-color: rgba(255, 255, 255, 0.8);
    }

.infobox a,
.infobox p {
    color: #fff;
}

.input-but button::after {
    content: "";
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    position: absolute;
    left: -5px;
    top: -5px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 24px;
    border-radius: 24px;
}

.close-album::after,
.close-pics::after,
.close::after {
    content: "";
    background: url(images/close.svg) center center/contain no-repeat;
}

.close {
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: auto;
    right: 20px;
    bottom: auto;
    margin: -30px 0 0 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    z-index: 9999;
    background: #8b5e3b url(images/close.svg) center center/contain no-repeat;
}

.but {
    background-color: #ffda6b !important;
    color: black !important;
    border: none;
}

    .but:hover {
        background-color: #8d532b !important;
        color: #fff !important;
    }
     
.wpml-ls-legacy-list-horizontal ul li:nth-child(2) {
    order: 3;   
}
  
.wpml-ls-legacy-list-horizontal ul li:nth-child(3) {
    order: 1;   
}
  
.wpml-ls-legacy-list-horizontal ul li:nth-child(1) {
    order: 2;   
}
  
.wpml-ls-legacy-list-horizontal ul li:nth-child(4) {
    order: 4;   
}
.wpml-ls-legacy-list-horizontal ul{
    
        display: flex;
    justify-content: end;
}
/*Desktop*/
@media (min-width: 1366px) {
}

@media (min-width: 1200px) {
}

@media (max-width: 48em) {
    .taisao-img:before {
        display: none;
    }

    .albumBox .item:nth-child(1) {
        width: 100%;
        height: 380px;
        overflow: hidden;
    }

    .albumBox .item:nth-child(2) {
        width: 50%;
        height: 150px;
    }

    .albumBox .item:nth-child(3) {
        width: 50%;
        height: 150px;
    }

    .albumBox .item:nth-child(4) {
        width: 50%;
        height: 150px;
    }

    .albumBox .item:nth-child(5) {
        width: 50%;
        height: 150px;
    }
}
