/* ==========================================================================
   Include variables and mixins
   ========================================================================== */
/* ==========================================================================
   Typography variables
   ========================================================================== */
/* ==========================================================================
   Box variables
   ========================================================================== */
/* ==========================================================================
   Devices screen size variables
   ========================================================================== */
/* ==========================================================================
   Grid size and responsive grid size variables
   ========================================================================== */
/* ==========================================================================
   Typography mixins
   ========================================================================== */
/* ==========================================================================
   Typography mixins - end
   ========================================================================== */
/* ==========================================================================
   Menu mixins - begin
   ========================================================================== */
/* ==========================================================================
   Menu mixins - end
   ========================================================================== */
/* ==========================================================================
   Layout mixins - begin
   ========================================================================== */
/* ==========================================================================
   Layout mixins - end
   ========================================================================== */
/* ==========================================================================
   Input fields mixins - begin
   ========================================================================== */
/* ==========================================================================
   Input fields mixins - end
   ========================================================================== */
/* ==========================================================================
   Pagination mixins - begin
   ========================================================================== */
/* ==========================================================================
   Pagination mixins - end
   ========================================================================== */
/* ==========================================================================
   Grid size mixins - begin
   ========================================================================== */
/* ==========================================================================
   Grid size mixins - end
   ========================================================================== */
/* ==========================================================================
   Helper mixins - begin
   ========================================================================== */
/* ==========================================================================
   Helper mixins - end
   ========================================================================== */
/* ==========================================================================
   Common mixins - begin
   ========================================================================== */
/* ==========================================================================
   Common mixins - end
   ========================================================================== */
/* ==========================================================================
   Button mixins - start
   ========================================================================== */
/* ==========================================================================
   Button mixins - end
   ========================================================================== */
/* ==========================================================================
   Tabs mixins - start
   ========================================================================== */
/* ==========================================================================
   Tabs mixins - end
   ========================================================================== */
/* ==========================================================================
   Animation mixins - start
   ========================================================================== */
/* ==========================================================================
   Animation mixins - end
   ========================================================================== */
/* ========================================================================== */
/* ==========================================================================
   Global mixins
   ========================================================================== */
/* ==========================================================================
   Global styles
   ========================================================================== */
.chateau-core-page-inline-style {
	position: absolute !important;
	width: 0;
	height: 0;
	line-height: 1;
	display: none;
}

.qodef--has-appear .qodef-e-image,
.qodef--has-appear .qodef-m-image,
.qodef--has-appear .qodef-image-wrapper {
	clip-path: inset(0 0 100% 0);
	transition: clip-path 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.qodef--has-appear.qodef--appeared .qodef-e-image,
.qodef--has-appear.qodef--appeared .qodef-m-image,
.qodef--has-appear.qodef--appeared .qodef-image-wrapper {
	clip-path: inset(0 0 0 0);
}

/* ==========================================================================
   King Composer global styles
   ========================================================================== */
.kc-elm.qodef-shortcode .fa,
.kc-elm.qodef-shortcode .fas {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.kc-elm.qodef-shortcode .fa:before,
.kc-elm.qodef-shortcode .fas:before {
	font-family: inherit;
	font-weight: inherit;
}
.kc-elm.qodef-shortcode .fab {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}
.kc-elm.qodef-shortcode .fab:before {
	font-family: inherit;
	font-weight: inherit;
}

/* ==========================================================================
   #Back to Top styles - start
   ========================================================================== */
#qodef-back-to-top {
	position: fixed;
	width: 40px;
	height: 40px;
	right: 50px;
	bottom: 95px;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 10000;
}
#qodef-back-to-top .qodef-back-to-top-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-size: 15px;
	color: #000;
	background-color: transparent;
	border: 1px solid transparent;
	overflow: hidden;
	transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
	box-sizing: content-box;
}
#qodef-back-to-top .qodef-back-to-top-icon * {
	display: block;
	line-height: inherit;
}
#qodef-back-to-top svg {
	display: block;
	width: 1em;
	height: auto;
	fill: currentColor;
}
#qodef-back-to-top:hover .qodef-back-to-top-icon {
	color: #000;
	background-color: transparent;
}
#qodef-back-to-top.qodef--off {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.15s ease, visibility 0s 0.15s;
}
#qodef-back-to-top.qodef--on {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.3s ease;
}
#qodef-back-to-top.qodef--predefined {
	height: 80px;
	width: 25px;
	bottom: 75px;
	right: 45px;
}
#qodef-back-to-top.qodef--predefined svg {
	height: 1em;
	width: auto;
	transform: rotate(90deg);
	flex-shrink: 0;
	fill: none;
	stroke: currentColor;
	clip-path: inset(0 0 0 0);
	transition: clip-path 0.5s cubic-bezier(0.71, 0.29, 0.18, 0.97);
}
#qodef-back-to-top.qodef--predefined:hover svg {
	clip-path: inset(0 30% 0 0);
}

/* ==========================================================================
   #Back to Top styles - end
   ========================================================================== */
/* ==========================================================================
   Blog List Metro styles
   ========================================================================== */
.qodef-blog.qodef-item-layout--info-on-image {
	margin: 0;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-media {
	height: 100%;
	width: 100%;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-content {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	padding: 20px 40px 35px;
	background-color: rgba(36, 51, 5, 0.12);
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-content a {
	position: relative;
	z-index: 3;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-content .qodef-e-top-holder {
	border: none;
	margin-bottom: 15px;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-content .qodef-e-text {
	margin: 0;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-title {
	color: #fff;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-title a {
	color: inherit;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-title a:hover {
	color: var(--qode-main-color);
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-info > * {
	color: #fff;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-info a:hover {
	color: var(--qode-main-color);
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-post-link {
	z-index: 2;
}

/* ==========================================================================
   Blog List Minimal styles
   ========================================================================== */
.qodef-blog.qodef-item-layout--minimal article .qodef-e-media {
	margin-bottom: 0;
}
.qodef-blog.qodef-item-layout--minimal article .qodef-e-content {
	margin: 0;
}
.qodef-blog.qodef-item-layout--minimal article .qodef-e-content .qodef-e-text {
	margin: 0;
}
.qodef-blog.qodef-item-layout--minimal article .qodef-e-content .qodef-e-title {
	margin: 0;
}
.qodef-blog.qodef-item-layout--minimal article .qodef-e-bottom-holder {
	margin-top: 5px;
}
.qodef-blog.qodef-item-layout--minimal.qodef-extended-minimal-layout {
	text-align: center;
}
.qodef-blog.qodef-item-layout--minimal.qodef-extended-minimal-layout .qodef-e-content .qodef-e-text {
	margin: 29px 0 0;
}
.qodef-blog.qodef-item-layout--minimal.qodef-extended-minimal-layout .qodef-e-bottom-holder {
	margin-top: 14px;
	padding: 6px 0 10px;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #d9d3b8;
	justify-content: center;
}

/* ==========================================================================
   Blog List Side By Side styles
   ========================================================================== */
.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-inner {
	align-items: flex-start;
	display: flex;
}
.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
	flex-shrink: 0;
	margin-right: 30px;
	width: 150px;
	margin-bottom: 0;
}
.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 0;
}
.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-content .qodef-e-text {
	margin: 0;
}
.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-content .qodef-e-text .qodef-e-title {
	margin: 0;
}
.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-bottom-holder {
	margin-top: 1px;
}

/* ==========================================================================
   Blog List styles
   ========================================================================== */
/* ==========================================================================
   Blog List Widget variable styles
   ========================================================================== */
/* ==========================================================================
   Default widgets map
   ========================================================================== */
/* ==========================================================================
   Override default widgets map for specific widget area
   ========================================================================== */
.widget.widget_chateau_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article {
	border-bottom: 1px solid #d9d3b8;
	padding-bottom: 20px;
}
.widget.widget_chateau_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
	margin-bottom: 20px;
}
.widget.widget_chateau_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
	margin-top: 9px;
	padding-top: 20px;
	border-top: 1px solid #d9d3b8;
}
.widget.widget_chateau_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
	margin-right: 30px;
	width: 150px !important;
}
.widget.widget_chateau_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
	margin: 0 0 4px;
}
.widget.widget_chateau_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-title a:hover {
	color: #807a40;
}

#qodef-top-area .widget.widget_chateau_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article {
	border-bottom: 1px solid #d9d3b8;
	padding-bottom: 20px;
}
#qodef-top-area .widget.widget_chateau_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
	margin-bottom: 20px;
}
#qodef-top-area .widget.widget_chateau_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
	margin-top: 9px;
	padding-top: 20px;
	border-top: 1px solid #d9d3b8;
}
#qodef-top-area .widget.widget_chateau_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
	margin-right: 30px;
	width: 150px !important;
}
#qodef-top-area .widget.widget_chateau_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
	margin: 0 0 4px;
}
#qodef-top-area .widget.widget_chateau_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-title a:hover {
	color: #807a40;
}

#qodef-top-area .qodef-skin--light .widget.widget_chateau_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article {
	border-bottom: 1px solid #d9d3b8;
	padding-bottom: 20px;
}
#qodef-top-area .qodef-skin--light .widget.widget_chateau_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
	margin-bottom: 20px;
}
#qodef-top-area .qodef-skin--light .widget.widget_chateau_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
	margin-top: 9px;
	padding-top: 20px;
	border-top: 1px solid #d9d3b8;
}
#qodef-top-area .qodef-skin--light .widget.widget_chateau_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
	margin-right: 30px;
	width: 150px !important;
}
#qodef-top-area .qodef-skin--light .widget.widget_chateau_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
	margin: 0 0 4px;
}
#qodef-top-area .qodef-skin--light .widget.widget_chateau_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-title a:hover {
	color: #807a40;
}

#qodef-page-header .widget.widget_chateau_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article {
	border-bottom: 1px solid #d9d3b8;
	padding-bottom: 20px;
}
#qodef-page-header .widget.widget_chateau_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
	margin-bottom: 20px;
}
#qodef-page-header .widget.widget_chateau_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
	margin-top: 9px;
	padding-top: 20px;
	border-top: 1px solid #d9d3b8;
}
#qodef-page-header .widget.widget_chateau_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
	margin-right: 30px;
	width: 150px !important;
}
#qodef-page-header .widget.widget_chateau_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
	margin: 0 0 4px;
}
#qodef-page-header .widget.widget_chateau_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-title a:hover {
	color: #807a40;
}

#qodef-page-footer .widget.widget_chateau_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article {
	border-bottom: 1px solid #d9d3b8;
	padding-bottom: 20px;
}
#qodef-page-footer .widget.widget_chateau_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
	margin-bottom: 20px;
}
#qodef-page-footer .widget.widget_chateau_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
	margin-top: 9px;
	padding-top: 20px;
	border-top: 1px solid #d9d3b8;
}
#qodef-page-footer .widget.widget_chateau_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
	margin-right: 30px;
	width: 150px !important;
}
#qodef-page-footer .widget.widget_chateau_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
	margin: 0 0 4px;
}
#qodef-page-footer .widget.widget_chateau_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-title a:hover {
	color: #807a40;
}

#qodef-page-footer-bottom-area .widget.widget_chateau_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article {
	border-bottom: 1px solid #d9d3b8;
	padding-bottom: 20px;
}
#qodef-page-footer-bottom-area .widget.widget_chateau_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
	margin-bottom: 20px;
}
#qodef-page-footer-bottom-area .widget.widget_chateau_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
	margin-top: 9px;
	padding-top: 20px;
	border-top: 1px solid #d9d3b8;
}
#qodef-page-footer-bottom-area .widget.widget_chateau_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
	margin-right: 30px;
	width: 150px !important;
}
#qodef-page-footer-bottom-area .widget.widget_chateau_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
	margin: 0 0 4px;
}
#qodef-page-footer-bottom-area .widget.widget_chateau_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-title a:hover {
	color: #807a40;
}

#qodef-side-area .widget.widget_chateau_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article {
	border-bottom: 1px solid #d9d3b8;
	padding-bottom: 20px;
}
#qodef-side-area .widget.widget_chateau_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
	margin-bottom: 20px;
}
#qodef-side-area .widget.widget_chateau_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
	margin-top: 9px;
	padding-top: 20px;
	border-top: 1px solid #d9d3b8;
}
#qodef-side-area .widget.widget_chateau_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
	margin-right: 30px;
	width: 150px !important;
}
#qodef-side-area .widget.widget_chateau_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
	margin: 0 0 4px;
}
#qodef-side-area .widget.widget_chateau_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-title a:hover {
	color: #807a40;
}

/* ==========================================================================
   Author Info styles
   ========================================================================== */
#qodef-author-info {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 99px;
	border-top: 1px solid #d9d3b8;
	border-bottom: 1px solid #d9d3b8;
}
#qodef-author-info .qodef-m-inner {
	position: relative;
	display: flex;
	align-items: center;
	padding: 30px 60px;
}
#qodef-author-info .qodef-m-image {
	flex-shrink: 0;
	margin-right: 50px;
}
#qodef-author-info .qodef-m-image a, #qodef-author-info .qodef-m-image img {
	display: block;
}
#qodef-author-info .qodef-m-author {
	margin: 0;
}
#qodef-author-info .qodef-m-position {
	margin: 0;
	font-family: "Ibarra Real Nova", serif;
	font-style: italic;
	font-size: 17px;
	letter-spacing: 0.02em;
	display: inline-flex;
	vertical-align: middle;
	flex-wrap: wrap;
	color: var(--qode-main-color);
}
#qodef-author-info .qodef-m-email {
	margin: 5px 0 0;
}
#qodef-author-info .qodef-m-description {
	margin: 10px 0 0;
}
#qodef-author-info .qodef-m-social-icons {
	margin-top: 18px;
}
#qodef-author-info .qodef-m-social-icons a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 16px;
}
#qodef-author-info .qodef-m-social-icons a:last-child {
	margin-right: 0;
}

/* ==========================================================================
   Related Posts styles
   ========================================================================== */
#qodef-related-posts {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 150px;
	text-align: center;
	padding: 139px 0 150px 0;
}
#qodef-related-posts:before {
	content: "";
	width: 100vw;
	height: 100%;
	position: absolute;
	left: calc(-1 * (100vw - 100%) / 2);
	bottom: 0;
	background-color: #faf9f5;
	z-index: -1;
}
#qodef-related-posts > .qodef-e-title {
	margin: 0 0 75px;
}
#qodef-related-posts article .qodef-e-media {
	margin-bottom: 0;
}
#qodef-related-posts article .qodef-e-bottom-holder {
	margin-top: 30px;
}
@media only screen and (max-width: 1024px) {
	#qodef-related-posts .qodef-grid-inner {
		--qode-columns: 1;
		--qode-columns-row-gap: 110px;
	}
}

/* ==========================================================================
   Single Post Navigation styles
   ========================================================================== */
#qodef-single-post-navigation {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 63px 0 3px;
}
#qodef-single-post-navigation .qodef-m-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#qodef-single-post-navigation .qodef-m-nav {
	position: relative;
	display: flex;
	align-items: center;
}
#qodef-single-post-navigation .qodef-m-nav > * {
	display: block;
	line-height: inherit;
}
#qodef-single-post-navigation .qodef-m-nav .qodef-m-pagination-icon {
	position: relative;
	display: block;
	width: 71px;
	height: auto;
	fill: none;
	stroke: currentColor;
	transition: transform 0.2s ease-out;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev {
	left: 0;
	clip-path: inset(0 0 0 0);
	transition: clip-path 0.5s cubic-bezier(0.71, 0.29, 0.18, 0.97);
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-pagination-icon {
	margin-right: 4px;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev:hover {
	clip-path: inset(0 30% 0 0);
}
#qodef-single-post-navigation .qodef-m-nav.qodef--next {
	flex-direction: row-reverse;
	right: 0;
	margin-left: auto;
	text-align: right;
	clip-path: inset(0 0 0 0);
	transition: clip-path 0.5s cubic-bezier(0.71, 0.29, 0.18, 0.97);
}
#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-pagination-icon {
	margin-left: 4px;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--next:hover {
	clip-path: inset(0 0 0 30%);
}
#qodef-single-post-navigation .qodef-m-nav-label {
	font-family: "Ibarra Real Nova", serif;
	font-style: italic;
	font-size: 17px;
	letter-spacing: 0.02em;
	display: inline-flex;
	vertical-align: middle;
	flex-wrap: wrap;
	color: var(--qode-main-color);
}

/* ==========================================================================
   #Content bottom styles - start
   ========================================================================== */
#qodef-page-content-bottom #qodef-page-content-bottom-inner {
	display: inline-flex;
	justify-content: center;
	width: 100%;
	padding: 80px 0 50px;
	margin: 0 auto;
}
#qodef-page-content-bottom #qodef-page-content-bottom-inner .wp-block-group__inner-container {
	text-align: center;
}

#qodef-page-content-bottom-border {
	border-top: 1px solid #e5d6cf;
}

/* ==========================================================================
   #Content bottom - end
   ========================================================================== */
/* ==========================================================================
   #Footer styles - start
   ========================================================================== */
#qodef-page-footer .qodef-alignment--left {
	text-align: left;
}
#qodef-page-footer .qodef-alignment--left .widget img {
	margin-right: auto;
}
#qodef-page-footer .qodef-alignment--center {
	text-align: center;
}
#qodef-page-footer .qodef-alignment--center .widget img {
	margin-right: auto;
	margin-left: auto;
}
#qodef-page-footer .qodef-alignment--right {
	text-align: right;
}
#qodef-page-footer .qodef-alignment--right .widget img {
	margin-left: auto;
}

#qodef-page-footer-top-area-inner .qodef-alignment--space-between.qodef-col-num--3 .qodef-grid-item {
	text-align: center;
}
@media (min-width: 769px) {
	#qodef-page-footer-top-area-inner .qodef-alignment--space-between.qodef-col-num--3 .qodef-grid-item:nth-child(1) {
		text-align: left;
	}
}
@media (min-width: 769px) {
	#qodef-page-footer-top-area-inner .qodef-alignment--space-between.qodef-col-num--3 .qodef-grid-item:nth-child(3) {
		text-align: right;
	}
}
@media only screen and (max-width: 1024px) {
	#qodef-page-footer-top-area-inner .qodef-alignment--space-between.qodef-col-num--3 .qodef-grid-item p br {
		display: none;
	}
}
@media only screen and (max-width: 768px) {
	#qodef-page-footer-top-area-inner .qodef-alignment--space-between.qodef-col-num--3 .qodef-grid-inner {
		--qode-columns-row-gap: 10px;
	}
}

@media (min-width: 681px) {
	#qodef-page-footer-bottom-area-inner .qodef-alignment--space-between .qodef-grid-item:nth-child(2) {
		text-align: right;
	}
}

.qodef-page-footer--uncover #qodef-page-outer {
	z-index: 90;
}
.no-touchevents .qodef-page-footer--uncover #qodef-page-footer {
	position: fixed;
	bottom: 0;
	left: 0;
}

/* ==========================================================================
   #Footer styles - end
   ========================================================================== */
/* ==========================================================================
   Full Screen Menu styles
   ========================================================================== */
#qodef-fullscreen-area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #faf9f5;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow-x: hidden !important;
	visibility: hidden;
	opacity: 0;
	z-index: 99; /* smaller than header, bigger than content */
}
#qodef-fullscreen-area .qodef-content-grid {
	height: 100%;
}
#qodef-fullscreen-area .qodef-content-grid .qodef-fullscreen-menu {
	width: 100%;
	padding-left: 20px;
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area {
	animation: qode-fade-in 0.25s linear both;
}
.qodef-fullscreen-menu-animate--out #qodef-fullscreen-area {
	animation: qode-fade-out 0.25s linear both;
}

#qodef-fullscreen-area-inner {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
}

.qodef-fullscreen-menu {
	position: relative;
	top: 0;
	margin: 0 auto;
	text-align: left;
}
.qodef-fullscreen-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.qodef-fullscreen-menu ul li {
	position: relative;
	margin: 0;
	padding: 0;
}
.qodef-fullscreen-menu ul li a .qodef-menu-item-arrow {
	display: none;
}
.qodef-fullscreen-menu ul li.qodef--hide-link > a {
	cursor: default;
}
.qodef-fullscreen-menu ul.sub-menu {
	display: none;
}
.qodef-fullscreen-menu .qodef-menu-item-icon {
	margin-right: 5px;
}
.qodef-fullscreen-menu .qodef-mega-menu-widget-holder {
	display: none;
}
.qodef-fullscreen-menu > ul > li {
	margin-bottom: 17px;
	opacity: 0;
	transform: rotate(2deg) translateY(50px);
	transition: opacity 0.5s ease-in, transform 0.35s ease-out;
}
.qodef-fullscreen-menu > ul > li > a {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	color: #243305;
	font-size: 50px;
	line-height: 1.16em;
	letter-spacing: 0.05em;
	font-style: normal;
}
.qodef-fullscreen-menu > ul > li > a:hover .qodef-menu-item-text:after {
	transform: scaleX(1);
}
.qodef-fullscreen-menu > ul > li.current-menu-ancestor > a .qodef-menu-item-text:after, .qodef-fullscreen-menu > ul > li.current-menu-item > a .qodef-menu-item-text:after {
	transform: scaleX(1);
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner > ul {
	padding: 15px 0 6px;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul {
	padding-left: 20px;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a {
	position: relative;
	display: flex;
	white-space: normal;
			font-size: 25px;
			line-height: 1em;
			font-weight: 500;
			font-family: "Barlow Condensed", sans-serif;
			letter-spacing: 0.175em;
			text-transform: uppercase;
			color: #000;
			font-style:normal;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a .qodef-menu-item-icon {
	flex-shrink: 0;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:before {
	content: "";
	position: absolute;
	transform: translateX(4px);
	transition: left 0.2s ease-out, right 0.2s ease-out;
	left: -17px;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:hover {
	padding-left: 17px;
	padding-right: 0;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:hover:before {
	content: "-";
	left: 0;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor > a, .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item > a {
	padding-left: 17px;
	padding-right: 0;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor > a:before, .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item > a:before {
	content: "-";
	left: 0;
}
.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu > ul > li {
	opacity: 1;
	transform: rotate(0) translateY(0);
}
.qodef-fullscreen-menu-animate--out .qodef-fullscreen-menu > ul > li {
	transition-delay: 0s !important;
	transition-duration: 0s;
}

/* ==========================================================================
   Full Screen Menu Opener styles
   ========================================================================== */
.qodef-fullscreen-menu--opened #qodef-page-header,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header {
	visibility: hidden;
}
.qodef-fullscreen-menu--opened .qodef-header-logo-link,
.qodef-fullscreen-menu--opened .qodef-mobile-header-logo-link,
.qodef-fullscreen-menu--opened .qodef-header-logo-image.qodef--customizer,
.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener {
	visibility: visible;
}
.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--main {
	opacity: 1 !important;
}
.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--dark, .qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--light {
	opacity: 0 !important;
}
.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-header-logo-link,
.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-mobile-header-logo-link,
.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-header-logo-image.qodef--customizer {
	visibility: hidden;
}

/* ==========================================================================
   Header common styles
   ========================================================================== */
#qodef-page-header .qodef-widget-holder {
	display: flex;
	align-items: center;
	height: 100%;
	/* margin-left: 46px; */
}
#qodef-page-header .qodef-widget-holder .widget {
	margin: 0 23px;
}
#qodef-page-header .qodef-widget-holder .widget:first-child {
	margin-left: 0;
}
#qodef-page-header .qodef-widget-holder .widget:last-child {
	margin-right: 0;
}
#qodef-page-header .qodef-widget-holder .widget p {
	font-family: "Ibarra Real Nova", serif;
	font-style: italic;
	font-size: 16px;
	letter-spacing: 0.02em;
	display: inline-flex;
	vertical-align: middle;
	flex-wrap: wrap;
	color: inherit;
}
#qodef-page-header .widget[class*=_search] form .qodef-search-form-inner {
	flex-direction: row-reverse;
	gap: 10px;
}
#qodef-page-header .widget[class*=_search] form .qodef-search-inner-right {
	position: relative;
}
#qodef-page-header .widget[class*=_search] form input {
	font-family: "Ibarra Real Nova", serif;
	font-style: italic;
	font-size: 16px;
	letter-spacing: 0.02em;
	display: inline-flex;
	vertical-align: middle;
	flex-wrap: wrap;
	color: inherit;
	line-height: 1em;
	padding: 5px 0;
	width: 60px;
	border-color: transparent;
	transition: width 0.62s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#qodef-page-header .widget[class*=_search] form input:-ms-input-placeholder {
	-ms-transition: color 0.62s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: color 0.62s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#qodef-page-header .widget[class*=_search] form input::placeholder {
	transition: color 0.62s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#qodef-page-header .widget[class*=_search] form input[placeholder=""] {
	width: 0;
}
#qodef-page-header .widget[class*=_search] form input:focus {
	width: 152px;
}
#qodef-page-header .widget[class*=_search] form input:focus:-ms-input-placeholder {
	color: transparent;
}
#qodef-page-header .widget[class*=_search] form input:focus::placeholder {
	color: transparent;
}
#qodef-page-header .widget[class*=_search] form .qodef-m-underline {
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 7px;
	background-color: currentColor;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.62s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#qodef-page-header .widget[class*=_search] form button {
	right: auto;
	left: 0;
	width: auto;
	background: none;
}
#qodef-page-header .widget[class*=_search] form .qodef-search-form-button.qodef--button-outside {
	margin: 0;
}
#qodef-page-header .widget[class*=_search] form.qodef--opened input {
	width: 152px;
}
#qodef-page-header .widget[class*=_search] form.qodef--opened .qodef-m-underline {
	transform: scaleX(1);
}
#qodef-page-header div[id^=monster-widget-placeholder],
#qodef-page-header div[id^=woo-monster-widget-placeholder] {
	display: none;
}

#qodef-page-header-inner {
	border-bottom: 0 solid transparent;
}
#qodef-page-header-inner.qodef-content-grid {
	padding: 0;
}

#qodef-page-header-inner .widget[class*=_search] input,
#qodef-page-header-inner .widget[class*=_search] button,
.qodef-header-sticky-inner .widget[class*=_search] input,
.qodef-header-sticky-inner .widget[class*=_search] button,
.qodef-custom-header-layout .widget[class*=_search] input,
.qodef-custom-header-layout .widget[class*=_search] button {
	color: #000;
}
#qodef-page-header-inner.qodef-skin--light nav > ul > li > a,
.qodef-header-sticky-inner.qodef-skin--light nav > ul > li > a,
.qodef-custom-header-layout.qodef-skin--light nav > ul > li > a {
	color: var(--qode-header-light-color) !important;
}
#qodef-page-header-inner.qodef-skin--light nav > ul > li > a:hover,
.qodef-header-sticky-inner.qodef-skin--light nav > ul > li > a:hover,
.qodef-custom-header-layout.qodef-skin--light nav > ul > li > a:hover {
	color: var(--qode-header-light-hover-color) !important;
}
#qodef-page-header-inner.qodef-skin--light nav > ul > li.current-menu-ancestor > a, #qodef-page-header-inner.qodef-skin--light nav > ul > li.current-menu-item > a,
.qodef-header-sticky-inner.qodef-skin--light nav > ul > li.current-menu-ancestor > a,
.qodef-header-sticky-inner.qodef-skin--light nav > ul > li.current-menu-item > a,
.qodef-custom-header-layout.qodef-skin--light nav > ul > li.current-menu-ancestor > a,
.qodef-custom-header-layout.qodef-skin--light nav > ul > li.current-menu-item > a {
	color: var(--qode-header-light-hover-color) !important;
}
#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened), #qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened), #qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
.qodef-header-sticky-inner.qodef-skin--light .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
.qodef-header-sticky-inner.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),
.qodef-header-sticky-inner.qodef-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened) {
	color: var(--qode-header-light-color) !important;
}
#qodef-page-header-inner.qodef-skin--light .qodef-widget-side-area-cart-inner .qodef-m-opener,
#qodef-page-header-inner.qodef-skin--light .qodef-widget-dropdown-cart-inner .qodef-m-opener,
.qodef-header-sticky-inner.qodef-skin--light .qodef-widget-side-area-cart-inner .qodef-m-opener,
.qodef-header-sticky-inner.qodef-skin--light .qodef-widget-dropdown-cart-inner .qodef-m-opener,
.qodef-custom-header-layout.qodef-skin--light .qodef-widget-side-area-cart-inner .qodef-m-opener,
.qodef-custom-header-layout.qodef-skin--light .qodef-widget-dropdown-cart-inner .qodef-m-opener {
	color: var(--qode-header-light-hover-color) !important;
}
#qodef-page-header-inner.qodef-skin--light .widget[class*=_search] input,
#qodef-page-header-inner.qodef-skin--light .widget[class*=_search] button,
.qodef-header-sticky-inner.qodef-skin--light .widget[class*=_search] input,
.qodef-header-sticky-inner.qodef-skin--light .widget[class*=_search] button,
.qodef-custom-header-layout.qodef-skin--light .widget[class*=_search] input,
.qodef-custom-header-layout.qodef-skin--light .widget[class*=_search] button {
	color: #fff;
}
#qodef-page-header-inner.qodef-skin--light .widget[class*=_search] input[type=search]:-webkit-autofill,
.qodef-header-sticky-inner.qodef-skin--light .widget[class*=_search] input[type=search]:-webkit-autofill,
.qodef-custom-header-layout.qodef-skin--light .widget[class*=_search] input[type=search]:-webkit-autofill {
	-webkit-text-fill-color: #fff;
}
#qodef-page-header-inner.qodef-skin--light .widget[class*=_search] .qodef-m-underline,
.qodef-header-sticky-inner.qodef-skin--light .widget[class*=_search] .qodef-m-underline,
.qodef-custom-header-layout.qodef-skin--light .widget[class*=_search] .qodef-m-underline {
	background-color: #fff;
}
#qodef-page-header-inner.qodef-skin--dark nav > ul > li > a,
.qodef-header-sticky-inner.qodef-skin--dark nav > ul > li > a,
.qodef-custom-header-layout.qodef-skin--dark nav > ul > li > a {
	color: var(--qode-header-dark-color) !important;
}
#qodef-page-header-inner.qodef-skin--dark nav > ul > li > a:hover,
.qodef-header-sticky-inner.qodef-skin--dark nav > ul > li > a:hover,
.qodef-custom-header-layout.qodef-skin--dark nav > ul > li > a:hover {
	color: var(--qode-header-dark-hover-color) !important;
}
#qodef-page-header-inner.qodef-skin--dark nav > ul > li.current-menu-ancestor > a, #qodef-page-header-inner.qodef-skin--dark nav > ul > li.current-menu-item > a,
.qodef-header-sticky-inner.qodef-skin--dark nav > ul > li.current-menu-ancestor > a,
.qodef-header-sticky-inner.qodef-skin--dark nav > ul > li.current-menu-item > a,
.qodef-custom-header-layout.qodef-skin--dark nav > ul > li.current-menu-ancestor > a,
.qodef-custom-header-layout.qodef-skin--dark nav > ul > li.current-menu-item > a {
	color: var(--qode-header-dark-hover-color) !important;
}
#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened), #qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened), #qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
.qodef-header-sticky-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
.qodef-header-sticky-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),
.qodef-header-sticky-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened) {
	color: var(--qode-header-dark-color) !important;
}

/* ==========================================================================
# Logo default style
========================================================================== */
#qodef-page-header .qodef-header-logo-link img.qodef--main {
	opacity: 1;
}
#qodef-page-header .qodef-header-logo-link img.qodef--dark, #qodef-page-header .qodef-header-logo-link img.qodef--light {
	opacity: 0;
}
#qodef-page-header .qodef-header-logo-link img:not(.qodef--main) {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#qodef-page-header .qodef-header-logo-link.qodef-source--svg-path svg {
	display: block;
	width: 50px;
	height: auto;
	fill: currentColor;
	stroke: currentColor;
}
#qodef-page-header .qodef-header-logo-link.qodef-source--textual {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	color: #243305;
	font-size: 35px;
	line-height: 1.1714285714em;
	letter-spacing: 0.075em;
	transition: color 0.2s ease-out;
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--dark, #qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--main {
	opacity: 0;
}
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--light {
	opacity: 1;
}
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--svg-path, #qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--textual {
	color: var(--qode-header-light-color) !important;
}
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--svg-path:hover, #qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--textual:hover {
	color: var(--qode-header-light-hover-color) !important;
}
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--light, #qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--main {
	opacity: 0;
}
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--dark {
	opacity: 1;
}
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--svg-path, #qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--textual {
	color: var(--qode-header-dark-color) !important;
}
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--svg-path:hover, #qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--textual:hover {
	color: var(--qode-header-dark-hover-color) !important;
}

/* ==========================================================================
   Header layout styles
   ========================================================================== */
.qodef-header--centered #qodef-page-header {
	height: 148px;
}
.qodef-header--centered #qodef-page-header-inner {
	flex-direction: column;
	justify-content: center;
}
.qodef-header--centered #qodef-page-header-inner > div {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}
.qodef-header--centered #qodef-page-header-inner > div .qodef-widget-holder {
	margin-left: 0;
}
.qodef-header--centered #qodef-page-header-inner > div .qodef-header-navigation {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

/* ==========================================================================
   Header layout styles
   ========================================================================== */
.qodef-header--divided #qodef-page-header {
	height: 88px;
}
.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper,
.qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.qodef-header--divided #qodef-page-header .qodef-header-logo-link {
	justify-content: center;
	align-self: center;
}
.qodef-header--divided #qodef-page-header .qodef-header-navigation {
	margin: 0 56px;
}
.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper .qodef-header-navigation {
	margin-left: auto;
}
.qodef-header--divided #qodef-page-header .qodef-widget-holder {
	margin-left: 0;
}
.qodef-header--divided #qodef-page-header-inner {
	align-items: stretch;
	justify-content: center;
}

/* ==========================================================================
   Header layout styles
   ========================================================================== */
.qodef-header--minimal #qodef-page-header-inner .qodef-header-logo-link {
	margin-right: auto;
}
.qodef-header--minimal #qodef-page-header-inner .qodef-widget-holder {
	margin-right: 30px;
}

/* ==========================================================================
   Header layout styles
   ========================================================================== */
.qodef-header-standard--right #qodef-page-header-inner .qodef-header-navigation {
	margin-left: auto;
}
.qodef-header-standard--center #qodef-page-header-inner .qodef-header-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}
.qodef-header-standard--center #qodef-page-header-inner .qodef-header-logo {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	display: inline-flex;
	align-items: center;
}
.qodef-header-standard--center #qodef-page-header-inner .qodef-header-navigation {
	margin-left: auto;
	margin-right: auto;
}
.qodef-header-standard--center #qodef-page-header-inner .qodef-widget-holder {
	position: absolute;
	top: 0;
	right: 0;
	margin-left: 0;
}
.qodef-header-standard--left #qodef-page-header-inner .qodef-header-navigation {
	margin-right: auto;
}
.qodef-header-standard--left #qodef-page-header-inner .qodef-header-logo-link {
	margin-right: 80px;
}

/* ==========================================================================
   Fixed header styles
   ========================================================================== */
.qodef-header--fixed-display #qodef-top-area,
.qodef-header--fixed-display #qodef-page-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.qodef--boxed.qodef-header--fixed-display #qodef-top-area {
	left: 30px;
	width: calc(100% - 60px);
}

.qodef--boxed.qodef-header--fixed-display #qodef-page-header {
	left: 30px;
	width: calc(100% - 60px);
}

.qodef-header--fixed-display.admin-bar #qodef-top-area,
.qodef-header--fixed-display.admin-bar #qodef-page-header {
	top: 32px;
}

/* ==========================================================================
# Sticky Header default style
========================================================================== */
.qodef-header-sticky {
	position: fixed;
	top: 0;
	left: 0;
	height: 100px;
	width: 100%;
	background-color: #fff;
	transform: translateY(-100%);
	transition: transform 0.5s ease, top 0.5s ease;
	z-index: 100;
	border-bottom: 1px solid #d9d3b8;
}
.qodef-header--sticky-display .qodef-header-sticky {
	transform: translateY(0%);
}
.admin-bar.qodef-header--sticky-display .qodef-header-sticky {
	top: 32px;
}

.qodef-header-sticky-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	padding: 0 50px;
}
.qodef-header-sticky-inner.qodef-content-grid {
	padding: 0;
}
.qodef-header-standard--right .qodef-header-sticky-inner .qodef-header-logo-link {
	margin-right: auto;
}
.qodef-header-standard--left .qodef-header-sticky-inner {
	justify-content: flex-start;
}
.qodef-header-standard--left .qodef-header-sticky-inner .qodef-header-logo-link {
	margin-right: 80px;
}
.qodef-header-standard--left .qodef-header-sticky-inner .qodef-widget-holder {
	margin-left: auto !important;
}
.qodef-header--centered .qodef-header-sticky-inner .qodef-header-navigation {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

/* ==========================================================================
   Top area style - begin
   ========================================================================== */
#qodef-top-area {
	position: relative;
	background-color: transparent;
	z-index: 101; /* Header has Z-index 100, top header has greater value because of dropdown in header top (wpml) */
}
#qodef-top-area .qodef-widget-holder {
	display: flex;
	align-items: center;
	height: 100%;
}
#qodef-top-area .qodef-widget-holder.qodef--left {
	margin-right: auto;
}
#qodef-top-area .qodef-widget-holder.qodef--right {
	margin-left: auto;
}
#qodef-top-area .qodef-widget-holder .widget {
	margin: 0 23px;
}
#qodef-top-area .qodef-widget-holder .widget:first-child {
	margin-left: 0;
}
#qodef-top-area .qodef-widget-holder .widget:last-child {
	margin-right: 0;
}
#qodef-top-area .widget {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
#qodef-top-area .widget .textwidget > *,
#qodef-top-area .widget .widget p {
	margin: 0;
}
#qodef-top-area div[id^=monster-widget-placeholder],
#qodef-top-area div[id^=woo-monster-widget-placeholder] {
	display: none;
}

#qodef-top-area-inner {
	align-items: center;
	display: flex;
	height: 31px;
	justify-content: space-between;
	padding: 0 50px;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#qodef-top-area-inner.qodef-content-grid {
	padding: 0 !important;
}
#qodef-top-area-inner.qodef-alignment--center .qodef-widget-holder {
	margin: 0 auto;
}
#qodef-top-area-inner p {
	font-family: "Ibarra Real Nova", serif;
	font-style: italic;
	font-size: 16px;
	letter-spacing: 0.02em;
	display: inline-flex;
	vertical-align: middle;
	flex-wrap: wrap;
	color: inherit;
}

/* ==========================================================================
   Top area style - end
   ========================================================================== */
/* ==========================================================================
   Map styles
   ========================================================================== */
#qodef-multiple-map-notice {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 30px 15%;
	text-align: center;
	color: var(--qode-main-color);
	background-color: #fafafa;
}

.qodef-map-marker-holder {
	transform: translate(-50%, -100%);
	z-index: 10;
}
.qodef-map-marker-holder.qodef-active {
	z-index: 500;
}
.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:first-child {
	fill: #3EBEB4;
}
.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:last-child {
	fill: #51A69E;
}
.qodef-map-marker-holder#qodef-geo-location-marker .qodef-info-window {
	display: block;
}
.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:first-child {
	fill: #3EBEB4;
}
.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:last-child {
	fill: #51A69E;
}
.qodef-map-marker-holder .qodef-map-marker {
	position: relative;
	width: 50px;
	height: auto;
	transition: all 0.15s ease-out;
}
.qodef-map-marker-holder .qodef-map-marker .qodef-map-marker-inner {
	position: relative;
	width: 100%;
	height: 100%;
}
.qodef-map-marker-holder .qodef-map-marker svg {
	width: 100%;
	height: auto;
}
.qodef-map-marker-holder .qodef-map-marker svg path {
	transition: fill 0.2s ease-in-out;
}
.qodef-map-marker-holder .qodef-map-marker:hover svg path:first-child {
	fill: #3EBEB4;
}
.qodef-map-marker-holder .qodef-map-marker:hover svg path:last-child {
	fill: #51A69E;
}
.qodef-map-marker-holder .qodef-info-window {
	position: absolute;
	top: -10px;
	left: -17px;
	display: none;
	min-width: 284px;
	background-color: #fff;
	border: 1px solid #aab298;
	border-radius: 4px;
	box-shadow: 3px 3px 15px 0 rgba(36, 51, 5, 0.5);
	z-index: 10;
	transition: opacity 0.3s ease;
	transform: translate(0, -100%);
}
.qodef-map-marker-holder .qodef-info-window-inner {
	position: relative;
	display: flex;
	align-items: center;
	padding: 8px;
}
.qodef-map-marker-holder .qodef-info-window-inner:after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 35px;
	width: 5px;
	height: 5px;
	background-color: #fff;
	border-top: 1px solid #aab298;
	border-left: 1px solid #aab298;
	transform: rotate(-135deg);
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image {
	margin-right: 12px;
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image img {
	display: block;
	width: 65px;
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-title {
	margin: 0;
	transition: color 0.2s ease-out;
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-location {
	margin: 3px 0 0;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	line-height: 1.2em;
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link:hover ~ .qodef-info-window-details .qodef-info-window-title {
	color: var(--qode-main-color);
}

/* cluster marker - begin */
.qodef-cluster-marker {
	width: 50px;
	height: auto;
}
.qodef-cluster-marker.qodef-active svg path:first-child, .qodef-cluster-marker:hover svg path:first-child {
	fill: #3EBEB4;
}
.qodef-cluster-marker.qodef-active svg path:last-child, .qodef-cluster-marker:hover svg path:last-child {
	fill: #51A69E;
}
.qodef-cluster-marker .qodef-cluster-marker-inner {
	position: relative;
}
.qodef-cluster-marker .qodef-cluster-marker-inner .qodef-cluster-marker-number {
	position: absolute;
	top: -4px;
	left: 0;
	right: 0;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	color: #243305;
}
.qodef-cluster-marker svg {
	width: 100%;
	height: auto;
}
.qodef-cluster-marker svg path {
	transition: fill 0.2s ease-in-out;
}

/* noUiSlider - begin */
.qodef-places-geo-radius {
	position: absolute;
	left: 0;
	top: calc(100% + 10px);
	width: 100%;
	height: 48px;
	display: none;
	padding: 10px 20px;
	background-color: #fff;
	border: 1px solid #aab298;
	z-index: 9999;
}
.qodef-places-geo-radius .qodef-range-slider-label {
	display: inline-flex;
	align-items: center;
	height: 100%;
}
.qodef-places-geo-radius .noUi-target {
	position: relative;
	display: inline-flex;
	height: 3px;
	width: calc(100% - 70px);
	background-color: #eaeaea;
	border: 0;
	direction: ltr;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	touch-action: none;
	-ms-user-select: none;
	user-select: none;
	margin-left: 10px;
}
.qodef-places-geo-radius .noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	touch-action: none;
	-ms-user-select: none;
	user-select: none;
}
.qodef-places-geo-radius .noUi-target .noUi-base {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.qodef-places-geo-radius .noUi-target .noUi-connects {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
}
.qodef-places-geo-radius .noUi-target .noUi-connect,
.qodef-places-geo-radius .noUi-target .noUi-origin {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	will-change: transform;
	transform-origin: 0 0;
}
.qodef-places-geo-radius .noUi-target .noUi-connect {
	background-color: var(--qode-main-color);
}
.qodef-places-geo-radius .noUi-target .noUi-handle {
	position: absolute;
	top: -3px;
	left: auto;
	right: -9px;
	width: 9px;
	height: 9px;
	background-color: var(--qode-main-color);
	cursor: pointer;
}
.qodef-places-geo-radius .noUi-target .noUi-tooltip {
	position: absolute;
	left: 50%;
	bottom: 7px;
	display: block;
	font-size: 12px;
	white-space: nowrap;
	transform: translateX(-50%);
}
.qodef-places-geo-radius .noUi-target .noUi-tooltip:after {
	content: " km";
}
.qodef-places-geo-radius .noUi-state-drag * {
	cursor: inherit !important;
}
.qodef-places-geo-radius .noUi-draggable {
	cursor: ew-resize;
}
.qodef-places-geo-radius [disabled].noUi-target,
.qodef-places-geo-radius [disabled].noUi-handle,
.qodef-places-geo-radius [disabled] .noUi-handle {
	cursor: not-allowed !important;
}

#qodef-page-mobile-header {
	background-color: #fff;
}
#qodef-page-mobile-header .qodef-widget-holder {
	display: flex;
	align-items: center;
	height: 100%;
}
#qodef-page-mobile-header .qodef-widget-holder .widget {
	margin: 0 0 0 12px;
}
#qodef-page-mobile-header .widget {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
#qodef-page-mobile-header .widget .textwidget > *,
#qodef-page-mobile-header .widget .widget p {
	margin: 0;
}
#qodef-page-mobile-header div[id^=monster-widget-placeholder],
#qodef-page-mobile-header div[id^=woo-monster-widget-placeholder] {
	display: none;
}
#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened {
	color: #000;
}
#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon {
	visibility: hidden;
}
#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon.qodef--close {
	visibility: visible;
	top: 2px;
	right: -10px;
}
.qodef-mobile-header--sticky #qodef-page-mobile-header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	transform: translateY(-100%);
}
.qodef-mobile-header--sticky-animation #qodef-page-mobile-header {
	transition: transform 0.3s ease, top 0.3s ease;
}
.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
	transform: translateY(0%);
}
.admin-bar.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
	top: 46px;
}

.qodef--passepartout #qodef-page-mobile-header-inner {
	padding: 0;
}

.qodef-mobile-header-navigation ul li .qodef-content-grid {
	width: 100%;
}

/* ==========================================================================
   Mobile Logo styles
   ========================================================================== */
#qodef-page-mobile-header .qodef-header-logo-image.qodef--customizer {
	max-height: 100%;
	width: auto;
	margin-right: auto;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
	opacity: 1;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark, #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
	opacity: 0;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link img:not(.qodef--main) {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path svg {
	display: block;
	width: 50px;
	height: auto;
	fill: currentColor;
	stroke: currentColor;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	color: #243305;
	font-size: 35px;
	line-height: 1.1714285714em;
	letter-spacing: 0.075em;
	transition: color 0.2s ease-out;
}

/* ==========================================================================
   Mobile Header styles
   ========================================================================== */
.qodef-mobile-header-navigation ul li a .qodef-menu-item-icon {
	margin-right: 5px;
}
.qodef-mobile-header-navigation ul li.qodef--hide-link > a {
	cursor: default;
}
.qodef-mobile-header-navigation .qodef-mega-menu-widget-holder {
	display: none;
}

/* ==========================================================================
   Mobile header layout styles
   ========================================================================== */
.qodef-mobile-header--minimal #qodef-page-mobile-header-inner {
	justify-content: flex-end;
}
.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
	margin-right: auto;
}
.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-opener-icon {
	margin-left: 20px;
}

.qodef-fullscreen-menu--opened {
	overflow-y: hidden;
}
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
	opacity: 1;
}
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main, .qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark {
	opacity: 0;
}
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path, .qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
	color: var(--qode-header-light-color) !important;
}
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path:hover, .qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual:hover {
	color: var(--qode-header-light-hover-color) !important;
}

/* ==========================================================================
   Mobile Header layout styles
   ========================================================================== */
.qodef-mobile-header--side-area #qodef-page-mobile-header-inner .qodef-side-area-mobile-header-opener {
	margin-left: 20px;
}

#qodef-side-area-mobile-header {
	position: fixed;
	top: 0;
	right: -340px;
	width: 340px;
	height: 100vh;
	display: flex;
	align-items: center;
	padding: 70px 60px;
	background-color: #faf9f5;
	overflow: hidden;
	visibility: hidden;
	z-index: 9999;
	transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
#qodef-side-area-mobile-header .qodef-m-close {
	position: absolute;
	top: 26px;
	right: 40px;
	display: block;
	z-index: 1000;
	color: #fff;
}
#qodef-side-area-mobile-header .qodef-m-navigation {
	width: 100%;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li {
	position: relative;
	padding: 0;
	margin: 0;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-drop-down-second {
	display: none;
	transform: translateZ(0);
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-drop-down-second-inner {
	position: relative;
	display: block;
	padding: 0;
	z-index: 997;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-menu-item-arrow {
	position: absolute;
	top: -1px;
	right: -3px;
	width: 22px;
	height: auto;
	color: #fff;
	z-index: 9;
	cursor: pointer;
	transition: color 0.2s ease-out;
	transform: rotate(0);
	transition: transform 0.2s ease-out, color 0.2s ease-out;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-menu-item-arrow:hover {
	color: #fff;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li > a {
	position: relative;
	display: flex;
	white-space: normal;
	margin: 10px 0;
	overflow: hidden;
	transition: padding 0.2s ease-out;
	padding-right: 17px;
	font-family: "Ibarra Real Nova", serif;
	font-style: italic;
	font-size: 17px;
	letter-spacing: 0.02em;
	display: inline-flex;
	vertical-align: middle;
	flex-wrap: wrap;
	color: #fff;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li > a .qodef-menu-item-icon {
	flex-shrink: 0;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li > a:before {
	content: "";
	position: absolute;
	transform: translateX(4px);
	transition: left 0.2s ease-out, right 0.2s ease-out;
	left: -17px;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li:hover > a, #qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-ancestor > a, #qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-item > a {
	padding-left: 17px;
	padding-right: 0;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li:hover > a:before, #qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-ancestor > a:before, #qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-item > a:before {
	left: 0;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul ul {
	display: none;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li.qodef--hide-link > a {
	cursor: default;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li.qodef-menu-item--open > .qodef-menu-item-arrow {
	transform: rotate(90deg);
}
#qodef-side-area-mobile-header .qodef-m-navigation .qodef-menu-item-icon {
	margin-right: 5px;
}
#qodef-side-area-mobile-header .qodef-m-navigation .qodef-mega-menu-widget-holder {
	display: none;
}
#qodef-side-area-mobile-header .qodef-m-navigation > ul > li > a {
	font-size: 14px;
	line-height: 2.1428571429em;
	font-weight: 500;
	font-family: "Barlow Condensed", sans-serif;
	letter-spacing: 0.175em;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
}
#qodef-side-area-mobile-header .qodef-m-navigation > ul > li > a .qodef-menu-item-text {
	position: relative;
}
#qodef-side-area-mobile-header .qodef-m-navigation > ul > li > a .qodef-menu-item-text:after {
	content: "";
	position: absolute;
	top: 14px;
	left: -0.2em;
	right: -0.2em;
	height: 1px;
	background: currentColor;
	transform-origin: left;
	transform: scaleX(0);
	transition: transform 0.35s ease-out;
}
#qodef-side-area-mobile-header .qodef-m-navigation > ul > li > a:hover .qodef-menu-item-text:after {
	transform: scaleX(1);
}
#qodef-side-area-mobile-header .qodef-m-navigation > ul > li.current-menu-ancestor > a .qodef-menu-item-text:after, #qodef-side-area-mobile-header .qodef-m-navigation > ul > li.current-menu-item > a .qodef-menu-item-text:after {
	transform: scaleX(1);
}
#qodef-side-area-mobile-header .qodef-widget-holder {
	position: absolute;
	left: 60px;
	bottom: 20px;
	width: calc(100% - 2 * 60px);
	height: auto;
}
#qodef-side-area-mobile-header .qodef-widget-holder .widget {
	margin: 0;
}
.admin-bar #qodef-side-area-mobile-header {
	top: 32px;
	height: calc(100vh - 32px);
}
#qodef-side-area-mobile-header.qodef--opened {
	right: 0;
	visibility: visible;
}

/* ==========================================================================
   Mobile Header layout styles
   ========================================================================== */
.qodef-mobile-header--standard #qodef-page-mobile-header-inner {
	justify-content: flex-end;
}
.qodef-mobile-header--standard #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
	margin-right: auto;
}

/* ==========================================================================
   Navigation Menu styles
   ========================================================================== */
.qodef-header-navigation .qodef-menu-item-icon {
	display: block;
	margin-right: 5px;
	line-height: inherit;
}
.qodef-header-navigation .qodef-menu-item-icon:before {
	display: block;
	line-height: inherit;
}
.qodef-header-navigation ul li .qodef-drop-down-second {
	position: absolute;
	top: 100%;
	left: 0;
	display: block;
	width: auto;
	height: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	z-index: 10;
	transform: translateY(10px);
	transition: opacity 0.2s ease-out, transform 0.4s ease, visibility 0.1s 0.2s;
}
.qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start {
	opacity: 1;
	visibility: visible;
	overflow: visible;
	z-index: 20;
	transform: translateY(0);
	transition-duration: 0.3s, 0.4s, 0s;
	transition-delay: 0s, 0s, 0s;
}
.qodef-header-navigation ul li .qodef-mega-menu-widget-holder {
	display: none;
	white-space: normal;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second.qodef-drop-down--right {
	left: auto;
	right: 0;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner > ul {
	position: relative;
	top: auto;
	opacity: 1;
	visibility: visible;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder {
	display: block;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
	padding: 15px 0 6px 0;
	background-color: #ffffff;
	border: 1px solid #d9d3b8;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner:not(.qodef-content-grid), .qodef--boxed .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner {
	padding: 0 50px;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul {
	display: flex;
	justify-content: space-between;
	padding: 24px 0;
	margin: 0 -15px;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li {
	width: 100%;
	padding: 0 15px;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li > a {
	font-size: 14px;
	line-height: 2.1428571429em;
	font-weight: 500;
	font-family: "Barlow Condensed", sans-serif;
	letter-spacing: 0.175em;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	color: #000;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li > a .qodef-menu-item-text {
	position: relative;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li > a .qodef-menu-item-text:after {
	content: "";
	position: absolute;
	top: 14px;
	left: -0.2em;
	right: -0.2em;
	height: 1px;
	background: currentColor;
	transform-origin: left;
	transform: scaleX(0);
	transition: transform 0.35s ease-out;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li > a:hover .qodef-menu-item-text:after {
	transform: scaleX(1);
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li .qodef-menu-item-arrow {
	display: none;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul {
	padding-top: 12px;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li > a {
	font-family: "Ibarra Real Nova", serif;
	font-style: italic;
	font-size: 17px;
	letter-spacing: 0.02em;
	display: inline-flex;
	vertical-align: middle;
	flex-wrap: wrap;
	color: var(--qode-main-color);
	position: relative;
	display: flex;
	white-space: normal;
	margin: 10px 0;
	overflow: hidden;
	transition: padding 0.2s ease-out;
	padding-right: 17px;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li > a .qodef-menu-item-icon {
	flex-shrink: 0;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li > a:before {
	content: "";
	position: absolute;
	transform: translateX(4px);
	transition: left 0.2s ease-out, right 0.2s ease-out;
	left: -17px;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li:hover > a, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li.current-menu-item > a {
	padding-left: 17px;
	padding-right: 0;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li:hover > a:before, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li.current-menu-item > a:before {
	left: 0;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.current-menu-ancestor > a .qodef-menu-item-text:after, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.current-menu-item > a .qodef-menu-item-text:after {
	transform: scaleX(1);
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.qodef--hide-link:not(.current-menu-ancestor):not(.current-menu-item) > a:hover .qodef-menu-item-text:after {
	transform: scaleX(1);
}

body:not(.qodef-drop-down-second--full-width) .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner {
	padding: 0 50px;
}

/* ==========================================================================
   Opener icon styles
   ========================================================================== */
.qodef-opener-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
.qodef-opener-icon .qodef-m-icon {
	position: relative;
	visibility: visible;
}
.qodef-opener-icon .qodef-m-icon.qodef--close {
	position: absolute;
	top: 0;
	right: 0;
	visibility: hidden;
}
.qodef-opener-icon.qodef-source--icon-pack {
	font-size: 35px;
}
.qodef-opener-icon.qodef-source--icon-pack * {
	display: inline-block;
	line-height: inherit;
}
.qodef-opener-icon.qodef-source--icon-pack *:before {
	display: inline-block;
	line-height: inherit;
}
.qodef-opener-icon.qodef-source--icon-pack.qodef--opened .qodef-m-icon.qodef--open {
	visibility: hidden;
}
.qodef-opener-icon.qodef-source--icon-pack.qodef--opened .qodef-m-icon.qodef--close {
	visibility: visible;
}
.qodef-opener-icon.qodef-source--svg-path span {
	position: relative;
}
.qodef-opener-icon.qodef-source--svg-path span > * {
	vertical-align: middle;
}
.qodef-opener-icon.qodef-source--svg-path span > *,
.qodef-opener-icon.qodef-source--svg-path span path {
	fill: currentColor;
	stroke: currentColor;
}
.qodef-opener-icon.qodef-source--svg-path.qodef--opened .qodef-m-icon.qodef--open {
	visibility: hidden;
}
.qodef-opener-icon.qodef-source--svg-path.qodef--opened .qodef-m-icon.qodef--close {
	visibility: visible;
}
.qodef-opener-icon.qodef-source--predefined {
	--close-bottom: 10px;
}
.qodef-opener-icon.qodef-source--predefined.qodef-fullscreen-menu-opener {
	--close-bottom: 0;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-lines {
	position: relative;
	display: block;
	width: 41px;
	height: 11px;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-line {
	position: absolute;
	left: 0;
	height: 1px;
	width: 100%;
	background-color: currentColor;
	transition: top 0.15s ease, transform 0.3s ease;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--1 {
	top: 0;
	transform-origin: left;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--2 {
	top: 5px;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--3 {
	bottom: 0;
	transform: scaleX(0.72);
	transform-origin: right;
}
.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-line.qodef--1 {
	transform: scaleX(0.72);
}
.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-line.qodef--3 {
	transform: scaleX(1);
}
.qodef-opener-icon.qodef-source--predefined .qodef--close .qodef-m-line.qodef--1 {
	top: calc(50% - 1px);
	transform-origin: center;
	transform: rotate(45deg);
}
.qodef-opener-icon.qodef-source--predefined .qodef--close .qodef-m-line.qodef--2 {
	top: calc(50% - 1px);
	transform: rotate(-45deg);
}
.qodef-opener-icon.qodef-source--predefined .qodef--close .qodef-m-line.qodef--3 {
	opacity: 0;
}
.qodef-opener-icon.qodef-source--predefined .qodef--close .qodef-m-lines {
	overflow: hidden;
	height: 28px;
	bottom: var(--close-bottom);
	width: 40px;
}
.qodef-opener-icon.qodef-source--predefined .qodef--close .qodef-m-lines:after, .qodef-opener-icon.qodef-source--predefined .qodef--close .qodef-m-lines:before {
	content: "";
	position: absolute;
	display: block;
	top: calc(50% - 1px);
	width: 100%;
	height: 1px;
	background-color: currentColor;
	transition: transform 0.3s ease;
	transition-delay: 0s;
}
.qodef-opener-icon.qodef-source--predefined .qodef--close .qodef-m-lines:before {
	transform: rotate(45deg) translateX(calc(-100% - 1px));
}
.qodef-opener-icon.qodef-source--predefined .qodef--close .qodef-m-lines:after {
	transform: rotate(-45deg) translateX(calc(-100% - 1px));
}
.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-icon:not(.qodef--open) .qodef-m-line.qodef--1 {
	top: calc(50% - 1px);
	transform-origin: center;
	transform: rotate(45deg);
}
.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-icon:not(.qodef--open) .qodef-m-line.qodef--2 {
	top: calc(50% - 1px);
	transform: rotate(-45deg);
}
.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-icon:not(.qodef--open) .qodef-m-line.qodef--3 {
	opacity: 0;
}
.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-icon:not(.qodef--open) .qodef-m-lines {
	overflow: hidden;
	height: 28px;
	bottom: var(--close-bottom);
	width: 40px;
}
.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-icon:not(.qodef--open) .qodef-m-lines:after, .qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-icon:not(.qodef--open) .qodef-m-lines:before {
	content: "";
	position: absolute;
	display: block;
	top: calc(50% - 1px);
	width: 100%;
	height: 1px;
	background-color: currentColor;
	transition: transform 0.3s ease;
	transition-delay: 0s;
}
.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-icon:not(.qodef--open) .qodef-m-lines:before {
	transform: rotate(45deg) translateX(calc(-100% - 1px));
}
.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-icon:not(.qodef--open) .qodef-m-lines:after {
	transform: rotate(-45deg) translateX(calc(-100% - 1px));
}
.qodef-opener-icon.qodef-source--predefined.qodef--opened.qodef-mobile-header-opener .qodef-m-icon:not(.qodef--open) .qodef-m-lines {
	height: 15px;
	bottom: 0;
}
.qodef-opener-icon.qodef-source--predefined.qodef--opened:hover .qodef-m-icon:not(.qodef--open) .qodef-m-lines .qodef-m-line.qodef--1 {
	transform: rotate(45deg) translateX(calc(100% + 1px));
	transition-delay: 0s;
}
.qodef-opener-icon.qodef-source--predefined.qodef--opened:hover .qodef-m-icon:not(.qodef--open) .qodef-m-lines .qodef-m-line.qodef--2 {
	transform: rotate(-45deg) translateX(calc(100% + 1px));
	transition-delay: 0.15s;
}
.qodef-opener-icon.qodef-source--predefined.qodef--opened:hover .qodef-m-icon:not(.qodef--open) .qodef-m-lines:before {
	transform: rotate(45deg) translateX(0);
	transition-delay: 0.3s;
}
.qodef-opener-icon.qodef-source--predefined.qodef--opened:hover .qodef-m-icon:not(.qodef--open) .qodef-m-lines:after {
	transform: rotate(-45deg) translateX(0);
	transition-delay: 0.45s;
}
.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-icon.qodef--open {
	display: none;
}
.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-icon.qodef--close {
	position: relative;
	top: auto;
	right: auto;
	visibility: visible;
}

/* ==========================================================================
   #Parallax Background styles - start
   ========================================================================== */
.qodef-parallax {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.qodef-parallax.elementor-inner-section {
	height: 100%;
}
.qodef-parallax:nth-of-type(odd) .qodef-parallax-img-holder {
	--qode-y-px: calc(var(--qode-y) * 1px);
	transform: translateY(var(--qode-y-px)) translateZ(0px);
}

.qodef-parallax-row-holder {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.qodef-parallax-img-holder {
	position: absolute;
	top: 0;
	left: 0;
	height: 120%;
	width: 100%;
	opacity: 0;
}
.qodef-page-title .qodef-parallax-img-holder {
	min-height: 500px;
}

.qodef-parallax-content-holder {
	position: relative;
	z-index: 99;
}

.qodef-parallax-img-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	will-change: transform;
}

img.qodef-parallax-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: unset;
}
.elementor img.qodef-parallax-img {
	height: 100%;
	max-width: unset;
}

/* ==========================================================================
   #Parallax Background styles - end
   ========================================================================== */
/* ==========================================================================
   Contact Form 7 widget styles
   ========================================================================== */
.rs-layer,
.qodef-contact-form-7 {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.rs-layer p,
.qodef-contact-form-7 p {
	margin: 0;
}
.rs-layer br,
.qodef-contact-form-7 br {
	display: none;
}
.rs-layer .ajax-loader,
.qodef-contact-form-7 .ajax-loader {
	display: none;
}
.rs-layer .wpcf7-form-control-wrap,
.qodef-contact-form-7 .wpcf7-form-control-wrap {
	display: block;
	max-width: 100%;
}
.rs-layer .wpcf7-not-valid-tip,
.qodef-contact-form-7 .wpcf7-not-valid-tip {
	margin: 10px 0 0 0;
}
.rs-layer .wpcf7-response-output,
.qodef-contact-form-7 .wpcf7-response-output {
	border-width: 1px !important;
	margin: 2em 0 0 0 !important;
	padding: 1em 1.5em !important;
}
.rs-layer .wpcf7-form,
.qodef-contact-form-7 .wpcf7-form {
	position: relative;
}
.rs-layer .wpcf7-form:before,
.qodef-contact-form-7 .wpcf7-form:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	content: "";
	visibility: hidden;
	z-index: 98;
}
.rs-layer .wpcf7-form:after,
.qodef-contact-form-7 .wpcf7-form:after {
	animation: qode-rotate 2s linear infinite;
	background-color: transparent;
	border: 2px solid #fafafa;
	border-radius: 50%;
	border-top: 2px solid var(--qode-main-color);
	content: "";
	height: 24px;
	left: calc(50% - 12px);
	opacity: 1;
	position: absolute;
	top: calc(50% - 12px);
	visibility: hidden;
	width: 24px;
	z-index: 99;
}
.rs-layer .wpcf7-form.submitting > *,
.qodef-contact-form-7 .wpcf7-form.submitting > * {
	opacity: 0.3;
}
.rs-layer .wpcf7-form.submitting:before, .rs-layer .wpcf7-form.submitting:after,
.qodef-contact-form-7 .wpcf7-form.submitting:before,
.qodef-contact-form-7 .wpcf7-form.submitting:after {
	visibility: visible;
}
.rs-layer .wpcf7-liform-submitst-item,
.qodef-contact-form-7 .wpcf7-liform-submitst-item {
	margin-left: 59px;
}
.rs-layer .wpcf7-liform-submitst-item:first-child,
.qodef-contact-form-7 .wpcf7-liform-submitst-item:first-child {
	margin: 0;
}
.rs-layer .wpcf7-liform-submitst-item .wpcf7-list-item-label:before,
.qodef-contact-form-7 .wpcf7-liform-submitst-item .wpcf7-list-item-label:before {
	display: none;
}
.rs-layer .qodef-cf-options,
.qodef-contact-form-7 .qodef-cf-options {
	margin: 20px 0 12px;
}
.rs-layer .wpcf7-submit,
.qodef-contact-form-7 .wpcf7-submit {
	margin-top: 11px;
}
.rs-layer .qodef-skin--light input,
.qodef-contact-form-7 .qodef-skin--light input {
	border-color: #fff;
	color: #fff;
}
.rs-layer .qodef-cf-newsletter,
.qodef-contact-form-7 .qodef-cf-newsletter {
	display: grid;
	grid-template-columns: minmax(0, 100%) auto;
	gap: 7px;
}
.rs-layer .qodef-cf-newsletter button,
.qodef-contact-form-7 .qodef-cf-newsletter button {
	padding-left: 62px;
	padding-right: 62px;
}
.rs-layer .qodef-cf-newsletter .wpcf7-form-control-wrap,
.qodef-contact-form-7 .qodef-cf-newsletter .wpcf7-form-control-wrap {
	margin: 0;
}
@media only screen and (max-width: 680px) {
	.rs-layer .qodef-cf-newsletter,
	.qodef-contact-form-7 .qodef-cf-newsletter {
		grid-template-columns: none;
	}
	.rs-layer .qodef-cf-newsletter button,
	.qodef-contact-form-7 .qodef-cf-newsletter button {
		justify-content: center;
		margin-top: 10px;
	}
}
.rs-layer .qodef-cf-reservation .qodef-grid > .qodef-grid-inner,
.qodef-contact-form-7 .qodef-cf-reservation .qodef-grid > .qodef-grid-inner {
	column-gap: 10px;
}
.rs-layer .qodef-cf-reservation .wpcf7-list-item,
.qodef-contact-form-7 .qodef-cf-reservation .wpcf7-list-item {
	margin: 0;
}
.rs-layer .qodef-cf-reservation .qodef-cf-options,
.qodef-contact-form-7 .qodef-cf-reservation .qodef-cf-options {
	display: grid;
	grid-template-columns: minmax(0, auto) minmax(0, 1fr);
	column-gap: 106px;
}
.rs-layer .qodef-cf-reservation .qodef-cf-options .wpcf7-radio,
.qodef-contact-form-7 .qodef-cf-reservation .qodef-cf-options .wpcf7-radio {
	display: inline-flex;
	gap: 60px;
}
@media only screen and (max-width: 680px) {
	.rs-layer .qodef-cf-reservation .qodef-cf-options,
	.qodef-contact-form-7 .qodef-cf-reservation .qodef-cf-options {
		grid-template-columns: auto;
		row-gap: 1px;
	}
}
.rs-layer .wpcf7-list-item-label:before,
.qodef-contact-form-7 .wpcf7-list-item-label:before {
	display: none;
}

/* ==========================================================================
   Instagram List shortcode styles
   ========================================================================== */
.qodef-instagram-list #sb_instagram {
	padding: 0 !important;
	overflow: hidden !important;
}
html.elementor-html .qodef-instagram-list #sb_instagram #sbi_images .sbi_item.sbi_transition {
	opacity: 1 !important;
}
.qodef-instagram-list .sbi_photo_wrap a {
	background-image: none !important;
	height: auto !important;
	padding-bottom: 0 !important;
}
.qodef-instagram-list .sbi_photo_wrap a:after {
	color: white;
	content: "\f16d";
	font-family: "Font Awesome 5 Brands";
	font-size: 20px;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.2s ease-out;
}
.qodef-instagram-list .sbi_photo_wrap a:hover:after {
	opacity: 1;
}
.qodef-instagram-list .sbi_photo_wrap a img {
	display: inline-block !important;
}
.qodef-instagram-list.qodef-swiper-container #sb_instagram #sbi_images .sbi_item {
	margin: inherit !important;
}

/* ==========================================================================
   Instagram List shortcode styles
   ========================================================================== */
.qodef-yith-wccl--predefined .select_box {
	display: inline-block;
}
.qodef-yith-wccl--predefined .select_box:after {
	display: none;
}
.qodef-yith-wccl--predefined .select_box .select_option {
	vertical-align: middle;
	border: 0;
	margin: 0 10px 0 0;
	display: inline-block;
	float: none;
	position: relative;
}
.qodef-yith-wccl--predefined .select_box .select_option:last-child {
	margin-right: 0;
}
.qodef-yith-wccl--predefined .select_box .select_option > span:not(.yith_wccl_tooltip) {
	border: 0;
	min-width: auto;
	width: auto;
	height: auto;
	line-height: inherit;
}
.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip {
	width: 100px;
}
.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip > span {
	background: #fff;
	border-radius: 0;
	border: 1px solid #aab298 !important;
	padding: 10px;
	color: #333333;
}
.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip.top span:after {
	top: 100%;
	bottom: auto;
}
.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option {
	width: 13px;
	height: 13px;
	position: relative;
}
.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option > span:not(.yith_wccl_tooltip) {
	width: 13px;
	height: 13px;
	border-radius: 100%;
}
.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option.selected:after {
	content: "";
	position: absolute;
	left: 5px;
	bottom: 5px;
	width: 3px;
	height: 3px;
	border-radius: 100%;
	background-color: #000;
}
.qodef-yith-wccl--predefined .select_box.select_box_image .select_option {
	border: 1px solid transparent;
	padding: 1px;
}
.qodef-yith-wccl--predefined .select_box.select_box_image .select_option > img:not(.yith_wccl_tooltip) {
	width: 40px;
	height: 40px;
	object-fit: cover;
}
.qodef-yith-wccl--predefined .select_box.select_box_image .select_option.selected {
	border-color: #243305;
}
.qodef-yith-wccl--predefined .select_box.select_box_label > * {
	display: inline-flex;
	flex-wrap: wrap;
	font-family: "Ibarra Real Nova", serif;
	font-style: italic;
	font-size: 17px;
	letter-spacing: 0.02em;
	display: inline-flex;
	vertical-align: middle;
	flex-wrap: wrap;
	color: var(--qode-main-color);
}
.qodef-yith-wccl--predefined .select_box.select_box_label .select_option {
	transition: color 0.2s ease-out;
	margin: 0;
}
.qodef-yith-wccl--predefined .select_box.select_box_label .select_option:after {
	content: ",";
	margin-right: 5px;
}
.qodef-yith-wccl--predefined .select_box.select_box_label .select_option:last-of-type:after {
	display: none;
}
.qodef-yith-wccl--predefined .select_box.select_box_label .select_option.selected {
	color: var(--qode-main-color);
}
.qodef-yith-wccl--predefined li.product .variations_form.cart {
	margin: 0 0 0 20px;
}
.qodef-yith-wccl--predefined li.product .variations_form.cart div.variations {
	margin-bottom: 10px;
	text-align: right;
}
.qodef-yith-wccl--predefined li.product .variations_form.cart div.variations:last-child {
	margin-bottom: 0;
}

#yith-quick-view-modal .yith-quick-view-overlay {
	background: rgba(255, 255, 255, 0.79) !important;
}
#yith-quick-view-modal .yith-wcqv-wrapper {
	height: auto !important;
	width: 960px !important;
	max-width: 90vw !important;
}
#yith-quick-view-modal .yith-wcqv-main {
	box-shadow: 3px 3px 15px 0 rgba(36, 51, 5, 0.5) !important;
	overflow-y: hidden !important;
	max-height: 90vh !important;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner {
	margin: 0;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner > * {
	padding: 0;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image {
	align-self: stretch;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .qodef-woo-product-mark {
	transform: translateX(0);
}
#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image *:not(.qodef-woo-product-mark) {
	height: 100%;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
	margin: 0 !important;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
	object-fit: cover;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image {
	width: 100% !important;
	margin: 0 !important;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > .qodef-woo-thumbnails-wrapper {
	display: none !important;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary {
	align-self: center;
	padding: 30px;
}
#yith-quick-view-modal #yith-quick-view-close {
	border: 0 !important;
	font-size: 0;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 0;
	width: 25px;
	height: 25px;
}
#yith-quick-view-modal #yith-quick-view-close:after {
	display: block;
	line-height: 25px;
	padding: 0 3px;
	position: relative;
	font-size: 18px;
	font-family: "ElegantIcons";
	content: "M";
}
body:not([class*=chateau-core]) #yith-quick-view-modal #yith-quick-view-close:after {
	content: "x";
	font-family: initial;
}
#yith-quick-view-modal .qodef-yith-wcqv-link {
	margin-top: 38px;
}

.qodef-yith-wcqv--predefined .yith-wcqv-button {
	font-size: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1 !important;
	background-color: transparent !important;
}
.qodef-yith-wcqv--predefined .yith-wcqv-button:before {
	font-size: 22px;
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	content: "\f06e";
}
.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button {
	color: #fff !important;
}
.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button:hover {
	color: var(--qode-main-color) !important;
}
.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button .blockUI {
	display: none !important;
}

/* ==========================================================================
   WooCommerce mixins - start
   ========================================================================== */
/* ==========================================================================
   WooCommerce mixins - end
   ========================================================================== */
.yith-wcwl-form .wishlist-title-container {
	display: none !important;
}
.yith-wcwl-form .shop_table {
	font-size: 100%;
}
.yith-wcwl-form .shop_table tr {
	border-left: none;
	border-right: none;
	border-top: none;
}
.yith-wcwl-form .shop_table th, .yith-wcwl-form .shop_table td {
	padding: 15px 0 15px 15px;
	vertical-align: middle;
	text-align: left;
	border: 0;
}
.yith-wcwl-form .shop_table th:first-child, .yith-wcwl-form .shop_table td:first-child {
	padding-left: 0;
}
.yith-wcwl-form .shop_table th {
	color: #000;
	font-size: 14px;
	line-height: 2.1428571429em;
	font-weight: 500;
	font-family: "Barlow Condensed", sans-serif;
	letter-spacing: 0.175em;
	color: #243305;
	text-transform: uppercase;
}
.yith-wcwl-form .shop_table td ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.yith-wcwl-form .shop_table td ul li {
	margin: 0 0 10px;
	padding: 0;
}
.yith-wcwl-form .shop_table td ul li:last-child {
	margin-bottom: 0;
}
.yith-wcwl-form .shop_table td ul li label {
	margin-bottom: 0;
}
.yith-wcwl-form .shop_table p {
	margin: 0;
}
.yith-wcwl-form .shop_table .variation:before, .yith-wcwl-form .shop_table .variation:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.yith-wcwl-form .shop_table .variation:after {
	clear: both;
}
.yith-wcwl-form .shop_table .variation dt {
	clear: left;
	float: left;
	font-weight: initial;
}
@media only screen and (max-width: 680px) {
	.yith-wcwl-form .shop_table .variation dt {
		float: none;
		width: 100%;
	}
}
.yith-wcwl-form .shop_table .variation dd {
	clear: right;
	float: left;
	margin: 0 0 0 5px;
}
@media only screen and (max-width: 680px) {
	.yith-wcwl-form .shop_table .variation dd {
		float: none;
		margin: 0;
		width: 100%;
	}
}
.yith-wcwl-form .wishlist_table.shop_table tr th {
	background: transparent !important;
}
.yith-wcwl-form .wishlist_table.shop_table tr th.product-remove {
	width: auto !important;
}
.yith-wcwl-form .wishlist_table.shop_table tr td {
	background: transparent !important;
	color: #333333 !important;
	border-color: transparent !important;
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .button,
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart {
	font-size: 14px;
	line-height: 2.1428571429em;
	font-weight: 500;
	font-family: "Barlow Condensed", sans-serif;
	letter-spacing: 0.175em;
	position: relative !important;
	display: inline-flex !important;
	vertical-align: middle !important;
	width: auto !important;
	margin: 0 !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	border-radius: 0 !important;
	outline: none !important;
	transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out !important;
	padding: 12px 50px 11px !important;
	cursor: pointer !important;
	z-index: 3 !important;
	color: var(--qode-main-color) !important;
	background-color: transparent !important;
	border: 0;
	margin-top: 1px;
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .button .qodef-disc-btn,
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart .qodef-disc-btn {
	position: absolute;
	content: "";
	background-color: var(--qode-gurkha-color);
	transition: width 1s ease;
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .button .qodef-disc-btn-top-left,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button .qodef-disc-btn-bottom-right,
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart .qodef-disc-btn-top-left,
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart .qodef-disc-btn-bottom-right {
	width: 6.35%;
	height: 1px;
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .button .qodef-disc-btn-top-right,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button .qodef-disc-btn-bottom-left,
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart .qodef-disc-btn-top-right,
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart .qodef-disc-btn-bottom-left {
	width: 70.5%;
	height: 1px;
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .button .qodef-disc-btn-right,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button .qodef-blob-btn-left,
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart .qodef-disc-btn-right,
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart .qodef-blob-btn-left {
	width: 1px;
	height: 100%;
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .button .qodef-disc-btn-top-left,
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart .qodef-disc-btn-top-left {
	top: -1px;
	left: 0;
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .button .qodef-disc-btn-top-right,
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart .qodef-disc-btn-top-right {
	top: -1px;
	right: 0;
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .button .qodef-disc-btn-right,
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart .qodef-disc-btn-right {
	top: 0;
	right: 0;
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .button .qodef-disc-btn-bottom-right,
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart .qodef-disc-btn-bottom-right {
	bottom: -1px;
	right: 0;
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .button .qodef-disc-btn-bottom-left,
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart .qodef-disc-btn-bottom-left {
	bottom: -1px;
	left: 0;
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .button .qodef-blob-btn-left,
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart .qodef-blob-btn-left {
	top: 0;
	left: 0;
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:hover .qodef-disc-btn-top-left,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:hover .qodef-disc-btn-bottom-right,
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:hover .qodef-disc-btn-top-left,
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:hover .qodef-disc-btn-bottom-right {
	width: 70.5%;
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:hover .qodef-disc-btn-top-right,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:hover .qodef-disc-btn-bottom-left,
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:hover .qodef-disc-btn-top-right,
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:hover .qodef-disc-btn-bottom-left {
	width: 6.35%;
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .button i,
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart i {
	display: none !important;
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:before,
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:before {
	display: none !important;
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .button.added,
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart.added {
	display: none !important;
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist {
	font-size: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1 !important;
	background-color: transparent !important;
}
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist a:before {
	font-size: 22px;
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	content: "\f004";
}
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist.exists a:before {
	font-size: 22px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f004";
}
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .feedback,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .blockOverlay,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .view-wishlist,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist span,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist i {
	display: none !important;
}
.qodef-yith-wcwl--predefined .qodef-e-media-inner .yith-wcwl-add-to-wishlist a {
	color: #fff !important;
}
.qodef-yith-wcwl--predefined .qodef-e-media-inner .yith-wcwl-add-to-wishlist a:hover {
	color: var(--qode-main-color) !important;
}
.qodef-yith-wcwl--predefined #yith-wcwl-popup-message {
	display: none !important;
}
.qodef-yith-wcwl--predefined .yith-wcwl-share {
	display: none !important;
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-e-filter-title {
	display: flex;
	align-items: center;
	margin: 0 0 17px;
	justify-content: space-between;
}
.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-e-options-wrapper {
	display: block;
	opacity: 1;
	visibility: visible;
}
.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-e-checkbox {
	--qodef-checkbox-color: var(--qode-main-color);
	display: flex;
	align-items: flex-start;
	position: relative;
	margin-bottom: 4px;
}
.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-e-checkbox input[type=checkbox] {
	visibility: hidden;
	position: relative;
	width: 10px;
	height: 10px;
	appearance: none;
	margin: 0 20px 0 0;
	flex-shrink: 0;
	margin-top: 9px;
	bottom: 0;
}
.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-e-checkbox input[type=checkbox]:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid #d9d3b8;
	box-sizing: border-box;
	visibility: visible;
	border-radius: 2px;
}
.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-e-checkbox input[type=checkbox]:checked:after {
	content: "";
	position: absolute;
	left: -1px;
	bottom: 4px;
	width: 13px;
	height: 7px;
	border: solid var(--qode-main-color);
	border-width: 0 0 2px 2px;
	transform: rotate(-45deg);
	visibility: visible;
	box-sizing: border-box;
	border-radius: 1px;
}
.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-e-checkbox input[type=checkbox].qodef-with-color {
	width: 13px;
	height: 13px;
	bottom: 1px;
}
.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-e-checkbox input[type=checkbox].qodef-with-color:before {
	width: 13px;
	height: 13px;
	border-radius: 100%;
	display: block;
	background-color: var(--qodef-checkbox-color);
	border: 0;
}
.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-e-checkbox input[type=checkbox].qodef-with-color:checked:after {
	content: "";
	position: absolute;
	left: 5px;
	bottom: 5px;
	width: 3px;
	height: 3px;
	visibility: visible;
	border-radius: 100%;
	transform: none;
	border: 0;
	background-color: #000;
}
.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-e-checkbox label {
	position: relative;
	cursor: pointer;
	transition: color 0.2s ease-out;
	display: flex;
	margin: 0;
	align-items: center;
	font-size: 14px;
}
.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-e-checkbox label .qodef-e-label {
	order: 1;
}
.qodef-woo-product-list .qodef-product-list-filter-vertical .qodef-filter-items {
	padding-right: var(--filter-sidebar-gap);
}
.qodef-woo-product-list .qodef-product-list-filter-vertical .qodef-grid-item {
	margin-bottom: 51px;
}
.qodef-woo-product-list .qodef-product-list-filter-vertical .qodef-grid-item:last-of-type {
	margin-bottom: 0;
}
.qodef-woo-product-list.qodef-filter-type--sidebar {
	--filter-sidebar-gap: 87px;
	--filter-sidebar-width: 28.2%;
}
.qodef-woo-product-list.qodef-filter-type--sidebar .qodef-product-list-filter-holder.qodef-filter-content {
	width: var(--filter-sidebar-width);
	float: left;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.qodef-woo-product-list.qodef-filter-type--sidebar > .qodef-grid-inner {
	width: calc(100% - var(--filter-sidebar-width));
	float: right;
}
.qodef-woo-product-list.qodef-filter-type--sidebar .qodef-m-pagination-items {
	margin-left: var(--filter-sidebar-width);
}
.qodef-woo-product-list.qodef-filter-type--sidebar .qodef--load-more {
	padding-left: var(--filter-sidebar-width);
}
.qodef-woo-product-list.qodef-filter-type--sidebar.qodef-pagination--on.qodef-pagination-type--standard .qodef-m-pagination-spinner {
	margin-left: calc(var(--filter-sidebar-width) / 2);
}
.qodef-woo-product-list.qodef-filter-type--sidebar .qodef-e-widget-area {
	padding-right: var(--filter-sidebar-gap);
}
.qodef-woo-product-list .qodef-filter-spinner {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 32px;
	height: auto;
	visibility: hidden;
	z-index: -1;
	animation: qode-rotate 2s infinite linear;
}
.qodef-woo-product-list .qodef-filter-spinner {
	position: absolute;
	bottom: calc(50% - 32px / 2);
	left: calc(50% - 32px / 2);
}
.qodef--loading .qodef-woo-product-list .qodef-filter-spinner {
	visibility: visible;
	z-index: 1;
}
.qodef-woo-product-list.qodef-gutter--no.qodef-item-border--yes div.qodef--has-appear:after {
	height: 0;
	transition: height 0.4s linear;
}
.qodef-woo-product-list.qodef-gutter--no.qodef-item-border--yes div.qodef--has-appear.qodef--appeared:after {
	height: 100%;
}

/* ==========================================================================
   Product List Info on Image styles
   ========================================================================== */
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-e-content {
	margin-top: 0;
}
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-e-media-image.qodef--has-hover img {
	opacity: 1;
	will-change: opacity;
	transition: opacity 0.15s ease-out;
}
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-e-media-image.qodef--has-hover .qodef-e-hover-image img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	will-change: opacity;
	transition: opacity 0.4s ease-in-out 0.1s;
}
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-e-media-image.qodef--has-hover:hover .qodef-e-hover-image img, .qodef-woo-product-list.qodef-item-layout--info-below .qodef-e-media-image.qodef--has-hover.qodef--hovered .qodef-e-hover-image img {
	opacity: 1;
}

/* ==========================================================================
   Product List Info on Image styles
   ========================================================================== */
.qodef-woo-product-list.qodef-item-layout--info-on-image {
	--qode-transform-button-position: 0px;
}
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-media-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	padding: 0 40px 0 30px;
}
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-media-inner a {
	position: relative;
	z-index: 3;
}
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-media-inner .qodef-woo-product-title a {
	color: inherit;
}
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-media-inner .qodef-woo-product-title a:hover {
	color: inherit;
}
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-media-inner .qodef-e-info > * {
	color: var(--qode-main-color);
}
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-media-inner .qodef-e-info .qodef-info-separator-single:last-child {
	display: none;
}
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-media-inner .price {
	justify-content: flex-end;
	column-gap: 10px;
}
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-media-inner .price del {
	margin: 0;
}
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-media-inner .qodef-e-top-holder {
	width: 100%;
	position: relative;
	top: -5px;
}
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-media-inner .qodef-e-bottom-holder {
	display: inline-flex;
	justify-content: space-between;
	position: relative;
	width: 100%;
}
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-media-inner .qodef-e-bottom-holder .qodef-e-info {
	display: flex;
	align-items: flex-end;
	min-width: fit-content;
	padding-right: 13px;
}
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-media-inner .qodef-e-bottom-holder .qodef-e-info > * {
	color: #000;
}
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-media-inner .qodef-e-bottom-holder .button {
	left: auto !important;
	right: 0;
}
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-media-inner .qodef-e-bottom-holder .qodef-e-product-attributes {
	display: flex;
	flex-direction: column;
}
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-media-inner .qodef-e-bottom-holder .qodef-e-bottom-right {
	position: relative;
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
.qodef-woo-product-list.qodef-item-layout--info-on-image li {
	background-color: transparent;
}
.qodef-woo-product-list.qodef-item-layout--info-on-image li .qodef-e-media {
	height: 100%;
	width: 100%;
}
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-product-attribute.qodef-with-color {
	--qode-pa-color: transparent;
}
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-product-attribute.qodef-with-color .qodef-e-label {
	position: relative;
	padding-left: 24px;
}
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-product-attribute.qodef-with-color .qodef-e-label:before {
	content: "";
	width: 13px;
	height: 13px;
	position: absolute;
	left: 0;
	bottom: 5px;
	background-color: var(--qodef-pa-color);
	border-radius: 100%;
}

/* ==========================================================================
   WooCommerce DropDown Cart static style start
   ========================================================================== */
.widget_shopping_cart,
.widget_chateau_core_woo_dropdown_cart {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	position: relative;
}
.widget_shopping_cart .qodef-widget-dropdown-cart-inner,
.widget_chateau_core_woo_dropdown_cart .qodef-widget-dropdown-cart-inner {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
}
.widget_shopping_cart > .widgettitle,
.widget_shopping_cart .qodef-m-opener,
.widget_chateau_core_woo_dropdown_cart > .widgettitle,
.widget_chateau_core_woo_dropdown_cart .qodef-m-opener {
	align-items: center;
	cursor: pointer;
	display: flex;
	height: 100%;
	justify-content: center;
	margin: 0;
	font-family: "Ibarra Real Nova", serif;
	font-style: italic;
	font-size: 16px;
	letter-spacing: 0.02em;
	display: inline-flex;
	vertical-align: middle;
	flex-wrap: wrap;
	color: #010101;
}
.widget_shopping_cart > .widgettitle .qodef-m-opener-label,
.widget_shopping_cart .qodef-m-opener .qodef-m-opener-label,
.widget_chateau_core_woo_dropdown_cart > .widgettitle .qodef-m-opener-label,
.widget_chateau_core_woo_dropdown_cart .qodef-m-opener .qodef-m-opener-label {
	margin-right: 4px;
}
.qodef-skin--light .widget_shopping_cart > .widgettitle,
.qodef-skin--light .widget_shopping_cart .qodef-m-opener,
.qodef-skin--light .widget_chateau_core_woo_dropdown_cart > .widgettitle,
.qodef-skin--light .widget_chateau_core_woo_dropdown_cart .qodef-m-opener {
	color: #fff;
}
.widget_shopping_cart .qodef-widget-dropdown-cart-content .qodef-woo-mini-cart .qodef-woo-mini-cart-item,
.widget_chateau_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content .qodef-woo-mini-cart .qodef-woo-mini-cart-item {
	display: flex !important;
	flex-wrap: nowrap !important;
}
.widget_shopping_cart .widget_shopping_cart_content,
.widget_shopping_cart .qodef-widget-dropdown-cart-content,
.widget_chateau_core_woo_dropdown_cart .widget_shopping_cart_content,
.widget_chateau_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content {
	border-width: 1px;
	border-style: solid;
	display: block;
	padding: 30px 0;
	text-align: left;
	transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}
header .widget_shopping_cart .widget_shopping_cart_content,
header .widget_shopping_cart .qodef-widget-dropdown-cart-content,
header .widget_chateau_core_woo_dropdown_cart .widget_shopping_cart_content,
header .widget_chateau_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content {
	left: auto;
	opacity: 0 !important;
	position: absolute;
	right: 0;
	top: 100%;
	visibility: hidden !important;
	width: 360px;
}
.touchevents header .widget_shopping_cart .widget_shopping_cart_content,
.touchevents header .widget_shopping_cart .qodef-widget-dropdown-cart-content,
.touchevents header .widget_chateau_core_woo_dropdown_cart .widget_shopping_cart_content,
.touchevents header .widget_chateau_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content {
	display: none;
}
.widget_shopping_cart .widget_shopping_cart_content > *,
.widget_shopping_cart .qodef-widget-dropdown-cart-content > *,
.widget_chateau_core_woo_dropdown_cart .widget_shopping_cart_content > *,
.widget_chateau_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content > * {
	padding: 0 30px !important;
}
.widget_shopping_cart .widget_shopping_cart_content .blockUI,
.widget_shopping_cart .qodef-widget-dropdown-cart-content .blockUI,
.widget_chateau_core_woo_dropdown_cart .widget_shopping_cart_content .blockUI,
.widget_chateau_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content .blockUI {
	display: none !important;
}
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,
.widget_chateau_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item,
.widget_chateau_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item,
.widget_chateau_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item,
.widget_chateau_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item {
	margin: 0 0 20px !important;
	position: relative;
	padding: 0 10px 20px 0;
	border-bottom: 1px solid #d9d3b8;
}
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img,
.widget_chateau_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img,
.widget_chateau_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img,
.widget_chateau_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,
.widget_chateau_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img {
	margin: 0 20px 0 0;
	width: 60px;
}
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_chateau_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
.widget_chateau_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_chateau_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_chateau_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove {
	font-size: 20px;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
	font-style: normal;
}
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .variation,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .variation,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_chateau_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .variation,
.widget_chateau_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_chateau_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .variation,
.widget_chateau_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .variation {
	display: none;
}
.widget_shopping_cart .woocommerce-mini-cart-item img,
.widget_chateau_core_woo_dropdown_cart .woocommerce-mini-cart-item img {
	float: left;
	vertical-align: top;
}
.widget_shopping_cart .woocommerce-mini-cart-item a,
.widget_chateau_core_woo_dropdown_cart .woocommerce-mini-cart-item a {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1.25em;
	letter-spacing: 0.1em;
	font-style: normal;
	display: block;
}
.widget_shopping_cart .woocommerce-mini-cart-item:after,
.widget_chateau_core_woo_dropdown_cart .woocommerce-mini-cart-item:after {
	clear: both;
	content: "";
	display: table;
}
.widget_shopping_cart .woocommerce-mini-cart-item .quantity,
.widget_chateau_core_woo_dropdown_cart .woocommerce-mini-cart-item .quantity {
	color: #000;
}
.widget_shopping_cart .qodef-woo-mini-cart,
.widget_chateau_core_woo_dropdown_cart .qodef-woo-mini-cart {
	max-height: 50vh;
	overflow: hidden;
	position: relative;
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image,
.widget_chateau_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image {
	flex-shrink: 0;
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image a,
.widget_chateau_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image a {
	display: block;
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-content,
.widget_chateau_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-content {
	padding: 0 20px 0 0;
	width: 100%;
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-title,
.widget_chateau_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-title {
	margin: 0;
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-price,
.widget_chateau_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-price {
	margin: 0;
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-quantity,
.widget_chateau_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-quantity {
	margin: 0;
}
.widget_shopping_cart .woocommerce-mini-cart__total,
.widget_shopping_cart .qodef-m-order-details,
.widget_chateau_core_woo_dropdown_cart .woocommerce-mini-cart__total,
.widget_chateau_core_woo_dropdown_cart .qodef-m-order-details {
	font-family: "Ibarra Real Nova", serif;
	font-style: italic;
	font-size: 20px;
	letter-spacing: 0.02em;
	display: inline-flex;
	vertical-align: middle;
	flex-wrap: wrap;
	color: #000;
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons,
.widget_shopping_cart .qodef-m-action,
.widget_chateau_core_woo_dropdown_cart .woocommerce-mini-cart__buttons,
.widget_chateau_core_woo_dropdown_cart .qodef-m-action {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 34px;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons,
.widget_chateau_core_woo_dropdown_cart .woocommerce-mini-cart__buttons {
	flex-direction: column;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons a,
.widget_chateau_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a {
	width: 100% !important;
	justify-content: center;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons a:last-child,
.widget_chateau_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:last-child {
	margin-top: 20px;
}
header .widget_shopping_cart:hover .widget_shopping_cart_content,
header .widget_shopping_cart:hover .qodef-widget-dropdown-cart-content,
header .widget_chateau_core_woo_dropdown_cart:hover .widget_shopping_cart_content,
header .widget_chateau_core_woo_dropdown_cart:hover .qodef-widget-dropdown-cart-content {
	opacity: 1 !important;
	visibility: visible !important;
}

/* ==========================================================================
   WooCommerce DropDown Cart variable style start
   ========================================================================== */
/* ==========================================================================
   Default widgets map
   ========================================================================== */
/* ==========================================================================
   Override default widgets map for specific widget area
   ========================================================================== */
.widget_shopping_cart,
.widget_chateau_core_woo_dropdown_cart {
	color: #333333;
}
.widget_shopping_cart .widget_shopping_cart_content,
.widget_shopping_cart .qodef-widget-dropdown-cart-content,
.widget_chateau_core_woo_dropdown_cart .widget_shopping_cart_content,
.widget_chateau_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content {
	background-color: #ffffff;
	border-color: #d9d3b8;
}
.widget_shopping_cart .woocommerce-mini-cart-item a,
.widget_chateau_core_woo_dropdown_cart .woocommerce-mini-cart-item a {
	color: #243305 !important;
}
.widget_shopping_cart .woocommerce-mini-cart-item a:hover,
.widget_chateau_core_woo_dropdown_cart .woocommerce-mini-cart-item a:hover {
	color: #243305 !important;
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title,
.widget_chateau_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title {
	font-style: normal;
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a,
.widget_chateau_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a {
	color: #243305 !important;
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a:hover,
.widget_chateau_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a:hover {
	color: #243305 !important;
}
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_chateau_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
.widget_chateau_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_chateau_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_chateau_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove {
	color: #333333 !important;
}
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,
.widget_chateau_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover,
.widget_chateau_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,
.widget_chateau_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,
.widget_chateau_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover {
	color: #333333 !important;
}
.widget_shopping_cart .woocommerce-mini-cart__total strong,
.widget_shopping_cart .qodef-m-order-details strong,
.widget_chateau_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,
.widget_chateau_core_woo_dropdown_cart .qodef-m-order-details strong {
	font-weight: normal;
}
#qodef-top-area .widget_shopping_cart,
#qodef-top-area .widget_chateau_core_woo_dropdown_cart {
	color: #333333;
}
#qodef-top-area .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title,
#qodef-top-area .widget_chateau_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title {
	font-style: normal;
}
#qodef-top-area .widget_shopping_cart .woocommerce-mini-cart__total strong,
#qodef-top-area .widget_shopping_cart .qodef-m-order-details strong,
#qodef-top-area .widget_chateau_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,
#qodef-top-area .widget_chateau_core_woo_dropdown_cart .qodef-m-order-details strong {
	font-weight: normal;
}
#qodef-top-area .qodef-skin--light .widget_shopping_cart,
#qodef-top-area .qodef-skin--light .widget_chateau_core_woo_dropdown_cart {
	color: #ffffff;
}
#qodef-top-area .qodef-skin--light .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title,
#qodef-top-area .qodef-skin--light .widget_chateau_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title {
	font-style: normal;
}
#qodef-top-area .qodef-skin--light .widget_shopping_cart .woocommerce-mini-cart__total strong,
#qodef-top-area .qodef-skin--light .widget_shopping_cart .qodef-m-order-details strong,
#qodef-top-area .qodef-skin--light .widget_chateau_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,
#qodef-top-area .qodef-skin--light .widget_chateau_core_woo_dropdown_cart .qodef-m-order-details strong {
	font-weight: normal;
}
#qodef-page-header .widget_shopping_cart,
#qodef-page-header .widget_chateau_core_woo_dropdown_cart {
	color: #000;
}
#qodef-page-header .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title,
#qodef-page-header .widget_chateau_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title {
	font-style: normal;
}
#qodef-page-header .widget_shopping_cart .woocommerce-mini-cart__total strong,
#qodef-page-header .widget_shopping_cart .qodef-m-order-details strong,
#qodef-page-header .widget_chateau_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,
#qodef-page-header .widget_chateau_core_woo_dropdown_cart .qodef-m-order-details strong {
	font-weight: normal;
}
#qodef-page-footer .widget_shopping_cart,
#qodef-page-footer .widget_chateau_core_woo_dropdown_cart {
	color: #cccccc;
}
#qodef-page-footer .widget_shopping_cart .widget_shopping_cart_content,
#qodef-page-footer .widget_shopping_cart .qodef-widget-dropdown-cart-content,
#qodef-page-footer .widget_chateau_core_woo_dropdown_cart .widget_shopping_cart_content,
#qodef-page-footer .widget_chateau_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content {
	background-color: #000000;
	border-color: #ffffff;
}
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart-item a,
#qodef-page-footer .widget_chateau_core_woo_dropdown_cart .woocommerce-mini-cart-item a {
	color: #cccccc !important;
}
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart-item a:hover,
#qodef-page-footer .widget_chateau_core_woo_dropdown_cart .woocommerce-mini-cart-item a:hover {
	color: #ffffff !important;
}
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title,
#qodef-page-footer .widget_chateau_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title {
	font-style: normal;
}
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a,
#qodef-page-footer .widget_chateau_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a {
	color: #cccccc !important;
}
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a:hover,
#qodef-page-footer .widget_chateau_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a:hover {
	color: #ffffff !important;
}
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer .widget_chateau_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-footer .widget_chateau_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer .widget_chateau_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-footer .widget_chateau_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove {
	color: #cccccc !important;
}
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,
#qodef-page-footer .widget_chateau_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover,
#qodef-page-footer .widget_chateau_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,
#qodef-page-footer .widget_chateau_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,
#qodef-page-footer .widget_chateau_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover {
	color: #ffffff !important;
}
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart__total strong,
#qodef-page-footer .widget_shopping_cart .qodef-m-order-details strong,
#qodef-page-footer .widget_chateau_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,
#qodef-page-footer .widget_chateau_core_woo_dropdown_cart .qodef-m-order-details strong {
	font-weight: normal;
}
#qodef-page-footer-bottom-area .widget_shopping_cart,
#qodef-page-footer-bottom-area .widget_chateau_core_woo_dropdown_cart {
	color: var(--qode-main-color);
}
#qodef-page-footer-bottom-area .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title,
#qodef-page-footer-bottom-area .widget_chateau_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title {
	font-style: normal;
}
#qodef-page-footer-bottom-area .widget_shopping_cart .woocommerce-mini-cart__total strong,
#qodef-page-footer-bottom-area .widget_shopping_cart .qodef-m-order-details strong,
#qodef-page-footer-bottom-area .widget_chateau_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,
#qodef-page-footer-bottom-area .widget_chateau_core_woo_dropdown_cart .qodef-m-order-details strong {
	font-weight: normal;
}
#qodef-side-area .widget_shopping_cart,
#qodef-side-area .widget_chateau_core_woo_dropdown_cart {
	color: #4c4c4c;
}
#qodef-side-area .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title,
#qodef-side-area .widget_chateau_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title {
	font-style: normal;
}
#qodef-side-area .widget_shopping_cart .woocommerce-mini-cart__total strong,
#qodef-side-area .widget_shopping_cart .qodef-m-order-details strong,
#qodef-side-area .widget_chateau_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,
#qodef-side-area .widget_chateau_core_woo_dropdown_cart .qodef-m-order-details strong {
	font-weight: normal;
}

/* ==========================================================================
   WooCommerce Side Area Cart styles
   ========================================================================== */
.widget_chateau_core_woo_side_area_cart {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.widget_chateau_core_woo_side_area_cart .qodef-widget-side-area-cart-inner {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.widget_chateau_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	height: 100%;
}
.widget_chateau_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener,
.widget_chateau_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart-count {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	font-family: "Ibarra Real Nova", serif;
	font-style: italic;
	font-size: 16px;
	letter-spacing: 0.02em;
	display: inline-flex;
	vertical-align: middle;
	flex-wrap: wrap;
	color: inherit;
}
.widget_chateau_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener .qodef-m-opener-label,
.widget_chateau_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart-count .qodef-m-opener-label {
	margin-right: 4px;
}
.widget_chateau_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content {
	position: fixed;
	top: 0;
	right: -511px;
	height: 100vh;
	width: 511px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 131px 80px 50px;
	background-color: #fff;
	border-left: 1px solid #d9d3b8;
	overflow: hidden;
	visibility: hidden;
	z-index: 9999;
	transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
@media only screen and (max-width: 1440px) {
	.widget_chateau_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content {
		padding: 80px 4.2% 50px;
	}
}
.admin-bar .widget_chateau_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content {
	top: 32px;
	height: calc(100vh - 32px);
}
.widget_chateau_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content ul .qodef-woo-side-area-cart-item {
	position: relative;
	display: flex !important;
	align-items: flex-start;
	margin: 20px 0 0 !important;
	flex-wrap: nowrap !important;
	padding: 0 0 20px;
	border-bottom: 1px solid #d9d3b8;
	width: calc(100% - 15px);
}
.widget_chateau_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content ul .qodef-woo-side-area-cart-item .qodef-e-title, .widget_chateau_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content ul .qodef-woo-side-area-cart-item .qodef-e-title a {
	color: #243305;
}
.widget_chateau_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content ul .qodef-woo-side-area-cart-item:first-child {
	margin-top: 0;
}
.widget_chateau_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content ul .qodef-woo-side-area-cart-item:last-of-type {
	border: 0;
}
.widget_chateau_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart-top {
	position: absolute;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #d9d3b8;
	top: 80px;
	left: 80px;
	width: calc(100% - 160px);
}
.widget_chateau_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart-top .qodef-m-close {
	display: flex;
	align-items: center;
}
.widget_chateau_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart-top .qodef-woo-side-area-cart-title {
	margin: 7px 0 10px;
}
.widget_chateau_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-close,
.widget_chateau_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .remove {
	color: #070707;
}
.widget_chateau_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(100% + 15px);
	height: 100%;
	padding-top: 40px !important;
}
.widget_chateau_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image {
	flex-shrink: 0;
	width: 100px;
	margin-right: 25px;
	position: relative;
}
.widget_chateau_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image a, .widget_chateau_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image img {
	display: block;
}
.widget_chateau_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-shadow: inset 1px 1px rgba(217, 211, 184, 0.2), -1px -1px rgba(217, 211, 184, 0.2) inset;
	z-index: 1;
}
.widget_chateau_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-content {
	width: 100%;
	padding-right: 20px;
	position: relative;
	top: -6px;
}
.widget_chateau_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-title {
	margin: 0;
	font-style: normal;
}
.widget_chateau_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-price {
	margin: 3px 0 0;
	color: #000;
}
.widget_chateau_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-quantity {
	margin: 3px 0 0;
}
.widget_chateau_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .remove {
	position: absolute;
	top: -5px;
	right: 0;
	font-size: 20px;
	line-height: 1;
	z-index: 5;
}
.widget_chateau_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-order-details {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 25px;
	font-family: "Ibarra Real Nova", serif;
	font-style: italic;
	font-size: 20px;
	letter-spacing: 0.02em;
	display: inline-flex;
	vertical-align: middle;
	flex-wrap: wrap;
	color: #000;
}
.widget_chateau_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-order-details > * {
	margin: 0;
}
.widget_chateau_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action {
	margin-top: 34px;
	text-align: center;
}
.widget_chateau_core_woo_side_area_cart .qodef-widget-side-area-cart-inner.qodef--opened .qodef-widget-side-area-cart-content {
	right: 0;
	visibility: visible;
}

.qodef-woo-side-area-cart-cover {
	position: fixed;
	top: 0;
	left: 0;
	width: calc(100% - 511px);
	height: 100vh;
	overflow: hidden;
	z-index: 1002;
}

/* Clients list shortcode style - start */
.qodef-clients-list .qodef-e {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

/* Clients list shortcode style - end */
/* Clients list shortcode style - start */
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e {
	display: flex;
	align-items: center;
	justify-content: center;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image {
	line-height: 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image a {
	display: inline-block;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-logo {
	width: auto;
	opacity: 1;
	will-change: opacity;
	transition: opacity 0.15s ease-out;
	display: inline-block;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-hover-logo {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	opacity: 0;
	will-change: opacity;
	transition: opacity 0.15s ease-out;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-logo {
	opacity: 0;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-hover-logo {
	opacity: 1;
}

/* Clients list shortcode style - end */
/* Clients list shortcode style - start */
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e {
	display: flex;
	align-items: center;
	justify-content: center;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-image {
	line-height: 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-image a {
	display: inline-block;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-logo {
	width: auto;
	opacity: var(--qodef-client-initial-opacity, 1);
	will-change: opacity;
	transition: opacity 0.3s ease;
	display: inline-block;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-hover-logo {
	display: none;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e:hover .qodef-e-logo {
	opacity: var(--qodef-client-hover-opacity, 0.5);
}

/* Clients list shortcode style - end */
/* Clients list shortcode style - start */
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--move-up .qodef-e {
	display: flex;
	align-items: center;
	justify-content: center;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--move-up .qodef-e .qodef-e-image {
	line-height: 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 10px 0;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--move-up .qodef-e .qodef-e-image a {
	display: inline-block;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--move-up .qodef-e .qodef-e-logo {
	width: auto;
	opacity: 1;
	display: inline-block;
	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transform: translateY(0);
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--move-up .qodef-e .qodef-e-hover-logo {
	display: none;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--move-up .qodef-e:hover .qodef-e-logo {
	transform: translateY(-10px);
}

/* Clients list shortcode style - end */
/* Clients list shortcode style - start */
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e {
	display: flex;
	align-items: center;
	justify-content: center;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-image {
	line-height: 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-image a {
	display: inline-block;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-logo {
	width: auto;
	display: inline-block;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-hover-logo {
	display: none;
}

/* Clients list shortcode style - end */
.ui-datepicker {
	background-color: transparent !important;
	display: none;
	max-width: 395px !important;
	padding: 20px 18.5px;
	position: absolute;
	width: 100% !important;
}
@media only screen and (max-width: 1440px) {
	.ui-datepicker {
		max-width: 297px !important;
	}
}
@media only screen and (max-width: 1024px) {
	.ui-datepicker {
		max-width: 395px !important;
	}
}
@media only screen and (max-width: 768px) {
	.ui-datepicker {
		max-width: 323px !important;
	}
}
@media only screen and (max-width: 480px) {
	.ui-datepicker {
		left: 50% !important;
		max-width: 86vw !important;
		transform: translateX(-50%) !important;
	}
}
.ui-datepicker:after {
	background-color: #ffffff;
	border: 1px solid #aab298;
	box-sizing: border-box;
	content: "";
	height: calc(100% + 2px);
	left: 0;
	position: absolute;
	top: -1px;
	width: 100%;
	z-index: -1;
}

.ui-datepicker-header {
	padding: 0 20px !important;
}

.ui-datepicker-prev,
.ui-datepicker-next {
	color: #243305;
	font-size: 20px !important;
	top: 10px;
	width: 20px;
}

.ui-datepicker-prev {
	left: 0 !important;
}

.ui-datepicker-next {
	right: 0 !important;
}

.ui-datepicker-month {
	font-family: "Inter", sans-serif;
	font-size: 16px;
	line-height: 1.75em;
	font-weight: 400;
	color: #333333;
	border: none;
}

.ui-datepicker-year {
	font-family: "Inter", sans-serif;
	font-size: 16px;
	line-height: 1.75em;
	font-weight: 400;
	color: #333333;
}

.ui-datepicker-calendar {
	margin: 7px 0 0 0;
	padding: 0;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
	border: none;
	font-size: 14px;
	padding: 8px 3px !important;
	text-align: center;
}

.ui-datepicker-current-day {
	background-color: var(--qode-main-color) !important;
}

/* ==========================================================================
   Reservation Form styles - start
   ========================================================================== */
.qodef-reservation-form .qodef-m-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.qodef-reservation-form .qodef-m-field {
	position: relative;
	display: inline-flex;
}
.qodef-reservation-form .qodef-m-field.qodef-m-field-people, .qodef-reservation-form .qodef-m-field.qodef-m-field-date, .qodef-reservation-form .qodef-m-field.qodef-m-field-time {
	max-width: 395px;
	width: 100%;
}
.qodef-reservation-form .qodef-m-field.qodef-m-field-book {
	max-width: 180px;
	width: 100%;
}
.qodef-reservation-form .qodef-m-field-label {
	flex-shrink: 0;
	flex-basis: auto;
}
.qodef-reservation-form .select2-container--default,
.qodef-reservation-form .qodef-m-date {
	margin: 0;
	width: 100% !important;
	font-family: "Ibarra Real Nova", serif;
	font-style: italic;
	font-size: 17px;
	letter-spacing: 0.02em;
	display: inline-flex;
	vertical-align: middle;
	flex-wrap: wrap;
	color: var(--qode-main-color);
	border: 1px solid #aab298;
}
.qodef-reservation-form .select2-container--default:focus, .qodef-reservation-form .select2-container--default:hover,
.qodef-reservation-form .qodef-m-date:focus,
.qodef-reservation-form .qodef-m-date:hover {
	border-color: #778066;
	color: #243305;
}
.qodef-reservation-form .select2-selection--single {
	color: inherit !important;
	font-size: inherit !important;
	border: inherit !important;
	padding: 11px 20px !important;
}
.qodef-reservation-form .select2-selection--single .select2-selection__arrow {
	display: none !important;
}
.qodef-reservation-form button {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.qodef-reservation-form .qodef-m-copyright {
	font-family: "Inter", sans-serif;
	font-size: 16px;
	line-height: 1.75em;
	font-weight: 400;
	color: #333333;
	margin: 9px 0;
}

/* ==========================================================================
  Reservation Form styles - end
   ========================================================================== */
/* ==========================================================================
   Restaurant Menu shortcode styles
   ========================================================================== */
.qodef-restaurant-menu-list .qodef-e-heading {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}
.qodef-restaurant-menu-list .qodef-e-heading-title {
	margin: 0;
}
.qodef-restaurant-menu-list .qodef-e-heading-line {
	flex-grow: 1;
	border-bottom: 1px solid #aab298;
	opacity: 0.5;
	margin: 0 10px;
	display: none;
}
.qodef-restaurant-menu-list .qodef-e-heading-price {
	margin: 0;
	font-family: "Ibarra Real Nova", serif;
	font-style: italic;
	font-size: 17px;
	letter-spacing: 0.02em;
	display: inline-flex;
	vertical-align: middle;
	flex-wrap: wrap;
	color: var(--qode-main-color);
}
@media only screen and (max-width: 480px) {
	.qodef-restaurant-menu-list .qodef-e-heading-price {
		margin-left: 10px;
	}
}
.qodef-restaurant-menu-list .qodef-e-description {
	margin: 1px 0 0;
	font-family: "Ibarra Real Nova", serif;
	font-style: italic;
	font-size: 17px;
	letter-spacing: 0.02em;
	display: inline-flex;
	vertical-align: middle;
	flex-wrap: wrap;
	color: var(--qode-main-color);
}
.qodef-restaurant-menu-list .qodef-item-border-enabled {
	padding-bottom: 16px;
	border-bottom: 1px solid #d9d3b8;
}
.qodef-restaurant-menu-list.qodef-item-skin--light .qodef-e-heading-title,
.qodef-restaurant-menu-list.qodef-item-skin--light .qodef-e-heading-price {
	color: #fff;
}
.qodef-restaurant-menu-list.qodef-item-skin--light .qodef-e-description {
	color: var(--qode-main-color);
}

/* ==========================================================================
   Team lists shortcode styles
   ========================================================================== */
.qodef-team-list .qodef-e-role {
	margin: 0;
	font-family: "Ibarra Real Nova", serif;
	font-style: italic;
	font-size: 17px;
	letter-spacing: 0.02em;
	display: inline-flex;
	vertical-align: middle;
	flex-wrap: wrap;
	color: var(--qode-main-color);
}
.qodef-team-list .qodef-e-title {
	margin: 0;
}
.qodef-team-list .qodef-team-member-social-icons {
	margin: 14px 0 0;
}
.qodef-team-list .qodef-team-member-social-icons .qodef-team-member-social-icon {
	display: inline-block;
	margin-right: 10px;
}
.qodef-team-list .qodef-team-member-social-icons .qodef-team-member-social-icon:last-of-type {
	margin-right: 0;
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content {
	margin: 27px 0 0;
}
.qodef-team-list.qodef-item-layout--info-below .qodef-e-content .qodef-e-title {
	margin: 0;
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover .qodef-e-content {
	opacity: 1;
	z-index: 1;
}
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	opacity: 0;
	transition: opacity 0.2s ease-out;
	z-index: -1;
}

/* ==========================================================================
   Testimonials list shortcode styles
   ========================================================================== */
.qodef-testimonials-list .qodef-testimonials-quote {
	margin-bottom: 20px;
}
.qodef-testimonials-list .qodef-testimonials-quote svg {
	width: 37px;
}
.qodef-testimonials-list .qodef-e-inner {
	padding-bottom: 40px;
}
.qodef-testimonials-list .qodef-e-media-image {
	line-height: 0;
	margin-bottom: 25px;
}
.qodef-testimonials-list .qodef-e-media-image img {
	width: auto;
}
.qodef-testimonials-list .qodef-e-title {
	margin: 0 0 10px;
}
.qodef-testimonials-list .qodef-e-text {
	margin: 0 0 10px;
}
.qodef-testimonials-list .qodef-e-author {
	margin: 0;
	font-family: "Ibarra Real Nova", serif;
	font-style: italic;
	font-size: 17px;
	letter-spacing: 0.02em;
	display: inline-flex;
	vertical-align: middle;
	flex-wrap: wrap;
	color: var(--qode-main-color);
}
.qodef-testimonials-list .qodef-e-author *:not(:last-of-type):after {
	content: ", ";
}

/* ==========================================================================
# Search covers header - start
========================================================================== */
@keyframes cover_search_fade_out {
	0% {
		opacity: 1;
		visibility: visible;
		z-index: 100;
	}
	100% {
		opacity: 0;
		visibility: hidden;
		z-index: 0;
	}
}
@keyframes cover_search_fade_in {
	0% {
		opacity: 0;
		visibility: hidden;
		z-index: 100;
	}
	100% {
		opacity: 1;
		visibility: visible;
		z-index: 100;
	}
}
.qodef-search-cover-form {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	background-color: #fff;
	z-index: -1;
	transition: opacity 0.3s ease;
}
.qodef-search-cover-form .qodef-m-inner {
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	padding: 0 70px;
}
.qodef-search-cover-form .qodef-m-form-field {
	padding: 0;
	margin-bottom: 0;
	font-size: 26px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--qode-main-color);
	background-color: transparent;
	border: 0;
	border-radius: 0;
	outline-offset: 0;
}
.qodef-search-cover-form .qodef-m-form-field:focus {
	color: var(--qode-main-color);
}
.qodef-search-cover-form .qodef-m-form-field:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}
.qodef-search-cover-form .qodef-m-form-field::placeholder {
	color: inherit;
	opacity: 1;
}
.qodef-search-cover-form .qodef-m-close {
	flex-shrink: 0;
}
.qodef-search-cover-form .qodef-m-close.qodef-source--icon-pack {
	font-size: 23px;
}
.qodef-covers-search--fadeout .qodef-search-cover-form {
	animation: cover_search_fade_out 0.3s ease both;
}
.qodef-covers-search--fadein .qodef-search-cover-form {
	animation: cover_search_fade_in 0.3s ease both;
}
.qodef-header--sticky-display #qodef-page-header > .qodef-search-cover-form {
	display: none;
}

/* ==========================================================================
# Search covers header - end
========================================================================== */
/* ==========================================================================
# Fullscreen search - start
========================================================================== */
/* Fullscreen search general style - start
========================================================================== */
.qodef-fullscreen-search-holder {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.98);
	z-index: 100;
}
.qodef-fullscreen-menu-animate--in .qodef-fullscreen-search-holder {
	display: none;
}

.qodef-fullscreen-search-holder .qodef-m-inner {
	width: 100%;
}
.qodef-fullscreen-search-holder .qodef-m-form {
	position: relative;
	width: 60%;
	margin: 0 auto;
}
.qodef-fullscreen-search-holder .qodef-m-form-field {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 25px;
	color: #243305;
	line-height: 2em;
	background: transparent;
	border: 0;
	border-radius: 0;
}
.qodef-fullscreen-search-holder .qodef-m-form-submit {
	position: absolute;
	right: 0;
	bottom: -20px;
	width: auto;
	padding: 0;
	margin: 0;
	color: #243305;
	background: none;
	border: 0;
	outline: none;
	opacity: 0;
	cursor: pointer;
	transition: color 0.2s ease-out;
}
.qodef-fullscreen-search-holder .qodef-m-form-submit:hover {
	color: var(--qode-main-color);
	background: none;
}
.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-submit {
	opacity: 1;
	bottom: 10px;
	transition: color 0.2s ease, opacity 0.2s ease-out 1.1s, bottom 0.4s ease-out 0.9s;
}
.qodef-fullscreen-search-holder .qodef-m-form-submit.qodef-source--icon-pack {
	font-size: 18px;
}
.qodef-fullscreen-search-holder .qodef-m-form-line {
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 0;
	border-bottom: 1px solid #000;
	transition: all 0.3s ease;
}
.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-line {
	width: 100%;
	transition: width 0.5s ease 0.6s;
}
.qodef-fullscreen-search-holder .qodef-m-close {
	position: absolute;
	top: -40px;
	right: 70px;
	color: #333333;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}
.admin-bar .qodef-fullscreen-search-holder .qodef-m-close {
	top: -72px;
}
.qodef-fullscreen-search-holder .qodef-m-close:hover {
	color: #243305;
}
.qodef-fullscreen-search-holder .qodef-m-close.qodef-source--icon-pack {
	font-size: 25px;
}
.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-close {
	opacity: 1;
	visibility: visible;
}

/* Fullscreen search general style - end
========================================================================== */
/* Fullscreen search fade style - start
========================================================================== */
.qodef-fullscreen-search--fadeout .qodef-fullscreen-search-holder {
	animation: fullscreen_search_fade_out 0.3s ease both;
}

.qodef-fullscreen-search--fadein .qodef-fullscreen-search-holder {
	animation: fullscreen_search_fade_in 0.3s ease both;
}

@keyframes fullscreen_search_fade_out {
	0% {
		opacity: 1;
		visibility: visible;
	}
	100% {
		opacity: 0;
		visibility: hidden;
	}
}
@keyframes fullscreen_search_fade_in {
	0% {
		opacity: 0;
		visibility: hidden;
	}
	100% {
		opacity: 1;
		visibility: visible;
	}
}
/* Fullscreen search fade style - end
========================================================================== */
/* ==========================================================================
# Fullscreen search - end
========================================================================== */
/* ==========================================================================
# Search opener - begin
========================================================================== */
.qodef-search-opener > * {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: inherit;
}
.qodef-search-opener.qodef-source--icon-pack {
	font-size: 23px;
}
.qodef-search-opener-text {
	font-family: "Ibarra Real Nova", serif;
	font-style: italic;
	font-size: 16px;
	letter-spacing: 0.02em;
	display: inline-flex;
	vertical-align: middle;
	flex-wrap: wrap;
	color: inherit;
}

/* ==========================================================================
# Search opener - end
========================================================================== */
/* ==========================================================================
   Accordion shortcode styles
   ========================================================================== */
.qodef-accordion {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	visibility: hidden;
	overflow-anchor: none;
}
.qodef-accordion .qodef-accordion-content-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-accordion.qodef--init {
	visibility: visible;
}

/* ==========================================================================
   Accordion shortcode styles
   ========================================================================== */
.qodef-accordion.qodef-layout--simple .qodef-accordion-title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 12px 0 0;
	padding: 2px 10px 2px 5px;
	transition: color 0.2s ease-out, background-color 0.2s ease-out;
	cursor: pointer;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title:first-child {
	margin-top: 0;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark {
	position: relative;
	flex-shrink: 0;
	width: 20px;
	height: 18px;
	line-height: 1;
	text-align: center;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span {
	position: absolute;
	display: block;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity 0.2s ease-out;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span:before {
	display: block;
	line-height: inherit;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--minus {
	opacity: 0;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--plus {
	opacity: 1;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active, .qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover {
	color: #fff;
	background-color: #faf9f5;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--minus, .qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--minus {
	opacity: 1;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--plus, .qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--plus {
	opacity: 0;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-content {
	padding: 16px 0 2px;
	margin: 0;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-content p {
	margin: 0;
}
.qodef-accordion.qodef-layout--simple.qodef-behavior--toggle .qodef-accordion-content {
	display: none;
}

/* ==========================================================================
   Banner shortcode styles
   ========================================================================== */
.qodef-banner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-banner .qodef-m-banner-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
}
.qodef-banner .qodef-m-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.qodef-banner .qodef-m-content-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
}
.qodef-banner .qodef-m-title {
	margin: 10px 0 4px;
}
.qodef-banner .qodef-m-title-inner {
	display: inline-block;
}
.qodef-banner .qodef-m-subtitle {
	font-family: "Barlow Condensed", sans-serif;
	margin: 0;
	opacity: 0.5;
	letter-spacing: 0;
}
.qodef-banner .qodef-m-text-field {
	font-size: 15px;
	color: var(--qode-main-color);
	margin: 0 0 10px;
	font-style: italic;
}
.qodef-banner .qodef-m-image {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	overflow: hidden;
}
.qodef-banner .qodef-m-image img {
	display: block;
	transition: all 0.35s ease-out;
}

.qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
	align-items: flex-start;
	flex-direction: column;
	justify-content: flex-end;
	padding: 35px;
}
.qodef-banner.qodef-layout--link-button .qodef-m-title {
	margin: 10px 0;
}
.qodef-banner.qodef-layout--link-button .qodef-m-text {
	margin: 0;
}
.qodef-banner.qodef-layout--link-button .qodef-m-button {
	margin: 10px 0 0;
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	padding: 30px;
}

/* ==========================================================================
   Button shortcode styles
   ========================================================================== */
.qodef-button.qodef-html--link {
	font-size: 14px;
	line-height: 2.1428571429em;
	font-weight: 500;
	font-family: "Barlow Condensed", sans-serif;
	letter-spacing: 0.175em;
	position: relative;
	display: inline-flex;
	vertical-align: middle;
	width: auto;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 0;
	outline: none;
	transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
	padding: 12px 50px 11px;
}
.qodef-button.qodef-size--small {
	padding: 10px 44px 9px;
}
.qodef-button.qodef-size--large {
	padding: 14px 53px 13px;
}
.qodef-button.qodef-size--full {
	width: 100%;
	padding: 12px 20px 11px;
	justify-content: center;
	text-align: center;
}

.qodef-button.qodef-layout--discontinuous {
	color: var(--qode-main-color);
	background-color: transparent;
	border: 0;
	display: inline-flex;
	position: relative;
}
.qodef-button.qodef-layout--discontinuous .qodef-disc-btn {
	position: absolute;
	content: "";
	background-color: var(--qode-gurkha-color);
	transition: width 1s ease;
}
.qodef-button.qodef-layout--discontinuous .qodef-disc-btn-top-left,
.qodef-button.qodef-layout--discontinuous .qodef-disc-btn-bottom-right {
	width: 6.35%;
	height: 1px;
}
.qodef-button.qodef-layout--discontinuous .qodef-disc-btn-top-right,
.qodef-button.qodef-layout--discontinuous .qodef-disc-btn-bottom-left {
	width: 70.5%;
	height: 1px;
}
.qodef-button.qodef-layout--discontinuous .qodef-disc-btn-right,
.qodef-button.qodef-layout--discontinuous .qodef-blob-btn-left {
	width: 1px;
	height: 100%;
}
.qodef-button.qodef-layout--discontinuous .qodef-disc-btn-top-left {
	top: -1px;
	left: 0;
}
.qodef-button.qodef-layout--discontinuous .qodef-disc-btn-top-right {
	top: -1px;
	right: 0;
}
.qodef-button.qodef-layout--discontinuous .qodef-disc-btn-right {
	top: 0;
	right: 0;
}
.qodef-button.qodef-layout--discontinuous .qodef-disc-btn-bottom-right {
	bottom: -1px;
	right: 0;
}
.qodef-button.qodef-layout--discontinuous .qodef-disc-btn-bottom-left {
	bottom: -1px;
	left: 0;
}
.qodef-button.qodef-layout--discontinuous .qodef-blob-btn-left {
	top: 0;
	left: 0;
}
.qodef-button.qodef-layout--discontinuous input {
	color: var(--qode-main-color);
	background-color: transparent;
	border: 0;
}
.qodef-button.qodef-layout--discontinuous:hover .qodef-disc-btn-top-left,
.qodef-button.qodef-layout--discontinuous:hover .qodef-disc-btn-bottom-right {
	width: 70.5%;
}
.qodef-button.qodef-layout--discontinuous:hover .qodef-disc-btn-top-right,
.qodef-button.qodef-layout--discontinuous:hover .qodef-disc-btn-bottom-left {
	width: 6.35%;
}

.qodef-button.qodef-layout--filled {
	color: #ffffff;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	background: rgba(209, 209, 209, 0.35);
	border: 1px solid rgba(209, 209, 209, 0.5);
	transition-duration: 0.3s;
}
body:not([class*=chateau-core]) .qodef-button.qodef-layout--filled {
	background: rgba(0, 0, 0, 0.65);
	border: 1px solid rgba(0, 0, 0, 0.5);
}
.qodef-button.qodef-layout--filled:hover {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
}
body:not([class*=chateau-core]) .qodef-button.qodef-layout--filled:hover {
	background: #000;
	border: 1px solid #000;
}

.qodef-button.qodef-layout--outlined {
	color: var(--qode-main-color);
	background-color: transparent;
	border: 1px solid #aab298;
}
.qodef-button.qodef-layout--outlined:hover {
	border-color: #778066;
}

.qodef-button.qodef-layout--textual {
	padding: 0 !important;
	color: #243305;
	background-color: transparent;
	border: 0;
}
.qodef-button.qodef-layout--textual .qodef-m-text {
	display: inline-block;
}
.qodef-button.qodef-layout--textual:hover {
	color: var(--qode-main-color);
}

/* ==========================================================================
   Call to Action shortcode styles
   ========================================================================== */
.qodef-call-to-action.qodef-layout--standard {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
	display: flex;
	align-items: center;
}
.qodef-call-to-action.qodef-layout--standard.qodef-style--stretched .qodef-m-inner {
	justify-content: space-between;
}
.qodef-call-to-action.qodef-layout--standard.qodef-style--centered .qodef-m-inner {
	justify-content: center;
}
.qodef-call-to-action.qodef-layout--standard .qodef-m-content {
	padding-right: 20px;
}
.qodef-call-to-action.qodef-layout--standard .qodef-m-content p {
	font-family: "Ibarra Real Nova", serif;
	font-style: italic;
	font-size: 45px;
	letter-spacing: 0.01em;
	display: inline-flex;
	vertical-align: middle;
	flex-wrap: wrap;
	color: var(--qode-main-color);
	line-height: 1.422em;
}
.qodef-call-to-action.qodef-layout--standard .qodef-m-content > * {
	margin: 0;
}
.qodef-call-to-action.qodef-layout--standard .qodef-m-button {
	flex: 0 0 auto;
}

/* ==========================================================================
   Countdown shortcode styles
   ========================================================================== */
.qodef-countdown .qodef-m-date {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.qodef-countdown .qodef-digit,
.qodef-countdown .qodef-label {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: center;
}
.qodef-countdown.qodef-show--1 .qodef-digit-wrapper {
	width: 100%;
}
.qodef-countdown.qodef-show--2 .qodef-digit-wrapper {
	width: 50%;
}
.qodef-countdown.qodef-show--3 .qodef-digit-wrapper {
	width: 33.3333333333%;
}
.qodef-countdown.qodef-show--4 .qodef-digit-wrapper {
	width: 25%;
}
.qodef-countdown.qodef-show--5 .qodef-digit-wrapper {
	width: 20%;
}
.qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
	width: 16.6666666667%;
}
.qodef-countdown.qodef-countdown--light .qodef-digit,
.qodef-countdown.qodef-countdown--light .qodef-label {
	color: #fff;
}

.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
}
.qodef-countdown.qodef-layout--simple .qodef-digit {
	font-family: inherit;
	font-size: 90px;
	line-height: 1em;
	font-weight: 600;
	color: #243305;
}

/* ==========================================================================
   Counter shortcode styles
   ========================================================================== */
.qodef-counter.qodef-layout--simple {
	text-align: center;
}
.qodef-counter.qodef-layout--simple .qodef-m-digit {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 500;
	font-size: 95px;
	letter-spacing: 0.02em;
	line-height: 1;
	color: #e0e5cf;
}
.qodef-counter.qodef-layout--simple .qodef-m-title {
	margin: 12px 0 0 0;
}
.qodef-counter.qodef-layout--simple p.qodef-m-title {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: 0.25em;
	text-transform: uppercase;
}
.qodef-counter.qodef-layout--simple .qodef-m-text {
	margin: 0;
}

/* ==========================================================================
   Custom Font shortcode styles
   ========================================================================== */
.widget.widget_chateau_core_custom_font {
	margin-bottom: 0 !important;
}

.qodef-custom-font {
	position: relative;
	margin: 0;
}

/* ==========================================================================
   Dropcaps shortcode styles
   ========================================================================== */
.qodef-dropcaps {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-dropcaps .qodef-m-letter {
	position: relative;
	top: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	margin: 0 10px 5px 0;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	color: #243305;
	font-size: 50px;
	line-height: 1.16em;
	letter-spacing: 0.05em;
}
.qodef-dropcaps .qodef-m-text {
	display: inline;
	margin: 0;
}
.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
	width: 40px;
	height: 40px;
	font-size: 35px;
	line-height: 1.1714285714em;
	letter-spacing: 0.075em;
	color: #fff;
	background-color: #243305;
}
.qodef-dropcaps.qodef-type--circle .qodef-m-letter {
	border-radius: 100%;
}

/* ==========================================================================
   Google Map shortcode styles
   ========================================================================== */
.qodef-google-map {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-google-map .qodef-m-map {
	display: block;
	width: 100%;
}
.qodef-google-map .qodef-m-map iframe,
.qodef-google-map .qodef-m-map object,
.qodef-google-map .qodef-m-map embed {
	width: 100%;
	display: block;
}
.qodef-google-map .qodef-m-map img {
	max-width: none;
}

/* ==========================================================================
   Highlight shortcode styles
   ========================================================================== */
.qodef-highlight .qodef-highlight-text {
	padding: 0 5px;
	color: #fff;
	background-color: #243305;
}

/* ==========================================================================
   Horizontal timeline shortcode style - begin
   ========================================================================== */
.qodef-horizontal-timeline {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 180px 0 190px;
	overflow: visible;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 1;
	transition: transform 0.15s;
	transform: translateX(0);
	will-change: transform;
	cursor: grab;
	--opacity-transition: opacity .25s ease-out;
}
.qodef-horizontal-timeline:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 50vw;
	right: 100%;
	background: #fff;
	top: 0;
	z-index: 99999;
}
.qodef-horizontal-timeline .qodef-m-line {
	position: relative;
	width: 100%;
	height: 1px;
	background-color: #d9d3b8;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 2s linear;
}
.qodef-horizontal-timeline .qodef-following-line {
	position: absolute;
	width: 150px;
	height: 1px;
	background-color: #778066;
	top: -1px;
	left: 0;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.4s ease-out 2.04s;
}
.qodef-horizontal-timeline .qodef-m-inner {
	transition: all 0.6s ease-in-out;
	padding-left: 100px;
	position: relative;
}
.qodef-horizontal-timeline .qodef-e-item {
	position: relative;
	float: left;
	opacity: 0;
}
.qodef-horizontal-timeline .qodef-e-item .qodef-e-image-holder {
	opacity: 0;
	visibility: hidden;
	transition: var(--opacity-transition);
	position: absolute;
	top: -125px;
	width: 100%;
	transition-delay: 0.3s;
}
.qodef-horizontal-timeline .qodef-e-item.qodef--selected .qodef-e-text {
	animation-delay: 0.5s;
}
.qodef-horizontal-timeline .qodef-e-item.qodef--selected .qodef-e-image-holder {
	opacity: 1;
	visibility: visible;
}
.qodef-horizontal-timeline .qodef-e-item.qodef--selected .qodef-e-content.qodef--appeared .qodef-e-text, .qodef-horizontal-timeline .qodef-e-item.qodef--selected:hover .qodef-e-content.qodef--appeared .qodef-e-text {
	animation: qodef-show-content 0.64s forwards ease;
}
.qodef-horizontal-timeline .qodef-e-item.qodef--selected:hover .qodef-e-text {
	animation-delay: 0s;
}
.qodef-horizontal-timeline .qodef-e-item .qodef-e-content {
	position: relative;
	width: 100%;
	max-width: 90%;
	text-align: left;
	padding: 33px 0 33px 35px;
}
.qodef-horizontal-timeline .qodef-e-item .qodef-e-content .qodef-e-date-range,
.qodef-horizontal-timeline .qodef-e-item .qodef-e-content .qodef-e-text,
.qodef-horizontal-timeline .qodef-e-item .qodef-e-content .qodef-e-title {
	opacity: 0;
	visibility: hidden;
	transform: translateY(16px);
}
.qodef-horizontal-timeline .qodef-e-item .qodef-e-content .qodef-e-date-range {
	margin: 0;
}
.qodef-horizontal-timeline .qodef-e-item .qodef-e-content .qodef-e-text {
	margin: 7px 0 0;
	transition: var(--opacity-transition);
	transition-delay: 0.4s;
}
.qodef-horizontal-timeline .qodef-e-item .qodef-e-content .qodef-e-title {
	margin: 2px 0 0;
	font-family: "Ibarra Real Nova", serif;
	font-style: italic;
	font-size: 17px;
	letter-spacing: 0.02em;
	display: inline-flex;
	vertical-align: middle;
	flex-wrap: wrap;
	color: var(--qode-main-color);
}
.qodef-horizontal-timeline .qodef-e-item .qodef-e-content.qodef--appeared .qodef-e-date-range,
.qodef-horizontal-timeline .qodef-e-item .qodef-e-content.qodef--appeared .qodef-e-title {
	animation: qodef-show-content 0.64s forwards ease;
}
@keyframes qodef-show-content {
	0% {
		opacity: 0;
		visibility: hidden;
		transform: translateY(16px);
	}
	100% {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
}
.qodef-horizontal-timeline.qodef--init .qodef-e-item {
	animation: qodef-show-content 0.64s forwards ease;
}
.qodef-horizontal-timeline.qodef--init .qodef-m-line,
.qodef-horizontal-timeline.qodef--init .qodef-following-line {
	transform: scaleX(1);
}

/* ==========================================================================
   Horizontal timeline shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Icon List Item shortcode styles
   ========================================================================== */
.qodef-icon-list-item {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	line-height: 1;
	display: flex;
}
.qodef-icon-list-item .qodef-e-title {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	line-height: 1;
}
.qodef-icon-list-item .qodef-e-title a {
	display: block;
}
.qodef-icon-list-item .qodef-e-title-inner {
	display: flex;
	align-items: center;
	line-height: 1.75em;
}
.qodef-icon-list-item .qodef-icon-holder {
	flex-shrink: 0;
	margin-right: 5px;
	float: none;
}
.qodef-icon-list-item .qodef-icon-holder .qodef-icon {
	font-size: 16px;
}
.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper a, .qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper img {
	display: block;
}

/* ==========================================================================
   Icon List Item widget styles
   ========================================================================== */
#qodef-page-sidebar .widget.widget_chateau_core_icon_list_item {
	margin-bottom: 0;
}
#qodef-page-footer .widget.widget_chateau_core_icon_list_item {
	margin-bottom: 0;
}
#qodef-side-area .widget.widget_chateau_core_icon_list_item {
	margin-bottom: 0;
}

/* ==========================================================================
   Icon With Text shortcode styles
   ========================================================================== */
.qodef-icon-with-text .qodef-m-title {
	margin: 0;
}
.qodef-icon-with-text .qodef-m-title a {
	display: block;
}
.qodef-icon-with-text .qodef-m-subtitle {
	font-family: "Ibarra Real Nova", serif;
	font-style: italic;
	font-size: 17px;
	letter-spacing: 0.02em;
	display: inline-flex;
	vertical-align: middle;
	flex-wrap: wrap;
	color: var(--qode-main-color);
	line-height: normal;
}
.qodef-icon-with-text .qodef-m-text {
	margin: 7px 0 0;
}
.qodef-icon-with-text .qodef-m-icon-wrapper {
	line-height: 1;
}
.qodef-icon-with-text .qodef-icon-holder {
	float: none;
}
.qodef-icon-with-text .qodef-m-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a, .qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img {
	display: block;
}

/* ==========================================================================
   Icon With Text shortcode styles
   ========================================================================== */
.qodef-icon-with-text.qodef-layout--before-content {
	display: flex;
	align-items: flex-start;
}
.qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
	flex-shrink: 0;
	margin-right: 15px;
}

/* ==========================================================================
   Icon With Text shortcode styles
   ========================================================================== */
.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title {
	line-height: 1;
}
.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title-inner {
	display: flex;
	align-items: center;
}
.qodef-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper {
	flex-shrink: 0;
	margin-right: 5px;
}
.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title-wrapper {
	display: flex;
	flex-direction: column;
}
.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title-wrapper .qodef-m-subtitle {
	text-transform: none;
	margin-top: 11px;
}
.qodef-icon-with-text.qodef-layout--before-title.qodef--retina img {
	max-width: 50%;
}

/* ==========================================================================
   Icon With Text shortcode styles
   ========================================================================== */
.qodef-icon-with-text.qodef-layout--top .qodef-m-title {
	margin-top: 21px;
}
.qodef-icon-with-text.qodef-layout--top.qodef-alignment--center {
	text-align: center;
}
.qodef-icon-with-text.qodef-layout--top.qodef-alignment--left {
	text-align: left;
}
.qodef-icon-with-text.qodef-layout--top.qodef-alignment--right {
	text-align: right;
}
.qodef-icon-with-text.qodef-layout--top.qodef--retina img {
	max-width: 50%;
	margin: 0 auto;
}

/* ==========================================================================
   Icon shortcode styles
   ========================================================================== */
.qodef-icon-holder {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	line-height: 1;
}
.qodef-icon-holder a {
	display: block;
}
.qodef-icon-holder .qodef-icon {
	display: block;
	line-height: inherit;
}
.qodef-icon-holder .qodef-icon:before {
	display: block;
	line-height: inherit;
}
.qodef-icon-holder.qodef-layout--circle, .qodef-icon-holder.qodef-layout--square {
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	color: #fff;
	background-color: var(--qode-main-color);
	transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.qodef-icon-holder.qodef-layout--circle a, .qodef-icon-holder.qodef-layout--square a {
	color: inherit;
	transition: none;
}
.qodef-icon-holder.qodef-layout--circle:hover, .qodef-icon-holder.qodef-layout--square:hover {
	background-color: #243305;
}
.qodef-icon-holder.qodef-layout--circle {
	border-radius: 50%;
}
.qodef-icon-holder.qodef-size--tiny {
	font-size: 1.33333333em;
}
.qodef-icon-holder.qodef-size--small {
	font-size: 2em;
}
.qodef-icon-holder.qodef-size--medium {
	font-size: 3em;
}
.qodef-icon-holder.qodef-size--large {
	font-size: 4em;
}
.qodef-icon-holder.qodef-size--huge {
	font-size: 5em;
}

/* ==========================================================================
   Icon widget styles
   ========================================================================== */
.widget.widget_chateau_core_icon {
	display: inline-block;
	line-height: 1;
}
#qodef-page-sidebar .widget.widget_chateau_core_icon {
	margin-bottom: 0;
}
#qodef-page-footer .widget.widget_chateau_core_icon {
	margin-bottom: 0;
}
#qodef-side-area .widget.widget_chateau_core_icon {
	margin-bottom: 0;
}

/* ==========================================================================
   Image gallery shortcode styles
   ========================================================================== */
.qodef-image-gallery {
	--border-color: #f8faed;
}
.qodef-image-gallery .qodef-image-wrapper a {
	display: flex;
}
.qodef-image-gallery .qodef-image-wrapper a .qodef-hover-plus {
	--plus-transform-x: scaleX(0);
	--plus-transform-y: scaleY(0);
	--plus-delay: 0s;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.25);
	opacity: 0;
	transition: opacity 0.35s ease-in-out;
}
.qodef-image-gallery .qodef-image-wrapper a .qodef-hover-plus:before, .qodef-image-gallery .qodef-image-wrapper a .qodef-hover-plus:after {
	position: absolute;
	content: "";
	text-align: center;
	background-color: #fff;
	z-index: 2;
	transition: 0.35s ease-in-out;
	transition-delay: var(--plus-delay);
}
.qodef-image-gallery .qodef-image-wrapper a .qodef-hover-plus:before {
	width: 67px;
	height: 1px;
	transform: var(--plus-transform-x);
	transform-origin: left;
}
.qodef-image-gallery .qodef-image-wrapper a .qodef-hover-plus:after {
	width: 1px;
	height: 67px;
	transform: var(--plus-transform-y);
	transform-origin: top;
}
.qodef-image-gallery .qodef-image-wrapper a:hover .qodef-hover-plus {
	--plus-transform-x: scaleX(1);
	--plus-transform-y: scaleX(1);
	--plus-delay: 0.2s;
	opacity: 1;
}
.qodef-image-gallery.qodef-image-with-border img {
	border: 1px solid var(--border-color);
}

/* ==========================================================================
   Image With Text shortcode styles
   ========================================================================== */
.qodef-image-with-text {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-image-with-text .qodef-m-image {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-image-with-text .qodef-m-image a, .qodef-image-with-text .qodef-m-image img {
	display: block;
}
.qodef-image-with-text .qodef-m-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-image-with-text .qodef-m-content:after {
	content: "";
	width: 90%;
	height: 1px;
	background: #d9d3b8;
	display: block;
	margin: 11px auto 0;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.4s linear;
}
.qodef-image-with-text .qodef-m-title {
	margin: 33px 0 0;
}
.qodef-image-with-text .qodef-m-subtitle {
	margin: 13px 0 0;
	font-family: "Ibarra Real Nova", serif;
	font-style: italic;
	font-size: 17px;
	letter-spacing: 0.02em;
	display: inline-flex;
	vertical-align: middle;
	flex-wrap: wrap;
	color: var(--qode-main-color);
}
.qodef-image-with-text .qodef-m-text {
	margin: 15px 0 0;
}
.qodef-image-with-text.qodef-image-border .qodef-m-image {
	color: #aab298;
}
.qodef-image-with-text.qodef-image-border .qodef-m-image img {
	border-width: 1px;
	border-style: solid;
	border-color: currentColor;
}
.qodef-image-with-text.qodef-image-center-content .qodef-m-content {
	text-align: center;
}
.qodef-image-with-text.qodef-enabled-hover-effect--underline:hover .qodef-m-content:after {
	transform: scaleX(1);
}
.qodef-image-with-text.qodef-enabled-hover-effect--jump .qodef-m-image img {
	transform: translateY(0);
	transition: transform 0.4s ease-out;
	will-change: transform;
	backface-visibility: hidden;
}
.qodef-image-with-text.qodef-enabled-hover-effect--jump .qodef-m-image:hover img {
	transform: translateY(-5px);
}
.qodef-image-with-text.qodef-enabled-hover-effect--jump.qodef--has-appear.qodef--appeared .qodef-m-image {
	clip-path: inset(-5px 0 0 0);
}

/* ==========================================================================
   Info Section Background Text shortcode styles
   ========================================================================== */
.qodef-info-section.qodef-layout--background-text {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-info-section.qodef-layout--background-text .qodef-m-info {
	position: relative;
	z-index: 2;
}
.qodef-info-section.qodef-layout--background-text .qodef-m-title {
	margin: 0 0 18px;
}
.qodef-info-section.qodef-layout--background-text .qodef-m-text {
	margin: 0;
}
.qodef-info-section.qodef-layout--background-text .qodef-button {
	margin-top: 30px;
}
.qodef-info-section.qodef-layout--background-text .qodef-m-background-text {
	position: absolute;
	display: inline-block;
	color: rgba(36, 51, 5, 0.1);
	text-align: center;
	font-weight: 700;
	font-size: 250px;
}
.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-left .qodef-m-background-text {
	top: 0;
	left: -20px;
}
.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-right .qodef-m-background-text {
	top: 0;
	right: -20px;
}
.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-left .qodef-m-background-text {
	bottom: 0;
	left: -20px;
}
.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-right .qodef-m-background-text {
	bottom: 0;
	right: -20px;
}
.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--center .qodef-m-background-text {
	font-size: 450px;
	top: 34px;
	left: 0;
	right: 0;
	text-align: center;
}

/* ==========================================================================
   Info Section Background Text shortcode styles
   ========================================================================== */
/* ==========================================================================
   Item Showcase shortcode styles
   ========================================================================== */
.qodef-item-showcase {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	visibility: hidden;
}
.qodef-item-showcase .qodef-m-image {
	position: relative;
	flex-shrink: 0;
	margin: 0;
	opacity: 0;
	transform: translateY(70px);
	transition: opacity 0.9s cubic-bezier(0.23, 1, 0.32, 1), transform 0.9s cubic-bezier(0.23, 1, 0.32, 1);
}
.qodef-item-showcase .qodef-m-image img {
	display: block;
}
.qodef-item-showcase .qodef-m-items {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.qodef-item-showcase .qodef-m-items.qodef--left {
	text-align: right;
}
.qodef-item-showcase .qodef-m-items.qodef--right {
	text-align: left;
}
.qodef-item-showcase .qodef-m-item {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 65px;
	opacity: 0;
	transform: translateY(70px);
	transition: opacity 0.9s cubic-bezier(0.23, 1, 0.32, 1), transform 0.9s cubic-bezier(0.23, 1, 0.32, 1);
}
.qodef-item-showcase .qodef-m-item:first-child {
	margin-top: 0;
}
.qodef-item-showcase .qodef-m-item:nth-child(1) {
	transition-delay: 450ms;
}
.qodef-item-showcase .qodef-m-item:nth-child(2) {
	transition-delay: 900ms;
}
.qodef-item-showcase .qodef-m-item:nth-child(3) {
	transition-delay: 1350ms;
}
.qodef-item-showcase .qodef-m-item:nth-child(4) {
	transition-delay: 1800ms;
}
.qodef-item-showcase .qodef-m-item:nth-child(5) {
	transition-delay: 2250ms;
}
.qodef-item-showcase .qodef-m-item:nth-child(6) {
	transition-delay: 2700ms;
}
.qodef-item-showcase .qodef-e-title {
	margin: 0;
}
.qodef-item-showcase .qodef-e-subtitle {
	font-family: "Ibarra Real Nova", serif;
	font-style: italic;
	font-size: 17px;
	letter-spacing: 0.02em;
	display: inline-flex;
	vertical-align: middle;
	flex-wrap: wrap;
	color: var(--qode-main-color);
	margin: 0;
}
.qodef-item-showcase .qodef-e-title-link {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	color: inherit;
}
.qodef-item-showcase .qodef-e-title-link:hover {
	color: var(--qode-main-color);
}
.qodef-item-showcase .qodef-e-text {
	margin: 15px 0 0;
}
.qodef-item-showcase.qodef--init {
	visibility: visible;
}
.qodef-item-showcase.qodef--init .qodef-m-image {
	opacity: 1;
	transform: translateY(0);
}
.qodef-item-showcase.qodef--init .qodef-m-item {
	opacity: 1;
	transform: translateY(0);
}

/* ==========================================================================
   Item Showcase List styles
   ========================================================================== */
/* ==========================================================================
   Pricing Table shortcode styles
   ========================================================================== */
.qodef-pricing-table {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: center;
}
.qodef-pricing-table.qodef-status--featured .qodef-m-inner {
	border-color: #778066;
}
.qodef-pricing-table .qodef-m-inner {
	padding: 45px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #d9d3b8;
	transition: color 0.2s ease-out;
}
.qodef-pricing-table .qodef-m-title p {
	margin: 0;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	color: #243305;
	font-size: 20px;
	line-height: 1.25em;
	letter-spacing: 0.1em;
	font-size: 16px;
}
.qodef-pricing-table .qodef-m-price {
	margin-top: 45px;
}
.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper {
	font-family: "Ibarra Real Nova", serif;
	font-style: italic;
	font-size: 35px;
	letter-spacing: 0.02em;
	display: inline-flex;
	vertical-align: middle;
	flex-wrap: wrap;
	color: var(--qode-main-color);
	display: flex;
	margin: 0;
	justify-content: center;
}
.qodef-pricing-table .qodef-m-price .qodef-m-price-label {
	font-family: "Ibarra Real Nova", serif;
	font-style: italic;
	font-size: 17px;
	letter-spacing: 0.02em;
	display: inline-flex;
	vertical-align: middle;
	flex-wrap: wrap;
	color: var(--qode-main-color);
	margin-top: 4px;
}
.qodef-pricing-table .qodef-m-content {
	margin: 25px 0 0;
}
.qodef-pricing-table .qodef-m-content ul {
	list-style: none;
	margin: 0;
}
.qodef-pricing-table .qodef-m-content ul li {
	color: #333333;
	margin-bottom: 11px;
}
.qodef-pricing-table .qodef-m-content ul li:last-child {
	margin-bottom: 0;
}
.qodef-pricing-table .qodef-m-content ul li:before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	color: #243305;
	font-weight: 900;
	padding-right: 8px;
}
.qodef-pricing-table .qodef-m-button .qodef-button {
	margin: 35px 0 0;
	padding: 12px 51px 11px;
}
.qodef-pricing-table.qodef--standard-horizontal .qodef-m-inner {
	display: flex;
	justify-content: space-between;
	padding: 0;
}
@media only screen and (max-width: 768px) {
	.qodef-pricing-table.qodef--standard-horizontal .qodef-m-inner {
		flex-direction: column;
	}
}
.qodef-pricing-table.qodef--standard-horizontal .qodef-e-left-holder {
	flex-basis: 20%;
}
@media only screen and (max-width: 768px) {
	.qodef-pricing-table.qodef--standard-horizontal .qodef-e-left-holder {
		flex-basis: 100%;
	}
}
.qodef-pricing-table.qodef--standard-horizontal .qodef-e-left-holder .qodef-m-title {
	padding: 4px 32px 5px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #d9d3b8;
}
.qodef-pricing-table.qodef--standard-horizontal .qodef-e-left-holder .qodef-m-price {
	text-align: right;
	margin-top: 39px;
}
@media only screen and (max-width: 768px) {
	.qodef-pricing-table.qodef--standard-horizontal .qodef-e-left-holder .qodef-m-price {
		text-align: left;
	}
}
.qodef-pricing-table.qodef--standard-horizontal .qodef-e-left-holder .qodef-m-price .qodef-m-price-wrapper {
	justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
	.qodef-pricing-table.qodef--standard-horizontal .qodef-e-left-holder .qodef-m-price .qodef-m-price-wrapper {
		justify-content: start;
	}
}
.qodef-pricing-table.qodef--standard-horizontal .qodef-e-center-holder {
	align-items: center;
	flex-basis: 51.5%;
}
@media only screen and (max-width: 768px) {
	.qodef-pricing-table.qodef--standard-horizontal .qodef-e-center-holder {
		flex-basis: 100%;
	}
}
.qodef-pricing-table.qodef--standard-horizontal .qodef-e-center-holder .qodef-m-content {
	margin: 0;
	padding: 59px 20px 62px 76px;
	text-align: left;
}
@media only screen and (max-width: 768px) {
	.qodef-pricing-table.qodef--standard-horizontal .qodef-e-center-holder .qodef-m-content {
		padding: 39px 20px 52px 0;
	}
}
.qodef-pricing-table.qodef--standard-horizontal .qodef-e-center-holder .qodef-m-content ul li {
	width: 77%;
}
@media only screen and (max-width: 768px) {
	.qodef-pricing-table.qodef--standard-horizontal .qodef-e-center-holder .qodef-m-content ul li {
		width: 100%;
	}
}
.qodef-pricing-table.qodef--standard-horizontal .qodef-e-right-holder {
	display: inline-flex;
	align-items: center;
	flex-basis: 28.5%;
}
@media only screen and (max-width: 768px) {
	.qodef-pricing-table.qodef--standard-horizontal .qodef-e-right-holder {
		justify-content: flex-start;
		flex-basis: 100%;
	}
}
.qodef-pricing-table.qodef--standard-horizontal .qodef-e-right-holder .qodef-m-button .qodef-button {
	margin: 0;
}
.qodef-pricing-table.qodef--has-appear .qodef-m-inner {
	clip-path: inset(0 0 100% 0);
	transition: clip-path 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.qodef-pricing-table.qodef--has-appear.qodef--appeared .qodef-m-inner {
	clip-path: inset(0 0 -1px 0);
}

/* ==========================================================================
   Section Title shortcode styles
   ========================================================================== */
.qodef-section-title {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-section-title .qodef-m-title {
	margin: 0;
}
.qodef-section-title .qodef-m-subtitle {
	margin: 0;
	font-family: "Ibarra Real Nova", serif;
	font-style: italic;
	font-size: 20px;
	letter-spacing: 0.02em;
	display: inline-flex;
	vertical-align: middle;
	flex-wrap: wrap;
	color: var(--qode-main-color);
}
.qodef-section-title .qodef-m-text {
	margin: 25px 0 0;
}
.qodef-section-title .qodef-m-subtitle-content {
	margin: 13px 0 0;
}
.qodef-section-title .qodef-m-subtitle-content .qodef-m-subtitle-line-one, .qodef-section-title .qodef-m-subtitle-content .qodef-m-subtitle-line-two {
	display: inline-flex;
	width: 129px;
	height: 1px;
	vertical-align: middle;
	background-color: #d9d3b8;
}
.qodef-section-title .qodef-m-subtitle-content.qodef--has-appear .qodef-m-subtitle-line-one,
.qodef-section-title .qodef-m-subtitle-content.qodef--has-appear .qodef-m-subtitle-line-two {
	transition: 0.4s ease-in-out 0.1s;
}
.qodef-section-title .qodef-m-subtitle-content.qodef--has-appear .qodef-m-subtitle-line-one {
	clip-path: inset(0 0 0 100%);
}
.qodef-section-title .qodef-m-subtitle-content.qodef--has-appear .qodef-m-subtitle-line-two {
	clip-path: inset(0 100% 0 0);
}
.qodef-section-title .qodef-m-subtitle-content.qodef--has-appear.qodef--appeared .qodef-m-subtitle-line-one,
.qodef-section-title .qodef-m-subtitle-content.qodef--has-appear.qodef--appeared .qodef-m-subtitle-line-two {
	clip-path: inset(0 0 0 0);
}
.qodef-section-title.qodef-alignment--center {
	text-align: center;
}
.qodef-section-title.qodef-alignment--left {
	text-align: left;
}
.qodef-section-title.qodef-alignment--right {
	text-align: right;
}

/* ==========================================================================
   Separator shortcode styles
   ========================================================================== */
/* ==========================================================================
   Separator shortcode styles
   ========================================================================== */
.qodef-separator {
	font-size: 0;
	height: auto;
	line-height: 1;
	position: relative;
}
.qodef-separator .qodef-m-line {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	border-bottom: 1px solid #aab298;
	margin: 10px 0;
}
.qodef-separator.qodef-position--center {
	text-align: center;
}
.qodef-separator.qodef-position--left {
	text-align: left;
}
.qodef-separator.qodef-position--right {
	text-align: right;
}
@media only screen and (max-width: 1024px) {
	.qodef-separator.qodef-disabled--1024 {
		display: none;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-separator.qodef-disabled--768 {
		display: none;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-separator.qodef-disabled--680 {
		display: none;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-separator.qodef-disabled--480 {
		display: none;
	}
}

/* ==========================================================================
   Separator widget styles
   ========================================================================== */
#qodef-page-sidebar .widget.widget_chateau_core_separator {
	margin-bottom: 0;
}
#qodef-page-footer .widget.widget_chateau_core_separator {
	margin-bottom: 0;
}
#qodef-side-area .widget.widget_chateau_core_separator {
	margin-bottom: 0;
}
.qodef-woo-product-list.qodef-filter-type--sidebar .qodef-e-widget-area .widget.widget_chateau_core_separator {
	margin-bottom: 0;
}

/* ==========================================================================
   Single Images shortcode styles
   ========================================================================== */
.qodef-single-image img {
	display: block;
}
#qodef-side-area .qodef-single-image, #qodef-page-sidebar .qodef-single-image, #qodef-page-content-bottom .qodef-single-image {
	display: inline-flex;
}
.qodef-single-image.qodef--retina img {
	display: inline-flex;
}

/* ==========================================================================
   Tabs shortcode styles
   ========================================================================== */
.qodef-tabs {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	visibility: hidden;
}
.qodef-tabs.qodef--init {
	visibility: visible;
}
.qodef-tabs .qodef-tabs-navigation {
	margin: 0;
	padding: 0;
	list-style: none;
}
.qodef-tabs .qodef-tabs-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-tabs .qodef-tabs-content p {
	margin: 0;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
	column-gap: 50px;
	padding-left: 20px;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation:after {
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	background: #d9d3b8;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
	margin: 0;
	padding: 0;
	position: relative;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1.25em;
	letter-spacing: 0.1em;
	display: block;
	padding: 0;
	transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
	margin-right: 0;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover, .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a, .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a, .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a {
	color: #243305;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover:after, .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a:after, .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a:after, .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a:after {
	width: calc(100% + 50px);
	left: -25px;
}
@media only screen and (max-width: 680px) {
	.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover:after, .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a:after, .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a:after, .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a:after {
		width: 100%;
		left: 0;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
		flex-direction: column;
		align-items: flex-start;
		padding: 0;
	}
	.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
		margin: 0 0 26px 0;
		padding: 0;
	}
	.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
		margin-bottom: 0;
	}
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	height: 100%;
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
	flex-shrink: 0;
	display: block;
	padding-right: 20px;
	margin-right: 30px;
	border-right: 1px solid #aab298;
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li {
	width: 100%;
	margin-bottom: 26px;
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li:last-child {
	margin-bottom: 0;
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li a {
	display: inline-block;
	width: auto;
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
	margin-top: 0;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-content {
	margin: 26px 0 0;
}

.qodef-vertical-split-slider--init {
	height: 100vh !important;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.admin-bar.qodef-vertical-split-slider--init {
	margin-top: 32px;
	height: calc(100vh - 32px) !important;
}

.qodef-vertical-split-slider--init .qodef-vertical-split-slider {
	visibility: visible;
}

.qodef-vertical-split-slider {
	height: 100vh;
	position: relative;
	visibility: hidden;
	overflow: hidden;
}
.admin-bar .qodef-vertical-split-slider {
	height: calc(100vh - 32px);
}

.qodef-vertical-split-slider .ms-left {
	width: 45.8vw !important;
}
.qodef-vertical-split-slider .ms-right {
	right: 0 !important;
	width: 54.2vw !important;
}
.qodef-vertical-split-slider .ms-tableCell {
	height: calc(100vh - 2 * 10%) !important;
}
.admin-bar .qodef-vertical-split-slider .ms-tableCell {
	height: calc(100vh - 2 * 10% - 32px) !important;
}

.qodef-vertical-split-slider .qodef-vertical-split-slider-responsive {
	display: none;
}
.qodef-vertical-split-slider #qodef-vertical-split-slider-thumbs {
	position: fixed;
	bottom: 6.7%;
	right: 3.7%;
	z-index: 1111;
	display: flex;
	list-style: none;
	gap: 30px;
	margin: 0;
}
.qodef-fullscreen-menu--opened .qodef-vertical-split-slider #qodef-vertical-split-slider-thumbs, .qodef-side-area--opened .qodef-vertical-split-slider #qodef-vertical-split-slider-thumbs {
	z-index: 98;
}
.qodef-vertical-split-slider #qodef-vertical-split-slider-thumbs li {
	opacity: 0.5;
	transition: 0.2s ease-out;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background: #fafafa;
	overflow: hidden;
}
.qodef-vertical-split-slider #qodef-vertical-split-slider-thumbs li.active {
	opacity: 1;
}
.qodef-vertical-split-slider #qodef-vertical-split-slider-thumbs li.active ~ .active {
	opacity: 0.5;
}
.qodef-vertical-split-slider #qodef-vertical-split-slider-thumbs li a {
	display: flex;
	width: 100%;
	height: 100%;
}
.qodef-vertical-split-slider #qodef-vertical-split-slider-thumbs li .qodef-m-thumb {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Ibarra Real Nova", serif;
	font-style: italic;
	font-size: 17px;
	letter-spacing: 0.02em;
	display: inline-flex;
	vertical-align: middle;
	flex-wrap: wrap;
	color: var(--qode-main-color);
}
.qodef-vertical-split-slider #qodef-vertical-split-slider-thumbs li .qodef-m-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.qodef-vertical-split-slider .qodef-m-slide-image,
.qodef-vertical-split-slider-responsive .qodef-m-slide-image {
	background-position: center;
	background-size: cover;
	position: relative;
}
.qodef-vertical-split-slider .qodef-m-slide-content,
.qodef-vertical-split-slider-responsive .qodef-m-slide-content {
	padding: 10% 29% 10% 13%;
	position: relative;
}
.qodef-vertical-split-slider .qodef-m-slide-content > div > *:not(.qodef-m-image),
.qodef-vertical-split-slider-responsive .qodef-m-slide-content > div > *:not(.qodef-m-image) {
	position: relative;
	z-index: 1;
}
.qodef-vertical-split-slider .qodef-m-image,
.qodef-vertical-split-slider-responsive .qodef-m-image {
	bottom: 0;
	height: 200px;
	overflow: hidden;
	position: absolute;
	width: 200px;
	z-index: 0;
}
.qodef-vertical-split-slider .qodef-m-image img,
.qodef-vertical-split-slider-responsive .qodef-m-image img {
	height: 200px;
	object-fit: cover;
	width: 200px;
}
.qodef-vertical-split-slider .qodef-slide-layout--image-left .qodef-m-label-holder,
.qodef-vertical-split-slider-responsive .qodef-slide-layout--image-left .qodef-m-label-holder {
	right: 0;
}
.qodef-vertical-split-slider .qodef-slide-layout--image-left .qodef-m-image,
.qodef-vertical-split-slider-responsive .qodef-slide-layout--image-left .qodef-m-image {
	left: 0;
}
.qodef-vertical-split-slider .qodef-slide-layout--image-right .qodef-m-label-holder,
.qodef-vertical-split-slider-responsive .qodef-slide-layout--image-right .qodef-m-label-holder {
	left: 0;
}
.qodef-vertical-split-slider .qodef-slide-layout--image-right .qodef-m-image,
.qodef-vertical-split-slider-responsive .qodef-slide-layout--image-right .qodef-m-image {
	right: 0;
}

.qodef-vertical-split-slider .qodef-content-layout--type-1 .qodef-m-title,
.qodef-vertical-split-slider-responsive .qodef-content-layout--type-1 .qodef-m-title {
	margin: 0 0 15px 0;
}
.qodef-vertical-split-slider .qodef-content-layout--type-1 .qodef-m-text,
.qodef-vertical-split-slider-responsive .qodef-content-layout--type-1 .qodef-m-text {
	margin: 0 0 28px 0;
}
.qodef-vertical-split-slider .qodef-content-layout--type-1 .qodef-e-item,
.qodef-vertical-split-slider-responsive .qodef-content-layout--type-1 .qodef-e-item {
	display: flex;
}
.qodef-vertical-split-slider .qodef-content-layout--type-1 .qodef-e-item .qodef-e-title,
.qodef-vertical-split-slider-responsive .qodef-content-layout--type-1 .qodef-e-item .qodef-e-title {
	font-size: 14px;
	line-height: 2.1428571429em;
	font-weight: 500;
	font-family: "Barlow Condensed", sans-serif;
	letter-spacing: 0.175em;
	text-transform: uppercase;
	width: 130px;
	margin-bottom: 5px;
	flex-shrink: 0;
}
.qodef-vertical-split-slider .qodef-content-layout--type-1 .qodef-e-item .qodef-e-text,
.qodef-vertical-split-slider-responsive .qodef-content-layout--type-1 .qodef-e-item .qodef-e-text {
	font-family: "Ibarra Real Nova", serif;
	font-style: italic;
	font-size: 17px;
	letter-spacing: 0.02em;
	display: inline-flex;
	vertical-align: middle;
	flex-wrap: wrap;
	color: var(--qode-main-color);
}
.qodef-vertical-split-slider .qodef-content-layout--type-1 .qodef-button,
.qodef-vertical-split-slider-responsive .qodef-content-layout--type-1 .qodef-button {
	margin-top: 35px;
}
.qodef-vertical-split-slider .qodef-content-layout--type-1 .qodef-button .qodef-m-text,
.qodef-vertical-split-slider-responsive .qodef-content-layout--type-1 .qodef-button .qodef-m-text {
	margin: 0;
}

.qodef-vertical-split-slider .qodef-content-layout--type-2 .qodef-m-title,
.qodef-vertical-split-slider-responsive .qodef-content-layout--type-2 .qodef-m-title {
	margin: 0 0 15px 0;
}
.qodef-vertical-split-slider .qodef-content-layout--type-2 .qodef-m-text,
.qodef-vertical-split-slider-responsive .qodef-content-layout--type-2 .qodef-m-text {
	margin: 0 0 28px 0;
}
.qodef-vertical-split-slider .qodef-content-layout--type-2 .qodef-button,
.qodef-vertical-split-slider-responsive .qodef-content-layout--type-2 .qodef-button {
	margin-top: 35px;
}
.qodef-vertical-split-slider .qodef-content-layout--type-2 .qodef-button .qodef-m-text,
.qodef-vertical-split-slider-responsive .qodef-content-layout--type-2 .qodef-button .qodef-m-text {
	margin: 0;
}

/* ==========================================================================
   Video Button shortcode start styles
   ========================================================================== */
.qodef-video-button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.qodef-video-button .qodef-m-play {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	line-height: 1;
}
.qodef-video-button .qodef-m-play .qodef-m-play-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: inherit;
	color: inherit;
}
.qodef-video-button .qodef-m-play .qodef-m-play-inner .qodef-m-play-icon {
	position: absolute;
	display: inline-block;
}
.qodef-video-button .qodef-m-play .qodef-m-play-inner .qodef-m-play-icon .qodef-svg--play {
	width: 18px;
	height: 23px;
	fill: currentColor;
	stroke: none;
}
@media only screen and (max-width: 680px) {
	.qodef-video-button .qodef-m-play .qodef-m-play-inner .qodef-m-play-icon .qodef-svg--play {
		width: 13px;
	}
}
.qodef-video-button .qodef-m-play .qodef-m-play-inner .qodef-m-play-circle .qodef-svg--play-circle {
	width: 250px;
	height: 250px;
	fill: none;
	stroke: currentColor;
}
@media only screen and (max-width: 1024px) {
	.qodef-video-button .qodef-m-play .qodef-m-play-inner .qodef-m-play-circle .qodef-svg--play-circle {
		width: 160px;
		height: 160px;
		stroke-width: 2px;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-video-button .qodef-m-play .qodef-m-play-inner .qodef-m-play-circle .qodef-svg--play-circle {
		width: 80px;
		height: 80px;
	}
}
.qodef-video-button .qodef-m-play .qodef-m-play-inner .qodef-m-play-circle .qodef-svg--play-circle circle {
	fill: none;
	stroke: currentColor;
}
.qodef-video-button .qodef-m-play .qodef-m-play-inner .qodef-m-play-circle .qodef-svg--play-circle circle:first-of-type {
	opacity: 0.6;
}
.qodef-video-button .qodef-m-play .qodef-m-play-inner .qodef-m-play-circle .qodef-svg--play-circle circle:last-of-type {
	stroke-dasharray: 685;
	stroke-dashoffset: 685;
	transition: stroke-dashoffset 0.92s ease-out;
}
.qodef-video-button .qodef-m-play:hover .qodef-m-play-circle .qodef-svg--play-circle circle:last-of-type {
	stroke-dashoffset: 0;
	transition: stroke-dashoffset 1.18s cubic-bezier(0.55, 0.46, 0.05, 0.65);
}
.qodef-video-button .qodef-content-grid {
	position: relative;
}
.qodef-video-button.qodef-position--bottom-left .qodef-m-play-inner {
	position: absolute;
	left: 0;
	bottom: 0;
}
.qodef-video-button.qodef-position--bottom-right .qodef-m-play-inner {
	position: absolute;
	right: 0;
	bottom: 0;
}
@media only screen and (max-width: 680px) {
	.qodef-video-button img {
		min-height: 160px;
		object-fit: cover;
	}
	.qodef-video-button.qodef-position--bottom-left .qodef-m-play-inner, .qodef-video-button.qodef-position--bottom-right .qodef-m-play-inner {
		padding-bottom: 5% !important;
	}
}

/* ==========================================================================
   Video Button shortcode end styles
   ========================================================================== */
/* ==========================================================================
# Side Area style - begin
========================================================================== */
#qodef-side-area {
	position: fixed;
	top: 0;
	right: -511px;
	width: 511px;
	height: 100%;
	min-height: 100%;
	padding: 70px 5% 35px;
	text-align: center;
	background-color: #fff;
	overflow: hidden;
	visibility: hidden;
	z-index: 9999;
	transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.qodef-side-area--opened #qodef-side-area {
	right: 0;
	visibility: visible;
}
#qodef-side-area.qodef-alignment--center {
	text-align: center;
}
#qodef-side-area.qodef-alignment--right {
	text-align: right;
}
#qodef-side-area.qodef-alignment--left {
	text-align: left;
}

#qodef-side-area-close {
	position: absolute;
	top: 76px;
	right: 47px;
	display: block;
	z-index: 1000;
}
.admin-bar #qodef-side-area-close {
	top: 108px;
}
#qodef-side-area-close.qodef-opener-icon.qodef-source--predefined .qodef-m-lines {
	width: 40px;
}

.qodef-side-area-cover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow: hidden;
	z-index: 0;
	transition: opacity 0.2s ease-in-out, z-index 0.2s ease-in-out;
}
.qodef-side-area--opened .qodef-side-area-cover {
	opacity: 1;
	z-index: 1002;
}

/* ==========================================================================
# Side Area style - end
========================================================================== */
/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
.qodef-social-share {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.qodef-social-share .qodef-social-title {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 0 0;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	color: #243305;
	font-size: 28px;
	line-height: 1.1785714286em;
	letter-spacing: 0.085em;
}
.qodef-social-share ul {
	position: relative;
	display: inline-block;
	vertical-align: top;
	list-style: none;
	padding: 0;
	margin: 0;
}
.qodef-social-share li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	padding: 0;
	margin: 0;
}
.qodef-social-share li a {
	font-size: 20px;
}
.qodef-social-share li.qodef-facebook-share a:hover {
	color: #3b5998;
}
.qodef-social-share li.qodef-twitter-share a:hover {
	color: #00aced;
}
.qodef-social-share li.qodef-linkedin-share a:hover {
	color: #007bb5;
}
.qodef-social-share li.qodef-tumblr-share a:hover {
	color: #32506d;
}
.qodef-social-share li.qodef-pinterest-share a:hover {
	color: #cb2027;
}
.qodef-social-share li.qodef-vk-share a:hover {
	color: #45668e;
}

/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
.qodef-social-share.qodef-layout--dropdown {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
}
.qodef-social-share.qodef-layout--dropdown .qodef-tumblr-share,
.qodef-social-share.qodef-layout--dropdown .qodef-vk-share {
	display: none !important;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-title {
	vertical-align: middle;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 13px;
	font-weight: 500;
	font-style: normal;
	color: #535947;
	letter-spacing: 0.175em;
	text-transform: uppercase;
	margin: 0;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-icon {
	vertical-align: bottom;
	display: inline-block;
	margin-right: 5px;
	color: #535947;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-icon .qodef-svg--social-share-icon {
	fill: none;
	stroke: currentColor;
	width: 16px;
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-title {
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li {
	opacity: 1;
	visibility: visible;
	cursor: pointer;
	/* opacity and visibility need to be different, but not background-color */
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(2) {
	transition-delay: 0.2s;
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(3) {
	transition-delay: 0.3s;
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(4) {
	transition-delay: 0.4s;
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(5) {
	transition-delay: 0.5s;
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(6) {
	transition-delay: 0.6s;
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(7) {
	transition-delay: 0.7s;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener {
	display: block;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener .qodef-social-share-title {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown {
	position: absolute;
	visibility: hidden;
	z-index: 950;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown ul {
	position: relative;
	display: block;
	z-index: 990;
	margin: 0;
	padding: 0 !important;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li {
	position: absolute;
	display: block;
	visibility: hidden;
	overflow: hidden;
	opacity: 0;
	transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a {
	vertical-align: middle;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 13px;
	font-weight: 500;
	font-style: normal;
	color: #535947;
	letter-spacing: 0.175em;
	text-transform: uppercase;
	transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li * {
	display: block;
	line-height: inherit;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown {
	bottom: 28px;
	left: 25px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li {
	width: 85px;
	height: 30px;
	line-height: 30px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(1) {
	bottom: -30px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(2) {
	bottom: -60px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(3) {
	bottom: -90px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(4) {
	bottom: -120px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(5) {
	bottom: -150px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(6) {
	bottom: -180px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(7) {
	bottom: -210px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown {
	top: 9px;
	right: 45px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li {
	width: 85px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
	left: 5px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
	left: 90px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
	left: 175px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
	left: 260px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
	left: 345px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
	left: 430px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
	left: 515px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
	top: 9px;
	left: 15px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li {
	width: 85px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
	right: 5px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
	right: 90px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
	right: 175px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
	right: 260px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
	right: 345px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
	right: 430px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
	right: 515px;
}

/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
.qodef-social-share.qodef-layout--list li {
	margin-right: 15px;
}
.qodef-social-share.qodef-layout--list li:last-child {
	margin-right: 0;
}

/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
.qodef-social-share.qodef-layout--text li {
	display: block;
	margin-bottom: 15px;
}
.qodef-social-share.qodef-layout--text li:last-of-type {
	margin-bottom: 0;
}
.qodef-social-share.qodef-layout--text li a {
	position: relative;
	font-family: "Barlow Condensed", sans-serif;
	color: #243305;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.175em;
}
.qodef-social-share.qodef-layout--text li a .qodef-social-network-text {
	position: relative;
}
.qodef-social-share.qodef-layout--text li a .qodef-social-network-text:after {
	content: "";
	position: absolute;
	top: 8px;
	left: -0.2em;
	right: -0.2em;
	height: 1px;
	background: currentColor;
	transform-origin: left;
	transform: scaleX(0);
	transition: transform 0.35s ease-out;
}
.qodef-social-share.qodef-layout--text li a:hover {
	color: inherit !important;
}
.qodef-social-share.qodef-layout--text li a:hover .qodef-social-network-text:after {
	transform: scaleX(1);
}

/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
/* ==========================================================================
   Social Share widget styles
   ========================================================================== */
.widget .qodef-social-share.qodef-layout--list .qodef-social-title {
	display: block;
	margin-bottom: 21px;
}
.widget .qodef-social-share.qodef-layout--text .qodef-social-title {
	display: block;
	margin-bottom: 21px;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
	color: #3b5998;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
	color: #00aced;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
	color: #007bb5;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
	color: #32506d;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
	color: #cb2027;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
	color: #45668e;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
	color: #3b5998;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
	color: #00aced;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
	color: #007bb5;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
	color: #32506d;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
	color: #cb2027;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
	color: #45668e;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
	color: #ccc;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
	color: #ccc;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
	color: #3b5998;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
	color: #00aced;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
	color: #007bb5;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
	color: #32506d;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
	color: #cb2027;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
	color: #45668e;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
	color: #ccc;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
	color: #3b5998;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
	color: #00aced;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
	color: #007bb5;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
	color: #32506d;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
	color: #cb2027;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
	color: #45668e;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
	color: #ccc;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
	color: #ccc;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
	color: #3b5998;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
	color: #00aced;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
	color: #007bb5;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
	color: #32506d;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
	color: #cb2027;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
	color: #45668e;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
	color: #ccc;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
	color: #3b5998;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
	color: #00aced;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
	color: #007bb5;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
	color: #32506d;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
	color: #cb2027;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
	color: #45668e;
}

/* ==========================================================================
   Social Share widget styles
   ========================================================================== */
#qodef-page-spinner {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 2000;
}
#qodef-page-spinner .qodef-m-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: var(--qode-main-color);
	background-color: #fff;
}
#qodef-page-spinner .qodef-m-spinner {
	position: relative;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom {
	position: relative;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1 {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 50%;
	width: 50%;
	z-index: 1;
	animation: qode-atom-shrink 4.5s infinite linear;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1:before {
	content: "";
	position: absolute;
	top: -50%;
	left: -50%;
	height: 100%;
	width: 100%;
	background: currentColor;
	border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2, #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3, #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before, #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before, #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	margin: 0 auto;
	background: currentColor;
	border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2 {
	animation: qode-atom-zindex 1.5s 0.75s infinite steps(2, end);
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before {
	transform: rotate(0);
	animation: qode-atom-postion 1.5s infinite ease, qode-atom-size 1.5s -1.125s infinite ease;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3 {
	transform: rotate(120deg);
	animation: qode-atom-zindex 1.5s -0.25s infinite steps(2, end);
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before {
	animation: qode-atom-postion 1.5s -1s infinite ease, qode-atom-size 1.5s -0.75s infinite ease;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
	transform: rotate(240deg);
	animation: qode-atom-zindex 1.5s 0.25s infinite steps(2, end);
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
	animation: qode-atom-postion 1.5s -0.5s infinite ease, qode-atom-size 1.5s -0.125s infinite ease;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock {
	position: relative;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	animation: qode-clock 8s infinite steps(8);
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item {
	position: absolute;
	height: 50px;
	width: 50px;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item:before {
	content: "";
	position: absolute;
	height: 18.31501832px;
	width: 18.31501832px;
	background: currentColor;
	border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--1 {
	transform: rotate(-135deg);
	animation: qode-clock-1 1s ease-in infinite;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--2 {
	transform: rotate(-90deg);
	animation: qode-clock-2 1s ease-in infinite;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--3 {
	transform: rotate(-45deg);
	animation: qode-clock-3 1s ease-in infinite;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--4 {
	animation: qode-clock-4 1s ease-in infinite;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--cube .qodef-m-cube {
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	background-color: currentColor;
	animation: qode-cube 1.2s infinite ease-in-out;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulses {
	position: relative;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
}
#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0.6;
	animation: qode-double-pulse 2s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse.qodef-pulse--2 {
	animation-delay: -1s;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-five-rotating-circles {
	position: relative;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item {
	position: absolute;
	width: 100%;
	height: 100%;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--2 {
	animation-delay: calc((600ms) - 1500ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--3 {
	animation-delay: calc((900ms) - 1500ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--4 {
	animation-delay: calc((1200ms) - 1500ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 {
	transform: rotateZ(45deg);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--1 {
	animation-delay: calc((300ms) - 1400ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--2 {
	animation-delay: calc((600ms) - 1400ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--3 {
	animation-delay: calc((900ms) - 1400ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--4 {
	animation-delay: calc((1200ms) - 1400ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 {
	transform: rotateZ(90deg);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--1 {
	animation-delay: calc((300ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--2 {
	animation-delay: calc((600ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--3 {
	animation-delay: calc((900ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--4 {
	animation-delay: calc((1200ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle {
	position: absolute;
	width: 12px;
	height: 12px;
	background-color: currentColor;
	border-radius: 100%;
	animation: qode-bounce-delay 1.2s infinite ease-in-out both;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--1 {
	top: 0;
	left: 0;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--2 {
	top: 0;
	right: 0;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--3 {
	right: 0;
	bottom: 0;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--4 {
	left: 0;
	bottom: 0;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion {
	position: relative;
	width: 30px;
	height: 30px;
	margin: -45px 0 0 -30px;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	background: currentColor;
	border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--1 {
	top: 0;
	left: 50%;
	animation: qode-fussion-ball-1 1s 0s ease infinite;
	z-index: 1;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--2 {
	top: 50%;
	left: 100%;
	animation: qode-fussion-ball-2 1s 0s ease infinite;
	z-index: 2;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--3 {
	top: 100%;
	left: 50%;
	animation: qode-fussion-ball-3 1s 0s ease infinite;
	z-index: 1;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--4 {
	top: 50%;
	left: 0;
	animation: qode-fussion-ball-4 1s 0s ease infinite;
	z-index: 2;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--lines .qodef-m-lines {
	width: 60px;
	height: 60px;
	margin: 0 0 0 -30px;
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--1 {
	position: absolute;
	width: 60px;
	height: 4px;
	margin-left: 10px;
	background-color: currentColor;
	animation: qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms);
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--2 {
	position: absolute;
	width: 60px;
	height: 4px;
	margin-left: 10px;
	background-color: currentColor;
	animation: qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms);
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--3 {
	position: absolute;
	width: 60px;
	height: 4px;
	margin-left: 10px;
	background-color: currentColor;
	animation: qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms);
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--4 {
	position: absolute;
	width: 60px;
	height: 4px;
	margin-left: 10px;
	background-color: currentColor;
	animation: qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms);
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis {
	position: relative;
	height: 50px;
	width: 50px;
	margin: -25px 0 0 -25px;
	animation: qode-mitosis-invert 2s infinite steps(2, end);
}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: currentColor;
	border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--1 {
	animation: qode-mitosis-ball-1 1s infinite alternate linear;
}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--2 {
	animation: qode-mitosis-ball-2 1s infinite alternate linear;
}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--3 {
	animation: qode-mitosis-ball-3 1s infinite alternate linear;
}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--4 {
	animation: qode-mitosis-ball-4 1s infinite alternate linear;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading > * {
	margin: 0;
	opacity: 0;
	animation: qode-fade-in 1s forwards;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-number-holder {
	flex-shrink: 0;
	animation-delay: 0.5s;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line {
	position: relative;
	display: block;
	height: 3px;
	width: 500px;
	margin-top: 20px;
	background-color: #e5e1dc;
	overflow: hidden;
	opacity: 0;
	animation: qode-fade-in 1s 0.3s forwards;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line-front {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--qode-main-color);
	width: 0;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circles {
	position: relative;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle {
	position: absolute;
	height: 100%;
	width: 100%;
	background: currentColor;
	border: 0 solid currentColor;
	border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--1 {
	animation: qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms);
}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--2 {
	animation: qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms);
}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--3 {
	animation: qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms);
}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--4 {
	animation: qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms);
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--pulse .qodef-m-pulse {
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	background-color: currentColor;
	border-radius: 16px;
	animation: qode-scaleout 1s infinite ease-in-out;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles {
	width: 60px;
	height: 20px;
}
#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 4px;
	background-color: currentColor;
	border-radius: 100%;
	opacity: 0;
	animation: qode-ball-fall 1.5s ease infinite both;
}
#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div:nth-last-of-type(1) {
	animation-delay: calc((100ms) - 300ms);
}
#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div:nth-last-of-type(2) {
	animation-delay: calc((200ms) - 300ms);
}
#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div:nth-last-of-type(3) {
	animation-delay: calc((300ms) - 300ms);
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cubes {
	position: relative;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
}
#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: currentColor;
	animation: qode-rotating-cubes 1.8s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube.qodef-cube--2 {
	animation-delay: -0.9s;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripes {
	width: 50px;
	height: 60px;
	margin: -30px 0 0 -25px;
	text-align: center;
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe {
	display: inline-block;
	float: left;
	height: 100%;
	width: 6px;
	margin: 0 3px 0 0;
	background-color: currentColor;
	animation: qode-stretch-delay 1.2s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--2 {
	animation-delay: calc((200ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--3 {
	animation-delay: calc((300ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--4 {
	animation-delay: calc((400ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--5 {
	animation-delay: calc((500ms) - 1300ms);
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--textual .qodef-m-spinner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
#qodef-page-spinner.qodef-layout--textual .qodef-m-textual {
	opacity: 0;
}
#qodef-page-spinner.qodef-layout--textual .qodef-m-text {
	display: flex;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 30px;
	line-height: 1;
	font-weight: 500;
	white-space: nowrap;
	text-transform: uppercase;
}
#qodef-page-spinner.qodef-layout--textual .qodef-m-char {
	display: inline-block;
	opacity: 0;
	will-change: opacity;
}
#qodef-page-spinner.qodef-layout--textual .qodef-m-char.qodef-m-empty-char {
	white-space: pre;
}
#qodef-page-spinner.qodef-layout--textual.qodef--init .qodef-m-textual {
	opacity: 1;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-two-rotating-circles {
	position: relative;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	text-align: center;
	animation: qode-rotate-circles 2s infinite linear;
}
#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle {
	position: absolute;
	top: 0;
	width: 60%;
	height: 60%;
	display: inline-block;
	background-color: currentColor;
	border-radius: 100%;
	transform-origin: center bottom;
	animation: qode-bounce 2s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle.qodef-circle--2 {
	top: auto;
	bottom: 0;
	animation-delay: -1s;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circles {
	width: 150px;
	height: 30px;
	margin: -15px 0 0 -75px;
}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle {
	float: left;
	height: 30px;
	width: 30px;
	margin-right: 10px;
	background: currentColor;
	border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--1 {
	animation: qode-wave-jump-3 1.8s infinite ease-out;
}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--2 {
	animation: qode-wave-jump-2 1.8s infinite ease-out;
}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--3 {
	animation: qode-wave-jump-1 1.8s infinite ease-out;
}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--4 {
	margin-right: 0;
	animation: qode-wave-wipe 1.8s infinite cubic-bezier(0.5, 0, 0.5, 1);
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave {
	width: 72px;
	margin: -9px 0 0 -36px;
	text-align: center;
}
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0 3px 0 0;
	background-color: currentColor;
	border-radius: 100%;
	animation: qode-bounce-delay 1.4s infinite ease-in-out both;
}
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--1 {
	animation-delay: -0.32s;
}
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--2 {
	animation-delay: -0.16s;
}

/* ==========================================================================
   Title styles
   ========================================================================== */
.qodef-page-title {
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
}
.qodef-page-title.qodef-image--responsive {
	height: auto !important;
}
.qodef-page-title.qodef-image--responsive .qodef-m-content {
	position: absolute;
	top: 0;
	left: 0;
}
.qodef-page-title.qodef-image--responsive .qodef-m-content.qodef-content-grid {
	left: 50%;
	transform: translateX(-50%);
}
.qodef-page-title.qodef-alignment--center {
	text-align: center;
}
.qodef-page-title.qodef-alignment--right {
	text-align: right;
}
.qodef-page-title .qodef-m-image {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-page-title .qodef-m-image img {
	display: block;
	width: 100%;
}
.qodef-page-title .qodef-m-content.qodef-content-full-width {
	padding: 0 50px;
}
.qodef-page-title .qodef-breadcrumbs a, .qodef-page-title .qodef-breadcrumbs span {
	font-family: "Ibarra Real Nova", serif;
	font-style: italic;
	font-size: 20px;
	letter-spacing: 0.02em;
	display: inline-flex;
	vertical-align: middle;
	flex-wrap: wrap;
	color: var(--qode-main-color);
	transition: color 0.2s ease-out;
}
.qodef-page-title .qodef-breadcrumbs a:hover {
	color: var(--qode-main-hover-color);
}
.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
	margin: 0 4px;
}
.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
	content: "/";
}

/* ==========================================================================
   Standard Title layout styles
   ========================================================================== */
.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
	margin-top: 5px;
}

/* ==========================================================================
   Standard Title layout styles
   ========================================================================== */
.qodef-page-title.qodef-title--standard .qodef-m-subtitle {
	margin: 4px 0 0;
}

html.elementor-html .qodef-uncovering-section .qodef-page-content-section > .elementor {
	margin-bottom: 0 !important;
}

.qodef-uncovering-section .qodef-page-content-section > .elementor .elementor-section {
	z-index: 1;
}
.qodef-uncovering-section .qodef-page-content-section > .elementor > .elementor-section:last-child {
	bottom: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 0;
}
html.elementor-html .qodef-uncovering-section .qodef-page-content-section > .elementor > .elementor-section:last-child {
	bottom: initial;
	left: initial;
	position: initial;
	width: initial;
}

/* ==========================================================================
   Contact Info widget static style start
   ========================================================================== */
.widget .qodef-contact-info-widget {
	margin: 0;
}

/* ==========================================================================
   Contact Info widget variable style start
   ========================================================================== */
#qodef-top-area .widget .qodef-contact-info-widget a {
	font-size: 16px;
}

/* ==========================================================================
   Sticky Sidebar widget start styles
   ========================================================================== */
.widget_chateau_core_sticky_sidebar {
	position: relative;
	width: 100%;
	height: 0;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	background: transparent !important;
}

/* ==========================================================================
   Sticky Sidebar widget end styles
   ========================================================================== */
/* ==========================================================================
   Button widget styles
   ========================================================================== */
.widget_chateau_core_svg_icon {
	display: inline-block;
	vertical-align: top;
	margin: 0 !important;
	font-family: "Ibarra Real Nova", serif;
	font-style: italic;
	font-size: 16px;
	letter-spacing: 0.02em;
	display: inline-flex;
	vertical-align: middle;
	flex-wrap: wrap;
	color: var(--qode-main-color);
}
.widget_chateau_core_svg_icon .qodef-m-holder {
	display: flex;
	align-items: center;
}
.widget_chateau_core_svg_icon .qodef-svg-icon-widget svg {
	display: block;
	fill: var(--fill-color);
	stroke: var(--stroke-color);
	max-width: 100%;
	max-height: 100%;
	transition: all 0.25s ease-out;
}
.widget_chateau_core_svg_icon .qodef-svg-icon-widget a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.widget_chateau_core_svg_icon .qodef-svg-icon-widget:hover svg,
.widget_chateau_core_svg_icon .qodef-svg-icon-widget a:hover svg {
	fill: var(--fill-hover-color);
	stroke: var(--stroke-hover-color);
}
.widget_chateau_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-text,
.widget_chateau_core_svg_icon .qodef-svg-icon-widget a:hover .qodef-m-text {
	color: var(--text-hover-color);
}
.widget_chateau_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-icon {
	background-color: var(--background-hover-color);
}
.widget_chateau_core_svg_icon .qodef-m-icon {
	--fill-color: currentColor;
	--stroke-color: currentColor;
	--fill-hover-color: currentColor;
	--stroke-hover-color: currentColor;
	--background-color: transparent;
	--background-hover-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	max-height: 100%;
	background-color: var(--background-color);
	overflow: hidden;
	transition: all 0.25s ease-out;
}
.widget_chateau_core_svg_icon .qodef-m-text {
	--text-color: currentColor;
	--text-hover-color: currentColor;
	color: var(--text-color);
	transition: all 0.25s ease-out;
	line-height: 1;
}
#qodef-page-header .widget_chateau_core_svg_icon .qodef-m-text {
	font-size: 14px;
	line-height: 2.1428571429em;
	font-weight: 500;
	font-family: "Barlow Condensed", sans-serif;
	letter-spacing: 0.175em;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	color: #243305;
}
#qodef-page-header .widget_chateau_core_svg_icon .qodef-m-text .qodef-menu-item-text {
	position: relative;
}
#qodef-page-header .widget_chateau_core_svg_icon .qodef-m-text .qodef-menu-item-text:after {
	content: "";
	position: absolute;
	top: 14px;
	left: -0.2em;
	right: -0.2em;
	height: 1px;
	background: currentColor;
	transform-origin: left;
	transform: scaleX(0);
	transition: transform 0.35s ease-out;
}

/* ==========================================================================
   Author Info responsive styles
   ========================================================================== */
@media only screen and (max-width: 680px) {
	#qodef-author-info .qodef-m-inner {
		flex-wrap: wrap;
		padding: 30px 0;
	}
	#qodef-author-info .qodef-m-content {
		margin-top: 23px;
	}
}

@media only screen and (max-width: 1024px) {
	body:not(.qodef-content-behind-header) #qodef-page-outer {
		margin-top: 0 !important;
	}
}
/* ==========================================================================
   Top header responsive style - begin
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	#qodef-top-area {
		display: none;
	}
}
/* ==========================================================================
   Top header responsive style - end
   ========================================================================== */
@media only screen and (max-width: 680px) {
	#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner {
		flex-wrap: wrap;
	}
}
@media only screen and (max-width: 680px) {
	#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image {
		max-height: 30vh;
	}
}
@media only screen and (max-width: 680px) {
	#yith-quick-view-modal #yith-quick-view-content.single-product .woocommerce-product-details__short-description {
		display: none;
	}
}

@media only screen and (max-width: 1024px) {
	.qodef-woo-product-list .qodef-product-list-filter-vertical {
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-woo-product-list.qodef-filter-type--sidebar .qodef--load-more {
		padding: 0;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-woo-product-list.qodef-filter-type--sidebar {
		display: flex;
		flex-direction: column;
	}
	.qodef-woo-product-list.qodef-filter-type--sidebar .qodef-product-list-filter-holder.qodef-filter-content {
		width: 100%;
		float: none;
	}
	.qodef-woo-product-list.qodef-filter-type--sidebar > .qodef-grid-inner {
		width: 100%;
		float: none;
		margin-top: 80px;
	}
	.qodef-woo-product-list.qodef-filter-type--sidebar .qodef-m-pagination-items {
		margin-left: 0;
	}
	.qodef-woo-product-list.qodef-filter-type--sidebar .qodef-e-widget-area,
	.qodef-woo-product-list.qodef-filter-type--sidebar .qodef-filter-items {
		padding-right: 0;
		width: 100%;
	}
	.qodef-woo-product-list.qodef-filter-type--sidebar .qodef-filter-items-wrapper {
		width: 100%;
	}
	.qodef-woo-product-list.qodef-filter-type--sidebar .qodef-filter-items {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 10px;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-woo-product-list.qodef-filter-type--sidebar .qodef-filter-items {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* ==========================================================================
   Reservation Form responsive style - begin
   ========================================================================== */
@media only screen and (max-width: 1440px) {
	.qodef-reservation-form .qodef-m-field.qodef-m-field-people, .qodef-reservation-form .qodef-m-field.qodef-m-field-date, .qodef-reservation-form .qodef-m-field.qodef-m-field-time {
		flex-basis: 27%;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-reservation-form .qodef-m-inner {
		justify-content: flex-start;
	}
	.qodef-reservation-form .qodef-m-field.qodef-m-field-book {
		flex-basis: 50%;
	}
	.qodef-reservation-form .qodef-m-field.qodef-m-field-people, .qodef-reservation-form .qodef-m-field.qodef-m-field-date, .qodef-reservation-form .qodef-m-field.qodef-m-field-time {
		flex-basis: 50%;
	}
	.qodef-reservation-form .qodef-m-field.qodef-m-field-people {
		margin: 0 10px 10px 0;
	}
	.qodef-reservation-form .qodef-m-field.qodef-m-field-date {
		margin: 0 0 10px;
	}
	.qodef-reservation-form .qodef-m-field.qodef-m-field-time {
		margin: 0 10px 0 0;
	}
	.qodef-holder--label {
		display: none;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-reservation-form .qodef-m-field.qodef-m-field-people, .qodef-reservation-form .qodef-m-field.qodef-m-field-date, .qodef-reservation-form .qodef-m-field.qodef-m-field-time {
		flex-basis: 49%;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-reservation-form .qodef-m-field.qodef-m-field-people, .qodef-reservation-form .qodef-m-field.qodef-m-field-date, .qodef-reservation-form .qodef-m-field.qodef-m-field-time, .qodef-reservation-form .qodef-m-field.qodef-m-field-book {
		flex-basis: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
}
/* ==========================================================================
   Reservation Form responsive style - end
   ========================================================================== */
/* ==========================================================================
   Call to Action shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	.qodef-call-to-action.qodef-layout--standard .qodef-m-content {
		padding-right: 0;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
		display: block;
	}
	.qodef-call-to-action.qodef-layout--standard .qodef-m-button {
		margin-top: 32px;
	}
}

/* ==========================================================================
   Countdown shortcode styles
   ========================================================================== */
@media only screen and (max-width: 768px) {
	.qodef-countdown.qodef-show--4 .qodef-digit-wrapper, .qodef-countdown.qodef-show--5 .qodef-digit-wrapper, .qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
		width: 33.3333333333%;
	}
}

/* ==========================================================================
   Section Title shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	.qodef-highlight.qodef-title-break--disabled .qodef-m-title br {
		display: none;
	}
}

/* ==========================================================================
   Horizontal timeline shortcode responsive style - begin
   ========================================================================== */
@media only screen and (max-width: 1366px) {
	.qodef-horizontal-timeline .qodef-e-item .qodef-e-image-holder {
		display: flex;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-horizontal-timeline .qodef-m-inner {
		padding-left: 60px;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-horizontal-timeline .qodef-m-line {
		width: 200%;
	}
}

/* ==========================================================================
   Horizontal timeline shortcode responsive style - end
   ========================================================================== */
/* ==========================================================================
   Section Title shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	.qodef-info-section.qodef-title-break--disabled .qodef-m-title br {
		display: none;
	}
}

/* ==========================================================================
   Item Showcase shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	.qodef-item-showcase {
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.qodef-item-showcase .qodef-m-image {
		position: absolute;
		top: 0;
		left: 0;
		width: 40%;
		padding-right: 40px;
		margin: 0 !important;
	}
	.qodef-item-showcase .qodef-m-items {
		left: 40%;
		width: calc(100% - 40%);
	}
	.qodef-item-showcase .qodef-m-items .qodef-m-item {
		transition-delay: 0ms;
	}
	.qodef-item-showcase .qodef-m-items.qodef--left {
		text-align: left;
	}
	.qodef-item-showcase .qodef-m-items.qodef--right .qodef-m-item:first-child {
		margin-top: 40px;
	}
	.qodef-item-showcase .qodef-m-item {
		margin-top: 40px;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-item-showcase .qodef-m-image {
		display: none;
	}
	.qodef-item-showcase .qodef-m-items {
		left: 0;
		width: 100%;
	}
}

/* ==========================================================================
   Section Title shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	.qodef-section-title.qodef-title-break--disabled .qodef-m-title br {
		display: none;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-section-title .qodef-m-subtitle-content .qodef-m-subtitle-line-one,
	.qodef-section-title .qodef-m-subtitle-content .qodef-m-subtitle-line-two {
		width: 90px;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-section-title .qodef-m-subtitle-content .qodef-m-subtitle-line-one,
	.qodef-section-title .qodef-m-subtitle-content .qodef-m-subtitle-line-two {
		width: 45px;
	}
}

@media only screen and (max-width: 680px) {
	.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
		display: block;
	}
	.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
		padding-right: 0;
		margin-right: 0;
		border-right: 0;
	}
	.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
		margin-top: 26px;
	}
	.qodef-tabs.qodef-layout--simple .qodef-tabs-content {
		margin: 26px 0 0;
	}
}

@media only screen and (max-width: 1024px) {
	.qodef-vertical-split-slider.qodef-disable-below--1024 {
		display: none;
	}
	.qodef-vertical-split-slider.qodef-disable-below--1024 .qodef-m-slide-content {
		padding: 8% 18% 10% 10%;
	}
	.qodef-vertical-split-slider.qodef-disable-below--1024 + .qodef-vertical-split-slider-responsive {
		display: block;
	}
	.qodef-vertical-split-slider.qodef-disable-below--1024 + .qodef-vertical-split-slider-responsive .qodef-m-slide-image {
		min-height: 50vh;
	}
	.qodef-vertical-split-slider.qodef-disable-below--1024 + .qodef-vertical-split-slider-responsive .qodef-m-label-holder {
		left: 0;
		right: auto;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-vertical-split-slider.qodef-disable-below--768 {
		display: none;
	}
	.qodef-vertical-split-slider.qodef-disable-below--768 .qodef-m-slide-content {
		padding: 8% 18% 10% 10%;
	}
	.qodef-vertical-split-slider.qodef-disable-below--768 + .qodef-vertical-split-slider-responsive {
		display: block;
	}
	.qodef-vertical-split-slider.qodef-disable-below--768 + .qodef-vertical-split-slider-responsive .qodef-m-slide-image {
		min-height: 50vh;
	}
	.qodef-vertical-split-slider.qodef-disable-below--768 + .qodef-vertical-split-slider-responsive .qodef-m-label-holder {
		left: 0;
		right: auto;
	}
}

@media only screen and (max-width: 1440px) {
	.qodef-vertical-split-slider .qodef-m-slide-content,
	.qodef-vertical-split-slider-responsive .qodef-m-slide-content {
		padding: 5% 18% 10% 10%;
	}
	.qodef-vertical-split-slider #qodef-vertical-split-slider-thumbs li,
	.qodef-vertical-split-slider-responsive #qodef-vertical-split-slider-thumbs li {
		width: 80px;
		height: 80px;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-vertical-split-slider .qodef-m-slide-content,
	.qodef-vertical-split-slider-responsive .qodef-m-slide-content {
		padding: 8.5% 18% 10% 10%;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-vertical-split-slider .qodef-m-slide-content,
	.qodef-vertical-split-slider-responsive .qodef-m-slide-content {
		padding-bottom: 10.5%;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-vertical-split-slider .qodef-m-slide-content,
	.qodef-vertical-split-slider-responsive .qodef-m-slide-content {
		padding: 25% 10% 29% !important;
	}
}

/* ==========================================================================
   Social Share shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 680px) {
	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
		left: 1px;
	}
	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
		left: 46px;
	}
	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
		left: 91px;
	}
	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
		left: 136px;
	}
	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
		left: 181px;
	}
	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
		left: 226px;
	}
	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
		left: 271px;
	}
	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
		left: auto;
		right: 0;
	}
	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
		right: auto;
		left: 1px;
	}
	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
		right: auto;
		left: 46px;
	}
	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
		right: auto;
		left: 91px;
	}
	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
		right: auto;
		left: 136px;
	}
	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
		right: auto;
		left: 181px;
	}
	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
		right: auto;
		left: 226px;
	}
	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
		right: auto;
		left: 271px;
	}
}

/* ==========================================================================
   Social Share shortcode responsive styles
   ========================================================================== */
/* ==========================================================================
   Title responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content {
		padding-top: 0 !important;
	}
}