@charset "UTF-8";
/* ==========================================================================
   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
   ========================================================================== */
/* ==========================================================================
   Clear fix mixin - begin
   ========================================================================== */
/* ==========================================================================
   Clear fix mixin - end
   ========================================================================== */
/* ==========================================================================
   Button mixins - start
   ========================================================================== */
/* ==========================================================================
   Button mixins - end
   ========================================================================== */
/* ==========================================================================
   Tabs mixins - start
   ========================================================================== */
/* ==========================================================================
   Tabs mixins - end
   ========================================================================== */
/* ==========================================================================
   Animation mixins - start
   ========================================================================== */
/* ==========================================================================
   Animation mixins - end
   ========================================================================== */
/* ========================================================================== */
/* ==========================================================================
   Global mixins
   ========================================================================== */
/* ==========================================================================
   Global styles
   ========================================================================== */
.kamperen-core-page-inline-style {
	position: absolute !important;
	width: 0;
	height: 0;
	line-height: 1;
	display: none;
}

/* ==========================================================================
   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: 25px;
	bottom: 59px;
	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: 20px;
	color: #fff;
	background-color: var(--qode-main-color);
	overflow: hidden;
	transition: background-color 0.3s ease-out;
}
#qodef-back-to-top .qodef-back-to-top-icon * {
	display: block;
	line-height: inherit;
}
#qodef-back-to-top svg {
	display: block;
	width: 18px;
	height: auto;
	fill: currentColor;
}
#qodef-back-to-top:hover .qodef-back-to-top-icon {
	background-color: var(--qode-hover-color);
}
#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;
}

/* ==========================================================================
   #Back to Top styles - end
   ========================================================================== */
.qodef-background-text {
	position: relative;
}
.qodef-background-text .qodef-m-background-text {
	color: var(--qode-main-color);
	font-family: "Prompt", sans-serif;
	font-size: 200px;
	line-height: 1em;
}
.qodef-background-text .qodef-m-background-text-holder {
	display: flex;
	height: 100%;
	position: absolute;
	width: 100%;
}

/* ==========================================================================
   Blog List Metro styles
   ========================================================================== */
.qodef-blog.qodef-item-layout--metro article {
	margin: 0 0 72px !important;
}
.qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote {
	padding: 39px 46px;
}
.qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote .qodef-e-link-icon {
	position: absolute;
	top: 10px;
	right: 13px;
}
.qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link {
	padding: 39px 46px;
}
.qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link-icon {
	position: absolute;
	top: 10px;
	right: 13px;
}
.qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link-icon svg {
	width: 26px;
}
.qodef-blog.qodef-item-layout--metro .qodef-e-media-image {
	margin-bottom: 22px;
}
.qodef-blog.qodef-item-layout--metro .qodef-e-content .qodef-e-top-holder {
	margin: 0 0 -6px 0;
}
.qodef-blog.qodef-item-layout--metro .qodef-e-content .qodef-e-top-holder .qodef-e-info a {
	color: #484848;
	transition: color 0.2s;
}
.qodef-blog.qodef-item-layout--metro .qodef-e-content .qodef-e-top-holder .qodef-e-info a:hover {
	color: var(--qode-main-color);
}
.qodef-blog.qodef-item-layout--metro .qodef-e-content .qodef-e-top-holder .qodef-e-info .qodef-info-separator-end:after {
	color: #AAAAAA;
}
.qodef-blog.qodef-item-layout--metro .qodef-e-content .qodef-e-title {
	margin-top: -3px;
	margin-bottom: 4px;
}
.qodef-blog.qodef-item-layout--metro .qodef-e-content .qodef-e-excerpt {
	margin: 0;
}
.qodef-blog.qodef-item-layout--metro .qodef-e-content .qodef-e-bottom-holder {
	margin-top: 15px;
}
.qodef-blog.qodef-item-layout--metro .qodef-e-content .qodef-e-bottom-holder .qodef-e-read-more {
	margin: 0;
}
.qodef-blog.qodef-item-layout--metro .qodef-e-content .qodef-e-bottom-holder .qodef-e-read-more .qodef-shortcode .qodef-m-text {
	font-size: 13px !important;
	line-height: 1.46em;
	font-weight: 600;
	color: #000;
	transition: color 0.2s;
}
.qodef-blog.qodef-item-layout--metro .qodef-e-content .qodef-e-bottom-holder .qodef-e-read-more .qodef-shortcode .qodef-m-icon {
	margin-left: 5px;
}
.qodef-blog.qodef-item-layout--metro .qodef-e-content .qodef-e-bottom-holder .qodef-e-read-more .qodef-shortcode .qodef-m-icon svg {
	fill: #000;
	transition: fill 0.2s;
}
.qodef-blog.qodef-item-layout--metro .qodef-e-content .qodef-e-bottom-holder .qodef-e-read-more .qodef-shortcode:hover .qodef-m-text {
	color: var(--qode-main-color);
	transition: color 0.2s;
}
.qodef-blog.qodef-item-layout--metro .qodef-e-content .qodef-e-bottom-holder .qodef-e-read-more .qodef-shortcode:hover .qodef-m-icon svg {
	fill: var(--qode-main-color);
	transition: fill 0.2s;
}

/* ==========================================================================
   Blog List styles
   ========================================================================== */
.qodef-blog.qodef-item-layout--minimal article.qodef-blog-item {
	margin: 0 0 80px !important;
}
@media only screen and (max-width: 680px) {
	.qodef-blog.qodef-item-layout--minimal article.qodef-blog-item {
		margin: 0 0 50px !important;
	}
}
.qodef-blog.qodef-item-layout--minimal .qodef-e-left {
	flex-basis: 100%;
}
.qodef-blog.qodef-item-layout--minimal .qodef-e-inner {
	display: flex;
}
.qodef-blog.qodef-item-layout--minimal .qodef-e-content-date {
	padding-top: 10px;
	padding-right: 19px;
}
.qodef-blog.qodef-item-layout--minimal .qodef-image-date {
	padding: 11px 15px 12px 0;
	display: block;
	border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.qodef-blog.qodef-item-layout--minimal .qodef-image-date span {
	display: block;
}
.qodef-blog.qodef-item-layout--minimal .qodef-image-date .qodef-date-day {
	font-size: 25px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}
.qodef-blog.qodef-item-layout--minimal .qodef-image-date .qodef-date-month {
	font-size: 15px;
	font-weight: 300;
	line-height: 1;
	margin-top: -1px;
	text-transform: lowercase;
	text-align: center;
}
.qodef-blog.qodef-item-layout--minimal .qodef-e-media-image {
	margin-bottom: 34px;
}
.qodef-blog.qodef-item-layout--minimal .qodef-e-content .qodef-e-top-holder {
	margin: 0;
}
.qodef-blog.qodef-item-layout--minimal .qodef-e-content .qodef-e-top-holder .qodef-e-info a {
	color: #484848;
	transition: color 0.2s;
}
.qodef-blog.qodef-item-layout--minimal .qodef-e-content .qodef-e-top-holder .qodef-e-info a:hover {
	color: var(--qode-main-color);
}
.qodef-blog.qodef-item-layout--minimal .qodef-e-content .qodef-e-top-holder .qodef-e-info .qodef-info-separator-end:after {
	color: #AAAAAA;
}
.qodef-blog.qodef-item-layout--minimal .qodef-e-content .qodef-e-title {
	margin-bottom: 14px;
}
.qodef-blog.qodef-item-layout--minimal .qodef-e-content .qodef-e-excerpt {
	margin: 0;
	color: #3E3E3E;
}
.qodef-blog.qodef-item-layout--minimal .qodef-e-content .qodef-e-bottom-holder {
	margin-top: 42px;
}

/* ==========================================================================
   Blog List Simple styles
   ========================================================================== */
.qodef-blog.qodef-item-layout--simple article .qodef-e-inner {
	display: flex;
	align-items: flex-start;
}
.qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
	flex-shrink: 0;
	width: 184px !important;
	height: auto !important;
	margin: 0 26px 0 0;
}
@media only screen and (max-width: 1440px) {
	.qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
		width: 160px !important;
	}
}
@media only screen and (max-width: 1280px) {
	.qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
		width: 130px !important;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
		width: 160px !important;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
		width: 130px !important;
		margin: 0 12px 0 0;
	}
}
.qodef-blog.qodef-item-layout--simple article .qodef-e-media-image .qodef-image-date {
	display: none;
}
.qodef-blog.qodef-item-layout--simple article .qodef-e-bottom-holder {
	margin-top: 5px;
}
@media only screen and (max-width: 480px) {
	.qodef-blog.qodef-item-layout--simple article .qodef-e-bottom-holder {
		margin-top: 8px;
	}
}
.qodef-blog.qodef-item-layout--simple article .qodef-e-title {
	margin-top: -6px;
	line-height: 1.35em;
}
.qodef-blog.qodef-item-layout--simple article .qodef-e-title a {
	color: #000;
	transition: color 0.2s;
}
.qodef-blog.qodef-item-layout--simple article .qodef-e-title a:hover {
	color: var(--qode-main-color);
	transition: color 0.2s;
}
.qodef-blog.qodef-item-layout--simple article .qodef-image-date {
	color: #484848;
	transition: color 0.2s;
}
.qodef-blog.qodef-item-layout--simple article .qodef-image-date:hover {
	color: var(--qode-main-color);
	transition: color 0.2s;
}

/* ==========================================================================
   Blog List styles
   ========================================================================== */
.qodef-blog.qodef-item-layout--standard article.qodef-blog-item {
	margin: 0 0 80px !important;
}
@media only screen and (max-width: 1024px) {
	.qodef-blog.qodef-item-layout--standard article.qodef-blog-item {
		margin: 0 0 55px !important;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-blog.qodef-item-layout--standard article.qodef-blog-item {
		margin: 0 0 50px !important;
	}
}
.qodef-blog.qodef-item-layout--standard .qodef-e-media-image {
	margin-bottom: 34px;
}
.qodef-blog.qodef-item-layout--standard .qodef-e-content .qodef-e-top-holder {
	margin: 0;
}
.qodef-blog.qodef-item-layout--standard .qodef-e-content .qodef-e-top-holder .qodef-e-info a {
	color: #484848;
	transition: color 0.2s;
}
.qodef-blog.qodef-item-layout--standard .qodef-e-content .qodef-e-top-holder .qodef-e-info a:hover {
	color: var(--qode-main-color);
}
.qodef-blog.qodef-item-layout--standard .qodef-e-content .qodef-e-top-holder .qodef-e-info .qodef-info-separator-end:after {
	color: #AAAAAA;
}
.qodef-blog.qodef-item-layout--standard .qodef-e-content .qodef-e-title {
	margin-bottom: 6px;
}
.qodef-blog.qodef-item-layout--standard .qodef-e-content .qodef-e-excerpt {
	margin: 0;
}
.qodef-blog.qodef-item-layout--standard .qodef-e-content .qodef-e-bottom-holder {
	margin-top: 16px;
}
.qodef-blog.qodef-item-layout--standard .qodef-e-content .qodef-e-bottom-holder .qodef-e-read-more {
	margin: 0;
}
.qodef-blog.qodef-item-layout--standard .qodef-e-content .qodef-e-bottom-holder .qodef-e-read-more .qodef-shortcode .qodef-m-text {
	font-size: 13px !important;
	line-height: 1.46em;
	font-weight: 600;
	color: #000;
	transition: color 0.2s;
}
.qodef-blog.qodef-item-layout--standard .qodef-e-content .qodef-e-bottom-holder .qodef-e-read-more .qodef-shortcode .qodef-m-icon {
	margin-left: 5px;
}
.qodef-blog.qodef-item-layout--standard .qodef-e-content .qodef-e-bottom-holder .qodef-e-read-more .qodef-shortcode .qodef-m-icon svg {
	fill: #000;
	transition: fill 0.2s;
}
.qodef-blog.qodef-item-layout--standard .qodef-e-content .qodef-e-bottom-holder .qodef-e-read-more .qodef-shortcode:hover .qodef-m-text {
	color: var(--qode-main-color);
	transition: color 0.2s;
}
.qodef-blog.qodef-item-layout--standard .qodef-e-content .qodef-e-bottom-holder .qodef-e-read-more .qodef-shortcode:hover .qodef-m-icon svg {
	fill: var(--qode-main-color);
	transition: fill 0.2s;
}

/* ==========================================================================
   Blog List styles
   ========================================================================== */
.qodef-blog.qodef-item-layout--standard article.qodef-blog-item {
	margin: 0 0 80px !important;
}
@media only screen and (max-width: 1024px) {
	.qodef-blog.qodef-item-layout--standard article.qodef-blog-item {
		margin: 0 0 50px !important;
	}
}
.qodef-blog.qodef-item-layout--standard .qodef-e-media-image {
	margin-bottom: 34px;
}
.qodef-blog.qodef-item-layout--standard .qodef-e-content .qodef-e-top-holder {
	margin: 0;
}
.qodef-blog.qodef-item-layout--standard .qodef-e-content .qodef-e-top-holder .qodef-e-info a {
	color: #484848;
	transition: color 0.2s;
}
.qodef-blog.qodef-item-layout--standard .qodef-e-content .qodef-e-top-holder .qodef-e-info a:hover {
	color: var(--qode-main-color);
}
.qodef-blog.qodef-item-layout--standard .qodef-e-content .qodef-e-top-holder .qodef-e-info .qodef-info-separator-end:after {
	color: #AAAAAA;
}
.qodef-blog.qodef-item-layout--standard .qodef-e-content .qodef-e-title {
	margin-bottom: 4px;
	margin-top: -9px;
}
.qodef-blog.qodef-item-layout--standard .qodef-e-content .qodef-e-excerpt {
	margin: 0;
}
.qodef-blog.qodef-item-layout--standard .qodef-e-content .qodef-e-bottom-holder {
	margin-top: 15px;
}
.qodef-blog.qodef-item-layout--standard .qodef-e-content .qodef-e-bottom-holder .qodef-e-read-more {
	margin: 0;
}
.qodef-blog.qodef-item-layout--standard .qodef-e-content .qodef-e-bottom-holder .qodef-e-read-more .qodef-shortcode .qodef-m-text {
	font-size: 13px !important;
	line-height: 1.46em;
	font-weight: 600;
	color: #000;
	transition: color 0.2s;
}
.qodef-blog.qodef-item-layout--standard .qodef-e-content .qodef-e-bottom-holder .qodef-e-read-more .qodef-shortcode .qodef-m-icon {
	margin-left: 5px;
}
.qodef-blog.qodef-item-layout--standard .qodef-e-content .qodef-e-bottom-holder .qodef-e-read-more .qodef-shortcode .qodef-m-icon svg {
	fill: #000;
	transition: fill 0.2s;
}
.qodef-blog.qodef-item-layout--standard .qodef-e-content .qodef-e-bottom-holder .qodef-e-read-more .qodef-shortcode:hover .qodef-m-text {
	color: var(--qode-main-color);
	transition: color 0.2s;
}
.qodef-blog.qodef-item-layout--standard .qodef-e-content .qodef-e-bottom-holder .qodef-e-read-more .qodef-shortcode:hover .qodef-m-icon svg {
	fill: var(--qode-main-color);
	transition: fill 0.2s;
}

/* ==========================================================================
   Author Info styles
   ========================================================================== */
#qodef-author-info {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 0;
	margin-bottom: 44px;
	background: #FAFAF9;
	padding: 32px 28px;
}
#qodef-author-info .qodef-m-inner {
	position: relative;
	display: flex;
	align-items: center;
}
#qodef-author-info .qodef-m-image {
	flex-shrink: 0;
	margin-right: 20px;
}
#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-email {
	margin: 5px 0 0;
}
#qodef-author-info .qodef-m-description {
	margin: 3px 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;
	padding-top: 46px;
	margin-top: 10px;
	position: relative;
}
#qodef-related-posts:before {
	content: "";
	position: absolute;
	top: 0;
	left: 15px;
	width: calc(100% - 30px);
	height: 1px;
	background: rgba(138, 138, 138, 0.4);
}
@media only screen and (max-width: 680px) {
	#qodef-related-posts {
		margin-top: 21px;
		padding-top: 16px;
	}
}
#qodef-related-posts .qodef-e-media-image {
	margin-bottom: 25px;
}
#qodef-related-posts .qodef-e-top-holder {
	margin-bottom: 0;
}
#qodef-related-posts p.qodef-e-excerpt {
	color: #484848;
}
#qodef-related-posts .qodef-e-bottom-holder {
	margin-top: 18px;
}
#qodef-related-posts .qodef-e-left {
	flex-basis: 100%;
}

/* ==========================================================================
   Single Post Navigation styles
   ========================================================================== */
#qodef-single-post-navigation {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding-bottom: 44px;
}
#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-nav-label {
	display: inline-flex;
	vertical-align: middle;
	flex-wrap: wrap;
	font-size: 13px;
	line-height: 2em;
	text-transform: uppercase;
	line-height: 1em;
	font-weight: 600;
	margin: 0 10px;
	letter-spacing: 0.5px;
	transition: color 0.3s;
}
#qodef-single-post-navigation .qodef-m-nav .qodef-m-pagination-icon {
	position: relative;
	top: -2px;
	display: block;
	width: 30px;
	height: auto;
	fill: currentColor;
	stroke: none;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev {
	left: 0;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-pagination-icon {
	margin-right: 4px;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--next {
	flex-direction: row-reverse;
	right: 0;
	margin-left: auto;
	text-align: right;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-pagination-icon {
	margin-left: 4px;
}
#qodef-single-post-navigation .qodef-m-nav:hover svg {
	transition: fill 0.3s;
}
#qodef-single-post-navigation .qodef-m-nav:hover svg path {
	fill: var(--qode-main-color);
	transition: fill 0.3s;
}
#qodef-single-post-navigation .qodef-m-nav:hover .qodef-m-nav-label {
	color: var(--qode-main-color);
	transition: color 0.3s;
}

/* ==========================================================================
   #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;
}

@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: #000;
	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%;
}
.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 > a {
	font-family: "Prompt", sans-serif;
	font-weight: 500;
	font-size: 40px;
	line-height: 1.325em;
	color: #fff;
}
@media only screen and (max-width: 680px) {
	.qodef-fullscreen-menu > ul > li > a {
		font-size: 35px;
		line-height: 1.2em;
	}
}
.qodef-fullscreen-menu > ul > li > a:hover {
	color: var(--qode-main-color);
}
.qodef-fullscreen-menu > ul > li.current-menu-ancestor > a, .qodef-fullscreen-menu > ul > li.current-menu-item > a {
	color: var(--qode-main-color);
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner > ul {
	padding: 10px 0 5px;
}
.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;
	margin: 8px 0 10px 0;
	overflow: hidden;
	transition: color 0.3s ease-out;
	padding-right: 0px;
	font-family: "Prompt", sans-serif;
	font-size: 15px;
	line-height: 1.73em;
	font-weight: 300;
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.054em;
	font-weight: 400;
}
.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 {
	display: none;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:hover {
	padding-left: 0px;
	padding-right: 0;
	color: #000;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:hover:before {
	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: 0px;
	padding-right: 0;
	color: #000;
}
.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 {
	left: 0;
}

/* ==========================================================================
   Full Screen Menu Opener styles
   ========================================================================== */
.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener {
	color: #fff;
}
.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--light {
	opacity: 1;
}
.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--main, .qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--dark {
	opacity: 0;
}
.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: 24px;
}
#qodef-page-header .qodef-widget-holder .widget {
	margin: 0 8px;
	display: flex;
	align-items: center;
}
#qodef-page-header .qodef-widget-holder .widget:after {
	content: " ";
	background: rgba(138, 138, 138, 0.42);
	width: 1px;
	height: 18px;
	margin-top: -1px;
	margin-left: 15px;
}
#qodef-page-header .qodef-widget-holder .widget:first-child {
	margin-left: 0;
}
#qodef-page-header .qodef-widget-holder .widget:last-child:after {
	display: none;
}
#qodef-page-header .qodef-widget-holder .widget .widget_icl_lang_sel_widget {
	height: 100%;
}
#qodef-page-header .qodef-widget-holder .widget .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-page-header .qodef-widget-holder .widget .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
}
@-moz-document url-prefix() {
	#qodef-page-header .qodef-widget-holder .widget .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
	#qodef-page-header .qodef-widget-holder .widget .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
		top: 0;
	}
}
#qodef-page-header .qodef-widget-holder .widget .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#qodef-page-header .qodef-widget-holder .widget .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
	height: 100%;
	text-transform: uppercase;
	font-weight: 500;
	color: #000;
	padding: 0;
	background: transparent;
}
#qodef-page-header .qodef-widget-holder .widget .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after,
#qodef-page-header .qodef-widget-holder .widget .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after {
	display: none;
}
#qodef-page-header .qodef-widget-holder .widget .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle a,
#qodef-page-header .qodef-widget-holder .widget .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle a {
	font-weight: 500;
}
#qodef-page-header .qodef-widget-holder .widget .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle a:hover,
#qodef-page-header .qodef-widget-holder .widget .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle a:hover {
	color: #000;
}
#qodef-page-header .qodef-widget-holder .widget .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#qodef-page-header .qodef-widget-holder .widget .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
	color: #000;
	font-weight: 500;
}
.qodef-skin--light:not(.qodef-header--sticky-display) #qodef-page-header .qodef-widget-holder .widget .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
.qodef-skin--light:not(.qodef-header--sticky-display) #qodef-page-header .qodef-widget-holder .widget .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
	color: #fff !important;
}
#qodef-page-header div[id^=monster-widget-placeholder],
#qodef-page-header div[id^=woo-monster-widget-placeholder] {
	display: none;
}
#qodef-page-header .qodef-skin--light .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#qodef-page-header .qodef-skin--light .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
	color: #fff !important;
}
#qodef-page-header .qodef-skin--light .qodef-woo-dropdown-cart .qodef-m-opener span {
	color: #fff !important;
}
#qodef-page-header .qodef-skin--light .qodef-widget-holder .widget:after {
	background: rgba(255, 255, 255, 0.5) !important;
}

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

#qodef-page-header-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-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-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-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--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-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-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-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: 60px;
	height: auto;
	fill: transparent;
	stroke: currentColor;
	stroke-width: 1.5px;
}
#qodef-page-header .qodef-header-logo-link.qodef-source--textual {
	font-family: "Prompt", sans-serif;
	font-weight: 500;
	color: #000;
	font-size: 25px;
	line-height: 1.52em;
	transition: color 0.3s ease-out;
}
@media only screen and (max-width: 680px) {
	#qodef-page-header .qodef-header-logo-link.qodef-source--textual {
		line-height: 1.3em;
	}
}
#qodef-page-header .qodef-header-logo-link:hover {
	color: #000;
}

#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-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-color) !important;
}

/* ==========================================================================
   Header layout styles
   ========================================================================== */
.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;
}
.qodef-header--divided #qodef-page-header .qodef-header-navigation {
	margin: 0 24px;
}
.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-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: -1px;
	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: 24px;
}

/* ==========================================================================
   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: 70px;
	width: 100%;
	background-color: #fff;
	transform: translateY(-100%);
	transition: transform 0.5s ease, top 0.5s ease;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.06);
	z-index: 100;
}
.qodef-header--sticky-display .qodef-header-sticky {
	transform: translateY(0%);
}
.admin-bar.qodef-header--sticky-display .qodef-header-sticky {
	top: 32px;
}
@-moz-document url-prefix() {
	.qodef-header-sticky {
		opacity: 0.9999 !important;
	}
}

.qodef-header-sticky-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	padding: 0 20px;
}
@-moz-document url-prefix() {
	.qodef-header-sticky-inner {
		opacity: 0.9999 !important;
	}
}
.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-navigation {
	margin-left: 20px;
}
.qodef-header-standard--left .qodef-header-sticky-inner .qodef-widget-holder {
	margin-left: auto !important;
}
.qodef-header-sticky-inner > .qodef-header-navigation {
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: center;
}

#qodef-page-header .qodef-header-sticky-inner .qodef-header-logo-link svg {
	width: 50px;
}
@media only screen and (max-width: 1366px) {
	#qodef-page-header .qodef-header-sticky-inner .qodef-header-navigation ul li {
		padding: 0 20px;
	}
}

/* ==========================================================================
   Top area style - begin
   ========================================================================== */
#qodef-top-area {
	position: relative;
	background-color: #000;
	z-index: 101; /* Header has Z-index 100, top header has greater value because of dropdown in header top (wpml) */
}
#qodef-top-area-inner {
	align-items: center;
	display: flex;
	height: 32px;
	justify-content: space-between;
	padding: 0 20px;
	position: relative;
}
#qodef-top-area-inner.qodef-alignment--center .qodef-widget-holder {
	margin: 0 auto;
}
#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 12px;
}
#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;
	font-size: 14px;
}
#qodef-top-area div[id^=monster-widget-placeholder],
#qodef-top-area div[id^=woo-monster-widget-placeholder] {
	display: none;
}

/* ==========================================================================
   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: #EFECE6;
}

.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 #707070;
	border-radius: 0;
	box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
	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 #707070;
	border-left: 1px solid #707070;
	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: "Prompt", 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: #000;
}
.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 #707070;
	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: var(--qode-main-color);
}
#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;
}
.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: transparent;
	stroke: currentColor;
	stroke-width: 1.5px;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
	font-family: "Prompt", sans-serif;
	font-weight: 500;
	color: #000;
	font-size: 25px;
	line-height: 1.52em;
	transition: color 0.3s ease-out;
}
@media only screen and (max-width: 680px) {
	#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
		line-height: 1.3em;
	}
}

/* ==========================================================================
   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: #000;
	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: 0;
	width: 22px;
	height: auto;
	color: #fff;
	fill: currentColor;
	z-index: 1;
	cursor: pointer;
	transition: color 0.3s ease-out;
	transform: rotate(0);
	transition: transform 0.3s ease-out, color 0.3s 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: 8px 0 10px 0;
	overflow: hidden;
	transition: color 0.3s ease-out;
	padding-right: 0px;
	font-family: "Prompt", sans-serif;
	font-size: 15px;
	line-height: 1.73em;
	font-weight: 300;
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.054em;
	font-weight: 400;
}
#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 {
	display: none;
}
#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: 0px;
	padding-right: 0;
	color: #000;
}
#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-family: "Prompt", sans-serif;
	font-weight: 500;
	color: #000;
	font-size: 14px;
	line-height: 1.73em;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: "Prompt", sans-serif;
	font-weight: 500;
	color: #fff;
}
#qodef-side-area-mobile-header .qodef-m-navigation > ul > li > a:hover {
	color: var(--qode-main-color);
}
#qodef-side-area-mobile-header .qodef-m-navigation > ul > li.current-menu-ancestor > a, #qodef-side-area-mobile-header .qodef-m-navigation > ul > li.current-menu-item > a {
	color: var(--qode-main-color);
}
#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;
}
.qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start {
	opacity: 1;
	visibility: visible;
	overflow: visible;
	z-index: 20;
	transition: opacity 0.3s ease-out;
}
.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 {
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.06);
}
.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 {
	background-color: #000;
}
.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 20px;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul {
	display: flex;
	justify-content: space-between;
	padding: 46px 0 41px;
	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-family: "Prompt", sans-serif;
	font-weight: 500;
	color: #000;
	font-size: 14px;
	line-height: 1.73em;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: "Prompt", sans-serif;
	font-weight: 500;
	color: #fff;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li > a:hover {
	color: var(--qode-main-color);
}
.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 {
	position: relative;
	display: flex;
	white-space: normal;
	margin: 8px 0 10px 0;
	overflow: hidden;
	transition: color 0.3s ease-out;
	padding-right: 0px;
	font-family: "Prompt", sans-serif;
	font-size: 15px;
	line-height: 1.73em;
	font-weight: 300;
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.054em;
	font-weight: 400;
}
.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 {
	display: none;
}
.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: 0px;
	padding-right: 0;
	color: #000;
}
.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-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.current-menu-item > a {
	color: var(--qode-main-color);
}
.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 {
	color: var(--qode-main-color);
}

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

/* ==========================================================================
   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;
	left: 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 .qodef-m-lines {
	position: relative;
	display: block;
	width: 26px;
	height: 13px;
}
.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;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--2 {
	top: 6px;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--3 {
	bottom: 0;
}
.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--1 {
	top: 6px;
	transform: rotate(45deg);
}
.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--2 {
	top: 6px;
	transform: rotate(-45deg);
}
.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--3 {
	opacity: 0;
}

/* ==========================================================================
   #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
   ========================================================================== */
.qodef-contact-form-7 {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-contact-form-7 .ajax-loader {
	display: none;
}
.qodef-contact-form-7 .wpcf7-response-output {
	border-width: 1px !important;
	margin: 2em 0 0 0 !important;
	padding: 1em 1.5em !important;
}
.qodef-contact-form-7 .wpcf7-form {
	position: relative;
}
.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;
}
.qodef-contact-form-7 .wpcf7-form:after {
	animation: qode-rotate 2s linear infinite;
	background-color: transparent;
	border: 2px solid #EFECE6;
	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;
}
.qodef-contact-form-7 .wpcf7-form.submitting > * {
	opacity: 0.3;
}
.qodef-contact-form-7 .wpcf7-form.submitting:before, .qodef-contact-form-7 .wpcf7-form.submitting:after {
	visibility: visible;
}
.qodef-contact-form-7 .qodef-contact-form-style p {
	margin: 0;
}
.qodef-contact-form-7 .qodef-contact-form-style .qodef-contact-form-grid-style {
	display: flex;
	gap: 26px;
}
.qodef-contact-form-7 .qodef-contact-form-style .qodef-contact-form-grid-style .wpcf7-form-control-wrap {
	width: 33.3333333%;
}
@media only screen and (max-width: 768px) {
	.qodef-contact-form-7 .qodef-contact-form-style .qodef-contact-form-grid-style {
		display: block;
	}
	.qodef-contact-form-7 .qodef-contact-form-style .qodef-contact-form-grid-style .wpcf7-form-control-wrap {
		width: 100%;
	}
}
.qodef-contact-form-7 .qodef-contact-form-style .qodef-button {
	margin-left: auto;
	margin-right: 0;
	display: flex;
	gap: 4px;
	background: transparent !important;
}
.qodef-contact-form-7 .qodef-contact-form-style.qodef-contact-form-style-2 .qodef-contact-form-grid-style {
	display: flex;
	gap: 13px;
}
.qodef-contact-form-7 .qodef-contact-form-style.qodef-contact-form-style-2 .qodef-contact-form-grid-style .wpcf7-form-control-wrap {
	width: 50%;
}
@media only screen and (max-width: 768px) {
	.qodef-contact-form-7 .qodef-contact-form-style.qodef-contact-form-style-2 .qodef-contact-form-grid-style {
		display: block;
	}
	.qodef-contact-form-7 .qodef-contact-form-style.qodef-contact-form-style-2 .qodef-contact-form-grid-style .wpcf7-form-control-wrap {
		width: 100%;
	}
}
.qodef-contact-form-7 .qodef-newsletter-form-style {
	position: relative;
}
.qodef-contact-form-7 .qodef-newsletter-form-style input[type=email] {
	color: #000 !important;
	border: none;
	border-bottom: 1px solid #747474;
	padding: 5px 30px 5px 0;
	margin-bottom: 10px;
	font-size: 40px;
	line-height: 1.375;
	font-weight: 500;
}
@media only screen and (max-width: 680px) {
	.qodef-contact-form-7 .qodef-newsletter-form-style input[type=email] {
		font-size: 23px;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-contact-form-7 .qodef-newsletter-form-style input[type=email] {
		font-size: 20px;
	}
}
.qodef-contact-form-7 .qodef-newsletter-form-style .qodef-button {
	background: transparent !important;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(calc(-50% - 3px));
}
.qodef-contact-form-7 .qodef-newsletter-form-style .qodef-button .qodef-m-text {
	display: none;
}
.qodef-contact-form-7 .qodef-newsletter-form-style .qodef-button .qodef-m-icon {
	margin-left: 0;
}
.qodef-contact-form-7 .qodef-newsletter-form-style .qodef-button .qodef-m-icon svg {
	height: 21px;
	width: auto;
}
@media only screen and (max-width: 680px) {
	.qodef-contact-form-7 .qodef-newsletter-form-style .qodef-button .qodef-m-icon svg {
		height: 15px;
	}
}
.qodef-contact-form-7 .wpcf7-not-valid-tip {
	font-size: 12px;
	font-weight: 100;
}

#qodef-page-footer .qodef-contact-form-7 .qodef-newsletter-form-style input[type=email] {
	color: #BCBCBC !important;
	border: none;
	border-bottom: 1px solid #e6e6e6 !important;
	font-size: 15px;
	line-height: 1.7333;
	font-weight: 300;
}
#qodef-page-footer .qodef-contact-form-7 .qodef-newsletter-form-style .qodef-button .qodef-m-icon {
	margin-left: 0;
}
#qodef-page-footer .qodef-contact-form-7 .qodef-newsletter-form-style .qodef-button .qodef-m-icon svg {
	fill: #fff;
	height: auto;
}

/* ==========================================================================
   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;
	opacity: 1 !important;
}
.qodef-instagram-list .sbi_photo_wrap a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(28, 35, 31, 0.5);
	opacity: 0;
	transition: opacity 0.3s ease-out;
}
.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%, calc(-50% + 6px));
	transition: opacity 0.2s cubic-bezier(0.39, 0.58, 0.57, 1), transform 0.4s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.qodef-instagram-list .sbi_photo_wrap a:hover:before {
	opacity: 1;
}
.qodef-instagram-list .sbi_photo_wrap a:hover:after {
	transform: translate(-50%, -50%);
	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
   ========================================================================== */
/* ==========================================================================
   Instagram List shortcode styles
   ========================================================================== */
.qodef-twitter-list.qodef-layout--columns.qodef--no-bottom-info #ctf .ctf-tweet-actions {
	display: none;
}
.qodef-twitter-list.qodef-layout--columns #ctf {
	overflow: hidden;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-item {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	float: left;
	border: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box {
	margin-left: 0;
	display: block;
	margin-bottom: 8px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box-link {
	line-height: 1 !important;
	display: flex;
	align-items: center;
	flex-flow: row wrap;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-avatar {
	width: 37px;
	height: 37px;
	margin: 0 7px 0 0;
	float: none;
	border-radius: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name {
	font-family: "Prompt", sans-serif;
	font-weight: 500;
	color: #000;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 600 !important;
	margin: 0 4px 0 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-screename-sep {
	display: none;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta {
	font-family: "Prompt", sans-serif;
	font-size: 15px;
	line-height: 1.73em;
	font-weight: 300;
	color: #484848;
	margin-right: 4px;
	margin-left: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context:last-child,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink:last-child,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta:last-child {
	margin-right: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta {
	margin-top: 4px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-screenname {
	display: none;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content {
	display: flex;
	align-items: baseline;
	margin-left: 0;
	padding: 0;
	margin-top: -5px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content:before {
	content: "\e094";
	font-family: ElegantIcons;
	padding-right: 10px;
	font-size: 18px;
	position: relative;
	top: 5px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions {
	display: flex;
	align-items: baseline;
	margin-left: 0;
	margin-top: -3px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions:before {
	content: "\e094";
	font-family: ElegantIcons;
	padding-right: 10px;
	font-size: 18px;
	visibility: hidden;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a {
	padding: 0;
	font-size: 14px;
	margin-right: 8px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a:last-child {
	margin-right: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a.ctf-reply {
	margin-left: 0;
}
.qodef-twitter-list.qodef-layout--columns .ctf-tweets:before {
	content: "";
	display: table;
	table-layout: fixed;
}
.qodef-twitter-list.qodef-layout--columns .ctf-tweets:after {
	clear: both;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--1 #ctf .ctf-tweets > .ctf-item {
	width: 100%;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2 #ctf .ctf-tweets > .ctf-item {
	width: 50%;
}
@media only screen and (min-width: 681px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
		clear: both;
	}
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3 #ctf .ctf-tweets > .ctf-item {
	width: 33.3333333333%;
}
@media only screen and (min-width: 769px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
		clear: both;
	}
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4 #ctf .ctf-tweets > .ctf-item {
	width: 25%;
}
@media only screen and (min-width: 1025px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
		clear: both;
	}
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5 #ctf .ctf-tweets > .ctf-item {
	width: 20%;
}
@media only screen and (min-width: 1367px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
		clear: both;
	}
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6 #ctf .ctf-tweets > .ctf-item {
	width: 16.6666666667%;
}
@media only screen and (min-width: 1441px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
		clear: both;
	}
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7 #ctf .ctf-tweets > .ctf-item {
	width: 14.2857142857%;
}
@media only screen and (min-width: 1367px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
		clear: both;
	}
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8 #ctf .ctf-tweets > .ctf-item {
	width: 12.5%;
}
@media only screen and (min-width: 1367px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
		clear: both;
	}
}
.qodef-twitter-list.qodef-gutter--no.qodef--no-bottom-space {
	margin-bottom: 0;
}
.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets {
	margin: 0;
}
.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets > .ctf-item {
	padding: 0;
	margin: 0;
}
.qodef-twitter-list.qodef-gutter--tiny.qodef--no-bottom-space {
	margin-bottom: -10px;
}
.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets {
	margin: 0 -5px;
}
.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets > .ctf-item {
	padding: 0 5px;
	margin: 0 0 10px;
}
.qodef-twitter-list.qodef-gutter--small.qodef--no-bottom-space {
	margin-bottom: -20px;
}
.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets {
	margin: 0 -10px;
}
.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets > .ctf-item {
	padding: 0 10px;
	margin: 0 0 20px;
}
.qodef-twitter-list.qodef-gutter--normal.qodef--no-bottom-space {
	margin-bottom: -30px;
}
.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets {
	margin: 0 -15px;
}
.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets > .ctf-item {
	padding: 0 15px;
	margin: 0 0 30px;
}
.qodef-twitter-list.qodef-gutter--medium.qodef--no-bottom-space {
	margin-bottom: -40px;
}
.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets {
	margin: 0 -20px;
}
.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets > .ctf-item {
	padding: 0 20px;
	margin: 0 0 40px;
}
.qodef-twitter-list.qodef-gutter--large.qodef--no-bottom-space {
	margin-bottom: -50px;
}
.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets {
	margin: 0 -25px;
}
.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets > .ctf-item {
	padding: 0 25px;
	margin: 0 0 50px;
}
.qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space {
	margin-bottom: -80px;
}
.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
	margin: 0 -40px;
}
.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets > .ctf-item {
	padding: 0 40px;
	margin: 0 0 80px;
}

/* ==========================================================================
   Instagram List shortcode styles
   ========================================================================== */
/* ==========================================================================
   Twitter List widget styles
   ========================================================================== */
#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
	color: #ccc;
}
#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
	color: #fff;
}
#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
	color: #ccc;
}
#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
	color: #fff;
}

/* ==========================================================================
   Twitter List widget styles
   ========================================================================== */
.qodef-order-tracking p:not(.form-row) {
	margin-top: 0;
}
.qodef-order-tracking .form-row {
	margin: 0;
}

/* ==========================================================================
   Product Category List Info on Image styles
   ========================================================================== */
.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category a,
.qodef-woo-product-list .product-category a {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title,
.qodef-woo-product-list .product-category .woocommerce-loop-category__title {
	background-color: #ffffff;
	left: 50%;
	margin: 0;
	padding: 12px 41px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: auto;
}
.qodef-woo-product-category-list.qodef-item-layout--info-on-image .count,
.qodef-woo-product-list .count {
	display: none;
}

/* ==========================================================================
   Product List Info on Image styles
   ========================================================================== */
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .added_to_cart,
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .button {
	margin-top: 20px !important;
}

/* ==========================================================================
   WooCommerce DropDown Cart static style start
   ========================================================================== */
.widget_kamperen_core_woo_dropdown_cart {
	height: 100%;
}

.qodef-woo-dropdown-cart {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 100%;
}
.qodef-woo-dropdown-cart .qodef-m-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	height: 100%;
}
.qodef-woo-dropdown-cart .qodef-m-opener {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
}
.qodef-woo-dropdown-cart .qodef-m-opener .qodef-m-opener-text {
	color: #000;
	font-weight: 500;
	font-size: 14px;
	margin-top: -1px;
}
.qodef-woo-dropdown-cart .qodef-m-opener .qodef-m-opener-count {
	font-weight: 500;
	color: #000;
	font-size: 11px;
	position: relative;
	bottom: 2px;
	left: 5px;
	margin-right: 5px;
}
.qodef-woo-dropdown-cart .qodef-m-dropdown {
	position: absolute;
	top: 100%;
	left: auto;
	right: 0;
	display: none;
	opacity: 0;
	visibility: visible;
	text-align: left;
	transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
.qodef-woo-dropdown-cart .qodef-m-dropdown-inner {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 300px;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.06);
}
.qodef-woo-dropdown-cart .qodef-m-order-details {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}
.qodef-woo-dropdown-cart .qodef-m-order-details > * {
	margin: 0;
}
.qodef-woo-dropdown-cart .qodef-m-action {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 20px;
}
.qodef-woo-dropdown-cart .qodef-m-action-link {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: "Prompt", sans-serif;
	font-size: 13px;
	line-height: 1.46em;
	letter-spacing: 0.05em;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 0;
	outline: none;
	transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
	width: 100%;
	padding: 17px 22px;
	text-align: center;
	color: #fff;
	background-color: var(--qode-main-color);
	border: 1px solid transparent;
}
.qodef-woo-dropdown-cart .qodef-m-action-link:hover {
	color: #fff;
	background-color: var(--qode-hover-color);
}
.qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-woo-dropdown-cart .qodef-woo-dropdown-items.qodef--scrollable {
	padding-right: 6px;
	overflow-y: scroll;
	/* width */
	/* Track */
	/* Handle */
	/* Handle on hover */
}
.qodef-woo-dropdown-cart .qodef-woo-dropdown-items.qodef--scrollable::-webkit-scrollbar {
	width: 4px;
}
.qodef-woo-dropdown-cart .qodef-woo-dropdown-items.qodef--scrollable::-webkit-scrollbar-track {
	background: #f1f1f1;
}
.qodef-woo-dropdown-cart .qodef-woo-dropdown-items.qodef--scrollable::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.5);
}
.qodef-woo-dropdown-cart .qodef-woo-dropdown-items.qodef--scrollable::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.6);
}
.qodef-woo-dropdown-cart .qodef-woo-dropdown-item {
	position: relative;
	display: flex;
	align-items: flex-start;
}
.qodef-woo-dropdown-cart .qodef-woo-dropdown-item:first-child {
	margin-top: 0 !important;
}
.qodef-woo-dropdown-cart .qodef-e-image {
	flex-shrink: 0;
	margin-right: 20px;
}
.qodef-woo-dropdown-cart .qodef-e-image a, .qodef-woo-dropdown-cart .qodef-e-image img {
	display: block;
}
.qodef-woo-dropdown-cart .qodef-e-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding-right: 20px;
}
.qodef-woo-dropdown-cart .qodef-e-title {
	margin: 0;
}
.qodef-woo-dropdown-cart .qodef-e-price {
	margin: 3px 0 0;
}
.qodef-woo-dropdown-cart .qodef-e-quantity {
	margin: 3px 0 0;
}
.qodef-woo-dropdown-cart .qodef-e-remove {
	position: absolute;
	top: -2px;
	right: 0;
	font-size: 20px;
	line-height: 1;
}
.touchevents .qodef-woo-dropdown-cart {
	cursor: pointer;
}
.qodef-woo-dropdown-cart:hover .qodef-m-dropdown {
	display: block;
	opacity: 1;
	visibility: visible;
}

/* ==========================================================================
   WooCommerce DropDown Cart variable style start
   ========================================================================== */
/* ==========================================================================
   Default widgets map
   ========================================================================== */
/* ==========================================================================
   Override default widgets map for specific widget area
   ========================================================================== */
.qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
	color: #484848;
}
.qodef-woo-dropdown-cart .qodef-woo-dropdown-items.qodef--scrollable {
	max-height: calc(4 * (80px + 20px));
}
.qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
	color: #000;
}
.qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover {
	color: var(--qode-main-color);
}
.qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-woo-dropdown-item {
	margin-top: 20px;
}
.qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-image {
	margin-right: 20px;
	width: 80px;
}
.qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-m-order-details {
	color: #484848;
}
#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
	color: #bcbcbc;
}
#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items.qodef--scrollable {
	max-height: calc(4 * (80px + 20px));
}
#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
	color: #bcbcbc;
}
#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover {
	color: #fff;
}
#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-woo-dropdown-item {
	margin-top: 20px;
}
#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-image {
	margin-right: 20px;
	width: 80px;
}
#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-m-order-details {
	color: #bcbcbc;
}
/* ==========================================================================
   WooCommerce Side Area Cart styles
   ========================================================================== */
.qodef-woo-side-area-cart {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	padding: 0 10px;
}
.qodef-woo-side-area-cart .qodef-m-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	height: 100%;
}
.qodef-woo-side-area-cart .qodef-m-opener {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
}
.qodef-woo-side-area-cart .qodef-m-content {
	position: fixed;
	top: 0;
	right: -360px;
	height: 100vh;
	width: 360px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 100px 0 74px;
	background-color: #fff;
	overflow: hidden;
	visibility: hidden;
	z-index: 9999;
	transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.admin-bar .qodef-woo-side-area-cart .qodef-m-content {
	top: 32px;
	height: calc(100vh - 32px);
}
.qodef-woo-side-area-cart .qodef-m-close {
	position: absolute;
	top: 30px;
	right: 30px;
	display: block;
	font-size: 34px;
	z-index: 1000;
}
.qodef-woo-side-area-cart .qodef-m-items {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 0 50px;
}
.qodef-woo-side-area-cart .qodef-m-item {
	position: relative;
	display: flex;
	align-items: flex-start;
	margin-top: 20px;
}
.qodef-woo-side-area-cart .qodef-m-item:first-child {
	margin-top: 0;
}
.qodef-woo-side-area-cart .qodef-e-image {
	flex-shrink: 0;
	width: 80px;
	margin-right: 20px;
}
.qodef-woo-side-area-cart .qodef-e-image a, .qodef-woo-side-area-cart .qodef-e-image img {
	display: block;
}
.qodef-woo-side-area-cart .qodef-e-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding-right: 20px;
}
.qodef-woo-side-area-cart .qodef-e-title {
	margin: 0;
}
.qodef-woo-side-area-cart .qodef-e-price {
	margin: 3px 0 0;
}
.qodef-woo-side-area-cart .qodef-e-quantity {
	margin: 3px 0 0;
}
.qodef-woo-side-area-cart .qodef-e-remove {
	position: absolute;
	top: -2px;
	right: 0;
	font-size: 20px;
	line-height: 1;
}
.qodef-woo-side-area-cart .qodef-m-order-details {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 25px;
	padding: 0 50px;
}
.qodef-woo-side-area-cart .qodef-m-order-details > * {
	margin: 0;
}
.qodef-woo-side-area-cart .qodef-m-action {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.qodef-woo-side-area-cart .qodef-m-action-link {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: "Prompt", sans-serif;
	font-size: 13px;
	line-height: 1.46em;
	letter-spacing: 0.05em;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 0;
	outline: none;
	transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
	width: 100%;
	padding: 17px 22px;
	text-align: center;
	color: #fff;
	background-color: var(--qode-main-color);
	border: 1px solid transparent;
}
.qodef-woo-side-area-cart .qodef-m-action-link:hover {
	color: #fff;
	background-color: var(--qode-hover-color);
}
.qodef-woo-side-area-cart.qodef--opened .qodef-m-content {
	right: 0;
	visibility: visible;
}

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

/* ==========================================================================
   WPBakery styles
   ========================================================================== */
.qodef-shortcode .wpb_row,
.qodef-shortcode .wpb_content_element,
.qodef-shortcode ul.wpb_thumbnails-fluid > li,
.qodef-shortcode .last_toggle_el_margin,
.qodef-shortcode .wpb_button {
	margin-bottom: 0 !important;
}

.qodef-vc-row-wrapper.qodef--parallax-row {
	width: 100%;
}
.touchevents .qodef-vc-row-wrapper.qodef--parallax-row {
	height: auto !important;
}

/* ==========================================================================
   accommodation Cart styles
   ========================================================================== */
.woocommerce-page div.woocommerce .shop_table tr.qodef-product-type-accommodation .qodef-quantity-buttons span {
	display: none !important;
}
.woocommerce-page div.woocommerce .shop_table tr.qodef-product-type-accommodation .qodef-quantity-buttons .qodef-quantity-input {
	margin: 0 !important;
	cursor: none;
	pointer-events: none;
}
.woocommerce-page div.woocommerce .qodef-reservation-info {
	position: relative;
	display: flex;
	flex-direction: column;
}
.woocommerce-page div.woocommerce .qodef-reservation-info .qodef-m-info {
	display: inline-flex;
	align-items: center;
	width: 100%;
}
.woocommerce-page div.woocommerce .qodef-reservation-info .qodef-m-info-label {
	margin-right: 5px;
	color: #000;
}
.woocommerce-page div.woocommerce .qodef-reservation-info .qodef-m-info-label .qodef--mark {
	margin: 0 2px;
}

/* ==========================================================================
   accommodation general styles
   ========================================================================== */
#qodef-accommodation-sticky-widget {
	position: relative;
	width: 100%;
	height: 0;
	margin: 0 !important;
	padding: 0 !important;
}

@media only screen and (min-width: 1025px) {
	.archive .qodef-grid.qodef-layout--template.qodef-gutter--huge > .qodef-grid-inner .qodef-page-content-section {
		margin-bottom: 0;
	}
}
.archive .qodef-grid.qodef-layout--template.qodef-gutter--huge > .qodef-grid-inner .qodef-page-sidebar-section {
	margin-bottom: 0;
}

/* ==========================================================================
   accommodation Single styles
   ========================================================================== */
.single-accommodation #qodef-page-inner {
	padding-top: 0;
}
.single-accommodation .woocommerce-message,
.single-accommodation .woocommerce-info,
.single-accommodation .woocommerce-error {
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-start;
	padding: 20px 30px;
	margin: 50px 0 20px;
	border: 1px solid #707070;
}
.single-accommodation .woocommerce-info {
	border-color: #0b9c0b;
}
.single-accommodation .woocommerce-error {
	border-color: #ff3135;
}
.single-accommodation .datepick-popup .datepick {
	border-top: 0;
}

.qodef-accommodation {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	/* ==========================================================================
	   accommodation Single part styles
	   ========================================================================== */
	/* ==========================================================================
	   accommodation Single part styles
	   ========================================================================== */
	/* ==========================================================================
	   accommodation Single part styles
	   ========================================================================== */
	/* ==========================================================================
	   accommodation Single part styles
	   ========================================================================== */
	/* ==========================================================================
	   accommodation Single part styles
	   ========================================================================== */
}
.qodef-accommodation .qodef-m-slider {
	width: 100%;
	margin-bottom: 70px;
}
.qodef-accommodation .qodef-m-slider .swiper-slide {
	width: auto;
}
.qodef-accommodation .qodef-m-slider .swiper-slide img {
	width: auto;
}
.qodef-accommodation .qodef-m-slider.qodef-skin--light .swiper-button-prev,
.qodef-accommodation .qodef-m-slider.qodef-skin--light .swiper-button-next {
	color: #fff;
}
.qodef-accommodation .qodef-m-slider.qodef-skin--light .swiper-button-prev:hover,
.qodef-accommodation .qodef-m-slider.qodef-skin--light .swiper-button-next:hover {
	color: rgba(255, 255, 255, 0.4);
}
.qodef-accommodation .qodef-m-image {
	width: 100%;
	margin-bottom: 70px;
}
.qodef-accommodation .qodef-m-image img {
	display: block;
	margin: 0 auto;
}
.qodef-accommodation .qodef-m-content {
	display: block;
}
.qodef-accommodation .qodef-accommodation-item {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-accommodation .qodef-e-title {
	margin: 0;
}
.qodef-accommodation .qodef-e-info > * {
	color: #3E3E3E;
	font-size: 15px;
	line-height: 1.4em;
}
.qodef-accommodation .qodef-e-info a {
	color: #3E3E3E;
}
.qodef-accommodation .qodef-e-info a:hover {
	color: var(--qode-main-color);
}
.qodef-accommodation .qodef-info-separator-end {
	font-size: 13px;
	line-height: 1;
	position: relative;
	bottom: 1px;
	color: #484848;
}
.qodef-accommodation .qodef-e-content {
	margin-top: 23px;
	color: #3E3E3E;
}
.qodef-accommodation .qodef-e-amenity {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 60px;
}
.qodef-accommodation .qodef-e-amenity-title {
	margin: 0 0 27px;
}
.qodef-accommodation .qodef-e-amenity-items {
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.qodef-accommodation .qodef-e-amenity-items .qodef-e-amenity-item {
	position: relative;
	width: 50%;
	padding: 0 10px;
	margin-bottom: 46px;
}
.qodef-accommodation .qodef-e-amenity-items .qodef-ei-label {
	color: #3E3E3E;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 23px;
}
.qodef-accommodation .qodef-e-amenity-items .qodef-ei-sub-item {
	margin: 18px 0;
	display: flex;
	align-items: center;
}
.qodef-accommodation .qodef-e-amenity-items .qodef-ei-link {
	position: relative;
	display: block;
}
.qodef-accommodation .qodef-e-amenity-items .qodef-ei-sub-svg {
	width: 25px;
	display: inline-flex;
	flex-shrink: 0;
	margin-right: 13px;
	justify-content: center;
}
.qodef-accommodation .qodef-e-amenity-items .qodef-ei-sub-svg svg {
	max-width: 25px;
	max-height: 25px;
	width: auto;
	color: #3E3E3E;
}
.qodef-accommodation .qodef-e-amenity-items .qodef-ei-sub-svg svg * {
	fill: none;
	stroke: currentColor;
}
.qodef-accommodation .qodef-e-amenity-items .qodef-ei-sub-label {
	color: #3E3E3E;
}
.qodef-accommodation .qodef-e-amenity-items .qodef-ei-svg-icon {
	stroke: currentColor;
	stroke-linecap: round;
	stroke-miterlimit: 10;
	fill: none;
}
.qodef-accommodation .qodef-e-rules .qodef-e-rules-title {
	margin: 7px 0 21px 0;
}
.qodef-accommodation .qodef-e-rules ol {
	margin: 0;
}
.qodef-accommodation .qodef-e-rules .qodef-e-rules-item {
	margin-bottom: 10px;
	color: #3E3E3E;
}
.qodef-accommodation .qodef-e-rules .qodef-e-rules-item:last-child {
	margin-bottom: 0;
}
.qodef-accommodation .qodef-e-availability {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 65px;
	border-top: 0;
}
.qodef-accommodation .qodef-e-availability-title {
	margin: 0 0 30px;
}
.qodef-accommodation .qodef-e-calendar-wrapper {
	display: inline-block;
	vertical-align: top;
	background-color: #FAFAF9;
	border: 0;
}
.qodef-accommodation .qodef-e-availability-calendar .datepick {
	padding: 34px 40px 30px;
	background-color: transparent;
	border: 0;
	box-shadow: none;
}
@media only screen and (max-width: 768px) {
	.qodef-accommodation .qodef-e-availability-calendar .datepick {
		padding: 34px 21px 30px;
	}
}
.qodef-accommodation .qodef-e-availability-calendar .datepick-month tr td a {
	position: relative;
	pointer-events: none;
}
.qodef-accommodation .qodef-e-availability-calendar .datepick-month tr td .datepick-selected:not(.datepick-disabled),
.qodef-accommodation .qodef-e-availability-calendar .datepick-month tr td .datepick-highlight:not(.datepick-disabled) {
	color: inherit !important;
	background-color: #fff !important;
}
.qodef-accommodation .qodef-e-availability-calendar .datepick-month tr td .datepick-today {
	color: var(--qode-main-color);
	background-color: #fff;
}
.qodef-accommodation .qodef-e-availability-calendar .datepick-month tr td .datepick-last-accommodation {
	color: #000;
	background: #f8f6c1;
}
.qodef-accommodation .qodef-e-availability-calendar .datepick-month tr td .datepick-disabled {
	color: rgba(80, 78, 69, 0.4);
	background: linear-gradient(to top left, rgba(80, 78, 69, 0) 0%, rgba(80, 78, 69, 0) calc(50% - 0.8px), rgba(80, 78, 69, 0.4) 50%, rgba(80, 78, 69, 0) calc(50% + 0.8px), rgba(80, 78, 69, 0) 100%);
}
.qodef-accommodation .qodef-e-seasonal {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 20px;
	padding: 36px 40px 40px;
	background-color: #fafaf9;
}
.qodef-accommodation .qodef-e-seasonal-title {
	margin: 0;
}
.qodef-accommodation .qodef-e-seasonal-description {
	margin: 10px 0;
}
.qodef-accommodation .qodef-e-seasonal-items {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	color: #000;
}
.qodef-accommodation .qodef-e-seasonal-items .qodef-ei {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: 34px 0 0 0;
	line-height: 1;
}
.qodef-accommodation .qodef-e-seasonal-items .qodef-ei > * {
	position: relative;
	display: inline-flex;
	flex-shrink: 0;
}
.qodef-accommodation .qodef-e-seasonal-items .qodef-ei-date-begin:after {
	margin: 0 5px;
	content: "-";
}
.qodef-accommodation .qodef-e-seasonal-items .qodef-ei-price {
	flex-shrink: 0;
	width: 100%;
	margin-top: 15px;
	font-weight: 500;
}
.qodef-accommodation .qodef-e-seasonal-items .qodef-ei-price-label {
	margin-right: 5px;
}
.qodef-accommodation .qodef-e-seasonal-items .qodef-ei-price-value {
	color: #000;
}
.qodef-accommodation .qodef-e-seasonal-items .qodef-ei-line {
	bottom: 3px;
	flex-shrink: inherit;
	width: calc(100% - 20px);
	margin: 0 10px;
	height: 1px;
	background-color: rgba(138, 138, 138, 0.12);
}
.qodef-accommodation .qodef-e-location {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 51px;
	padding-top: 37px;
	border-top: 1px solid #707070;
}
.qodef-accommodation .qodef-e-location-title {
	margin: 0 0 23px;
}

/* ==========================================================================
   Datepicker global styles
   ========================================================================== */
.qodef-datepick-calendar .datepick, .datepick-popup .datepick {
	width: auto !important;
	min-width: 250px;
	padding: 25px;
	font-family: inherit;
	font-size: 14px;
	line-height: 2em;
	font-weight: 500;
	color: #000;
	background-color: #ffffff;
	border: 0;
	border-radius: 0;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 680px) {
	.qodef-datepick-calendar .datepick, .datepick-popup .datepick {
		min-width: 200px;
	}
}
.qodef-datepick-calendar .datepick-month-row, .datepick-popup .datepick-month-row {
	position: relative;
	display: flex;
	margin: 0 -12px;
	column-gap: 40px;
}
@media only screen and (max-width: 768px) {
	.qodef-datepick-calendar .datepick-month-row, .datepick-popup .datepick-month-row {
		column-gap: 10px;
	}
}
.qodef-datepick-calendar .datepick-month-row > *, .datepick-popup .datepick-month-row > * {
	width: 100%;
	padding: 0 12px;
}
.qodef-datepick-calendar .datepick-month-row .datepick-cmd, .datepick-popup .datepick-month-row .datepick-cmd {
	position: absolute;
	top: -2px;
	display: inline-block;
	vertical-align: top;
	float: none;
	height: auto;
	width: auto;
	padding: 6px 8px;
	color: #000;
	background-color: inherit;
}
.qodef-datepick-calendar .datepick-month-row .datepick-cmd:hover, .datepick-popup .datepick-month-row .datepick-cmd:hover {
	color: var(--qode-main-color);
}
.qodef-datepick-calendar .datepick-month-row .datepick-cmd.datepick-cmd-prev, .datepick-popup .datepick-month-row .datepick-cmd.datepick-cmd-prev {
	left: 15px;
}
.qodef-datepick-calendar .datepick-month-row .datepick-cmd.datepick-cmd-next, .datepick-popup .datepick-month-row .datepick-cmd.datepick-cmd-next {
	right: 15px;
}
.qodef-datepick-calendar .datepick-month-row .datepick-cmd.datepick-disabled, .datepick-popup .datepick-month-row .datepick-cmd.datepick-disabled {
	color: #484848;
	cursor: not-allowed;
}
.qodef-datepick-calendar .datepick-month-row .qodef-e-calendar-icon, .datepick-popup .datepick-month-row .qodef-e-calendar-icon {
	display: block;
	width: 7px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
}
.qodef-datepick-calendar .datepick-month-header, .datepick-popup .datepick-month-header {
	height: auto;
	margin-bottom: 33px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	color: #3E3E3E;
	background-color: inherit;
}
.qodef-datepick-calendar .datepick-month, .datepick-popup .datepick-month {
	border: 0;
}
.qodef-datepick-calendar .datepick-month thead, .datepick-popup .datepick-month thead {
	border-bottom: 0;
}
.qodef-datepick-calendar .datepick-month tbody, .datepick-popup .datepick-month tbody {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
}
.qodef-datepick-calendar .datepick-month th, .datepick-popup .datepick-month th {
	padding: 0 0 7px 0;
	font-weight: 300;
	letter-spacing: 0;
	color: var(--qode-main-color);
	border: 0;
	background-color: inherit;
	font-size: 15px;
	line-height: 22px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.qodef-datepick-calendar .datepick-month tr, .datepick-popup .datepick-month tr {
	padding: 0;
	border: 0;
}
.qodef-datepick-calendar .datepick-month tr td > *, .datepick-popup .datepick-month tr td > * {
	display: block;
	padding: 3px 9.45px 4px;
}
@media only screen and (max-width: 480px) {
	.qodef-datepick-calendar .datepick-month tr td > *, .datepick-popup .datepick-month tr td > * {
		padding: 2px 7px 3px;
	}
}
.qodef-datepick-calendar .datepick-month tr td span.datepick-other-month, .datepick-popup .datepick-month tr td span.datepick-other-month {
	display: none;
}
.qodef-datepick-calendar .datepick-month tr:first-child td, .datepick-popup .datepick-month tr:first-child td {
	position: relative;
	padding-top: 13px;
}
.qodef-datepick-calendar .datepick-month td, .datepick-popup .datepick-month td {
	padding: 0;
	font-weight: inherit;
	background: none;
	border: 0;
}
.qodef-datepick-calendar .datepick-month td span, .datepick-popup .datepick-month td span {
	color: rgba(0, 0, 0, 0.38);
}
.qodef-datepick-calendar .datepick-month td span.datepick-today, .datepick-popup .datepick-month td span.datepick-today, .qodef-datepick-calendar .datepick-month td span.datepick-weekend, .datepick-popup .datepick-month td span.datepick-weekend, .qodef-datepick-calendar .datepick-month td span.datepick-other-month, .datepick-popup .datepick-month td span.datepick-other-month {
	background-color: inherit;
}
.qodef-datepick-calendar .datepick-month td a, .datepick-popup .datepick-month td a {
	color: #000;
	background-color: transparent;
	transition: color 0.3s ease-out, background-color 0.3s ease-out;
}
.qodef-datepick-calendar .datepick-month td .datepick-today, .datepick-popup .datepick-month td .datepick-today {
	color: var(--qode-main-color);
	background-color: transparent;
}
.qodef-datepick-calendar .datepick-month td .datepick-selected, .datepick-popup .datepick-month td .datepick-selected,
.qodef-datepick-calendar .datepick-month td .datepick-highlight,
.datepick-popup .datepick-month td .datepick-highlight {
	color: #fff !important;
	background-color: var(--qode-main-color) !important;
}
.qodef-datepick-calendar .datepick-month td .datepick-last-accommodation, .datepick-popup .datepick-month td .datepick-last-accommodation {
	color: #000;
	background: #f8f6c1;
}
.qodef-datepick-calendar .datepick-month td .datepick-last-accommodation:hover, .datepick-popup .datepick-month td .datepick-last-accommodation:hover {
	color: transparent;
	background-color: var(--qode-main-color);
}
.qodef-datepick-calendar .datepick-month td .datepick-disabled, .datepick-popup .datepick-month td .datepick-disabled {
	color: #000 !important;
	background: transparent !important;
	cursor: not-allowed !important;
	pointer-events: none !important;
	text-decoration: line-through;
}

.datepick-popup {
	width: auto !important;
	z-index: 9999999 !important;
}

.qodef-datepick-calendar {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

/* ==========================================================================
   accommodation Single part styles
   ========================================================================== */
#qodef-accommodation-reservation {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 36px 40px 40px;
	background-color: #FAFAF9;
	z-index: 2;
	margin-top: -107px;
}
@media only screen and (max-width: 1024px) {
	#qodef-accommodation-reservation {
		margin-top: 45px;
	}
}
#qodef-accommodation-reservation .qodef-accommodation-reservation-title {
	margin: 0 0 36px;
}

#qodef-accommodation-reservation-form .qodef-m-field, #qodef-accommodation-reservation-form .qodef-m-field__supervan {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 36px;
}
#qodef-accommodation-reservation-form .qodef-m-field label, #qodef-accommodation-reservation-form .qodef-m-field__supervan label {
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	font-size: 13px;
	line-height: 1.4em;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.5px;
}
#qodef-accommodation-reservation-form .qodef-m-field label svg,  #qodef-accommodation-reservation-form .qodef-m-field__supervan label svg{
	position: relative;
	bottom: 1px;
	margin-right: 9px;
}
#qodef-accommodation-reservation-form .qodef-m-field input,
#qodef-accommodation-reservation-form .qodef-m-field select, #qodef-accommodation-reservation-form .qodef-m-field__supervan input,
#qodef-accommodation-reservation-form .qodef-m-field__supervan select {
	margin-bottom: 0;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.46);
	color: #000;
	line-height: 1.4;
	padding: 2px 0;
	font-size: 17px;
	font-weight: 400;
}
#qodef-accommodation-reservation-form .qodef-m-field input:hover,
#qodef-accommodation-reservation-form .qodef-m-field select:hover, #qodef-accommodation-reservation-form .qodef-m-field__supervan input:hover,
#qodef-accommodation-reservation-form .qodef-m-field__supervan select:hover  {
	border-color: #000;
}
#qodef-accommodation-reservation-form .qodef-m-field .select2-container--default, #qodef-accommodation-reservation-form .qodef-m-field__supervan .select2-container--default {
	margin-bottom: 0;
}
#qodef-accommodation-reservation-form .qodef-m-field .select2-container--default .select2-selection--single, #qodef-accommodation-reservation-form .qodef-m-field__supervan .select2-container--default .select2-selection--single {
	font-size: 17px;
	line-height: 1.5;
	font-weight: 400;
}
#qodef-accommodation-reservation-form .qodef-m-field.qodef--accommodation-amount .qodef-e-input, #qodef-accommodation-reservation-form .qodef-m-field__supervan.qodef--accommodation-amount .qodef-e-input {
	width: 100%;
}
#qodef-accommodation-reservation-form .qodef-m-field.qodef--guests .qodef-m-field-input-icon, #qodef-accommodation-reservation-form .qodef-m-field_.qodef-m-field__supervan.qodef-m-field-input-icon {
	top: calc(50% - 10px);
	width: 20px;
}
#qodef-accommodation-reservation-form .qodef-m-field.qodef--guests .qodef-m-field-persons, #qodef-accommodation-reservation-form .qodef-m-field_.qodef-m-field__supervan.qodef-m-field-persons {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	display: block;
	padding: 23px 25px;
	background-color: #ffffff;
	border: none;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.06);
	visibility: hidden;
	z-index: -1;
	opacity: 0;
	transition: 0.35s ease-out;
}
#qodef-accommodation-reservation-form .qodef-m-field.qodef--guests .qodef-m-field-persons.qodef--above , #qodef-accommodation-reservation-form .qodef-m-field__supervan.qodef--guests .qodef-m-field-persons.qodef--above  {
	top: auto;
	bottom: calc(100% - 24px);
	border-top-width: 1px;
}
#qodef-accommodation-reservation-form .qodef-m-field.qodef--guests .qodef-m-field-persons.qodef--opened, #qodef-accommodation-reservation-form .qodef-m-field__supervan.qodef--guests .qodef-m-field-persons.qodef--opened {
	visibility: visible;
	opacity: 1;
	z-index: 999;
}
#qodef-accommodation-reservation-form .qodef-m-field.qodef--guests .qodef-m-field-person  {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
#qodef-accommodation-reservation-form .qodef-m-field.qodef--guests .qodef-m-field-person .qodef-e-input {
	flex-shrink: 0;
	width: 44px;
}
#qodef-accommodation-reservation-form .qodef-m-field.qodef--guests .qodef-m-field-person .select2-container--default .select2-selection--single {
	height: auto;
	padding: 3px 6px;
	border: 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5em;
	color: #000;
}
#qodef-accommodation-reservation-form .qodef-m-field.qodef--guests .qodef-m-field-person .select2-container--default .select2-selection__arrow {
	right: 2px;
	width: 20px;
}
#qodef-accommodation-reservation-form .qodef-m-field.qodef--guests .qodef-m-field-person .select2-container--default .select2-selection__arrow:before {
	font-size: 10px;
}
#qodef-accommodation-reservation-form .qodef-m-field.qodef--guests .qodef-m-field-person .qodef-e-label-text {
	color: #000;
}
#qodef-accommodation-reservation-form .qodef-m-field.qodef--guests .qodef-m-field-person .qodef-e-label-description {
	display: block;
	font-size: 12px;
	line-height: 1;
}
#qodef-accommodation-reservation-form .qodef-m-field.qodef--guests .qodef-m-field-person.qodef--button {
	margin: 5px 0 0;
}
#qodef-accommodation-reservation-form .qodef-m-field.qodef--extra-services {
	margin-bottom: 54px;
}
#qodef-accommodation-reservation-form .qodef-m-field.qodef--extra-services .qodef-m-field-title {
	margin-bottom: 26px;
	margin-top: 34px;
}
#qodef-accommodation-reservation-form .qodef-m-field.qodef--extra-services .qodef-m-field-item {
	position: relative;
	display: flex;
	align-items: center;
	margin: 8px 0;
	color: #000;
}
#qodef-accommodation-reservation-form .qodef-m-field.qodef--extra-services .qodef-m-field-item.qodef--checked .qodef-e-field-checkbox {
	background-color: var(--qode-main-color);
	background-image: url("../img/check-mark.png");
}
#qodef-accommodation-reservation-form .qodef-m-field.qodef--extra-services .qodef-m-field-item.qodef--disabled .qodef-e-field-checkbox,
#qodef-accommodation-reservation-form .qodef-m-field.qodef--extra-services .qodef-m-field-item.qodef--disabled .qodef-e-field-label-name {
	cursor: not-allowed;
}
#qodef-accommodation-reservation-form .qodef-m-field.qodef--extra-services .qodef-e-field-input {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}
#qodef-accommodation-reservation-form .qodef-m-field.qodef--extra-services .qodef-e-field-checkbox {
	position: relative;
	bottom: 2px;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	margin: 0 15px 0 0;
	border: 1px solid #707070;
	background-position: center 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}
#qodef-accommodation-reservation-form .qodef-m-field.qodef--extra-services .qodef-e-field-label {
	display: inline-flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
}
#qodef-accommodation-reservation-form .qodef-m-field.qodef--extra-services .qodef-e-field-label-name {
	flex-shrink: 0;
	cursor: pointer;
}
#qodef-accommodation-reservation-form .qodef-m-field.qodef--extra-services .qodef-e-field-label-line {
	position: relative;
	bottom: 8px;
	width: 100%;
	height: 1px;
	margin: 0 8px 0 2px;
	background-color: rgba(72, 72, 72, 0.12);
}
#qodef-accommodation-reservation-form .qodef-m-field.qodef--extra-services .qodef-e-field-label-price {
	flex-shrink: 0;
}
#qodef-accommodation-reservation-form .qodef-m-field.qodef--price, #qodef-accommodation-reservation-form .qodef-m-field__supervan.qodef--price {
	margin-bottom: 36px;
	display: inline-flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
}
#qodef-accommodation-reservation-form .qodef-m-field.qodef--price .qodef-m-field-title,
#qodef-accommodation-reservation-form .qodef-m-field.qodef--price .qodef-m-price, #qodef-accommodation-reservation-form .qodef-m-field__supervan.qodef--price .qodef-m-field-title,
#qodef-accommodation-reservation-form .qodef-m-field__supervan.qodef--price .qodef-m-price  {
	flex-shrink: 0;
	display: flex;
	margin: 0;
}
#qodef-accommodation-reservation-form .qodef-m-field.qodef--price .qodef-m-field-line, #qodef-accommodation-reservation-form .qodef-m-field__supervan.qodef--price .qodef-m-field-line {
	position: relative;
	bottom: 8px;
	width: 100%;
	height: 1px;
	margin: 0 8px 0 2px;
	background-color: rgba(138, 138, 138, 0.12);
}
#qodef-accommodation-reservation-form .qodef-m-field.qodef--booking, #qodef-accommodation-reservation-form .qodef-m-field__supervan.qodef--booking {
	margin: 0;
}
#qodef-accommodation-reservation-form .qodef-m-field-title {
	margin: 0;
}
#qodef-accommodation-reservation-form .qodef-m-field-input-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
#qodef-accommodation-reservation-form .qodef--qodef-m-field-input-icon {
	position: absolute;
	bottom: 9px;
	right: 0;
	fill: #484848;
	z-index: 1;
	cursor: pointer;
}
#qodef-accommodation-reservation-form:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 1;
}
#qodef-accommodation-reservation-form .qodef-m-spinner {
	position: absolute;
	height: auto;
	fill: var(--qode-main-color);
	z-index: -1;
	animation: qode-rotate 2s infinite linear;
}
#qodef-accommodation-reservation-form .qodef-m-spinner.qodef--form {
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	width: 60px;
	z-index: 2;
}
#qodef-accommodation-reservation-form .qodef-m-spinner.qodef--button {
	top: calc(50% - 18px);
	left: calc(50% - 18px);
	width: 36px;
	visibility: hidden;
}
#qodef-accommodation-reservation-form .qodef-m-response {
	position: relative;
	display: none;
	line-height: 1;
	margin-top: 20px;
}
#qodef-accommodation-reservation-form .qodef-m-response.qodef--show {
	display: block;
}
#qodef-accommodation-reservation-form .qodef-m-response.qodef--success {
	color: #0b9c0b;
}
#qodef-accommodation-reservation-form .qodef-m-response.qodef--error {
	color: #ff3135;
}
#qodef-accommodation-reservation-form.qodef--loaded:after {
	display: none;
}
#qodef-accommodation-reservation-form.qodef--loaded .qodef-m-spinner.qodef--form {
	display: none;
}
#qodef-accommodation-reservation-form.qodef--checking .qodef-button {
	visibility: hidden;
}
#qodef-accommodation-reservation-form.qodef--checking .qodef-m-spinner.qodef--button {
	visibility: visible;
	z-index: 1;
}

/* ==========================================================================
   accommodation Single part styles
   ========================================================================== */
#qodef-accommodation-weather {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 20px;
	padding: 36px 40px 40px;
	background-color: #fafaf9;
}

/* ==========================================================================
   accommodation Single part styles
   ========================================================================== */
#qodef-accommodation-ads {
	margin-top: 20px;
}
#qodef-accommodation-ads a, #qodef-accommodation-ads img {
	display: block;
}

/* ==========================================================================
   accommodation Profile Global styles - begin
   ========================================================================== */
.qodef-profile-reserved-accommodations .qodef-m-heading {
	padding-bottom: 21px;
	border-bottom: 1px solid rgba(72, 72, 72, 0.4);
}
.qodef-profile-reserved-accommodations .qodef-m-heading > * {
	margin: 0;
}
.qodef-profile-reserved-accommodations .qodef-m-text {
	margin-top: 0;
}
.qodef-profile-reserved-accommodations .qodef-m-reserved-accommodations {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.qodef-profile-reserved-accommodations .qodef-m-reserved-accommodation {
	display: inline-flex;
	justify-content: space-between;
	width: 100%;
	padding: 24px 0;
	margin: 0;
	border-bottom: 1px solid rgba(72, 72, 72, 0.4);
}
.qodef-profile-reserved-accommodations .qodef-m-reserved-accommodation .qodef-ei-image {
	width: 300px;
	flex-shrink: 0;
	margin-right: 25px;
}
.qodef-profile-reserved-accommodations .qodef-m-reserved-accommodation .qodef-ei-image a, .qodef-profile-reserved-accommodations .qodef-m-reserved-accommodation .qodef-ei-image img {
	display: block;
}
.qodef-profile-reserved-accommodations .qodef-m-reserved-accommodation .qodef-ei-heading {
	width: 100%;
}
.qodef-profile-reserved-accommodations .qodef-m-reserved-accommodation .qodef-ei-title {
	margin: 0;
}
.qodef-profile-reserved-accommodations .qodef-m-reserved-accommodation .qodef-reservation-info {
	margin-top: 15px;
}
.qodef-profile-reserved-accommodations .qodef-m-reserved-accommodation .qodef-reservation-info .qodef--mark {
	margin: 0 6px;
}
.qodef-profile-reserved-accommodations .qodef-m-reserved-accommodation .qodef-reservation-info .qodef-m-info {
	margin-bottom: 5px;
}
.qodef-profile-reserved-accommodations .qodef-m-reserved-accommodation .qodef-reservation-info .qodef-m-info-label {
	color: #000;
	font-weight: 500;
}
.qodef-profile-reserved-accommodations .qodef-m-reserved-accommodation .qodef-reservation-info .qodef--nights {
	margin-left: 6px;
}
.qodef-profile-reserved-accommodations .qodef-m-reserved-accommodation .qodef-ei-price-label {
	color: #000;
	font-weight: 500;
}
.qodef-profile-reserved-accommodations .qodef-m-reserved-accommodation .qodef-ei-price-value {
	color: var(--qode-main-color);
}
.qodef-profile-reserved-accommodations .qodef-m-reserved-accommodation .qodef-ei-order {
	flex-shrink: 0;
	align-self: center;
	font-size: 13px;
}
.qodef-profile-reserved-accommodations .qodef-m-reserved-accommodation .qodef-ei-order .qodef-ei-order-status {
	display: inline-block;
	vertical-align: top;
	padding: 17px;
	line-height: 1em;
	color: #000;
	background: transparent;
	border: 1px solid #000;
	min-width: 140px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.5px;
}
.qodef-profile-reserved-accommodations .qodef-m-reserved-accommodation .qodef-ei-order .qodef-ei-order-status.qodef--completed {
	border: 1px solid var(--qode-main-color);
	color: #fff;
	background: var(--qode-main-color);
}
.qodef-profile-reserved-accommodations .qodef-m-not-found {
	margin: 0;
}

/* ==========================================================================
   accommodation Profile Global styles - end
   ========================================================================== */
/* ==========================================================================
   accommodation Calendar shortcode styles
   ========================================================================== */
.qodef-accommodation-calendar {
	position: relative;
	display: inline-block;
	vertical-align: top;
	min-width: 300px;
	padding: 24px 30px 30px;
	background-color: #EFECE6;
}
.qodef-accommodation-calendar .qodef-m-title {
	margin: 0 0 24px;
	text-align: center;
}
.qodef-accommodation-calendar .qodef-m-form {
	position: relative;
}
.qodef-accommodation-calendar .qodef-m-form:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 1;
}
.qodef-accommodation-calendar .qodef-m-form.qodef--loaded:after {
	display: none;
}
.qodef-accommodation-calendar .qodef-m-form.qodef--loaded .qodef-m-spinner {
	display: none;
}
.qodef-accommodation-calendar .qodef-m-form.qodef--selected .qodef-m-form-button {
	display: block;
}
.qodef-accommodation-calendar .qodef-m-spinner {
	position: absolute;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
	width: 40px;
	color: var(--qode-main-color);
	fill: currentColor;
	animation: qode-rotate 2s infinite linear;
	z-index: 2;
}
.qodef-accommodation-calendar .qodef-m-form-calendar {
	width: 100%;
	min-height: 200px;
}
.qodef-accommodation-calendar .qodef-m-form-button {
	display: none;
	margin-top: 30px;
}

/* ==========================================================================
   accommodation Gallery list shortcode styles
   ========================================================================== */
.qodef-accommodation-gallery-list {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-accommodation-gallery-list .qodef-accommodation-gallery-list-item:nth-child(odd) .qodef-e-inner {
	flex-direction: row-reverse;
}
.qodef-accommodation-gallery-list .qodef-accommodation-gallery-list-item:nth-child(odd) .swiper-button-prev {
	left: 0 !important;
}
.qodef-accommodation-gallery-list .qodef-accommodation-gallery-list-item:nth-child(odd) .swiper-button-next {
	left: 62px !important;
}
.qodef-accommodation-gallery-list .qodef-accommodation-gallery-list-item:nth-child(odd) .qodef-e-content {
	text-align: right;
}
.qodef-accommodation-gallery-list .qodef-e-inner {
	position: relative;
	display: flex;
	align-items: stretch;
}
.qodef-accommodation-gallery-list .qodef-e-media {
	width: 60%;
}
.qodef-accommodation-gallery-list .qodef-e-media > * {
	height: 100%;
}
.qodef-accommodation-gallery-list .qodef-e-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.qodef-accommodation-gallery-list .qodef-e-media-image a {
	display: block;
	height: 100%;
}
.qodef-accommodation-gallery-list .qodef-e-media-slider .qodef-swiper-container {
	height: 100%;
}
.qodef-accommodation-gallery-list .qodef-e-media-slider .swiper-wrapper {
	align-items: stretch;
}
.qodef-accommodation-gallery-list .qodef-e-media-slider .swiper-slide {
	height: auto;
}
.qodef-accommodation-gallery-list .swiper-button-prev,
.qodef-accommodation-gallery-list .swiper-button-next {
	top: auto;
	bottom: 0;
	display: flex;
	width: 62px !important;
	height: 46px !important;
	color: #000;
	background-color: #EFECE6;
	transform: none;
	transition: color 0.3s ease-out;
}
.qodef-accommodation-gallery-list .swiper-button-prev svg,
.qodef-accommodation-gallery-list .swiper-button-next svg {
	width: 6px;
}
.qodef-accommodation-gallery-list .swiper-button-prev:hover,
.qodef-accommodation-gallery-list .swiper-button-next:hover {
	color: var(--qode-main-color);
}
.qodef-accommodation-gallery-list .swiper-button-prev {
	left: auto !important;
	right: 62px !important;
}
.qodef-accommodation-gallery-list .swiper-button-next {
	left: auto !important;
	right: 0 !important;
}
.qodef-accommodation-gallery-list .qodef-e-content {
	width: 40%;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	padding: 144px 70px 150px;
	background-color: #f6f3ea;
}
.qodef-accommodation-gallery-list .qodef-e-price {
	color: var(--qode-main-color);
	line-height: 1.1em;
}
.qodef-accommodation-gallery-list .qodef-e-title {
	margin: 0;
}
.qodef-accommodation-gallery-list .qodef-e-amenity-items {
	margin-top: 30px;
}
.qodef-accommodation-gallery-list .qodef-e-amenity-items .qodef-ei {
	margin: 2px 0;
	color: #484848;
}
.qodef-accommodation-gallery-list .qodef-e-button {
	margin-top: 41px;
}

/* ==========================================================================
   accommodation list shortcode styles
   ========================================================================== */
.qodef-accommodation-list .swiper-button-next,
.qodef-accommodation-list .swiper-button-prev {
	width: 40px !important;
	height: 45px !important;
	background-color: var(--qode-main-color) !important;
	top: unset !important;
	bottom: 0 !important;
	transform: translateY(0) !important;
	border-radius: 0 !important;
}
.qodef-accommodation-list .swiper-button-next svg,
.qodef-accommodation-list .swiper-button-prev svg {
	width: 15px;
	height: 100%;
	margin: 0 auto;
}
.qodef-accommodation-list .swiper-button-prev {
	left: unset !important;
	right: 40px !important;
}
.qodef-accommodation-list .swiper-button-next {
	right: 0 !important;
}
.qodef-accommodation-list .qodef-e-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-accommodation-list .qodef-e-media {
	position: relative;
}
.qodef-accommodation-list .qodef-e-media a, .qodef-accommodation-list .qodef-e-media img {
	display: block;
	width: 100%;
}
.qodef-accommodation-list .qodef-e-media img {
	transform: scale(1.02) translateX(0);
	transition: transform 0.6s cubic-bezier(0.19, 0.41, 0.61, 1.03);
	transform-origin: 30% 0;
	will-change: transform;
}
.qodef-accommodation-list .qodef-e-media a {
	position: relative;
	overflow: hidden;
}
.qodef-accommodation-list .qodef-e-media:hover img {
	transform: scale(1.026) translateX(3px);
}
.qodef-accommodation-list .qodef-e-media .qodef-e-price {
	position: absolute;
	right: -12px;
	top: -12px;
	white-space: nowrap;
	padding: 14px 20px;
	background-color: var(--qode-main-color);
	width: 100px;
	height: 100px;
	border-radius: 100%;
	z-index: 2;
}
.qodef-accommodation-list .qodef-e-media .qodef-e-price-label {
	color: #fff;
	font-size: 15px;
}
.qodef-accommodation-list .qodef-e-media .qodef-e-price-value {
	position: relative;
	font-family: "Prompt", sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
}
.qodef-accommodation-list .qodef-e-price {
	display: flex;
	align-items: center;
}
.qodef-accommodation-list .qodef-e-price-label {
	margin-right: 5px;
}
.qodef-accommodation-list .qodef-e-price-value {
	color: #000;
}
.qodef-accommodation-list .qodef-e-title {
	margin: 0;
}
.qodef-accommodation-list .qodef-e-title a {
	position: relative;
	z-index: 1;
}
.qodef-accommodation-list .qodef-e-excerpt {
	margin: 20px 0 0;
	color: #3E3E3E;
}
.qodef-accommodation-list .qodef-e-button {
	margin-top: 20px;
}
.qodef-accommodation-list .qodef-e-info {
	display: flex;
}
.qodef-accommodation-list .qodef-e-info-items {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-top: 5px;
}
.qodef-accommodation-list .qodef-e-info-items > *:not(:last-child) {
	margin-right: 6px;
}
.qodef-accommodation-list .qodef-e-info-items > *:not(:last-child):after {
	content: "|";
	margin-left: 6px;
	color: #484848;
}
.qodef-accommodation-list .qodef-e-amenity-items {
	position: relative;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	margin: 29px -10px 19px -10px;
}
.qodef-accommodation-list .qodef-e-amenity-items .qodef-e-amenity-item {
	position: relative;
	padding: 0;
	display: flex;
	align-items: flex-end;
}
.qodef-accommodation-list .qodef-e-amenity-items .qodef-e-amenity-item svg {
	margin: 0 8px;
}
@media only screen and (max-width: 480px) {
	.qodef-accommodation-list .qodef-e-amenity-items .qodef-e-amenity-item:nth-child(n+6) {
		display: none;
	}
}
.qodef-accommodation-list .qodef-e-amenity-items .qodef-ei-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	color: var(--qode-main-color);
}
.qodef-accommodation-list .qodef-e-amenity-items .qodef-ei-link:hover {
	color: #000;
}
.qodef-accommodation-list .qodef-e-amenity-items .qodef-ei-svg {
	flex-shrink: 0;
}
.qodef-accommodation-list .qodef-e-amenity-items .qodef-ei-svg svg {
	display: block;
	max-width: 25px;
	max-height: 25px;
}
.qodef-accommodation-list .qodef-e-amenity-items .qodef-ei-svg-icon {
	stroke: currentColor;
	stroke-linecap: round;
	stroke-miterlimit: 10;
	fill: none;
}
.qodef-accommodation-list .qodef-e-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ==========================================================================
   accommodation list shortcode variation styles
   ========================================================================== */
.qodef-accommodation-list.qodef-layout--info-on-image .qodef-accommodation-list-item:hover .qodef-e-content-text {
	transform: translateY(0px);
	transition: transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.qodef-accommodation-list.qodef-layout--info-on-image .qodef-accommodation-list-item:hover .qodef-e-content-info {
	transform: translateY(0px);
	opacity: 1;
	transition: opacity 0.3s ease-out 0.2s, transform 0.3s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
}
.qodef-accommodation-list.qodef-layout--info-on-image .qodef-e-amenity-items {
	margin: 0 -10px;
}
.qodef-accommodation-list.qodef-layout--info-on-image .qodef-e-content {
	position: absolute;
	bottom: 40px;
	left: 40px;
}
.qodef-accommodation-list.qodef-layout--info-on-image .qodef-e-content-text {
	width: 100%;
	display: flex;
	flex-direction: row;
	margin-bottom: 2px;
	transform: translateY(100%);
	transition: transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.qodef-accommodation-list.qodef-layout--info-on-image .qodef-e-title {
	margin-right: 7px;
}
.qodef-accommodation-list.qodef-layout--info-on-image .qodef-e-title a:hover {
	color: #fff;
}
.qodef-accommodation-list.qodef-layout--info-on-image .qodef-e-price {
	font-size: 25px;
	font-weight: 500;
	color: #000;
}
.qodef-accommodation-list.qodef-layout--info-on-image .qodef-e-content-info {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transform: translateY(20px);
	opacity: 0;
	transition: opacity 0.3s ease-out, transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.qodef-accommodation-list.qodef-layout--info-on-image .qodef-e-excerpt {
	margin: 4px 0 25px 0;
	border-bottom: 1px solid #484848;
	padding-bottom: 21px;
}
.qodef-accommodation-list.qodef-layout--info-on-image .qodef-e-button {
	margin-top: 0;
}
.qodef-accommodation-list.qodef-layout--info-on-image .qodef-e-button a:hover {
	color: #fff !important;
}
.qodef-accommodation-list.qodef-layout--info-on-image .qodef-e-info-items {
	margin-bottom: 0;
	color: #000;
}
.qodef-accommodation-list.qodef-layout--info-on-image .qodef-e-info {
	font-size: 15px;
	line-height: 1.4;
	color: #000;
	margin-top: 11px;
	min-width: 160px;
	display: inline-flex;
	justify-content: flex-end;
}
.qodef-accommodation-list.qodef-layout--info-on-image .qodef-e-info .qodef-info-separator-end {
	color: #484848;
}
.qodef-accommodation-list.qodef-layout--info-on-image.qodef--skin-light .qodef-e-title {
	color: #fff;
}
.qodef-accommodation-list.qodef-layout--info-on-image.qodef--skin-light .qodef-e-price span {
	color: #fff;
}
.qodef-accommodation-list.qodef-layout--info-on-image.qodef--skin-light .qodef-e-button a {
	color: #fff;
}
.qodef-accommodation-list.qodef-layout--info-on-image.qodef-featured-posts-carousel-holder {
	cursor: auto;
	cursor: url("../../assets/img/drag-me-icon.png") 4 12, auto;
}
.qodef-accommodation-list.qodef-layout--info-on-image.qodef-featured-posts-carousel-holder .qodef-accommodation-list-item .qodef-e-media-image a {
	cursor: auto;
	cursor: url("../../assets/img/drag-me-icon.png") 4 12, auto;
}

/* ==========================================================================
   accommodation list shortcode variation styles
   ========================================================================== */
.qodef-accommodation-list.qodef-layout--side-info {
	margin-top: 50px;
}
.qodef-accommodation-list.qodef-layout--side-info.qodef-col-num--1 .qodef-accommodation-list-item {
	margin-bottom: 109px;
}
.qodef-accommodation-list.qodef-layout--side-info.qodef-col-num--1 .qodef-accommodation-list-item:nth-last-of-type(1) {
	margin-bottom: 0;
}
.qodef-accommodation-list.qodef-layout--side-info.qodef-col-num--1 .qodef-grid-inner .qodef-accommodation-list-item:nth-child(even) .qodef-e-inner {
	flex-direction: row-reverse;
}
.qodef-accommodation-list.qodef-layout--side-info.qodef-col-num--1 .qodef-grid-inner .qodef-accommodation-list-item:nth-child(even) .qodef-e-content-text,
.qodef-accommodation-list.qodef-layout--side-info.qodef-col-num--1 .qodef-grid-inner .qodef-accommodation-list-item:nth-child(even) .qodef-e-content-info,
.qodef-accommodation-list.qodef-layout--side-info.qodef-col-num--1 .qodef-grid-inner .qodef-accommodation-list-item:nth-child(even) .qodef-e-excerpt {
	text-align: right;
}
.qodef-accommodation-list.qodef-layout--side-info.qodef-col-num--1 .qodef-grid-inner .qodef-accommodation-list-item:nth-child(even) .qodef-e-amenity-items {
	justify-content: flex-end;
}
.qodef-accommodation-list.qodef-layout--side-info.qodef-col-num--1 .qodef-grid-inner .qodef-accommodation-list-item:nth-child(even) .qodef-e-info {
	justify-content: flex-end;
}
.qodef-accommodation-list.qodef-layout--side-info.qodef-col-num--1 .qodef-e-media {
	width: calc(50% + 46px);
}
.qodef-accommodation-list.qodef-layout--side-info.qodef-col-num--1 .qodef-e-content {
	width: calc(50% - 46px);
}
.qodef-accommodation-list.qodef-layout--side-info.qodef-col-num--1 .qodef-e-content > * {
	padding: 0 11%;
}
.qodef-accommodation-list.qodef-layout--side-info.qodef--no-image .qodef-e-media {
	width: 0 !important;
}
.qodef-accommodation-list.qodef-layout--side-info.qodef--no-image .qodef-e-content {
	width: 100% !important;
}
.qodef-accommodation-list.qodef-layout--side-info.qodef--no-image .qodef-e-content > * {
	padding: 0 !important;
}
.qodef-accommodation-list.qodef-layout--side-info.qodef--right .qodef-e-inner {
	display: flex;
	flex-direction: row-reverse;
}
.qodef-accommodation-list.qodef-layout--side-info.qodef--right .qodef-e-content {
	text-align: right;
}
.qodef-accommodation-list.qodef-layout--side-info.qodef--right .qodef-e-info-items {
	display: block;
}
.qodef-accommodation-list.qodef-layout--side-info.qodef--right .qodef-e-amenity-items {
	justify-content: flex-end;
}
.qodef-accommodation-list.qodef-layout--side-info .qodef-e-amenity-items .qodef-e-amenity-item {
	margin-bottom: 10px;
}
.qodef-accommodation-list.qodef-layout--side-info .qodef-e-amenity-items .qodef-ei-link {
	gap: 20px;
}
.qodef-accommodation-list.qodef-layout--side-info .qodef-e-amenity-items .qodef-ei-svg svg * {
	stroke: #000 !important;
}
.qodef-accommodation-list.qodef-layout--side-info .qodef-e-inner {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.qodef-accommodation-list.qodef-layout--side-info .qodef-e-content-text {
	width: 100%;
}
.qodef-accommodation-list.qodef-layout--side-info .qodef-e-content-info {
	width: 100%;
}
.qodef-accommodation-list.qodef-layout--side-info .qodef-e-excerpt {
	margin: 23px 0 19px 0;
}
.qodef-accommodation-list.qodef-layout--side-info .qodef-e-button {
	margin-top: 10px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding-top: 24px;
}
.qodef-accommodation-list.qodef-layout--side-info .qodef-e-info {
	color: var(--qode-main-color);
}
.qodef-accommodation-list.qodef-layout--side-info .qodef-e-info a {
	color: var(--qode-main-color);
}
.qodef-accommodation-list.qodef-layout--side-info .qodef-e-info a:hover {
	color: #000;
}
.qodef-accommodation-list.qodef-layout--side-info .qodef-e-info .qodef-info-separator-end {
	color: var(--qode-main-color);
}
.qodef-accommodation-list.qodef-layout--side-info .qodef-e-info-items {
	margin: 0;
}
.qodef-accommodation-list.qodef-layout--side-info .qodef-m-pagination {
	margin-top: 93px;
}

/* ==========================================================================
   accommodation list shortcode variation styles
   ========================================================================== */
.qodef-accommodation-list.qodef-layout--standard .qodef-e-amenity-items {
	margin: 0 -10px;
}
.qodef-accommodation-list.qodef-layout--standard .qodef-e-media-image,
.qodef-accommodation-list.qodef-layout--standard .qodef-e-media-slider {
	margin-bottom: 25px;
}
.qodef-accommodation-list.qodef-layout--standard .qodef-e-content {
	position: relative;
	display: flex;
	flex-direction: column;
	margin: 0 0 51px 0;
}
.qodef-accommodation-list.qodef-layout--standard .qodef-e-content-text {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}
.qodef-accommodation-list.qodef-layout--standard .qodef-e-content-info {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.qodef-accommodation-list.qodef-layout--standard .qodef-e-excerpt {
	margin: 8px 0 22px 0;
	border-bottom: 1px solid rgba(138, 138, 138, 0.4);
	padding-bottom: 21px;
}
.qodef-accommodation-list.qodef-layout--standard .qodef-e-button {
	margin-top: 0;
}
.qodef-accommodation-list.qodef-layout--standard .qodef-e-info-items {
	margin-bottom: 0;
	color: #000;
}
.qodef-accommodation-list.qodef-layout--standard .qodef-e-info {
	font-size: 15px;
	line-height: 1.4;
	color: #000;
	min-width: 160px;
	display: inline-flex;
	justify-content: flex-end;
	margin-top: 9px;
}
.qodef-accommodation-list.qodef-layout--standard .qodef-e-info .qodef-info-separator-end {
	color: #484848;
}

/* ==========================================================================
   accommodation Reservation Filter shortcode styles
   ========================================================================== */
.select2-container--default .select2-dropdown {
	background-color: #ffffff !important;
	border: 0 !important;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.06);
	padding: 0;
}
.select2-container--default .select2-results__options {
	padding: 11px 0 !important;
	margin: 0 !important;
}
.select2-container--default .select2-results__options::-webkit-scrollbar {
	width: 4px;
	height: 10px;
}
.select2-container--default .select2-results__options::-webkit-scrollbar-thumb {
	cursor: pointer;
	background: #000;
}
.select2-container--default .select2-results__options .select2-results__option {
	line-height: 32px;
}
.select2-container--default .select2-results__options .select2-results__option:hover {
	background: var(--qode-main-color);
	color: #fff;
}

.qodef-accommodation-reservation-filter {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-accommodation-reservation-filter .qodef-m-field {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 45px;
}
.qodef-accommodation-reservation-filter .qodef-m-field > .select2-container--default {
	width: 100% !important;
	border: none;
}
.qodef-accommodation-reservation-filter .qodef-m-field.qodef--booking {
	margin: 4px 0 0;
}
.qodef-accommodation-reservation-filter .qodef-m-field .qodef-btn-text {
	min-width: 150px;
}
@media only screen and (max-width: 480px) {
	.qodef-accommodation-reservation-filter .qodef-m-field .qodef-button.qodef-size--full {
		padding-left: 5px;
		padding-right: 5px;
	}
}
.qodef-accommodation-reservation-filter .qodef-m-field label {
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	font-size: 13px;
	line-height: 1.4em;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.5px;
}
.qodef-accommodation-reservation-filter .qodef-m-field label svg {
	position: relative;
	bottom: 1px;
	margin-right: 9px;
	width: 12px;
	height: auto;
}
.qodef-accommodation-reservation-filter .qodef-m-field input,
.qodef-accommodation-reservation-filter .qodef-m-field select,
.qodef-accommodation-reservation-filter .qodef-m-field .select2-selection--single {
	margin-bottom: 0;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	color: #000;
	line-height: 1.4;
	padding: 2px 0;
	font-size: 17px;
	font-weight: 400;
}
.qodef-accommodation-reservation-filter .qodef-m-field input:hover,
.qodef-accommodation-reservation-filter .qodef-m-field select:hover,
.qodef-accommodation-reservation-filter .qodef-m-field .select2-selection--single:hover {
	border-color: #000;
}
.qodef-accommodation-reservation-filter .qodef-m-field .select2-container--default {
	margin-bottom: 0;
}
.qodef-accommodation-reservation-filter .qodef-m-field .select2-container--default .select2-selection--single {
	font-size: 17px;
	line-height: 1.5;
	font-weight: 400;
}
.qodef-accommodation-reservation-filter .qodef-m-field .select2-container--default .select2-selection__arrow {
	width: 10px;
	font-size: 20px;
	color: #484848;
	right: 2px;
}
.qodef-accommodation-reservation-filter .qodef-m-field.qodef--accommodation-amount .qodef-e-input {
	width: 100%;
}
.qodef-accommodation-reservation-filter .qodef-m-field.qodef--guests .qodef-m-field-input-icon {
	top: calc(50% - 10px);
	width: 20px;
}
.qodef-accommodation-reservation-filter .qodef-m-field.qodef--guests .qodef-m-field-persons {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	display: block;
	padding: 23px 25px;
	background-color: #ffffff;
	border: none;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.06);
	visibility: hidden;
	min-width: 200px;
	z-index: -1;
	opacity: 0;
	transition: 0.35s ease-out;
}
.qodef-accommodation-reservation-filter .qodef-m-field.qodef--guests .qodef-m-field-persons.qodef--above {
	top: auto;
	bottom: calc(100% - 24px);
	border-top-width: 1px;
}
.qodef-accommodation-reservation-filter .qodef-m-field.qodef--guests .qodef-m-field-persons.qodef--opened {
	visibility: visible;
	opacity: 1;
	z-index: 999;
}
.qodef-accommodation-reservation-filter .qodef-m-field.qodef--guests .qodef-m-field-person {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.qodef-accommodation-reservation-filter .qodef-m-field.qodef--guests .qodef-m-field-person .qodef-e-input {
	flex-shrink: 0;
	width: 44px;
}
.qodef-accommodation-reservation-filter .qodef-m-field.qodef--guests .qodef-m-field-person .select2-container--default .select2-selection--single {
	height: auto;
	padding: 3px 6px;
	border-bottom: 0;
	font-size: 20px;
	line-height: 1.5em;
}
.qodef-accommodation-reservation-filter .qodef-m-field.qodef--guests .qodef-m-field-person .select2-container--default .select2-selection__arrow {
	right: 2px;
	width: 20px;
}
.qodef-accommodation-reservation-filter .qodef-m-field.qodef--guests .qodef-m-field-person .select2-container--default .select2-selection__arrow:before {
	font-size: 10px;
}
.qodef-accommodation-reservation-filter .qodef-m-field.qodef--guests .qodef-m-field-person .qodef-e-label-text {
	color: #000;
	font-size: 15px;
	font-family: "Prompt", sans-serif;
}
.qodef-accommodation-reservation-filter .qodef-m-field.qodef--guests .qodef-m-field-person .qodef-e-label-description {
	display: block;
	font-size: 12px;
	line-height: 1;
}
.qodef-accommodation-reservation-filter .qodef-m-field.qodef--guests .qodef-m-field-person.qodef--button {
	margin: 5px 0 0;
}
.qodef-accommodation-reservation-filter .qodef-m-field.qodef--extra-services {
	margin-bottom: 54px;
}
.qodef-accommodation-reservation-filter .qodef-m-field.qodef--extra-services .qodef-m-field-title {
	margin-bottom: 26px;
	margin-top: 34px;
}
.qodef-accommodation-reservation-filter .qodef-m-field.qodef--extra-services .qodef-m-field-item {
	position: relative;
	display: flex;
	align-items: center;
	margin: 8px 0;
	color: #000;
}
.qodef-accommodation-reservation-filter .qodef-m-field.qodef--extra-services .qodef-m-field-item.qodef--checked .qodef-e-field-checkbox {
	background-color: var(--qode-main-color);
	background-image: url("../img/check-mark.png");
}
.qodef-accommodation-reservation-filter .qodef-m-field.qodef--extra-services .qodef-m-field-item.qodef--disabled .qodef-e-field-checkbox,
.qodef-accommodation-reservation-filter .qodef-m-field.qodef--extra-services .qodef-m-field-item.qodef--disabled .qodef-e-field-label-name {
	cursor: not-allowed;
}
.qodef-accommodation-reservation-filter .qodef-m-field.qodef--extra-services .qodef-e-field-input {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}
.qodef-accommodation-reservation-filter .qodef-m-field.qodef--extra-services .qodef-e-field-checkbox {
	position: relative;
	bottom: 2px;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	margin: 0 15px 0 0;
	border: 1px solid #707070;
	background-position: center 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}
.qodef-accommodation-reservation-filter .qodef-m-field.qodef--extra-services .qodef-e-field-label {
	display: inline-flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
}
.qodef-accommodation-reservation-filter .qodef-m-field.qodef--extra-services .qodef-e-field-label-name {
	flex-shrink: 0;
	cursor: pointer;
}
.qodef-accommodation-reservation-filter .qodef-m-field.qodef--extra-services .qodef-e-field-label-line {
	position: relative;
	bottom: 8px;
	width: 100%;
	height: 1px;
	margin: 0 8px 0 2px;
	background-color: rgba(72, 72, 72, 0.12);
}
.qodef-accommodation-reservation-filter .qodef-m-field.qodef--extra-services .qodef-e-field-label-price {
	flex-shrink: 0;
}
.qodef-accommodation-reservation-filter .qodef-m-field.qodef--price {
	margin-bottom: 36px;
	display: inline-flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
}
.qodef-accommodation-reservation-filter .qodef-m-field.qodef--price .qodef-m-field-title,
.qodef-accommodation-reservation-filter .qodef-m-field.qodef--price .qodef-m-price {
	flex-shrink: 0;
	display: flex;
	margin: 0;
}
.qodef-accommodation-reservation-filter .qodef-m-field.qodef--price .qodef-m-field-line {
	position: relative;
	bottom: 8px;
	width: 100%;
	height: 1px;
	margin: 0 8px 0 2px;
	background-color: rgba(138, 138, 138, 0.12);
}
.qodef-accommodation-reservation-filter .qodef-m-field.qodef--booking {
	margin: 0;
}
.qodef-accommodation-reservation-filter .qodef--qodef-m-field-input-icon {
	position: absolute;
	bottom: 9px;
	right: 0;
	fill: #484848;
	z-index: 1;
	cursor: pointer;
}
.qodef-accommodation-reservation-filter .qodef-m-spinner {
	position: absolute;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	width: 60px;
	color: var(--qode-main-color);
	fill: currentColor;
	animation: qode-rotate 2s infinite linear;
	z-index: 2;
}
.wp-block-themepunch-revslider .qodef-accommodation-reservation-filter .qodef-m-spinner {
	display: none;
}
.qodef-accommodation-reservation-filter:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.qodef-accommodation-reservation-filter.qodef--loaded:after {
	display: none;
}
.qodef-accommodation-reservation-filter.qodef--loaded .qodef-m-spinner {
	display: none;
}

/* ==========================================================================
   accommodation Reservation Filter shortcode variation styles
   ========================================================================== */
.qodef-accommodation-reservation-filter.qodef-layout--horizontal {
	padding: 35px 0;
	background-color: transparent;
}
.qodef-accommodation-reservation-filter.qodef-layout--horizontal .qodef-m-form {
	position: relative;
	display: flex;
	align-items: flex-end;
	margin: 0 -12px;
}
.qodef-accommodation-reservation-filter.qodef-layout--horizontal .qodef-m-form .qodef-m-field {
	padding: 0 12px;
	margin: 0;
}
.qodef-accommodation-reservation-filter.qodef-layout--horizontal .qodef-m-form .qodef-m-field.qodef--guests .qodef-m-field-persons {
	left: 12px;
	width: calc(100% - 24px);
}
.qodef-accommodation-reservation-filter.qodef-layout--horizontal .qodef-m-spinner {
	top: calc(50% - 20px);
	left: calc(50% - 20px);
	width: 40px;
}
.qodef-accommodation-reservation-filter.qodef-layout--horizontal .qodef--qodef-m-field-input-icon {
	right: 13px;
}

/* ==========================================================================
   accommodation Reservation Filter shortcode variation styles
   ========================================================================== */
.qodef-accommodation-reservation-filter.qodef-layout--revolution-slider .qodef-form-wrapper {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 99;
	transform: translateY(50%);
}
.qodef-accommodation-reservation-filter.qodef-layout--revolution-slider .qodef-content-grid {
	position: relative;
	padding: 24px;
	background-color: #EFECE6;
}
.qodef-accommodation-reservation-filter.qodef-layout--revolution-slider .qodef-content-grid:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 1;
}
.qodef-accommodation-reservation-filter.qodef-layout--revolution-slider .qodef-m-form {
	position: relative;
	display: flex;
	align-items: flex-end;
	margin: 0 -12px;
}
.qodef-accommodation-reservation-filter.qodef-layout--revolution-slider .qodef-m-form .qodef-m-field {
	padding: 0 12px;
}
.qodef-accommodation-reservation-filter.qodef-layout--revolution-slider .qodef-m-form .qodef-m-field > .select2-container--default {
	width: 100% !important;
}
.qodef-accommodation-reservation-filter.qodef-layout--revolution-slider .qodef-m-form .qodef-m-field.qodef--guests .qodef-m-field-persons {
	left: 12px;
	width: calc(100% - 24px);
}
.qodef-accommodation-reservation-filter.qodef-layout--revolution-slider.qodef--loaded .qodef-content-grid:after {
	display: none;
}

/* ==========================================================================
   Accommodation Reservation Filter shortcode variation styles
   ========================================================================== */
.qodef-accommodation-reservation-filter.qodef-layout--split {
	padding: 40px;
	background-color: transparent !important;
}
.qodef-accommodation-reservation-filter.qodef-layout--split .qodef-m-title {
	margin: 0 0 39px;
}
.qodef-accommodation-reservation-filter.qodef-layout--split .qodef-m-form {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}
.qodef-accommodation-reservation-filter.qodef-layout--split .qodef-m-form .qodef-m-field {
	width: 50%;
	margin-bottom: 50px;
	padding: 0 20px;
}
.qodef-accommodation-reservation-filter.qodef-layout--split .qodef-m-form .qodef-m-field.qodef--guests .qodef-m-field-persons {
	left: 20px;
	width: calc(100% - 40px);
}
.qodef-accommodation-reservation-filter.qodef-layout--split .qodef-m-form .qodef-m-field.qodef--booking {
	width: 100%;
	margin: 0;
}

/* ==========================================================================
   accommodation Reservation Filter shortcode variation styles
   ========================================================================== */
.qodef-accommodation-reservation-filter.qodef-layout--vertical {
	padding: 35px 32px 32px;
	background-color: #FAFAF9;
}
.qodef-accommodation-reservation-filter.qodef-layout--vertical .qodef-m-title {
	margin: 0 0 36px;
}

/* ==========================================================================
   Amenity list shortcode styles
   ========================================================================== */
.qodef-amenity-list {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: center;
}
.qodef-amenity-list .qodef-e-link {
	display: block;
	color: #000;
}
.qodef-amenity-list .qodef-e-link:hover .qodef-e-icon:before {
	opacity: 1;
}
.qodef-amenity-list .qodef-e-icon {
	position: relative;
	display: block;
	max-width: 80px;
	margin: 0 auto;
	flex-shrink: 0;
}
.qodef-amenity-list .qodef-e-icon svg {
	position: relative;
	display: block;
	max-width: inherit;
	margin: 0 auto;
}
.qodef-amenity-list .qodef-e-icon:before {
	content: "";
	position: absolute;
	top: -30px;
	left: -30px;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-color: #EFECE6;
	border-radius: 100%;
	opacity: 0;
	transition: opacity 0.3s ease-out;
	z-index: -1;
}
.qodef-amenity-list .qodef-ei-svg-icon {
	stroke: currentColor;
	stroke-linecap: round;
	stroke-width: 0.6;
	fill: none;
}
.qodef-amenity-list .qodef-e-title {
	display: block;
	margin: 0;
}
.qodef-amenity-list.qodef-layout--columns > .qodef-grid-inner {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}
.qodef-amenity-list.qodef-skin--light .qodef-e-link {
	color: #fff;
}
.qodef-amenity-list.qodef-skin--light .qodef-e-icon {
	color: #fff;
}
.qodef-amenity-list.qodef-skin--light .qodef-e-icon:before {
	background-color: rgba(255, 255, 255, 0.4);
}

/* ==========================================================================
   Related accommodation Single Items styles
   ========================================================================== */
#qodef-accommodation-related-items {
	position: relative;
	margin-top: 104px;
}
#qodef-accommodation-related-items .qodef-m-title {
	margin: 0 0 35px;
}
#qodef-accommodation-related-items .qodef-e-info {
	font-size: 15px;
	line-height: 1.4;
	color: #000;
	margin-top: 8px;
	min-width: 160px;
	display: inline-flex;
	justify-content: flex-end;
}
@media only screen and (max-width: 480px) {
	#qodef-accommodation-related-items .qodef-e-info {
		justify-content: flex-start;
	}
}
#qodef-accommodation-related-items .qodef-e-info .qodef-info-separator-end {
	color: #484848;
}
#qodef-accommodation-related-items .qodef-e-media-image {
	margin-bottom: 20px;
}
#qodef-accommodation-related-items .qodef-e-content-excerpt .qodef-e-excerpt {
	margin: 16px 0 20px 0;
	border-bottom: 1px solid rgba(72, 72, 72, 0.4);
	padding-bottom: 18px;
	color: #3E3E3E;
}
@media only screen and (max-width: 1024px) {
	#qodef-accommodation-related-items .qodef-e-content-excerpt .qodef-e-excerpt {
		margin: 16px 0 0 0;
		border-bottom: 0;
	}
}
@media only screen and (max-width: 480px) {
	#qodef-accommodation-related-items .qodef-e-content-excerpt .qodef-e-excerpt {
		margin: 10px 0 0 0;
	}
}

/* ==========================================================================
   Accommodation Single variation styles
   ========================================================================== */
.qodef-accommodation.qodef-item-layout--standard .mejs-controls {
	opacity: 0 !important;
	display: none !important;
}
.qodef-accommodation.qodef-item-layout--standard .qodef-e-media-video {
	position: relative;
	width: 100%;
	height: 530px;
	overflow: hidden;
	margin-bottom: 70px;
}
.qodef-accommodation.qodef-item-layout--standard .qodef-e-media-video video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	pointer-events: none;
}
@media only screen and (max-width: 1366px) {
	.qodef-accommodation.qodef-item-layout--standard .qodef-e-media-video {
		height: 430px;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-accommodation.qodef-item-layout--standard .qodef-e-media-video {
		height: auto;
		overflow: hidden;
		margin-bottom: 40px;
	}
	.qodef-accommodation.qodef-item-layout--standard .qodef-e-media-video video {
		position: relative;
		left: 0;
		top: 0;
		transform: translate(0, 0);
	}
}

/* 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--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 */
/* ==========================================================================
   Masonry gallery shortcode styles
   ========================================================================== */
.qodef-masonry-gallery-list .qodef-e-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-masonry-gallery-list .qodef-e-media-image {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-masonry-gallery-list .qodef-e-media-image img {
	display: block;
}
.qodef-masonry-gallery-list .qodef-e-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.qodef-masonry-gallery-list .qodef-e-title {
	margin: 0;
}
.qodef-masonry-gallery-list .qodef-e-text {
	margin: 16px 0 0;
}
.qodef-masonry-gallery-list .qodef-e-button {
	margin: 21px 0 0;
}
.qodef-masonry-gallery-list .qodef-e-button a {
	position: relative;
	z-index: 2;
}
.qodef-masonry-gallery-list .qodef-e-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.qodef-masonry-gallery-list.qodef-items--fixed .qodef-e-media-image {
	height: 100%;
}

/* ==========================================================================
   Masonry gallery shortcode variation styles
   ========================================================================== */
.qodef-masonry-gallery-list .qodef-layout--standard .qodef-e-content {
	align-items: center;
	justify-content: center;
}

/* ==========================================================================
   Masonry gallery shortcode variation styles
   ========================================================================== */
.touch .qodef-masonry-gallery-list .qodef-layout--textual .qodef-e-inner {
	cursor: pointer;
}
.qodef-masonry-gallery-list .qodef-layout--textual .qodef-e-inner:hover .qodef-e-content {
	opacity: 1;
}
.qodef-masonry-gallery-list .qodef-layout--textual .qodef-e-content {
	padding: 30px 40px;
	background-color: rgba(0, 0, 0, 0.3);
	opacity: 0;
	transition: opacity 0.3s ease-out;
}

/* ==========================================================================
   Portfolio Single styles
   ========================================================================== */
.qodef-portfolio-single {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-portfolio-single .qodef-media iframe {
	max-height: 56.25vw;
}
.qodef-portfolio-single .qodef-portfolio-title {
	margin: 0 0 15px;
}
.qodef-portfolio-single .qodef-portfolio-info > * {
	display: flex;
	align-items: flex-start;
	margin-bottom: 12px;
	flex-direction: column;
}
.qodef-portfolio-single .qodef-portfolio-info > *:last-child {
	margin-bottom: 0;
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-e-label {
	margin: 0 0 5px 0;
}
.qodef-portfolio-single .qodef-portfolio-info p, .qodef-portfolio-single .qodef-portfolio-info a {
	margin: 0;
}
.qodef-portfolio-single .qodef-variations--small .qodef-media {
	margin-right: 45px;
}
.qodef-portfolio-single .qodef-variations--small .qodef-portfolio-info {
	margin-top: 50px;
}
.qodef-portfolio-single .qodef-variations--big .qodef-e-content {
	margin-top: 50px;
}
.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
	margin-top: 80px;
}

/* ==========================================================================
   Portfolio Category List shortcode style - begin
   ========================================================================== */
.qodef-portfolio-category-list .qodef-e-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-portfolio-category-list .qodef-e-image img {
	display: block;
}
.qodef-portfolio-category-list .qodef-e-content a {
	position: relative;
	z-index: 1;
}
.qodef-portfolio-category-list .qodef-e-title {
	margin: 0;
}
.qodef-portfolio-category-list .qodef-e-description {
	margin: 9px 0 0;
}
.qodef-portfolio-category-list .qodef-e-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ==========================================================================
   Portfolio Category List shortcode variation style - begin
   ========================================================================== */
.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-inner:hover .qodef-e-content {
	opacity: 1;
}
.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 31px 40px;
	background-color: rgba(0, 0, 0, 0.4);
	opacity: 0;
	transition: opacity 0.3s ease-out;
}
.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-title,
.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-description {
	color: #fff;
}

/* ==========================================================================
   Portfolio Category List shortcode variation style - begin
   ========================================================================== */
.qodef-portfolio-category-list.qodef-layout--standard .qodef-e-content {
	margin-top: 28px;
}

/* ==========================================================================
   Portfolio List shortcode styles
   ========================================================================== */
.qodef-portfolio-list .qodef-e-inner {
	position: relative;
}
.qodef-portfolio-list .qodef-e-inner,
.qodef-portfolio-list .qodef-e-media,
.qodef-portfolio-list .qodef-e-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-portfolio-list .qodef-e-media > * {
	margin-bottom: 30px;
}
.qodef-portfolio-list .qodef-e-media iframe {
	display: block;
	height: 100%;
}
.qodef-portfolio-list .qodef-e-media-image {
	position: relative;
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
}
.qodef-portfolio-list .qodef-e-media-image a, .qodef-portfolio-list .qodef-e-media-image img {
	display: block;
	width: 100%;
}
.qodef-portfolio-list .qodef-e-media-image.qodef--background {
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.qodef-portfolio-list .qodef-e-media-image.qodef--background img {
	visibility: hidden;
}
.qodef-portfolio-list .qodef-e-title {
	margin: 0;
}
.qodef-portfolio-list .qodef-e-excerpt {
	margin: 15px 0 0;
}
.qodef-portfolio-list .qodef-e-read-more {
	margin: 15px 0 0;
}
.qodef-portfolio-list .qodef-e-top-holder {
	margin-bottom: 2px;
}
.qodef-portfolio-list .qodef-e-post-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.qodef-portfolio-list .qodef-m-pagination {
	margin-top: 35px;
}
.qodef-portfolio-list.qodef-items--fixed .qodef-e-image {
	height: 100%;
	overflow: hidden;
}
.qodef-portfolio-list.qodef-items--fixed .qodef-e-media-image {
	height: 100%;
}
.qodef-portfolio-list.qodef-items--fixed .qodef-e-media-image a {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	height: 100%;
}

/* ==========================================================================
   Portfolio List shortcode variation styles
   ========================================================================== */
.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content {
	margin-top: 30px;
}

/* ==========================================================================
   Portfolio List shortcode variation hover styles
   ========================================================================== */
.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e-media-image > a {
	position: relative;
	display: block;
}
.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e-media-image > a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(10, 10, 10, 0.3);
	opacity: 0;
	transition: opacity 0.3s ease-out;
}
.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e:hover .qodef-e-media-image > a:after {
	opacity: 1;
}

/* ==========================================================================
   Portfolio List shortcode variation hover styles
   ========================================================================== */
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-inner {
	overflow: hidden;
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-media-image.qodef--background {
	margin-bottom: 0;
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-content {
	display: none;
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-title {
	color: #fff;
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-title a {
	color: inherit;
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-title a:hover {
	color: var(--qode-main-color);
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-info > * {
	color: #fff;
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-info a:hover {
	color: var(--qode-main-color);
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-post-link {
	z-index: 2;
}

.qodef-e-content-follow {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9999;
	pointer-events: none;
	visibility: hidden;
}
.qodef-e-content-follow.qodef-right {
	text-align: right;
	transform: translateX(-100%);
}
.qodef-e-content-follow .qodef-e-title {
	margin: 0;
	color: #fff;
}
.qodef-e-content-follow .qodef-e-title a {
	color: inherit;
}
.qodef-e-content-follow .qodef-e-info > * {
	color: #fff;
}
.qodef-e-content-follow .qodef-e-top-holder,
.qodef-e-content-follow .qodef-e-text {
	clip-path: inset(0 100% 0 0);
	transition: all 0.2s ease-out;
}
.qodef-e-content-follow .qodef-e-top-holder > *,
.qodef-e-content-follow .qodef-e-text > * {
	display: inline-block;
	background-color: var(--qode-main-color);
	z-index: 10;
}
.qodef-e-content-follow .qodef-e-top-holder {
	margin-bottom: 2px;
}
.qodef-e-content-follow .qodef-e-top-holder > * {
	padding: 0 5px;
}
.qodef-e-content-follow .qodef-e-text > * {
	padding: 3px 5px;
}
.qodef-e-content-follow.qodef-is-active {
	visibility: visible;
}
.qodef-e-content-follow.qodef-is-active .qodef-e-top-holder,
.qodef-e-content-follow.qodef-is-active .qodef-e-text {
	clip-path: inset(0 0 0 0);
}
.qodef-e-content-follow.qodef-is-active .qodef-e-text {
	transition-delay: 0.2s;
}

/* ==========================================================================
   Portfolio List shortcode variation styles
   ========================================================================== */
.qodef-portfolio-list.qodef-item-layout--info-on-hover {
	margin: 0;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-media-image.qodef--background {
	margin-bottom: 0;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-content {
	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(0, 0, 0, 0.12);
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-content a {
	position: relative;
	z-index: 3;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-title {
	color: #fff;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-title a {
	color: inherit;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-title a:hover {
	color: var(--qode-main-color);
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-info > * {
	color: #fff;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-info a:hover {
	color: var(--qode-main-color);
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-post-link {
	z-index: 2;
}

/* ==========================================================================
   Portfolio List shortcode variation hover styles
   ========================================================================== */
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content {
	opacity: 0;
	transition: opacity 0.3s ease;
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content {
	opacity: 1;
}

/* ==========================================================================
   Portfolio List shortcode variation styles
   ========================================================================== */
.qodef-portfolio-list.qodef-item-layout--info-on-image {
	margin: 0;
}
.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-media-image.qodef--background {
	margin-bottom: 0;
}
.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-content {
	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(0, 0, 0, 0.12);
}
.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-content a {
	position: relative;
	z-index: 3;
}
.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-title {
	color: #fff;
}
.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-title a {
	color: inherit;
}
.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-title a:hover {
	color: var(--qode-main-color);
}
.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-info > * {
	color: #fff;
}
.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-info a:hover {
	color: var(--qode-main-color);
}
.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-post-link {
	z-index: 2;
}

/* ==========================================================================
   Portfolio Project Info shortcode style - begin
   ========================================================================== */
.qodef-portfolio-project-info {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.qodef-portfolio-project-info .qodef-e-label {
	margin: 0 0 5px 0;
}
.qodef-portfolio-project-info p, .qodef-portfolio-project-info a {
	margin: 0;
}

/* ==========================================================================
   Portfolio Project Info shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Related Portfolio Single Items styles
   ========================================================================== */
#qodef-portfolio-single-related-items {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 86px;
}

/* ==========================================================================
   Single Post Navigation styles
   ========================================================================== */
#qodef-single-portfolio-navigation {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 75px 0 3px;
}
#qodef-single-portfolio-navigation .qodef-m-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#qodef-single-portfolio-navigation .qodef-m-nav {
	position: relative;
	display: flex;
	align-items: center;
}
#qodef-single-portfolio-navigation .qodef-m-nav > * {
	display: block;
	line-height: inherit;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-icon {
	margin-right: 5px;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next {
	flex-direction: row-reverse;
	text-align: right;
	margin-left: auto;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-m-nav-icon {
	margin-left: 5px;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link {
	position: absolute;
	top: 0;
	left: calc(50% - 16px);
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link .qodef-m-nav-icon {
	font-size: 32px;
}
#qodef-single-portfolio-navigation .qodef-m-nav-icon {
	font-size: 30px;
}
#qodef-single-portfolio-navigation .qodef-m-nav-label {
	font-family: "Prompt", sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.73em;
}

/* ==========================================================================
   Portfolio Single variation styles
   ========================================================================== */
.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item {
	display: block;
	margin-bottom: 10px;
	float: none;
}

/* ==========================================================================
   Portfolio Single variation styles
   ========================================================================== */
.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item {
	display: block;
	margin-bottom: 10px;
	float: none;
}
.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item:last-child {
	margin-bottom: 0;
}

/* ==========================================================================
   Testimonials list shortcode styles
   ========================================================================== */
.qodef-testimonials-list .qodef-e-inner {
	padding-bottom: 40px;
}
.qodef-testimonials-list .qodef-e-media-image {
	line-height: 0;
	margin-bottom: 25px;
	width: 100px;
	height: 100px;
	margin: 0 auto;
}
.qodef-testimonials-list .qodef-e-media-image img {
	border-radius: 100%;
}
.qodef-testimonials-list .qodef-e-title {
	margin: 0 0 25px;
}
.qodef-testimonials-list .qodef-e-text {
	margin: 42px 0 17px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.72em;
	color: #3E3E3E;
	text-align: center;
	padding: 0 20px;
}
@media only screen and (max-width: 680px) {
	.qodef-testimonials-list .qodef-e-text {
		padding: 0;
	}
}
.qodef-testimonials-list .qodef-e-author {
	margin: 0;
	text-align: center;
}
.qodef-testimonials-list .swiper-pagination-bullets {
	text-align: left;
	bottom: 0 !important;
}
.qodef-testimonials-list .swiper-pagination-bullets .swiper-pagination-bullet:before {
	background-color: var(--qode-main-color);
}
.qodef-testimonials-list.qodef-skin--light .qodef-e-title,
.qodef-testimonials-list.qodef-skin--light .qodef-e-text,
.qodef-testimonials-list.qodef-skin--light .qodef-e-author {
	color: #fff;
}
.qodef-testimonials-list.qodef-skin--light .swiper-pagination-bullet:before {
	background-color: #fff;
}
@media only screen and (max-width: 768px) {
	.qodef-testimonials-list.qodef-col-num--3 .qodef-grid-item:last-child {
		width: 100% !important;
		padding: 0 25% !important;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-testimonials-list.qodef-col-num--3 .qodef-grid-item:last-child {
		padding: 0 15px !important;
	}
}

.qodef-review-rating {
	display: flex;
}
.qodef-review-rating .qodef-rating-inner {
	display: flex;
	flex-basis: 50%;
}
.qodef-review-rating label {
	margin: 0 10px 0 0;
}
.qodef-review-rating .qodef-comment-rating-box {
	display: flex;
	margin: 0;
}
.qodef-review-rating .qodef-star-rating {
	position: relative;
	display: block;
	margin: 0 0.1em 0 0;
	cursor: pointer;
	color: #000;
}
.qodef-review-rating .qodef-star-rating svg {
	display: block;
	width: 14px;
	height: auto;
	fill: none;
	stroke: currentColor;
}
.qodef-review-rating .qodef-star-rating.active svg {
	fill: currentColor;
}
.qodef-review-rating .qodef-comments-ratings {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	line-height: 1;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-inner {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-star {
	color: #000;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg {
	display: inline-block;
	margin-right: 0.1em;
	width: 14px;
	height: auto;
	fill: none;
	stroke: currentColor;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg:last-child {
	margin-right: 0;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active svg {
	fill: currentColor;
}

.qodef-reviews-per-criteria .qodef-item-reviews-average-rating {
	color: var(--qode-main-color);
	font-size: 60px;
	line-height: 1em;
	font-weight: 700;
}
.qodef-reviews-per-criteria .qodef-item-reviews-verbal-description {
	vertical-align: middle;
	margin: 2px 0 0;
}
.qodef-reviews-per-criteria .qodef-item-reviews-rating-icon {
	vertical-align: middle;
	font-size: 20px;
}
.qodef-reviews-per-criteria .qodef-item-reviews-display-right {
	vertical-align: middle;
	padding-left: 200px;
}
.qodef-reviews-per-criteria .qodef-item-reviews-display-right .qodef-item-reviews-display-bar {
	line-height: 28px;
}
.qodef-reviews-per-criteria .qodef-item-reviews-display-right .qodef-item-reviews-display-bar .qodef-item-reviews-display-bar-inner {
	padding: 6px 0;
}

.qodef-reviews-per-mark .qodef-reviews-number-holder {
	display: flex;
	align-items: center;
}
.qodef-reviews-per-mark .qodef-reviews-number-wrapper {
	display: flex;
	flex-direction: column;
	width: 25%;
	text-align: center;
}
.qodef-reviews-per-mark .qodef-reviews-number {
	font-size: 72px;
	color: #ffd740;
	font-weight: 700;
	line-height: 1em;
}
.qodef-reviews-per-mark .qodef-stars-wrapper {
	display: table-cell;
	vertical-align: middle;
}
.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars {
	display: block;
}
.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars i {
	color: #ffd740;
}
.qodef-reviews-per-mark .qodef-reviews-count {
	font-weight: 700;
	font-size: 14px;
}
.qodef-reviews-per-mark .qodef-rating-percentage-wrapper {
	width: 75%;
	padding: 29px 50px 40px;
	background-color: #fafafa;
	border-left: 1px solid #e5e5e5;
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-reviews-summary {
	display: inline-block;
	vertical-align: middle;
}
.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 15px;
}
.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper-inner {
	display: block;
}

.qodef-comment-list .qodef-comment-name {
	float: none;
}
.qodef-comment-list .qodef-review-rating {
	display: inline-block;
	width: 100%;
}
.qodef-comment-list .qodef-rating-inner {
	display: inline-block;
	width: 100%;
}

/* ==========================================================================
# 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-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: #000;
	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: #000;
	background: none;
	border: 0;
	outline: none;
	opacity: 0;
	cursor: pointer;
	transition: color 0.3s 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: 33px;
	right: 70px;
	color: #484848;
	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: #000;
}
.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;
}

/* ==========================================================================
# Search opener - end
========================================================================== */
/* ==========================================================================
  Accommodation Legend shortcode style - begin
   ========================================================================== */
.single-accommodation .qodef-accommodation-legend {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	margin-top: 121px;
	padding-top: 40px;
}
.qodef-accommodation-legend .qodef-ei-item {
	margin-top: 16px;
	display: flex;
	align-items: center;
}
.qodef-accommodation-legend .qodef-ei-item .qodef-ei-text {
	margin: 0;
	padding-left: 16px;
	color: #000;
}
.qodef-accommodation-legend .qodef-ei-item .qodef-ei-icon {
	display: inline-flex;
	align-self: center;
	justify-content: center;
	width: 27px;
}
.qodef-accommodation-legend .qodef-ei-item .qodef-ei-icon svg {
	width: auto;
	height: auto;
}
.qodef-accommodation-legend .qodef-e-pdf {
	margin-top: 47px;
}
.qodef-accommodation-legend .qodef-e-pdf a {
	display: inline-flex;
	align-items: center;
}
.qodef-accommodation-legend .qodef-e-pdf .qodef-ei-text {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	padding-left: 7px;
	letter-spacing: 0.5px;
}
.qodef-accommodation-legend .qodef-e-subtitle {
	margin: 25px 0 0 0;
}
.qodef-accommodation-legend .qodef-e-image {
	text-align: right;
}

/* ==========================================================================
     Accommodation Legend shortcode style - 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 7px 2px 0;
	transition: color 0.2s ease-out, background-color 0.2s ease-out;
	cursor: pointer;
	border-bottom: 1px solid rgba(138, 138, 138, 0.4);
}
.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: #000;
}
.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: 29px 0 56px;
	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;
}

/* ==========================================================================
   Pagination global styles
   ========================================================================== */
.qodef-author-pagination--on .qodef-m-pagination-spinner {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 32px;
	height: auto;
	fill: var(--qode-main-color);
	stroke: none;
	visibility: hidden;
	z-index: -1;
	animation: qode-rotate 2s infinite linear;
}
.qodef-author-pagination--on.qodef-pagination-type--standard .qodef-grid-inner {
	opacity: 1;
	transition: opacity 0.3s ease-out;
}
.qodef-author-pagination--on.qodef-pagination-type--standard.qodef--loading .qodef-grid-inner {
	opacity: 0;
}
.qodef-author-pagination--on.qodef-pagination-type--load-more .qodef-m-pagination-spinner {
	position: absolute;
	bottom: 10px;
	left: calc(50% - 16px);
}
.qodef-author-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-m-pagination-spinner {
	visibility: visible;
	z-index: 1;
}
.qodef-author-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-load-more-button {
	opacity: 0;
}
.qodef-author-pagination--on.qodef-pagination-type--infinite-scroll.qodef--loading .qodef-m-pagination-spinner {
	visibility: visible;
	z-index: 1;
}

/* ==========================================================================
   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: "Prompt", 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 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: "Prompt", sans-serif;
	font-size: 13px;
	line-height: 1.46em;
	letter-spacing: 0.05em;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 0;
	outline: none;
	transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
	padding: 15px 34px;
}
.qodef-button.qodef-size--small {
	padding: 14px 29px;
}
.qodef-button.qodef-size--large {
	padding: 15px 75px;
}
@media only screen and (max-width: 480px) {
	.qodef-button.qodef-size--large {
		padding: 15px 65px;
	}
}
.qodef-button.qodef-size--full {
	width: 100%;
	text-align: center;
}

.qodef-button.qodef-layout--filled.qodef-html--link {
	color: #fff;
	background-color: var(--qode-main-color);
	border: 1px solid transparent;
}
.qodef-button.qodef-layout--filled.qodef-html--link:hover {
	color: #fff;
	background-color: var(--qode-hover-color);
}

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

.qodef-button.qodef-layout--textual {
	padding: 0 !important;
	font-size: 13px;
	line-height: 1.46em;
	font-weight: 600;
	color: #000;
	background-color: transparent;
	border: 0;
}
.qodef-button.qodef-layout--textual .qodef-m-text {
	display: inline-block;
	vertical-align: middle;
}
.qodef-button.qodef-layout--textual .qodef-m-icon {
	display: inline-block;
	margin-left: 5px;
	transform: translateX(0);
	transition: transform 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.qodef-button.qodef-layout--textual .qodef-m-icon svg {
	fill: currentColor;
}
.qodef-button.qodef-layout--textual:hover {
	color: var(--qode-main-color);
}
.qodef-button.qodef-layout--textual:hover .qodef-m-icon {
	transform: translateX(4px);
}

/* ==========================================================================
   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 > * {
	margin: 0;
}
.qodef-call-to-action.qodef-layout--standard .qodef-m-button {
	flex: 0 0 auto;
}

/* ==========================================================================
   Cards Gallery shortcode style - begin
   ========================================================================== */
.qodef-cards-gallery {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 10px 0;
}
.qodef-cards-gallery .qodef-e-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-cards-gallery img {
	position: relative;
	display: block;
	box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
}
.qodef-cards-gallery .qodef-m-fake-card {
	position: relative;
	display: block;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.qodef-cards-gallery .qodef-m-card {
	position: absolute;
	transition: all 0.15s ease;
}
.qodef-cards-gallery .qodef-m-card.qodef-animating {
	transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	pointer-events: none;
}
.qodef-cards-gallery .qodef-m-card.qodef-animating-siblings {
	transition: all 0.6s cubic-bezier(0, 0, 0, 1);
	pointer-events: none;
}
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card {
	left: 0;
	will-change: transform;
}
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out {
	transform: translateX(-100%);
}
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6) {
	transform: scale(0.5) translateX(80%);
}
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5) {
	transform: scale(0.6) translateX(54%);
}
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4) {
	transform: scale(0.7) translateX(35%);
}
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3) {
	transform: scale(0.8) translateX(21%);
}
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2) {
	transform: scale(0.9) translateX(9.2%);
}
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type) {
	cursor: pointer;
}
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type):not(.active):hover {
	margin-left: 10px !important;
}
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card {
	right: 0;
	will-change: transform;
}
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out {
	transform: translateX(100%);
}
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(6) {
	transform: scale(0.5) translateX(-80%);
}
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(5) {
	transform: scale(0.6) translateX(-54%);
}
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(4) {
	transform: scale(0.7) translateX(-35%);
}
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(3) {
	transform: scale(0.8) translateX(-21%);
}
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(2) {
	transform: scale(0.9) translateX(-9.2%);
}
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type) {
	cursor: pointer;
}
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type):not(.active):hover {
	margin-right: 10px !important;
}
.no-touch .qodef-cards-gallery.qodef-animation--bundle img {
	visibility: hidden;
}
@keyframes qodefCardAppearFromRight {
	0% {
		transform: translate3d(100%, 0, 0);
		opacity: 0;
		visibility: visible;
	}
	30% {
		opacity: 1;
		visibility: visible;
	}
	100% {
		visibility: visible;
		transform: translate3d(0, 0, 0);
	}
}
.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared img {
	animation: qodefCardAppearFromRight 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(1) img:not(.qodef-animation-done) {
	animation-delay: 0.2s;
}
.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(2) img:not(.qodef-animation-done) {
	animation-delay: 0.4s;
}
.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(3) img:not(.qodef-animation-done) {
	animation-delay: 0.6s;
}
.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(4) img:not(.qodef-animation-done) {
	animation-delay: 0.8s;
}
.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(5) img:not(.qodef-animation-done) {
	animation-delay: 1s;
}
.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(6) img:not(.qodef-animation-done) {
	animation-delay: 1.2s;
}
.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(7) img:not(.qodef-animation-done) {
	animation-delay: 1.4s;
}
.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(8) img:not(.qodef-animation-done) {
	animation-delay: 1.6s;
}
@keyframes qodefCardAppearFromLeft {
	0% {
		visibility: visible;
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
	30% {
		visibility: visible;
		opacity: 1;
	}
	100% {
		visibility: visible;
		transform: translate3d(0, 0, 0);
	}
}
.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared img {
	animation: qodefCardAppearFromLeft 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(1) img:not(.qodef-animation-done) {
	animation-delay: 0.2s;
}
.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(2) img:not(.qodef-animation-done) {
	animation-delay: 0.4s;
}
.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(3) img:not(.qodef-animation-done) {
	animation-delay: 0.6s;
}
.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(4) img:not(.qodef-animation-done) {
	animation-delay: 0.8s;
}
.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(5) img:not(.qodef-animation-done) {
	animation-delay: 1s;
}
.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(6) img:not(.qodef-animation-done) {
	animation-delay: 1.2s;
}
.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(7) img:not(.qodef-animation-done) {
	animation-delay: 1.4s;
}
.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(8) img:not(.qodef-animation-done) {
	animation-delay: 1.6s;
}

/* ==========================================================================
   Cards Gallery shortcode style - begin
   ========================================================================== */
/* ==========================================================================
   Comparison Pricing Table shortcode styles
   ========================================================================== */
.qodef-comparision-pricing-table {
	position: relative;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.qodef-comparision-pricing-table ul {
	list-style-type: none;
	margin: 0;
}
.qodef-comparision-pricing-table h1, .qodef-comparision-pricing-table h2, .qodef-comparision-pricing-table h3, .qodef-comparision-pricing-table h4, .qodef-comparision-pricing-table h5, .qodef-comparision-pricing-table h6, .qodef-comparision-pricing-table p {
	margin: 0;
}
.qodef-comparision-pricing-table .qodef-m-table {
	border: 1px solid #707070;
}
.qodef-comparision-pricing-table .qodef-m-table .qodef-m-table-head {
	display: flex;
	align-items: center;
	min-height: 112px;
	padding: 22px 30px;
	background-image: url("../../inc/shortcodes/comparison-pricing-table/assets/img/pattern_dark.png");
	border-bottom: 1px solid #707070;
}
.qodef-comparision-pricing-table .qodef-m-table .qodef-m-table-head .qodef-m-title {
	word-break: break-word;
}
.qodef-comparision-pricing-table .qodef-m-table .qodef-m-content li {
	padding: 22px 30px;
	border-bottom: 1px solid #707070;
}
.qodef-comparision-pricing-table .qodef-m-table .qodef-m-content li:last-child {
	border-bottom: 0;
}
.qodef-comparision-pricing-table .qodef-m-table .qodef-m-footer {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 112px;
	padding: 22px 30px;
	border-top: 1px solid #707070;
}
.qodef-comparision-pricing-table .qodef-m-table:not(.qodef--features) {
	display: inline-flex;
	justify-content: space-between;
	flex-direction: column;
	text-align: center;
	border-left-width: 0;
}
.qodef-comparision-pricing-table .qodef-m-table:not(.qodef--features) .qodef-m-table-head {
	justify-content: center;
}
.qodef-comparision-pricing-table .qodef-m-table.qodef--features .qodef-m-table-head {
	padding-left: 15%;
	padding-right: 15%;
}
.qodef-comparision-pricing-table .qodef-m-table.qodef--features .qodef-m-content .qodef-e-item {
	padding-left: 15%;
	padding-right: 15%;
}
.qodef-comparision-pricing-table .qodef-m-table.qodef--features .qodef-m-footer {
	background-image: url("../../inc/shortcodes/comparison-pricing-table/assets/img/pattern_dark.png");
}
.qodef-comparision-pricing-table.qodef-columns--2 .qodef-m-table {
	width: 30%;
}
.qodef-comparision-pricing-table.qodef-columns--2 .qodef-m-table.qodef--features {
	width: 40%;
}
.qodef-comparision-pricing-table.qodef-columns--3 .qodef-m-table {
	width: 23.333%;
}
.qodef-comparision-pricing-table.qodef-columns--3 .qodef-m-table.qodef--features {
	width: 30%;
}

/* ==========================================================================
   Comparison Pricing Table shortcode variation styles
   ========================================================================== */
/* ==========================================================================
   Countdown shortcode styles
   ========================================================================== */
.qodef-countdown .qodef-digit,
.qodef-countdown .qodef-label {
	position: relative;
	display: inline-block;
	margin-right: 8px;
}
.qodef-countdown .qodef-label {
	margin-right: 0;
}
.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 !important;
}

.qodef-countdown.qodef-layout--simple .qodef-m-date {
	display: flex;
	flex-direction: row;
}
.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
	padding: 0 20px;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}
.qodef-countdown.qodef-layout--simple .qodef-digit {
	font-family: inherit;
	font-size: 88px;
	line-height: 1em;
	font-weight: 500;
	color: #000;
}
.qodef-countdown.qodef-layout--simple .qodef-label {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #000;
	bottom: 12px;
}

/* ==========================================================================
   Counter shortcode styles
   ========================================================================== */
.qodef-counter.qodef-layout--simple {
	text-align: center;
}
.qodef-counter.qodef-layout--simple .qodef-m-digit {
	font-family: inherit;
	font-weight: 500;
	font-size: 88px;
	line-height: 1;
	color: #000;
}
.qodef-counter.qodef-layout--simple .qodef-m-title {
	margin: 5px 0 0 0;
}
.qodef-counter.qodef-layout--simple .qodef-m-text {
	margin: 0;
}

/* ==========================================================================
   Custom Font shortcode styles
   ========================================================================== */
.widget.widget_kamperen_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: "Prompt", sans-serif;
	font-weight: 500;
	color: #000;
	font-size: 40px;
	line-height: 1.325em;
}
@media only screen and (max-width: 680px) {
	.qodef-dropcaps .qodef-m-letter {
		font-size: 35px;
		line-height: 1.2em;
	}
}
.qodef-dropcaps .qodef-m-text {
	display: inline;
	margin: 0;
}
.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
	width: 40px;
	height: 40px;
	font-size: 25px;
	line-height: 1.52em;
	color: #fff;
	background-color: #000;
}
@media only screen and (max-width: 680px) {
	.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
		line-height: 1.3em;
	}
}
.qodef-dropcaps.qodef-type--circle .qodef-m-letter {
	border-radius: 100%;
}

/* ==========================================================================
   Frame Slider shortcode style - begin
   ========================================================================== */
.qodef-frame-slider-holder {
	position: relative;
	margin-bottom: 106px;
}
.qodef-frame-slider-holder .qodef-frame-slider-image {
	position: absolute;
	top: 0;
	left: 50%;
	width: 70%;
	transform: translateX(-50%);
	pointer-events: none;
	z-index: 100;
}
.qodef-frame-slider-holder .qodef-frame-slider-image img {
	width: 100%;
}
.qodef-frame-slider-holder .qodef-m-swiper {
	overflow: hidden;
}
.qodef-frame-slider-holder .qodef-m-item {
	height: 0;
	width: 0;
	margin: 0 5%;
	padding-left: 50%;
	padding-top: 33.9565741858%;
}
.qodef-frame-slider-holder .qodef-m-item img {
	position: absolute;
	top: 1px;
	left: 0;
	width: 100%;
	height: 100%;
	border-top-left-radius: 4%;
	border-top-right-radius: 4%;
	object-fit: cover;
}
.qodef-frame-slider-holder .swiper-pagination-bullets {
	bottom: -106px !important;
}

/* ==========================================================================
   Frame Slider shortcode style - end
   ========================================================================== */
/* ==========================================================================
   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: #000;
}

/* ==========================================================================
   Icon List Item shortcode styles
   ========================================================================== */
.qodef-icon-list-item {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	line-height: 1;
}
.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;
}
.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: 15px;
}
.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_kamperen_core_icon_list_item {
	margin-bottom: 0;
}
#qodef-page-footer .widget.widget_kamperen_core_icon_list_item {
	margin-bottom: 0;
}
#qodef-side-area .widget.widget_kamperen_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 span.qodef-m-title {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.qodef-icon-with-text .qodef-m-text {
	margin: 8px 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;
}
.qodef-icon-with-text.qodef--has-appear .qodef-m-svg svg {
	will-change: transform;
}
.qodef-icon-with-text.qodef--has-appear.qodef--jump .qodef-m-svg svg {
	animation: qode-in-out 1s both cubic-bezier(0.45, 0, 0.55, 1);
}

/* ==========================================================================
   Icon With Text shortcode styles
   ========================================================================== */
.qodef-icon-with-text.qodef-layout--before-title .qodef-m-svg {
	display: inline-block;
	margin-right: 4px;
}
.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title {
	line-height: 1;
	display: inline-block;
	position: relative;
	bottom: 2px;
}
.qodef-icon-with-text.qodef-layout--before-title .qodef-m-text {
	margin-right: 4px;
}
.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;
}

/* ==========================================================================
   Icon With Text shortcode styles
   ========================================================================== */
.qodef-icon-with-text.qodef-layout--left {
	display: flex;
	flex-direction: row;
}
@media only screen and (max-width: 680px) {
	.qodef-icon-with-text.qodef-layout--left {
		flex-direction: column;
	}
}
.qodef-icon-with-text.qodef-layout--left.qodef-alignment--center {
	text-align: center;
}
.qodef-icon-with-text.qodef-layout--left.qodef-alignment--left {
	text-align: left;
}
.qodef-icon-with-text.qodef-layout--left.qodef-alignment--right {
	text-align: right;
}
.qodef-icon-with-text.qodef-layout--left .qodef-m-svg {
	margin-right: 30px;
}
@media only screen and (max-width: 680px) {
	.qodef-icon-with-text.qodef-layout--left .qodef-m-svg {
		margin-right: 0;
		margin-bottom: 30px;
	}
}
.qodef-icon-with-text.qodef-layout--left .qodef-m-title {
	margin-top: 2px;
}
.qodef-icon-with-text.qodef-layout--left .qodef-m-text {
	margin: 5px 0 0;
}

/* ==========================================================================
   Icon With Text shortcode styles
   ========================================================================== */
.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-m-title {
	margin-top: 14px;
}
.qodef-icon-with-text.qodef-layout--top .qodef-m-text {
	margin: 5px 0 0;
}

/* ==========================================================================
   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.3s ease-out, background-color 0.3s ease-out, border-color 0.3s 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: #000;
}
.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_kamperen_core_icon {
	display: inline-block;
	line-height: 1;
}
#qodef-page-sidebar .widget.widget_kamperen_core_icon {
	margin-bottom: 0;
}
#qodef-page-footer .widget.widget_kamperen_core_icon {
	margin-bottom: 0;
}
#qodef-side-area .widget.widget_kamperen_core_icon {
	margin-bottom: 0;
}

/* ==========================================================================
  Image Gallery shortcode styles
   ========================================================================== */
.qodef-custom-offset .qodef-image-gallery.qodef-swiper-container.qodef-swiper--initialized {
	margin: 0 -300px;
	width: calc(100% + 600px) !important;
}
@media only screen and (max-width: 480px) {
	.qodef-custom-offset .qodef-image-gallery.qodef-swiper-container.qodef-swiper--initialized {
		margin: 0 5%;
		width: 90% !important;
	}
}

/* ==========================================================================
   Image Marquee shortcode styles
   ========================================================================== */
.qodef-image-marquee {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-image-marquee .qodef-m-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 0 auto;
	overflow: hidden;
}
.qodef-image-marquee .qodef-m-content.qodef--mobile {
	display: none;
}
.qodef-image-marquee .qodef-m-content.qodef--mobile .qodef-m-image {
	background-size: cover !important;
}
.qodef-image-marquee .qodef-m-image {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.qodef-image-marquee .qodef-m-image.qodef-image--copy {
	will-change: transform;
	backface-visibility: hidden;
	transform: translateX(100%) translateZ(0);
}
.qodef-image-marquee .qodef-m-image a {
	position: relative;
	display: block;
}

@keyframes qode-move-marquee {
	0% {
		transform: translateX(0%) translateZ(0);
	}
	100% {
		transform: translateX(-100%) translateZ(0);
	}
}
@keyframes qode-move-marquee-copy {
	0% {
		transform: translateX(100%) translateZ(0);
	}
	100% {
		transform: translateX(0%) translateZ(0);
	}
}
/* ==========================================================================
   Image Slider shortcode styles
   ========================================================================== */
@media only screen and (min-width: 481px) {
	.qodef-image-slider.qodef-col-width-auto .swiper-slide {
		width: auto !important;
	}
}

/* ==========================================================================
   Image With Text shortcode styles
   ========================================================================== */
.qodef-image-with-text {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	/***** Scrolling Image Behavior Style - begin *****/
	/***** Scrolling Image Behavior Style - end *****/
}
.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;
}
@media only screen and (max-width: 1024px) {
	.qodef-image-with-text .qodef-m-image a, .qodef-image-with-text .qodef-m-image img {
		width: 100%;
	}
}
.qodef-image-with-text .qodef-m-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-image-with-text .qodef-m-title {
	margin: 24px 0 0;
}
.qodef-image-with-text .qodef-m-text {
	margin: 7px 0 0;
}
.qodef-image-with-text span.qodef-m-title {
	display: block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #3E3E3E;
}
.qodef-image-with-text.qodef-action--scrolling-image .qodef-m-image-holder {
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.06);
}
.qodef-image-with-text.qodef-action--scrolling-image .qodef-m-image-holder .qodef-m-image-holder-inner {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.qodef-image-with-text.qodef-action--scrolling-image .qodef-m-image-holder .qodef-m-image-holder-inner a {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 100;
}
.qodef-image-with-text.qodef-action--scrolling-image .qodef-m-image-holder img {
	transition-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.qodef-image-with-text.qodef-action--scrolling-image .qodef-m-image-holder .qodef-e-frame {
	vertical-align: middle;
}
@media only screen and (max-width: 768px) {
	.qodef-image-with-text.qodef-action--scrolling-image .qodef-m-image-holder .qodef-e-frame {
		max-height: 50vh;
	}
}
.qodef-image-with-text.qodef-action--scrolling-image.qodef-scrolling--vertical .qodef-m-image-holder-inner .qodef-e-main-image {
	width: 100%;
}

/* ==========================================================================
   Image With Text shortcode styles
   ========================================================================== */
.qodef-image-with-text.qodef-layout--split-text-below .qodef-m-content {
	display: flex;
	align-items: flex-start;
	margin: 17px -46px 0;
}
.qodef-image-with-text.qodef-layout--split-text-below .qodef-m-content > * {
	margin: 0;
	padding: 0 28px 0 46px;
}
.qodef-image-with-text.qodef-layout--split-text-below .qodef-m-content .qodef-m-title {
	flex-shrink: 0;
}
.qodef-image-with-text.qodef-layout--split-text-below .qodef-m-content .qodef-m-text {
	width: 75%;
	color: #484848;
	padding: 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: 6px;
}
.qodef-info-section.qodef-layout--background-text .qodef-m-background-text {
	position: absolute;
	display: inline-block;
	color: rgba(0, 0, 0, 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
   ========================================================================== */
/* ==========================================================================
   Interactive Link Showcase shortcode styles
   ========================================================================== */
.qodef-interactive-link-showcase {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	height: 100vh;
	visibility: hidden;
}
.admin-bar .qodef-interactive-link-showcase {
	height: calc(100vh - 32px);
}
.qodef-interactive-link-showcase .qodef-m-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity 0s 0.45s;
}
.qodef-interactive-link-showcase .qodef-m-image.qodef--active {
	opacity: 1;
	z-index: 5;
	transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.qodef-interactive-link-showcase .qodef-m-image img {
	display: none;
}
.qodef-interactive-link-showcase .qodef-m-items {
	display: flex;
	align-items: center;
	z-index: 10;
}
.qodef-interactive-link-showcase .qodef-m-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	padding: 0 6px 5px;
	margin: 13px 0;
	font-family: "Prompt", sans-serif;
	font-weight: 500;
	font-size: 40px;
	line-height: 1.325em;
	transition: color 0.3s ease-out, background-color 0.3s ease-out;
}
@media only screen and (max-width: 680px) {
	.qodef-interactive-link-showcase .qodef-m-item {
		font-size: 35px;
		line-height: 1.2em;
	}
}
.qodef-interactive-link-showcase .qodef-m-item .qodef-e-title {
	position: relative;
	display: block;
	z-index: 2;
}
.qodef-interactive-link-showcase .qodef-m-item.qodef--active {
	color: #fff;
	background-color: #000;
}
.qodef-interactive-link-showcase.qodef--init {
	visibility: visible;
}
.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item {
	color: #fff;
}
.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item.qodef--active {
	color: #000;
	background-color: #fff;
}

/* ==========================================================================
   Interactive Link Showcase Interactive List styles
   ========================================================================== */
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-items {
	position: relative;
	flex-direction: column;
}
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item {
	padding: 20px 0;
	margin: 0;
	color: #000;
	background-color: transparent;
}
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item.qodef--active .qodef-e-follow-content {
	display: block;
}
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-title {
	display: block;
	z-index: -2;
}
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-content {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	display: none;
}
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-image {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	transform: translate3d(-50%, -50%, 0);
	overflow: hidden;
	z-index: -1;
}
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-image img {
	position: relative;
	display: block;
	width: auto;
	max-width: 60vw;
}
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-title {
	position: absolute;
	top: calc(50% + 20px);
	left: 0;
	display: block;
	font-family: "Prompt", sans-serif;
	font-weight: 500;
	font-size: 40px;
	line-height: 1.325em;
	white-space: nowrap;
	color: #fff;
}
@media only screen and (max-width: 680px) {
	.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-title {
		font-size: 35px;
		line-height: 1.2em;
	}
}

/* ==========================================================================
   Interactive Link Showcase List styles
   ========================================================================== */
.qodef-interactive-link-showcase.qodef-layout--list {
	padding: 150px 0;
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images {
	position: relative;
	display: block;
	margin-left: auto;
	width: 62%;
	height: 100%;
	overflow: hidden;
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	width: 38%;
	justify-content: center;
	flex-direction: column;
}

/* ==========================================================================
   Interactive Link Showcase Slider styles
   ========================================================================== */
.qodef-interactive-link-showcase.qodef-layout--slider .swiper-container {
	width: 100%;
	height: 100%;
	z-index: 10;
}
.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-images {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 5;
}
.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item {
	height: auto;
	margin: 0 5%;
}

/* ==========================================================================
   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 60px;
	opacity: 0;
	transform: translateY(70px);
	transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), transform 0.55s 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: 60px;
	opacity: 0;
	transform: translateY(70px);
	transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), transform 0.55s 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: 200ms;
}
.qodef-item-showcase .qodef-m-item:nth-child(2) {
	transition-delay: 400ms;
}
.qodef-item-showcase .qodef-m-item:nth-child(3) {
	transition-delay: 600ms;
}
.qodef-item-showcase .qodef-m-item:nth-child(4) {
	transition-delay: 800ms;
}
.qodef-item-showcase .qodef-m-item:nth-child(5) {
	transition-delay: 1000ms;
}
.qodef-item-showcase .qodef-m-item:nth-child(6) {
	transition-delay: 1200ms;
}
.qodef-item-showcase .qodef-e-title {
	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: 20px 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 {
	transform: translateY(-25px);
}
.qodef-pricing-table .qodef-m-inner {
	padding: 67px;
}
@media only screen and (max-width: 480px) {
	.qodef-pricing-table .qodef-m-inner {
		padding: 67px 30px;
	}
}
.qodef-pricing-table .qodef-m-title p {
	margin: 0;
	color: #000;
	font-size: 30px;
	font-weight: 500;
}
.qodef-pricing-table .qodef-m-price {
	margin-top: 14px;
}
.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper {
	display: flex;
	margin: 0;
	line-height: 1;
	justify-content: center;
}
.qodef-pricing-table .qodef-m-price .qodef-m-price-value {
	font-size: 40px;
	font-weight: 500;
	color: #000;
}
.qodef-pricing-table .qodef-m-price .qodef-m-price-label {
	font-size: 18px;
	font-weight: 300;
	margin: 17px 0 0 5px;
	color: #484848;
}
.qodef-pricing-table .qodef-m-content {
	margin: 43px 0 0;
	font-size: 18px;
	line-height: 1.94em;
	color: #000;
}
.qodef-pricing-table .qodef-m-content ul {
	list-style: none;
	margin: 0;
}
.qodef-pricing-table .qodef-m-content ul li {
	color: #484848;
	margin-bottom: 8px;
}
.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";
	font-weight: 900;
	padding-right: 8px;
}
.qodef-pricing-table .qodef-m-button .qodef-button {
	margin: 35px 0 0;
}

/* ==========================================================================
   Progress Bar shortcode styles
   ========================================================================== */
.qodef-progress-bar {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	visibility: hidden;
}
.qodef-progress-bar .qodef-m-inner {
	position: relative;
	display: flex;
	flex-direction: column;
}
.qodef-progress-bar .qodef-m-canvas {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-progress-bar .qodef-m-canvas svg {
	display: block;
}
.qodef-progress-bar .qodef-m-title {
	margin: 20px 0 0;
}
.qodef-progress-bar.qodef--init {
	visibility: visible;
}
.qodef-progress-bar:not(.qodef-layout--line) .progressbar-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	font-family: "Prompt", sans-serif;
	font-weight: 500;
	color: #000;
	font-size: 20px;
	line-height: 1.5em;
}
.qodef-progress-bar.qodef-layout--semi-circle .progressbar-text {
	padding-top: 20px;
	transform: none !important;
}
.qodef-progress-bar.qodef-layout--line .qodef-m-inner {
	flex-direction: column-reverse;
}
.qodef-progress-bar.qodef-layout--line .proggress {
	width: 0;
}
.qodef-progress-bar.qodef-layout--line .percentCount {
	position: absolute;
	top: -24px;
	right: 0;
	width: auto;
}
.qodef-progress-bar.qodef-layout--line .qodef-m-title {
	margin: 0 0 7px;
}
.qodef-progress-bar.qodef-layout--line.qodef-percentage--floating .percentCount {
	left: 0;
	right: auto;
	transform: translateX(-50%);
}

/* ==========================================================================
   Reviews List shortcode style - begin
   ========================================================================== */
.qodef-reviews-list .qodef-grid-item-inner {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
}
.qodef-reviews-list .qodef-e-rating {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	line-height: 1;
}
.qodef-reviews-list .qodef-e-rating .qodef-e-inner {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.qodef-reviews-list .qodef-e-rating .qodef-e-star {
	display: inline-block;
	color: #000;
}
.qodef-reviews-list .qodef-e-rating .qodef-e-star svg {
	display: inline-block;
	margin-right: 10px;
	width: 14px;
	height: auto;
	fill: none;
	stroke: currentColor;
}
.qodef-reviews-list .qodef-e-rating .qodef-e-star svg:last-child {
	margin: 0;
}
.qodef-reviews-list .qodef-e-rating .qodef-e-star.qodef--active {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
}
.qodef-reviews-list .qodef-e-rating .qodef-e-star.qodef--active svg {
	fill: currentColor;
}
.qodef-reviews-list .qodef-e-rating .qodef-e-star.qodef--active svg:last-child {
	margin: 0;
}
.qodef-reviews-list .qodef-e-text {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 8px;
	font-size: 18px;
	line-height: 1.72em;
	color: rgba(62, 62, 62, 0.9);
	padding: 0 10px;
}
.qodef-reviews-list .qodef-e-author {
	font-weight: 500;
	font-size: 15px;
	line-height: 1.72em;
	color: #000;
	position: relative;
	display: block;
	width: 100%;
	margin-top: 21px;
}
.qodef-reviews-list .qodef-e-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.qodef-reviews-list .qodef-e-link:hover {
	color: #000;
}
.qodef-reviews-list.qodef-skin--light .qodef-e-star,
.qodef-reviews-list.qodef-skin--light .qodef-e-text,
.qodef-reviews-list.qodef-skin--light .qodef-e-author,
.qodef-reviews-list.qodef-skin--light .qodef-e-link {
	color: #fff;
}
.qodef-reviews-list.qodef-skin--light .qodef-e-link:hover {
	color: var(--qode-main-color);
}

/* ==========================================================================
   Reviews List shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Season Price Table shortcode style - begin
   ========================================================================== */
.qodef-season-price-table .qodef-grid-item-inner {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
}
.qodef-season-price-table .qodef-e-heading {
	max-width: 550px;
	width: 100%;
	display: flex;
	flex-direction: row;
	padding-bottom: 32px;
	padding-left: 9px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
.qodef-season-price-table .qodef-e-heading .qodef-e-item:first-child {
	width: 250px;
}
.qodef-season-price-table .qodef-e-heading .qodef-e-item:nth-of-type(2) {
	width: 210px;
}
.qodef-season-price-table .qodef-e-heading .qodef-e-item:last-child {
	width: 90px;
}
.qodef-season-price-table .qodef-e-heading h6 {
	margin: 0;
	text-transform: uppercase;
	font-size: 13px;
}
.qodef-season-price-table .qodef-e-heading .qodef-e-price-label {
	font-size: 13px;
	font-weight: 300;
	color: #000;
	line-height: 1;
	margin-top: 3px;
}
.qodef-season-price-table .qodef-e-content .qodef-e-item {
	max-width: 550px;
	width: 100%;
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid rgba(0, 0, 0, 0.13);
	padding: 7px 0 7px 9px;
}
.qodef-season-price-table .qodef-e-content .qodef-e-item-content {
	color: #000;
}
.qodef-season-price-table .qodef-e-content .qodef-e-item-content:first-child {
	width: 250px;
}
.qodef-season-price-table .qodef-e-content .qodef-e-item-content:nth-of-type(2) {
	width: 210px;
}
.qodef-season-price-table .qodef-e-content .qodef-e-item-content:last-child {
	width: 90px;
}
.qodef-season-price-table.qodef-skin--light .qodef-e-star,
.qodef-season-price-table.qodef-skin--light .qodef-e-text,
.qodef-season-price-table.qodef-skin--light .qodef-e-author,
.qodef-season-price-table.qodef-skin--light .qodef-e-link {
	color: #fff;
}
.qodef-season-price-table.qodef-skin--light .qodef-e-link:hover {
	color: var(--qode-main-color);
}

/* ==========================================================================
    Season Price Table shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Section Title shortcode styles
   ========================================================================== */
.qodef-section-title {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.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;
}
.qodef-section-title .qodef-m-tagline-mark {
	color: rgba(230, 230, 230, 0.5);
	font-size: 110px;
	font-weight: 600;
	font-family: "Prompt", sans-serif;
}
.qodef-section-title .qodef-m-title {
	margin: 0;
	position: relative;
}
.qodef-section-title .qodef-m-text {
	margin: 31px 0 0;
	line-height: 31px;
	font-size: 18px;
}
.qodef-section-title .qodef-letter {
	display: inline-block;
}

/* ==========================================================================
   Separator shortcode styles
   ========================================================================== */
.qodef-separator {
	position: relative;
	height: auto;
	font-size: 0;
	line-height: 1;
}
.qodef-separator .qodef-m-line {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 10px 0;
	border-bottom: 1px solid #707070;
}
.qodef-separator.qodef-position--center {
	text-align: center;
}
.qodef-separator.qodef-position--left {
	text-align: left;
}
.qodef-separator.qodef-position--right {
	text-align: right;
}

/* ==========================================================================
   Separator widget styles
   ========================================================================== */
#qodef-page-sidebar .widget.widget_kamperen_core_separator {
	margin-bottom: 0;
}
#qodef-page-footer .widget.widget_kamperen_core_separator {
	margin-bottom: 0;
}
#qodef-side-area .widget.widget_kamperen_core_separator {
	margin-bottom: 0;
}

/* ==========================================================================
   Single Images shortcode styles
   ========================================================================== */
.qodef-single-image img {
	display: block;
}
.qodef-single-image .qodef-e-image-mark {
	position: absolute;
	top: 16%;
	right: 3%;
	transform: translateX(50%);
}
@media only screen and (max-width: 768px) {
	.qodef-single-image .qodef-e-image-mark {
		top: 17px;
		right: 28px;
	}
}
.qodef-single-image .qodef-e-image-mark-link {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4615384615em;
	color: #fff;
	background: var(--qode-main-color);
	border-radius: 100%;
	text-transform: uppercase;
	width: 125px;
	height: 125px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media only screen and (max-width: 1024px) {
	.qodef-single-image .qodef-e-image-mark-link {
		width: 100px;
		height: 100px;
	}
}

/* ==========================================================================
   Stacked Images style - begin
   ========================================================================== */
.qodef-stacked-images {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-stacked-images .qodef-m-images {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	opacity: 0;
	transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
.qodef-stacked-images .qodef-m-images .qodef-e-image.qodef--stack {
	position: absolute;
	display: block;
	bottom: -100%;
	transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
.qodef-stack--left.qodef-stacked-images .qodef-m-images {
	margin: 0 0 0 30%;
}

.qodef-stack--right.qodef-stacked-images .qodef-m-images {
	margin: 0 30% 0 0;
}

.qodef-stack--bottom.qodef-stacked-images .qodef-m-images {
	padding: 0 0 75px;
}

.qodef-stacked-images .qodef-m-images.qodef--appeared {
	opacity: 1;
}
.qodef-stack--left.qodef-stacked-images .qodef-m-images.qodef--appeared .qodef-e-image.qodef--stack {
	bottom: 70px;
	left: 0;
	transform: translate(-50%, 0);
}

.qodef-stack--right.qodef-stacked-images .qodef-m-images.qodef--appeared .qodef-e-image.qodef--stack {
	bottom: 70px;
	right: 0;
	transform: translate(50%, 0);
}

.qodef-stack--bottom.qodef-stacked-images .qodef-m-images.qodef--appeared .qodef-e-image.qodef--stack {
	bottom: 0;
	right: 15%;
	max-width: 40%;
}

/* ==========================================================================
   Stacked Images style - end
   ========================================================================== */
/* ==========================================================================
   Stamp shortcode style - begin
   ========================================================================== */
.widget.qodef-stamp-widget {
	margin-bottom: 0;
}

.qodef-stamp {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 195px;
	height: 195px;
	color: var(--qode-main-color);
	font-family: "Prompt", sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
}
.qodef-stamp .qodef-m-centered-text {
	font-family: "Prompt", sans-serif;
	font-size: 80px;
	color: var(--qode-main-color);
	position: absolute;
	left: 0px;
	right: 0;
	text-align: center;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
}
.qodef-stamp .qodef-m-circle {
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border: 1px solid currentColor;
	border-radius: 100%;
	opacity: 0;
	transform: scale(0.6);
	transition: opacity 0.2s ease, transform 0.3s ease;
}
.qodef-stamp .qodef-m-text {
	position: relative;
	display: block;
	height: 100%;
}
.qodef-stamp .qodef-m-text > * {
	position: absolute;
	top: 0;
	left: calc(50% - 4px);
	width: 8px;
	height: 50%;
	text-align: center;
	opacity: 0;
	transition: opacity 0.1s;
	transform-origin: bottom center;
	transform: rotate(-90deg);
}
.qodef-stamp.qodef--appear .qodef-m-circle {
	opacity: 0.8;
	transform: scale(1);
}
.qodef-stamp.qodef--init .qodef-m-text > * {
	opacity: 1;
}
.qodef-stamp.qodef--abs {
	position: absolute;
}
@media only screen and (max-width: 1440px) {
	.qodef-stamp.qodef-hide-on--1440 {
		display: none;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-stamp.qodef-hide-on--1366 {
		display: none;
	}
}
@media only screen and (max-width: 1280px) {
	.qodef-stamp.qodef-hide-on--1280 {
		display: none;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-stamp.qodef-hide-on--1024 {
		display: none;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-stamp.qodef-hide-on--768 {
		display: none;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-stamp.qodef-hide-on--680 {
		display: none;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-stamp.qodef-hide-on--480 {
		display: none;
	}
}

/* ==========================================================================
   Stamp shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Swapping image gallery shortcode style - begin
   ========================================================================== */
.qodef-swapping-image-gallery {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: flex-start;
}
.qodef-swapping-image-gallery .qodef-m-info {
	flex-grow: 1;
	flex-basis: 0;
}
.qodef-swapping-image-gallery .qodef-m-image-holder {
	flex-grow: 1;
	flex-basis: 0;
	overflow: hidden;
	box-shadow: 0 0 10.53px 2.47px rgba(2, 2, 2, 0.04);
}
.qodef-swapping-image-gallery .qodef-m-info {
	padding-top: 60px;
}
.qodef-swapping-image-gallery .qodef-m-headline {
	margin: 0 0 60px;
}
.qodef-swapping-image-gallery .qodef-m-title {
	margin: 0 0 24px;
}
.qodef-swapping-image-gallery .qodef-m-description {
	margin: 0;
}
.qodef-swapping-image-gallery .qodef-m-thumbnails-holder .swiper-pagination-custom {
	width: auto;
}
.qodef-swapping-image-gallery .qodef-m-thumbnails-holder .qodef-m-thumbnail {
	font-size: 0;
	cursor: pointer;
	opacity: 0.35;
	transition: opacity 0.3s ease-out;
}
.qodef-swapping-image-gallery .qodef-m-thumbnails-holder .qodef-m-thumbnail img {
	display: block;
}
.qodef-swapping-image-gallery .qodef-m-thumbnails-holder .qodef-m-thumbnail.qodef--active {
	opacity: 1;
}
.qodef-swapping-image-gallery.qodef-info-position--right .qodef-m-info {
	padding-left: 120px;
}
.qodef-swapping-image-gallery.qodef-info-position--left .qodef-m-info {
	padding-right: 120px;
}

/* ==========================================================================
   Swapping image gallery shortcode style - end
   ========================================================================== */
/* ==========================================================================
   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;
	list-style: none;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
	margin: 0 26px 0 0;
	padding: 0;
}
@media only screen and (max-width: 1024px) {
	.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
		margin: 0 12px 0 0;
	}
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
	display: block;
	padding: 8px 34px;
	background-color: #fafaf9;
	transition: color 0.3s ease-out, background-color 0.3s ease-out;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.52em;
}
@media only screen and (max-width: 768px) {
	.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
		padding: 8px 12px;
	}
}
.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: #fff;
	background-color: var(--qode-main-color);
}
@media only screen and (max-width: 680px) {
	.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
		flex-direction: column;
		align-items: flex-start;
	}
	.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
		width: 100%;
		text-align: center;
	}
}
.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: 26px;
	margin-right: 26px;
	border-right: 1px solid #707070;
}
.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;
}

/* ==========================================================================
   Text Marquee shortcode styles
   ========================================================================== */
.qodef-text-marquee {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-text-marquee .qodef-m-content {
	display: flex;
	white-space: nowrap;
	font-size: 100px;
	font-family: "Prompt", sans-serif;
	line-height: 1em;
	font-weight: 700;
	overflow: hidden;
}
.qodef-text-marquee .qodef-marquee-element {
	padding: 0 25px;
	will-change: transform;
}
.qodef-text-marquee .qodef-m-text > span:after {
	content: "·";
	display: inline-block;
	padding: 0 28px;
	color: #000;
}
.qodef-text-marquee .qodef-m-text--1 {
	color: #000;
}
.qodef-text-marquee .qodef-m-text--2 {
	color: #000;
}
.qodef-text-marquee .qodef-m-text--3 {
	color: #000;
}

.qodef-vertical-split-slider--initialized {
	margin: 0;
	padding: 0;
	overflow: hidden;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.qodef-vertical-split-slider {
	height: 100vh;
	position: relative;
}
.qodef-vertical-split-slider .ms-tableCell {
	height: 100vh !important;
}

.qodef-vertical-split-slider-responsive {
	display: none;
}

.qodef-vertical-split-slider .qodef-m-image,
.qodef-vertical-split-slider-responsive .qodef-m-image {
	max-height: 40%;
	width: auto;
}
.qodef-vertical-split-slider .qodef-m-title,
.qodef-vertical-split-slider-responsive .qodef-m-title {
	display: block;
	margin: 26px 0 0 0;
}
.qodef-vertical-split-slider .qodef-m-text,
.qodef-vertical-split-slider-responsive .qodef-m-text {
	margin: 15px 0 0 0;
}
.qodef-vertical-split-slider .qodef-m-button,
.qodef-vertical-split-slider-responsive .qodef-m-button {
	margin: 22px 0 0 0;
}
.qodef-vertical-split-slider .qodef-m-slide-image,
.qodef-vertical-split-slider-responsive .qodef-m-slide-image {
	background-size: cover;
}
.qodef-vertical-split-slider .qodef-m-slide-content,
.qodef-vertical-split-slider-responsive .qodef-m-slide-content {
	text-align: center;
	padding: 0 5%;
}

#multiscroll-nav {
	display: none;
}
#multiscroll-nav li {
	width: 11px;
	height: 11px;
	margin: 14px;
}
#multiscroll-nav a span {
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	background-color: #484848;
	border: none;
}
#multiscroll-nav a.active span {
	background-color: var(--qode-main-color);
}
#multiscroll-nav.right {
	right: 26px;
}
.qodef-vertical-split-slider--initialized #multiscroll-nav {
	display: block;
}
.qodef-vertical-split-slider--initialized #multiscroll-nav.qodef-skin--light a:not(.active) span {
	background-color: #fff;
}
.qodef-vertical-split-slider--initialized #multiscroll-nav.qodef-skin--dark a:not(.active) span {
	background-color: #000;
}

/* ==========================================================================
   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: #000;
	font-size: 106px;
	line-height: 1;
}
.qodef-video-button .qodef-m-play span {
	display: block;
	line-height: inherit;
}
.qodef-video-button .qodef-m-play span:before {
	display: block;
	line-height: inherit;
}

/* ==========================================================================
   Video Button shortcode end styles
   ========================================================================== */
/* ==========================================================================
   Workflow shortcode style - begin
   ========================================================================== */
.qodef-workflow {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-workflow .qodef-e-workflow-image {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.qodef-workflow .qodef-e-workflow-item {
	display: flex;
	margin-bottom: -37px;
}
.qodef-workflow .qodef-e-workflow-item:nth-child(even) {
	justify-content: flex-start;
	text-align: right;
}
.qodef-workflow .qodef-e-workflow-item:nth-child(even) .qodef-e-workflow-item-inner {
	transform: translateX(34%);
}
.qodef-workflow .qodef-e-workflow-item:nth-child(even) .qodef-e-workflow-item-inner:after {
	left: calc(100% + 30px);
}
.qodef-workflow .qodef-e-workflow-item:nth-child(odd) {
	justify-content: flex-end;
	text-align: left;
}
.qodef-workflow .qodef-e-workflow-item:nth-child(odd) .qodef-e-workflow-item-inner {
	transform: translateX(-34%);
}
.qodef-workflow .qodef-e-workflow-item:nth-child(odd) .qodef-e-workflow-item-inner:after {
	right: calc(100% + 30px);
}
.qodef-workflow .qodef-e-workflow-item-inner {
	position: relative;
	max-width: 260px;
}
.qodef-workflow .qodef-e-workflow-item-inner:after {
	content: "";
	position: absolute;
	top: 70px;
	height: 1px;
	width: 100%;
	max-width: 200px;
	display: block;
	background: var(--qode-main-color);
}
.qodef-workflow .qodef-e-subtitle {
	margin: 0;
	font-size: 15px;
	font-style: italic;
	color: var(--qode-main-color);
}
.qodef-workflow .qodef-e-title {
	margin: 3px 0 0;
	letter-spacing: 0.1em;
}

/* ==========================================================================
   Workflow shortcode style - end
   ========================================================================== */
/* ==========================================================================
# Side Area style - begin
========================================================================== */
#qodef-side-area {
	position: fixed;
	top: 0;
	right: -490px;
	width: 490px;
	height: 100%;
	min-height: 100%;
	padding: 120px 75px 35px;
	text-align: center;
	background-color: #000;
	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: 33px;
	right: 40px;
	display: block;
	z-index: 1000;
	color: #fff;
}
.admin-bar #qodef-side-area-close {
	top: 65px;
}

.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-e-info-social-share .qodef-m-info-social-share-title {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	margin-right: 10px;
	line-height: 2.3em;
	color: #484848;
}

.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: "Prompt", sans-serif;
	font-weight: 500;
	color: #000;
	font-size: 20px;
	line-height: 1.5em;
}
.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: middle;
	line-height: 2.3em;
	padding: 0;
	margin: 0;
}
.qodef-social-share li a {
	font-size: 13px;
	color: #484848;
	line-height: 2.3em;
}
.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-social-title {
	margin: 0;
	vertical-align: middle;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-icon {
	vertical-align: middle;
}
.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;
	text-align: center;
	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 {
	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: 0;
	left: 0;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li {
	width: 90px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #707070;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:not(:first-child) {
	border-top: none;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-facebook-share a:hover {
	background-color: #3b5998;
	color: #fff;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-twitter-share a:hover {
	background-color: #00aced;
	color: #fff;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-linkedin-share a:hover {
	background-color: #007bb5;
	color: #fff;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-tumblr-share a:hover {
	background-color: #32506d;
	color: #fff;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-pinterest-share a:hover {
	background-color: #cb2027;
	color: #fff;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-vk-share a:hover {
	background-color: #45668e;
	color: #fff;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li a {
	font-size: 14px;
	color: #484848;
	background-color: #fff;
}
.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: 0;
	right: 0;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li {
	width: calc(90px / 3);
}
.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: 35px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
	left: 65px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
	left: 95px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
	left: 125px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
	left: 155px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
	left: 185px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
	top: 0;
	left: 0;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li {
	width: calc(90px / 3);
}
.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: 35px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
	right: 65px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
	right: 95px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
	right: 125px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
	right: 155px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
	right: 185px;
}

/* ==========================================================================
   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 {
	margin-right: 15px;
}
.qodef-social-share.qodef-layout--text li:last-child {
	margin-right: 0;
}

/* ==========================================================================
   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--kamperen .qodef-m-kamperen svg {
	fill: none;
	stroke: #193f16;
	stroke-width: 1.6;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
}
/* ==========================================================================
   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--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;
}

/* ==========================================================================
# Subscribe Popup default style
========================================================================== */
.qodef-sp-holder {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 115;
	visibility: hidden;
	transition: opacity 0.3s ease-out;
	background-color: rgba(0, 0, 0, 0.65);
	display: flex;
	align-items: center;
	justify-content: center;
}
.qodef-sp-holder .qodef-sp-inner {
	width: 90%;
	max-width: 600px;
	background-color: #ffffff;
	padding: 40px;
	opacity: 0;
	box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
	transition: transform 0.3s cubic-bezier(0.06, 0.47, 0.38, 0.99), opacity 0.3s ease-out;
}
.qodef-sp-holder .qodef-sp-close {
	position: absolute;
	top: 16px;
	right: 16px;
	display: block;
	color: #000000;
}
.qodef-sp-holder .qodef-sp-close:hover {
	color: #484848;
}
.qodef-sp-holder .qodef-sp-close svg {
	stroke: currentColor;
	fill: currentColor;
}
.qodef-sp-holder .qodef-sp-content-container {
	background-color: #EFECE6;
	background-size: cover;
	padding: 40px;
}
.qodef-sp-holder .qodef-sp-title {
	margin: 0 0 30px 0;
}
.qodef-sp-holder .qodef-sp-subtitle {
	margin: 0 0 20px 0;
}
.qodef-sp-holder .wpcf7 {
	width: 100%;
	display: block;
}
.qodef-sp-holder .qodef-sp-prevent {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 28px;
}
.qodef-sp-holder .qodef-sp-prevent-inner {
	cursor: pointer;
}
.qodef-sp-holder .qodef-sp-prevent-inner > * {
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
}
.qodef-sp-holder .qodef-sp-prevent-input {
	margin: 1px 1px 0 0;
	width: 11px;
	height: 11px;
	border: 1px solid #000;
	overflow: hidden;
}
.qodef-sp-holder .qodef-sp-prevent-input svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.3s ease-out;
}
.qodef-sp-holder .qodef-sp-prevent-input.qodef-sp-prevent-clicked svg {
	opacity: 1;
}
.qodef-sp-holder .qodef-sp-prevent-label {
	font-size: 13px;
}

/* Popup open/close style */
.qodef-sp-opened .qodef-sp-holder {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.3s ease-out;
}
.qodef-sp-opened .qodef-sp-holder .qodef-sp-inner {
	opacity: 1;
	transform: scale(1);
	transition: transform 0.8s cubic-bezier(0.26, 0.63, 0, 0.96);
}

/* ==========================================================================
   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 {
	margin: 0 20px;
}
.qodef-page-title .qodef-breadcrumbs a, .qodef-page-title .qodef-breadcrumbs span {
	color: var(--qode-main-color);
}
.qodef-page-title .qodef-breadcrumbs a:hover {
	text-decoration: underline;
}
.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
	margin: 0 5px;
}
.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
	content: "|";
}
/* ==========================================================================
   Standard Title layout styles
   ========================================================================== */
.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-content {
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: unset;
	align-items: center;
	position: relative;
}
.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-title {
	width: 60%;
	display: flex;
	justify-content: flex-start;
}
.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
	width: 40%;
	display: flex;
	justify-content: flex-end;
	margin-top: 24px;
}
.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-subtitle {
	margin: 4px 0 0;
	font-size: 100px;
	color: #000000;
	opacity: 7%;
	font-weight: 600;
	position: absolute;
	top: 65px;
}

/* ==========================================================================
   Standard Title layout styles
   ========================================================================== */
.qodef-page-title.qodef-title--standard .qodef-m-title {
	margin-top: 11px;
}
.qodef-page-title.qodef-title--standard .qodef-m-subtitle {
	margin: 4px 0 0;
	font-size: 100px;
	color: #000000;
	opacity: 6%;
	font-weight: 600;
	position: absolute;
	top: 65px;
}

.widget.qodef-author-info .qodef-author-info-image {
	margin-bottom: 21px;
	display: inline-block;
}
.widget.qodef-author-info .qodef-author-info-name {
	margin: 0 0 21px;
}
.widget.qodef-author-info .qodef-author-info-description {
	margin: 0;
}

/* ==========================================================================
   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;
}

/* ==========================================================================
   Social Icons Group widget static style start
   ========================================================================== */
.qodef-social-icons-group .qodef-icon-holder {
	margin-right: 9px;
}
.qodef-social-icons-group .qodef-icon-holder a,
.qodef-social-icons-group .qodef-icon-holder span {
	transition: color 0.3s ease-out;
}
.qodef-social-icons-group .qodef-icon-holder:last-child {
	margin-right: 0;
}
.qodef-social-icons-group .qodef-icon-holder.qodef--textual {
	display: inline-flex;
	vertical-align: middle;
	flex-wrap: wrap;
	font-size: 13px;
	line-height: 2em;
}
.qodef-social-icons-group .qodef-icon-holder.qodef--textual a {
	color: inherit;
}

/* ==========================================================================
   Social Icons Group widget variable style start
   ========================================================================== */
/* ==========================================================================
   Sticky Sidebar widget start styles
   ========================================================================== */
.widget_kamperen_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
   ========================================================================== */
/* ==========================================================================
   Weather Widget style - begin
   ========================================================================== */
.qodef-weather-widget {
	cursor: default;
	color: #000;
	margin-top: -1px;
}
.logged-in .qodef-weather-widget {
	margin-top: -3px;
}
.qodef-weather-widget .qodef-m-city {
	margin: 0 0 26px;
}
.qodef-weather-widget .qodef-m-inner {
	display: flex;
	align-items: center;
}
.qodef-weather-widget .qodef-m-weather {
	flex-shrink: 0;
	width: 50%;
}
.qodef-weather-widget .qodef-m-weather .qodef-e-main-temperature {
	display: flex;
	align-items: center;
	margin-bottom: 23px;
}
.qodef-weather-widget .qodef-m-weather .qodef-e-main-temperature .qodef-m-weather-icon {
	position: relative;
	bottom: 1px;
}
.qodef-weather-widget .qodef-m-weather-icon {
	font-family: "linea-weather-10";
	font-size: 33px;
	line-height: 1;
	margin-right: 16px;
}
.qodef-weather-widget .qodef-m-weather-icon:before {
	content: "";
}
.qodef-skin--light:not(.qodef-header--sticky-display) .qodef-weather-widget .qodef-m-weather-icon:before {
	color: #fff !important;
}
.qodef-weather-widget .qodef-m-weather-icon.qodef--mist:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--haze:before {
	content: "\e00d";
}
.qodef-weather-widget .qodef-m-weather-icon.qodef--snow:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--light-snow:before {
	content: "\e02d";
}
.qodef-weather-widget .qodef-m-weather-icon.qodef--thunderstorm:before {
	content: "\e034";
}
.qodef-weather-widget .qodef-m-weather-icon.qodef--rain:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--drizzle:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--light-rain:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--moderate-rain:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--light-intensity-drizzle:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--light-intensity-shower-rain:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--light-rain-and-snow:before {
	content: "\e027";
}
.qodef-weather-widget .qodef-m-weather-icon.qodef--shower-rain:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--heavy-intensity-rain:before {
	content: "\e01b";
}
.qodef-weather-widget .qodef-m-weather-icon.qodef--clouds:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--broken-clouds:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--overcast-clouds:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--scattered-clouds:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--few-clouds:before {
	content: "\e042";
}
.qodef-weather-widget .qodef-m-weather-icon.qodef--clear:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--clear-sky:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--sky-is-clear:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--sun:before {
	content: "\e038";
}
.qodef-weather-widget .qodef-m-temperature {
	color: #000;
	font-family: inherit;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.qodef-weather-widget .qodef-m-temperature sup {
	font-size: inherit;
	top: 0;
}
.qodef-skin--light:not(.qodef-header--sticky-display) .qodef-weather-widget .qodef-m-temperature {
	color: #fff !important;
}
.qodef-weather-widget .qodef-e-humidity,
.qodef-weather-widget .qodef-e-wind {
	font-size: 15px;
	line-height: 1;
}
.qodef-weather-widget .qodef-m-other-days {
	flex-shrink: 0;
	width: 50%;
	border-left: 1px solid rgba(0, 0, 0, 0.3);
}
.qodef-weather-widget .qodef-m-other-days .qodef-m-inner {
	width: 100%;
	margin: 13px 0;
}
.qodef-weather-widget .qodef-m-other-days .qodef-m-weather-icon {
	font-size: 25px;
	letter-spacing: 0;
	margin: 0 20px 0 10px;
	flex-shrink: 0;
	min-width: 38px;
	text-align: center;
}
@media only screen and (max-width: 1440px) {
	.qodef-weather-widget .qodef-m-other-days .qodef-m-weather-icon {
		margin: 0 2px 0 2px;
	}
}
.qodef-weather-widget .qodef-m-other-days .qodef-m-temperature {
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 300;
}
.qodef-weather-widget .qodef-m-other-days .qodef-m-day {
	width: 100%;
	text-align: right;
}
.qodef-weather-widget.qodef-layout--simple .qodef-m-city {
	margin: 0 10px 0 0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #000;
}
.qodef-skin--light:not(.qodef-header--sticky-display) .qodef-weather-widget.qodef-layout--simple .qodef-m-city {
	color: #fff !important;
}
.qodef-weather-widget.qodef-layout--simple .qodef-m-weather-icon {
	font-size: 15px;
	font-weight: bold;
	margin: 0 8px;
}
.qodef-weather-widget.qodef-layout--simple .qodef-m-temperature {
	margin-bottom: 0;
	font-size: 13px;
	font-weight: 500;
}
@media only screen and (max-width: 480px) {
	.qodef-weather-widget > .qodef-m-inner {
		flex-direction: column;
	}
	.qodef-weather-widget > .qodef-m-inner .qodef-m-other-days {
		flex-shrink: 0;
		width: 100%;
		border-left: 0;
	}
	.qodef-weather-widget > .qodef-m-inner .qodef-m-other-days .qodef-m-day {
		width: 35px;
		text-align: left;
	}
	.qodef-weather-widget > .qodef-m-inner .qodef-m-other-days .qodef-m-weather-icon {
		margin: 0 14px 0 8px;
	}
	.qodef-weather-widget .qodef-m-weather {
		width: 100%;
	}
}

.qodef-header--light:not(.qodef-header--sticky-display) .qodef-weather-widget {
	color: #fff;
}
.qodef-header--light:not(.qodef-header--sticky-display) .qodef-weather-widget .qodef-m-temperature {
	color: #fff;
}
.qodef-header--light:not(.qodef-header--sticky-display) .qodef-weather-widget .qodef-m-other-days {
	color: #fff;
}
.qodef-header--light:not(.qodef-header--sticky-display) .qodef-weather-widget.qodef-layout--simple .qodef-m-city {
	color: #fff;
}

.qodef-sticky-header--light .qodef-weather-widget {
	color: #fff;
}
.qodef-sticky-header--light .qodef-weather-widget .qodef-m-temperature {
	color: #fff;
}
.qodef-sticky-header--light .qodef-weather-widget .qodef-m-other-days {
	color: #fff;
}
.qodef-sticky-header--light .qodef-weather-widget.qodef-layout--simple .qodef-m-city {
	color: #fff;
}

#qodef-page-footer .qodef-weather-widget {
	color: #fff;
}
#qodef-page-footer .qodef-weather-widget .qodef-m-temperature {
	color: #fff;
}
#qodef-page-footer .qodef-weather-widget .qodef-m-other-days {
	color: #fff;
}
#qodef-page-footer .qodef-weather-widget.qodef-layout--simple .qodef-m-city {
	color: #fff;
}

/* ==========================================================================
   Weather Widget style - end
   ========================================================================== */
/* ==========================================================================
   Working Hours List shortcode styles
   ========================================================================== */
.qodef-working-hours-list {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-working-hours-list .qodef-working-hours-item {
	display: flex;
	align-items: baseline;
	margin-bottom: 16px;
}
.qodef-working-hours-list .qodef-e-day {
	position: relative;
	margin: 0;
}
.qodef-working-hours-list .qodef-e-day-icon {
	position: absolute;
	top: -2px;
	right: -8px;
	font-size: 8px;
	color: var(--qode-main-color);
}
.qodef-working-hours-list .qodef-e-line {
	flex-grow: 1;
	margin: 0 10px;
	border-bottom: 1px solid #bfb8b6;
	opacity: 0.5;
}
.qodef-working-hours-list .qodef-e-time {
	margin: 0;
	font-family: "Prompt", sans-serif;
	font-style: italic;
}
.qodef-working-hours-list .qodef-e-time.qodef--closed {
	color: var(--qode-main-color);
}
.qodef-working-hours-list .qodef-m-footer {
	position: relative;
	top: 3px;
	font-size: 14px;
	color: #817c7b;
}
.qodef-working-hours-list .qodef-m-footer-icon {
	position: relative;
	top: -5px;
	right: 0;
	font-size: 8px;
	color: var(--qode-main-color);
}

/* ==========================================================================
   Working Hours List shortcode styles
   ========================================================================== */
@media only screen and (max-width: 1440px) {
	.qodef-background-text .qodef-m-background-text {
		font-size: 135px;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-background-text .qodef-m-background-text {
		display: none !important;
	}
}

/* ==========================================================================
   Blog List Metro styles
   ========================================================================== */
@media only screen and (max-width: 680px) {
	.qodef-blog.qodef-item-layout--metro article.qodef-blog-item {
		margin: 0 0 65px !important;
	}
	.qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote {
		padding: 39px 28px;
	}
	.qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link {
		padding: 39px 28px;
	}
	.qodef-blog.qodef-item-layout--metro .qodef-e-content .qodef-e-title {
		margin-top: 5px;
		margin-bottom: 15px;
	}
	.qodef-blog.qodef-item-layout--metro .qodef-e-content .qodef-e-bottom-holder {
		margin-top: 30px;
	}
}

/* ==========================================================================
   Author Info responsive styles
   ========================================================================== */
@media only screen and (max-width: 680px) {
	#qodef-author-info {
		margin-bottom: 35px;
	}
	#qodef-author-info .qodef-m-inner {
		flex-wrap: wrap;
	}
	#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
   ========================================================================== */
/* ==========================================================================
   Instagram List shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1440px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 20%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 100%;
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 100%;
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 100%;
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 100%;
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 100%;
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 100%;
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 50%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 33.3333333333%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 25%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 20%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 16.6666666667%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 14.2857142857%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 12.5%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 50%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 33.3333333333%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 25%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 20%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 16.6666666667%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 14.2857142857%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 12.5%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 100%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 50%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 33.3333333333%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 25%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 20%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 16.6666666667%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 14.2857142857%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 12.5%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 50%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 33.3333333333%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 25%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 20%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 16.6666666667%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 14.2857142857%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 12.5%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 50%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 33.3333333333%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 25%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 20%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 16.6666666667%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 14.2857142857%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 12.5%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 50%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 33.3333333333%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 25%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 20%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 16.6666666667%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 14.2857142857%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 12.5%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 100%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 50%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 33.3333333333%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 25%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 20%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 16.6666666667%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 14.2857142857%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 12.5%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 50%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 25%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 20%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 14.2857142857%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 12.5%;
	}
}
@media only screen and (max-width: 1440px) {
	.qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space {
		margin-bottom: -70px;
	}
	.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
		margin: 0 -35px;
	}
	.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets > .ctf-item {
		padding: 0 35px;
		margin: 0 0 70px;
	}
}

/* ==========================================================================
   Instagram List shortcode responsive styles
   ========================================================================== */
/* ==========================================================================
   accommodation Cart styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	.woocommerce-page div.woocommerce .qodef-reservation-info .qodef-m-info {
		flex-wrap: wrap;
	}
	.woocommerce-page div.woocommerce .qodef-reservation-info .qodef-m-info > * {
		width: 100%;
	}
	.woocommerce-page div.woocommerce .qodef-reservation-info .qodef-m-info-value {
		display: flex;
		flex-direction: column;
	}
	.woocommerce-page div.woocommerce .qodef-reservation-info .qodef-m-info-value .qodef--mark {
		display: none;
	}
}
@media only screen and (max-width: 480px) {
	.woocommerce-page div.woocommerce .woocommerce-cart-form .qodef-reservation-info {
		display: none;
	}
}

/* ==========================================================================
   accommodation Single responsive styles
   ========================================================================== */
@media only screen and (max-width: 1440px) {
	.qodef-accommodation .qodef-e-seasonal-items .qodef-ei-price {
		margin-top: 10px;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-accommodation .qodef-m-slider .swiper-wrapper {
		align-items: stretch;
	}
	.qodef-accommodation .qodef-m-slider .swiper-slide {
		height: auto;
	}
	.qodef-accommodation .qodef-m-slider .swiper-slide img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.qodef-accommodation .qodef-e-location {
		margin-bottom: 50px;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-accommodation .qodef-e-amenity-items .qodef-e-amenity-item {
		width: 100%;
	}
	.qodef-accommodation .qodef-e-availability-calendar .datepick {
		padding: 29px 25px 25px;
	}
	#qodef-accommodation-reservation {
		padding: 26px 30px 30px;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-accommodation .qodef-e-seasonal-items .qodef-ei-date {
		flex-direction: column;
		margin-bottom: 5px;
	}
	.qodef-accommodation .qodef-e-seasonal-items .qodef-ei-date-begin {
		margin-bottom: 5px;
	}
	.qodef-accommodation .qodef-e-seasonal-items .qodef-ei-date-begin:after {
		display: none;
	}
}
/* ==========================================================================
   accommodation Profile Global responsive styles - begin
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	.qodef-profile-reserved-accommodations .qodef-m-reserved-accommodation {
		flex-wrap: wrap;
	}
	.qodef-profile-reserved-accommodations .qodef-m-reserved-accommodation .qodef-ei-image {
		margin-bottom: 30px;
	}
	.qodef-profile-reserved-accommodations .qodef-m-reserved-accommodation .qodef-ei-order {
		width: 100%;
		margin-top: 20px;
	}
}

/* ==========================================================================
   accommodation Gallery list shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	.qodef-accommodation-gallery-list .qodef-e-content {
		padding: 94px 45px 100px;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-accommodation-gallery-list .qodef-accommodation-gallery-list-item:nth-child(odd) .qodef-e-inner {
		flex-direction: column;
	}
	.qodef-accommodation-gallery-list .qodef-accommodation-gallery-list-item:nth-child(odd) .qodef-e-content {
		text-align: inherit;
	}
	.qodef-accommodation-gallery-list .qodef-e-inner {
		flex-direction: column;
	}
	.qodef-accommodation-gallery-list .qodef-e-inner > * {
		width: 100%;
	}
	.qodef-accommodation-gallery-list .qodef-e-media > * {
		height: auto;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-accommodation-gallery-list .qodef-e-content {
		padding: 44px 28px 50px;
	}
}

/* ==========================================================================
   accommodation list shortcode variation responsive styles
   ========================================================================== */
@media only screen and (max-width: 680px) {
	.qodef-accommodation-list.qodef-layout--info-on-image .qodef-e-content {
		flex-wrap: wrap;
		bottom: 22px;
	}
	.qodef-accommodation-list.qodef-layout--info-on-image .qodef-e-content > * {
		width: 100%;
	}
	.qodef-accommodation-list.qodef-layout--info-on-image .qodef-e-content-text {
		border-right: 0;
	}
}

/* ==========================================================================
   accommodation list shortcode variation responsive styles
   ========================================================================== */
@media only screen and (max-width: 1280px) {
	.qodef-accommodation-list.qodef-layout--side-info.qodef-col-num--1 .qodef-e-media {
		width: calc(50% + 10px);
	}
	.qodef-accommodation-list.qodef-layout--side-info.qodef-col-num--1 .qodef-e-content > * {
		padding: 0 36px;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-accommodation-list.qodef-layout--side-info.qodef-col-num--1 .qodef-e-media {
		width: 100%;
		margin-bottom: 26px;
	}
	.qodef-accommodation-list.qodef-layout--side-info.qodef-col-num--1 .qodef-e-content {
		width: 100%;
	}
	.qodef-accommodation-list.qodef-layout--side-info.qodef-col-num--1 .qodef-e-content > * {
		padding: 0;
	}
	.qodef-accommodation-list.qodef-layout--side-info.qodef-col-num--1 .qodef-accommodation-list-item {
		margin-bottom: 60px;
	}
	.qodef-accommodation-list.qodef-layout--side-info.qodef-col-num--1 .qodef-grid-inner .qodef-accommodation-list-item:nth-child(even) .qodef-e-content-text,
	.qodef-accommodation-list.qodef-layout--side-info.qodef-col-num--1 .qodef-grid-inner .qodef-accommodation-list-item:nth-child(even) .qodef-e-content-info,
	.qodef-accommodation-list.qodef-layout--side-info.qodef-col-num--1 .qodef-grid-inner .qodef-accommodation-list-item:nth-child(even) .qodef-e-excerpt {
		text-align: left;
	}
	.qodef-accommodation-list.qodef-layout--side-info.qodef-col-num--1 .qodef-grid-inner .qodef-accommodation-list-item:nth-child(even) .qodef-e-amenity-items {
		justify-content: flex-start;
	}
	.qodef-accommodation-list.qodef-layout--side-info.qodef-col-num--1 .qodef-grid-inner .qodef-accommodation-list-item:nth-child(even) .qodef-e-info {
		justify-content: flex-start;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-accommodation-list.qodef-layout--side-info .qodef-e-inner {
		flex-wrap: wrap;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-accommodation-list.qodef-layout--side-info.qodef-col-num--1 .qodef-e-excerpt {
		margin: 10px 0 0 0;
	}
	.qodef-accommodation-list.qodef-layout--side-info .qodef-e-amenity-items {
		margin: 19px -10px 19px -10px;
	}
	.qodef-accommodation-list.qodef-layout--side-info .qodef-e-content {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.qodef-accommodation-list.qodef-layout--side-info .qodef-e-content > * {
		width: 100%;
	}
	.qodef-accommodation-list.qodef-layout--side-info .qodef-e-content-text {
		border-right: 0;
	}
	.qodef-accommodation-list.qodef-layout--side-info .qodef-e-content-info {
		margin-bottom: 6px;
	}
}

/* ==========================================================================
   accommodation list shortcode variation responsive styles
   ========================================================================== */
@media only screen and (max-width: 1280px) {
	.qodef-accommodation-list.qodef-layout--standard.qodef-col-num--4 .qodef-e-content-text {
		flex-direction: column;
	}
	.qodef-accommodation-list.qodef-layout--standard.qodef-col-num--4 .qodef-e-info {
		justify-content: flex-start;
	}
	.qodef-accommodation-list.qodef-layout--standard.qodef-col-num--4 .qodef-e-content-info {
		flex-direction: column;
		align-items: flex-start;
	}
	.qodef-accommodation-list.qodef-layout--standard.qodef-col-num--4 .qodef-e-amenity-items {
		margin: 0 -10px 10px;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-accommodation-list.qodef-layout--standard .qodef-e-content {
		margin: 0 0 29px 0;
	}
	.qodef-accommodation-list.qodef-layout--standard .qodef-m-pagination {
		margin: 23px 0 70px 0;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-accommodation-list.qodef-layout--standard .qodef-e-content-info {
		display: block;
	}
	.qodef-accommodation-list.qodef-layout--standard .qodef-e-excerpt {
		border-bottom: none;
	}
	.qodef-accommodation-list.qodef-layout--standard .qodef-e-amenity-items {
		margin: 0 -10px;
		padding-bottom: 20px;
	}
	.qodef-accommodation-list.qodef-layout--standard .qodef-e-button {
		padding-top: 20px;
		border-top: 1px solid rgba(138, 138, 138, 0.4);
	}
}
@media only screen and (max-width: 680px) {
	.qodef-accommodation-list.qodef-layout--standard .qodef-e-info {
		margin-top: 3px;
	}
	.qodef-accommodation-list.qodef-layout--standard .qodef-e-media-image {
		margin-bottom: 27px;
	}
	.qodef-accommodation-list.qodef-layout--standard .qodef-e-content {
		margin: 0 0 40px 0;
		flex-wrap: wrap;
	}
	.qodef-accommodation-list.qodef-layout--standard .qodef-e-content > * {
		width: 100%;
	}
	.qodef-accommodation-list.qodef-layout--standard .qodef-e-content-text {
		border-right: 0;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-accommodation-list.qodef-layout--standard .qodef-e-info {
		margin-top: 2px;
		justify-content: flex-start;
	}
	.qodef-accommodation-list.qodef-layout--standard .qodef-e-content-text {
		flex-direction: column;
	}
	.qodef-accommodation-list.qodef-layout--standard .qodef-e-excerpt {
		margin: 12px 0 0 0;
	}
}

/* ==========================================================================
   accommodation Reservation Filter shortcode variation responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	.qodef-accommodation-reservation-filter.qodef-layout--horizontal:not(.qodef-columns--3) .qodef-m-form {
		flex-wrap: wrap;
	}
	.qodef-accommodation-reservation-filter.qodef-layout--horizontal:not(.qodef-columns--3) .qodef-m-form .qodef-m-field:not(.qodef--booking) {
		width: 50%;
		margin-bottom: 36px;
	}
	.qodef-accommodation-reservation-filter.qodef-layout--horizontal:not(.qodef-columns--3) .qodef-m-form .qodef-m-field.qodef--booking {
		width: 100%;
	}
}
@media only screen and (min-width: 681px) and (max-width: 768px) {
	.qodef-accommodation-reservation-filter.qodef-layout--horizontal.qodef-columns--3 .qodef-m-form .qodef-m-field-input-icon {
		display: none;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-accommodation-reservation-filter.qodef-layout--horizontal:not(.qodef-columns--3) .qodef-m-form .qodef-m-field:not(.qodef--booking) {
		width: 100%;
	}
	.qodef-accommodation-reservation-filter.qodef-layout--horizontal.qodef-columns--3 .qodef-m-form {
		flex-wrap: wrap;
	}
	.qodef-accommodation-reservation-filter.qodef-layout--horizontal.qodef-columns--3 .qodef-m-form .qodef-m-field:not(.qodef--booking) {
		width: 100%;
		margin-bottom: 36px;
	}
	.qodef-accommodation-reservation-filter.qodef-layout--horizontal.qodef-columns--3 .qodef-m-form .qodef-m-field.qodef--booking {
		width: 100%;
	}
}

/* ==========================================================================
   accommodation Reservation Filter shortcode variation responsive styles
   ========================================================================== */
@media only screen and (max-width: 1440px) {
	.qodef-accommodation-reservation-filter.qodef-layout--revolution-slider .qodef-content-grid {
		padding: 20px;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-accommodation-reservation-filter.qodef-layout--revolution-slider .qodef-form-wrapper {
		position: relative;
		margin-top: 100px;
		transform: none;
	}
	.qodef-accommodation-reservation-filter.qodef-layout--revolution-slider .qodef-m-form {
		flex-wrap: wrap;
	}
	.qodef-accommodation-reservation-filter.qodef-layout--revolution-slider .qodef-m-form .qodef-m-field:not(.qodef--booking) {
		width: 50%;
		margin-bottom: 36px;
	}
	.qodef-accommodation-reservation-filter.qodef-layout--revolution-slider .qodef-m-form .qodef-m-field.qodef--booking {
		width: 100%;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-accommodation-reservation-filter.qodef-layout--revolution-slider .qodef-m-form .qodef-m-field:not(.qodef--booking) {
		width: 100%;
	}
}

/* ==========================================================================
   Accommodation Reservation Filter shortcode variation responsive styles
   ========================================================================== */
@media only screen and (max-width: 680px) {
	.qodef-accommodation-reservation-filter.qodef-layout--split {
		padding: 26px 30px 30px;
	}
	.qodef-accommodation-reservation-filter.qodef-layout--split .qodef-m-form .qodef-m-field {
		width: 100%;
	}
}

/* ==========================================================================
   Accommodation Reservation Filter shortcode variation responsive styles
   ========================================================================== */
/* ==========================================================================
   Amenity list shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	.qodef-amenity-list .qodef-amenity-item {
		width: 33.333333%;
	}
	.qodef-amenity-list .qodef-e-icon {
		width: 60px;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-amenity-list .qodef-amenity-item {
		width: 50%;
	}
}

/* ==========================================================================
   Portfolio Single responseive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	.qodef-portfolio-single .qodef-variations--small .qodef-media {
		margin: 0 0 50px;
	}
	.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
		margin-top: 50px;
	}
}

/* ==========================================================================
    Accommodation Legend shortcode responsive style - begin
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	.qodef-accommodation-legend .qodef-e-image {
		margin-top: 40px;
	}
}

/* ==========================================================================
    Accommodation Legend shortcode responsive style - end
   ========================================================================== */
/* ==========================================================================
   Call to Action shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 680px) {
	.qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
		display: block;
	}
	.qodef-call-to-action.qodef-layout--standard .qodef-m-button {
		margin-top: 20px;
	}
}

/* ==========================================================================
   Cards Gallery shortcode responsive style - begin
   ========================================================================== */
@media only screen and (max-width: 768px) {
	.qodef-cards-gallery .qodef-m-fake-card {
		transform: scale(0.8);
	}
	.qodef-cards-gallery.qodef-orientation--left .qodef-m-card {
		transform: scale(0.8);
	}
	.qodef-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out {
		transform: translateX(-100%);
	}
	.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6) {
		transform: scale(0.3) translateX(84%);
	}
	.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5) {
		transform: scale(0.4) translateX(60%);
	}
	.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4) {
		transform: scale(0.5) translateX(39%);
	}
	.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3) {
		transform: scale(0.6) translateX(25%);
	}
	.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2) {
		transform: scale(0.7) translateX(11.2%);
	}
	.qodef-cards-gallery.qodef-orientation--right .qodef-m-card {
		transform: scale(0.8);
	}
	.qodef-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out {
		transform: translateX(100%);
	}
	.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(6) {
		transform: scale(0.3) translateX(-84%);
	}
	.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(5) {
		transform: scale(0.4) translateX(-60%);
	}
	.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(4) {
		transform: scale(0.5) translateX(-39%);
	}
	.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(3) {
		transform: scale(0.6) translateX(-25%);
	}
	.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(2) {
		transform: scale(0.7) translateX(-11.2%);
	}
}
/* ==========================================================================
   Cards Gallery shortcode responsive style - end
   ========================================================================== */
/* ==========================================================================
   Comparison Pricing Table shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 768px) {
	.qodef-comparision-pricing-table.qodef-columns--2 .qodef-m-table, .qodef-comparision-pricing-table.qodef-columns--3 .qodef-m-table {
		display: block;
		width: 100%;
	}
	.qodef-comparision-pricing-table.qodef-columns--2 .qodef-m-table:not(.qodef--features), .qodef-comparision-pricing-table.qodef-columns--3 .qodef-m-table:not(.qodef--features) {
		border-top: 0;
		border-left-width: 1px;
	}
	.qodef-comparision-pricing-table.qodef-columns--2 .qodef-m-table.qodef--features, .qodef-comparision-pricing-table.qodef-columns--3 .qodef-m-table.qodef--features {
		width: 100%;
	}
}
/* ==========================================================================
   Countdown shortcode styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	.qodef-countdown.qodef-show--4 .qodef-m-date, .qodef-countdown.qodef-show--5 .qodef-m-date, .qodef-countdown.qodef-show--6 .qodef-m-date {
		display: flex;
		flex-flow: wrap;
		justify-content: center;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-countdown.qodef-show--4 .qodef-m-date, .qodef-countdown.qodef-show--5 .qodef-m-date, .qodef-countdown.qodef-show--6 .qodef-m-date {
		display: flex;
		flex-flow: wrap;
		justify-content: center;
	}
	.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: 50%;
		margin-bottom: 30px;
		justify-content: center;
	}
}
@media only screen and (max-width: 480px) {
	.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: 100%;
	}
}

/* ==========================================================================
   Frame Slider shortcode responsive style - begin
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	.qodef-frame-slider-holder {
		margin-bottom: 96px;
	}
	.qodef-frame-slider-holder .swiper-pagination-bullets {
		bottom: -96px !important;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-frame-slider-holder {
		margin-bottom: 86px;
	}
	.qodef-frame-slider-holder .swiper-pagination-bullets {
		bottom: -86px !important;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-frame-slider-holder {
		margin-bottom: 76px;
	}
	.qodef-frame-slider-holder .swiper-pagination-bullets {
		bottom: -76px !important;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-frame-slider-holder {
		margin-bottom: 46px;
	}
	.qodef-frame-slider-holder .swiper-pagination-bullets {
		bottom: -46px !important;
	}
}
/* ==========================================================================
   Frame Slider shortcode responsive style - end
   ========================================================================== */
/* ==========================================================================
   Section Title shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	.qodef-highlight.qodef-title-break--disabled .qodef-m-title br {
		display: none;
	}
}

/* ==========================================================================
   Image Marquee shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 680px) {
	.qodef-image-marquee .qodef-m-content.qodef--desktop {
		display: none;
	}
	.qodef-image-marquee .qodef-m-content.qodef--mobile {
		display: block;
	}
}
/* ==========================================================================
   Image With Text shortcode styles
   ========================================================================== */
@media only screen and (max-width: 1440px) {
	.qodef-image-with-text.qodef-layout--split-text-below .qodef-m-content {
		margin-left: -30px;
		margin-right: -30px;
	}
	.qodef-image-with-text.qodef-layout--split-text-below .qodef-m-content > * {
		padding: 0 30px;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-image-with-text.qodef-layout--split-text-below .qodef-m-content {
		flex-wrap: wrap;
		margin: 25px 0 0;
	}
	.qodef-image-with-text.qodef-layout--split-text-below .qodef-m-content .qodef-m-text {
		width: 100%;
		margin-top: 7px;
		padding-left: 30px;
		border-left: 0;
	}
}

/* ==========================================================================
   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;
	}
}

/* ==========================================================================
   Interactive Link Showcase shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1366px) {
	.qodef-interactive-link-showcase.qodef-type--standard {
		padding: 100px 0;
	}
	.qodef-interactive-link-showcase.qodef-type--standard .qodef-m-images {
		width: 60%;
	}
	.qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
		width: 40%;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-interactive-link-showcase.qodef-type--standard {
		padding: 60px 0;
	}
	.qodef-interactive-link-showcase.qodef-type--standard .qodef-m-images {
		width: 80%;
	}
	.qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
		width: 100%;
		padding-left: 60px;
		align-items: flex-start;
	}
	.qodef-interactive-link-showcase.qodef-type--standard .qodef-m-item {
		font-size: 30px;
		line-height: 1.5em;
		padding-bottom: 3px;
	}
}
@media only screen and (max-width: 1024px) and (max-width: 680px) {
	.qodef-interactive-link-showcase.qodef-type--standard .qodef-m-item {
		line-height: 1.35em;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-interactive-link-showcase.qodef-type--standard {
		padding: 30px 0;
	}
	.qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
		padding-left: 30px;
	}
}

/* ==========================================================================
   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%;
	}
}

/* ==========================================================================
   Reviews List shortcode responsive style - begin
   ========================================================================== */
@media only screen and (max-width: 768px) {
	.qodef-reviews-list .qodef-e-rating {
		margin-top: 30px;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-reviews-list .qodef-e-text {
		padding: 0;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-reviews-list.qodef-col-num--3 .qodef-grid-item:last-child {
		width: 100% !important;
		padding: 0 25% !important;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-reviews-list.qodef-col-num--3 .qodef-grid-item:last-child {
		width: 100% !important;
		padding: 0 35px !important;
	}
}

/* ==========================================================================
   Reviews List shortcode responsive style - end
   ========================================================================== */
/* ==========================================================================
   Reviews List shortcode responsive style - begin
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	.qodef-season-price-table .qodef-e-heading {
		max-width: 100%;
	}
	.qodef-season-price-table .qodef-e-heading .qodef-e-item {
		width: 26%;
	}
	.qodef-season-price-table .qodef-e-heading .qodef-e-item:first-child {
		width: 48%;
	}
	.qodef-season-price-table .qodef-e-heading .qodef-e-item:nth-of-type(2) {
		width: 26%;
	}
	.qodef-season-price-table .qodef-e-heading .qodef-e-item:last-child {
		width: 26%;
	}
	.qodef-season-price-table .qodef-e-heading h6 {
		font-size: 12px;
	}
	.qodef-season-price-table .qodef-e-heading .qodef-e-price-label {
		font-size: 11px;
		padding-right: 10px;
	}
	.qodef-season-price-table .qodef-e-content .qodef-e-item {
		max-width: 100%;
	}
	.qodef-season-price-table .qodef-e-content .qodef-e-item-content {
		width: 26%;
	}
	.qodef-season-price-table .qodef-e-content .qodef-e-item-content:first-child {
		width: 48%;
	}
	.qodef-season-price-table .qodef-e-content .qodef-e-item-content:nth-of-type(2) {
		width: 26%;
	}
	.qodef-season-price-table .qodef-e-content .qodef-e-item-content:last-child {
		width: 26%;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-season-price-table .qodef-e-heading h6 {
		padding-right: 10px;
	}
	.qodef-season-price-table .qodef-e-heading .qodef-e-item {
		width: 30%;
	}
	.qodef-season-price-table .qodef-e-heading .qodef-e-item:first-child {
		width: 40%;
	}
	.qodef-season-price-table .qodef-e-content .qodef-e-item-content {
		width: 30%;
	}
	.qodef-season-price-table .qodef-e-content .qodef-e-item-content:first-child {
		width: 40%;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-season-price-table .qodef-e-heading .qodef-e-item:first-child {
		width: 70%;
	}
	.qodef-season-price-table .qodef-e-content .qodef-e-item-content:first-child {
		width: 70%;
	}
}

/* ==========================================================================
   Reviews List shortcode responsive style - end
   ========================================================================== */
/* ==========================================================================
   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: 1440px) {
	.qodef-section-title .qodef-m-tagline-mark {
		font-size: 90px;
		margin-bottom: -7px;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-section-title .qodef-m-text {
		margin-top: 13px !important;
		line-height: 29px;
	}
	.qodef-section-title .qodef-m-tagline-mark {
		display: none;
	}
}
.qodef-section-title ul li::marker {
	content: "▪ ";
}

/* ==========================================================================
   Swapping image gallery shortcode responsive style - begin
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	.qodef-swapping-image-gallery.qodef-info-position--right .qodef-m-info {
		padding-left: 60px;
	}
	.qodef-swapping-image-gallery.qodef-info-position--left .qodef-m-info {
		padding-right: 60px;
	}
	.qodef-swapping-image-gallery .qodef-m-info {
		padding-top: 30px;
	}
	.qodef-swapping-image-gallery .qodef-m-info .qodef-m-headline {
		margin: 0 0 30px;
	}
	.qodef-swapping-image-gallery.qodef-title-break--disabled .qodef-m-title br {
		display: none;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-swapping-image-gallery {
		display: block;
	}
	.qodef-swapping-image-gallery .qodef-m-info,
	.qodef-swapping-image-gallery .qodef-m-image-holder {
		flex-basis: auto;
	}
	.qodef-swapping-image-gallery.qodef-info-position--right .qodef-m-info {
		padding-left: 0;
	}
	.qodef-swapping-image-gallery.qodef-info-position--left .qodef-m-info {
		padding-right: 0;
	}
}

/* ==========================================================================
   Swapping image gallery shortcode responsive style - end
   ========================================================================== */
@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-vertical-split-slider-responsive {
		display: block;
	}
	.qodef-vertical-split-slider.qodef-disable-below--1024 + .qodef-vertical-split-slider-responsive .qodef-m-slide-content, .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-slide-content {
		padding: 10%;
	}
}
@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-vertical-split-slider-responsive {
		display: block;
	}
	.qodef-vertical-split-slider.qodef-disable-below--768 + .qodef-vertical-split-slider-responsive .qodef-m-slide-content, .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-slide-content {
		padding: 10%;
	}
}

/* ==========================================================================
   Workflow shortcode responsive style - begin
   ========================================================================== */
@media only screen and (max-width: 1440px) {
	.qodef-workflow .qodef-e-workflow-item:nth-child(even) .qodef-e-workflow-item-inner {
		transform: none;
	}
	.qodef-workflow .qodef-e-workflow-item:nth-child(odd) .qodef-e-workflow-item-inner {
		transform: none;
	}
	.qodef-workflow .qodef-e-workflow-item-inner:after {
		width: 50%;
	}
}
@media only screen and (max-width: 1280px) {
	.qodef-workflow .qodef-e-workflow-item-inner:after {
		width: 20%;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-workflow {
		display: flex;
		justify-content: space-evenly;
	}
	.qodef-workflow .qodef-e-workflow-image {
		display: none;
	}
	.qodef-workflow .qodef-e-workflow-item {
		margin-bottom: 30px;
	}
	.qodef-workflow .qodef-e-workflow-item-inner:after {
		width: 0;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-workflow {
		flex-direction: column;
	}
	.qodef-workflow .qodef-e-workflow-item {
		justify-content: center !important;
		text-align: center !important;
	}
}

/* ==========================================================================
   Workflow shortcode responsive style - end
   ========================================================================== */
/* ==========================================================================
   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: 1366px) {
	#qodef-page-outer .qodef-page-title {
		height: 200px;
	}
}
@media only screen and (max-width: 1024px) {
	body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content {
		padding-top: 0 !important;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-page-title .qodef-m-title {
		font-size: 42px;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-page-title {
		height: 300px;
	}
	.qodef-page-title .qodef-m-title {
		font-size: 35px;
	}
}

/* ==========================================================================
   Standard Title layout styles
   ========================================================================== */
@media only screen and (max-width: 680px) {
	.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-content {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-title {
		width: 100%;
	}
	.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
		width: 100%;
		justify-content: flex-start;
		margin-top: 9px;
	}
	.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-subtitle {
		font-size: 60px;
		top: 53px;
	}
}

@media only screen and (max-width: 1024px) {
	#qodef-page-sidebar .qodef-social-icons-group {
		justify-content: flex-start;
	}
}

