/*
Theme Name: Castel Mimi
Theme URI: https://castelmimi.md
Author: 2Bros Agency
Author URI: https://2bros.agency
Description:
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: castelmimi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ============================================== */
/* ================ general styles ============== */
/* ============================================== */

@font-face {
    font-family: 'Farrerons Serif';
    src: url('assets/fonts/FarreronsSerif.woff2') format('woff2'),
        url('assets/fonts/FarreronsSerif.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Farrerons Serif';
    src: url('assets/fonts/FarreronsSerif-Bold.woff2') format('woff2'),
        url('assets/fonts/FarreronsSerif-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Farrerons Serif';
    src: url('assets/fonts/FarreronsSerifLight.woff2') format('woff2'),
        url('assets/fonts/FarreronsSerifLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Farrerons Serif';
    src: url('assets/fonts/FarreronsSerifThin.woff2') format('woff2'),
        url('assets/fonts/FarreronsSerifThin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Farrerons Serif';
    src: url('assets/fonts/FarreronsSerifDemiBold.woff2') format('woff2'),
        url('assets/fonts/FarreronsSerifDemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('assets/fonts/Gotham-Light.woff2') format('woff2'),
        url('assets/fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('assets/fonts/Gotham-Bold.woff2') format('woff2'),
        url('assets/fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('assets/fonts/Gotham-Book.woff2') format('woff2'),
        url('assets/fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('assets/fonts/Gotham-XLight.woff2') format('woff2'),
        url('assets/fonts/Gotham-XLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('assets/fonts/Gotham-Thin.woff2') format('woff2'),
        url('assets/fonts/Gotham-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('assets/fonts/Gotham-Medium.woff2') format('woff2'),
        url('assets/fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html{
    -webkit-text-size-adjust: 100%;
}
body{
    font-family: 'Gotham';
    color: #313132;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;    
}
main {
	display: block;
}
h1, h2, h3, h4,
.mobile-menu-content ul li a{
    font-family: 'Farrerons Serif';
}
h1, h2, h3, h4, h5, h6{     
    margin: 0;
	padding: 0;   
    font-weight: normal;	
	line-height: normal;
}
figure, img{
	padding: 0;
	margin: 0;
}
img {
    vertical-align: middle;
    border-style: none;
}
a:hover{
	color: inherit;
	text-decoration: none;
}
a{
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
p{
	padding: 0;
	margin: 0;
    line-height: 2;
}
.btn:focus, .btn:active,
a:focus, a:active,
input:focus, input:active,
textarea:focus, textarea:active,
select:focus, select:active,
button:focus, button:active,
span:focus, span:active{
	outline: 0;
	box-shadow: none;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
input, textarea, select, button{
	font-family: 'Gotham';
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
*, ::after, ::before {
    box-sizing: border-box;
}

/* Helper Styles */
.site-container{
	max-width: 1440px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.site-row{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.site-align-center{
	align-items: center;
	justify-content: center;
}
.site-col-12{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.site-col-11{
	-ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.site-col-10{
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.site-col-9{
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.site-col-8{
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.site-col-7{
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.site-col-6{
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.site-col-5{
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.site-col-4{
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.site-col-3{
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.site-col-2{
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.site-col-1{
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.site-col-1,
.site-col-2,
.site-col-3,
.site-col-4,
.site-col-5,
.site-col-6,
.site-col-7,
.site-col-8,
.site-col-9,
.site-col-10,
.site-col-11,
.site-col-12{
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.site-col-offset-4{
	margin-left: 33.333333%;
}
.site-col-offset-3{
	margin-left: 25%;
}
.site-col-offset-2{
	margin-left: 16.666667%;
}
.site-col-offset-1{
	margin-left: 8.333333%;
}
.img-fluid{
	max-width: 100%;
    height: auto;
}

/* Site Headings */
.text-center{
    justify-content: center;
    text-align: center;
}
.text-right{
    text-align: right;
    justify-content: flex-end;
}
.text-left{
    text-align: left;
    justify-content: flex-start;
}
.site-heading-white{
    color: #ffffff;
}
.site-heading{
    display: flex;
}
.site-heading p{
    margin-bottom: 15px;
}
.site-heading p:last-of-type{
    margin-bottom: 0;
}
.site-heading h2{
    font-size: 48px;    
}
.site-heading h3{
    font-size: 42px;    
}
.site-heading h4{
    font-size: 32px;    
}

/* Site Buttons */
.site-button-light{
    display: flex;
    align-items: center;    
    justify-content: center;
}
.site-button-light .btn{
    color: #ffffff;       
    position: relative;
    padding: 0 35px 15px 10px;
    display: flex;
    align-items: center;     
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;        
    text-transform: uppercase;    
    background-color: transparent;   
    background-repeat: no-repeat;
    background-size: 17px 20px;
    background-position: 96% 0;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 20'%3E%3Cg clip-path='url(%23arrow__a)' fill='%23FFFDF9'%3E%3Cpath d='M9.511 0h1.458c-.583 5.926 3.888 9.136 6.196 10C11.042 8.815 9.51 2.84 9.51 0Zm0 20h1.458c-.583-5.926 3.887-9.136 6.196-10l-16.4-.74v1.851l16.4-1.11C11.041 11.184 9.51 17.16 9.51 20Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='arrow__a'%3E%3Cpath fill='%23fff' transform='translate(.751)' d='M0 0h16.497v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");         
}
.site-button-light .btn::after{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';    
    height: 1px;
    width: 100%;    
    background-color: #ffffff;    
}
.site-button-dark{
    display: flex;  
}
.site-button-dark .btn{
    color: #6C4932;       
    position: relative;
    padding: 0 35px 15px 10px;
    display: flex;
    align-items: center;     
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;        
    text-transform: uppercase;    
    background-color: transparent;   
    background-repeat: no-repeat;
    background-size: 17px 20px;
    background-position: 96% 0;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 20'%3E%3Cg clip-path='url(%23arrow__a)' fill='%236C4932'%3E%3Cpath d='M8.76 0h1.457c-.583 5.926 3.888 9.136 6.196 10C10.29 8.815 8.76 2.84 8.76 0Z'/%3E%3Cpath d='M8.76 20h1.458c-.583-5.926 3.887-9.136 6.196-10l-16.4-.74v1.851l16.4-1.11C10.29 11.184 8.76 17.16 8.76 20Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='arrow__a'%3E%3Cpath fill='%23fff' d='M0 0h16.497v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-button-dark .btn::after{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';    
    height: 1px;
    width: 100%;    
    background-color: #6C4932;    
}

/* Sections Spacing */
.site-row-p20x{
	padding-top: 20px;
	padding-bottom: 20px;
}
.site-row-pt20x{
	padding-top: 20px;
}
.site-row-pb20x{
	padding-bottom: 20px;
}
.site-row-p25x{
	padding-top: 25px;
	padding-bottom: 25px;
}
.site-row-pt25x{
	padding-top: 25px;
}
.site-row-pb25x{
	padding-bottom: 25px;
}
.site-row-p30x{
	padding-top: 30px;
	padding-bottom: 30px;
}
.site-row-pt30x{
	padding-top: 30px;
}
.site-row-pb30x{
	padding-bottom: 30px;
}
.site-row-p35x{
	padding-top: 35px;
	padding-bottom: 35px;
}
.site-row-pt35x{
	padding-top: 35px;
}
.site-row-pb35x{
	padding-bottom: 35px;
}
.site-row-p50x{
	padding-top: 50px;
	padding-bottom: 50px;
}
.site-row-pt50x{
	padding-top: 50px;
}
.site-row-pb50x{
	padding-bottom: 50px;
}
.site-row-p40x{
	padding-top: 40px;
	padding-bottom: 40px;
}
.site-row-pt40x{
	padding-top: 40px;
}
.site-row-pb40x{
	padding-bottom: 40px;
}
.site-row-p70x{
	padding-top: 70px;
	padding-bottom: 70px;
}
.site-row-pt70x{
	padding-top: 70px;
}
.site-row-pb70x{
	padding-bottom: 70px;
}
.site-row-p100x{
	padding-top: 100px;
	padding-bottom: 100px;
}
.site-row-pt100x{
	padding-top: 100px;
}
.site-row-pb100x{
	padding-bottom: 100px;
}
.site-row-p140x{
	padding-top: 140px;
	padding-bottom: 140px;
}
.site-row-pt140x{
	padding-top: 140px;
}
.site-row-pb140x{
	padding-bottom: 140px;
}
.site-row-p180x{
	padding-top: 180px;
	padding-bottom: 180px;
}
.site-row-pt180x{
	padding-top: 180px;
}
.site-row-pb180x{
	padding-bottom: 180px;
}
.site-row-p200x{
	padding-top: 200px;
	padding-bottom: 200px;
}
.site-row-pt200x{
	padding-top: 200px;
}
.site-row-pb200x{
	padding-bottom: 200px;
}

/* VC Styles */
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{
	margin-bottom: 0 !important;
}
.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner{
	padding-top: 0 !important;
}
.vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .vc_section.vc_section-has-fill+.vc_section{
	padding-top: 0 !important;
}
.wpb_text_column h1,
.wpb_text_column h2,
.wpb_text_column h3,
.wpb_text_column h4,
.wpb_text_column h5,
.wpb_text_column h6{
	margin-bottom: 15px;
}
.wpb_text_column p{
    margin-bottom: 15px;
}
.wpb_text_column h2 a {
    color: #6C4932;
    font-weight: 600 !important;
}
.wpb_text_column p strong,
.wpb_text_column li strong{
    color: #6C4932;
    font-weight: 600 !important;
}
.wpb_text_column iframe{
    width: 100% !important;
    height: 500px !important;
}
.wpb_text_column ul,
.wpb_text_column ol{
    padding: 0 0 0 15px;
    margin: 0 0 10px 0;    
}
.wpb_text_column ul li,
.wpb_text_column ol li{
    margin-bottom: 5px;
    line-height: 2;
}
.wpb_text_column p a,
.wpb_text_column li a{
    color: #313132;
    text-decoration: underline;
}
.wpb_text_column .wp-video{
    width: 100% !important;
}

/* 404 Page Styles */
.no-result-page{
    text-align: center;
    padding-top: 170px;
    padding-bottom: 100px;
    background-color: #F9F7F5;
}
.no-result-page img{
    width: auto;
    height: 150px;
    margin-bottom: 35px;
}
.no-result-page h1{
    font-size: 42px;
    font-weight: 300;
    margin: 0 0 25px 0;
}
.no-result-page .site-button-dark{    
    margin-top: 35px;
    justify-content: center;    
}
.error404 .nav-logo-light{
    display: none;
}
.error404 .nav-logo-dark{
    display: block !important;
}
.error404 .search-icon svg path,
.error404 .menu-open-mobile svg path,
.error404 .search-close-icon svg path{
    fill: #313132;
}
.error404 .search-form-open input.search-field{
    color: #313132;
    border-color: #313132;
}
.error404 input.search-field::placeholder{
    color: #313132;
    opacity: 1;
}
.error404 input.search-field:-ms-input-placeholder{
    color: #313132;
}
.error404 input.search-field::-ms-input-placeholder{
    color: #313132;
}
.error404 .main-header-fixed .nav-logo-light{
    display: block;
}
.error404 .main-header-fixed .nav-logo-dark{
    display: none !important;
}
.error404 .main-header-fixed .search-icon svg path,
.error404 .main-header-fixed .menu-open-mobile svg path,
.error404 .main-header-fixed .search-close-icon svg path{
    fill: #ffffff;
}
.error404 .main-header-fixed .search-form-open input.search-field{
    color: #ffffff;
    border-color: #ffffff;
}
.error404 .main-header-fixed input.search-field::placeholder{
    color: #ffffff;
    opacity: 1;
}
.error404 .main-header-fixed input.search-field:-ms-input-placeholder{
    color: #ffffff;
}
.error404 .main-header-fixed input.search-field::-ms-input-placeholder{
    color: #ffffff;
}

/* CF7 Styles */
.wpcf7-spinner{
    display: none;
}
.wpcf7-response-output{
    display: none;
}
.wpcf7 .sent .wpcf7-response-output{
    font-size: 14px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px 0 0 0;
}
.wpcf7-not-valid-tip{
    font-size: 14px;
    position: absolute;
    left: auto;
    right: 0;
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output
.wpcf7 form .wpcf7-response-output{
    padding: 0;
    margin: 0;
    border: none;
}

/* Separators */
.line-separator{
    height: 15px;
    width: 300px;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;    
    background-position: center center;    
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 13'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0v13c2.437-5.995 5.044-5.994 7.63-5.992.287 0 .574 0 .86-.008h283.02c.287.008.574.008.861.008 2.586-.002 5.193-.003 7.63 5.992V0c-2.442 5.995-5.05 5.994-7.636 5.992-.285 0-.57 0-.855.008H8.491c-.285-.008-.57-.008-.855-.008C5.05 5.994 2.442 5.995 0 0Z' fill='%236C4932'/%3E%3C/svg%3E");
}

/* ============================================== */
/* ================ header styles =============== */
/* ============================================== */

/* Navigation */
.main-header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    transition: .3s ease;
    background-color: transparent;    
}
.main-header-fixed{
    border-bottom: none;
    background-color: #332721;    
}
.main-nav{
    display: flex;
    padding: 20px 50px;    
    align-items: center;
    justify-content: space-between;
}
.nav-logo-dark{
    display: none !important;
}
.nav-logo{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.nav-logo a{
    display: block;
    height: 60px;
}
.nav-logo img{
    display: block;
    height: 60px;
    width: auto;
}
.nav-logo,
.nav-tools{
    width: 25%;
}
.nav-menu{
    width: 50%;
}
.nav-menu{
    display: flex;
    align-items: center;    
    justify-content: center;        
}
.nav-menu ul{    
    display: flex;
    align-items: center;    
    margin: 0;
    padding: 0 30px;    
    list-style: none;  
    border-radius: 50px;
    background-color: #ffffff;
}
.nav-menu ul li{    
    position: relative;
    display: flex;
    padding: 15px 0;
    align-items: center;    
    margin-right: 20px;
}
.nav-menu ul li:last-of-type{
    margin-right: 0;
}
.nav-menu ul li a{
    position: relative;
    color: #2E2E2B;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;    
}
.nav-menu ul li.menu-item-has-children>a{
    padding-right: 15px;
}
.nav-menu ul li.menu-item-has-children>a::after{
    position: absolute;
    top: 4px;
    right: 0;
    content: '';
    width: 8px;
    height: 5px;
    display: inline-block;    
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 192'%3E%3Cpath d='M176.001 192.001a15.97 15.97 0 0 1-6.124-1.215 15.964 15.964 0 0 1-5.188-3.473l-160-160c-6.252-6.252-6.252-16.376 0-22.624 6.252-6.248 16.376-6.252 22.624 0l148.688 148.688L324.689 4.689c6.252-6.252 16.376-6.252 22.624 0 6.248 6.252 6.252 16.376 0 22.624l-160 160a15.964 15.964 0 0 1-5.188 3.473 15.97 15.97 0 0 1-6.124 1.215Z' fill='%232E2E2B'/%3E%3C/svg%3E");
}
.nav-menu ul li.menu-item-has-children .sub-menu{
    display: block;    
	padding: 15px;
	margin: 0;
	position: absolute;
	top: 50px;
	left: -25px;
	width: 220px;
	z-index: 9;
    border-radius: 10px;
	background-color: #ffffff;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 6%);
}
.nav-menu ul li.menu-item-has-children .sub-menu li{
    padding: 0;
    display: block;
    margin: 0 0 10px 0;
}
.nav-menu ul li.menu-item-has-children .sub-menu li:last-of-type{
    margin-bottom: 0;
}
.nav-menu ul li.menu-item-has-children .sub-menu li a{    
    margin: 0;
    padding: 0;
    background-color: transparent
}
.nav-menu ul li.menu-item-has-children .sub-menu li a:hover{
    color: rgba(184, 160, 133, 1);
}
.nav-menu ul li.menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
}
.nav-tools{
    display: flex;
    align-items: center;
    justify-content: flex-end;
	gap: 20px;
}
.nav-menu-lang .wpml-ls-legacy-dropdown a{
    padding: 7px 10px 7px 27px;
    color: #ffffff;
    align-items: center;
    display: flex;
    font-size: 12px;
    font-weight: 500;    
    border-radius: 50px;
    text-transform: uppercase;
    border: 1px solid #ffffff;          
    background-color: transparent;  
    background-repeat: no-repeat;
    background-size: 17px 17px;
    background-position: 5px center;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Ccircle cx='9' cy='9' r='8.5' stroke='%23FFFDF9'/%3E%3Cpath d='M13 9c0 2.425-.492 4.595-1.265 6.14C10.947 16.716 9.95 17.5 9 17.5c-.951 0-1.947-.784-2.735-2.36C5.492 13.595 5 11.424 5 9c0-2.424.492-4.595 1.265-6.14C7.053 1.284 8.05.5 9 .5c.951 0 1.947.784 2.735 2.36C12.508 4.405 13 6.576 13 9ZM9.18 0v18M.72 9h16.74' stroke='%23FFFDF9'/%3E%3C/svg%3E");
}
.nav-menu-lang .wpml-ls-legacy-dropdown{
    width: auto;    
}
.nav-menu-lang .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{
    content: none !important;
}
.nav-menu-lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
    padding: 10px;
    margin: 0;
    border: none;
    border-radius: 10px;
    background-color: #ffffff;
	transition: none;
}
.nav-menu-lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li{
    padding: 0;
    margin: 0 0 10px 0;
	transition: none;
}
.nav-menu-lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:last-of-type{
    margin: 0;
}
.nav-menu-lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a{
    color: #2E2E2B;
    padding: 0;
    margin: 0;
}
.nav-menu-lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a:hover{
    color: rgba(184, 160, 133, 1) !important;
}
.nav-menu-lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a{
    padding: 0;
    border: none;
	justify-content: center;
    background-image: none !important;
	transition: none;
}
.nav-menu-lang .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, 
.nav-menu-lang .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover{
    color: #ffffff !important;
    background-color: transparent !important;  
    background-repeat: no-repeat;
    background-size: 17px 17px;
    background-position: 5px center;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Ccircle cx='9' cy='9' r='8.5' stroke='%23FFFDF9'/%3E%3Cpath d='M13 9c0 2.425-.492 4.595-1.265 6.14C10.947 16.716 9.95 17.5 9 17.5c-.951 0-1.947-.784-2.735-2.36C5.492 13.595 5 11.424 5 9c0-2.424.492-4.595 1.265-6.14C7.053 1.284 8.05.5 9 .5c.951 0 1.947.784 2.735 2.36C12.508 4.405 13 6.576 13 9ZM9.18 0v18M.72 9h16.74' stroke='%23FFFDF9'/%3E%3C/svg%3E") !important;
}

/* Search */
.search-close-icon,
.search-icon{
	cursor: pointer;
	padding: 0;
	margin: 0;
	line-height: 40px;
	border: none;
	box-shadow: none;
	text-shadow: none;
	background-color: transparent;
}
.search-close-icon{
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.search-icon{
	visibility: visible;
	opacity: 1;
	top: 0;
	right: 0;
	position: absolute;
	transition: all .2s ease-in-out;
}
.search-close-icon svg{
	fill: #ffffff;
	height: 14px;
}
.search-icon svg{
	fill: #ffffff;
	height: 18px;
}
.menu-search-form{
	width: 18px;
	position: relative;
	transition: all .4s ease-in-out;
}
.search-form-open{
	width: 200px;
}
.search-form-open input.search-field{
	width: 100%;
    padding: 0 20px;
	border-radius: 0;
	box-shadow: none;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.search-form-open .search-close-icon{
    visibility: visible;
    opacity: 1;
}
.search-form-open .search-icon{
    visibility: hidden;
    opacity: 0;
}
input.search-field{
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    background-color: transparent;
    border: none;
    width: 0;
    height: 35px;
    box-shadow: none;
}
input.search-field::placeholder {
    font-size: 14px;
    color: #ffffff;
    opacity: 1;
}
input.search-field:-ms-input-placeholder{
    font-size: 14px;
    color: #ffffff;
}
input.search-field::-ms-input-placeholder{
    font-size: 14px;
    color: #ffffff;
}

/* Mobile Navigation */
.menu-open-mobile{
    cursor: pointer;
    color: #ffffff;
    display: flex;
    align-items: center;
}
.menu-open-mobile svg{
    width: auto;
    height: 16px;
}
.site-overlay{
    cursor: pointer;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all .2s linear;
    background: rgba(0,0,0,.6);
}
.mobile-menu{
    position: fixed;    
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    max-width: 50%;
    background-color: #F9F7F5;
    z-index: 11;
    overflow: auto;
    transform: none;
    transform: translate3d(100%,0,0);
    transition: transform .4s cubic-bezier(.19,1,.22,1);
}
.mobile-menu-logo img,
.mobile-menu-logo{
    height: 100px;
}
.mobile-menu-active .mobile-menu{
    transform: none;
}
body.mobile-menu-open{
    overflow: hidden;
}
.mobile-menu-open .site-overlay{
    opacity: 1;
    visibility: visible;
}
.menu-close{
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-left: auto;
}
.menu-close::before,
.menu-close::after{
    position: absolute;
    content: ' ';
    height: 30px;
    width: 1px;
    background-color: #313132;
}
.menu-close::before{
    transform: rotate(45deg);
}
.menu-close::after{
    transform: rotate(-45deg);
}
.mobile-menu-close-inner{
    cursor: pointer;
    display: flex;
    color: #313132;
    align-items: center;
}
.mobile-menu-inner{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.mobile-menu-inner .mobile-menu-close{
    position: absolute;
    top: 35px;
    right: 50px;
}
.mobile-menu-content{
    margin: 35px 0;    
    text-align: center;    
}
.mobile-menu-content ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.mobile-menu-content ul li{    
    position: relative;
	margin-bottom: 10px;
}
.mobile-menu-content ul li:last-of-type{
	margin-bottom: 0;
}
.mobile-menu-content ul li a{
    position: relative;
	color: #313132;
	font-size: 36px;
    line-height: 1.2;
	text-decoration: none;
}
.mobile-menu-content ul li a:hover{
    color: rgba(184, 160, 133, 1);
}
.mobile-menu-content ul li.menu-item-has-children{
    cursor: pointer !important;
}
.mobile-menu-content ul li.menu-item-has-children>a{    
    pointer-events: none;
}
.mobile-menu-content ul li.menu-item-has-children>a::after{
    content: '';
    position: absolute;
    top: 13px;
    right: -30px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: center right;  
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23313132' d='M11 0h2v24h-2z'/%3E%3Cpath fill='%23313132' d='M0 13v-2h24v2z'/%3E%3C/svg%3E");
}
.mobile-menu-content ul li.menu-item-has-children.is-active>a::after{    
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 2'%3E%3Cpath fill='%23313132' d='M0 2V0h24v2z'/%3E%3C/svg%3E");
}
.mobile-menu-content ul li.menu-item-has-children .sub-menu li a{
    font-size: 28px;
    opacity: .7;
}
.mobile-menu-content .sub-menu{
    display: none;
    margin-top: 5px;
}
.mobile-menu-footer ul{
    margin: 0;
    padding: 0;    
    list-style: none;
}
.mobile-menu-footer ul li{
    margin-right: 35px;
    display: inline-block;    
}
.mobile-menu-footer ul li:last-of-type{
    margin-right: 0;
}
.mobile-menu-footer ul li a{
    color: #524134;
	font-size: 14px;        
    font-weight: 500;
	text-decoration: none;
    text-transform: uppercase;
}

/* Single page header */
.site-header{
    position: relative;
}
.site-header::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
}
.site-header-image figure{
    height: 65vh;
}
.site-header-image figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.site-header-caption{
    position: absolute;
    top: 55%;
    left: 50%;
    width: 100%;
    text-align: center;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.site-header .page-breadcrumbs span.breadcrumbs-separator{
    padding: 0 5px;
}
.site-header .page-breadcrumbs a,
.site-header .page-breadcrumbs span{
    color: #ffffff;    
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}
.site-header .page-breadcrumbs span.breadcrumbs-current{
    opacity: .8;
}
.site-header-inner{
    position: relative;
    height: 100%;
}
.site-header-content{
    color: #ffffff;
}
.site-header-content h1{
    font-size: 62px;
    margin: 20px 0 0 0;    
}

/* Single Page Header Default */
.page-header-default{
    text-align: center;
    padding: 160px 0 70px 0;
    background-color: #F9F7F5;
}
.page-header-default .page-breadcrumbs span.breadcrumbs-separator{
    padding: 0 5px;
}
.page-header-default .page-breadcrumbs a,
.page-header-default .page-breadcrumbs span{
    color: #313132;    
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}
.page-header-default .page-breadcrumbs span.breadcrumbs-current{
    opacity: .8;
}
.page-header-default h1{
    font-size: 52px;
    margin: 20px 0 0 0;
}

/* Search Page */
.search-items-list{
    padding-top: 70px;
    padding-bottom: 70px;
}
.search-items-list .search-item:first-of-type{
    border-top: 1px solid #D5D5D5;
}
.search-item{
    padding: 15px 0;
    border-bottom: 1px solid #D5D5D5;
}
.search-item a{
    padding: 0 15px;
    color: #313132;
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: space-between;
}
.search-item a:hover{
    color: rgba(184, 160, 133, 1);
}
.search-item a svg{
    width: auto;
    height: 20px;
}
.search-item h3{
    font-size: 28px; 
}

/* ============================================== */
/* =============== elements styles ============== */
/* ============================================== */

/* hero block (home) */
.site-hero{
    position: relative;
    height: 100vh;
}
.hero-video::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
}
.hero-video{
    height: 100vh;
}
.hero-video video{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center center;
}
.hero-caption{
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 100px;
    width: 100%;
    margin: 0 auto;    
}
.hero-caption-content{
    text-align: center;
}
.hero-caption-content h1{
    color: #ffffff;
    font-size: 62px;
    font-weight: 300; 
    margin-bottom: 25px;
}
.hero-caption-content p{
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
}

/* info block (multiple page) */
.info-block{
    position: relative;
}
.info-block-left .site-row{
    flex-direction: row-reverse;
}
.info-block-content{
    padding-right: 70px;
}
.info-block-left .info-block-content{
    padding-right: 0;
    padding-left: 70px;
}
.info-block-content h5{
    margin: 0 0 20px 0;    
    color: #342821;
    font-size: 14px;
    font-weight: 500;    
    text-transform: uppercase;
}
.info-block-content h2{
    font-size: 42px;
    margin: 0 0 25px 0;    
}
.info-block-content .site-button-dark{
    margin-top: 35px;
}
.info-block-content p{
    margin-bottom: 25px;
}
.info-block-content p:last-of-type{
    margin-bottom: 0;
}
.info-block-content strong{
    color: #7C6F63;
}
.info-block-image{
    height: 550px;
}
.info-block-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

/* wine tours block (home) */
.wine-tours-block-holder{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.wine-tours-block-holder::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.8);
}
.wine-tours-block{
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
}
.wine-tours-block-header{
    color: #ffffff;
    text-align: center;
    padding-bottom: 70px;
}
.wine-tours-block-header h5{
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.wine-tours-block-header h2{
    font-size: 62px;
    font-weight: 300;    
}
.wine-tours-block-content{
    color: #ffffff;
}
.wine-tours-block-content ul{
    margin: 0;
    list-style: none;
    padding: 35px 0 0 35px;       
}
.wine-tours-block-content ul li a{
    color: #ffffff;    
    opacity: .6;
    padding: 0 0 0 30px;
    display: block;
    font-size: 16px;
    font-weight: 500;    
    margin-bottom: 20px;
    padding-bottom: 20px;    
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
    background-repeat: no-repeat;
    background-position: 0 2px;
    background-size: 16px 16px;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 15'%3E%3Cpath d='M8.408 0H5.6v1.23c0 1.65.427 3.271 1.24 4.707l-.916.529a9.548 9.548 0 0 0-3.457-3.43l-1.064-.615L0 4.852l1.065.615a9.549 9.549 0 0 0 4.704 1.28v1.05a9.549 9.549 0 0 0-4.7 1.28L.006 9.69l1.404 2.43 1.064-.614a9.548 9.548 0 0 0 3.46-3.434l.91.525a9.549 9.549 0 0 0-1.242 4.711v1.23h2.807v-1.23c0-1.653-.43-3.277-1.245-4.714l.903-.522a9.549 9.549 0 0 0 3.46 3.434l1.064.615 1.404-2.431-1.065-.615a9.548 9.548 0 0 0-4.698-1.279v-1.05a9.549 9.549 0 0 0 4.704-1.28L14 4.852l-1.403-2.43-1.065.614a9.549 9.549 0 0 0-3.457 3.43l-.91-.526a9.549 9.549 0 0 0 1.243-4.71V0Z' fill='%23FFFDF9'/%3E%3C/svg%3E");
}
.wine-tours-block-content ul li:last-of-type a{
    margin-bottom: 0;
}
.wine-tours-block-content ul li a:hover{
    opacity: 1;
}
.wine-tours-block-image{
    height: 600px;
}
.wine-tours-block-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}

/* wine tours list (tours page) */
.wine-tours-page-list .wine-tours-page-item:nth-child(even) .site-row{
    flex-direction: row-reverse;
}
.wine-tours-page-list .wine-tours-page-item:nth-child(even) .site-col-offset-1{
    margin-left: 0;
    margin-right: 8.333333%;
}
.wine-tours-page-list .wine-tours-page-item:last-of-type{
    margin-bottom: 0;
}
.wine-tours-page-item{
    margin-bottom: 70px;
}
.wine-tours-page-item-content h2{
    display: flex;
    align-items: center;
    font-size: 42px;
    margin: 0 0 25px 0;
}
.wine-tours-page-item-content h5{
    margin: 0 0 20px 0;
    color: #342821;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.wine-tours-page-item-content h2 img{
    width: 30px;
    height: 30px;
    margin-right: 15px;
}
.wine-tours-page-item-content .site-button-dark {
    margin-top: 35px;
}
.wine-tours-page-item-image figure{
    height: 550px;
}
.wine-tours-page-item-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

/* events calendar (events page) */
.tribe-events-c-top-bar__nav-list,
.tribe-events-c-events-bar__views,
.tribe-events-c-subscribe-dropdown__container, .tribe-link-view-attendee{
    display: none !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container{ 
    width: 100% !important;
    max-width: 100% !important;
    padding: 70px 0 !important;
    margin: 0 !important;
}
/*.tribe-tickets__tickets-item-extra-available{ display: none !important }*/
.tribe-events .datepicker table{
    width: 100%;
}
.tribe-events-calendar-month__calendar-event-tooltip-datetime .tribe-event-date-start{
    font-weight: 500;
    font-size: 16px;
    color: rgba(184, 160, 133, 1);
    text-transform: uppercase;
}
.tribe-events-calendar-month__calendar-event-tooltip-description p{
    font-size: 14px;
}
.tribe-events .tribe-events-calendar-month__day-date-daynum{
    font-size: 24px;
    font-weight: 400;
}
.tribe-common--breakpoint-full.tribe-events .tribe-events-c-top-bar__datepicker-desktop{
    text-transform: capitalize;
}

/* events calendar (events single page) */
.event-single-sticky-btn{
	position: fixed;
	top: auto;
	left: 25px;
	bottom: 25px;
}
.event-single-sticky-btn a{
	display: block;
	color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 50px;
    background-color: #957f69;
}
.single-tribe_events .main-header{
    background-color: #332721;
}
.single-tribe_events .main-content{
    margin-top: 100px;
}
.event-page-content #tribe-events-pg-template{
    max-width: 100%;
    padding: 0 !important;
}
.event-page-content .event-tickets .tribe-tickets__tickets-form{
    padding: 25px;
    max-width: 800px;
    margin: 0 auto;
    border: none;
    border-radius: 0;
    background-color: #F9F7F5;
}
.event-page-content .entry .entry-content .event-tickets .tribe-tickets__tickets-item, 
.event-page-content .event-tickets .tribe-tickets__tickets-item,
.event-page-content .entry .entry-content .event-tickets .tribe-tickets__tickets-footer, 
.event-page-content .event-tickets .tribe-tickets__tickets-footer{
    border: none;
}
.event-page-content .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn{
	color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Gotham';
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    height: 55px;
    width: 100%;
    border-radius: 0;
    text-transform: uppercase;
    background-color: #6C4932;
    background-repeat: no-repeat;
    background-size: 17px 20px;
    background-position: 95% center;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 20'%3E%3Cg clip-path='url(%23arrow__a)' fill='%23FFFDF9'%3E%3Cpath d='M9.511 0h1.458c-.583 5.926 3.888 9.136 6.196 10C11.042 8.815 9.51 2.84 9.51 0Zm0 20h1.458c-.583-5.926 3.887-9.136 6.196-10l-16.4-.74v1.851l16.4-1.11C11.041 11.184 9.51 17.16 9.51 20Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='arrow__a'%3E%3Cpath fill='%23fff' transform='translate(.751)' d='M0 0h16.497v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");         
}
.event-page-content .tribe-events-notices{
    display: none;
}
.event-page-content .tribe-events-schedule{
    margin: 0;
    padding-bottom: 35px;
    justify-content: center;
}
.event-page-content .tribe-events-schedule h2 span.tribe-event-date-start{
    padding: 0 0 0 30px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 28'%3E%3Cpath d='M1.124 10.54h23.765m-5.966 5.206h.012m-5.929 0h.012m-5.94 0h.011m11.834 5.182h.012m-5.929 0h.012m-5.94 0h.011M18.392.667v4.387M7.62.667v4.387' stroke='%236C4932' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath clip-rule='evenodd' d='M18.651 2.772H7.361C3.446 2.772 1 4.953 1 8.962V21.03c0 4.072 2.446 6.304 6.361 6.304H18.64c3.928 0 6.361-2.194 6.361-6.203V8.963c.012-4.01-2.421-6.191-6.349-6.191Z' stroke='%236C4932' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
}
.event-page-content .tribe-events-schedule h2 span.tribe-event-date-start span{
	margin: 0 25px !important;
}
.event-page-content .tribe-events-schedule h2,
.event-page-content .tribe-events-schedule span{
    padding: 0;
    margin: 0;
    color: #6C4932;
    font-family: 'Gotham';
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.event-page-content .event-tickets .tribe-common-h4{
    font-size: 28px;
    margin: 0;
    text-align: center;
}

.event-page-content .event-tickets .tribe-tickets__tickets-item-col-name{
	display: flex;
	align-items: center;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #dedede;
}
.event-page-content .event-tickets .tribe-tickets__tickets-item-col-name div{
	color: #6C4932;
	font-family: 'Gotham';
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
}
.event-page-content .event-tickets .tribe-tickets__tickets-item-col-name .tickets-item-col-price{
	margin-right: 35px;
}
.event-page-content .event-tickets .tribe-tickets__tickets-item-col-name .tickets-item-col-type{
	margin-right: auto;
}
.event-page-content .event-tickets .tribe-tickets__tickets-title{
	margin: 0 0 25px 0;
}
.event-page-content .event-tickets .tribe-tickets__tickets-item{
    padding: 0 0 25px 0;
    margin: 0;
}
.event-tickets .tribe-tickets__tickets-item-extra-price .tribe-formatted-currency-wrap{
    font-weight: 500;
}
.event-page-content .tribe-events-schedule .tribe-events-cost{
    display: none !important;
}
.event-page-content .event-tickets .tribe-tickets__tickets-footer{
    padding: 0;
    flex-direction: column;
}
.event-page-content .event-tickets .tribe-tickets__tickets-footer .tribe-tickets__tickets-footer-total{
    margin-bottom: 25px;
}
.event-page-content .event-tickets .tribe-common-b2{
    margin: 0;
}
.event-page-content .event-single-container{
    max-width: 1200px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto !important;
    margin-left: auto !important;
}
.entry .entry-content .event-tickets .tribe-tickets__tickets-item-quantity-number, .event-tickets .tribe-tickets__tickets-item-quantity-number{
	width: 30px;
	height: 30px;
}
.entry .entry-content .event-tickets .tribe-tickets__tickets-item-quantity-add, .entry .entry-content .event-tickets .tribe-tickets__tickets-item-quantity-remove, .event-tickets .tribe-tickets__tickets-item-quantity-add, .event-tickets .tribe-tickets__tickets-item-quantity-remove{
	font-size: 20px;
}
.entry .entry-content .event-tickets .tribe-tickets__form input[type=number].tribe-tickets__tickets-item-quantity-number-input, .event-tickets .tribe-tickets__form input[type=number].tribe-tickets__tickets-item-quantity-number-input{
	font-size: 18px;
}
/* order received tickets */
.woocommerce-order-received .tec-tickets__attendees-list-wrapper{
    max-width: 800px;
	margin: 0 auto;
}
.woocommerce-order-received .tec-tickets__attendees-list-wrapper h4{
	font-size: 28px;
}
.woocommerce-order-received .tec-tickets__attendees-list-item-attendee-details{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 15px;
	margin: 15px 0;
    background-color: #F9F7F5;
}
.woocommerce-order-received .tec-tickets__attendees-list-item-attendee-details .woocommerce-Price-amount{
	font-size: 16px;
	font-weight: 400;
	color: #6C4932;
}
.woocommerce-order-received .nav-menu-lang .wpml-ls-current-language a,
.woocommerce-order-received .nav-menu-lang .wpml-ls-current-language:hover>a{        
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 18 18"><circle cx="9" cy="9" r="8.5" stroke="%23313132"/><path d="M13 9c0 2.425-.492 4.595-1.265 6.14C10.947 16.716 9.95 17.5 9 17.5c-.951 0-1.947-.784-2.735-2.36C5.492 13.595 5 11.424 5 9c0-2.424.492-4.595 1.265-6.14C7.053 1.284 8.05.5 9 .5c.951 0 1.947.784 2.735 2.36C12.508 4.405 13 6.576 13 9ZM9.18 0v18M.72 9h16.74" stroke="%23313132"/></svg>') !important;
}
.woocommerce-order-received .nav-menu-lang a {
    color: #313132 !important;
    border-color: #313132;
}
.woocommerce-order-received .nav-menu-lang .wpml-ls-current-language:hover>a{
		color: #313132 !important;
}
.woocommerce-order-received .main-header-fixed .nav-menu-lang a{
    color: #ffffff !important;
    border-color: #ffffff !important;
}
.woocommerce-order-received .main-header-fixed .nav-menu-lang .wpml-ls-legacy-dropdown a{
	background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Ccircle cx='9' cy='9' r='8.5' stroke='%23FFFDF9'/%3E%3Cpath d='M13 9c0 2.425-.492 4.595-1.265 6.14C10.947 16.716 9.95 17.5 9 17.5c-.951 0-1.947-.784-2.735-2.36C5.492 13.595 5 11.424 5 9c0-2.424.492-4.595 1.265-6.14C7.053 1.284 8.05.5 9 .5c.951 0 1.947.784 2.735 2.36C12.508 4.405 13 6.576 13 9ZM9.18 0v18M.72 9h16.74' stroke='%23FFFDF9'/%3E%3C/svg%3E") !important;
}
.woocommerce-order-received .main-header-fixed .nav-menu-lang .wpml-ls-current-language:hover>a{
	color: #ffffff !important;
}

/* letters & bottles animation block (home) */
.marquee-wrapper .marquee-holder{
	overflow:hidden;
	margin:0 auto !important;
	text-align:center;
}
.marquee-holder{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.marquee-wrapper .marquee-block{
	width: 25%;
	height: 1000px;	
	box-sizing: border-box;
	position: relative;		
}
.marquee-inner{
	display: block;
	height: 200%;
	width: 100%;
	position: absolute;  
}
.marquee-inner.to-left{
  animation: marqueeTop 25s linear infinite;
}
.marquee-inner.to-right{
  animation: marqueeBottom 25s linear infinite;
}
.marquee-item{
    margin: 15px 0;
	display: block;	
	transition: all .2s ease-out;	
}
@keyframes marqueeTop{
  0% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}
@keyframes marqueeBottom{
  0% { 
    top: -100%; 
  }
  100% {
   top: 0; 
  }
}

.letter-block-letter,
.letter-block-image{    
    text-align: center;
}
.letter-block-letter svg{
    width: auto;
    height: 280px;
}
.letter-block-image{
    height: 300px;
}
.letter-block-image img{
    width: auto;
    height: 100%;    
    max-width: inherit;
    object-fit: cover;
    object-position: center center;
}

/* corporate events block */
.corporate-event-block{
    margin-bottom: 70px;
}
.corporate-event-block:last-of-type{
    margin-bottom: 0;
}
.corporate-event-block-right .site-row{
    flex-direction: row-reverse;
}
.corporate-event-block-right .site-col-offset-1{
    margin-left: 0;
    margin-right: 8.333333%;
}
.corporate-event-image figure{
    height: 550px;
}
.corporate-event-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.corporate-event-content h2{
    font-size: 42px;
    margin: 0 0 25px 0;
}
.event-top-features{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #6C4932;
}
.event-top-features .event-feature-item:first-of-type{
    margin-right: 35px;
}
.event-top-features .event-feature-item{
    display: flex;
    align-items: center;
    color: #342821;
    font-size: 14px;
    font-weight: 500;  
    text-transform: uppercase;
}
.event-top-features .event-feature-item strong{
    font-weight: 500;  
}
.event-feature-item img{
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.event-bottom-features .event-feature-item{
    display: flex;
    align-items: center;
    color: #342821;
    font-size: 14px;
    font-weight: 400;  
    text-transform: uppercase;
}
.event-bottom-features .event-feature-item strong{
    font-weight: 500;  
    margin-right: 5px;
}
.event-bottom-features .event-feature-item{
    margin-bottom: 15px;
}
.event-bottom-features .event-feature-item:last-of-type{
    margin-bottom: 0;
}

/* Menu Tabs */
.tab-item-info:not(:first-child), 
.tab-item-boxes:not(:first-child){
    display: none;
}
.menu-tabs-header{
    padding: 70px 0;
}
.menu-tabs-header ul{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;    
    list-style: none;
}
.menu-tabs-header ul li{
    padding: 0 15px;
}
.menu-tabs-header ul li a{
    color: #313132;
    font-size: 14px;
    font-weight: 500;
    padding: 0 10px 15px 10px;
    text-decoration: none;
    text-transform: uppercase;
}
.menu-tabs-header ul li.active a{
    color: #6C4932;
    border-bottom: 1px solid #6C4932;
}
.tab-item-image{
    height: 600px;
}
.tab-item-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.tab-item-content h2{
    font-size: 36px;
    margin: 0 0 25px 0;
}
.tab-item-content ul{
    column-count: 2;
    padding: 0 0 0 15px;
    margin: 0 0 15px 0;
}
.tab-item-content ul:last-of-type{
    margin-bottom: 0;
}
.tab-item-content ul li{
    line-height: 2;    
    padding-right: 15px;
}
.tab-item-content strong{
    color: #6C4932;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

/* Events Calendar by Year */
.events-by-year{
    padding-left: 15px;
    padding-right: 15px;
}
.events-by-year-title h2{
    font-size: 42px;
    margin: 0 0 25px 0;
}
.events-by-year-body{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;    
}
.events-by-year-month{
    position: relative;    
    width: 100%;
    padding: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;        
}
.events-by-year-body{
    border-left: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
}
.events-by-year-month-content{
    height: 200px;    
    padding: 20px;
    border-top: 1px solid #D1D1D1;
    border-right: 1px solid #D1D1D1;
}
.events-by-year-month-list{
    display: flex;
    flex-direction: column;
}
.events-by-year-month-list p{    
}
.events-by-year-month-list p a{
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 50px;
    background-color: #6C4932;    
}
.events-by-year-month-content h5{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
}

/* wine series carousel (home) */
.wine-series-carousel-arrows{
    display: flex;
    margin-top: 35px;
    align-items: center;
    justify-content: center;
}
.wine-series-carousel-arrows .slick-prev,
.wine-series-carousel-arrows .slick-next{
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin: 0 10px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;        
    border: 1px solid #6C4932;
}
.wine-series-carousel-arrows .slick-prev svg,
.wine-series-carousel-arrows .slick-next svg{
    width: 20px;
    height: auto;
}
.wine-series-carousel-content h5{
    margin: 0 0 20px 0;
    color: #342821;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.wine-series-carousel-content h2{
    font-size: 42px;
    margin: 0 0 25px 0;
}
.wine-series-carousel-content .site-button-dark{
    margin-top: 35px;
}
.wine-series-carousel-image figure{
    height: 400px;
}
.wine-series-carousel-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

/* wine series list (wines page) */
.wine-series-item-content h2{
    font-size: 42px;
    margin: 0 0 25px 0;
}
.wine-series-item-content .site-button-dark{
    margin-top: 35px;
}
.wine-series-item-image figure{
    height: 400px;
}
.wine-series-item-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}
.wine-series-item-block-left .site-row{
    flex-direction: row-reverse;
}
.wine-series-item-block-left .site-col-offset-1{
    margin-left: 0;   
    margin-right: 8.333333%; 
}

/* wine series (9 muses page) */
.archive.term-9-muses .site-header::before{
    background-color: rgba(0, 0, 0, .0);
}
.single.term-9-muses .wine-single-header{
    background-color: #0A3563;
}
.single.term-9-muses .nav-logo-dark{
    display: none !important;
}
.single.term-9-muses .nav-logo-light{
    display: block !important;
}
.single.term-9-muses .wine-single-header-title h5,
.single.term-9-muses .wine-single-header-details,
.single.term-9-muses .wine-single-header-content{
    color: #ffffff;
}
.single.term-9-muses .wine-single-header-details svg path{
    fill: #ffffff;
}
.single.term-9-muses .wine-single-body-content strong{
    color: #ffffff;
}
.single.term-9-muses .wine-single-body-content img{
    display: none;
}
.single.term-9-muses .search-icon svg path,
.single.term-9-muses .menu-open-mobile svg path,
.single.term-9-muses .search-close-icon svg path{
    fill: #ffffff;
}
.single.term-9-muses .nav-menu-lang a{
	color: #ffffff !important;
    border-color: #ffffff;
}
.single.term-9-muses .nav-menu-lang .wpml-ls-current-language:hover>a{
	color: #ffffff !important;
}
.single.term-9-muses .nav-menu-lang .wpml-ls-current-language a,
.single.term-9-muses .nav-menu-lang .wpml-ls-current-language:hover>a{        
	background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Ccircle cx='9' cy='9' r='8.5' stroke='%23FFFDF9'/%3E%3Cpath d='M13 9c0 2.425-.492 4.595-1.265 6.14C10.947 16.716 9.95 17.5 9 17.5c-.951 0-1.947-.784-2.735-2.36C5.492 13.595 5 11.424 5 9c0-2.424.492-4.595 1.265-6.14C7.053 1.284 8.05.5 9 .5c.951 0 1.947.784 2.735 2.36C12.508 4.405 13 6.576 13 9ZM9.18 0v18M.72 9h16.74' stroke='%23FFFDF9'/%3E%3C/svg%3E") !important;
}
.single.term-9-muses .search-form-open input.search-field{
    color: #ffffff;
    border-color: #ffffff;
}
.single.term-9-muses input.search-field::placeholder{
    color: #ffffff;
    opacity: 1;
}
.single.term-9-muses input.search-field:-ms-input-placeholder{
    color: #ffffff;
}
.single.term-9-muses input.search-field::-ms-input-placeholder{
    color: #ffffff;
}

/* wine series (series page) */
.wine-category-description{
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f9f7f5;
}
.wine-category-description p{
    margin-bottom: 15px;
}
.wine-category-description p:last-of-type{
    margin-bottom: 0;
}
.wine-category-description .line-separator-holder:first-of-type{
    padding-bottom: 35px;
}
.wine-category-wines{
    padding-top: 70px;
}
.wine-item{
    position: relative;
    padding-bottom: 70px;
}
.wine-category-wines .site-col-6 .wine-summit-icon{
    right: 30%;
}
.wine-summit-icon{
    position: absolute;
    top: 0;
    right: 15%;    
}
.wine-tooltip{
    position: relative;
    display: inline-block;
}
.tooltip{
    position: absolute;
    background-color: #332721;
    color: #fff;
    padding: 10px 5px;
    border-radius: 4px;
    font-size: 13px;
    opacity: 0;
    text-align: center;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    bottom: 100%;   
    left: 50%;
    width: 160px;
    line-height: 1.4;
    transform: translateX(-50%);    
  }
.wine-summit-icon:hover .tooltip {
    opacity: 1;
    visibility: visible;
}
.wine-summit-icon img{
    width: 60px;
    height: 60px;
}
.wine-item-image figure{
    height: 350px;
}
.wine-item-image figure img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}
.wine-item-content{
    margin-top: 25px;        
    text-align: center;    
}
.wine-item-content h5{
    margin: 0 0 10px 0;
    color: #342821;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.wine-item-content h3{
    font-size: 26px;
    font-weight: 400;    
}
.wine-item-content p{
    margin: 10px 0 0 0;
    color: rgba(184, 160, 133, 1);
}

/* wine series (wine single page) */
.single-vinuri .nav-logo-light{
    display: none;
}
.single-vinuri .nav-logo-dark{
    display: block !important;
}
.single-vinuri .search-icon svg path,
.single-vinuri .menu-open-mobile svg path,
.single-vinuri .search-close-icon svg path{
    fill: #313132;
}
.single-vinuri .nav-menu-lang a{
	color: #313132 !important;
    border-color: #313132;
}
.single-vinuri .nav-menu-lang .wpml-ls-current-language:hover>a{
		color: #313132 !important;
}
.single-vinuri .nav-menu-lang .wpml-ls-current-language a,
.single-vinuri .nav-menu-lang .wpml-ls-current-language:hover>a{        
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 18 18"><circle cx="9" cy="9" r="8.5" stroke="%23313132"/><path d="M13 9c0 2.425-.492 4.595-1.265 6.14C10.947 16.716 9.95 17.5 9 17.5c-.951 0-1.947-.784-2.735-2.36C5.492 13.595 5 11.424 5 9c0-2.424.492-4.595 1.265-6.14C7.053 1.284 8.05.5 9 .5c.951 0 1.947.784 2.735 2.36C12.508 4.405 13 6.576 13 9ZM9.18 0v18M.72 9h16.74" stroke="%23313132"/></svg>') !important;
}
.single-vinuri .search-form-open input.search-field{
    color: #313132;
    border-color: #313132;
}
.single-vinuri input.search-field::placeholder{
    color: #313132;
    opacity: 1;
}
.single-vinuri input.search-field:-ms-input-placeholder{
    color: #313132;
}
.single-vinuri input.search-field::-ms-input-placeholder{
    color: #313132;
}
/* Fixed Nav Styles */
.single-vinuri .main-header-fixed .nav-menu-lang .wpml-ls-current-language:hover>a{
	color: #ffffff !important;
}
.single-vinuri .main-header-fixed .nav-logo-light{
    display: block;
}
.single-vinuri .main-header-fixed .nav-logo-dark{
    display: none !important;
}
.single-vinuri .main-header-fixed .search-icon svg path,
.single-vinuri .main-header-fixed .menu-open-mobile svg path,
.single-vinuri .main-header-fixed .search-close-icon svg path{
    fill: #ffffff;
}
.single-vinuri .main-header-fixed .search-form-open input.search-field{
    color: #ffffff;
    border-color: #ffffff;
}
.single-vinuri .main-header-fixed input.search-field::placeholder{
    color: #ffffff;
    opacity: 1;
}
.single-vinuri .main-header-fixed input.search-field:-ms-input-placeholder{
    color: #ffffff;
}
.single-vinuri .main-header-fixed input.search-field::-ms-input-placeholder{
    color: #ffffff;
}
.single-vinuri .main-header-fixed .nav-menu-lang a{
    color: #ffffff !important;
    border-color: #ffffff !important;
}
.single-vinuri .main-header-fixed .nav-menu-lang .wpml-ls-legacy-dropdown a{
	background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Ccircle cx='9' cy='9' r='8.5' stroke='%23FFFDF9'/%3E%3Cpath d='M13 9c0 2.425-.492 4.595-1.265 6.14C10.947 16.716 9.95 17.5 9 17.5c-.951 0-1.947-.784-2.735-2.36C5.492 13.595 5 11.424 5 9c0-2.424.492-4.595 1.265-6.14C7.053 1.284 8.05.5 9 .5c.951 0 1.947.784 2.735 2.36C12.508 4.405 13 6.576 13 9ZM9.18 0v18M.72 9h16.74' stroke='%23FFFDF9'/%3E%3C/svg%3E") !important;
}
.single-vinuri .nav-menu-lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a{
	color: #313132 !important;
}
.wine-single-header{
    padding-top: 170px;
    padding-bottom: 100px;
    background-color: #F9F7F5;
}
.wine-single-medals{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wine-single-medals img{
    width: auto;
    height: 85px;
}
.single-medal-item{
    margin-bottom: 15px;
}
.single-medal-item:last-of-type{
    margin-bottom: 0;
}
.wine-single-header-image{
    position: relative;
}
.wine-single-header-image figure{
    height: 450px; 
}
.wine-single-header-image figure img{        
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}
.wine-single-header-title h5{
    margin: 0 0 10px 0;
    color: #342821;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.wine-single-header-title h1{
    font-size: 42px;   
    margin: 0 0 15px 0; 
}
.wine-single-header-details{
    color: #7C6F63;
    display: flex;
    margin-bottom: 35px;
    align-items: center;
}
.wine-single-header-details svg{
    width: auto;
    height: 20px;
    margin-right: 5px;
}
.wine-single-body{
    padding-top: 100px;
    padding-bottom: 100px;
}
.wine-single-body-content{
    margin-top: 35px;
}
.wine-single-body-content strong{
    color: #6C4932;
    font-weight: 600 !important;
}
.wine-single-body-content img{
    width: auto;
    height: 35px;
    margin-bottom: 15px;
}
.wine-single-related-details{
    padding-top: 70px;
    padding-bottom: 70px;    
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wine-single-related-title h3{
    font-size: 42px;
}
.wine-single-related-arrows{
    margin: 0 -5px;
    display: flex;
    align-items: center;
}
.wine-single-related-arrows .slick-next,
.wine-single-related-arrows .slick-prev{
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid #6C4932;
}
.wine-single-related-arrows .slick-next svg,
.wine-single-related-arrows .slick-prev svg{
	width: 20px;
    height: auto;
}
.wine-single-related-carousel .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    z-index: 99;
    list-style-type: none
}
.wine-single-related-carousel .slick-dots li {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 15px 0 0;
    width: 25px;
    height: 2px
}
.wine-single-related-carousel .slick-dots li:last-of-type {
    margin: 0
}
.wine-single-related-carousel .slick-dots button {
    display: block;
    width: 25px;
    height: 2px;
    padding: 0;
    margin: 0;
    border: none;
    opacity: .6;
    background-color: #6C4932;
    text-indent: -9999px
}
.wine-single-related-carousel .slick-dots li.slick-active button {
    opacity: 1;
    background-color: #6C4932
}

/* restaurant cta block (home) */
.restaurant-cta{
    position: relative;
}
.restaurant-cta-image::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
}
.restaurant-cta-image{
    height: 650px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.restaurant-cta-caption{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.restaurant-cta-content{
    max-width: 70%;
    margin: 0 auto;
    color: #ffffff;    
}
.restaurant-cta-content h5{
    margin: 0 0 20px 0;
    padding: 0;    
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.restaurant-cta-content h2{
    font-size: 62px;
    font-weight: 300;
    margin: 0 0 20px 0;    
}
.restaurant-cta-content .site-button-light{
    margin-top: 35px;
}

/* history info block (home) */
.history-info-block{
    height: 80vh;
    display: flex;
}
.history-info-block .site-col-3,
.history-info-image-left,
.history-info-image-right{
    height: 100%;
}
.history-info-image-left figure{
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.history-info-image-right figure{
    height: 100%;
    display: flex;
    align-items: flex-start;
}
.history-info-content::before{
    content: '';
    display: block;
    width: 1px;
    height: 80px;
    margin: 0 auto 50px auto;
    background-color: #766654;
}
.history-info-content::after{
    content: '';
    display: block;
    width: 1px;
    height: 80px;
    margin: 50px auto 0 auto;
    background-color: #766654;
}
.history-info-content{
    padding: 0 25px;
    text-align: center;
}
.history-info-content h2{
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 20px 0;
}
.history-info-content p{
    margin-bottom: 25px;
}
.history-info-content p:last-of-type{
    margin-bottom: 0;
}
.history-info-content .site-button-dark{
    margin-top: 35px;
    justify-content: center;
}

/* image gallery carousel */
.image-gallery-carousel{
    margin-top: 70px;
}
.image-gallery-carousel .slick-prev{
	left: 25px;
}
.image-gallery-carousel .slick-next{
	right: 25px;
}
.image-gallery-carousel .slick-next,
.image-gallery-carousel .slick-prev{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    border: none;
    z-index: 1;
    border-radius: 50px;
    background-color: #ffffff;
}
.image-gallery-carousel .slick-next svg,
.image-gallery-carousel .slick-prev svg{
	height: 18px;	
}
.image-gallery-carousel .slick-list{
    margin-left: -5px;
    margin-right: -5px;
}
.carousel-item{
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}
.carousel-item figure{
    height: 60vh;
}
.carousel-item img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center center;
}
body.mfp-zoom-out-cur{
	overflow: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 100% !important;
    touch-action: none !important;
    -webkit-overflow-scrolling: touch !important;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close{
    font-size: 32px;
    font-weight: 300;
    opacity: 1 !important;
    font-family: 'Gotham';
}
.mfp-arrow{
    opacity: 1 !important;
}
.mfp-arrow-right:before{
    margin-left: 50px !important;
}
.mfp-arrow:before,
.mfp-arrow:after{
    opacity: 1 !important;
    border: none !important;
}
.mfp-arrow-left:before{
    width: 25px !important;
    height: 25px !important;
    background: url('assets/images/arrow_left.svg') no-repeat;
}
.mfp-arrow-right:before{
    width: 25px !important;
    height: 25px !important;
    background: url('assets/images/arrow_right.svg') no-repeat;
}
.mfp-arrow-left:before,
.mfp-arrow-left:after{
    border: none !important;
}


/* room facilities block */
.facilities-block{
    padding-top: 70px;
}
.facilities-block-left .site-row{
    flex-direction: row-reverse;
}
.facilities-block-left .site-col-offset-1 {
    margin-left: 0;
    margin-right: 8.333333%;
}
.facilities-image{
    height: 60vh;
}
.facilities-image img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center center;
}
.facilities-items ul{
    margin: 0;    
    padding: 0;       
    list-style: none;
}
.facilities-items ul li{
    color: #313132;        
    padding: 0 0 0 30px;
    display: block;
    font-size: 16px;
    font-weight: 500;    
    margin-bottom: 20px;
    padding-bottom: 20px;    
    text-decoration: none;    
    background-repeat: no-repeat;
    background-position: 0 2px;
    background-size: 16px 16px;
    border-bottom: 1px solid #DCE0DF;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 16'%3E%3Cpath d='M8.408.877H5.6v1.23c0 1.65.427 3.271 1.24 4.707l-.916.53a9.548 9.548 0 0 0-3.457-3.43l-1.064-.615L0 5.729l1.065.615a9.549 9.549 0 0 0 4.704 1.28v1.05a9.549 9.549 0 0 0-4.7 1.28l-1.064.614L1.41 13l1.064-.615a9.548 9.548 0 0 0 3.46-3.434l.91.525a9.549 9.549 0 0 0-1.242 4.711v1.23h2.807v-1.23c0-1.653-.43-3.277-1.245-4.714l.903-.522a9.549 9.549 0 0 0 3.46 3.434L12.59 13l1.404-2.431-1.065-.615a9.548 9.548 0 0 0-4.698-1.279v-1.05a9.549 9.549 0 0 0 4.704-1.28L14 5.73l-1.403-2.431-1.065.614a9.549 9.549 0 0 0-3.457 3.43l-.91-.526a9.549 9.549 0 0 0 1.243-4.71V.876Z' fill='%237C6F63'/%3E%3C/svg%3E");
}
.facilities-items ul li:last-of-type{
    margin-bottom: 0;
}

/* room booking block */
.book-room-image{
    height: 60vh;
}
.book-room-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.book-room-content{
    padding-left: 70px;
}
.book-room-content h2{
    font-size: 42px;
    margin: 0 0 25px 0;
}
.book-room-content p{
    margin-bottom: 15px;
}
.book-room-content p:last-of-type{
    margin-bottom: 0;
}
.book-room-button{
    display: inline-block;
    margin-top: 35px;
}
.book-room-button .btn{
    display: flex;
    align-items: center;
    padding: 20px 40px;
    color: #6C4932;
    font-size: 14px;
    font-weight: 500;    
    text-decoration: none;    
    text-transform: uppercase;
    border: 1px solid #6C4932;        
}
.book-room-button .btn svg{
    width: 20px;
    height: 20px;
    margin-left: 15px;
}

/* faq toggle */
.vc_toggle_title{
    padding: 0 !important;
}
.vc_toggle_icon{
    right: 0 !important;
    left: auto !important;
}
.vc_toggle_size_md .vc_toggle_icon::before{
    height: 1px !important;
    width: 15px !important;
}
.vc_toggle_size_md .vc_toggle_icon::after{
    height: 15px !important;
    width: 1px !important;
}
.vc_toggle_title>h4{
    font-size: 32px;
    line-height: 1.2;    
    cursor: pointer;
}
.vc_toggle_content{
    margin: 15px 50px 0 0 !important;
    padding: 0 !important;
}
.vc_toggle{
    padding-left: 20px;
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #7C6F63;
}
.vc_toggle_content p{
    margin-bottom: 15px;
}
.vc_toggle_content p strong{    
    font-weight: 600;
    color: #313132;
}
.vc_toggle_content p a{
    color: #1D252D;
    text-decoration: underline;
}
.vc_toggle_content p:last-of-type{
    margin-bottom: 0;
}
.vc_toggle_simple .vc_toggle_icon::after, 
.vc_toggle_simple .vc_toggle_icon::before{
    background-color: #313132;
}
.vc_toggle_size_md .vc_toggle_icon::after{
    height: 22px !important;
}
.vc_toggle_size_md .vc_toggle_icon::before{
    width: 22px !important;
}

/* ============================================== */
/* =============== about page styles ============ */
/* ============================================== */

/* The Legend Block */
.legend-info-content h2{
    font-size: 48px;
    margin-bottom: 15px;
}
.legend-info-content p{
    margin-bottom: 25px;
}
.legend-info-content p:last-of-type{
    margin-bottom: 0;
}
.legend-info-image{
    text-align: center;
}
.legend-info-image img{
    max-width: 80%;
}

/* Blockquote Block */
.blockquote-item blockquote{
    margin: 0;
    padding: 0 50px;    
    border-left: 1px solid #7C6F63;
}
.blockquote-item h3{
    font-size: 38px;
    font-weight: 300;
    font-style: italic;
}

/* Info Block Simple */
.info-block-simple-content h2{
    font-size: 32px;
    margin: 20px 0 15px 0;
}
.info-block-simple-content p{    
    margin-bottom: 15px;
}
.info-block-simple-content p:last-of-type{
    margin-bottom: 0;
}
.info-block-simple-content strong{
    color: #6C4932;
    font-weight: 600;
}

/* Simple Image */
.simple-image{
    height: auto;
}
.simple-image img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center center;
}

/* Icons Box */
.icon-block-item{
    padding: 40px 20px;
    border-radius: 20px;
    background-color: #F7F3EE;
}
.icon-block-image img{
    width: 80px;
    height: 80px;
}
.icon-block-content{
    margin-top: 20px;
}
.icon-block-content h4{
    font-size: 24px;
    margin-bottom: 10px;
}


.dinning-map{
    overflow: hidden;
    position: relative;
    top: 46px;
}
.dinning-map iframe{
    margin-top: -46px;
    height: 600px;
    border: none;
    box-shadow: none;
}



/* ============================================== */
/* ================ blog page styles ============ */
/* ============================================== */

/* Archive Page */
.home-posts .site-post{
    margin-top: 50px;
    margin-bottom: 0;
}
.posts-page{
    padding-top: 70px;
    padding-bottom: 70px;
}
.posts-general-year h2{
    font-size: 28px;
}
.site-post a{
    color: #313132;
    text-decoration: none;
}
.site-post{
    display: flex;
    align-items: center;
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #D5D5D5;
}
.site-post:last-of-type{
    margin-bottom: 0;
}
.post-image{
    margin-right: 50px;
}
.post-image figure{
    width: 350px;
    height: 250px;    
}
.post-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;    
    object-position: center center;
}
.post-date{
    margin: 0 0 10px 0;
    color: #6C4932;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.post-title h2{
    font-size: 36px;
    margin: 0 0 15px 0;
}
.post-excerpt{
    margin-bottom: 25px;
}
.post-link{
    display: flex;
}
.post-link a{
    color: #6C4932;       
    position: relative;
    padding: 0 35px 15px 10px;
    display: flex;
    align-items: center;     
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;        
    text-transform: uppercase;    
    background-color: transparent;   
    background-repeat: no-repeat;
    background-size: 17px 20px;
    background-position: 96% 0;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 20'%3E%3Cg clip-path='url(%23arrow__a)' fill='%236C4932'%3E%3Cpath d='M8.76 0h1.457c-.583 5.926 3.888 9.136 6.196 10C10.29 8.815 8.76 2.84 8.76 0Z'/%3E%3Cpath d='M8.76 20h1.458c-.583-5.926 3.887-9.136 6.196-10l-16.4-.74v1.851l16.4-1.11C10.29 11.184 8.76 17.16 8.76 20Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='arrow__a'%3E%3Cpath fill='%23fff' d='M0 0h16.497v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.post-link a::after{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';    
    height: 1px;
    width: 100%;    
    background-color: #6C4932;    
}
.page-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-pagination span.current{
	color: rgba(184, 160, 133, 1);
}
.page-pagination a.prev,
.page-pagination a.next{    
    border-radius: 50%;
    text-indent: -99999px;
    border: 1px solid #D5D5D5;
    background-size: 16px 16px;
    background-repeat: no-repeat;        
    background-position: center center;
}
.page-pagination a.prev{    
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.795 0h1.458c0 2.84-1.53 8.815-7.653 10 2.308-.864 6.779-4.074 6.195-10Zm0 20h1.458c0-2.84-1.53-8.815-7.652-10L18 11.111V9.26L1.6 10c2.308.864 6.779 4.074 6.196 10Z' fill='%23313132'/%3E%3C/svg%3E");
}
.page-pagination a.next{   
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.204 0h-1.457c0 2.84 1.53 8.815 7.653 10-2.308-.864-6.779-4.074-6.195-10Zm0 20h-1.457c0-2.84 1.53-8.815 7.652-10L2 11.111V9.26l16.4.74c-2.308.864-6.779 4.074-6.196 10Z' fill='%23313132'/%3E%3C/svg%3E");
}
.page-pagination a:hover{
    color: rgba(184, 160, 133, 1);
}
.page-pagination a,
.page-pagination span{    
	display: flex;
    align-items: center;
    justify-content: center;	
	color: #1C1C1F;
	font-size: 16px;
    font-weight: 400;
    margin: 70px 10px 0 10px;	
    width: 30px;
    height: 30px;    
	text-align: center;
    text-decoration: none;    
}

/* Single Page */
.single-post .nav-logo-light{
    display: none;
}
.single-post .nav-logo-dark{
    display: block !important;
}
.single-post .search-icon svg path,
.single-post .menu-open-mobile svg path,
.single-post .search-close-icon svg path{
    fill: #313132;
}
.single-post .search-form-open input.search-field{
    color: #313132;
    border-color: #313132;
}
.single-post input.search-field::placeholder{
    color: #313132;
    opacity: 1;
}
.single-post input.search-field:-ms-input-placeholder{
    color: #313132;
}
.single-post input.search-field::-ms-input-placeholder{
    color: #313132;
}
.single-post .main-header-fixed .nav-logo-light{
    display: block;
}
.single-post .main-header-fixed .nav-logo-dark{
    display: none !important;
}
.single-post .main-header-fixed .search-icon svg path,
.single-post .main-header-fixed .menu-open-mobile svg path,
.single-post .main-header-fixed .search-close-icon svg path{
    fill: #ffffff;
}

.single-post .nav-menu-lang .wpml-ls-legacy-dropdown a{
	color: #313132 !important;
	border-color: #313132 !important;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 18 18"><circle cx="9" cy="9" r="8.5" stroke="%23313132"/><path d="M13 9c0 2.425-.492 4.595-1.265 6.14C10.947 16.716 9.95 17.5 9 17.5c-.951 0-1.947-.784-2.735-2.36C5.492 13.595 5 11.424 5 9c0-2.424.492-4.595 1.265-6.14C7.053 1.284 8.05.5 9 .5c.951 0 1.947.784 2.735 2.36C12.508 4.405 13 6.576 13 9ZM9.18 0v18M.72 9h16.74" stroke="%23313132"/></svg>') !important;
}
.single-post .nav-menu-lang .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, 
.single-post .nav-menu-lang .wpml-ls-legacy-dropdown a:focus, 
.single-post .wpml-ls-legacy-dropdown a:hover{
	color: #313132 !important;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 18 18"><circle cx="9" cy="9" r="8.5" stroke="%23313132"/><path d="M13 9c0 2.425-.492 4.595-1.265 6.14C10.947 16.716 9.95 17.5 9 17.5c-.951 0-1.947-.784-2.735-2.36C5.492 13.595 5 11.424 5 9c0-2.424.492-4.595 1.265-6.14C7.053 1.284 8.05.5 9 .5c.951 0 1.947.784 2.735 2.36C12.508 4.405 13 6.576 13 9ZM9.18 0v18M.72 9h16.74" stroke="%23313132"/></svg>') !important;
}

.single-post .main-header-fixed .nav-menu-lang .wpml-ls-legacy-dropdown a{
	color: #fff !important;
	border-color: #fff !important;
	background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Ccircle cx='9' cy='9' r='8.5' stroke='%23FFFDF9'/%3E%3Cpath d='M13 9c0 2.425-.492 4.595-1.265 6.14C10.947 16.716 9.95 17.5 9 17.5c-.951 0-1.947-.784-2.735-2.36C5.492 13.595 5 11.424 5 9c0-2.424.492-4.595 1.265-6.14C7.053 1.284 8.05.5 9 .5c.951 0 1.947.784 2.735 2.36C12.508 4.405 13 6.576 13 9ZM9.18 0v18M.72 9h16.74' stroke='%23FFFDF9'/%3E%3C/svg%3E") !important;
}

.single-post .main-header-fixed .nav-menu-lang .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, 
.single-post .main-header-fixed .nav-menu-lang .wpml-ls-legacy-dropdown a:focus, 
.single-post .main-header-fixed .wpml-ls-legacy-dropdown a:hover{
	color: #ffffff !important;
	background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Ccircle cx='9' cy='9' r='8.5' stroke='%23FFFDF9'/%3E%3Cpath d='M13 9c0 2.425-.492 4.595-1.265 6.14C10.947 16.716 9.95 17.5 9 17.5c-.951 0-1.947-.784-2.735-2.36C5.492 13.595 5 11.424 5 9c0-2.424.492-4.595 1.265-6.14C7.053 1.284 8.05.5 9 .5c.951 0 1.947.784 2.735 2.36C12.508 4.405 13 6.576 13 9ZM9.18 0v18M.72 9h16.74' stroke='%23FFFDF9'/%3E%3C/svg%3E") !important;
}
.single-post .main-header-fixed .nav-menu-lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a{
	color: #313132 !important;
}

.single-post .main-header-fixed .search-form-open input.search-field{
    color: #ffffff;
    border-color: #ffffff;
}
.single-post .main-header-fixed input.search-field::placeholder{
    color: #ffffff;
    opacity: 1;
}
.single-post .main-header-fixed input.search-field:-ms-input-placeholder{
    color: #ffffff;
}
.single-post .main-header-fixed input.search-field::-ms-input-placeholder{
    color: #ffffff;
}





.single-post .bottom-header{
    border-bottom: 1px solid #C4C4C4;
}
.post-single-content{
    padding-bottom: 55px;
}
.post-single-header{
    padding: 160px 0 70px 0;
    background-color: #f9f7f5;
}
.post-single-header h1{
    font-size: 42px; 
    margin-top: 25px;
}
.post-single-header p{    
    margin: 15px 0 0 0;    
    color: #6C4932;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.post-single-image figure{
    height: 60vh;
}
.post-single-image img{
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: center center;
}
.post-single-text{
    margin-top: 70px;
}
.post-single-text h1,
.post-single-text h2,
.post-single-text h3,
.post-single-text h4,
.post-single-text h5,
.post-single-text h6{
    margin-bottom: 15px;
}
.post-single-text p{
    margin-bottom: 15px;
    line-height: 1.8;
}
.post-single-text a{
    color: #6C4932;
    text-decoration: underline;
}
.post-single-text iframe{
    width: 100% !important;
    height: 500px !important;
}
.post-single-text .gallery-columns-1{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.post-single-text img{
	max-width: 100%;
    height: auto;
}
.post-single-text .gallery{
    margin-bottom: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.post-single-text .gallery img{
    max-width: 100%;
    height: auto;
}
.post-single-text .gallery-columns-2 .gallery-item{
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 5px;
}
.post-single-text .gallery-columns-3 .gallery-item{
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    margin-bottom: 5px;
}
.post-single-text .gallery-columns-4 .gallery-item{
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 5px;
}
.post-single-text .gallery-columns-5 .gallery-item{
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin-bottom: 5px;
}
.post-single-text ul{
    margin: 0 0 15px 0;
    padding: 0 0 0 20px;
}
.post-single-text li{
    margin-bottom: 15px;
    line-height: 1.8;
}

/* ============================================== */
/* ================ rooms page styles =========== */
/* ============================================== */

/* Rooms */
.rooms-page{
    padding-top: 70px;
    padding-bottom: 70px;
}
.room-item{
    margin-bottom: 70px;
}
.room-item:last-of-type{
    margin-bottom: 0;
}
.room-item:nth-child(even) .site-row{
    flex-direction: row-reverse;
}
.room-item:nth-child(even) .room-content{
    padding-left: 0;
    padding-right: 70px;
}
.room-content{
    padding-left: 70px;
}
.room-image figure{
    height: 70vh;
}
.room-image figure img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 100% 100%;
}
.room-title a{
    color: #1D1D1F;
    text-decoration: none;
}
.room-title h2{
    font-size: 42px;
    margin: 0 0 20px 0;
    line-height: 1.2;
}
.room-content .site-button{
    margin-top: 30px;
}


/* ============================================== */
/* ============== contact page styles =========== */
/* ============================================== */

/* New Contact Block */
.contact-box-items-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
	row-gap: 30px;
}
.contact-box-item h3{
	font-size: 24px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #7C6F63;
}
.contact-box-item a{
	text-decoration: none;
	color: #6C4932;
	border-bottom: 1px solid #6C4932;
}
.contact-box-item p{
	margin-bottom: 15px;
}
.contact-box-item p:last-of-type{
	margin-bottom: 0;
}

/* Reservation Block */
.reservation-block-content h2,
.reservation-block-socials h2{
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.reservation-block-content{
    margin-bottom: 35px;
}
.reservation-block-content address{
    font-style: normal;
    line-height: 1.8;
    margin-bottom: 20px;
}
.reservation-block-content strong{
    font-weight: 600;
}
.reservation-block-content a{
    display: block;
    color: #5A8E4F;
    margin-top: 5px;
    text-decoration: none;
}
.reservation-block-socials ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.reservation-block-socials ul li{
    margin-right: 10px;
    display: inline-block;
}
.reservation-block-socials ul li a{
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    border: 1px solid #E5E5E5;
}
.reservation-block-socials ul li a:hover{
    background-color: #1D1D1F;
    border-color: #1D1D1F;
}
.reservation-block-socials ul li a:hover svg path{
    fill: #ffffff;
}
.reservation-block-socials ul li:last-of-type{
    margin-right: 0;
}
.reservation-block-socials ul li svg{
    width: auto;
    height: 15px;
}
.reservation-block-socials ul li svg path{
    fill: #1D1D1F;
}

/* ============================================== */
/* ================ contact page -=============== */
/* ============================================== */

/* contact details block */
.contact-block-inner .contact-block-item{
    margin-bottom: 35px;
}
.contact-block-inner .contact-block-item:last-of-type{
    margin-bottom: 0;
}
.contact-block-content h4{
    font-size: 28px;    
    margin-bottom: 5px;
}
.contact-block-content p a{
    color: #313132;
    text-decoration: underline;
}
.contact-map iframe{
    width: 100%;
    height: 600px;
    margin: 0 0 -5px 0;
    -webkit-filter: grayscale(100%);
}

/* accordions block */
.accordions-block{
    margin: 0;
    padding: 0;    
    list-style: none;
}
.accordions-block .accordion-item:first-of-type{
    padding-top: 0;
}
.accordion-item{
	padding: 20px 0;
	border-bottom: 1px solid #7C6F63;
}
.accordion-title{
	position: relative;	
	margin: 0;
	padding: 0;
	cursor: pointer;    
}
.accordion-title h4{
    font-size: 28px;    
}
.accordion-title{
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: center right;    
	background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23313132' d='M11 0h2v24h-2z'/%3E%3Cpath fill='%23313132' d='M0 13v-2h24v2z'/%3E%3C/svg%3E");
}
.accordion-item.is-active .accordion-title{
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: center right;    
	background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 2'%3E%3Cpath fill='%23313132' d='M0 2V0h24v2z'/%3E%3C/svg%3E");
}
.accordion-content{	
	display: none;
    margin-top: 20px;
}
.accordion-content p{
    margin-bottom: 15px;
}
.accordion-content p:last-of-type{
    margin-bottom: 0;
}
.accordion-content p a{
    color: #313132;
    text-decoration: underline;
}
.accordion-content p strong{
    color: #6C4932;
    font-weight: 600;
}


/* ============================================== */
/* ============= woocommerce styles ============= */
/* ============================================== */

/* Shop General */
.woocommerce-cart .page-content,
.woocommerce-checkout .page-content{
    padding-top: 70px;
    padding-bottom: 70px;
}
.woocommerce a.button{
    display: inline-block !important; 
    padding: 20px 40px !important;
    color: #6C4932 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border-radius: 0 !important;
    text-decoration: none !important;    
    text-transform: uppercase !important;
    border: 1px solid #6C4932 !important;
    background-color: transparent !important;
}
.woocommerce a.button:hover{
    color: #ffffff;
    background-color: #6C4932;
}
.woocommerce .cart-empty{
    text-align: center;
}
.woocommerce .return-to-shop{
    text-align: center;
}

/* Shop Messages */
.woocommerce-notices-wrapper{
    position: relative;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.woocommerce-message{
    border: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
}
.woocommerce-notices-wrapper a.button,
.woocommerce-notices-wrapper a{
    color: #6C4932 !important;
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
    width: auto !important;
    float: right !important;
    border: none !important;
    text-decoration: underline !important;
    line-height: normal !important;
}
.woocommerce-message::before,
.woocommerce-message::after,
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before,
.woocommerce-error::after,
.woocommerce-info::after,
.woocommerce-message::after{
    content: none;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message{
    color: #1C1C1F;
    font-size: 16px;
    padding: 0;
    margin: 0 0 15px 0;
    border: none;
    background-color: transparent;
}
.woocommerce-lost-password .woocommerce .woocommerce-error{
    color: #E6130F;
}
.woocommerce-lost-password .woocommerce .woocommerce-message,
.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-message{
    color: #1ADA43;
}

/* Checkout & Billing Page */

.woocommerce-checkout .nav-menu-lang .wpml-ls-current-language a,
.woocommerce-checkout .nav-menu-lang .wpml-ls-current-language:hover>a{        
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 18 18"><circle cx="9" cy="9" r="8.5" stroke="%23313132"/><path d="M13 9c0 2.425-.492 4.595-1.265 6.14C10.947 16.716 9.95 17.5 9 17.5c-.951 0-1.947-.784-2.735-2.36C5.492 13.595 5 11.424 5 9c0-2.424.492-4.595 1.265-6.14C7.053 1.284 8.05.5 9 .5c.951 0 1.947.784 2.735 2.36C12.508 4.405 13 6.576 13 9ZM9.18 0v18M.72 9h16.74" stroke="%23313132"/></svg>') !important;
}
.woocommerce-checkout .nav-menu-lang a {
    color: #313132 !important;
    border-color: #313132;
}
.woocommerce-checkout .nav-menu-lang .wpml-ls-current-language:hover>a{
		color: #313132 !important;
}
.woocommerce-checkout .main-header-fixed .nav-menu-lang a{
    color: #ffffff !important;
    border-color: #ffffff !important;
}
.woocommerce-checkout .main-header-fixed .nav-menu-lang .wpml-ls-legacy-dropdown a{
	background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Ccircle cx='9' cy='9' r='8.5' stroke='%23FFFDF9'/%3E%3Cpath d='M13 9c0 2.425-.492 4.595-1.265 6.14C10.947 16.716 9.95 17.5 9 17.5c-.951 0-1.947-.784-2.735-2.36C5.492 13.595 5 11.424 5 9c0-2.424.492-4.595 1.265-6.14C7.053 1.284 8.05.5 9 .5c.951 0 1.947.784 2.735 2.36C12.508 4.405 13 6.576 13 9ZM9.18 0v18M.72 9h16.74' stroke='%23FFFDF9'/%3E%3C/svg%3E") !important;
}
.woocommerce-checkout .main-header-fixed .nav-menu-lang .wpml-ls-current-language:hover>a{
	color: #ffffff !important;
}
.woocommerce-checkout .nav-logo-light,
.woocommerce-cart .nav-logo-light{
    display: none;
}
.woocommerce-checkout .nav-logo-dark,
.woocommerce-cart .nav-logo-dark{
    display: block !important;
}
.woocommerce-checkout .search-icon svg path,
.woocommerce-cart .search-icon svg path,
.woocommerce-checkout .menu-open-mobile svg path,
.woocommerce-cart .menu-open-mobile svg path,
.woocommerce-checkout .search-close-icon svg path,
.woocommerce-cart .search-close-icon svg path{
    fill: #313132;
}
.woocommerce-checkout .search-form-open input.search-field,
.woocommerce-cart .search-form-open input.search-field{
    color: #313132;
    border-color: #313132;
}
.woocommerce-checkout input.search-field::placeholder,
.woocommerce-cart input.search-field::placeholder{
    color: #313132;
    opacity: 1;
}
.woocommerce-checkout input.search-field:-ms-input-placeholder,
.woocommerce-cart input.search-field:-ms-input-placeholder{
    color: #313132;
}
.woocommerce-checkout input.search-field::-ms-input-placeholder,
.woocommerce-cart input.search-field::-ms-input-placeholder{
    color: #313132;
}
.woocommerce-checkout .main-header-fixed .nav-logo-light,
.woocommerce-cart .main-header-fixed .nav-logo-light{
    display: block;
}
.woocommerce-checkout .main-header-fixed .nav-logo-dark,
.woocommerce-cart .main-header-fixed .nav-logo-dark{
    display: none !important;
}
.woocommerce-checkout .main-header-fixed .search-icon svg path,
.woocommerce-checkout .main-header-fixed .menu-open-mobile svg path,
.woocommerce-checkout .main-header-fixed .search-close-icon svg path,
.woocommerce-cart .main-header-fixed .search-icon svg path,
.woocommerce-cart .main-header-fixed .menu-open-mobile svg path,
.woocommerce-cart .main-header-fixed .search-close-icon svg path{
    fill: #ffffff;
}
.woocommerce-checkout .main-header-fixed .search-form-open input.search-field,
.woocommerce-cart .main-header-fixed .search-form-open input.search-field{
    color: #ffffff;
    border-color: #ffffff;
}
.woocommerce-checkout .main-header-fixed input.search-field::placeholder,
.woocommerce-cart .main-header-fixed input.search-field::placeholder{
    color: #ffffff;
    opacity: 1;
}
.woocommerce-checkout .main-header-fixed input.search-field:-ms-input-placeholder,
.woocommerce-cart .main-header-fixed input.search-field:-ms-input-placeholder{
    color: #ffffff;
}
.woocommerce-checkout .main-header-fixed input.search-field::-ms-input-placeholder,
.woocommerce-cart .main-header-fixed input.search-field::-ms-input-placeholder{
    color: #ffffff;
}


.tribe-checkout-backlinks{
    display: none !important;
}
.woocommerce-checkout .blockUI.blockOverlay{
    opacity: 1 !important;
    background: rgba(255,255,255,.5) !important;
}
.woocommerce-checkout .woocommerce-checkout-payment .blockUI.blockOverlay{
    display: none !important;
}
.woocommerce-NoticeGroup-checkout{
    display: none !important;
}
.woocommerce-checkout .woocommerce-error{
    color: #E6130F;
    padding: 0;
    margin: 0;
    border: none; 
    background-color: transparent;
}
.woocommerce-checkout .woocommerce-error strong{
    font-weight: 400;
}
.woocommerce-checkout .woocommerce-error::before,
.woocommerce-checkout .woocommerce-error::after{
    content: none;
}
.woocommerce-checkout .bottom-header,
.woocommerce-account .bottom-header{
    border-bottom: 1px solid #C4C4C4;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box{
    font-size: 16px;
	color: #1C1C1F;
	margin: 0;
	border-radius: 0;
	padding: 0;
	background-color: transparent;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before{
	content: none !important;
}
.woocommerce-checkout #payment div.payment_box p{
    display: none;
}
.woocommerce-checkout .woocommerce-additional-fields{
    padding-top: 15px;
}
.woocommerce .woocommerce-checkout h3{
	font-size: 26px;
    font-weight: normal;
	margin: 0 0 25px 0;
	padding: 0;
}
.woocommerce .woocommerce-checkout .form-row{
	margin: 0;
	padding: 0 0 20px 0;
	display: block;
	flex-wrap: nowrap;
}
.woocommerce .woocommerce-checkout .form-row:last-of-type{
    padding: 0;
}
.woocommerce .woocommerce-checkout label{
	display: inline-block;
	color: #342821;
    font-size: 14px;
    font-weight: 500;    
	margin-bottom: 5px;
    text-transform: uppercase;
}
.woocommerce .woocommerce-checkout label span.required{
	color: #6C4932;
	font-size: 12px;
}
.woocommerce .woocommerce-checkout input.input-text{
    height: 50px;
    line-height: 50px;
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    width: 100%;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #6C4932;    
    background-color: transparent;
}
.woocommerce .woocommerce-checkout textarea{
    height: 100px !important;
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    margin-top: 15px !important;
    width: 100%;    
    resize: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #6C4932;    
    background-color: transparent;
}
.select2-container--default .select2-selection--single{
	height: 40px;
    line-height: 40px;
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 400;
    padding: 0 15px;
    width: 100%;
    border: none;
    border-radius: 0;    
    background-color: #F9F7F5;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	padding: 0;
	margin: 0;
	color: #1E1E1E;
	line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	right: 15px;
	width: auto;
	height: 40px;
}
.select2-dropdown{
    padding: 15px 0;
	border: none;
    border-radius: 0;
    background-color: #F9F7F5;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
	padding: 5px 15px;
	border: none;
	border-radius: 0;
    background-color: F5F6F9;
}
.select2-search--dropdown{
	padding: 0 15px;
    margin-bottom: 15px;
}
.select2-results__option{
	font-size: 16px;
	padding: 5px 10px;
	margin: 0 15px;
	border-radius: 8px;
}
.woocommerce form .form-row .required{
	color: #6C4932;
	font-size: 12px;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select{
    border-color: #6C4932;
}
.woocommerce-password-strength.bad,
.woocommerce-password-strength.short{
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	border-radius: 8px;
	margin-top: 5px;
	background-color: #E6130F;
	border-color: #E6130F;
}
.woocommerce-password-strength.good{
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	border-radius: 8px;
	margin-top: 5px;
	background-color: #FEDE01;
	border-color: #FEDE01;
}
.woocommerce-password-strength.strong{
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	border-radius: 8px;
	margin-top: 5px;
	background-color: #1ADA43;
	border-color: #1ADA43;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input{
	top: 10px;
	right: 15px;
}
.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true]{
	color: #ffffff;
	background-color: #6C4932;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment{
	margin: 0;
	border: none;
	padding: 25px;
	border-radius: 0;
    border: none;
	background: #F9F7F5;
}
#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img{
	height: 20px;
    margin: 0 0 0 10px;
}
.woocommerce-checkout #payment ul.payment_methods li{
    line-height: normal;
    font-size: 18px;
    margin-bottom: 15px;
}
.woocommerce-checkout #payment ul.payment_methods li:last-of-type{
    margin-bottom: 0;
}
.woocommerce-checkout #payment ul.payment_methods li label{
    cursor: pointer;
    margin-bottom: 0
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods{
	padding: 0;
	margin: 0;
	border: none;
}
.woocommerce-checkout #payment ul.payment_methods li input{
    cursor: pointer;
	margin-right: 5px !important;
}
.woocommerce table.shop_table{
	padding: 15px 5px 0 0;
    border: none;
	border-radius: 0;
	background-color: #F9F7F5;
}
.woocommerce table.shop_table strong{
	font-weight: 400;
}
.woocommerce table.shop_table tbody{
    display: block;    
}
.woocommerce table.shop_table tfoot{
    display: block;    
    border-top: 1px solid #E4E7EA;
}
.woocommerce table.shop_table thead{
    display: none;
}
.woocommerce table.shop_table thead th{
	padding: 15px 25px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.woocommerce table.shop_table tbody tr.cart_item{
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
}
.woocommerce table.shop_table tfoot tr{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.woocommerce table.shop_table tbody .product-name{    
    color: #342821;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.woocommerce table.shop_table tbody .product-name strong.product-quantity{
    letter-spacing: 1px;
}
.woocommerce table.shop_table tbody .product-total{
    text-align: right;    
    margin-left: auto;
}
.woocommerce table.shop_table tbody .product-total span{
    color: #342821;
    font-size: 14px;
    font-weight: 500;
}
.woocommerce table.shop_table td.product-remove{
    margin: 0;
    padding: 0;
    top: -2px;    
    right: 4px;
    position: absolute;
}
.woocommerce table.shop_table td a,
.woocommerce table.shop_table tbody th a{
	color: #6C4932 !important;
    width: auto;
    height: auto;
    font-weight: 400;
	padding: 0;
	margin: 0;
	text-decoration: none !important;
	background-color: transparent
}
.woocommerce table.shop_table td a:hover,
.woocommerce table.shop_table tbody th a:hover{
    color: #6C4932 !important;
    background-color: transparent !important;
}
.woocommerce table.shop_table td.product-thumbnail,
.woocommerce table.shop_table tbody .product-name{
    padding-right: 0 !important;
}
.woocommerce table.shop_table tfoot tr.cart-subtotal{
    display: none;
}
.woocommerce table.shop_table tfoot tr.order-total{
    position: relative;
}
.woocommerce table.shop_table tfoot tr.order-total td{
    position: absolute;
    top: 0;
    right: 0;
}
.woocommerce table.shop_table tfoot .cart-discount{
    position: relative;
}
.woocommerce table.shop_table tfoot .cart-discount td{
    display: flex;
}
.woocommerce table.shop_table .woocommerce-remove-coupon{
    position: absolute;
    top: 17px;
    right: 5px;
    font-size: 0;
    width: 12px;
    height: 12px;    
}
.woocommerce table.shop_table .woocommerce-remove-coupon::before{
    content:'';
    width: 12px;
    height: 12px;
    display: block;
    background: url('assets/images/remove_icon.svg') no-repeat;
}
.woocommerce table.shop_table td.product-thumbnail img{
    padding: 0 !important;
    margin: 0 !important;
    object-fit: cover !important;
    height: 80px !important;
    width: 80px !important;
    max-width: 80px !important;
    object-position: center center !important;
}
.order-number,
.order-date,
.order-status{
	color: #ffffff;
	background-color: #6C4932;
}
.woocommerce-orders-table tbody td.woocommerce-orders-table__cell-order-actions,
.woocommerce-orders-table thead th.woocommerce-orders-table__header-order-actions{
	display: none;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table tbody th{
	font-size: 16px;
	font-weight: 400;
	border-top: none;
	padding: 0 25px 15px 25px;
	line-height: normal;
}
.woocommerce table.shop_table tfoot td strong{
	font-weight: 500 !important;
}
.woocommerce table.shop_table tfoot th{
	display: block;
    font-weight: 500 !important;
	margin-right: -2px !important;
}
.woocommerce table.shop_table tfoot td{
    font-weight: 500 !important;
}
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th{
	color: #342821;
    font-size: 14px;
    font-weight: 500;
	padding: 15px 25px;
	margin: 0;
	border: none;
	line-height: normal;
    text-transform: uppercase;
}
.woocommerce table.shop_table tfoot tr.cart-discount th,
.woocommerce table.shop_table tfoot tr.cart-discount td{
    color: #6C4932;
    padding-bottom: 0;
}
.woocommerce-form-coupon-toggle{
    display: none !important;
}
.woocommerce-checkout form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-message{
    color: #1ADA43;
}
.woocommerce-checkout form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-error{
    margin-bottom: 10px;
}
.woocommerce form.checkout_coupon{
    display: block !important;
    padding: 25px;
    margin: 0 0 25px 0;		
    border-radius: 0;
    border: none;
    background: #F9F7F5;
}
.woocommerce form.checkout_coupon .form-row{
	float: left;
	width: 25%;
	margin: 0;
    padding: 0;
}
.woocommerce form.checkout_coupon .form-row:last-of-type{
    margin: 0 0 0 5%;
    width: 25%;
}
.woocommerce form.checkout_coupon p{    
    font-size: 16px;
    color: #525252;
    padding: 0;
    margin: 0 0 15px 0;
    line-height: 1.6;
}
.woocommerce form.checkout_coupon input{
    height: 45px !important;
    line-height: 45px !important;
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    width: 100%;
    border-radius: 0;
    border: none;
    background-color: transparent !important;
}
.woocommerce form.checkout_coupon button.button{
    color: #ffffff !important;
    font-family: 'Gotham';
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    height: 45px;
    padding: 0;
    line-height: 45px;
    border-radius: 0;
    text-decoration: none;
    border: none;
    width: 100%;
    margin-bottom: 0;
    letter-spacing: 0;
    text-transform: uppercase;
    background-color: #6C4932;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.woocommerce form.checkout_coupon button.button::after{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';    
    height: 1px;
    width: 100%;    
    border-radius: 0;
    background-color: #6C4932;   
}
.woocommerce-form-coupon-toggle .woocommerce-info{
    color: #000000;
    font-size: 18px;
	border: none;
	padding: 0;
    display: block;
	margin-bottom: 0;
	border-radius: 0;
    background-color: transparent;
}
.woocommerce-form-coupon-toggle .woocommerce-info a{
    font-size: 18px;
    color: #6C4932;
	text-decoration: none;
}
.woocommerce-form-coupon-toggle .woocommerce-info::before,
.woocommerce-form-coupon-toggle .woocommerce-info::after{
	content: none;
}
.woocommerce-checkout form.woocommerce-checkout{
	padding: 0;
    margin: 0 -15px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.woocommerce-checkout form.woocommerce-checkout .col2-set{
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%;
    margin-left: 20%;
}
.woocommerce-checkout form.woocommerce-checkout .woocommerce-checkout-review-order{
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%;
    margin-left: 20%;
    margin-top: 15px;
}
.woocommerce-checkout form.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout form.woocommerce-checkout .col2-set .col-2{
	padding: 0 !important;
	float: none !important;
	width: 100% !important;
	-ms-flex: 0 0 100% !important;
	flex: 0 0 100% !important;
	max-width: 100% !important;
}
.woocommerce-checkout form.woocommerce-checkout #checkout-radio .woocommerce-input-wrapper{
	padding: 25px;
	display: block;
	border-radius: 8px;
	background-color: #f7f8fa;
}
.woocommerce-checkout form.woocommerce-checkout #checkout-radio .woocommerce-input-wrapper input{
	float: left;
}
.woocommerce-checkout form.woocommerce-checkout #checkout-radio .woocommerce-input-wrapper label{
	cursor: pointer;
	padding: 0;
	margin: 0;
}
.woocommerce-checkout form.woocommerce-checkout input[type="radio"]{
	background-color: transparent !important;
	border: 1px solid #C4C4C4 !important;
	border-radius: 50% !important;
	cursor: pointer !important;
	display: inline-block !important;
	height: 18px !important;
	margin-right: 10px !important;
	margin-top: 0 !important;
    margin-bottom: -4px !important;
	position: relative !important;
	width: 18px !important;
	-webkit-appearance: none !important;
}
.woocommerce-checkout form.woocommerce-checkout input[type="radio"]:after{
	background-color: transparent;
	border-radius: 25px;
	content: '';
	display: block;
	height: 10px;
	left: 3px;
	position: relative;
	top: 3px;
	width: 10px;
}
.woocommerce-checkout form.woocommerce-checkout  input[type="radio"]:checked:after{
    background-color: #6C4932 !important;
}
.woocommerce-checkout form.woocommerce-checkout input[type=file]:focus,
.woocommerce-checkout form.woocommerce-checkout input[type=radio]:focus,
.woocommerce-checkout form.woocommerce-checkout input[type=checkbox]:focus{
 	outline: 0; outline-style:none; outline-width:0;
}
.woocommerce-checkout #payment .woocommerce-privacy-policy-text{
    margin-top: 10px;
}
.woocommerce-checkout #payment div.form-row{
	padding: 0;
	margin: 0;
}
.woocommerce-checkout #payment div.form-row p{
    font-size: 16px;
    color: #313132;
	padding: 0;
    margin: 0;
    line-height: 1.6;
}
.woocommerce-checkout #payment div.form-row p a{
	color: #6C4932;
    text-decoration: underline;
}
.woocommerce-checkout #payment .validate-required{
    margin: 10px 0 !important;    
}
.woocommerce-checkout #payment .validate-required label{
    font-weight: normal;
    font-size: 16px;
}
.woocommerce-checkout #payment .validate-required span{
    text-transform: none !important;
}
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce #payment #place_order:active,
.woocommerce-page #payment #place_order:active,
.woocommerce #payment #place_order:focus,
.woocommerce-page #payment #place_order:focus{
	background-color: #6C4932 !important;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order{
    color: #ffffff !important;
    font-family: 'Gotham';
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    height: 55px;
    float: none;
    padding: 0;
    line-height: 55px;
    border-radius: 0;
    text-decoration: none;
    border: none;
    width: 100%;
    margin-bottom: 0;
    letter-spacing: 0;
    text-transform: uppercase;
    background-color: #6C4932;
    background-repeat: no-repeat;
    background-size: 17px 20px;
    background-position: 95% center;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 20'%3E%3Cg clip-path='url(%23arrow__a)' fill='%23FFFDF9'%3E%3Cpath d='M9.511 0h1.458c-.583 5.926 3.888 9.136 6.196 10C11.042 8.815 9.51 2.84 9.51 0Zm0 20h1.458c-.583-5.926 3.887-9.136 6.196-10l-16.4-.74v1.851l16.4-1.11C11.041 11.184 9.51 17.16 9.51 20Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='arrow__a'%3E%3Cpath fill='%23fff' transform='translate(.751)' d='M0 0h16.497v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");         
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.woocommerce-invalid #terms{
	outline: none;
	outline-offset: 0;
}
.woocommerce form .form-row.woocommerce-invalid label{
	color: #E6130F;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select{
    border-color: #E6130F;
}
.woocommerce-billing-fields__field-wrapper{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper input{
    position: absolute;
    opacity: 0;
    padding: 0;
    margin: 0;
}
.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper input + span{
    position: relative;
    cursor: pointer;
    padding: 0;
}
.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper input + span::before{
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 18px;
    height: 18px;
    background: transparent;
    border: 1px solid #C4C4C4;    
}
.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper input:checked + span::before{
    background: #6C4932;
    border: none;
}
.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper input:checked + span::after{
    content: '';
    position: absolute;
    left: 4px;
    top: 8px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 
    2px 0 0 white,
    4px 0 0 white,
    4px -2px 0 white,
    4px -4px 0 white,
    4px -6px 0 white,
    4px -8px 0 white;
    transform: rotate(45deg);
}
#billing_country_field{
    display: none;
}
.woocommerce-billing-fields__field-wrapper .form-row{
	padding-left: 15px !important;
	padding-right: 15px !important;
	float: none !important;
	width: 100% !important;
	-ms-flex: 0 0 50% !important;
	flex: 0 0 50% !important;
	max-width: 50% !important;
}
.woocommerce-checkout .woocommerce-NoticeGroup{
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
ul.paynet-awailable-options.active{
	display: none !important;
}
.toggle-paynet-options{
    display: none !important;
}
.woocommerce-checkout .blockUI.blockOverlay{
    opacity: 1 !important;
    background: rgba(0,0,0,.2) !important;
}
.woocommerce-checkout .blockUI.blockOverlay::before{
    border: 5px solid #f3f3f3 !important;
    border-radius: 50% !important;
    border-top: 5px solid #6C4932 !important;
    width: 50px !important;
    height: 50px !important;
    background-image: none !important;
    -webkit-animation: spin 2s linear infinite !important;
    animation: spin 2s linear infinite !important;
    background-color: transparent !important;
}

/* Order Received */
.woocommerce-order-received .woocommerce{
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.woocommerce-order-details h2.woocommerce-order-details__title,
.woocommerce-customer-details h2.woocommerce-column__title{
    font-size: 26px;
    font-weight: normal;
    margin: 0 0 20px 0;
    padding: 0;
}
.woocommerce table.shop_table td.woocommerce-table__product-name a{
	pointer-events: none;
	color: #000000;
	text-decoration: none;
}
.woocommerce-order-received .woocommerce-order-details .woocommerce-table tbody tr{
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce ul.order_details{
    display: flex;
	padding: 0;
    align-items: center;
    justify-content: center; 
	margin: 35px auto;	
}
.woocommerce ul.order_details li{
    padding: 0;
    margin: 0 35px;
    font-size: 14px;
    font-weight: 500;
    border: none;    
    text-transform: uppercase;    	
}
.woocommerce ul.order_details li:last-of-type{
    margin-bottom: 0;
    padding-bottom: 0;    
}
.woocommerce ul.order_details li strong{
    font-size: 16px;
    font-weight: 400;
    color: #6C4932;
    margin-top: 10px;
}
.woocommerce .woocommerce-order-details{
	padding: 25px 0 0 0;
	margin: 0;
}
.woocommerce-order-received .woocommerce-customer-details{
	padding: 25px 0 0 0;
	margin: 0;
}
.woocommerce-order-received address{
    font-size: 16px;
    line-height: 1.6;
	padding: 15px 25px !important;
	margin: 0 !important;
    border: none !important;
	border-radius: 0 !important;
    background-color: #F9F7F5 !important;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before{
    content: none;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone{
    padding-left: 0;
}
.woocommerce-order-received .woocommerce-order{    	
    text-align: center;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details,
.woocommerce-order-received .woocommerce-order .woocommerce-customer-details{
    display: none;
}
.woocommerce table div.tribe-event-details,
.woocommerce table .tribe-attendee-meta td{
    font-size: 14px !important;
}


/* ============================================== */
/* ================ footer styles =============== */
/* ============================================== */

/* Chat Button */
.chat-button {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
    z-index: 1000;
}

.main-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #957f69;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}

.main-circle svg{
    width: 25px;
    height: 25px;
}

.circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.circle svg{
    width: 40px;
    height: 40px;
}

#telegram {
    transform: translate(-70px, -10px);
}

#viber {
    transform: translate(-50px, -60px);
}

#whatsapp {
    transform: translate(-10px, -70px);
}

.show .circle {
    opacity: 1;
    visibility: visible;
}

.show #telegram {
    transform: translate(-80px, -10px);
}

.show #viber {
    transform: translate(-60px, -62px);
}

.show #whatsapp {
    transform: translate(-10px, -90px);
}

/* Footer */
.main-footer{
    background-color: #332721;
}
.footer-top{
    padding-top: 70px;
    padding-bottom: 70px;
}
.footer-top .site-row .site-col-3:nth-child(1){
    border-left: none;
}
.footer-top .site-row .site-col-3{
    border-left: 1px solid rgba(184, 160, 133, 0.5);
}
.footer-logo img{
    height: 100px;
    width: auto;
}
.footer-logo{
    margin-bottom: 30px;
}
.footer-contacts p{
    font-size: 14px;
    line-height: 2;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.7);
}
.footer-contacts a{
    text-decoration: none;    
    color: rgba(184, 160, 133, 0.7);        
    border-bottom: 1px solid rgba(184, 160, 133, 0.5);
}
.footer-contacts a:hover{
    color: rgba(184, 160, 133, 1);    
}
.footer-navigation h4{
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(184, 160, 133, 0.5);
}
.footer-navigation ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-navigation ul li{
    margin-bottom: 10px;
}
.footer-navigation ul li:last-of-type{
    margin-bottom: 0;
}
.footer-navigation ul li a{
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;    
}
.footer-navigation ul li a:hover{
    color: rgba(184, 160, 133, 1);    
}
.footer-bottom{
    padding: 20px 0;
    border-top: 1px solid rgba(184, 160, 133, 0.5);
}
.footer-copyright p{
    font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
}
.footer-payments{
    text-align: right;
}
.footer-payments img{
    width: auto;
    height: 20px;        
}

/* ============================================== */
/* ================ responsive styles =========== */
/* ============================================== */

@media (max-width: 1440px) {

    .site-container{
        max-width: 1300px;
    }   
    .main-nav{
        padding: 20px 35px;
    }
    .letter-block-letter svg{
        height: 250px;
    }
    .letter-block-image{
        height: 270px;
    }    

}/*end*/

@media (max-width: 1300px) {

    .site-container{
        max-width: 1200px;
    }
    .main-nav{
        padding: 15px 25px;
    }
    .nav-logo a,
    .nav-logo img{
        height: 55px;
    }
    .nav-menu ul{
        padding: 0 20px;
    }
    .nav-menu ul li{
        margin-right: 15px;
    }
    .letter-block-letter svg{
        height: 230px;
    }
    .letter-block-image{
        height: 250px;
    }
    .search-form-open{
        width: 150px;
    }
    .search-close-icon svg{
        height: 12px;
    }
    .search-form-open input.search-field{
        padding: 0 20px;
    }
    .site-header-content h1{
        font-size: 56px;
    }
    .wine-item-image figure{
        height: 300px;
    }
    .wine-summit-icon img{
        width: 50px;
        height: 50px;
    }
    .events-by-year-month-content{
        padding: 10px;
    } 
    .events-by-year-month-list p a{
        font-size: 11px;
    }
    .single-tribe_events .main-content{
        margin-top: 85px;
    }
    .no-result-page h1{
        font-size: 36px;
    }

}/*end*/

@media (max-width: 1200px) {
   
    .main-nav{
        padding: 15px;
    }
    .nav-logo a,
    .nav-logo img{
        height: 50px;
    }
    .nav-menu ul li{
        margin-right: 13px;
    }
    .nav-menu ul{
        padding: 0 15px;
    }
    .nav-menu ul li.menu-item-has-children>a{
        padding-right: 12px;
    }    
    .nav-tools{
        gap: 15px;
    }
    .nav-menu-lang .wpml-ls-legacy-dropdown a{
        padding: 5px 8px 5px 25px;
        font-size: 11px;
        background-size: 14px 14px;
    }
    .hero-caption-content h1{
        font-size: 56px;
    }
    .mobile-menu-logo img, .mobile-menu-logo{
        height: 85px;    
    }
    .mobile-menu-content ul li a{
        font-size: 32px;
    }
    .site-row-p70x{
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .site-row-pt70x{
        padding-top: 35px;        
    }
    .site-row-pb70x{
        padding-bottom: 35px;        
    }
    .wine-tours-block{
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .wine-tours-block-header{
        padding-bottom: 35px;
    }
    .wine-series-carousel-content h2{
        font-size: 36px;
    }
    .info-block-content h2{
        font-size: 36px;
    }
    .wine-tours-block-header h2{
        font-size: 52px;
    }
    .restaurant-cta-content h2{
        font-size: 52px;
    }
    .restaurant-cta-image{
        height: 550px;
    }
    .footer-top{
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .footer-logo img{
        height: 80px;
    }   
    .marquee-wrapper{
        margin-top: 35px;
    }
    .site-header-image figure{
        height: 50vh;
    }
    .search-items-list{
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .page-pagination a, 
    .page-pagination span{
        margin: 35px 10px 0 10px;
    }
    .site-heading h2{
        font-size: 42px;
    }
    .legend-info-content h2{
        font-size: 42px;
    }
    .site-row-p35x{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .site-row-pt35x{
        padding-top: 25px;
    }
    .site-row-pb35x{
        padding-bottom: 25px;
    }
    .wine-category-description{
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .wine-category-wines{
        padding-top: 35px;
    }
    .wine-item{
        padding-bottom: 35px;
    }
    .wine-single-header-title h1{
        font-size: 36px;
    }
    .wine-single-header{
        padding-top: 120px;
        padding-bottom: 50px;
    }
    .wine-single-header-image figure{
        height: 400px;
    }
    .wine-single-related-details{
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .wine-single-related-title h3{
        font-size: 36px;
    }
    .wine-tours-page-item{
        margin-bottom: 35px;
    }
    .wine-tours-page-item-image figure{
        height: 450px;
    }
    .wine-tours-page-item-content h2{
        font-size: 36px;
    }
    .image-gallery-carousel{
        margin-top: 35px;
    }
    .carousel-item figure{
        height: 45vh;
    }
    .image-gallery-carousel .slick-next{
        right: 15px;
    }
    .image-gallery-carousel .slick-prev{
        left: 15px;
    }
    .facilities-block{
        padding-top: 35px;
    }
    .book-room-content h2{
        font-size: 36px;
    }   
    .events-by-year-title h2{
        font-size: 36px;
    }  
    .events-by-year-month{
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    } 
    .single-tribe_events .main-content{
        margin-top: 80px;
    }   
    .event-page-content .tribe-events-schedule{
        padding-bottom: 15px;
    }
    .posts-page{
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .post-single-header{
        padding-top: 125px;
        padding-bottom: 35px;
    }
    .post-single-header h1{
        font-size: 36px;
    }
    .post-single-image figure{
        height: 50vh;
    }
    .post-single-text{
        margin-top: 35px;
    }
    .post-single-content{
        padding-bottom: 20px;
    }
    .corporate-event-content h2{
        font-size: 36px;
    }
    .corporate-event-block{
        margin-bottom: 35px;
    }
    .site-heading h3{
        font-size: 36px;
    }
    .menu-tabs-header{
        padding-top: 35px;
        padding-bottom: 35px;
    }
	.woocommerce-cart .page-content, 
	.woocommerce-checkout .page-content{
		padding-top: 35px;	
		padding-bottom: 35px;
	}

}/*end*/

@media (max-width: 1198px) {

    .nav-menu{
        display: none;
    }  
    .nav-logo, .nav-tools{
        width: 50%;
    }
    .nav-logo a, .nav-logo img{
        height: 45px;
    }

}

@media (max-width: 1100px) {

    .nav-menu ul li.menu-item-has-children>a{
        padding-right: 10px;
    }
    .nav-menu ul li a{
        font-size: 11px;
    }
    .letter-block-letter svg{
        height: 210px;
    }
    .letter-block-image{
        height: 230px;
    }
    .legend-info-block .site-col-5{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .legend-info-block .site-col-offset-2{
        margin-left: 0;
    }
    .wine-series-item-content h2{
        font-size: 38px;
    }
    .wine-item-image figure{
        height: 250px;
    }
    .wine-item-content h3{
        font-size: 24px;
    }
    .mobile-menu-content ul li.menu-item-has-children>a::after{
        top: 11px;
    }

}/*end*/

@media (max-width: 1024px) {
	.page-header-default h1{
		font-size: 46px;
	}
    .letter-block-letter svg{
        height: 190px;
    }
    .letter-block-image{
        height: 210px;
    }
    .marquee-wrapper .marquee-block{
        height: 700px;
    }
    .wine-tours-block-header h2{
        font-size: 42px;
    }
    .hero-caption-content h1{
        font-size: 46px;
    }
    .info-block-content h2{
        font-size: 32px;
    }
    .history-info-content h2{
        font-size: 28px;
    }
    .history-info-content{
        padding: 0 15px;
    }
    .info-block-image{
        height: 500px;
    }
    .history-info-content::before{
        height: 50px;
        margin: 0 auto 35px auto;
    }
    .history-info-content::after{
        height: 50px;
        margin: 35px auto 0 auto;
    }
    .restaurant-cta-content h2{
        font-size: 42px;
    }
    .restaurant-cta-image{
        height: 500px;
    }        
    .main-nav{
        padding: 10px 15px;
    }
    .info-block-left .info-block-content{
        padding-left: 35px;
    }
    .wine-tours-block-body .site-col-offset-1{
        margin-left: 0;
    }
    .wine-tours-block-body .site-col-5{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .wine-tours-block-content ul li a{
        font-size: 14px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .history-info-block{
        height: 70vh;
    }
    .site-header-content h1{
        font-size: 46px;
    }
    .search-item h3{
        font-size: 24px;
    }   
    .wine-single-header-title h1{
        font-size: 32px;
    } 
    .wine-single-related-title h3{
        font-size: 32px;
    }
    .wine-tours-page-item-content h2{
        font-size: 32px;
    }
    .wine-tours-page-item-content h2 img{
        width: 25px;
        height: 25px;
        margin-right: 10px;
    }
    .events-by-year-title h2{
        font-size: 32px;
    }
    .single-tribe_events .main-content{
        margin-top: 65px;
    }
    .post-title h2{
        font-size: 32px;
    }
    .post-image{
        margin-right: 25px;
    }
    .post-single-header h1{
        font-size: 32px;
    }
    .post-single-header{
        padding-top: 100px;
    }
    .accordion-title h4{
        font-size: 24px;
    }
    .wine-tours-block-image{
        height: 550px;
    }
    .no-result-page h1{
        font-size: 32px;
    }
    .corporate-event-image figure{
        height: 500px;
    }
    .corporate-event-content h2{
        font-size: 32px;
    }
    .site-heading h3{
        font-size: 32px;
    }

}/*end*/

@media (max-width: 768px) {

    body{
        font-size: 15px;
    }
    .site-hero,
    .hero-video{
        height: 70vh;
    }
    .info-block-left .info-block-content{
        padding-left: 0;
    }
    .mobile-menu{
        width: 60%;
        max-width: 60%;
    }
    .letter-block-letter svg{
        height: 145px;
    }
    .letter-block-image{
        height: 190px;
    }
    .marquee-wrapper .marquee-block{
        height: 500px;
    }
    .mobile-menu-inner .mobile-menu-close{
        top: 10px;
        right: 15px;
    }
    .mobile-menu-logo img, .mobile-menu-logo{
        height: 80px;
    }
    .mobile-menu-content ul li a{
        font-size: 28px;
    }
    .site-button-dark .btn,
    .site-button-light .btn{
        font-size: 13px;
    }
    .history-info-content::before{
        height: 35px;
        margin: 0 auto 25px auto;
    }
    .history-info-content::after{
        height: 35px;
        margin: 25px auto 0 auto;
    }
    .wine-series-carousel-slide .site-row{
        flex-direction: column-reverse;
    }
    .wine-series-carousel-slide .site-col-offset-1{
        margin-left: 0;
    }
    .wine-series-carousel-slide .site-col-6,
    .wine-series-carousel-slide .site-col-5{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .wine-series-carousel-content{
        text-align: center;
    }
    .wine-series-carousel-content .site-button-dark{
        justify-content: center;
    }    
    .wine-series-carousel-image img{
        max-width: 70%;
        margin: 0 auto;
    }
    .wine-tours-block-content ul{
        padding: 25px 0 0 0;
    }  
    .history-info-content{
        padding: 0;
    } 
    .history-info-block{
        height: 60vh;
    }
    .site-header-content h1{
        margin: 15px 0 0 0;
    }
    .site-header-image figure{
        height: 40vh;
    }
    .site-heading h2{
        font-size: 36px;
    }
    .line-separator{
        width: 250px;
    }
    .legend-info-content h2{
        font-size: 36px;
    }
    .blockquote-item h3{
        font-size: 36px;
    }
    .info-block-simple-content h2{
        font-size: 28px;
    }
    .wine-series-item-block-left .site-col-offset-1{
        margin-right: 0;
    }
    .wine-series-item-block .site-col-offset-1{
        margin-left: 0;
    }    
    .wine-series-item-block .site-col-5{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .wine-series-item-image figure{
        height: 300px;
    }
    .wine-category-wines .site-col-3,
    .wine-category-wines .site-col-6{
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .wine-summit-icon{
        right: auto;
        left: 15%;
    }
    .wine-single-header-image figure{
        height: 350px;
    }
    .wine-tours-page-list .wine-tours-page-item:nth-child(even) .site-col-offset-1{
        margin-right: 0;
    }
    .wine-tours-page-list .wine-tours-page-item .site-col-offset-1{
        margin-left: 0;
    }
    .wine-tours-page-list .wine-tours-page-item .site-col-5{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .wine-tours-page-item-image figure{
        height: 400px;
    }
    .carousel-item figure{
        height: 30vh;
    }
    .facilities-block .site-col-offset-1{
        margin-left: 0;
    }
    .facilities-block-left .site-col-offset-1{
        margin-right: 0;
    }
    .facilities-block .site-col-6,
    .facilities-block .site-col-5{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .facilities-image{
        height: 40vh;
    }
    .facilities-items ul li{
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .book-room-content{
        padding-left: 0;
    }
    .book-room-image{
        height: 45vh;
    }
    .book-room-button .btn{
        padding: 15px 30px;
    }
    .info-block-content{
        padding-right: 0;
    }
    .events-by-year-month {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .posts-page .site-col-2,
    .posts-page .site-col-10{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .post-single-image figure{
        height: 25vh;
    }
    .corporate-event-block .site-col-5{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .corporate-event-block .site-col-offset-1{
        margin-left: 0;
    }
    .corporate-event-block-right .site-col-offset-1{
        margin-right: 0;
    }
    .corporate-event-image figure{
        height: 400px
    }
    .menu-tabs-body .site-col-7,
    .menu-tabs-body .site-col-5{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .tab-item-image{
        height: 300px;
        margin-top: 25px;        
    }    
    .menu-tabs-header ul li{
        padding: 0 5px;
    }
    .menu-tabs-header ul li a{
        padding: 0 10px 10px 10px;
    }
    .mobile-menu-content ul li.menu-item-has-children>a::after{
        top: 8px;
    }
    .mobile-menu-content ul li.menu-item-has-children .sub-menu li a{
        font-size: 20px;
    }
	.woocommerce ul.order_details{
		flex-direction: column;
	}
	.woocommerce ul.order_details li{
		margin: 0 0 20px 0;
	}
	.page-header-default{
		padding: 115px 0 35px 0;
	}
	.woocommerce-checkout form.woocommerce-checkout .woocommerce-checkout-review-order,
	.woocommerce-checkout form.woocommerce-checkout .col2-set{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-left: 0;
	}	

}/*end*/

@media (max-width: 576px) {
    
    .info-block-holder .site-col-6,
    .history-info-block .site-col-3,
    .history-info-block .site-col-6,
    .wine-tours-block-body .site-col-5,
    .wine-tours-block-body .site-col-6,
    .footer-top .site-col-3,
    .footer-bottom .site-col-6,
    .legend-info-block .site-col-5,
    .wine-series-item-block .site-col-5,
    .wine-series-item-block .site-col-6,
    .wine-category-description .site-col-6,
    .wine-single-header .site-col-5,
    .wine-single-header .site-col-7,
    .wine-tours-page-list .wine-tours-page-item .site-col-5,
    .wine-tours-page-list .wine-tours-page-item .site-col-6,
    .facilities-block .site-col-6,
    .facilities-block .site-col-5,
    .book-room-block .site-col-6,
    .post-single-header .site-col-8,
    .post-single-text .site-col-8,
    .no-result-page .site-col-8,
    .corporate-event-block .site-col-5,
    .corporate-event-block .site-col-6{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }  
    .corporate-event-block .site-row{
        flex-direction: column-reverse;
    } 
    .post-single-header h1{
        font-size: 28px;
    }
    .no-result-page .site-col-offset-2{
        margin-left: 0;
    }
    .post-single-text .site-col-offset-2{
        margin-left: 0;
    }
    .wine-tours-page-list .wine-tours-page-item .site-row{
        flex-direction: column-reverse !important;
    } 
    .wine-category-description .site-col-offset-3{
        margin-left: 0;
    }
    .site-hero, .hero-video{
        height: 80vh;        
    }   
    .hero-caption-content h1 br{
        display: none;
    }
    .hero-caption-content h1{
        font-size: 36px;
        margin-bottom: 15px;
    }
    .info-block-content h5{
        margin: 0 0 10px 0;
    }
    .info-block-content h2{
        font-size: 28px;
        margin: 0 0 15px 0;
    }
    .info-block-holder .site-row{
        flex-direction: column-reverse;
    }
    .info-block-image{
        height: 350px;
        margin-bottom: 25px;
    }
    .history-info-block,
    .history-info-image-left figure,
    .history-info-image-right figure{
        height: auto;
        display: block;
    }    
    .history-info-image-left figure,
    .history-info-image-right figure{
        max-width: 65%;
        margin: 0 auto;
    }
    .history-info-image-left{
        margin-bottom: 25px;
    }
    .history-info-image-right{
        margin-top: 25px;
    }
    .history-info-content h2{
        font-size: 26px;
        margin: 0 0 15px 0;
    }
    .history-info-content p{
        margin-bottom: 15px;
    }
    .history-info-content .site-button-dark{
        margin-top: 25px;
    }
    .wine-tours-block-header h2{
        font-size: 32px;
    }
    .wine-tours-block-header h5{
        margin: 0 0 10px 0;
    }
    .wine-tours-block-content{
        margin-top: 25px;
    }
    .restaurant-cta-content{
        max-width: 100%;
    }
    .restaurant-cta-content h5{
        margin: 0 0 10px 0;
    }
    .restaurant-cta-content h2{
        font-size: 32px;
        margin: 0 0 15px 0;
    }
    .footer-logo{
        margin-bottom: 15px;
    }
    .footer-logo img{
        height: 70px;
    }
    .footer-top{
        text-align: center;
        padding-bottom: 25px;        
    }
    .footer-top .site-row .site-col-3{
        margin-bottom: 25px;
    }
    .footer-top .site-row .site-col-3:last-of-type{
        margin-bottom: 0;
    }
    .footer-navigation h4{
        margin-bottom: 10px;
        padding-bottom: 10px;    
        border-bottom: 0;    
    }    
    .footer-bottom{
        padding: 15px 0;
    }
    .footer-payments{
        margin-top: 10px;
    }
    .footer-payments,
    .footer-bottom{
        text-align: center;
    }
    .mobile-menu{
        width: 90%;
        max-width: 90%;
    }
    .mobile-menu-content{
        margin: 25px 0;
    }
    .mobile-menu-logo img, 
    .mobile-menu-logo{
        height: 70px;
    }
    .mobile-menu-content ul li a{
        font-size: 26px;
    }
    .mobile-menu-footer ul li{
        margin-right: 15px;
    }   
    .mobile-menu-footer ul li a{
        font-size: 12px;
    }
    .letter-block-letter svg{
        height: 65px;
    }
    .letter-block-image{
        height: 100px;
    }
    .wine-series-carousel-image{
        margin-bottom: 25px;
    }
    .wine-series-carousel-image img{
        max-width: 100%;
    }
    .wine-series-carousel-image figure{
        height: auto;        
    }
    .wine-series-carousel-content h2{
        margin: 0 0 15px 0;
    }
    .wine-series-carousel-content h5{
        margin: 0 0 10px 0;
    }
    .wine-series-carousel-content h2{
        font-size: 32px;
    }
    .wine-series-carousel-content .site-button-dark{
        margin-top: 25px;
    }
    .restaurant-cta-content .site-button-light{
        margin-top: 25px;
    }
    .wine-series-carousel-arrows{
        margin-top: 25px;
    }
    .marquee-wrapper{
        margin-top: 0;
    }
    .site-header-content h1{
        font-size: 32px;
    }
    .search-item h3{
        font-size: 20px;
        padding: 0 20px 0 0;
    }
    .search-item a{
        padding: 0;
    }
    .search-item a svg{
        height: 16px;
    }
    .site-header .page-breadcrumbs a, .site-header .page-breadcrumbs span{
        font-size: 10px;
    }
    .menu-open-mobile svg{
        height: 12px;
    }
    .search-icon svg{
        height: 15px;
    }   
    .search-form-open input.search-field{
        font-size: 12px;
    }
    .nav-logo a, .nav-logo img{
        height: 40px;
    }
    .menu-close::before, .menu-close::after{
        height: 22px;
    }
    .menu-close{
        width: 22px;
        height: 22px;
    }
    .mobile-menu-inner .mobile-menu-close{
        top: 19px;
    }
    .site-heading h2{
        font-size: 32px;
    }
    .line-separator{
        width: 200px;
    }
    .legend-info-content h2{
        font-size: 32px;
    }
    .legend-info-content h2 br{
        display: none;
    }
    .legend-info-image{
        margin-top: 25px;
    }
    .blockquote-item h3{
        font-size: 28px;
    }
    .blockquote-item blockquote{
        padding: 15px 0 0 0;
        border-left: none;
        border-top: 1px solid #7C6F63;
    }
    .site-row-pt100x{
        padding-top: 35px;
    }
    .footer-top .site-row .site-col-3{
        border-left: 0;
    }
    .marquee-wrapper .marquee-block{
        height: 350px;
    }
    .wine-series-item-block{
        text-align: center;
    }
    .wine-series-item-block .site-row{
        flex-direction: column-reverse;
    }
    .wine-series-item-content h2{
        font-size: 32px;
    }
    .wine-series-item-image{
        margin-bottom: 25px;
    }
    .wine-series-item-image figure{
        height: auto;
    }
    .wine-series-item-content h2{
        margin: 0 0 15px 0;
    }
    .wine-series-item-content .site-button-dark{
        margin-top: 25px;
    }
    .wine-series-item-content .site-button-dark{
        justify-content: center;
    }
    .wine-category-wines .site-col-3,
    .wine-category-wines .site-col-6,
    .wine-category-wines .site-col-4{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .wine-item-image figure{
        height: 200px;
    }
    .wine-item-content h5{
        font-size: 12px;
    }
    .wine-item-content p{
        font-size: 12px;
    }
    .wine-summit-icon img{
        width: 40px;
        height: 40px;
    }
    .tooltip{
        width: 150px;
        font-size: 12px;
    }
    .wine-item{
        padding-bottom: 25px;
    }
    .wine-item-content h3{
        font-size: 22px;
    }    
    .wine-single-header-image figure{
        height: 250px;
    }
    .wine-single-header{
        text-align: center;
        padding-top: 100px;
        padding-bottom: 35px;        
    }
    .wine-single-header-title h1{
        font-size: 28px;
    }
    .wine-single-header-details{
        margin-bottom: 15px;
        justify-content: center;
    }
    .wine-single-header-image{
        margin-bottom: 25px;
    }
    .wine-single-body-content{
        margin-top: 15px;
    }
    .wine-single-related-details{
        display: block;
        text-align: center;
    } 
    .wine-single-related-arrows{
        display: none;
    }
    .wine-single-related-carousel{
        padding-bottom: 35px;
    }
    .wine-single-related-title h3{
        font-size: 28px;
    }
    .wine-tours-page-item-image figure{
        height: 280px;
    }
    .wine-tours-page-item-image{
        margin-bottom: 15px;
    }
    .wine-tours-page-item-content h2{
        font-size: 28px;
        margin: 0 0 15px 0;
    }
    .wine-tours-page-item-content h5{
        margin: 0 0 15px 0;
    }
    .wine-tours-page-item-content .site-button-dark{
        margin-top: 25px;
    }
    .wine-tours-page-item-content{
        text-align: center;
    }
    .wine-tours-page-item-content .site-button-dark{
        justify-content: center;
    }
    .wine-tours-page-item-content h2{
        justify-content: center;
    }
    .carousel-item figure{
        height: 200px;
    }    
    .image-gallery-carousel .slick-next, .image-gallery-carousel .slick-prev{
        width: 30px;
        height: 30px;
    }
    .image-gallery-carousel .slick-next svg, .image-gallery-carousel .slick-prev svg{
        height: 14px;
    }
    .mobile-space-x25{
        margin-bottom: 25px;
    }
    .site-heading h4{
        font-size: 26px;
    }
    .facilities-image{
        height: 30vh;
        margin-bottom: 25px;
    }
    .book-room-image{
        height: 30vh;
        margin-bottom: 25px;
    }
    .book-room-content h2{
        font-size: 32px;
        margin: 0 0 15px 0;
    }
    .events-by-year-title h2{
        font-size: 28px;
    }
    .events-by-year-month {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .events-by-year-month-content{
        height: auto;
        padding: 20px 15px;
    }
    .event-page-content .tribe-events-schedule{
        text-align: center;
    }
    .single-tribe_events .main-content{
        margin-top: 60px;
    }
    .site-post{
        display: block;
    }
    .post-title h2{
        font-size: 28px;
    }
    .post-image{
        margin-right: 0;
        margin-bottom: 25px;
    }
    .site-post{
        margin-bottom: 25px;
        padding-bottom: 25px;        
    }
    .posts-general-year{
        margin-bottom: 35px;
    }
    .post-single-header .site-col-offset-2{
        margin-left: 0;
    }
    .accordion-title h4{
        font-size: 22px;
    }
    .contact-block-content h4{
        font-size: 26px;
    }
    .info-block-content{
        text-align: center;
    }
    .info-block-content .site-button-dark{
        margin-top: 25px;
        justify-content: center;
    }
    .image-gallery-carousel .slick-next{
        right: 5px;
    }
    .image-gallery-carousel .slick-prev{
        left: 5px;
    }
    .wine-single-body-content img{
        height: 25px;
    }
    .wine-tours-block-image{
        height: 300px;
    }
    .no-result-page h1{
        font-size: 28px;
        margin: 0 0 15px 0;
    }
    .no-result-page .site-button-dark{
        margin-top: 25px;
    }
    .no-result-page img{
        height: 120px;
        margin-bottom: 25px;
    }
    .hero-video video{
        background-size: cover;
        background-position: center center;        
    }
    .site-heading h3{
        font-size: 28px;
    }
    .corporate-event-image figure{
        height: 300px;
    }
    .corporate-event-block{
        text-align: center;
    }
    .corporate-event-image{
        margin-bottom: 25px;
    }
    .corporate-event-content h2{
        font-size: 28px;
        margin: 0 0 15px 0;
    }
    .event-top-features{
        margin-bottom: 15px;
        padding-bottom: 15px;
        justify-content: center;
    }
    .event-bottom-features .event-feature-item{
        justify-content: center;
    }
    .menu-tabs-header ul{
        width: 100%;
        overflow-x: auto;
        justify-content: space-between;
    }
    .menu-tabs-header li{
        display: flex;
        flex-basis: 60%;
        flex-shrink: 0;
    }
    .tab-item-content ul{
        column-count: 1;
    }
    .contact-block-inner .contact-block-item{
        margin-bottom: 25px;
    }
    .nav-tools{
        gap: 10px;
    }
    .search-form-open{
        width: 130px;
    }
    input.search-field{
        font-size: 13px;
    }
    .nav-menu-lang .wpml-ls-legacy-dropdown a{
        padding: 5px 8px;
        background-image: none;
        background-size: auto;
    }
    .nav-menu-lang .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, 
    .nav-menu-lang .wpml-ls-legacy-dropdown a:focus, 
    .wpml-ls-legacy-dropdown a:hover{
        background-image: none !important;
    }   
	.single-vinuri .main-header-fixed .nav-menu-lang .wpml-ls-legacy-dropdown a{
		background-image: none !important;
	}
	.single-vinuri .nav-menu-lang .wpml-ls-current-language a{
		background-image: none !important;
	} 
	.single-vinuri .nav-menu-lang .wpml-ls-current-language:hover>a{
		background-image: none !important;
	}
	.single-post .main-header-fixed .nav-menu-lang .wpml-ls-legacy-dropdown a,
	.single-post .nav-menu-lang .wpml-ls-legacy-dropdown a{
		background-image: none !important;
	}
	.wine-single-medals img{
		height: 40px;
	}
	.page-header-default h1{
		font-size: 32px;
	}
	.woocommerce-order-received .tec-tickets__attendees-list-item-attendee-details{
		gap: 15px;
		flex-direction: column;
	}
	.woocommerce-checkout .main-header-fixed .nav-menu-lang .wpml-ls-legacy-dropdown a,
	.woocommerce-checkout .nav-menu-lang .wpml-ls-current-language a,
	.woocommerce-order-received .main-header-fixed .nav-menu-lang .wpml-ls-legacy-dropdown a,
	.woocommerce-order-received .nav-menu-lang .wpml-ls-current-language a{
		background-image: none !important;
	}
	.event-page-content .event-tickets .tribe-tickets__tickets-form{
		padding: 15px;
	}
	.woocommerce .woocommerce-checkout .form-row{
		padding: 0 10px 20px 0;
	}
	.woocommerce-billing-fields__field-wrapper{
		margin-left: -10px;
		margin-right: -10px;
	}
	#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
		padding: 15px;
	}
	.woocommerce table.shop_table td, .woocommerce table.shop_table tbody th{
		padding: 0 15px 15px 15px;
	}
	.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{
		padding: 15px !important;
	}
	.woocommerce table.shop_table tbody tr.cart_item{
		flex-direction: column;
		align-items: flex-start;
	}
	.woocommerce table.shop_table tbody .product-total{
		margin-left: 0;
	}
	.woocommerce-billing-fields__field-wrapper .form-row{
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	.event-page-content .event-tickets .tribe-tickets__tickets-item-col-name .tickets-item-col-price{
		display: none !important;
	}
	.tribe-tickets__tickets-item-quantity .tribe-tickets__tickets-item-quantity-unavailable{
		font-size: 14px;
	}
	.event-page-content .event-tickets .tribe-tickets__tickets-item .tribe-tickets--no-description{
		line-height: 1.4;
	}
	.event-single-sticky-btn a{		
		font-size: 13px;
		padding: 6px 12px;	
	}
	.event-single-sticky-btn{
		left: 15px;
		bottom: 15px;
	}
	.chat-button{
		right: 15px;
		bottom: 15px;
		width: 40px;
		height: 40px;
	}	
	.main-circle{
		width: 40px;
		height: 40px;
	}
	.main-circle svg {
		width: 20px;
		height: 20px;
	}
	.contact-box-items-list {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 0;
		row-gap: 20px;
	}
	
}/*end*/


/* Events Single Styles */
body.postid-1057 .site-button-dark,
body.postid-2274 .site-button-dark,
body.postid-2282 .site-button-dark,
body.postid-934 .site-button-dark,
body.postid-931 .site-button-dark,
body.postid-2582 .site-button-dark,
body.postid-961 .site-button-dark,
body.postid-673 .site-button-dark,
body.postid-2645 .site-button-dark,
body.postid-1003 .site-button-dark{
	margin-bottom: 35px;
}
body.postid-1057 .site-button-dark .btn,
body.postid-2274 .site-button-dark .btn,
body.postid-2282 .site-button-dark .btn,
body.postid-934 .site-button-dark .btn,
body.postid-931 .site-button-dark .btn,
body.postid-2582 .site-button-dark .btn,
body.postid-961 .site-button-dark .btn,
body.postid-673 .site-button-dark .btn,
body.postid-2645 .site-button-dark .btn,
body.postid-1003 .site-button-dark .btn{
	padding: 15px 50px;
	border: 1px solid #6C4932;
	background-image: none;
}
body.postid-1057 .site-button-dark .btn::after,
body.postid-2274 .site-button-dark .btn::after,
body.postid-2282 .site-button-dark .btn::after,
body.postid-934 .site-button-dark .btn::after,
body.postid-931 .site-button-dark .btn::after,
body.postid-2582 .site-button-dark .btn::after,
body.postid-961 .site-button-dark .btn::after,
body.postid-673 .site-button-dark .btn::after,
body.postid-2645 .site-button-dark .btn::after,
body.postid-1003 .site-button-dark .btn::after{
	content: none;
}
body.postid-2274 .simple-image img,
body.postid-2282 .simple-image img,
body.postid-934 .simple-image img,
body.postid-961 .simple-image img,
body.postid-673 .simple-image img{
	-o-object-fit: contain;
    object-fit: contain;
}
body.postid-2274 .simple-image,
body.postid-2282 .simple-image,
body.postid-934 .simple-image,
body.postid-961 .simple-image,
body.postid-673 .simple-image{
	height: auto;
}