/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 1.0.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
    --2nd-color: #1f1e17;
    --3nd-color: #007F3B;
	--nen-color: #f5d4b1;
    --background-color-1: linear-gradient(145deg, #1e2024, #23272b);
    --background-linear-gold: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    --shadow-1: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    --shadow-2: 0 5px 20px 0 rgb(23 44 82 / 10%);
    --linear-gradient-1:linear-gradient(270deg,var(--fs-color-success) 0%,#00c855 100%);
}
.nav-dropdown>li>a{
	color:#333;
	font-size:15.5px
}
.off-canvas-center.mfp-bg.mfp-ready {opacity: 0.9!important}
.dark .nav>li>a{color: hsl(0deg 0% 100%) !important}
.nav>li.active>a{
	    color: hsl(31.48deg 50.83% 52.94%)!important;
}
.mobile-sidebar.no-scrollbar .nav-vertical>li {justify-content: center}
.body-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    opacity: 0;
    z-index: 31;
    background-color: #000;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.body-overlay.active {
    opacity: .5;
    pointer-events: auto;
}
.slide-sidebar-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: 32;
    width: 400px;
    -webkit-transition: opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1), right 0.6s cubic-bezier(0.77, 0, 0.175, 1), left 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1), right 0.6s cubic-bezier(0.77, 0, 0.175, 1), left 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 15px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 15px rgb(0 0 0 / 10%);
    padding: 30px 30px 10px;
    overflow: auto;
}
.slide-sidebar-wrapper.slide-sidebar-position-right {
    right: -400px;
    left: initial;background: var(--fs-color-success);
}
.slide-sidebar-wrapper.slide-sidebar-position-right.active {
    opacity: 1;
    right: 0;
}
.slide-sidebar-wrapper .slide-sidebar-close {
    position: absolute;
    right: 20px;
    left: initial;
    top: 50px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s, color 0.3s;
    transition: opacity 0.3s, color 0.3s;
    font-family: "Font Awesome 6 Free";
    color: #fff;font-size: 35px;z-index: 1;
}
.slide-sidebar-wrapper .slide-sidebar-close:before {content: "\f057"}
.slide-sidebar-wrapper p{margin-bottom: 0}
.slide-sidebar-wrapper address {font-size: 15px}
.slide-sidebar-wrapper em {font-size: 13px}

#header .header-button a.button {
    font-size: 14px;
}

#header .has-dropdown .icon-angle-down {display: none}
.nav>li>a{
    color: #656d4a
}
.nav>li>a:hover{
    color: #dd9933
}

.header-bottom .header-bottom-nav>li.menu-item>a:before {
    content: '';
    width: 0;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    bottom: 6px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.header-bottom .header-bottom-nav>li.menu-item:hover>a:before {
    width: 100%;
    background-color: var(--primary-color);
    background-image: -webkit-gradient(linear,left top,right top,from(var(--primary-color)),to(var(--fs-color-secondary)));
    background-image: -webkit-linear-gradient(to right,var(--primary-color),var(--fs-color-secondary));
    background-image: -moz-linear-gradient(to right,var(--primary-color),var(--fs-color-secondary));
    background-image: -ms-linear-gradient(to right,var(--primary-color),var(--fs-color-secondary));
    background-image: -o-linear-gradient(to right,var(--primary-color),var(--fs-color-secondary));
    background-image: linear-gradient(to right,var(--primary-color),var(--fs-color-secondary));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--primary-color)',endColorStr='var(--fs-color-secondary)',gradientType='1');
    -webkit-transition: .2s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .2s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .2s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .2s cubic-bezier(.24,.74,.58,1);
    -o-transition: .2s cubic-bezier(.24,.74,.58,1);
    transition: .2s cubic-bezier(.24,.74,.58,1);

}
.header-icons-container.header-phone .header-phone-container > a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: stretch;
    -moz-justify-content: stretch;
    -ms-justify-content: stretch;
    justify-content: stretch;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.header-icons-container.header-phone .header-phone-container .header-phone-icon {
    width: 37px;
    height: 45px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-right: 5px;fill: #173f1c;
}
.header-icons-container.header-phone .header-phone-container .header-phone-text > span:not(.phone-number) {
    font-size: 14px;
    display: block;
    line-height: 1em;
}
.header-icons-container.header-phone .header-phone-container .header-phone-text .phone-number {font-weight: 600;font-size: 21px}
.mobile-nav .header-button-1{margin-right: 0!important;}
.mobile-nav .header-button-1 .header-button a.button{font-size: 15px;padding: 6px 10px}

.header-button-1 .header-button a.button span:before,a.button.icon-booking span:before{
    content: "\f044";
    font-family: "Font Awesome 6 Free";
    margin-right: 5px;
    font-weight: 600;
}
.mobile-sidebar.no-scrollbar .header-icons-container.header-phone .header-phone-container .header-phone-icon {
    width: 60px;
    height: 80px;
    fill: #cbcbcb;
}
.mobile-sidebar.no-scrollbar .header-icons-container.header-phone .header-phone-container .header-phone-text > span:not(.phone-number) {
    font-size: 20px;
}
.mobile-sidebar.no-scrollbar .header-icons-container.header-phone .header-phone-container .header-phone-text .phone-number {
    font-size: 30px;
}

.mobile-nav li.nav-icon i{
    font-size: 40px!important;
    color: #007f3b;
}
.home-count h3{
    font-size: 38px;    line-height: 32px;
}
.home-count span.plus {
    position: relative;
    line-height: 0;
    vertical-align: baseline;
    top: -.5em;
    font-size: 75%;
}
.home-count p{font-size:20px}
.mb5,.mb5>*{margin-bottom: 5px!important;}
.bnt-about {
    border-bottom: 3px rgba(0,0,0,.1) dashed;    padding-bottom: 15px;margin-bottom: 25px;
}
.farm-booking{
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.5);    background-color: #ebf1e4;border-radius:15px ;border: 2px #656D4A40 dashed;
}
.metform-form-content{

    padding: 25px 25px 10px;margin-bottom: 0;

}
.metform-form-content:before{
    --background-overlay: '';
    background-image: url(https://kitpro.site/glamping/wp-content/uploads/sites/212/2024/01/01-Converted-01.png);
    background-size: cover;content: var(--background-overlay);
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;    opacity: 0.19;
}


.form_content_booking input,.form_content_booking select {
    padding: 12px;
    height: auto;
    border-color: #656D4A;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    font-size: 14px;
    line-height: 21px;
    border-style: dashed;
    border-width: 2px 2px 2px 2px;
    border-radius: 30px;margin-bottom: 0;
}
.form_content_input{position: relative}
.form_content_booking svg {
    position: absolute; right: 15px;
    top: 10px;width: 20px;
}
.metform-form-content button {
    margin: 0;border-radius: 30px;line-height: 21px;
    height: 50px;padding: 5px 50px;
    width: 100%;
}
.ui-widget.ui-widget-content{
    max-width: 300px!important;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 0.8em!important;
}
.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}
.elementor-shape-bottom {
    bottom: -1px;
}
.elementor-shape-top {
    top: -1px;
}
.elementor-shape-bottom:not([data-negative=true]) {
    z-index: -1;
}
.elementor-shape[data-negative=false].elementor-shape-bottom, .elementor-shape[data-negative=true].elementor-shape-top {
    transform: rotate(180deg);
}
.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.elementor-shape.rotatey svg{
    transform: translateX(-50%) rotateY(180deg);height: 59px;
}
.elementor-shape-bottom .elementor-shape-fill {
    fill: #656D4A;transform-origin: center;
    transform: rotateY(0deg);
}
.img-terminal {
    position: absolute;
    top: 30px;
    width: 270px !important;
    right: -150px;padding: 15px;
    background: #fff;box-shadow: -2px 3px 12px 0px rgba(0, 0, 0, 0.08);
}
.box-terminal .col-inner {background: #F0EAD2;border-radius: 50px;
}
.icon-box.box-what {
    border-width: 0px 0px 5px 0px;
    border-color: #BCBEA6;
    border-style: dashed;
    border-radius: 30px;
    padding: 25px;
    box-shadow: -2px 3px 12px 0px rgba(0, 0, 0, 0.08);background-color: #fff;    position: relative;
}
.box-what .icon-box-img {
    margin-bottom: 0;
    position: absolute;
    top: -40px;
    background: #fff;
    padding: 5px;
    border-radius: 99px;
}
.box-review .icon-box-img img{border-radius: 99px}
.ux-menu-link__icon.icon-angle-right:before {
    font-family: "Font Awesome 6 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-weight: 900;
}
.ux-menu-link__icon.icon-angle-right:before {
    content: "\f30b";
}
.elementskit-stars,.box-review h3{
    margin-bottom: 0;
}
.elementskit-stars>li {
    display: inline-block;margin-left: 0!important;
}


.elementskit-stars>li>a,.elementskit-stars>li>span {
    display: block;
    pointer-events: none
}

.elementskit-stars>li>a {
    color: #fec42d
}
a.button {
    line-height: 40px;
    border-color: var(--fs-color-success);
    color: #2b2b2b;
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0px;
    word-spacing: 0px;
    font-style: normal;
    font-weight: 500;
    padding: 5px 25px;    position: relative;    overflow: hidden;
    pointer-events: auto;border: 2px #656D4A dashed;
}
a.button.primary {
    background-color: #f0e6d8!important;
}
a.button.success{color: #fff}
a.button:after {
    background-color: #848b6d;
    content: '';
    position: absolute;
    display: block;
    -webkit-transition: transform 0.5s cubic-bezier(0.59, 0.03, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0.59, 0.03, 0.2, 1);
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 260%;
    height: 100%;
    -webkit-transform: rotateZ(10deg) translate(-1.2em, 110%);
    -ms-transform: rotateZ(10deg) translate(-1.2em, 110%);
    transform: rotateZ(10deg) translate(-1.2em, 110%);
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;

}
a.button span,a.button i {
    z-index: 2;
    position: inherit;
}


a.button:hover:after{
    -webkit-transform: rotateZ(0deg) translate(0, 0);
    -ms-transform: rotateZ(0deg) translate(0, 0);
    transform: rotateZ(0deg) translate(0, 0); }
a.button.icon {
    padding: 8px 13px!important;line-height: 28px;
}
a.button.icon-view{background:var(--fs-color-success)!important;color:#fff}
a.button.icon-view span:before {
    content: "\f06e";
    font-family: "Font Awesome 6 Free";
    margin-right: 5px;
}
.dropdown-trigger-item i {
    font-size: 45px;cursor: pointer;
}
.header-background-overlay {
    position: absolute;
    top: 100%;
    left: 0;
    width: 180%;
    z-index: -1;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;margin-top: -5px}
.header-background-overlay img {
    min-width: 100%;
    object-fit: cover;
}

/*************** box service  ***************/
.portfolio-box {
    background: #fff;box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.11);border-radius: 30px;padding: 20px 20px 0;
}
.portfolio-box span.icon-content {
    position: absolute;
    top: -50px;
    left: 15px;
    background: #ffffffde;
    height: 50px;
    font-size: 30px;
    padding: 10px;
    width: 60px;
}
span.wpr-pricing-table-main-price {
    font-size: 35px;font-weight: 600;
}
span.wpr-pricing-table-currency{
    font-size: 23px;position: relative;
    top: -10px;
    right: 3px;
}
.portfolio-box p.time_lich_trinh {
    font-weight: 600;border-bottom: 1px #ddd dashed;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
span.wpr-pricing-table-sub-price {font-size: 18px;
}
.info-content.luy-y li:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 5px;
    color: var(--fs-color-success);
}
.info-content.luy-y {margin-bottom: 30px;overflow: hidden;position: relative;

    }
.trendy_readmore_flatsome {text-align: center;cursor: pointer;position: absolute;z-index: 10;bottom: 0;width: 100%;background: #fff}
.trendy_readmore_flatsome:before {
    content: "";
    left: 0;
    right: 0;
    bottom: 100%;
    height: 100px;
    background: linear-gradient(180deg,rgba(255,255,255,0) 17%,#FFFFFF 93.12%);
    display: block;
    position: absolute;
}
.trendy_readmore_flatsome a {    display: inline-block;
    box-shadow: none;
    color: #333;
    font-size: 13px;
    line-height: 35px;
    padding: 10px 15px;
    border-radius: 25px;}
.trendy_readmore_flatsome a:hover {color: #222b2c; background: #fff}
.trendy_readmore_flatsome a:after {content: '';width: 0;right: 0;border-top: 6px solid #cb1818;border-left: 6px solid transparent;border-right: 6px solid transparent;display: inline-block;vertical-align: middle;margin: -2px 0 0 5px;}
.trendy_readmore_flatsome_less a:after {border-top: 0;border-left: 6px solid transparent;border-right: 6px solid transparent;border-bottom: 6px solid #cb1818}
.trendy_readmore_flatsome_less:before {display: none}
.blog-archive{padding-bottom:90px!important}

.post-item .col-inner {
    border-width: 1px;
    border-radius: 15px;
    padding: 15px;
    box-shadow: var(--shadow-2);background: #fff;
}
.post-item .col-inner .image-cover {
    border-radius: 10px;
}
.post-item .col-inner .box-image img,.portfolio-box .box-image img {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.post-item .col-inner:hover .box-image img,.portfolio-box:hover .box-image img {
    -webkit-transform: scale(1.05) rotate(2deg);
    transform: scale(1.05) rotate(2deg);
    opacity: .8;
}
.post-item .col-inner h5.post-title {
    margin-bottom: 10px;font-size: 20px;
}
.post-item .post-meta{
    font-size: 15px;
}
.box-blog-post .is-divider,.from_the_blog_comments{display: none}
a.button.open-video {
    line-height: 35px;
}
.trendy-subscribe p {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 10px;
    border-radius: 15px;
}
.trendy-subscribe p span.wpcf7-form-control-wrap {
    width: 70%;
}

.trendy-subscribe p .subscribe-inputmail,.trendy-subscribe p .subscribe-formbnt{margin-bottom: 0;margin-right: 0;height: 55px;
    border: none;box-shadow:none}
.trendy-subscribe p .subscribe-formbnt{width: 30%;border-radius: 10px;background: var(--primary-color) !important;border: 2px #fff dashed;}
.trendy-subscribe span.wpcf7-spinner{display: none}
.footer-box-contact{
    background-color: #F0EAD2;
    border-radius: 15px;
}
.footer-box-contact a.button {margin-right: 0;margin-bottom: 0}
.absolute-footer{display: none}

.footer-contact p {
    margin-bottom: 10px;
    font-size: 15px;
}
.trendy-form .form-info {
    height: 50px;
    border-left: 5px #007f3b solid;
}
.trendy-form input[type=submit] {
    height: 50px;
    padding: 0 55px;
}
.flickity-prev-next-button{
    width: 100px; opacity: 0.3;
}
#footer a.ux-menu-link__link.flex {
    font-size: 15px;
}
.flatsome_recent_duan {
    margin: auto;
    max-width: 22em;
    position: relative;
    box-sizing: border-box;
    background-clip: padding-box;
    border: solid transparent;
    border-radius: 1em;
}
.flatsome_recent_duan:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: inherit;
    background: var(--linear-gradient-1);
}
.flatsome_recent_duan span.widget-title {
    display: flex;
    justify-content: center;
}
.flatsome_recent_duan h5.widget-title,.flatsome_recent_duan span.widget-title {
    color: #fff;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 2.25rem;
    text-align: center;
    padding-top: 10px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    margin-bottom: 5px;
}
.widget .is-divider{display: none}
.flatsome_recent_duan ul {
    background: #fff;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    margin: 2px!important;
    padding: 10px;
}
.flatsome_recent_duan>ul>li {
    padding: 0!important;
}
.flatsome_recent_duan>ul>li+li {
    border-top: unset!important;
}
.flatsome_recent_duan .badge {
    height: 95px;
    width: 95px;
}
.flatsome_recent_duan .badge .badge-inner.bg-fill {
    border-radius: 15px;
}
.flatsome_recent_duan .recent-blog-posts a {
    display: block;
    line-height: 1.2;
    margin-bottom: 6px;
    --tw-gradient-stops: var(--fs-color-success),var(--tw-gradient-to);
    --tw-gradient-to: #00c353;
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 700;
    line-height: 19px;
    color: #0000;
    font-size: 15px;
    background-image: linear-gradient(to right,var(--tw-gradient-stops));
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    padding-bottom: 0;text-transform: uppercase;
}
.flatsome_recent_duan .recent-blog-posts p{margin-bottom: 0!important;}
a.button.back-to-top {
    line-height: 20px!important;
}
a.button.back-to-top:after{
    content: unset;
}
a.button.back-to-top i {
    position: unset;
}
a.button.back-to-top {
    background: #f0e6d8;
    font-size: 22px;
    border: unset;
   
}
div#form-voucher {
    background: #ddd;
    border-radius: 25px;
    padding: 0 35px!important;
}
div#form-voucher .banner h2 {
    line-height: 50px;
}

.top-footer{margin-top: -60px}

.trendy-weather .WIYCW-forecast-horizontal {
    padding-top: 0.6em;
    border-top: 1px #ddd solid;
    margin-top: 15px;
}
.trendy-weather .WIYCW-wrapper {
    max-width: unset;
	padding: 20px
}
.trendy-weather .WIYCW-forecast-horizontal .WIYCW-forecast-row:nth-child(6n) {
    border: unset;
}
.trendy-weather .WIYCW-forecast-horizontal .WIYCW-forecast-row{
	flex: 0 0 15.66666666666667%;
    margin: 5px;
    background: #ddd;
    border-radius: 15px;
    border: unset;
}
.WIYCW-footer {
    display: none;
}
.WIYCW-wrapper {
    border-radius: 15px;
}
@media only screen and (max-width: 549px) {
    .slider-wrapper .flickity-prev-next-button {
        display: block;
    }
    .flickity-prev-next-button {
        width: 60px;
        opacity: 0.6;
    }
    .flickity-prev-next-button.next {
        right: 1%;
        transform: translateX(0);
    }
    .flickity-prev-next-button.previous {
        left: 1%;
        transform: translateX(0);
    }

	.header-icons-container.header-phone .header-phone-text {
        display: none;
    }
    #header .header-button a.button i{
        font-size: 20px!important;
    }
}
@media only screen and (max-width: 85em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .img-terminal{
        position: unset;
        margin-top: 25px;width: 100% !important
    }


    #header .nav>li>a::after{content: unset}
}
@media screen and (min-width: 850px){
    .farm-booking {
        position: absolute;
        z-index: 21;
        top: -70px;width: 100%;
    }

}
@media (max-width: 849px){
    .header-main li.html.custom {
        display: inline-block!important;margin-right:0!important
    }
    .header-icons-container.header-phone .header-phone-container .header-phone-text .phone-number {
        margin-top: -5px;color: var(--primary-color);font-size: 17px}
    .header-icons-container.header-phone .header-phone-container .header-phone-text > span:not(.phone-number) {color: var(--2nd-color)}
}
