@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
   ========================================================================== */
/* ==========================================================================
   Common mixins - begin
   ========================================================================== */
/* ==========================================================================
   Common mixins - end
   ========================================================================== */
/* ==========================================================================
   Custom Effect mixins - begin
   ========================================================================== */
/* ==========================================================================
   Custom Effect mixins - end
   ========================================================================== */
/* ==========================================================================
   Custom Effect mixins - end
   ========================================================================== */
/* ==========================================================================
   Animation mixins - start
   ========================================================================== */
/* ==========================================================================
   Animation mixins - end
   ========================================================================== */
/* ==========================================================================
   Button mixins - start
   ========================================================================== */
/* ==========================================================================
   Button mixins - end
   ========================================================================== */
/* ==========================================================================
   Tabs mixins - start
   ========================================================================== */
/* ==========================================================================
   Tabs mixins - end
   ========================================================================== */
/* ==========================================================================
   Animation mixins - start
   ========================================================================== */
@keyframes draw {
	to {
		stroke-dashoffset: 0;
	}
}
/* ==========================================================================
   Animation mixins - end
   ========================================================================== */
/* ========================================================================== */
/* ==========================================================================
   Global mixins
   ========================================================================== */
/* ==========================================================================
   Global styles
   ========================================================================== */
.myritual-core-page-inline-style {
	position: absolute !important;
	width: 0;
	height: 0;
	line-height: 1;
	display: none;
}

.qodef--custom-appear.qode--fade-in {
	opacity: 0;
}
.qodef--custom-appear.qode--fade-in.qodef--appeared {
	opacity: 1;
	transition: opacity 0.8s 0.5s;
}

/* ==========================================================================
   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: 23px;
	height: 40px;
	right: 25px;
	bottom: 24px;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 99;
	color: #3A4135;
}
@media only screen and (max-width: 1024px) {
	#qodef-back-to-top {
		bottom: 36px;
	}
}
@media only screen and (max-width: 680px) {
	#qodef-back-to-top {
		bottom: 75px;
	}
}
#qodef-back-to-top.qodef-light path {
	stroke: #fff;
}
#qodef-back-to-top .qodef-back-to-top-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-size: 20px;
	overflow: hidden;
	transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
#qodef-back-to-top .qodef-back-to-top-icon * {
	display: block;
	line-height: inherit;
}
#qodef-back-to-top svg {
	display: block;
	height: 27px;
	width: auto;
	fill: currentColor;
	transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#qodef-back-to-top:hover .qodef-back-to-top-icon svg {
	transform: translateY(-2px);
}
#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
   ========================================================================== */
/* ==========================================================================
   Blog List Metro styles
   ========================================================================== */
.qodef-blog.qodef-item-layout--info-on-image {
	margin: 0;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-media {
	height: 100%;
	width: 100%;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-content {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	padding: 20px 40px 35px;
	background-color: rgba(58, 65, 53, 0.12);
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-content a {
	position: relative;
	z-index: 3;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-title {
	color: #fff;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-title a {
	color: inherit;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-title a:hover {
	color: var(--qode-main-color);
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-info > * {
	color: #fff;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-info a:hover {
	color: var(--qode-main-color);
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-post-link {
	z-index: 2;
}

/* ==========================================================================
   Blog List Minimal styles
   ========================================================================== */
.qodef-blog.qodef-item-layout--minimal article .qodef-e-content {
	margin: 0;
}
.qodef-blog.qodef-item-layout--minimal article .qodef-e-bottom-holder {
	margin-top: 5px;
}

/* ==========================================================================
   Blog List Side By Side styles
   ========================================================================== */
.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-inner {
	align-items: flex-start;
	display: flex;
}
.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
	flex-shrink: 0;
	margin-right: 20px;
	width: 120px;
}
.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-content {
	margin: 0;
}
.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-bottom-holder {
	margin-top: 5px;
}
.qodef-blog.qodef-item-layout--side-by-side .qodef-e-media-image {
	width: 100%;
	overflow: hidden;
}
.qodef-blog.qodef-item-layout--side-by-side .qodef-e-media-image img {
	--qode-zoom: 1.01;
	--qode-zoom-hover: 1.026;
	transform: scale(var(--qode-zoom));
	transition: transform 0.45s cubic-bezier(0.61, 1, 0.88, 1);
	transform-origin: 0% 30%;
}
.qodef-blog.qodef-item-layout--side-by-side .qodef-e:hover .qodef-e-media-image img {
	transform: scale(var(--qode-zoom-hover));
}
.qodef-blog.qodef-item-layout--side-by-side .qodef-e .qodef-e-info a:hover {
	color: #90988e !important;
}

/* ==========================================================================
   Blog List styles
   ========================================================================== */
.qodef-blog.qodef-item-layout--standard-centered .qodef-e-inner .qodef-e-media .qodef-e-media-video.qodef-video--autoplay {
	border-radius: 270px;
	overflow: hidden;
}
@media screen and (max-width: 1920px) {
	.qodef-blog.qodef-item-layout--standard-centered .qodef-e-inner .qodef-e-media .qodef-e-media-video.qodef-video--autoplay {
		border-radius: 210px;
	}
}
.qodef-blog.qodef-item-layout--standard-centered .qodef-e-inner .qodef-e-content {
	text-align: center;
	margin: 22px 0 0;
}
.qodef-blog.qodef-item-layout--standard-centered .qodef-e-inner .qodef-e-content .qodef-e-top-holder {
	margin-bottom: 4px;
}
.qodef-blog.qodef-item-layout--standard-centered .qodef-e-inner .qodef-e-content .qodef-e-bottom-holder {
	justify-content: center;
	margin-top: 22px;
}
.qodef-blog.qodef-item-layout--standard-centered:not(.qodef-col-num--1) .qodef-e-media-image {
	width: 100%;
	overflow: hidden;
}
.qodef-blog.qodef-item-layout--standard-centered:not(.qodef-col-num--1) .qodef-e-media-image img {
	--qode-zoom: 1.01;
	--qode-zoom-hover: 1.026;
	transform: scale(var(--qode-zoom));
	transition: transform 0.45s cubic-bezier(0.61, 1, 0.88, 1);
	transform-origin: 0% 30%;
}
.qodef-blog.qodef-item-layout--standard-centered:not(.qodef-col-num--1) .qodef-e:hover .qodef-e-media-image img {
	transform: scale(var(--qode-zoom-hover));
}

/* ==========================================================================
   Blog List styles
   ========================================================================== */
.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-link .qodef-e-link {
	padding: 100px 30px;
}
.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-quote .qodef-e-quote {
	padding: 100px 30px;
}
.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1).qodef-layout--masonry article.format-link .qodef-e-link {
	padding: 45% 10%;
}
.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1).qodef-layout--masonry article.format-quote .qodef-e-quote {
	padding: 45% 10%;
}
.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1).qodef-layout--masonry article .qodef-e-content {
	padding-bottom: 20px;
}

/* ==========================================================================
   Blog List Widget variable styles
   ========================================================================== */
/* ==========================================================================
   Default widgets map
   ========================================================================== */
/* ==========================================================================
   Override default widgets map for specific widget area
   ========================================================================== */
.widget.widget_myritual_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-inner {
	align-items: center;
}
.widget.widget_myritual_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
	margin-bottom: 20px;
}
.widget.widget_myritual_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
	margin-top: 8px;
}
.widget.widget_myritual_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
	margin-right: 20px;
	width: 116px !important;
}
.widget.widget_myritual_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-bottom-holder {
	margin-top: 0;
}
.widget.widget_myritual_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
	margin: 0 0 5px;
}
#qodef-top-area .widget.widget_myritual_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-inner {
	align-items: center;
}
#qodef-top-area .widget.widget_myritual_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
	margin-bottom: 20px;
}
#qodef-top-area .widget.widget_myritual_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
	margin-top: 8px;
}
#qodef-top-area .widget.widget_myritual_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
	margin-right: 20px;
	width: 116px !important;
}
#qodef-top-area .widget.widget_myritual_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-bottom-holder {
	margin-top: 0;
}
#qodef-top-area .widget.widget_myritual_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
	margin: 0 0 5px;
}
#qodef-page-footer .widget.widget_myritual_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-inner {
	align-items: center;
}
#qodef-page-footer .widget.widget_myritual_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
	margin-bottom: 20px;
}
#qodef-page-footer .widget.widget_myritual_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
	margin-top: 8px;
}
#qodef-page-footer .widget.widget_myritual_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
	margin-right: 20px;
	width: 116px !important;
}
#qodef-page-footer .widget.widget_myritual_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-bottom-holder {
	margin-top: 0;
}
#qodef-page-footer .widget.widget_myritual_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
	margin: 0 0 5px;
}
#qodef-page-footer.qodef-skin--light .widget.widget_myritual_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-inner {
	align-items: center;
}
#qodef-page-footer.qodef-skin--light .widget.widget_myritual_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
	margin-bottom: 20px;
}
#qodef-page-footer.qodef-skin--light .widget.widget_myritual_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
	margin-top: 8px;
}
#qodef-page-footer.qodef-skin--light .widget.widget_myritual_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
	margin-right: 20px;
	width: 116px !important;
}
#qodef-page-footer.qodef-skin--light .widget.widget_myritual_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-bottom-holder {
	margin-top: 0;
}
#qodef-page-footer.qodef-skin--light .widget.widget_myritual_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
	margin: 0 0 5px;
}
#qodef-side-area .widget.widget_myritual_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-inner {
	align-items: center;
}
#qodef-side-area .widget.widget_myritual_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
	margin-bottom: 20px;
}
#qodef-side-area .widget.widget_myritual_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
	margin-top: 8px;
}
#qodef-side-area .widget.widget_myritual_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
	margin-right: 20px;
	width: 116px !important;
}
#qodef-side-area .widget.widget_myritual_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-bottom-holder {
	margin-top: 0;
}
#qodef-side-area .widget.widget_myritual_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
	margin: 0 0 5px;
}
#qodef-page-sidebar .widget.widget_myritual_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-inner {
	align-items: center;
}
#qodef-page-sidebar .widget.widget_myritual_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
	margin-bottom: 20px;
}
#qodef-page-sidebar .widget.widget_myritual_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
	margin-top: 8px;
}
#qodef-page-sidebar .widget.widget_myritual_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
	margin-right: 20px;
	width: 116px !important;
}
#qodef-page-sidebar .widget.widget_myritual_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-bottom-holder {
	margin-top: 0;
}
#qodef-page-sidebar .widget.widget_myritual_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
	margin: 0 0 5px;
}
.qodef-mega-menu-widget-holder .widget.widget_myritual_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-inner {
	align-items: center;
}
.qodef-mega-menu-widget-holder .widget.widget_myritual_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
	margin-bottom: 20px;
}
.qodef-mega-menu-widget-holder .widget.widget_myritual_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
	margin-top: 8px;
}
.qodef-mega-menu-widget-holder .widget.widget_myritual_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
	margin-right: 20px;
	width: 116px !important;
}
.qodef-mega-menu-widget-holder .widget.widget_myritual_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-bottom-holder {
	margin-top: 0;
}
.qodef-mega-menu-widget-holder .widget.widget_myritual_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
	margin: 0 0 5px;
}
/* ==========================================================================
   Author Info styles
   ========================================================================== */
#qodef-author-info {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 100px;
}
#qodef-author-info .qodef-m-inner {
	position: relative;
	display: flex;
	align-items: center;
	background-color: #56634F;
	padding: 30px;
}
#qodef-author-info .qodef-m-image {
	flex-shrink: 0;
	margin-right: 36px;
	border-radius: 0 70px 162px 162px;
	overflow: hidden;
}
#qodef-author-info .qodef-m-image a, #qodef-author-info .qodef-m-image img {
	display: block;
}
#qodef-author-info .qodef-m-author {
	margin: 0;
	color: #fff;
	text-transform: capitalize;
}
#qodef-author-info .qodef-m-author a:hover {
	color: currentColor;
}
#qodef-author-info .qodef-m-email {
	margin: 5px 0 0;
	color: #fff;
}
#qodef-author-info .qodef-m-description {
	margin: 12px 0 0;
	color: #fff;
	width: 90%;
	font-size: 18px;
}
#qodef-author-info .qodef-m-social-icons {
	margin-top: 18px;
}
#qodef-author-info .qodef-m-social-icons a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 16px;
}
#qodef-author-info .qodef-m-social-icons a:last-child {
	margin-right: 0;
}

/* ==========================================================================
   Related Posts styles
   ========================================================================== */
#qodef-related-posts {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 0;
	background-color: #d6d9cf;
	padding: 90px 0 115px 0;
}
#qodef-related-posts .qodef-m-title-related-posts {
	text-transform: uppercase;
}
#qodef-related-posts .qodef-e-content {
	margin: 20px 0 0;
}
#qodef-related-posts .qodef-e-content .qodef-e-text .qodef-e-excerpt {
	display: none;
}
#qodef-related-posts .qodef-e-content .qodef-e-bottom-holder {
	padding-top: 0;
	border-top: none;
	margin-top: 21px;
}

/* ==========================================================================
   Single Post Navigation styles
   ========================================================================== */
#qodef-single-post-navigation {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 42px 0 3px;
}
#qodef-single-post-navigation .qodef-m-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#qodef-single-post-navigation .qodef-m-nav {
	position: relative;
	display: flex;
	align-items: center;
}
#qodef-single-post-navigation .qodef-m-nav > * {
	display: block;
	line-height: inherit;
}
#qodef-single-post-navigation .qodef-m-nav svg {
	--qodef-move: 4px;
	transform: translateX(0px);
	transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.qodef-browser--safari #qodef-single-post-navigation .qodef-m-nav svg {
	will-change: transform;
}

#qodef-single-post-navigation .qodef-m-nav:hover {
	color: currentColor;
}
#qodef-single-post-navigation .qodef-m-nav:hover svg {
	transform: translateX(var(--qodef-move));
}
#qodef-single-post-navigation .qodef-m-nav:focus {
	color: currentColor !important;
}
#qodef-single-post-navigation .qodef-m-nav .qodef-m-pagination-icon {
	position: relative;
	top: -1px;
	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 svg {
	rotate: 180deg;
	margin-right: 12px;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-pagination-icon {
	margin-right: 12px;
}
#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 svg {
	margin-left: 12px;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-pagination-icon {
	margin-left: 12px;
}
#qodef-single-post-navigation .qodef-m-nav-label {
	font-family: "Nunito Sans", sans-serif;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.01em;
}

/* ==========================================================================
# Content Bottom default style
========================================================================== */
#qodef-content-bottom {
	position: relative;
	width: 100%;
	z-index: 99;
	padding: 68px 70px 68px;
}
@media only screen and (max-width: 1024px) {
	#qodef-content-bottom {
		padding-left: 7%;
		padding-right: 7%;
	}
}
@media screen and (min-width: 681px) and (max-width: 1000px) {
	#qodef-content-bottom .is-layout-flex {
		gap: 30px;
		flex-wrap: wrap !important;
	}
	#qodef-content-bottom .is-layout-flex .wp-block-qi-blocks-icon-with-text {
		flex-basis: 40% !important;
	}
}
@media only screen and (max-width: 680px) {
	#qodef-content-bottom .is-layout-flex {
		gap: 20px;
		flex-wrap: wrap !important;
	}
	#qodef-content-bottom .is-layout-flex .wp-block-qi-blocks-icon-with-text {
		flex-basis: 100%;
	}
}
#qodef-content-bottom.qodef-skin--light {
	background-color: #f4edea;
}
#qodef-content-bottom.qodef-skin--light .qodef-section-title .qodef-m-title {
	color: #3A4135 !important;
}
@media only screen and (max-width: 680px) {
	#qodef-content-bottom .qodef-section-title .qodef-m-cursive {
		font-size: 25px;
	}
}
#qodef-content-bottom .qodef-instagram-list {
	margin: 17px 0 0;
}
#qodef-content-bottom .textwidget {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
#qodef-content-bottom .textwidget .qodef-section-title {
	width: auto;
}

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

#qodef-page-footer-top-area-inner .qodef-grid.qodef-gutter--custom,
#qodef-page-footer-bottom-area-inner .qodef-grid.qodef-gutter--custom {
	--qode-columns-row-gap: var(--qode-columns-col-gap);
}

#qodef-page-footer-bottom-area-inner .qodef-grid-item {
	display: flex;
	align-items: center;
}
#qodef-page-footer-bottom-area-inner .widget.widget_media_image {
	margin-bottom: 0;
}
@media screen and (min-width: 769px) and (min-width: 681px) {
	#qodef-page-footer-bottom-area-inner .qodef-alignment--space-between.qodef-col-num--2 .qodef-grid-item:nth-child(2) {
		justify-content: flex-end;
	}
}
@media screen and (min-width: 769px) {
	#qodef-page-footer-bottom-area-inner .qodef-alignment--space-between.qodef-col-num--3 .qodef-grid-item:nth-child(2) {
		justify-content: center;
	}
	#qodef-page-footer-bottom-area-inner .qodef-alignment--space-between.qodef-col-num--3 .qodef-grid-item:nth-child(3) {
		justify-content: flex-end;
		line-height: 1em;
		margin-top: 2px;
	}
}

.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: #D9DCD1;
	overflow-x: hidden !important;
	visibility: hidden;
	opacity: 0;
	z-index: 99; /* smaller than header, bigger than content */
}
#qodef-fullscreen-area .qodef-fullscreen-menu-main-holder,
#qodef-fullscreen-area .qodef-fullscreen-menu-additional-holder {
	width: 50%;
	display: flex;
}
@media only screen and (max-width: 1024px) {
	#qodef-fullscreen-area .qodef-fullscreen-menu-main-holder,
	#qodef-fullscreen-area .qodef-fullscreen-menu-additional-holder {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) {
	#qodef-fullscreen-area .qodef-fullscreen-menu-main-holder,
	#qodef-fullscreen-area .qodef-fullscreen-menu-additional-holder {
		display: block;
	}
}
#qodef-fullscreen-area .qodef-fullscreen-menu-additional-holder {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
}
@media only screen and (max-width: 1024px) {
	#qodef-fullscreen-area .qodef-fullscreen-menu-additional-holder {
		display: none;
	}
}
#qodef-fullscreen-area .qodef-fullscreen-menu-additional-holder .qodef-fullscreen-menu-background-image {
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}
#qodef-fullscreen-area .qodef-fullscreen-menu-additional-holder .qodef-fullscreen-menu-background-image .qodef-fullscreen-menu-widget-holder {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 80px 100px;
}
#qodef-fullscreen-area .qodef-fullscreen-menu-additional-holder .qodef-fullscreen-menu-background-image .qodef-fullscreen-menu-widget-holder .widget_myritual_core_button {
	text-align: center;
}
.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 .qodef-fullscreen-menu > ul > li {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.35s, transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#qodef-fullscreen-area .qi-block-single-image {
	opacity: 0;
	transform: translateY(40px) scale(0.8);
	transition: opacity 0.35s, transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
	transform-origin: top;
	will-change: transform;
}
#qodef-fullscreen-area .qi-block-section-title,
#qodef-fullscreen-area .widget_myritual_core_button {
	opacity: 0;
	transform: translateY(-20px);
	transition: opacity 0.35s, transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area {
	animation: qode-fade-in 0.25s linear both;
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu > ul > li {
	opacity: 1;
	transform: translateY(0px);
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu > ul > li:nth-child(1) {
	transition-delay: 0.2s, 0.2s;
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu > ul > li:nth-child(2) {
	transition-delay: 0.3s, 0.3s;
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu > ul > li:nth-child(3) {
	transition-delay: 0.4s, 0.4s;
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu > ul > li:nth-child(4) {
	transition-delay: 0.5s, 0.5s;
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu > ul > li:nth-child(5) {
	transition-delay: 0.6s, 0.6s;
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu > ul > li:nth-child(6) {
	transition-delay: 0.7s, 0.7s;
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu > ul > li:nth-child(7) {
	transition-delay: 0.8s, 0.8s;
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu > ul > li:nth-child(8) {
	transition-delay: 0.9s, 0.9s;
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu > ul > li:nth-child(9) {
	transition-delay: 1s, 1s;
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu > ul > li:nth-child(10) {
	transition-delay: 1.1s, 1.1s;
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu > ul > li:nth-child(11) {
	transition-delay: 1.2s, 1.2s;
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu > ul > li:nth-child(12) {
	transition-delay: 1.3s, 1.3s;
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu > ul > li:nth-child(13) {
	transition-delay: 1.4s, 1.4s;
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu > ul > li:nth-child(14) {
	transition-delay: 1.5s, 1.5s;
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu > ul > li:nth-child(15) {
	transition-delay: 1.6s, 1.6s;
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qi-block-single-image {
	opacity: 1;
	transform: translateY(0px);
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qi-block-section-title {
	opacity: 1;
	transform: translateY(0px);
	transition-delay: 0.2s;
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .widget_myritual_core_button {
	opacity: 1;
	transform: translateY(0px);
	transition-delay: 0.3s;
}

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

.qodef-fullscreen-menu {
	position: relative;
	top: 0;
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}
@media only screen and (max-width: 768px) {
	.qodef-fullscreen-menu {
		padding-left: 50px;
	}
}
.qodef-fullscreen-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.qodef-fullscreen-menu ul li {
	position: relative;
	margin: 0;
	padding: 0;
}
.qodef-fullscreen-menu ul li a .qodef-menu-item-arrow {
	display: none;
}
.qodef-fullscreen-menu ul li.qodef--hide-link > a {
	cursor: default;
}
.qodef-fullscreen-menu ul.sub-menu {
	display: none;
}
.qodef-fullscreen-menu .qodef-menu-item-icon {
	margin-right: 5px;
}
.qodef-fullscreen-menu .qodef-mega-menu-widget-holder {
	display: none;
}
.qodef-fullscreen-menu > ul > li {
	margin: 13px 0;
}
.qodef-fullscreen-menu > ul > li > a {
	font-family: "Gilda Display", sans-serif;
	font-weight: 400;
	color: #3A4135;
	font-size: 52px;
	line-height: 1.0961538462em;
	letter-spacing: -0.005em;
	position: relative;
	display: flex;
	white-space: normal;
	margin: 0 0 15px 0;
	overflow: hidden;
	transition: padding 0.2s ease-out;
	padding-right: 15px;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	display: inline-flex;
	padding-right: 0;
	margin: 8px 0;
}
.qodef-fullscreen-menu > ul > li > a svg {
	overflow: visible;
	opacity: 0;
	--qode-path-length: 230px;
	stroke-dashoffset: var(--qode-path-length);
	stroke-dasharray: var(--qode-path-length);
	transition: opacity 1s, stroke-dashoffset 0.5s;
}
.qodef-fullscreen-menu > ul > li > a .qodef-menu-item-icon {
	flex-shrink: 0;
}
.qodef-fullscreen-menu > ul > li > a .qodef-menu-item-text {
	position: relative;
}
.qodef-fullscreen-menu > ul > li > a .qodef-menu-item-text:before {
	content: "";
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: currentColor;
	transition: width 0.35s ease-out;
}
.qodef-fullscreen-menu > ul > li > a .qodef-menu-item-text:before {
	bottom: 5px;
}
.qodef-fullscreen-menu > ul > li > a:hover .qodef-menu-item-text:before {
	width: 100%;
}
@media only screen and (max-width: 680px) {
	.qodef-fullscreen-menu > ul > li > a {
		font-size: 40px;
	}
}
.qodef-fullscreen-menu > ul > li.current-menu-ancestor > a .qodef-menu-item-text:before, .qodef-fullscreen-menu > ul > li.current-menu-item > a .qodef-menu-item-text:before {
	width: 100%;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner > ul {
	padding: 0 0 0;
	margin: -5px 0;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a {
	position: relative;
	display: flex;
	white-space: normal;
	margin: 0 0 15px 0;
	overflow: hidden;
	transition: padding 0.2s ease-out;
	padding-right: 15px;
	font-family: "Nunito Sans", sans-serif;
	font-size: 15px;
	line-height: 1.625em;
	font-weight: 400;
	color: #3A4135;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.08em;
	letter-spacing: 0.08em;
	display: inline-flex;
	margin: 7px 0;
}
.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 .qodef-menu-item-text {
	position: relative;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a .qodef-menu-item-text:before {
	content: "";
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: currentColor;
	transition: width 0.35s ease-out;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:hover .qodef-menu-item-text:before {
	width: 100%;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor > a .qodef-menu-item-text:before, .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item > a .qodef-menu-item-text:before {
	width: 100%;
}

/* ==========================================================================
   Full Screen Menu Opener styles
   ========================================================================== */
body.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener {
	color: #fff;
}
body.qodef-fullscreen-menu--opened #qodef-page-header,
body.qodef-fullscreen-menu--opened #qodef-page-mobile-header {
	visibility: hidden;
}
body.qodef-fullscreen-menu--opened #qodef-page-header #qodef-page-header-inner .qodef-widget-holder .qodef-opener-icon .qodef-m-icon,
body.qodef-fullscreen-menu--opened #qodef-page-mobile-header #qodef-page-header-inner .qodef-widget-holder .qodef-opener-icon .qodef-m-icon {
	visibility: unset;
}
body.qodef-fullscreen-menu--opened #qodef-page-header #qodef-page-header-inner .qodef-header-logo a,
body.qodef-fullscreen-menu--opened #qodef-page-mobile-header #qodef-page-header-inner .qodef-header-logo a {
	visibility: hidden;
}
body.qodef-fullscreen-menu--opened .qodef-header-logo-link,
body.qodef-fullscreen-menu--opened .qodef-mobile-header-logo-link,
body.qodef-fullscreen-menu--opened .qodef-header-logo-image.qodef--customizer,
body.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener {
	visibility: visible;
}
body.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--dark {
	opacity: 1;
}
body.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--main, body.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--light {
	opacity: 0;
}
body.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-header-logo-link,
body.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-mobile-header-logo-link,
body.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: 30px;
}
#qodef-page-header .qodef-widget-holder .widget {
	margin: 0 18px;
	transition: all 0.3s ease-in-out;
}
#qodef-page-header .qodef-widget-holder .widget:first-child {
	margin-left: 0;
}
#qodef-page-header .qodef-widget-holder .widget:last-child {
	margin-right: 0;
}
#qodef-page-header .qodef-widget-holder .widget .wp-block-woocommerce-customer-account {
	padding: 0;
}
#qodef-page-header .qodef-widget-holder .widget .wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon {
	padding: 0;
	width: 1.7375em;
}
#qodef-page-header div[id^=monster-widget-placeholder],
#qodef-page-header div[id^=woo-monster-widget-placeholder] {
	display: none;
}

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

#qodef-page-header-inner.qodef-skin--light a,
#qodef-page-header-inner.qodef-skin--light .qodef-widget-holder,
.qodef-custom-header-layout.qodef-skin--light a,
.qodef-custom-header-layout.qodef-skin--light .qodef-widget-holder {
	color: #fff;
}
#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: #fff !important;
}
#qodef-page-header-inner.qodef-skin--light nav > ul > li > a svg,
.qodef-custom-header-layout.qodef-skin--light nav > ul > li > a svg {
	color: #EFD865;
}
#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: #fff !important;
}
#qodef-page-header-inner.qodef-skin--light .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul li > a,
.qodef-custom-header-layout.qodef-skin--light .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul li > a {
	color: #3A4135;
}
#qodef-page-header-inner.qodef-skin--light .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li a,
.qodef-custom-header-layout.qodef-skin--light .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li a {
	color: #3A4135;
}
#qodef-page-header-inner.qodef-skin--light .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li > a,
.qodef-custom-header-layout.qodef-skin--light .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li > a {
	color: #3A4135;
}
#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%);
	padding: inherit;
}
#qodef-page-header .qodef-header-logo-link.qodef-source--svg-path svg {
	display: block;
	width: 50px;
	height: auto;
	fill: currentColor;
	stroke: currentColor;
}
#qodef-page-header .qodef-header-logo-link.qodef-source--textual {
	font-family: "Gilda Display", sans-serif;
	font-weight: 400;
	color: #3A4135;
	font-size: 32px;
	line-height: 1.1470588235em;
	letter-spacing: -0.005em;
	transition: color 0.2s ease-out;
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--dark, #qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--main {
	opacity: 0;
}
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--light {
	opacity: 1;
}
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--svg-path, #qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--textual {
	color: var(--qode-header-light-color) !important;
}
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--svg-path:hover, #qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--textual:hover {
	color: var(--qode-header-light-hover-color) !important;
}
#qodef-page-header-inner.qodef-skin--light .wp-block-woocommerce-customer-account a .label::before {
	content: url("/wp-content/plugins/myritual-core/assets/img/user-white.svg");
}
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--light, #qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--main {
	opacity: 0;
}
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--dark {
	opacity: 1;
}
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--svg-path, #qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--textual {
	color: var(--qode-header-dark-color) !important;
}
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--svg-path:hover, #qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--textual:hover {
	color: var(--qode-header-dark-hover-color) !important;
}

/* ==========================================================================
   Header layout styles
   ========================================================================== */
.qodef-header--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;
}
.qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper {
	justify-content: flex-end;
}
.qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper .wp-block-woocommerce-customer-account a:hover {
	text-decoration: none !important;
}
.qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper .widget a {
	transition: opacity 0.3s ease-in-out;
}
.qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper .widget .qodef-widget-side-area-cart-content a {
	transition: all 0.2s ease-in-out;
}
.qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper .widget:hover a {
	color: currentColor;
	opacity: 0.8 !important;
}
.qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper .widget:hover .qodef-widget-side-area-cart-content a {
	opacity: 1 !important;
}
.qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper .widget:hover .qodef-widget-side-area-cart-content .qodef-m-action a {
	opacity: 1 !important;
}
.qodef-header--divided #qodef-page-header .qodef-header-logo-link {
	justify-content: center;
	margin: auto;
}
.qodef-header--divided #qodef-page-header .qodef-header-navigation {
	margin: 0 24px 0 0;
}
.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;
}
.qodef-header--divided #qodef-page-header-inner.qodef-divided-header-vertical-line .qodef-divided-header-right-wrapper .qodef-widget-holder .widget {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	box-sizing: content-box;
	border-left: 1px solid #56634F;
	padding: 0 0 0 30px;
}

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

/* ==========================================================================
   Header layout styles
   ========================================================================== */
.qodef-header-standard--right #qodef-page-header-inner .qodef-header-navigation {
	margin-left: auto;
}
.qodef-header-standard--center #qodef-page-header-inner .qodef-header-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}
.qodef-header-standard--center #qodef-page-header-inner .qodef-header-logo {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	display: inline-flex;
	align-items: center;
}
.qodef-header-standard--center #qodef-page-header-inner .qodef-header-navigation {
	margin-left: auto;
	margin-right: auto;
}
.qodef-header-standard--center #qodef-page-header-inner .qodef-widget-holder {
	position: absolute;
	top: 0;
	right: 0;
	margin-left: 0;
}
.qodef-header-standard--left #qodef-page-header-inner .qodef-header-navigation {
	margin-right: auto;
}
.qodef-header-standard--left #qodef-page-header-inner .qodef-header-logo-link {
	margin-right: 38px;
}
.qodef-header--standard #qodef-page-header-inner .widget a {
	transition: opacity 0.3s ease-in-out;
}
.qodef-header--standard #qodef-page-header-inner .widget .qodef-widget-side-area-cart-content a {
	transition: all 0.2s ease-in-out;
}
.qodef-header--standard #qodef-page-header-inner .widget:hover a {
	color: currentColor;
	opacity: 0.8 !important;
}
.qodef-header--standard #qodef-page-header-inner .widget:hover .qodef-widget-side-area-cart-content a {
	opacity: 1 !important;
}
.qodef-header--standard #qodef-page-header-inner .widget:hover .qodef-widget-side-area-cart-content .qodef-m-action a {
	opacity: 1 !important;
}

/* ==========================================================================
   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: 90px;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #56634F;
	transform: translateY(-100%);
	transition: transform 0.5s ease, top 0.5s ease;
	z-index: 100;
}
.qodef-header--sticky-display .qodef-header-sticky {
	transform: translateY(0%);
}
.admin-bar.qodef-header--sticky-display .qodef-header-sticky {
	top: 32px;
}

.qodef-header-sticky-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	padding: 0 50px;
}
.qodef-header-sticky-inner.qodef-content-grid {
	padding: 0;
}
.qodef-header-standard--right .qodef-header-sticky-inner .qodef-header-logo-link {
	margin-right: auto;
}
.qodef-header-standard--center .qodef-header-sticky-inner .qodef-header-wrapper, .qodef-header--centered .qodef-header-sticky-inner .qodef-header-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}
.qodef-header-standard--center .qodef-header-sticky-inner .qodef-header-logo, .qodef-header--centered .qodef-header-sticky-inner .qodef-header-logo {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	display: inline-flex;
	align-items: center;
}
.qodef-header-standard--center .qodef-header-sticky-inner .qodef-header-navigation, .qodef-header--centered .qodef-header-sticky-inner .qodef-header-navigation {
	margin-left: auto;
	margin-right: auto;
}
.qodef-header-standard--center .qodef-header-sticky-inner .qodef-widget-holder, .qodef-header--centered .qodef-header-sticky-inner .qodef-widget-holder {
	position: absolute;
	top: 0;
	right: 0;
	margin-left: 0 !important;
}
.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: 38px;
}
.qodef-header-standard--left .qodef-header-sticky-inner .qodef-widget-holder {
	margin-left: auto !important;
}

/* ==========================================================================
   Top area style - begin
   ========================================================================== */
#qodef-top-area {
	position: relative;
	background-color: #000000;
	z-index: 100; /* Header has Z-index 100, top header has greater value because of dropdown in header top (wpml) */
	display: none;
}
#qodef-top-area .qodef-top-header-close {
	position: absolute;
	right: 20px;
}
#qodef-top-area .qodef-widget-holder {
	display: flex;
	align-items: center;
	height: 100%;
}
#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;
}
#qodef-top-area div[id^=monster-widget-placeholder],
#qodef-top-area div[id^=woo-monster-widget-placeholder] {
	display: none;
}

#qodef-top-area-inner {
	align-items: center;
	display: flex;
	height: 40px;
	justify-content: center;
	padding: 0 50px;
	position: relative;
	border-bottom: 0 solid transparent;
}
#qodef-top-area-inner.qodef-content-grid {
	padding: 0 !important;
}
#qodef-top-area-inner.qodef-alignment--center .qodef-widget-holder {
	margin: 0 auto;
}

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

.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 #56634F;
	border-radius: 4px;
	box-shadow: 3px 3px 15px 0 rgba(58, 65, 53, 0.5);
	z-index: 10;
	transition: opacity 0.3s ease;
	transform: translate(0, -100%);
}
.qodef-map-marker-holder .qodef-info-window-inner {
	position: relative;
	display: flex;
	align-items: center;
	padding: 8px;
}
.qodef-map-marker-holder .qodef-info-window-inner:after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 35px;
	width: 5px;
	height: 5px;
	background-color: #fff;
	border-top: 1px solid #56634F;
	border-left: 1px solid #56634F;
	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: "Nunito Sans", 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: #3A4135;
}
.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 #56634F;
	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;
	border-bottom: 0 solid #56634F;
}
#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 .qodef-widget-holder .widget_myritual_core_woo_dropdown_cart .qodef-m-opener .qodef-m-opener-icon {
	margin-right: 4px;
}
#qodef-page-mobile-header .widget {
	display: flex;
	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: currentColor;
}
#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-page-mobile-header .qodef-mobile-header-opener.qodef-source--predefined .qodef-m-lines {
	width: 32px;
}
#qodef-page-mobile-header .qodef-mobile-header-opener.qodef-source--predefined:hover {
	color: currentColor;
}
.qodef-mobile-header--sticky #qodef-page-mobile-header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	transform: translateY(-100%);
}
.qodef-mobile-header--sticky-animation #qodef-page-mobile-header {
	transition: transform 0.3s ease, top 0.3s ease;
}
.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
	transform: translateY(0%);
}
.admin-bar.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
	top: 46px;
}

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

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

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

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

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

body.qodef-fullscreen-menu--opened {
	overflow-y: hidden;
}
body.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light, body.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
	opacity: 0;
}
body.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark {
	opacity: 1;
}
body.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path, body.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
	color: var(--qode-header-light-color) !important;
}
body.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path:hover, body.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: #000000;
	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: 14px;
	right: 0;
	width: 22px;
	height: auto;
	color: #fff;
	z-index: 9;
	cursor: pointer;
	transition: color 0.2s ease-out;
	transform: rotate(0);
	transition: transform 0.2s ease-out, color 0.2s ease-out;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-menu-item-arrow:hover {
	color: #fff;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li > a {
	position: relative;
	display: flex;
	white-space: normal;
	margin: 0 0 15px 0;
	overflow: hidden;
	transition: padding 0.2s ease-out;
	padding-right: 15px;
	font-family: "Nunito Sans", sans-serif;
	font-size: 15px;
	line-height: 1.625em;
	font-weight: 400;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.08em;
}
#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 .qodef-menu-item-text {
	position: relative;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li > a .qodef-menu-item-text:before {
	content: "";
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: currentColor;
	transition: width 0.35s ease-out;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li:hover > a .qodef-menu-item-text:before, #qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-ancestor > a .qodef-menu-item-text:before, #qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-item > a .qodef-menu-item-text:before {
	width: 100%;
}
#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: "Nunito Sans", sans-serif;
	font-size: 15px;
	line-height: 1.625em;
	font-weight: 400;
	color: #3A4135;
}
#qodef-side-area-mobile-header .qodef-m-navigation > ul > li > a svg {
	overflow: visible;
	opacity: 0;
	--qode-path-length: 230px;
	stroke-dashoffset: var(--qode-path-length);
	stroke-dasharray: var(--qode-path-length);
	transition: opacity 1s, stroke-dashoffset 0.5s;
}
#qodef-side-area-mobile-header .qodef-m-navigation > ul > li > a:hover svg {
	stroke-dashoffset: 0;
	opacity: 1;
	transition-duration: 0.2s, 1.2s;
	transition-timing-function: ease, cubic-bezier(0.39, 0.06, 0.31, 0.95);
}
#qodef-side-area-mobile-header .qodef-m-navigation > ul > li.current-menu-ancestor > a svg, #qodef-side-area-mobile-header .qodef-m-navigation > ul > li.current-menu-item > a svg {
	stroke-dashoffset: 0;
	opacity: 1;
	transition-duration: 0.2s, 1.2s;
	transition-timing-function: ease, cubic-bezier(0.39, 0.06, 0.31, 0.95);
}
#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.2s 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 {
	left: -30px;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second.qodef-drop-down--right {
	left: auto;
	right: -30px;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner > ul {
	position: relative;
	top: auto;
	opacity: 1;
	visibility: visible;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner > ul .qodef-svg--menu-hover-elipse {
	display: none;
}
.qodef-header-navigation ul li.qodef-menu-item--wide.menu-item-type-custom .qodef-drop-down-second {
	overflow: hidden;
}
.qodef-header-navigation ul li.qodef-menu-item--wide.menu-item-type-custom .qodef-drop-down-second-inner > ul {
	padding: 0;
}
.qodef-header-navigation ul li.qodef-menu-item--wide.menu-item-type-custom .qodef-drop-down-second-inner > ul > li:first-child {
	padding: 40px 15px 0 0;
}
.qodef-header-navigation ul li.qodef-menu-item--wide.menu-item-type-custom .wp-block-columns.is-layout-flex {
	gap: 30px;
}
.qodef-header-navigation ul li.qodef-menu-item--wide.menu-item-type-custom .qodef-drop-down-second {
	height: auto !important;
}
.qodef-header-navigation ul li.qodef-menu-item--wide.menu-item-type-custom .qodef-drop-down-second .wp-block-image {
	margin: 0;
}
.qodef-header-navigation ul li.qodef-menu-item--wide.menu-item-type-custom .qodef-drop-down-second .wp-block-image > a {
	display: block;
	overflow: hidden;
}
.qodef-header-navigation ul li.qodef-menu-item--wide.menu-item-type-custom .qodef-drop-down-second .wp-block-image img {
	--qode-zoom: 1.01;
	--qode-zoom-hover: 1.03;
	transform: scale(var(--qode-zoom));
	transition: transform 0.45s cubic-bezier(0.61, 1, 0.88, 1);
	transform-origin: 0% 30%;
}
.qodef-header-navigation ul li.qodef-menu-item--wide.menu-item-type-custom .qodef-drop-down-second .wp-block-image .wp-element-caption {
	font-family: "Gilda Display", sans-serif;
	font-weight: 400;
	color: #3A4135;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-family: "Nunito Sans", sans-serif;
	text-transform: uppercase;
	text-align: left;
}
.qodef-header-navigation ul li.qodef-menu-item--wide.menu-item-type-custom .qodef-drop-down-second .wp-block-image .wp-element-caption a {
	position: relative;
	--qodef-underline-position-y: 100%;
	--qodef-underline-height: 1px;
	background-repeat: no-repeat;
	background-image: linear-gradient(90deg, currentColor 0%, currentColor 100%);
	transition: background-size 0.45s cubic-bezier(0.27, 0.13, 0.16, 0.91), color 0.2s ease-out;
	background-position: 0% var(--qodef-underline-position-y);
	background-size: 0% var(--qodef-underline-height);
}
.qodef-header-navigation ul li.qodef-menu-item--wide.menu-item-type-custom .qodef-drop-down-second .wp-block-image .wp-element-caption a:hover {
	color: currentColor;
}
.qodef-header-navigation ul li.qodef-menu-item--wide.menu-item-type-custom .qodef-drop-down-second .wp-block-image img {
	width: 100%;
}
.qodef-header-navigation ul li.qodef-menu-item--wide.menu-item-type-custom .qodef-drop-down-second .wp-block-image:hover img {
	transform: scale(var(--qode-zoom-hover));
}
.qodef-header-navigation ul li.qodef-menu-item--wide.menu-item-type-custom .qodef-drop-down-second .wp-block-image:hover .wp-element-caption a {
	background-size: 100% var(--qodef-underline-height);
}
.qodef-header-navigation ul li.qodef-menu-item--wide.menu-item-type-custom .qodef-content-grid {
	width: 100% !important;
	padding: 0 50px;
}
.qodef-header-navigation ul li.qodef-menu-item--wide.menu-item-type-custom .sub-menu {
	overflow: hidden;
}
.qodef-header-navigation ul li.qodef-menu-item--wide.menu-item-type-custom .sub-menu li:first-child {
	width: 25vw;
	max-width: 450px;
}
@media only screen and (max-width: 1600px) {
	.qodef-header-navigation ul li.qodef-menu-item--wide.menu-item-type-custom .sub-menu li:first-child {
		width: 20vw;
	}
}
.qodef-header-navigation ul li.qodef-menu-item--wide ul li .current-menu-item .qodef-menu-item-text, .qodef-header-navigation ul li.qodef-menu-item--wide ul li .current-menu-parent > a .qodef-menu-item-text {
	display: inline-block;
	position: relative;
}
.qodef-header-navigation ul li.qodef-menu-item--wide ul li .current-menu-item .qodef-menu-item-text:before, .qodef-header-navigation ul li.qodef-menu-item--wide ul li .current-menu-parent > a .qodef-menu-item-text:before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: currentColor;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: width 0.3s ease-in-out;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second .qodef-svg--menu-hover-elipse {
	display: none;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder {
	display: block;
	max-width: calc(100vw - 450px);
}
.qodef-header-navigation ul li.qodef-menu-item--wide.qodef-menu-item--widget-holder .qodef-drop-down-second-inner > ul > li {
	width: 40%;
}
.qodef-header-navigation ul li.qodef-menu-item--wide.qodef-menu-item--widget-holder .qodef-drop-down-second-inner > ul > li:first-child > a + .sub-menu {
	padding-top: 6px !important;
}
.qodef-header-navigation ul li.qodef-menu-item--wide.qodef-menu-item--widget-holder .textwidget {
	display: flex;
}
.qodef-header-navigation ul li.qodef-menu-item--wide.qodef-menu-item--widget-holder .textwidget > div {
	display: flex;
}
.qodef-header-navigation ul li.qodef-menu-item--wide.qodef-menu-item--widget-holder .textwidget .qodef-image-with-text {
	padding: 0 15px;
	margin: 9px 0 11px;
}
.qodef-header-navigation ul li.qodef-menu-item--wide.qodef-menu-item--widget-holder .textwidget .qodef-image-with-text .qodef-m-title a {
	color: #3A4135 !important;
}
.qodef-header-navigation ul li.qodef-menu-item--wide.qodef-menu-item--widget-holder .textwidget .qodef-image-with-text .qodef-m-text {
	color: #3A4135;
}
.qodef-header-navigation ul li.qodef-menu-item--wide.qodef-menu-item--widget-holder .textwidget .qodef-image-with-text .qodef-m-button {
	display: none;
}
.qodef-header-navigation ul li.qodef-menu-item--wide.qodef-menu-item--widget-holder .textwidget .qodef-image-with-text:first-child {
	padding-left: 0;
}
.qodef-header-navigation ul li.qodef-menu-item--wide.qodef-menu-item--widget-holder .textwidget .qodef-image-with-text:last-child {
	padding-right: 0;
}
.qodef-header-navigation ul li.qodef-menu-item--wide.qodef-menu-item--widget-holder .textwidget .qodef-woo-product-list .button {
	margin: 8px 0 23px;
}
.qodef-header-navigation ul li.qodef-menu-item--wide.qodef-menu-item--widget-holder .qodef-wide-menu-background-image {
	display: none !important;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
	background-color: #F5F2EF;
	border: 1px solid #56634F;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner:not(.qodef-content-grid), .qodef--boxed .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner {
	padding: 0 50px;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul {
	display: flex;
	justify-content: space-between;
	padding: 30px 0 26px;
	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.menu-item-has-widget {
	border-left: 1px solid #56634F;
	flex-basis: 100%;
	padding: 40px 0 40px 50px;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.menu-item-has-widget > a {
	display: none;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li > a {
	font-family: "Nunito Sans", sans-serif;
	font-size: 15px;
	line-height: 1.625em;
	font-weight: 400;
	color: #3A4135;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: bold;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li > a svg {
	overflow: visible;
	opacity: 0;
	--qode-path-length: 230px;
	stroke-dashoffset: var(--qode-path-length);
	stroke-dasharray: var(--qode-path-length);
	transition: opacity 1s, stroke-dashoffset 0.5s;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li > a:hover svg {
	stroke-dashoffset: 0;
	opacity: 1;
	transition-duration: 0.2s, 1.2s;
	transition-timing-function: ease, cubic-bezier(0.39, 0.06, 0.31, 0.95);
}
.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: 16px;
}
.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: 0 0 15px 0;
	overflow: hidden;
	transition: padding 0.2s ease-out;
	padding-right: 15px;
	font-family: "Nunito Sans", sans-serif;
	font-size: 15px;
	line-height: 1.625em;
	font-weight: 400;
	color: #3A4135;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.08em;
}
.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 .qodef-menu-item-text {
	position: relative;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li > a .qodef-menu-item-text:before {
	content: "";
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: currentColor;
	transition: width 0.35s ease-out;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li:hover > a .qodef-menu-item-text:before, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li.current-menu-item > a .qodef-menu-item-text:before {
	width: 100%;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.current-menu-ancestor > a svg, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.current-menu-item > a svg {
	stroke-dashoffset: 0;
	opacity: 1;
	transition-duration: 0.2s, 1.2s;
	transition-timing-function: ease, cubic-bezier(0.39, 0.06, 0.31, 0.95);
}
.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 svg {
	stroke-dashoffset: 0;
	opacity: 1;
	transition-duration: 0.2s, 1.2s;
	transition-timing-function: ease, cubic-bezier(0.39, 0.06, 0.31, 0.95);
}

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

/* ==========================================================================
   Opener icon styles
   ========================================================================== */
.qodef-opener-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
.qodef-opener-icon .qodef-m-icon {
	position: relative;
	visibility: visible;
}
.qodef-browser--safari .qodef-opener-icon .qodef-m-icon {
	will-change: transform;
}

.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: 40px;
	height: 8px;
}
.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: 7px;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--3 {
	bottom: 0;
}
.qodef-opener-icon.qodef-source--predefined:hover {
	color: currentColor;
}
.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-line {
	animation: qode-draw 0.9s cubic-bezier(0.57, 0.39, 0, 0.86) 1 forwards;
}
.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-line.qodef--2 {
	animation-name: qode-draw-from-right;
	animation-delay: 0.15s;
}
.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
   ========================================================================== */
.rs-layer,
.qodef-contact-form-7 {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.rs-layer br,
.qodef-contact-form-7 br {
	display: none;
}
.rs-layer .ajax-loader,
.qodef-contact-form-7 .ajax-loader {
	display: none;
}
.rs-layer .wpcf7-form-control-wrap,
.qodef-contact-form-7 .wpcf7-form-control-wrap {
	display: block;
	max-width: 100%;
}
.rs-layer .wpcf7-not-valid-tip,
.qodef-contact-form-7 .wpcf7-not-valid-tip {
	margin: 10px 0 0 0;
}
.rs-layer .wpcf7-response-output,
.qodef-contact-form-7 .wpcf7-response-output {
	border-width: 1px !important;
	margin: 2em 0 0 0 !important;
	padding: 1em 1.5em !important;
}
.rs-layer .wpcf7-form,
.qodef-contact-form-7 .wpcf7-form {
	position: relative;
}
.rs-layer .wpcf7-form:before,
.qodef-contact-form-7 .wpcf7-form:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	content: "";
	visibility: hidden;
	z-index: 98;
}
.rs-layer .wpcf7-form:after,
.qodef-contact-form-7 .wpcf7-form:after {
	animation: qode-rotate 2s linear infinite;
	background-color: transparent;
	border: 2px solid #F5F2EF;
	border-radius: 50%;
	border-top: 2px solid var(--qode-main-color);
	content: "";
	height: 24px;
	left: calc(50% - 12px);
	opacity: 1;
	position: absolute;
	top: calc(50% - 12px);
	visibility: hidden;
	width: 24px;
	z-index: 99;
}
.rs-layer .wpcf7-form.submitting > *,
.qodef-contact-form-7 .wpcf7-form.submitting > * {
	opacity: 0.3;
}
.rs-layer .wpcf7-form.submitting:before, .rs-layer .wpcf7-form.submitting:after,
.qodef-contact-form-7 .wpcf7-form.submitting:before,
.qodef-contact-form-7 .wpcf7-form.submitting:after {
	visibility: visible;
}

.wpcf7 form.invalid div.wpcf7-response-output, .wpcf7 form.invalid div.wpcf7-validation-errors, .wpcf7 form.invalid div.wpcf7-acceptance-missing, .wpcf7 form.invalid div.wpcf7-spam-blocked, .wpcf7 form.invalid div.wpcf7-aborted, .wpcf7 form.invalid div.wpcf7-mail-sent-ok, .wpcf7 form.invalid div.wpcf7-mail-sent-ng {
	border-color: #ecd75c;
}

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

/* ==========================================================================
   Instagram List shortcode styles
   ========================================================================== */
/* ==========================================================================
   Twitter 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;
	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: "Gilda Display", sans-serif;
	font-weight: 400;
	color: #3A4135;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-family: "Nunito Sans", sans-serif;
	text-transform: uppercase;
	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: "Nunito Sans", sans-serif;
	font-size: 15px;
	line-height: 1.625em;
	font-weight: 400;
	color: #3A4135;
	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 {
	--qode-columns: 3;
	--qode-columns-row-gap: 30px;
	--qode-columns-col-gap: 30px;
	position: relative;
	display: grid;
	grid-template-columns: repeat(var(--qode-columns), minmax(0, 1fr));
	row-gap: var(--qode-columns-row-gap);
	column-gap: var(--qode-columns-col-gap);
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--1 .ctf-tweets {
	--qode-columns: 1;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2 .ctf-tweets {
	--qode-columns: 2;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3 .ctf-tweets {
	--qode-columns: 3;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4 .ctf-tweets {
	--qode-columns: 4;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5 .ctf-tweets {
	--qode-columns: 5;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6 .ctf-tweets {
	--qode-columns: 6;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7 .ctf-tweets {
	--qode-columns: 7;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8 .ctf-tweets {
	--qode-columns: 8;
}
.qodef-twitter-list.qodef-vertical-gutter--no .ctf-tweets {
	--qode-columns-row-gap: 0px;
}
.qodef-twitter-list.qodef-vertical-gutter--tiny .ctf-tweets {
	--qode-columns-row-gap: 10px;
}
.qodef-twitter-list.qodef-vertical-gutter--small .ctf-tweets {
	--qode-columns-row-gap: 20px;
}
.qodef-twitter-list.qodef-vertical-gutter--normal .ctf-tweets {
	--qode-columns-row-gap: 30px;
}
.qodef-twitter-list.qodef-vertical-gutter--medium .ctf-tweets {
	--qode-columns-row-gap: 40px;
}
.qodef-twitter-list.qodef-vertical-gutter--large .ctf-tweets {
	--qode-columns-row-gap: 50px;
}
.qodef-twitter-list.qodef-vertical-gutter--huge .ctf-tweets {
	--qode-columns-row-gap: 80px;
}
.qodef-twitter-list.qodef-gutter--no .ctf-tweets {
	--qode-columns-col-gap: 0px;
}
.qodef-twitter-list.qodef-gutter--tiny .ctf-tweets {
	--qode-columns-col-gap: 10px;
}
.qodef-twitter-list.qodef-gutter--small .ctf-tweets {
	--qode-columns-col-gap: 20px;
}
.qodef-twitter-list.qodef-gutter--normal .ctf-tweets {
	--qode-columns-col-gap: 30px;
}
.qodef-twitter-list.qodef-gutter--medium .ctf-tweets {
	--qode-columns-col-gap: 40px;
}
.qodef-twitter-list.qodef-gutter--large .ctf-tweets {
	--qode-columns-col-gap: 50px;
}
.qodef-twitter-list.qodef-gutter--huge .ctf-tweets {
	--qode-columns-col-gap: 80px;
}
.qodef-twitter-list.qodef-vertical-gutter--custom {
	--qode-vertical-gutter-custom: 30px;
	--qode-vertical-gutter-custom-1440: 30px;
	--qode-vertical-gutter-custom-1024: 30px;
	--qode-vertical-gutter-custom-680: 30px;
}
.qodef-twitter-list.qodef-vertical-gutter--custom .ctf-tweets {
	--qode-columns-row-gap: var(--qode-vertical-gutter-custom, 30px);
}
.qodef-twitter-list.qodef-gutter--custom {
	--qode-gutter-custom: 30px;
	--qode-gutter-custom-1440: 30px;
	--qode-gutter-custom-1024: 30px;
	--qode-gutter-custom-680: 30px;
}
.qodef-twitter-list.qodef-gutter--custom .ctf-tweets {
	--qode-columns-col-gap: var(--qode-gutter-custom, 30px);
}

/* ==========================================================================
   Twitter 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
   ========================================================================== */
body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container,
body[class*=qode-variation-swatches-for-woocommerce] .woocommerce-product-attributes .qvsfw-select-options-container {
	display: inline-flex;
	margin-bottom: 50px;
}
body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container.qvsfw-select-options-container-type--color, body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container.qvsfw-select-options-container-type--image,
body[class*=qode-variation-swatches-for-woocommerce] .woocommerce-product-attributes .qvsfw-select-options-container.qvsfw-select-options-container-type--color,
body[class*=qode-variation-swatches-for-woocommerce] .woocommerce-product-attributes .qvsfw-select-options-container.qvsfw-select-options-container-type--image {
	gap: var(--qvsfw-variation-space-between-options, 15px);
}
body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container.qvsfw-select-options-container-type--color + .reset_variations,
body[class*=qode-variation-swatches-for-woocommerce] .woocommerce-product-attributes .qvsfw-select-options-container.qvsfw-select-options-container-type--color + .reset_variations {
	display: none !important;
}
body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container.qvsfw-select-options-container-type--label,
body[class*=qode-variation-swatches-for-woocommerce] .woocommerce-product-attributes .qvsfw-select-options-container.qvsfw-select-options-container-type--label {
	margin-right: 6px;
	margin-bottom: 16px;
}
body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container.qvsfw-style-layout--simple .qvsfw-select-option.qvsfw-select-option--label.qvsfw-selected .qvsfw-select-option-inner,
body[class*=qode-variation-swatches-for-woocommerce] .woocommerce-product-attributes .qvsfw-select-options-container.qvsfw-style-layout--simple .qvsfw-select-option.qvsfw-select-option--label.qvsfw-selected .qvsfw-select-option-inner {
	border-color: var(--qvsfw-variation-common-selected-border-color, #56634F);
}
body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container.qvsfw-style-layout--simple .qvsfw-select-option.qvsfw-select-option--label.qvsfw-selected .qvsfw-select-value,
body[class*=qode-variation-swatches-for-woocommerce] .woocommerce-product-attributes .qvsfw-select-options-container.qvsfw-style-layout--simple .qvsfw-select-option.qvsfw-select-option--label.qvsfw-selected .qvsfw-select-value {
	background-color: #D6D9CF;
}
body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container.qvsfw-style-layout--simple .qvsfw-select-option.qvsfw-select-option--label .qvsfw-select-option-inner,
body[class*=qode-variation-swatches-for-woocommerce] .woocommerce-product-attributes .qvsfw-select-options-container.qvsfw-style-layout--simple .qvsfw-select-option.qvsfw-select-option--label .qvsfw-select-option-inner {
	border-color: var(--qvsfw-variation-common-border-color, #90988e);
	font-size: 14px;
	line-height: 1.8571428571em;
	text-transform: capitalize;
	display: inline-flex;
	vertical-align: middle;
	flex-wrap: wrap;
	color: #3A4135;
}
body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container.qvsfw-style-layout--simple .qvsfw-select-option.qvsfw-select-option--label .qvsfw-select-value,
body[class*=qode-variation-swatches-for-woocommerce] .woocommerce-product-attributes .qvsfw-select-options-container.qvsfw-style-layout--simple .qvsfw-select-option.qvsfw-select-option--label .qvsfw-select-value {
	min-width: var(--qvsfw-variation-label-option-min-width, auto);
	height: var(--qvsfw-variation-label-option-height, auto);
	margin: 0;
	padding: 1px 13px;
	line-height: inherit;
}
body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container.qvsfw-style-layout--simple .qvsfw-select-option.qvsfw-select-option--color:after,
body[class*=qode-variation-swatches-for-woocommerce] .woocommerce-product-attributes .qvsfw-select-options-container.qvsfw-style-layout--simple .qvsfw-select-option.qvsfw-select-option--color:after {
	content: "";
	opacity: 0;
	transition: all 0.1s ease-in-out;
	height: calc(100% + 8px);
	width: calc(100% + 8px);
	top: -5px;
	left: -5px;
	position: absolute;
	border-radius: 50%;
	border: 1px solid var(--qvsfw-variation-common-selected-border-color, #56634F);
	pointer-events: none;
}
body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container.qvsfw-style-layout--simple .qvsfw-select-option.qvsfw-select-option--color.qvsfw-selected:after,
body[class*=qode-variation-swatches-for-woocommerce] .woocommerce-product-attributes .qvsfw-select-options-container.qvsfw-style-layout--simple .qvsfw-select-option.qvsfw-select-option--color.qvsfw-selected:after {
	opacity: 1;
}
body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container.qvsfw-style-layout--simple .qvsfw-select-option.qvsfw-select-option--color .qvsfw-select-option-inner,
body[class*=qode-variation-swatches-for-woocommerce] .woocommerce-product-attributes .qvsfw-select-options-container.qvsfw-style-layout--simple .qvsfw-select-option.qvsfw-select-option--color .qvsfw-select-option-inner {
	border: none;
	border-radius: 50%;
	padding: 0;
	transition: border-color 0.2s ease-out;
}
body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container.qvsfw-style-layout--simple .qvsfw-select-option.qvsfw-select-option--color .qvsfw-select-value,
body[class*=qode-variation-swatches-for-woocommerce] .woocommerce-product-attributes .qvsfw-select-options-container.qvsfw-style-layout--simple .qvsfw-select-option.qvsfw-select-option--color .qvsfw-select-value {
	width: var(--qvsfw-variation-color-option-min-width, 30px);
	height: var(--qvsfw-variation-color-option-height, 30px);
	border-radius: 50%;
}
body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container.qvsfw-style-layout--simple .qvsfw-select-option.qvsfw-select-option--image.qvsfw-selected .qvsfw-select-option-inner, body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container.qvsfw-style-layout--simple .qvsfw-select-option.qvsfw-select-option--image:hover .qvsfw-select-option-inner,
body[class*=qode-variation-swatches-for-woocommerce] .woocommerce-product-attributes .qvsfw-select-options-container.qvsfw-style-layout--simple .qvsfw-select-option.qvsfw-select-option--image.qvsfw-selected .qvsfw-select-option-inner,
body[class*=qode-variation-swatches-for-woocommerce] .woocommerce-product-attributes .qvsfw-select-options-container.qvsfw-style-layout--simple .qvsfw-select-option.qvsfw-select-option--image:hover .qvsfw-select-option-inner {
	border-color: #3A4135;
}
body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container.qvsfw-style-layout--simple .qvsfw-select-option.qvsfw-select-option--image .qvsfw-select-option-inner,
body[class*=qode-variation-swatches-for-woocommerce] .woocommerce-product-attributes .qvsfw-select-options-container.qvsfw-style-layout--simple .qvsfw-select-option.qvsfw-select-option--image .qvsfw-select-option-inner {
	border: 1px solid var(--qvsfw-variation-common-border-color, transparent);
	padding: 1px;
	transition: border-color 0.2s ease-out;
}
body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container.qvsfw-style-layout--simple .qvsfw-select-option.qvsfw-select-option--image .qvsfw-select-value img,
body[class*=qode-variation-swatches-for-woocommerce] .woocommerce-product-attributes .qvsfw-select-options-container.qvsfw-style-layout--simple .qvsfw-select-option.qvsfw-select-option--image .qvsfw-select-value img {
	width: var(--qvsfw-variation-image-option-min-width, 40px);
	max-width: var(--qvsfw-variation-image-option-min-width, 40px);
	height: var(--qvsfw-variation-image-option-height, 40px);
	object-fit: cover;
}
body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container.qvsfw-select-options-container-type--color.qvsfw-color-layout-style--layout-2 .qvsfw-select-option .qvsfw-select-value,
body[class*=qode-variation-swatches-for-woocommerce] .woocommerce-product-attributes .qvsfw-select-options-container.qvsfw-select-options-container-type--color.qvsfw-color-layout-style--layout-2 .qvsfw-select-option .qvsfw-select-value {
	width: var(--qvsfw-variation-color-option-min-width, 30px);
	height: var(--qvsfw-variation-color-option-height, 30px);
	border: none;
}
body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container.qvsfw-select-options-container-type--color.qvsfw-color-layout-style--layout-2 .qvsfw-select-option:after,
body[class*=qode-variation-swatches-for-woocommerce] .woocommerce-product-attributes .qvsfw-select-options-container.qvsfw-select-options-container-type--color.qvsfw-color-layout-style--layout-2 .qvsfw-select-option:after {
	top: -5px;
	left: -5px;
	box-sizing: content-box;
	border-color: var(--qvsfw-variation-color-option-selected-border-color, #56634F);
	transition: all 0.1s ease-in-out;
}
body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container.qvsfw-select-options-container-type--label.qvsfw-label-layout-style--layout-1 .qvsfw-select-option.qvsfw-selected .qvsfw-select-option-inner,
body[class*=qode-variation-swatches-for-woocommerce] .woocommerce-product-attributes .qvsfw-select-options-container.qvsfw-select-options-container-type--label.qvsfw-label-layout-style--layout-1 .qvsfw-select-option.qvsfw-selected .qvsfw-select-option-inner {
	border-color: var(--qvsfw-variation-label-option-selected-border-color, #56634F);
}
body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container.qvsfw-select-options-container-type--label.qvsfw-label-layout-style--layout-1 .qvsfw-select-option.qvsfw-selected .qvsfw-select-value,
body[class*=qode-variation-swatches-for-woocommerce] .woocommerce-product-attributes .qvsfw-select-options-container.qvsfw-select-options-container-type--label.qvsfw-label-layout-style--layout-1 .qvsfw-select-option.qvsfw-selected .qvsfw-select-value {
	background-color: #D6D9CF;
}
body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container.qvsfw-select-options-container-type--label.qvsfw-label-layout-style--layout-1 .qvsfw-select-option .qvsfw-select-option-inner,
body[class*=qode-variation-swatches-for-woocommerce] .woocommerce-product-attributes .qvsfw-select-options-container.qvsfw-select-options-container-type--label.qvsfw-label-layout-style--layout-1 .qvsfw-select-option .qvsfw-select-option-inner {
	border-radius: 0;
	border-color: var(--qvsfw-variation-label-option-border-color, #90988e);
	font-size: 14px;
	line-height: 1.8571428571em;
	text-transform: capitalize;
	display: inline-flex;
	vertical-align: middle;
	flex-wrap: wrap;
	color: #3A4135;
	font-weight: 400;
}
body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container.qvsfw-select-options-container-type--label.qvsfw-label-layout-style--layout-1 .qvsfw-select-option .qvsfw-select-option-inner .qvsfw-select-value,
body[class*=qode-variation-swatches-for-woocommerce] .woocommerce-product-attributes .qvsfw-select-options-container.qvsfw-select-options-container-type--label.qvsfw-label-layout-style--layout-1 .qvsfw-select-option .qvsfw-select-option-inner .qvsfw-select-value {
	min-width: var(--qvsfw-variation-label-option-min-width, auto);
	height: var(--qvsfw-variation-label-option-height, auto);
	padding: 1px 13px;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
}
body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container .qvsfw-select-option:hover .qvsfw-tooltip,
body[class*=qode-variation-swatches-for-woocommerce] .woocommerce-product-attributes .qvsfw-select-options-container .qvsfw-select-option:hover .qvsfw-tooltip {
	opacity: 0;
	visibility: hidden;
}
body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container .qvsfw-select-option.qvsfw-selected .qvsfw-tooltip,
body[class*=qode-variation-swatches-for-woocommerce] .woocommerce-product-attributes .qvsfw-select-options-container .qvsfw-select-option.qvsfw-selected .qvsfw-tooltip {
	opacity: 1;
	visibility: visible;
}
body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container .qvsfw-select-option .qvsfw-tooltip,
body[class*=qode-variation-swatches-for-woocommerce] .woocommerce-product-attributes .qvsfw-select-options-container .qvsfw-select-option .qvsfw-tooltip {
	background-color: var(--qvsfw-tooltip-background-color, transparent);
	color: #3A4135;
	padding: 0;
	border-radius: 0;
	left: 0;
	transform: none;
}
body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container .qvsfw-select-option .qvsfw-tooltip:after,
body[class*=qode-variation-swatches-for-woocommerce] .woocommerce-product-attributes .qvsfw-select-options-container .qvsfw-select-option .qvsfw-tooltip:after {
	display: none;
}
body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container .qvsfw-select-option .qvsfw-tooltip.qvsfw-position--bottom,
body[class*=qode-variation-swatches-for-woocommerce] .woocommerce-product-attributes .qvsfw-select-options-container .qvsfw-select-option .qvsfw-tooltip.qvsfw-position--bottom {
	top: calc(100% + 11px);
}
body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-attribute-wrapper .label label,
body[class*=qode-variation-swatches-for-woocommerce] .woocommerce-product-attributes .qvsfw-attribute-wrapper .label label {
	letter-spacing: 0.05em !important;
}
body[class*=qode-variation-swatches-for-woocommerce] li.product .variations_form {
	margin: 0 0 0 20px;
}
body[class*=qode-variation-swatches-for-woocommerce] li.product .variations_form div.variations {
	margin-bottom: 10px;
	text-align: right;
}
body[class*=qode-variation-swatches-for-woocommerce] li.product .variations_form div.variations:last-child {
	margin-bottom: 0;
}

.qodef-yith-wccl--predefined .select_box {
	display: inline-block;
	margin-bottom: 50px;
}
.qodef-yith-wccl--predefined .select_box:after {
	display: none;
}
.qodef-yith-wccl--predefined .select_box .select_option {
	vertical-align: middle;
	border: 0;
	margin: 0 15px 0 0;
	display: inline-block;
	float: none;
	position: unset;
}
.qodef-yith-wccl--predefined .select_box .select_option:not(.selected):hover .yith_wccl_tooltip {
	opacity: 0 !important;
}
.qodef-yith-wccl--predefined .select_box .select_option:last-child {
	margin-right: 0;
}
.qodef-yith-wccl--predefined .select_box .select_option > span:not(.yith_wccl_tooltip) {
	border: 0;
	min-width: auto;
	width: auto;
	height: auto;
	line-height: inherit;
}
.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip {
	width: auto;
}
.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip > span {
	background: #fff;
	border-radius: 0;
	border: 1px solid #56634F !important;
	padding: 10px;
	color: #3A4135;
}
.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip.top span:after {
	top: 100%;
	bottom: auto;
}
.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option {
	border: none;
	padding: 0;
	border-radius: 50%;
	transition: all 0.2s ease-in-out;
}
.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option > span:not(.yith_wccl_tooltip) {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	transition: border-color 0.2s ease-out;
	border: 1px solid transparent;
}
.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option.selected {
	transform: scale(1.19);
}
.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option.selected span {
	border-color: #56634F;
}
.qodef-yith-wccl--predefined .select_box.select_box_image .select_option {
	border: 1px solid transparent;
	padding: 1px;
}
.qodef-yith-wccl--predefined .select_box.select_box_image .select_option > img:not(.yith_wccl_tooltip) {
	width: 40px;
	height: 40px;
	object-fit: cover;
}
.qodef-yith-wccl--predefined .select_box.select_box_image .select_option.selected {
	border-color: #3A4135;
}
.qodef-yith-wccl--predefined .select_box.select_box_label {
	margin-bottom: 16px;
}
.qodef-yith-wccl--predefined .select_box.select_box_label > * {
	display: inline-flex;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 1.8571428571em;
	text-transform: capitalize;
	display: inline-flex;
	vertical-align: middle;
	flex-wrap: wrap;
	color: #3A4135;
}
.qodef-yith-wccl--predefined .select_box.select_box_label .select_option {
	color: #3A4135;
	border: 1px solid #90988e;
	padding: 1px 13px;
	margin-right: 10px;
	transition: color 0.2s ease-out;
}
.qodef-yith-wccl--predefined .select_box.select_box_label .select_option:after {
	display: none;
}
.qodef-yith-wccl--predefined .select_box.select_box_label .select_option.selected {
	background-color: #D6D9CF;
	border: 1px solid #56634F;
}
.qodef-yith-wccl--predefined .variations .label {
	margin: 0 !important;
}
.qodef-yith-wccl--predefined .variations .label label {
	letter-spacing: 0.05em !important;
}
.qodef-yith-wccl--predefined li.product .variations_form.cart div.variations:last-child {
	margin-bottom: 0;
}

/* ==========================================================================
   YITH Countdown bar default styles
   ========================================================================== */
.ywpc-back {
	background-color: #d6d9cf !important;
	margin: 0 !important;
}
.ywpc-fore {
	background-color: var(--qode-main-color) !important;
}

/* ==========================================================================
   YITH Countdown counter default styles
   ========================================================================== */
div.ywpc-countdown {
	display: flex;
	flex-direction: column-reverse;
	margin: 36px 0 0;
}
div.ywpc-countdown .ywpc-timer {
	margin: 27px 0 8px;
}
div.ywpc-countdown .ywpc-header {
	border: none !important;
}
div.ywpc-countdown .ywpc-days, div.ywpc-countdown .ywpc-hours, div.ywpc-countdown .ywpc-minutes, div.ywpc-countdown .ywpc-seconds {
	margin: 0 9px 0 0 !important;
	padding: 0;
	vertical-align: middle;
	display: inline-flex !important;
	flex-direction: column;
	background-color: #d6d9cf;
	font-family: "Nunito Sans", sans-serif;
	width: 82px !important;
}
@media only screen and (max-width: 1280px) {
	div.ywpc-countdown .ywpc-days, div.ywpc-countdown .ywpc-hours, div.ywpc-countdown .ywpc-minutes, div.ywpc-countdown .ywpc-seconds {
		width: 73px !important;
	}
}
@media only screen and (max-width: 480px) {
	div.ywpc-countdown .ywpc-days, div.ywpc-countdown .ywpc-hours, div.ywpc-countdown .ywpc-minutes, div.ywpc-countdown .ywpc-seconds {
		width: 65px !important;
	}
}
div.ywpc-countdown .ywpc-days > div.ywpc-label, div.ywpc-countdown .ywpc-hours > div.ywpc-label, div.ywpc-countdown .ywpc-minutes > div.ywpc-label, div.ywpc-countdown .ywpc-seconds > div.ywpc-label {
	font-size: 12px;
	color: #3A4135;
	text-align: center;
	font-family: "Nunito Sans", sans-serif;
	padding-bottom: 10px;
	letter-spacing: 0.05em !important;
	font-weight: 600;
}
div.ywpc-countdown .ywpc-hours, div.ywpc-countdown .ywpc-minutes, div.ywpc-countdown .ywpc-seconds {
	position: relative;
}
div.ywpc-countdown .ywpc-amount {
	display: flex;
	justify-content: center;
	line-height: 1em;
	letter-spacing: 0.03em;
	background-color: transparent !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	text-align: center;
	padding: 15px 10px 0;
}
div.ywpc-countdown .ywpc-amount > span {
	background-color: transparent !important;
	border: none !important;
	height: auto !important;
	line-height: 1em !important;
	margin: 0 !important;
	vertical-align: middle;
	width: auto !important;
	color: #3A4135 !important;
	font-size: 34px !important;
	font-weight: 500 !important;
	font-family: "Gilda Display", sans-serif;
}

/* ==========================================================================
   YITH Countdown global default styles
   ========================================================================== */
div.ywpc-label {
	font-size: 12px !important;
	font-family: "Nunito Sans", sans-serif;
	letter-spacing: 1px !important;
}
div.ywpc-countdown-loop, div.ywpc-sale-bar-loop {
	margin: 0;
}
div.ywpc-sale-bar-loop > .ywpc-header {
	display: none !important;
}
div.ywpc-countdown, div.ywpc-sale-bar {
	border: none;
	margin: 0 0 1px 0;
	padding: 0;
	background-color: transparent;
}
div.ywpc-countdown > div.ywpc-header, div.ywpc-sale-bar > div.ywpc-header {
	color: #3A4135;
	font-family: "Nunito Sans", sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.03em;
	padding: 0;
	text-align: left;
	width: 100%;
	display: flex;
}
.qodef-browser--ms-explorer div.ywpc-countdown > div.ywpc-header, .qodef-browser--ms-explorer div.ywpc-sale-bar > div.ywpc-header {
	text-transform: none;
}
div.ywpc-countdown .ywpc-timer {
	width: 100%;
	text-align: left;
}
div.ywpc-sale-bar .ywpc-bar {
	width: 100%;
}

#yith-quick-view-modal .yith-quick-view-overlay {
	background: rgba(255, 255, 255, 0) !important;
}
#yith-quick-view-modal .yith-wcqv-wrapper {
	height: auto !important;
	width: 880px !important;
	max-width: 90vw !important;
	border: 1px solid #707070;
}
#yith-quick-view-modal .yith-wcqv-main {
	overflow-y: hidden !important;
	max-height: 90vh !important;
}
#yith-quick-view-modal .qodef-woo-single-inner {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (max-width: 768px) {
	#yith-quick-view-modal .qodef-woo-single-inner .qodef-quantity-minus,
	#yith-quick-view-modal .qodef-woo-single-inner .qodef-quantity-plus {
		width: 20px;
	}
}
@media screen and (max-width: 767px) {
	#yith-quick-view-modal .qodef-woo-single-inner {
		grid-template-columns: 1fr !important;
	}
}
@media only screen and (max-width: 680px) {
	#yith-quick-view-modal form.cart {
		margin-top: 20px !important;
	}
}
#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner {
	margin: 0;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner > * {
	padding: 0;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .yith-wcwl-wishlistexistsbrowse, #yith-quick-view-modal #yith-quick-view-content.single-product .add_to_wishlist {
	gap: 15px;
	font-weight: 700;
	letter-spacing: 0.01em;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image {
	align-self: stretch;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .qodef-woo-thumbnails-wrapper {
	display: none;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .qodef-woo-product-mark {
	transform: translateX(0);
}
@media only screen and (max-width: 680px) {
	#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .qodef-woo-product-mark {
		right: auto;
		left: 20px;
	}
}
#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image *:not(.qodef-woo-product-mark) {
	height: 100%;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery {
	border-right: 1px solid #707070;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
	margin: 0 !important;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
	object-fit: cover;
}
@media screen and (min-width: 1025px) {
	#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
		height: 530px;
	}
}
#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image {
	width: 100% !important;
	margin: 0 !important;
	border: none;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > .qodef-woo-thumbnails-wrapper {
	display: none !important;
}
@media screen and (max-width: 767px) {
	#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery {
		border: none !important;
	}
}
#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary {
	height: 100%;
	display: flex;
	padding: 64px 30px 80px 40px;
	background-color: #f5f2ef;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary form.cart {
	margin-top: 42px;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary .yith-wcwl-add-to-wishlist {
	margin-top: 30px !important;
}
@media only screen and (max-width: 680px) {
	#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary h1 {
		font-size: 30px;
	}
}
@media only screen and (max-width: 1024px) {
	#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary {
		padding: 20px 20px 73px 20px;
	}
}
#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary button {
	width: auto;
}
@media only screen and (max-width: 768px) {
	#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary button {
		margin-top: 0;
	}
}
#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary .summary-content {
	display: flex;
	flex-direction: column;
}
@media only screen and (max-width: 1024px) {
	#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary .summary-content {
		padding-top: 35px;
	}
}
@media only screen and (max-width: 680px) {
	#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary .summary-content {
		padding-top: 20px;
	}
}
#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary h1 {
	font-size: 42px;
	line-height: 1.2380952381em;
	letter-spacing: -0.005em;
	text-transform: capitalize;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary .yith-wcwl-wishlistexistsbrowse a, #yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary .yith-wcwl-wishlistaddedbrowse a {
	margin-top: 0;
	position: relative;
	top: -1px;
}
#yith-quick-view-modal #yith-quick-view-close {
	border: 0 !important;
	font-size: 0;
	line-height: 1;
	position: absolute;
	right: 21px;
	top: 18px;
	width: 17px;
	height: 16px;
	z-index: 9;
	color: #3A4135;
	opacity: 1;
}
#yith-quick-view-modal #yith-quick-view-close:before {
	color: #3A4135;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: -6px;
	left: 5px;
	transform: rotate(45deg);
	transform-origin: center;
	--qodef-underline-position-y: 100%;
	--qodef-underline-height: 1px;
	background-repeat: no-repeat;
	background-image: linear-gradient(90deg, currentColor 0%, currentColor 100%);
	background-position: 100% var(--qodef-underline-position-y);
	background-size: 100% var(--qodef-underline-height);
}
#yith-quick-view-modal #yith-quick-view-close:after {
	color: #3A4135;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	right: 6px;
	top: -6px;
	transform: rotate(-44deg);
	transform-origin: center;
	--qodef-underline-position-y: 100%;
	--qodef-underline-height: 1px;
	background-repeat: no-repeat;
	background-image: linear-gradient(90deg, currentColor 0%, currentColor 100%);
	background-position: 100% var(--qodef-underline-position-y);
	background-size: 100% var(--qodef-underline-height);
}
#yith-quick-view-modal #yith-quick-view-close:hover:before, #yith-quick-view-modal #yith-quick-view-close:hover:after {
	animation: qode-inline-underline-initial-hover 0.8s cubic-bezier(0.57, 0.39, 0, 0.86) 1 forwards;
}
#yith-quick-view-modal #yith-quick-view-close:hover:after {
	animation-delay: 0.17s;
}
#yith-quick-view-modal .qodef-yith-wcqv-link {
	position: absolute;
	bottom: 37px;
	right: 40px;
}
#yith-quick-view-modal .qodef-yith-wcqv-link span {
	margin: 0;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 12px;
}
#yith-quick-view-modal .qodef-yith-wcqv-link span:after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #56634F;
	transition: width 0.35s ease-out;
}
#yith-quick-view-modal .qodef-yith-wcqv-link span:after {
	width: 100%;
}
#yith-quick-view-modal .qodef-yith-wcqv-link span:hover:after {
	width: 0;
}
#yith-quick-view-modal .qodef-yith-wcqv-link .qodef-m-icon {
	display: none;
}

.qodef-yith-wcqv--predefined .yith-wcqv-button {
	font-size: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1 !important;
	background-color: transparent !important;
}
.qodef-yith-wcqv--predefined .yith-wcqv-button:before {
	content: url("/wp-content/plugins/myritual-core/assets/img/eye.svg");
	height: 15px;
	width: 20px;
}
.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button {
	color: #fff !important;
}
.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button:hover {
	color: var(--qode-main-color) !important;
}
.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button .blockUI {
	display: none !important;
}

/* ==========================================================================
   WooCommerce mixins - start
   ========================================================================== */
/* ==========================================================================
   WooCommerce mixins - end
   ========================================================================== */
.yith-wcwl-form {
	border-bottom: 1px solid #56634F;
}
.yith-wcwl-form .wishlist-title-container {
	display: none !important;
}
.yith-wcwl-form .shop_table {
	font-size: 100%;
}
.yith-wcwl-form .shop_table tr {
	border-left: none;
	border-right: none;
	border-top: none;
}
.yith-wcwl-form .shop_table th, .yith-wcwl-form .shop_table td {
	padding: 20px 0 20px 40px;
	vertical-align: middle;
	text-align: left;
	border: 0;
}
@media only screen and (max-width: 480px) {
	.yith-wcwl-form .shop_table th, .yith-wcwl-form .shop_table td {
		padding-left: 5px;
	}
}
.yith-wcwl-form .shop_table th:first-child, .yith-wcwl-form .shop_table td:first-child {
	padding-left: 0;
}
.yith-wcwl-form .shop_table th {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.yith-wcwl-form .shop_table td ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.yith-wcwl-form .shop_table td ul li {
	margin: 0 0 10px;
	padding: 0;
}
.yith-wcwl-form .shop_table td ul li:last-child {
	margin-bottom: 0;
}
.yith-wcwl-form .shop_table td ul li label {
	margin-bottom: 0;
}
.yith-wcwl-form .shop_table p {
	margin: 0;
}
.yith-wcwl-form .shop_table .variation:before, .yith-wcwl-form .shop_table .variation:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.yith-wcwl-form .shop_table .variation:after {
	clear: both;
}
.yith-wcwl-form .shop_table .variation dt {
	clear: left;
	float: left;
	font-weight: initial;
}
@media only screen and (max-width: 680px) {
	.yith-wcwl-form .shop_table .variation dt {
		float: none;
		width: 100%;
	}
}
.yith-wcwl-form .shop_table .variation dd {
	clear: right;
	float: left;
	margin: 0 0 0 5px;
}
@media only screen and (max-width: 680px) {
	.yith-wcwl-form .shop_table .variation dd {
		float: none;
		margin: 0;
		width: 100%;
	}
}
.yith-wcwl-form .wishlist_table.shop_table tr th {
	background: transparent !important;
	font-family: "Gilda Display", sans-serif;
	font-weight: 400;
	color: #3A4135;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-family: "Nunito Sans", sans-serif;
}
.yith-wcwl-form .wishlist_table.shop_table tr th.product-remove {
	width: auto !important;
}
.yith-wcwl-form .wishlist_table.shop_table tr th.product-name, .yith-wcwl-form .wishlist_table.shop_table tr th.product-price {
	width: 25%;
}
@media only screen and (max-width: 1024px) {
	.yith-wcwl-form .wishlist_table.shop_table tr th.product-name, .yith-wcwl-form .wishlist_table.shop_table tr th.product-price {
		width: 60%;
	}
}
@media only screen and (max-width: 480px) {
	.yith-wcwl-form .wishlist_table.shop_table tr th.product-name, .yith-wcwl-form .wishlist_table.shop_table tr th.product-price {
		width: 90%;
	}
}
.yith-wcwl-form .wishlist_table.shop_table tr td {
	background: transparent !important;
	color: #3A4135 !important;
	border-color: transparent !important;
	font-family: "Nunito Sans", sans-serif;
	font-size: 14px;
}
.yith-wcwl-form .wishlist_table.shop_table tr td.product-stock-status span {
	color: #3A4135;
}
.yith-wcwl-form .wishlist_table .product-add-to-cart {
	text-align: right;
	padding-left: 0;
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .button,
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart, .yith-wcwl-form .wishlist_table .product-add-to-cart a {
	font-family: "Gilda Display", sans-serif !important;
	font-weight: 400 !important;
	color: #3A4135 !important;
	text-transform: uppercase !important;
	font-size: 12px !important;
	line-height: 1.5em !important;
	font-weight: 600 !important;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-family: "Nunito Sans", sans-serif !important;
	font-size: 12px;
	line-height: 1em;
	position: relative !important;
	display: inline-flex !important;
	justify-content: center;
	vertical-align: middle !important;
	width: auto !important;
	margin: 0 !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	border-radius: 0 !important;
	outline: none !important;
	letter-spacing: 1px;
	transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out !important;
	padding: 16px 56px;
	font-size: 12px;
	line-height: 1em !important;
	letter-spacing: 1px;
	cursor: pointer !important;
	z-index: 3 !important;
	color: #3A4135 !important;
	background-color: transparent !important;
	border: 1px solid #56634F !important;
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:hover,
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:hover, .yith-wcwl-form .wishlist_table .product-add-to-cart a:hover {
	color: #ffffff !important;
	background-color: #45503F !important;
	border-color: #45503F !important;
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .button i,
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart i, .yith-wcwl-form .wishlist_table .product-add-to-cart a i {
	display: none !important;
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:before,
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:before, .yith-wcwl-form .wishlist_table .product-add-to-cart a:before {
	display: none !important;
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .button.added,
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart.added, .yith-wcwl-form .wishlist_table .product-add-to-cart a.added {
	display: none !important;
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist {
	font-size: 0 !important;
	margin: 0 0 0 15px !important;
	padding: 0 !important;
	line-height: 1 !important;
	background-color: transparent !important;
}
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist a:before {
	content: url("/wp-content/plugins/myritual-core/assets/img/heart.svg");
	height: 17px;
	width: 19px;
}
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist.exists a:before {
	display: block;
	content: url("/wp-content/plugins/myritual-core/assets/img/heart2.svg");
	height: 17px;
	width: 19px;
}
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist {
	display: flex;
}
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist span {
	display: inline-block;
}
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse, .qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
}
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .blockOverlay,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist i {
	display: none !important;
}
.qodef-yith-wcwl--predefined .qodef-e-media-inner .yith-wcwl-add-to-wishlist a {
	color: #fff !important;
}
.qodef-yith-wcwl--predefined .qodef-e-media-inner .yith-wcwl-add-to-wishlist a:hover {
	color: var(--qode-main-color) !important;
}
.qodef-yith-wcwl--predefined #yith-wcwl-popup-message {
	display: none !important;
}
.qodef-yith-wcwl--predefined .yith-wcwl-share {
	display: none !important;
}

.qodef-order-tracking p {
	font-size: 18px;
	line-height: 1.6111111111em;
}
.qodef-order-tracking p:not(.form-row) {
	margin: 0 0 36px;
}
.qodef-order-tracking input {
	margin-bottom: 42px;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 8px 0;
	letter-spacing: 1px;
}
.qodef-order-tracking label {
	font-size: 15px;
	line-height: 1.4em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-weight: 600;
}
.qodef-order-tracking .button {
	font-family: "Gilda Display", sans-serif;
	font-weight: 400;
	color: #3A4135;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-family: "Nunito Sans", sans-serif;
	font-size: 12px;
	line-height: 1em;
	position: relative;
	display: inline-flex;
	justify-content: center;
	vertical-align: middle;
	width: auto;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 0;
	outline: none;
	letter-spacing: 1px;
	transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
	padding: 16px 56px;
	font-size: 12px;
	line-height: 1em !important;
	letter-spacing: 1px;
	cursor: pointer;
	z-index: 3;
	color: #3A4135;
	background-color: transparent;
	border: 1px solid #56634F;
	margin-top: 7px;
}
.qodef-order-tracking .button:hover {
	color: #ffffff;
	background-color: #45503F;
	border-color: #45503F;
}
.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-e .qodef-e-inner {
	padding: 0;
}
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-media .qodef-e-media-inner {
	bottom: 0;
	padding: 0 20px 0 20px;
}
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-media:hover .qodef-e-media-inner {
	transform: translateY(-20px);
}
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-content {
	position: absolute;
	left: 20px;
	bottom: 14px;
	width: calc(100% - 40px);
	margin: 0;
}
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-content .button {
	opacity: 0;
}
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-content .qodef-e-info > * {
	vertical-align: unset;
}
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-content .qodef-e-info .qodef-info-separator-end:after {
	content: "•";
	position: relative;
	font-size: 11px;
	top: -1px;
}
@media only screen and (max-width: 680px) {
	.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-content .qodef-e-top-holder {
		flex-direction: column;
	}
	.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-content .qodef-e-top-holder .qodef-woo-product-price {
		margin: 5px 0 4px;
	}
	.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-content .qodef-e-info {
		display: none;
	}
}
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-yith {
	margin-bottom: 10px;
}
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-top-holder {
	align-items: baseline;
}
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-top-holder .price {
	line-height: 1em;
}
.qodef-woo-product-list.qodef-item-layout--info-on-image li .qodef-e-media {
	height: 100%;
	width: 100%;
}

/* ==========================================================================
   WooCommerce DropDown Cart static style start
   ========================================================================== */
.widget_shopping_cart,
.widget_myritual_core_woo_dropdown_cart {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	position: relative;
}
.widget_shopping_cart .qodef-widget-dropdown-cart-inner,
.widget_myritual_core_woo_dropdown_cart .qodef-widget-dropdown-cart-inner {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
}
.widget_shopping_cart > .widgettitle,
.widget_shopping_cart .qodef-m-opener,
.widget_myritual_core_woo_dropdown_cart > .widgettitle,
.widget_myritual_core_woo_dropdown_cart .qodef-m-opener {
	align-items: center;
	cursor: pointer;
	display: flex;
	height: 100%;
	justify-content: center;
	margin: 0;
}
.widget_shopping_cart .widget_shopping_cart_content,
.widget_shopping_cart .qodef-widget-dropdown-cart-content,
.widget_myritual_core_woo_dropdown_cart .widget_shopping_cart_content,
.widget_myritual_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content {
	border-width: 1px;
	border-style: solid;
	display: block;
	padding: 30px 0;
	text-align: left;
	transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}
header .widget_shopping_cart .widget_shopping_cart_content,
header .widget_shopping_cart .qodef-widget-dropdown-cart-content,
header .widget_myritual_core_woo_dropdown_cart .widget_shopping_cart_content,
header .widget_myritual_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content {
	left: auto;
	opacity: 0 !important;
	position: absolute;
	right: 0;
	top: 100%;
	visibility: hidden !important;
	width: 360px;
}
.touchevents header .widget_shopping_cart .widget_shopping_cart_content,
.touchevents header .widget_shopping_cart .qodef-widget-dropdown-cart-content,
.touchevents header .widget_myritual_core_woo_dropdown_cart .widget_shopping_cart_content,
.touchevents header .widget_myritual_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content {
	display: none;
}
.widget_shopping_cart .widget_shopping_cart_content > *,
.widget_shopping_cart .qodef-widget-dropdown-cart-content > *,
.widget_myritual_core_woo_dropdown_cart .widget_shopping_cart_content > *,
.widget_myritual_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content > * {
	padding: 0 30px !important;
}
.widget_shopping_cart .widget_shopping_cart_content .blockUI,
.widget_shopping_cart .qodef-widget-dropdown-cart-content .blockUI,
.widget_myritual_core_woo_dropdown_cart .widget_shopping_cart_content .blockUI,
.widget_myritual_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content .blockUI {
	display: none !important;
}
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,
.widget_myritual_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item,
.widget_myritual_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item,
.widget_myritual_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item,
.widget_myritual_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item {
	margin: 0 0 20px 0;
	position: relative;
}
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item:last-of-type,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item:last-of-type,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item:last-of-type,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item:last-of-type,
.widget_myritual_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item:last-of-type,
.widget_myritual_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item:last-of-type,
.widget_myritual_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item:last-of-type,
.widget_myritual_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item:last-of-type {
	margin: 0;
}
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img,
.widget_myritual_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img,
.widget_myritual_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img,
.widget_myritual_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,
.widget_myritual_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img {
	margin: 0 20px 0 0;
	width: 60px;
}
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_myritual_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
.widget_myritual_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_myritual_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_myritual_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove {
	font-size: 20px;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
}
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .variation,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .variation,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_myritual_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .variation,
.widget_myritual_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_myritual_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .variation,
.widget_myritual_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .variation {
	display: none;
}
.widget_shopping_cart .woocommerce-mini-cart-item img,
.widget_myritual_core_woo_dropdown_cart .woocommerce-mini-cart-item img {
	float: left;
	vertical-align: top;
}
.widget_shopping_cart .woocommerce-mini-cart-item a,
.widget_myritual_core_woo_dropdown_cart .woocommerce-mini-cart-item a {
	font-family: "Gilda Display", sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-family: "Nunito Sans", sans-serif;
	text-transform: uppercase;
	display: block;
}
.widget_shopping_cart .woocommerce-mini-cart-item:after,
.widget_myritual_core_woo_dropdown_cart .woocommerce-mini-cart-item:after {
	clear: both;
	content: "";
	display: table;
}
.widget_shopping_cart .qodef-woo-mini-cart,
.widget_myritual_core_woo_dropdown_cart .qodef-woo-mini-cart {
	max-height: 50vh;
	overflow: hidden;
	position: relative;
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,
.widget_myritual_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item {
	display: flex;
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image,
.widget_myritual_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image {
	flex-shrink: 0;
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image a,
.widget_myritual_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image a {
	display: block;
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-content,
.widget_myritual_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-content {
	padding: 0 20px 0 0;
	width: 100%;
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-title,
.widget_myritual_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-title {
	margin: 0;
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-price,
.widget_myritual_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-price {
	margin: 0;
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-quantity,
.widget_myritual_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-quantity {
	margin: 0;
}
.widget_shopping_cart .woocommerce-mini-cart__total,
.widget_shopping_cart .qodef-m-order-details,
.widget_myritual_core_woo_dropdown_cart .woocommerce-mini-cart__total,
.widget_myritual_core_woo_dropdown_cart .qodef-m-order-details {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.widget_shopping_cart .woocommerce-mini-cart__total strong,
.widget_shopping_cart .qodef-m-order-details strong,
.widget_myritual_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,
.widget_myritual_core_woo_dropdown_cart .qodef-m-order-details strong {
	font-family: "Gilda Display", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-family: "Nunito Sans", sans-serif;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons,
.widget_shopping_cart .qodef-m-action,
.widget_myritual_core_woo_dropdown_cart .woocommerce-mini-cart__buttons,
.widget_myritual_core_woo_dropdown_cart .qodef-m-action {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons a,
.widget_shopping_cart .qodef-m-action a,
.widget_myritual_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a,
.widget_myritual_core_woo_dropdown_cart .qodef-m-action a {
	font-family: "Gilda Display", sans-serif;
	font-weight: 400;
	color: #3A4135;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-family: "Nunito Sans", sans-serif;
	font-size: 12px;
	line-height: 1em;
	position: relative;
	display: inline-flex;
	justify-content: center;
	vertical-align: middle;
	width: auto;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 0;
	outline: none;
	letter-spacing: 1px;
	transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
	padding: 13px 28px;
	color: #3A4135;
	background-color: #fff;
	border: 1px solid transparent;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons a:hover,
.widget_shopping_cart .qodef-m-action a:hover,
.widget_myritual_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:hover,
.widget_myritual_core_woo_dropdown_cart .qodef-m-action a:hover {
	color: #ffffff;
	background-color: #45503F;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons,
.widget_myritual_core_woo_dropdown_cart .woocommerce-mini-cart__buttons {
	flex-direction: column;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons a,
.widget_myritual_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a {
	width: 100% !important;
	justify-content: center;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons a:last-child,
.widget_myritual_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:last-child {
	margin-top: 5px;
}
header .widget_shopping_cart:hover .widget_shopping_cart_content,
header .widget_shopping_cart:hover .qodef-widget-dropdown-cart-content,
header .widget_myritual_core_woo_dropdown_cart:hover .widget_shopping_cart_content,
header .widget_myritual_core_woo_dropdown_cart:hover .qodef-widget-dropdown-cart-content {
	opacity: 1 !important;
	visibility: visible !important;
}

/* ==========================================================================
   WooCommerce DropDown Cart variable style start
   ========================================================================== */
/* ==========================================================================
   Default widgets map
   ========================================================================== */
/* ==========================================================================
   Override default widgets map for specific widget area
   ========================================================================== */
.widget_shopping_cart,
.widget_myritual_core_woo_dropdown_cart {
	color: #3A4135;
}
.widget_shopping_cart .widget_shopping_cart_content,
.widget_shopping_cart .qodef-widget-dropdown-cart-content,
.widget_myritual_core_woo_dropdown_cart .widget_shopping_cart_content,
.widget_myritual_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content {
	background-color: #ffffff;
	border-color: #56634F;
}
.widget_shopping_cart .woocommerce-mini-cart-item a,
.widget_myritual_core_woo_dropdown_cart .woocommerce-mini-cart-item a {
	color: #3A4135;
}
.widget_shopping_cart .woocommerce-mini-cart-item a:hover,
.widget_myritual_core_woo_dropdown_cart .woocommerce-mini-cart-item a:hover {
	color: var(--qode-main-color);
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a,
.widget_myritual_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a {
	color: #3A4135;
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a:hover,
.widget_myritual_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a:hover {
	color: var(--qode-main-color);
}
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_myritual_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
.widget_myritual_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_myritual_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_myritual_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove {
	color: #3A4135;
}
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,
.widget_myritual_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover,
.widget_myritual_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,
.widget_myritual_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,
.widget_myritual_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover {
	color: var(--qode-main-color);
}
.widget_shopping_cart .woocommerce-mini-cart__total strong,
.widget_shopping_cart .qodef-m-order-details strong,
.widget_myritual_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,
.widget_myritual_core_woo_dropdown_cart .qodef-m-order-details strong {
	color: #3A4135;
}
#qodef-top-area .widget_shopping_cart,
#qodef-top-area .widget_myritual_core_woo_dropdown_cart {
	color: #ffffff;
}
#qodef-page-footer .widget_shopping_cart,
#qodef-page-footer .widget_myritual_core_woo_dropdown_cart {
	color: #cccccc;
}
#qodef-page-footer .widget_shopping_cart .widget_shopping_cart_content,
#qodef-page-footer .widget_shopping_cart .qodef-widget-dropdown-cart-content,
#qodef-page-footer .widget_myritual_core_woo_dropdown_cart .widget_shopping_cart_content,
#qodef-page-footer .widget_myritual_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content {
	background-color: #000000;
	border-color: #ffffff;
}
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart-item a,
#qodef-page-footer .widget_myritual_core_woo_dropdown_cart .woocommerce-mini-cart-item a {
	color: #cccccc;
}
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart-item a:hover,
#qodef-page-footer .widget_myritual_core_woo_dropdown_cart .woocommerce-mini-cart-item a:hover {
	color: #ffffff;
}
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a,
#qodef-page-footer .widget_myritual_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a {
	color: #cccccc;
}
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a:hover,
#qodef-page-footer .widget_myritual_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a:hover {
	color: #ffffff;
}
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer .widget_myritual_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-footer .widget_myritual_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer .widget_myritual_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-footer .widget_myritual_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove {
	color: #cccccc;
}
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,
#qodef-page-footer .widget_myritual_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover,
#qodef-page-footer .widget_myritual_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,
#qodef-page-footer .widget_myritual_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,
#qodef-page-footer .widget_myritual_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover {
	color: #ffffff;
}
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart__total strong,
#qodef-page-footer .widget_shopping_cart .qodef-m-order-details strong,
#qodef-page-footer .widget_myritual_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,
#qodef-page-footer .widget_myritual_core_woo_dropdown_cart .qodef-m-order-details strong {
	color: #cccccc;
}
#qodef-page-footer.qodef-skin--light .widget_shopping_cart,
#qodef-page-footer.qodef-skin--light .widget_myritual_core_woo_dropdown_cart {
	color: #ffffff;
}
#qodef-side-area .widget_shopping_cart,
#qodef-side-area .widget_myritual_core_woo_dropdown_cart {
	color: #3a4135;
}
.qodef-mega-menu-widget-holder .widget_shopping_cart,
.qodef-mega-menu-widget-holder .widget_myritual_core_woo_dropdown_cart {
	color: #3a4135;
}
/* ==========================================================================
   WooCommerce Side Area Cart styles
   ========================================================================== */
.widget_myritual_core_woo_side_area_cart {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner:before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100vW;
	height: 100vh;
	overflow: hidden;
	z-index: 1002;
	background-color: rgba(58, 65, 53, 0.1490196078);
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.5s ease-out;
}
.widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-svg--cart {
	margin-right: 9px;
}
.widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener-text {
	padding-bottom: 0;
	margin-right: 4px;
}
.widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	height: 100%;
}
.widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
}
.widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener-icon {
	display: flex;
}
.qodef-browser--safari .widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener-icon {
	will-change: transform;
}

.widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener-count {
	padding-bottom: 0;
}
.widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content {
	position: fixed;
	top: 0;
	right: 0;
	transform: translateX(100%);
	height: 100vh;
	width: 480px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px 0;
	background-color: #f5f2ef;
	border-left: 1px solid #56634F;
	overflow: hidden;
	visibility: hidden;
	z-index: 9999;
	transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content .qodef-woo-side-area-group {
	flex: 1;
}
.admin-bar .widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content {
	top: 32px;
	height: calc(100vh - 32px);
}
#qodef-page-header-inner.qodef-skin--light .widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content a {
	color: #3A4135 !important;
	opacity: 1 !important;
}
#qodef-page-header-inner.qodef-skin--light .widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content a.qodef-m-action-link:hover {
	color: #fff !important;
	background-color: #45503f !important;
	border-color: #45503f !important;
	transition: all 0.2s ease-out;
}
.widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-close {
	position: absolute;
	top: 22px;
	right: 30px;
	display: block;
	font-size: 20px;
	z-index: 1000;
}
.widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-close svg {
	fill: none;
	stroke: currentColor;
	width: 16px;
	height: auto;
	stroke-width: 0.85;
}
.widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-close:hover {
	color: currentColor;
}
.widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-close:hover svg path {
	animation: qode-draw 0.9s cubic-bezier(0.57, 0.39, 0, 0.86) 1 forwards;
}
.widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-close:hover svg path:nth-of-type(2) {
	animation-name: qode-draw-from-right;
	animation-delay: 0.15s;
}
.widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-posts-not-found {
	position: relative;
	padding: 0 30px;
}
.widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-posts-not-found .qodef-m-posts-not-found-title {
	margin: 0 0 5px;
}
.widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-posts-not-found .qodef-m-posts-not-found-text {
	margin: 0;
	color: #3A4135;
}
.widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 0 30px !important;
	margin-top: 30px !important;
	max-height: 52vh;
}
@media only screen and (max-width: 1366px) {
	.widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart {
		height: 46vh;
	}
}
.widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart-item {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 20px !important;
}
.widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart-item:first-child {
	margin-top: 0;
}
.widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image {
	flex-shrink: 0;
	width: 80px;
	margin-right: 18px;
}
.widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image a, .widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image img {
	display: block;
}
.widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image img {
	border: 1px solid #56634f;
}
.widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-content {
	width: 100%;
	padding-right: 20px;
}
.widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-title {
	margin: 0;
}
.widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-price {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin: 1px 0 0;
	color: #3A4135;
}
.widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-quantity {
	font-size: 14px;
	margin: 0;
	color: #3A4135;
}
.widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .remove {
	position: absolute;
	top: 11px;
	right: 0;
	font-size: 20px;
	line-height: 1;
	z-index: 5;
}
.widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .remove svg {
	fill: none;
	stroke: currentColor;
}
.widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-side-area-cart-title {
	position: relative;
	display: block;
	font-family: "Gilda Display", sans-serif;
	font-size: 34px;
	line-height: 40px;
	font-weight: 400;
	padding: 0 30px;
	color: #3A4135;
}
.widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-progress-bar {
	position: relative;
	display: block;
	padding: 0 30px;
	border-bottom: 1px solid #56634F;
	margin-top: 9px;
}
.widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-progress-bar .qodef-woo-cart-progress-bar .qodef-woo-cart-progress-bar-message {
	font-size: 15px;
	font-weight: 400;
	color: #3A4135;
}
.widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-progress-bar .qodef-woo-cart-progress-bar .qodef-woo-cart-progress-bar-message.qodef-full-progress {
	margin-bottom: 22px;
}
.widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-progress-bar .qodef-woo-cart-progress-bar .qodef-woo-cart-progress-bar-message .qodef-woo-cart-progress-bar-amount {
	margin: 0 5px;
}
.widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-progress-bar .qodef-woo-cart-progress-bar .qodef-progress-bar .progressbar {
	border-radius: 10px !important;
	overflow: hidden;
	margin: 13px 0 30px;
}
.widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-progress-bar .qodef-woo-cart-progress-bar .qodef-progress-bar .progressbar .proggress {
	height: 3px !important;
}
.widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-progress-bar .qodef-woo-cart-progress-bar .qodef-progress-bar .progressbar .percentCount {
	display: none;
}
.widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-order-details {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 20px 0 32px;
	padding: 26px 30px 0 30px;
	border-top: 1px solid #56634f;
}
.widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-order-details > * {
	margin: 0;
}
.widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-order-details .qodef-m-order-amount {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #3A4135;
}
.widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action {
	width: 100%;
	padding: 0 30px;
	margin-bottom: 30px;
}
.widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link {
	font-family: "Gilda Display", sans-serif;
	font-weight: 400;
	color: #3A4135;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-family: "Nunito Sans", sans-serif;
	font-size: 12px;
	line-height: 1em;
	position: relative;
	display: inline-flex;
	justify-content: center;
	vertical-align: middle;
	width: auto;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 0;
	outline: none;
	letter-spacing: 1px;
	transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
	width: 100%;
	padding: 12px 20px;
	justify-content: center;
	text-align: center;
	color: #3A4135;
	background-color: transparent;
	border: 1px solid #56634F;
	padding: 20px 20px;
}
.widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link:hover {
	color: #ffffff !important;
	background-color: #45503F !important;
	border-color: #45503F !important;
}
.widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner.qodef--opened .qodef-widget-side-area-cart-content {
	transform: translateX(0%);
	visibility: visible;
}
.widget_myritual_core_woo_side_area_cart .qodef-widget-side-area-cart-inner.qodef--opened:before {
	opacity: 1;
	pointer-events: all;
}

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

/* Clients list shortcode style - start */
.qodef-clients-list .qodef-e {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-clients-list.qodef-slider-layout--slide-auto-width .swiper-wrapper {
	align-items: center;
}
@media screen and (min-width: 1025px) {
	.qodef-clients-list.qodef-slider-layout--slide-auto-width .swiper-slide {
		width: auto !important;
		height: auto;
	}
}

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

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

/* Clients list shortcode style - end */
/* Clients list shortcode style - start */
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--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 */
/* ==========================================================================
   Team lists shortcode styles
   ========================================================================== */
.qodef-team-list .qodef-e-role {
	margin: 0;
}
.qodef-team-list .qodef-e-title {
	margin: 2px 0 13px;
}
.qodef-team-list .qodef-social-icons {
	margin: 0;
}
.qodef-team-list .qodef-team-member-social-icon {
	position: relative;
	font-size: 14px;
	display: inline-block;
	font-family: "Nunito Sans", sans-serif;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 2.28em;
	text-transform: uppercase;
	vertical-align: middle;
	flex-wrap: wrap;
	overflow: visible;
}
.qodef-team-list .qodef-team-member-social-icon svg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 150%;
	min-width: 35px;
	overflow: visible;
	opacity: 0;
	--qode-path-length: 100px;
	stroke-dashoffset: var(--qode-path-length);
	stroke-dasharray: var(--qode-path-length);
	transition: opacity 1s, stroke-dashoffset 0.5s;
}
.qodef-team-list .qodef-team-member-social-icon svg text {
	font-family: "Nunito Sans", sans-serif;
	font-size: 14px;
	letter-spacing: 0.01em;
	font-weight: 600;
	text-transform: uppercase;
	color: #3A4135;
	position: relative;
}
.qodef-team-list .qodef-team-member-social-icon:hover {
	color: currentColor;
}
.qodef-team-list .qodef-team-member-social-icon:hover svg {
	stroke-dashoffset: 0;
	opacity: 1;
	transition-duration: 0.2s, 1.2s;
	transition-timing-function: ease, cubic-bezier(0.39, 0.06, 0.31, 0.95);
}
.qodef-team-list.qodef-style-predefined .qodef-grid-inner {
	--qode-columns-col-gap: 1px;
	--qode-columns-row-gap: 1px;
}
.qodef-team-list.qodef-style-predefined .qodef-grid-inner .qodef-grid-item {
	outline: 1px solid #56634F;
	padding: 19% 22% 16%;
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content {
	margin: 27px 0 0;
	text-align: center;
}
.qodef-team-list.qodef-item-layout--info-below .qodef-social-icon {
	margin-top: 26px;
	color: #3A4135;
}
.qodef-team-list.qodef-item-layout--info-below .qodef-social-icon .qodef-team-member-social-icon {
	margin-right: 24px;
}
.qodef-team-list.qodef-item-layout--info-below .qodef-social-icon .qodef-team-member-social-icon:last-child {
	margin-right: 0;
}

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

/* ==========================================================================
   Testimonials list shortcode styles
   ========================================================================== */
.qodef-testimonials-list {
	max-width: 100vw;
	overflow: hidden;
}
.qodef-testimonials-list.qodef-swiper-container.qodef-big-images-layout .qodef-text-holder {
	overflow: hidden;
}
@media screen and (min-width: 1024px) {
	.qodef-testimonials-list.qodef-swiper-container.qodef-big-images-layout .qodef-text-holder-outer {
		width: 50%;
		padding: 0 7%;
		border-right: 1px solid #B9A292;
	}
	.qodef-testimonials-list.qodef-swiper-container.qodef-big-images-layout .qodef-text-holder {
		width: 100%;
		padding: 0 2%;
	}
	.qodef-testimonials-list.qodef-swiper-container.qodef-big-images-layout .qodef-text-holder {
		position: relative;
		width: 100%;
		overflow: hidden;
		min-height: 88vh;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}
.qodef-testimonials-list.qodef-swiper-container.qodef-big-images-layout .qodef-images-holder {
	height: 100%;
	z-index: 1;
	overflow: hidden;
}
@media screen and (min-width: 769px) {
	.qodef-testimonials-list.qodef-swiper-container.qodef-big-images-layout .qodef-images-holder {
		position: absolute;
		right: 0;
		width: 50%;
		top: 0;
	}
}
.qodef-testimonials-list.qodef-swiper-container.qodef-big-images-layout .qodef-images-holder .qodef-e-media-image img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
@media only screen and (max-width: 768px) {
	.qodef-testimonials-list.qodef-swiper-container.qodef-big-images-layout .qodef-images-holder {
		margin-top: 90px;
	}
	.qodef-testimonials-list.qodef-swiper-container.qodef-big-images-layout .qodef-images-holder .qodef-e-media-image {
		border-top: 1px solid #b9a292;
		height: calc(100vh - 50px);
	}
}
@media only screen and (max-width: 680px) {
	.qodef-testimonials-list.qodef-swiper-container.qodef-big-images-layout .qodef-images-holder .qodef-e-media-image {
		height: 50vh;
	}
}
.qodef-testimonials-list.qodef-swiper-container.qodef-hide-client-images--yes.qodef-swiper--show-pagination .swiper-wrapper {
	padding-bottom: 21px;
}
.qodef-testimonials-list.qodef-swiper-container.swiper-container-horizontal .swiper-button-next,
.qodef-testimonials-list.qodef-swiper-container.swiper-container-horizontal .swiper-button-prev {
	transform: translateY(-50%);
}
.qodef-testimonials-list:not(.qodef-hide-client-images--no) .qodef-e-inner {
	padding-bottom: 30px;
}
.qodef-testimonials-list .qodef-e-media-image {
	line-height: 0;
	height: 200px;
	width: auto;
	margin: 0 auto 25px;
	text-align: center;
}
.qodef-testimonials-list .qodef-e-media-image img {
	height: 100%;
	width: auto;
}
.qodef-testimonials-list .qodef-e-stars {
	margin-bottom: 24px;
}
.qodef-testimonials-list .qodef-e-stars svg {
	height: 13px;
	margin-right: 6px;
	width: 13px;
	fill: #efd865;
	stroke: #efd865;
}
.qodef-testimonials-list .qodef-e-static-title {
	text-align: center;
}
.qodef-testimonials-list .qodef-e-testimonials-icon.qodef-static {
	display: flex;
	justify-content: center;
	margin-bottom: 9px;
}
.qodef-testimonials-list .qodef-e-content {
	text-align: center;
}
.qodef-testimonials-list .qodef-e-title {
	margin: 0 0 34px;
}
.qodef-testimonials-list .qodef-e-text {
	font-family: "Gilda Display", sans-serif;
	font-weight: 400;
	color: #3A4135;
	font-size: 42px;
	line-height: 1.2380952381em;
	letter-spacing: -0.005em;
	margin: 18px auto 0;
	max-width: 943px;
}
@media only screen and (max-width: 1024px) {
	.qodef-testimonials-list .qodef-e-text {
		margin: 26px 5px 29px;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-testimonials-list .qodef-e-text {
		margin: 26px 7% 29px;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-testimonials-list .qodef-e-text {
		margin: 26px 7% 29px;
		font-size: 28px;
	}
}
.qodef-testimonials-list.qodef-hide-client-images--no .qodef-e-text {
	margin: 26px auto 74px;
}
@media only screen and (max-width: 1024px) {
	.qodef-testimonials-list.qodef-hide-client-images--no .qodef-e-text {
		margin: 26px 4% 22px;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-testimonials-list.qodef-hide-client-images--no .qodef-e-text {
		margin: 26px 0 22px;
	}
}
.qodef-testimonials-list .qodef-e-author {
	margin: 32px 0 0;
	text-transform: uppercase;
}
.qodef-testimonials-list .qodef-e-author-job {
	position: relative;
	padding-left: 12px;
}
.qodef-testimonials-list .qodef-e-author-job:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 13px;
	background-color: var(--qode-main-color);
	margin: 0 9px 0 3px;
}
.qodef-testimonials-list.qodef-hide-client-images--no.qodef-hide-author-line--no .qodef-e-client-images-decoration {
	margin-top: 40px;
}
.qodef-testimonials-list .qodef-e-client-images {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 60%;
	margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
	.qodef-testimonials-list .qodef-e-client-images {
		max-width: 80%;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-testimonials-list .qodef-e-client-images {
		max-width: 60%;
		justify-content: center;
	}
	.qodef-testimonials-list .qodef-e-client-images .qodef-e-image {
		margin: 0 30px 30px;
	}
}
.qodef-testimonials-list .swiper-pagination-bullets {
	position: relative;
	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;
}
.qodef-testimonials-list .swiper-button-prev.swiper-button-outside {
	left: 142px !important;
	top: 33%;
}
@media only screen and (max-width: 1600px) {
	.qodef-testimonials-list .swiper-button-prev.swiper-button-outside {
		left: 4% !important;
	}
}
@media only screen and (max-width: 1280px) {
	.qodef-testimonials-list .swiper-button-prev.swiper-button-outside {
		left: 2% !important;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-testimonials-list .swiper-button-prev {
		display: none;
	}
}
.qodef-testimonials-list .swiper-button-next.swiper-button-outside {
	right: 142px !important;
	top: 33%;
}
@media only screen and (max-width: 1600px) {
	.qodef-testimonials-list .swiper-button-next.swiper-button-outside {
		right: 4% !important;
	}
}
@media only screen and (max-width: 1280px) {
	.qodef-testimonials-list .swiper-button-next.swiper-button-outside {
		right: 2% !important;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-testimonials-list .swiper-button-next {
		display: none;
	}
}
.qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1:not(.qodef-big-images-layout) .qodef-text-holder {
	margin: 0 12vw;
	overflow: hidden;
}
@media only screen and (max-width: 1280px) {
	.qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1:not(.qodef-big-images-layout) .qodef-text-holder {
		margin: 0 15vw;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1:not(.qodef-big-images-layout) .qodef-text-holder {
		margin: 0 20px;
	}
}
.qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1:not(.qodef-big-images-layout).qodef-swiper--initialized .qodef-thumbnails-holder {
	opacity: 1;
}
.qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1:not(.qodef-big-images-layout) .qodef-thumbnails-holder {
	margin: 0 260px;
	overflow: hidden;
	opacity: 0;
	transition: opacity 0.5s 0.5s;
}
@media only screen and (max-width: 1280px) {
	.qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1:not(.qodef-big-images-layout) .qodef-thumbnails-holder {
		margin: 0 15vw;
	}
}
.qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1:not(.qodef-big-images-layout) .qodef-thumbnails-holder .swiper-slide {
	height: auto;
}
.qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1:not(.qodef-big-images-layout) .qodef-thumbnails-holder .swiper-slide img {
	width: auto !important;
}
.qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1:not(.qodef-big-images-layout) .qodef-thumbnails-holder .qodef-e-client-image {
	transition: opacity 0.5s ease-out;
	opacity: 0.5;
	cursor: pointer;
}
.qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1:not(.qodef-big-images-layout) .qodef-thumbnails-holder .qodef-e-client-images-decoration {
	transition: opacity 0.5s ease-out;
	opacity: 0;
}
.qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1:not(.qodef-big-images-layout) .qodef-thumbnails-holder .swiper-slide {
	text-align: center;
}
.qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1:not(.qodef-big-images-layout) .qodef-thumbnails-holder .swiper-slide.swiper-slide-active .qodef-e-client-image {
	opacity: 1;
}
.qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1:not(.qodef-big-images-layout) .qodef-thumbnails-holder .swiper-slide.swiper-slide-active .qodef-e-client-images-decoration {
	opacity: 1;
}
.qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1:not(.qodef-big-images-layout) .qodef-thumbnails-holder .swiper-slide:hover .qodef-e-client-image {
	opacity: 1;
}
.qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1:not(.qodef-big-images-layout) .swiper-pagination-bullets {
	width: 100%;
}
.qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1:not(.qodef-hide-client-images--no) .qodef-e-inner {
	opacity: 0;
	transition: opacity 1.2s ease-out;
}
.qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1:not(.qodef-hide-client-images--no) .swiper-slide.swiper-slide-active .qodef-e-inner {
	opacity: 1 !important;
}
.qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1.qodef-hide-client-images--no .qodef-text-holder .qodef-e-inner {
	opacity: 0;
	transition: opacity 0.2s ease-out;
}
.qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1.qodef-hide-client-images--no .qodef-text-holder .swiper-slide.swiper-slide-active .qodef-e-inner {
	opacity: 1;
	transition-duration: 0.5s;
}

.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: #EFD865;
}
.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: #EFD865;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg {
	display: inline-block;
	margin-right: 8px;
	width: 14px;
	height: auto;
}
.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-review-rating .qodef-comments-ratings .qodef-m-star.qodef--initial svg {
	stroke: #56634f;
	fill: transparent;
}

.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: 446px;
	opacity: 0;
	visibility: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #D6D9CF;
	z-index: -1;
	border-bottom: 1px solid #56634F;
}
.qodef-fullscreen-menu-animate--in .qodef-fullscreen-search-holder {
	display: none;
}

.qodef-fullscreen-search-holder .qodef-m-inner {
	width: 100%;
}
.qodef-fullscreen-search-holder .qodef-m-form {
	position: relative;
	width: 60%;
	max-width: 920px;
	margin: 0 auto;
	text-align: center;
}
.qodef-fullscreen-search-holder .qodef-m-form h4 {
	margin: 0 0 44px;
}
.qodef-fullscreen-search-holder .qodef-m-form-field {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: 600;
	color: #262922;
	background: transparent;
	border: 0;
	border-radius: 0;
}
.qodef-fullscreen-search-holder .qodef-svg--search {
	height: 15px;
	width: 15px;
}
.qodef-fullscreen-search-holder .qodef-m-form-submit {
	position: absolute;
	right: 0;
	bottom: -20px;
	width: auto;
	padding: 0;
	margin: 0;
	color: #3A4135;
	background: none;
	border: 0;
	outline: none;
	opacity: 0;
	cursor: pointer;
	transition: color 0.2s ease-out;
}
.qodef-fullscreen-search-holder .qodef-m-form-submit:hover {
	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 #56634F;
	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: #3A4135;
	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 svg {
	fill: none;
	stroke: currentColor;
	width: 16px;
	height: auto;
	stroke-width: 0.85;
}
.qodef-fullscreen-search-holder .qodef-m-close:hover {
	color: currentColor;
}
.qodef-fullscreen-search-holder .qodef-m-close:hover svg path {
	animation: qode-draw 0.9s cubic-bezier(0.57, 0.39, 0, 0.86) 1 forwards;
}
.qodef-fullscreen-search-holder .qodef-m-close:hover svg path:nth-of-type(2) {
	animation-name: qode-draw-from-right;
	animation-delay: 0.15s;
}
.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;
	z-index: 104;
	visibility: visible;
}

@keyframes fullscreen_search_fade_out {
	0% {
		opacity: 1;
		visibility: visible;
	}
	100% {
		opacity: 0;
		visibility: hidden;
	}
}
@keyframes fullscreen_search_fade_in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/* 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
========================================================================== */
/* ==========================================================================
   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 {
	padding-right: 15px;
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
@media screen and (min-width: 1024px) {
	.qodef-accordion .qodef-accordion-content-inner {
		padding-right: 15px;
	}
}
.qodef-accordion.qodef--init {
	visibility: visible;
}

/* ==========================================================================
   Accordion shortcode styles
   ========================================================================== */
.qodef-accordion.qodef-layout--simple {
	border-bottom: 1px solid rgba(185, 162, 146, 0.5);
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	padding: 26px 0 23px;
	transition: all 0.2s ease-out;
	cursor: pointer;
	border-top: 1px solid rgba(185, 162, 146, 0.5);
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-accordion-header-active {
	padding-bottom: 10px;
}
.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;
	display: flex;
	justify-content: center;
	flex-shrink: 0;
	width: 15px;
	height: 14px;
	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: clip-path 0.35s ease, opacity 0.2s;
	background: #3A4135;
}
.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 {
	width: 15px;
	height: 1px;
	transform: translateY(-1px);
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--plus {
	opacity: 1;
	height: 14px;
	width: 1px;
	clip-path: inset(0% -1px);
}
.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 {
	transition-delay: 0s, 0.15s;
	opacity: 0;
	clip-path: inset(50% -1px);
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-content {
	padding: 0 0 42px;
	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;
}
.qodef-accordion.qodef-layout--simple.qodef-border-dark {
	border-bottom: 1px solid #3a4135;
}
.qodef-accordion.qodef-layout--simple.qodef-border-dark .qodef-accordion-title {
	border-color: #3a4135;
}

/* ==========================================================================
   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: "Gilda Display", 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-alignment--center .qodef-m-content-inner {
	align-items: center;
	text-align: center;
}
.qodef-banner.qodef-vertical--center .qodef-m-content-inner {
	justify-content: center;
}
.qodef-banner.qodef-vertical--end .qodef-m-content-inner {
	justify-content: flex-end;
}
.qodef-banner.qodef-alignment--right .qodef-m-content-inner {
	align-items: flex-end;
}
.qodef-banner.qodef-alignment--left .qodef-m-content-inner {
	align-items: flex-start;
}

.qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
	flex-direction: column;
	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-button .qodef-m-image {
	overflow: hidden;
}
.qodef-banner.qodef-layout--link-button .qodef-m-image img {
	--qode-zoom: 1.01;
	--qode-zoom-hover: 1.02;
	transform: scale(var(--qode-zoom));
	transition: transform 0.45s cubic-bezier(0.61, 1, 0.88, 1);
	transform-origin: 0% 30%;
}
.qodef-banner.qodef-layout--link-button:hover .qodef-m-image img {
	transform: scale(var(--qode-zoom-hover));
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
	flex-direction: column;
	text-align: center;
	padding: 30px;
}
.qodef-banner.qodef-layout--link-overlay .qodef-m-image {
	overflow: hidden;
}
.qodef-banner.qodef-layout--link-overlay .qodef-m-image img {
	--qode-zoom: 1.01;
	--qode-zoom-hover: 1.026;
	transform: scale(var(--qode-zoom));
	transition: transform 0.45s cubic-bezier(0.61, 1, 0.88, 1);
	transform-origin: 0% 30%;
}
.qodef-banner.qodef-layout--link-overlay:hover .qodef-m-image img {
	transform: scale(var(--qode-zoom-hover));
}

/* ==========================================================================
   Button shortcode styles
   ========================================================================== */
.qodef-button .qodef-m-text {
	letter-spacing: 1px;
}
.qodef-button.qodef-html--link {
	font-family: "Gilda Display", sans-serif;
	font-weight: 400;
	color: #3A4135;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-family: "Nunito Sans", sans-serif;
	font-size: 12px;
	line-height: 1em;
	position: relative;
	display: inline-flex;
	justify-content: center;
	vertical-align: middle;
	width: auto;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 0;
	outline: none;
	letter-spacing: 1px;
	transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
	padding: 17px 39px;
}
.qodef-button.qodef-size--small {
	padding: 13px 28px;
}
.qodef-button.qodef-size--large {
	padding: 21px 83px;
	min-width: 140px;
}
@media screen and (max-width: 1440px) {
	.qodef-button.qodef-size--large {
		padding: 15px 40px;
	}
}
.qodef-button.qodef-size--full {
	width: 100%;
	padding: 12px 20px;
	justify-content: center;
	text-align: center;
}

.qodef-button.qodef-layout--filled.qodef-html--link {
	color: #3A4135;
	background-color: #fff;
	border: 1px solid transparent;
}
.qodef-button.qodef-layout--filled.qodef-html--link:hover {
	color: #ffffff;
	background-color: #45503F;
}

.qodef-button.qodef-layout--outlined {
	color: #3A4135;
	background-color: transparent;
	border: 1px solid #56634F;
}
.qodef-button.qodef-layout--outlined:hover {
	color: #ffffff;
	background-color: #45503F;
	border-color: #45503F;
}

.qodef-button.qodef-layout--textual {
	padding: 0 !important;
	color: #3A4135;
	background-color: transparent;
	border: 0;
}
.qodef-button.qodef-layout--textual .qodef-m-text {
	display: inline-block;
	letter-spacing: 1px;
	margin-right: 10px;
}
.qodef-button.qodef-layout--textual .qodef-m-icon {
	margin-top: -1px;
	--qodef-move: 4px;
	transform: translateX(0px);
	transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.qodef-browser--safari .qodef-button.qodef-layout--textual .qodef-m-icon {
	will-change: transform;
}

.qodef-button.qodef-layout--textual:hover {
	color: #3A4135;
}
.qodef-button.qodef-layout--textual:hover .qodef-m-icon {
	transform: translateX(var(--qodef-move));
}

/* ==========================================================================
   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 15px 0 rgba(58, 65, 53, 0.5);
}
.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-touchevents .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-touchevents .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-touchevents .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-touchevents .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-touchevents .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-touchevents .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-touchevents .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-touchevents .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-touchevents .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-touchevents .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-touchevents .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-touchevents .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-touchevents .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-touchevents .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-touchevents .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-touchevents .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-touchevents .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-touchevents .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-touchevents .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
   ========================================================================== */
/* ==========================================================================
   Countdown shortcode styles
   ========================================================================== */
.qodef-countdown .qodef-m-date {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.qodef-countdown .qodef-digit,
.qodef-countdown .qodef-label {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: center;
}
.qodef-countdown.qodef-show--1 .qodef-digit-wrapper {
	width: 100%;
}
.qodef-countdown.qodef-show--2 .qodef-digit-wrapper {
	width: 50%;
}
.qodef-countdown.qodef-show--3 .qodef-digit-wrapper {
	width: 33.3333333333%;
}
.qodef-countdown.qodef-show--4 .qodef-digit-wrapper {
	width: 25%;
}
.qodef-countdown.qodef-show--5 .qodef-digit-wrapper {
	width: 20%;
}
.qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
	width: 16.6666666667%;
}
.qodef-countdown.qodef-countdown--light .qodef-digit,
.qodef-countdown.qodef-countdown--light .qodef-label {
	color: #fff;
}

.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
}
.qodef-countdown.qodef-layout--simple .qodef-digit {
	font-size: 90px;
	line-height: 1em;
	color: #3A4135;
	font-weight: 500;
	font-family: "Gilda Display", sans-serif;
}
.qodef-countdown.qodef-layout--simple .qodef-label {
	color: #3A4135;
	font-family: "Nunito Sans", sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
}

/* ==========================================================================
   Counter shortcode styles
   ========================================================================== */
.qodef-counter.qodef-layout--simple {
	text-align: center;
}
.qodef-counter.qodef-layout--simple .qodef-m-digit {
	font-size: 75px;
	line-height: 1;
	color: #3A4135;
	font-weight: 500;
	font-family: "Gilda Display", sans-serif;
}
.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_myritual_core_custom_font {
	margin-bottom: 0 !important;
}

.qodef-custom-font {
	position: relative;
	margin: 0;
}
.qodef-custom-font .qodef-highlighted-word {
	font-family: "Cormorant Infant", "sans-serif";
	font-style: italic;
}
@media only screen and (max-width: 480px) {
	.qodef-custom-font .qodef-highlighted-word {
		font-size: inherit !important;
	}
}
.qodef-custom-font.qodef-alignment--center {
	text-align: center;
}
.qodef-custom-font.qodef-alignment--right {
	text-align: right;
}
.qodef-custom-font.qodef--has-appear {
	clip-path: inset(-0.15em -0.1em);
	--qode-y: -40%;
}
.qodef-custom-font.qodef--has-appear .qodef--word {
	clip-path: inset(-0.35em -0.3em);
	display: inline-flex;
	opacity: 0;
	transform: translateY(-170%);
	transition: opacity 0.65s ease-out, transform 1.3s cubic-bezier(0.51, 0.88, 0.42, 0.96);
}
.qodef-custom-font.qodef--has-appear .qodef--word .qode--char {
	display: inline-flex;
	opacity: 0;
	transform: translateY(var(--qode-y));
	transition: opacity 0.35s, transform 1.3s cubic-bezier(0.26, -0.14, 0, 1.01);
}
.qodef-custom-font.qodef--has-appear .qodef--word .qode--char:nth-of-type(3n) {
	--qode-y: 30%;
}
.qodef-custom-font.qodef--has-appear .qodef--word .qode--char:nth-of-type(5n) {
	--qode-y: -20%;
}
.qodef-custom-font.qodef--has-appear.qodef--appeared .qodef--word {
	transform: translateY(0%);
	opacity: 1;
}
.qodef-custom-font.qodef--has-appear.qodef--appeared .qode--char {
	transform: translateY(0%);
	opacity: 1;
}
.qodef-custom-font.qodef--has-appear.qodef--appeared .qode--char:nth-of-type(6n) {
	transition-delay: 0.1s, 0.1s;
}
.qodef-custom-font.qodef--has-appear.qodef--appeared .qode--char:nth-of-type(5n) {
	transition-delay: 0.2s, 0.2s;
}
.qodef-custom-font.qodef--has-appear.qodef--appeared .qode--char:nth-of-type(8n) {
	transition-delay: 0.05s, 0.05s;
}

/* ==========================================================================
   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: "Gilda Display", sans-serif;
	font-weight: 400;
	color: #3A4135;
	font-size: 52px;
	line-height: 1.0961538462em;
	letter-spacing: -0.005em;
}
.qodef-dropcaps .qodef-m-text {
	display: inline;
	margin: 0;
}
.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
	width: 40px;
	height: 40px;
	font-size: 32px;
	line-height: 1.1470588235em;
	letter-spacing: -0.005em;
	color: #fff;
	background-color: #3A4135;
}
.qodef-dropcaps.qodef-type--circle .qodef-m-letter {
	border-radius: 100%;
}

/* ==========================================================================
   Google Map shortcode styles
   ========================================================================== */
.qodef-google-map {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-google-map .qodef-m-map {
	display: block;
	width: 100%;
}
.qodef-google-map .qodef-m-map iframe,
.qodef-google-map .qodef-m-map object,
.qodef-google-map .qodef-m-map embed {
	width: 100%;
	display: block;
}
.qodef-google-map .qodef-m-map img {
	max-width: none;
}
@media only screen and (max-width: 1024px) {
	.qodef-google-map .qodef-m-map {
		height: 500px !important;
	}
}

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

/* ==========================================================================
   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_myritual_core_icon_list_item {
	margin-bottom: 0;
}
#qodef-page-footer .widget.widget_myritual_core_icon_list_item {
	margin-bottom: 0;
}
#qodef-side-area .widget.widget_myritual_core_icon_list_item {
	margin-bottom: 0;
}

/* ==========================================================================
   Icon With Text shortcode styles
   ========================================================================== */
.qodef-icon-with-text .qodef-m-title {
	margin: 0;
}
.qodef-icon-with-text .qodef-m-title a {
	display: block;
}
.qodef-icon-with-text .qodef-m-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;
}

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

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

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

/* ==========================================================================
   Icon shortcode styles
   ========================================================================== */
.qodef-icon-holder {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	line-height: 1;
}
.qodef-icon-holder a {
	display: block;
}
.qodef-icon-holder .qodef-icon {
	display: block;
	line-height: inherit;
}
.qodef-icon-holder .qodef-icon:before {
	display: block;
	line-height: inherit;
}
.qodef-icon-holder.qodef-layout--circle, .qodef-icon-holder.qodef-layout--square {
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	color: #fff;
	background-color: var(--qode-main-color);
	transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.qodef-icon-holder.qodef-layout--circle a, .qodef-icon-holder.qodef-layout--square a {
	color: inherit;
	transition: none;
}
.qodef-icon-holder.qodef-layout--circle:hover, .qodef-icon-holder.qodef-layout--square:hover {
	background-color: #3A4135;
}
.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_myritual_core_icon {
	display: inline-block;
	line-height: 1;
}
#qodef-page-sidebar .widget.widget_myritual_core_icon {
	margin-bottom: 0;
}
#qodef-page-footer .widget.widget_myritual_core_icon {
	margin-bottom: 0;
}
#qodef-side-area .widget.widget_myritual_core_icon {
	margin-bottom: 0;
}

/* ==========================================================================
   Image Gallery shortcode styles
   ========================================================================== */
.qodef-image-gallery {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-image-gallery.qodef-borders-enabled img {
	border: 1px solid #E1DDD9;
}
.qodef-image-gallery:not(.qodef-custom-caption-layout--bellow) .qodef-e-additional-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.qodef-image-gallery:not(.qodef-custom-caption-layout--bellow) .qodef-e-caption {
	font-family: "Cormorant Infant", "sans-serif";
	font-size: 35px;
	line-height: 1.33em;
	text-transform: uppercase;
}
@media only screen and (max-width: 680px) {
	.qodef-image-gallery:not(.qodef-custom-caption-layout--bellow) .qodef-e-caption {
		font-size: 45px;
	}
}
.qodef-image-gallery .qodef-e-additional-info {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	padding: 16px 35px;
	text-align: center;
}
.qodef-image-gallery .qodef-e-alt-text {
	font-family: "Gilda Display", sans-serif;
	font-weight: 400;
	color: #3A4135;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-family: "Nunito Sans", sans-serif;
}
.qodef-image-gallery:not(.qodef-custom-caption-layout--left) .qodef-e-caption {
	color: #000;
}
.qodef-image-gallery.qodef-custom-caption-layout--bellow .qodef-e-additional-info {
	padding: 0;
	text-align: center;
	margin-top: 17px;
}
.qodef-image-gallery.qodef-custom-caption-layout--bellow .qodef-e-caption {
	font-family: "Gilda Display", sans-serif;
	font-weight: 400;
	color: #3A4135;
	font-size: 42px;
	line-height: 1.2380952381em;
	letter-spacing: -0.005em;
}
.qodef-image-gallery.qodef-custom-caption-layout--bellow .qodef-e-description {
	margin-bottom: 3px;
}
.qodef-image-gallery.qodef-image-border--enabled .qodef-image-wrapper img {
	border: 1px solid #56634F;
}
.qodef-image-gallery.qodef-box-shadow--enabled .qodef-image-wrapper img {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.qodef-image-gallery.qodef-custom-caption-layout--left .qodef-e-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: auto;
	padding: 0;
	color: #3A4135;
	background-color: #ffffff;
	transform: rotate(-90deg) translateY(100%);
	transform-origin: 0 100%;
	font-size: 6.65em;
}
@media only screen and (max-width: 680px) {
	.qodef-image-gallery.qodef-custom-caption-layout--left .qodef-e-caption {
		font-size: 60px;
	}
}
.qodef-image-gallery.qodef-custom-caption-layout--left .qodef-image-wrapper.swiper-slide {
	padding-left: 125px;
}
@media only screen and (max-width: 680px) {
	.qodef-image-gallery.qodef-custom-caption-layout--left .qodef-image-wrapper.swiper-slide {
		padding-left: 80px;
	}
}
.qodef-image-gallery.qodef-content-vertical-align--top .qodef-e-additional-info {
	justify-content: flex-start;
}
.qodef-image-gallery.qodef-content-vertical-align--middle .qodef-e-additional-info {
	justify-content: center;
}
.qodef-image-gallery.qodef-content-vertical-align--bottom .qodef-e-additional-info {
	justify-content: flex-end;
}
.qodef-image-gallery.qodef-content-horizontal-align--left .qodef-e-additional-info {
	align-items: flex-start;
}
.qodef-image-gallery.qodef-content-horizontal-align--center .qodef-e-additional-info {
	align-items: center;
}
.qodef-image-gallery.qodef-content-horizontal-align--right .qodef-e-additional-info {
	align-items: flex-end;
}
.qodef-image-gallery.qodef-zigzag-layout--enabled .qodef-e:nth-of-type(2n + 1) {
	margin-top: 75px;
}
@media only screen and (max-width: 680px) {
	.qodef-image-gallery.qodef-zigzag-layout--enabled .qodef-e:nth-of-type(2n + 1) {
		margin-top: 0;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-image-gallery.qodef-zigzag-layout--enabled .qodef-e {
		margin-top: 20px !important;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-image-gallery.qodef-zigzag-layout--enabled .qodef-e {
		margin-top: 0 !important;
	}
}
.qodef-image-gallery.qodef-slider-layout--centered-custom.qodef-swiper--show-pagination .swiper-wrapper, .qodef-image-gallery.qodef-slider-layout--centered-original.qodef-swiper--show-pagination .swiper-wrapper {
	padding-bottom: 11px;
}
.qodef-image-gallery.qodef-slider-layout--centered-custom .qodef-e img, .qodef-image-gallery.qodef-slider-layout--centered-original .qodef-e img {
	transform: scale(0.91);
	transition: transform 0.4s cubic-bezier(0.29, 0.6, 0.25, 1);
}
.qodef-image-gallery.qodef-slider-layout--centered-custom .qodef-e.swiper-slide-active img, .qodef-image-gallery.qodef-slider-layout--centered-original .qodef-e.swiper-slide-active img {
	transform: scale(1);
	transition: transform 1.2s cubic-bezier(0.5, 0.11, 0, 0.93) 0.6s;
	z-index: 2;
}
.qodef-image-gallery:not(.qodef-slider-layout--centered-custom):not(.qodef-slider-layout--centered-original).qodef-swiper-container.qodef-swiper--show-pagination .swiper-wrapper {
	padding-bottom: 18px;
}
.qodef-image-gallery.qodef-gallery-skin--light .swiper-pagination .swiper-pagination-bullet {
	border-color: #fff;
}
.qodef-image-gallery.qodef-gallery-skin--light .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .qodef-image-gallery.qodef-gallery-skin--light .swiper-pagination .swiper-pagination-bullet:hover {
	background-color: #fff;
}
.qodef-image-gallery:not(.qodef-swiper-container) .qodef-e {
	overflow: hidden;
}
.qodef-image-gallery:not(.qodef-swiper-container) .qodef-e img {
	--qode-zoom: 1.01;
	--qode-zoom-hover: 1.026;
	transform: scale(var(--qode-zoom));
	transition: transform 0.45s cubic-bezier(0.61, 1, 0.88, 1);
	transform-origin: 50%;
}
.qodef-image-gallery:not(.qodef-swiper-container) .qodef-e:not(.qodef-item--huge-square) img {
	--qode-zoom-hover: 1.03;
}
.qodef-image-gallery:not(.qodef-swiper-container) .qodef-e:hover img {
	transform: scale(var(--qode-zoom-hover));
}
.qodef-image-gallery .qodef-e.qodef--has-appear {
	--qode-x: 0px;
	--qode-y: 40px;
	opacity: 0;
	transform: translateX(var(--qode-x)) translateY(var(--qode-y));
	transition: opacity 0.4s ease-out, transform 0.65s cubic-bezier(0.25, 0.15, 0.06, 0.96);
	transition-duration: 0.65s, 0.95s;
	overflow: hidden;
}
.qodef-image-gallery .qodef-e.qodef--has-appear a {
	display: block;
	--qode-zoom: 1.08;
	--qode-zoom-hover: 1;
	transform: scale(var(--qode-zoom));
	transition: transform 0.45s cubic-bezier(0.61, 1, 0.88, 1);
	transform-origin: 50%;
	transition-duration: 0.95s;
}
.qodef-image-gallery .qodef-e.qodef--has-appear.qodef--appeared {
	opacity: 1;
	transform: translateX(0px) translateY(0px);
	transition-duration: 0.65s, 0.95s;
}
.qodef-image-gallery .qodef-e.qodef--has-appear.qodef--appeared a {
	transform: scale(var(--qode-zoom-hover));
}
.qodef-image-gallery .qodef-e.qodef--has-appear.qodef--appeared:nth-of-type(2n+2) {
	transition-delay: 0.1s, 0.1s;
}
.qodef-image-gallery .qodef-e.qodef--has-appear.qodef--appeared:nth-of-type(2n+2) a {
	transition-delay: 0.1s;
}
.qodef-image-gallery .qodef-e.qodef--has-appear.qodef--appeared:nth-of-type(3n+3) {
	transition-delay: 0.2s, 0.2s;
}
.qodef-image-gallery .qodef-e.qodef--has-appear.qodef--appeared:nth-of-type(3n+3) a {
	transition-delay: 0.2s;
}
.qodef-image-gallery .qodef-e.qodef--has-appear.qodef--appeared:nth-of-type(4n+4) {
	transition-delay: 0.3s, 0.3s;
}
.qodef-image-gallery .qodef-e.qodef--has-appear.qodef--appeared:nth-of-type(4n+4) a {
	transition-delay: 0.3s;
}
.qodef-image-gallery .qodef-e.qodef--has-appear.qodef--appeared:nth-of-type(5n+5) {
	transition-delay: 0.4s, 0.4s;
}
.qodef-image-gallery .qodef-e.qodef--has-appear.qodef--appeared:nth-of-type(5n+5) a {
	transition-delay: 0.4s;
}
.qodef-image-gallery .qodef-e.qodef--has-appear.qodef--appeared:nth-of-type(6n+6) {
	transition-delay: 0.5s, 0.5s;
}
.qodef-image-gallery .qodef-e.qodef--has-appear.qodef--appeared:nth-of-type(6n+6) a {
	transition-delay: 0.5s;
}
.qodef-image-gallery.swiper-horizontal .swiper-pagination-bullets.swiper-pagination-horizontal {
	position: relative;
	bottom: 0;
	margin-top: 11px;
}

/* ==========================================================================
   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 With Text shortcode styles
   ========================================================================== */
.qodef-image-with-text {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-image-with-text .qodef-m-image {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-image-with-text .qodef-m-image a, .qodef-image-with-text .qodef-m-image img {
	display: block;
}
.qodef-image-with-text .qodef-m-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-image-with-text .qodef-m-title {
	margin: 31px 0 0;
}
.qodef-image-with-text .qodef-m-text {
	margin: 15px 0 0;
}
.qodef-image-with-text.qodef-image-border--enabled .qodef-m-image {
	border: 1px solid #E1DDD9;
}
.qodef-image-with-text.qodef-alignment--center {
	text-align: center;
}
.qodef-image-with-text.qodef-alignment--center .qodef-m-image img {
	margin: 0 auto;
}
.qodef-image-with-text.qodef-alignment--right {
	text-align: right;
}
.qodef-image-with-text.qodef-alignment--right .qodef-m-image img {
	margin-left: auto;
}
.qodef-image-with-text.qodef-hover--move .qodef-m-title a, .qodef-image-with-text.qodef-hover--zoom .qodef-m-title a {
	--qodef-underline-position-y: 100%;
	--qodef-underline-height: 1px;
	background-repeat: no-repeat;
	background-image: linear-gradient(90deg, currentColor 0%, currentColor 100%);
	transition: background-size 0.45s cubic-bezier(0.27, 0.13, 0.16, 0.91), color 0.2s ease-out;
	background-position: 0% var(--qodef-underline-position-y);
	background-size: 0% var(--qodef-underline-height);
}
.qodef-image-with-text.qodef-hover--move:hover .qodef-m-title a, .qodef-image-with-text.qodef-hover--zoom:hover .qodef-m-title a {
	background-size: 100% var(--qodef-underline-height);
}
.qodef-image-with-text.qodef-hover--move .qodef-m-image {
	transform: translateY(0);
	transition: transform 0.65s cubic-bezier(0.2, 0.37, 0.2, 0.96);
}
.qodef-image-with-text.qodef-hover--move:hover .qodef-m-image {
	transform: translateY(-6px);
}
.qodef-image-with-text.qodef-hover--zoom .qodef-m-image {
	overflow: hidden;
}
.qodef-image-with-text.qodef-hover--zoom .qodef-m-image img {
	--qode-zoom: 1.01;
	--qode-zoom-hover: 1.02;
	transform: scale(var(--qode-zoom));
	transition: transform 0.45s cubic-bezier(0.61, 1, 0.88, 1);
	transform-origin: 0% 30%;
}
.qodef-image-with-text.qodef-hover--zoom:hover .qodef-m-image img {
	transform: scale(var(--qode-zoom-hover));
}
.qodef-image-with-text.qodef--has-appear .qodef-m-inner-holder {
	--qode-x: 0px;
	--qode-y: 40px;
	opacity: 0;
	transform: translateX(var(--qode-x)) translateY(var(--qode-y));
	transition: opacity 0.4s ease-out, transform 0.65s cubic-bezier(0.25, 0.15, 0.06, 0.96);
	transition-duration: 0.65s, 0.95s;
}
.qodef-image-with-text.qodef--has-appear.qodef--appeared .qodef-m-inner-holder {
	opacity: 1;
	transform: translateX(0px) translateY(0px);
}

/* ==========================================================================
   Interactive Link Showcase shortcode styles
   ========================================================================== */
.qodef-interactive-link-showcase {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	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-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: "Gilda Display", sans-serif;
	font-weight: 400;
	color: #3A4135;
	font-size: 52px;
	line-height: 1.0961538462em;
	letter-spacing: -0.005em;
	transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.qodef-interactive-link-showcase .qodef-m-item .qodef-e-title {
	position: relative;
	display: inline-block;
	z-index: 2;
	text-transform: uppercase;
}
.qodef-interactive-link-showcase.qodef--init {
	visibility: visible;
}
.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item {
	color: #fff;
}
/* ==========================================================================
   Interactive Link Showcase List styles
   ========================================================================== */
.qodef-interactive-link-showcase.qodef-layout--big-image-list {
	border-top: 1px solid #56634F;
	border-bottom: 1px solid #56634F;
	padding: 0;
	opacity: 0;
	height: 100%;
	min-height: 88vh;
	transition: opacity 0.2s ease-out 0.2s;
}
@media only screen and (max-width: 680px) {
	.qodef-interactive-link-showcase.qodef-layout--big-image-list {
		height: auto;
		min-height: 100vh;
	}
}
.qodef-interactive-link-showcase.qodef-layout--big-image-list.qodef--init {
	opacity: 1;
}
.qodef-interactive-link-showcase.qodef-layout--big-image-list .qodef-m-images-inner {
	--qode-space: 20px;
	overflow: hidden;
	margin: var(--qode-space);
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 2 * var(--qode-space));
	height: calc(100% - 2 * var(--qode-space));
}
.qodef-interactive-link-showcase.qodef-layout--big-image-list .qodef-m-images-holder {
	position: absolute;
	display: block;
	margin-left: auto;
	width: 50%;
	height: 100%;
	top: 0;
	right: 0;
	border-left: 1px solid #56634f;
}
.qodef-interactive-link-showcase.qodef-layout--big-image-list .qodef-m-images-holder .qodef-m-image-front {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 120px;
	display: flex;
	justify-content: center;
	opacity: 0;
	animation: qode-image-hide 0.4s ease-out forwards;
}
.qodef-interactive-link-showcase.qodef-layout--big-image-list .qodef-m-images-holder .qodef-m-image-front img {
	object-fit: contain;
}
@media only screen and (max-width: 680px) {
	.qodef-interactive-link-showcase.qodef-layout--big-image-list .qodef-m-images-holder .qodef-m-image-front {
		padding: 50px;
	}
}
.qodef-interactive-link-showcase.qodef-layout--big-image-list .qodef-m-images-holder .qodef-m-images .qodef-m-image {
	background-size: cover;
	transform: scale(1.06);
	transition: opacity 0.6s ease-out 0.4s, transform 0.6s cubic-bezier(0.61, 1, 0.88, 1) 0s;
}
@media only screen and (max-width: 768px) {
	.qodef-interactive-link-showcase.qodef-layout--big-image-list .qodef-m-images-holder .qodef-m-images .qodef-m-image {
		background-size: cover;
	}
}
.qodef-interactive-link-showcase.qodef-layout--big-image-list .qodef-m-images-holder .qodef-m-images.qodef--active .qodef-m-image {
	opacity: 1;
	transform: scale(1);
	transition-delay: 0.2s, 0.2s;
}
.qodef-interactive-link-showcase.qodef-layout--big-image-list .qodef-m-images-holder .qodef-m-images.qodef--active .qodef-m-image-front {
	animation: qode-image-show 0.5s ease-out 0.4s forwards;
}
@media only screen and (max-width: 768px) {
	.qodef-interactive-link-showcase.qodef-layout--big-image-list .qodef-m-images-holder {
		height: 700px;
		width: 100%;
		border: none;
		border-bottom: 1px solid #56634f;
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-interactive-link-showcase.qodef-layout--big-image-list .qodef-m-images-holder {
		height: 350px;
	}
}
.qodef-interactive-link-showcase.qodef-layout--big-image-list .qodef-m-items {
	width: 50%;
	flex-direction: column;
	justify-content: flex-end;
	gap: 0;
	min-height: 88vh;
}
.qodef-interactive-link-showcase.qodef-layout--big-image-list .qodef-m-items .qodef-section-title {
	margin-bottom: auto;
	padding: 12% 28% 8% 10%;
}
@media screen and (max-width: 1512px) {
	.qodef-interactive-link-showcase.qodef-layout--big-image-list .qodef-m-items .qodef-section-title {
		padding: 12% 17% 12% 10%;
	}
}
.qodef-interactive-link-showcase.qodef-layout--big-image-list .qodef-m-items .qodef-section-title .qodef-m-text {
	font-size: 18px;
	font-weight: normal;
	margin: 18px 0 0;
}
.qodef-interactive-link-showcase.qodef-layout--big-image-list .qodef-m-items .qodef-section-title .qodef-highlighted-word {
	font-family: "Cormorant Infant", "sans-serif";
	font-style: italic;
}
@media only screen and (max-width: 480px) {
	.qodef-interactive-link-showcase.qodef-layout--big-image-list .qodef-m-items .qodef-section-title .qodef-highlighted-word {
		font-size: inherit !important;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-interactive-link-showcase.qodef-layout--big-image-list .qodef-m-items .qodef-section-title {
		padding: 7%;
	}
}
.qodef-interactive-link-showcase.qodef-layout--big-image-list .qodef-m-items .qodef-m-item {
	font-family: "Gilda Display", sans-serif;
	font-weight: 400;
	color: #3A4135;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-family: "Nunito Sans", sans-serif;
	text-transform: uppercase;
	padding-left: 30px;
	margin: 0;
	min-height: 77px;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.qodef-interactive-link-showcase.qodef-layout--big-image-list .qodef-m-items .qodef-m-item:not(:last-child) {
	border-bottom: 1px solid #56634F;
}
.qodef-interactive-link-showcase.qodef-layout--big-image-list .qodef-m-items .qodef-m-item:nth-child(2) {
	border-top: 1px solid #56634F;
}
.qodef-interactive-link-showcase.qodef-layout--big-image-list .qodef-m-items .qodef-m-item .qodef-e-num {
	color: #56634F;
	font-size: 10px;
}
.qodef-interactive-link-showcase.qodef-layout--big-image-list .qodef-m-items .qodef-m-item.qodef--active {
	background: #D6D9CF;
}
@media only screen and (max-width: 768px) {
	.qodef-interactive-link-showcase.qodef-layout--big-image-list .qodef-m-items {
		width: 100%;
	}
	.qodef-interactive-link-showcase.qodef-layout--big-image-list .qodef-m-items .qodef-section-title {
		margin: 720px 0 0 0;
		padding: 7% 25% 7% 7%;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-interactive-link-showcase.qodef-layout--big-image-list .qodef-m-items .qodef-section-title {
		margin: 340px 0 0 0;
		padding: 50px 7% 7% 7%;
	}
}

/* ==========================================================================
   Interactive Link Showcase List styles
   ========================================================================== */
.qodef-interactive-link-showcase.qodef-layout--list {
	display: flex;
	justify-content: center;
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
	justify-content: center;
	flex-direction: column;
	width: 100%;
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item {
	color: #3A4135;
	position: relative;
	width: 100%;
	text-align: center;
	padding: 32px 0 28px;
	border-bottom: 1px solid #56634F;
	margin: 0;
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item .qodef-e-num {
	font-size: 12px;
	line-height: 1em;
	display: inline-block;
	margin-right: 5px;
	position: absolute;
	top: 7px;
	left: -22px;
	font-family: "Nunito Sans", sans-serif;
	letter-spacing: 0.05em;
}
@media only screen and (max-width: 680px) {
	.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item .qodef-e-num {
		position: relative;
		top: -12px;
		left: 3px;
	}
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item:first-child {
	border-top: 1px solid #56634F;
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item .qodef-m-image {
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	align-items: center;
	transition: opacity 0.2s ease-in-out;
	display: flex;
	justify-content: space-between;
	max-width: 60vw;
	pointer-events: none;
}
@media only screen and (max-width: 768px) {
	.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item .qodef-m-image {
		top: -33px;
	}
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item .qodef-m-image img {
	display: block;
	max-height: 270px;
	object-fit: contain;
	opacity: 0;
	animation: qode-image-hide-long 0.4s ease forwards;
	--qode-y: 90px;
	--qode-rotate: 5deg;
}
@media only screen and (max-width: 768px) {
	.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item .qodef-m-image img {
		max-height: 170px;
	}
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item .qodef-m-image div:nth-of-type(even) img {
	--qode-y: -50px;
	--qode-rotate: -5deg;
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item .qodef-m-image.qodef--active {
	z-index: 0;
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item .qodef-m-image.qodef--active img {
	animation: qode-image-show-long 0.8s cubic-bezier(0.25, 0.46, 0.35, 0.93) 0.1s forwards;
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item .qodef-m-image.qodef--active div:nth-of-type(even) img {
	animation-delay: 0.1s;
	animation-duration: 0.68s;
}

/* ==========================================================================
   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
   ========================================================================== */
/* ==========================================================================
   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: "Gilda Display", sans-serif;
	font-weight: 400;
	color: #3A4135;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-family: "Nunito Sans", sans-serif;
	text-transform: uppercase;
}
.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%);
}

/* ==========================================================================
   Section Title shortcode styles
   ========================================================================== */
.qodef-section-title {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-section-title .qodef-m-title {
	margin: 0;
}
.qodef-section-title .qodef-m-title .qodef-highlighted-word {
	font-family: "Cormorant Infant", "sans-serif";
	font-style: italic;
}
.qodef-section-title .qodef-m-text {
	margin: 28px 0 0;
	font-size: 18px;
	line-height: 29px;
}
.qodef-section-title.qodef-alignment--center {
	text-align: center;
}
.qodef-section-title.qodef-alignment--left {
	text-align: left;
}
.qodef-section-title.qodef-alignment--right {
	text-align: right;
}

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

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

/* ==========================================================================
   Single Images shortcode styles
   ========================================================================== */
.qodef-single-image img {
	display: block;
}
.qodef-alignment--center .qodef-single-image img {
	margin: 0 auto;
}

.qodef-alignment--right .qodef-single-image img {
	margin: 0 0 0 auto;
}

.qodef-single-image.qodef-hover--zoom .qodef-m-image {
	overflow: hidden;
}
.qodef-single-image.qodef-hover--zoom .qodef-m-image img {
	--qode-zoom: 1.01;
	--qode-zoom-hover: 1.03;
	transform: scale(var(--qode-zoom));
	transition: transform 0.45s cubic-bezier(0.61, 1, 0.88, 1);
	transform-origin: 50%;
}
.qodef-single-image.qodef-hover--zoom:hover .qodef-m-image img {
	transform: scale(var(--qode-zoom-hover));
}

/* ==========================================================================
   Stacked Images style - begin
   ========================================================================== */
.qodef-stacked-images .qodef-m-images {
	position: relative;
	display: grid;
	grid-template-areas: "stack";
	grid-template-columns: minmax(0, 1fr);
	grid-template-rows: minmax(0, 1fr);
}
.qodef-stacked-images .qodef-m-images .qodef-m-image {
	position: relative;
	grid-area: stack;
}
.qodef-stacked-images .qodef-m-images .qodef-m-image img {
	opacity: 0;
	transform: translateY(15%);
	transition: opacity 0.3s ease-out, transform 0.6s ease-out;
}
.qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child) {
	width: auto;
}
.qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child).qodef-vertical-anchor--top {
	align-self: start;
	top: var(--qode-vertical-position-1920, 0);
}
@media only screen and (max-width: 1440px) {
	.qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child).qodef-vertical-anchor--top {
		top: var(--qode-vertical-position-1440, 0);
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child).qodef-vertical-anchor--top {
		top: var(--qode-vertical-position-1366, 0);
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child).qodef-vertical-anchor--top {
		top: var(--qode-vertical-position-1024, 0);
	}
}
@media only screen and (max-width: 768px) {
	.qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child).qodef-vertical-anchor--top {
		top: var(--qode-vertical-position-768, 0);
	}
}
@media only screen and (max-width: 680px) {
	.qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child).qodef-vertical-anchor--top {
		top: var(--qode-vertical-position-680, 0);
	}
}
.qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child).qodef-vertical-anchor--bottom {
	align-self: end;
	bottom: var(--qode-vertical-position-1920, 0);
}
@media only screen and (max-width: 1440px) {
	.qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child).qodef-vertical-anchor--bottom {
		bottom: var(--qode-vertical-position-1440, 0);
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child).qodef-vertical-anchor--bottom {
		bottom: var(--qode-vertical-position-1366, 0);
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child).qodef-vertical-anchor--bottom {
		bottom: var(--qode-vertical-position-1024, 0);
	}
}
@media only screen and (max-width: 768px) {
	.qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child).qodef-vertical-anchor--bottom {
		bottom: var(--qode-vertical-position-768, 0);
	}
}
@media only screen and (max-width: 680px) {
	.qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child).qodef-vertical-anchor--bottom {
		bottom: var(--qode-vertical-position-680, 0);
	}
}
.qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child).qodef-horizontal-anchor--left {
	justify-self: start;
	left: var(--qode-horizontal-position-1920, 0);
}
@media only screen and (max-width: 1440px) {
	.qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child).qodef-horizontal-anchor--left {
		left: var(--qode-horizontal-position-1440, 0);
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child).qodef-horizontal-anchor--left {
		left: var(--qode-horizontal-position-1366, 0);
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child).qodef-horizontal-anchor--left {
		left: var(--qode-horizontal-position-1024, 0);
	}
}
@media only screen and (max-width: 768px) {
	.qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child).qodef-horizontal-anchor--left {
		left: var(--qode-horizontal-position-768, 0);
	}
}
@media only screen and (max-width: 680px) {
	.qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child).qodef-horizontal-anchor--left {
		left: var(--qode-horizontal-position-680, 0);
	}
}
.qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child).qodef-horizontal-anchor--right {
	justify-self: end;
	right: var(--qode-horizontal-position-1920, 0);
}
@media only screen and (max-width: 1440px) {
	.qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child).qodef-horizontal-anchor--right {
		right: var(--qode-horizontal-position-1440, 0);
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child).qodef-horizontal-anchor--right {
		right: var(--qode-horizontal-position-1366, 0);
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child).qodef-horizontal-anchor--right {
		right: var(--qode-horizontal-position-1024, 0);
	}
}
@media only screen and (max-width: 768px) {
	.qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child).qodef-horizontal-anchor--right {
		right: var(--qode-horizontal-position-768, 0);
	}
}
@media only screen and (max-width: 680px) {
	.qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child).qodef-horizontal-anchor--right {
		right: var(--qode-horizontal-position-680, 0);
	}
}
.qodef-stacked-images .qodef-m-images .qodef-m-image.qodef--appeared img {
	opacity: 1;
	transform: translateY(0);
}

/* ==========================================================================
   Stacked Images 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;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid rgba(58, 65, 53, 0.3);
}
@media only screen and (max-width: 680px) {
	.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
		border-bottom: none;
	}
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
	margin: 0 56px 0 0;
	padding: 0;
}
@media only screen and (max-width: 680px) {
	.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
		border-bottom: 1px solid rgba(58, 65, 53, 0.5);
	}
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
	font-family: "Gilda Display", sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-family: "Nunito Sans", sans-serif;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 0.05em;
	display: block;
	padding: 0 3px 3px;
	transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #3A4135;
	transition: width 0.35s ease-out;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
	margin-right: 0;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover, .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a, .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a, .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a {
	color: #3A4135;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover:after, .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a:after, .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a:after, .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a:after {
	width: 100%;
}
@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 {
		margin: 0 0 26px 0;
		padding: 0;
		width: 100%;
	}
	.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
		margin-bottom: 0;
	}
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	height: 100%;
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
	flex-shrink: 0;
	display: block;
	padding-right: 26px;
	margin-right: 26px;
	border-right: 1px solid #56634F;
}
.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;
}

/* ==========================================================================
   Textual Projects Showcase widget styles
   ========================================================================== */
.qodef-textual-projects-showcase {
	--space-between: 3px;
	--text-color: $heading-color;
	--image-border-radius: 0;
	--align-self: auto;
	--image-width: auto;
	--fs: 42px;
	--lh: 1.2381em;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	row-gap: 0;
	column-gap: calc(var(--space-between) + 5px);
}
.qodef-textual-projects-showcase .qodef-e-text {
	font-size: var(--fs);
	font-family: "Gilda Display", sans-serif;
	line-height: var(--lh);
	color: #3A4135;
}
.qodef-skin--light .qodef-textual-projects-showcase .qodef-e-text {
	color: #fff;
}
.qodef-textual-projects-showcase .qodef-e-text {
	color: var(--text-color);
	align-self: var(--align-self);
}
.qodef-textual-projects-showcase .qodef-e-image {
	display: inline-block;
	width: var(--image-width);
	height: auto;
	overflow: hidden;
	position: relative;
	align-self: var(--align-self);
	flex: 0 0 var(--image-width);
}
.qodef-textual-projects-showcase .qodef-e-image img {
	border-radius: var(--image-border-radius);
}
.qodef-textual-projects-showcase .qodef-e-image a,
.qodef-textual-projects-showcase .qodef-e-image img {
	display: inline-block;
}
.qodef-textual-projects-showcase .qodef-e-image .qodef--main {
	opacity: 1;
}
.qodef-textual-projects-showcase .qodef-e-image .qodef--hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 0.13s;
}
.qodef-textual-projects-showcase.qodef-image-hover--change-image .qodef-e-image .qodef--main {
	transition: opacity 0.13s;
}
.qodef-textual-projects-showcase.qodef-image-hover--change-image .qodef-e-image:hover .qodef--main {
	opacity: 0;
}
.qodef-textual-projects-showcase.qodef-image-hover--change-image .qodef-e-image:hover .qodef--hover {
	opacity: 1;
}
.qodef-textual-projects-showcase.qodef-image-hover--zoom .qodef-e-image .qodef--main {
	transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transform: scale(1.005);
}
.qodef-textual-projects-showcase.qodef-image-hover--zoom .qodef-e-image .qodef--hover {
	display: none;
}
.qodef-textual-projects-showcase.qodef-image-hover--zoom .qodef-e-image:hover .qodef--main {
	transform: scale(1.04);
}
.qodef-textual-projects-showcase.qodef--has-appear {
	overflow: hidden;
}
.qodef-textual-projects-showcase.qodef--has-appear > span.qodef-e-image {
	overflow: hidden;
}
.qodef-textual-projects-showcase.qodef--has-appear > span.qodef-e-image img {
	opacity: 0;
	transform: translateY(90%) scale(0);
	transition: opacity 0.35s, transform 1.1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.qodef-textual-projects-showcase.qodef--has-appear > span.qodef-e-text {
	clip-path: inset(-0.15em -0.1em);
}
.qodef-textual-projects-showcase.qodef--has-appear > span.qodef-e-text .qode--char {
	display: inline-flex;
	transform: translateY(120%);
	opacity: 0;
	transition: opacity 0.35s, transform 1.1s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.qodef-textual-projects-showcase.qodef--has-appear.qodef--appeared > span:nth-child(1n) {
	--qode-delay: 0s;
}
.qodef-textual-projects-showcase.qodef--has-appear.qodef--appeared > span:nth-child(2n) {
	--qode-delay: 0.06s;
}
.qodef-textual-projects-showcase.qodef--has-appear.qodef--appeared > span:nth-child(3n) {
	--qode-delay: 0.12s;
}
.qodef-textual-projects-showcase.qodef--has-appear.qodef--appeared > span:nth-child(4n) {
	--qode-delay: 0.18s;
}
.qodef-textual-projects-showcase.qodef--has-appear.qodef--appeared > span:nth-child(5n) {
	--qode-delay: 0.24s;
}
.qodef-textual-projects-showcase.qodef--has-appear.qodef--appeared > span:nth-child(6n) {
	--qode-delay: 0.3s;
}
.qodef-textual-projects-showcase.qodef--has-appear.qodef--appeared > span:nth-child(7n) {
	--qode-delay: 0.36s;
}
.qodef-textual-projects-showcase.qodef--has-appear.qodef--appeared > span:nth-child(8n) {
	--qode-delay: 0.42s;
}
.qodef-textual-projects-showcase.qodef--has-appear.qodef--appeared > span:nth-child(9n) {
	--qode-delay: 0.48s;
}
.qodef-textual-projects-showcase.qodef--has-appear.qodef--appeared > span:nth-child(10n) {
	--qode-delay: 0.54s;
}
.qodef-textual-projects-showcase.qodef--has-appear.qodef--appeared > span:nth-child(11n) {
	--qode-delay: 0.6s;
}
.qodef-textual-projects-showcase.qodef--has-appear.qodef--appeared > span:nth-child(12n) {
	--qode-delay: 0.66s;
}
.qodef-textual-projects-showcase.qodef--has-appear.qodef--appeared .qodef-e-image img {
	opacity: 1;
	transform: translateY(0%);
	transition-delay: var(--qode-delay), var(--qode-delay);
}
.qodef-textual-projects-showcase.qodef--has-appear.qodef--appeared .qodef-e-text .qode--char {
	transition-delay: calc(var(--qode-delay) + var(--qode-i) * 0.018s);
	transform: translateY(0%);
	opacity: 1;
}

/* ==========================================================================
   Text Marquee shortcode styles
   ========================================================================== */
@keyframes qode-text-marquee-left {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(-100%, 0, 0);
	}
}
@keyframes qode-text-marquee-right {
	0% {
		transform: translate3d(-100%, 0, 0);
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}
.qodef-text-marquee .qodef-m-content {
	display: flex;
	font-family: "Cormorant Infant", "sans-serif";
	font-style: italic;
	font-size: 26px;
	font-weight: 500;
	line-height: 2.1153846154em;
	overflow: hidden;
	white-space: nowrap;
}
.qodef--init.qodef-direction--left.qodef-text-marquee .qodef-m-content-inner {
	animation: qode-text-marquee-left var(--qode-marquee-duration, 25s) linear infinite;
}

.qodef--init.qodef-direction--right.qodef-text-marquee .qodef-m-content-inner {
	animation: qode-text-marquee-right var(--qode-marquee-duration, 25s) linear infinite;
}

.qodef-text-marquee .qodef-m-text-1 {
	color: #3A4135;
}
.qodef-text-marquee .qodef-m-text-2 {
	color: #3A4135;
}
.qodef-text-marquee .qodef-m-text-3 {
	color: #3A4135;
}
.qodef-text-marquee .qodef-m-separator {
	color: var(--qode-main-color);
	position: relative;
	padding-right: 25px;
}

/* ==========================================================================
   Video Button shortcode start styles
   ========================================================================== */
.qodef-video-button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}
.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: #3A4135;
	font-size: 106px;
	line-height: 1;
}
.qodef-video-button .qodef-m-play .qodef-svg--play {
	width: 16px;
	fill: currentColor;
}
.qodef-video-button .qodef-m-play .qodef-text-in-circle {
	position: absolute;
	left: 50%;
	height: 110px;
	width: 110px;
	transform: translate(-50%, -50%);
	top: 50%;
}
.qodef-video-button .qodef-m-play .qodef-text-in-circle svg {
	animation: rotating 12s linear infinite;
}
.qodef-video-button .qodef-m-play .qodef-text-in-circle text {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 500;
	letter-spacing: 2px;
}
.qodef-video-button .qodef-m-play span {
	display: flex;
	line-height: inherit;
}
.qodef-video-button .qodef-m-play span:before {
	display: block;
	line-height: inherit;
}
.qodef-video-button .qodef-m-play > .qodef-text-in-circle, .qodef-video-button .qodef-m-play > .qodef-m-play-inner {
	opacity: 1;
	transition: opacity 0.5s ease-out;
}
.qodef-video-button .qodef-m-follow-cursor {
	position: absolute;
	top: 0;
	left: 0;
	translate: -50% -50%;
	opacity: 0;
	transition: opacity 0.2s;
}
.qodef-video-button .qodef-m-follow-cursor .qodef-text-in-circle {
	transition: transform 46ms;
}
.qodef-video-button.qodef--show-cursor .qodef-m-follow-cursor {
	opacity: 1;
}
.qodef-video-button.qodef--show-cursor .qodef-m-play > .qodef-text-in-circle, .qodef-video-button.qodef--show-cursor .qodef-m-play > .qodef-m-play-inner {
	opacity: 0;
}
@keyframes rotating {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}

/* ==========================================================================
   Video Button shortcode end styles
   ========================================================================== */
/* ==========================================================================
# Side Area style - begin
========================================================================== */
#qodef-side-area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100vw;
	height: 100%;
	min-height: 100%;
	padding: 0;
	text-align: center;
	background-color: #000000;
	overflow: hidden;
	visibility: hidden;
	transform: translateX(100vw);
	z-index: 9999;
	transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	display: flex;
	align-items: center;
}
#qodef-side-area #qodef-side-area-inner {
	width: 100%;
}
#qodef-side-area .qodef-opener-icon.qodef-source--predefined .qodef-m-lines {
	width: 43px;
}
.qodef-side-area--opened #qodef-side-area {
	transform: translateX(0vw);
	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 .qodef-header-logo-link {
	position: absolute;
	top: 40px;
	left: 50px;
}
#qodef-side-area .qodef-header-logo-link img {
	opacity: 0;
	width: auto;
	height: 33px;
}
#qodef-side-area .qodef-header-logo-link img.qodef--main {
	opacity: 1;
}
#qodef-side-area .wp-block-columns {
	gap: 0;
}
#qodef-side-area .wp-block-columns .wp-block-image, #qodef-side-area .wp-block-columns .qi-block-single-image {
	padding: 0 20%;
}
#qodef-side-area .wp-block-columns .wp-block-image {
	margin-bottom: 28px;
}
#qodef-side-area .wp-block-columns .wp-block-column:not(:last-child) .wp-block-image, #qodef-side-area .wp-block-columns .wp-block-column:not(:last-child) .qi-block-single-image {
	border-right: 1px solid #56634F;
}
#qodef-side-area .qi-block-single-image .qodef-m-image {
	--qode-x: 0px;
	--qode-y: 30px;
	opacity: 0;
	transform: translateX(var(--qode-x)) translateY(var(--qode-y));
	transition: opacity 0.4s ease-out, transform 0.65s cubic-bezier(0.25, 0.15, 0.06, 0.96);
	transform: translateX(var(--qode-x)) translateY(var(--qode-y)) scale(0.85);
	transition-duration: 0.5s, 0.7s;
}
#qodef-side-area .qi-block-advanced-text {
	--qode-x: 0px;
	--qode-y: 30px;
	opacity: 0;
	transform: translateX(var(--qode-x)) translateY(var(--qode-y));
	transition: opacity 0.4s ease-out, transform 0.65s cubic-bezier(0.25, 0.15, 0.06, 0.96);
	transition-duration: 0.5s, 0.7s;
}

.qodef-side-area-animate--in #qodef-side-area .qi-block-single-image .qodef-m-image {
	opacity: 1;
	transform: translateY(0px);
}
.qodef-side-area-animate--in #qodef-side-area .wp-block-columns .wp-block-column:nth-of-type(odd) .wp-block-column:nth-of-type(odd) .qi-block-single-image .qodef-m-image {
	transition-delay: 0.4s;
}
.qodef-side-area-animate--in #qodef-side-area .wp-block-columns .wp-block-column:nth-of-type(odd) .wp-block-column:nth-of-type(even) .qi-block-single-image .qodef-m-image {
	transition-delay: 0.5s;
}
.qodef-side-area-animate--in #qodef-side-area .wp-block-columns .wp-block-column:nth-of-type(even) .wp-block-column:nth-of-type(odd) .qi-block-single-image .qodef-m-image {
	transition-delay: 0.6s;
}
.qodef-side-area-animate--in #qodef-side-area .wp-block-columns .wp-block-column:nth-of-type(even) .wp-block-column:nth-of-type(even) .qi-block-single-image .qodef-m-image {
	transition-delay: 0.7s;
}

.qodef-side-area-animate--in #qodef-side-area .qi-block-advanced-text {
	opacity: 1;
	transform: translateY(0px);
}
.qodef-side-area-animate--in #qodef-side-area .wp-block-columns .wp-block-column:nth-of-type(odd) .wp-block-column:nth-of-type(odd) .qi-block-advanced-text {
	transition-delay: 0.5s;
}
.qodef-side-area-animate--in #qodef-side-area .wp-block-columns .wp-block-column:nth-of-type(odd) .wp-block-column:nth-of-type(even) .qi-block-advanced-text {
	transition-delay: 0.6s;
}
.qodef-side-area-animate--in #qodef-side-area .wp-block-columns .wp-block-column:nth-of-type(even) .wp-block-column:nth-of-type(odd) .qi-block-advanced-text {
	transition-delay: 0.7s;
}
.qodef-side-area-animate--in #qodef-side-area .wp-block-columns .wp-block-column:nth-of-type(even) .wp-block-column:nth-of-type(even) .qi-block-advanced-text {
	transition-delay: 0.8s;
}

#qodef-side-area-close {
	position: absolute;
	top: 57px;
	right: 46px;
	display: block;
	z-index: 1000;
	color: #3A4135;
}
.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-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: "Gilda Display", sans-serif;
	font-weight: 400;
	color: #3A4135;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-family: "Nunito Sans", sans-serif;
	text-transform: uppercase;
}
.qodef-social-share ul {
	position: relative;
	display: inline-block;
	vertical-align: top;
	list-style: none;
	padding: 0;
	margin: 0;
}
.qodef-social-share li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	padding: 0;
	margin: 0;
}
.qodef-social-share li a {
	font-size: 20px;
}

/* ==========================================================================
   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-e-social-share-icon {
	width: 18px;
	height: auto;
	margin-left: 5px;
}
.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: flex;
}
.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: flex;
	align-items: center;
	justify-content: center;
	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: flex;
	align-items: center;
	justify-content: center;
	line-height: inherit;
	width: 100%;
	height: 100%;
}
.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 #56634F;
}
.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: 20px;
	color: #3A4135;
	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: 30px;
}
.qodef-social-share.qodef-layout--text li a {
	font-family: "Nunito Sans", sans-serif;
	font-size: 14px;
	letter-spacing: 0.01em;
	font-weight: 600;
	text-transform: uppercase;
	color: #3A4135;
	position: relative;
}
.qodef-social-share.qodef-layout--text li a .qodef-svg--share-circle {
	position: absolute;
	left: -5px;
	top: -6px;
	overflow: visible;
	opacity: 0;
	--qode-path-length: 100px;
	stroke-dashoffset: var(--qode-path-length);
	stroke-dasharray: var(--qode-path-length);
	transition: opacity 1s, stroke-dashoffset 0.5s;
}
.qodef-social-share.qodef-layout--text li a:hover .qodef-svg--share-circle {
	stroke-dashoffset: 0;
	opacity: 1;
	transition-duration: 0.2s, 1.2s;
	transition-timing-function: ease, cubic-bezier(0.39, 0.06, 0.31, 0.95);
}
.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: #3A4135;
	background-color: #D9DCD1;
}
#qodef-page-spinner .qodef-m-spinner {
	position: relative;
}

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

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

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

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

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

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

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

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

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--predefined {
	clip-path: inset(0 0 calc(var(--qodef-clip) * 1%) 0);
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner {
	position: relative;
	width: 100vW;
	height: 100vH;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 4.7vMax;
}
#qodef-page-spinner.qodef-layout--predefined.qodef--init .qodef-m-spinner-line {
	opacity: 1;
}
#qodef-page-spinner.qodef-layout--predefined.qodef--init .qodef-m-spinner-images {
	opacity: 1;
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-line {
	opacity: 0;
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-heading {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-heading > * {
	margin: 0;
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-images {
	opacity: 0;
	text-align: center;
	display: flex;
	padding: 5vMax;
}
@media only screen and (max-width: 680px) {
	#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-images {
		padding: 0;
	}
	#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-images .qodef-m-spinner-image {
		scale: 1.5;
	}
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-images .qodef-m-spinner-image {
	display: inline-block;
	overflow: hidden;
	--qode-rotate: 0;
	--qode-y: 0;
	--qode-x: 0;
	transform: translateY(var(--qode-y)) translateX(var(--qode-x)) rotate(var(--qode-rotate));
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-images .qodef-m-spinner-image:first-of-type {
	--qode-rotate: 0deg;
	--qode-y: -25%;
	--qode-x: 35%;
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-images .qodef-m-spinner-image:nth-of-type(2n+2) {
	--qode-rotate: -4deg;
	--qode-y: -15%;
	--qode-x: 13%;
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-images .qodef-m-spinner-image:nth-of-type(3n+3) {
	--qode-rotate: 4deg;
	--qode-y: -5%;
	--qode-x: 2%;
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-images .qodef-m-spinner-image:nth-of-type(4n+4) {
	--qode-rotate: 3deg;
	--qode-y: 4%;
	--qode-x: -20%;
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-images .qodef-m-spinner-image:nth-of-type(5n+5) {
	--qode-rotate: -1deg;
	--qode-y: 13%;
	--qode-x: -39%;
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-line {
	position: absolute;
	bottom: 65px;
	display: flex;
	align-items: center;
	--qode-margin: 10px;
	width: calc(100% - var(--qode-margin));
	margin-right: var(--qode-margin);
	font-size: 3.4vMax;
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-line-front {
	width: 100%;
	height: 1px;
	background-color: #56634F;
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-number {
	color: currentColor;
	bottom: 0;
	line-height: 1;
	display: flex;
	font-family: "Gilda Display", sans-serif;
	font-size: inherit;
	letter-spacing: -0.02em;
	font-weight: 400;
	min-width: 2.7em;
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-number > span {
	display: inline-flex;
}

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

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

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

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

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

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

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

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

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

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

.elementor-element.qodef-sticky-column {
	align-self: flex-start;
}

/* ==========================================================================
# Subscribe Popup default style
========================================================================== */
.qodef-sp-holder {
	position: fixed;
	bottom: 0;
	right: 0;
	opacity: 0;
	z-index: 115;
	visibility: hidden;
	transition: opacity 0.2s ease-out;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
.qodef-popup-disabled .qodef-sp-holder {
	display: none;
}
.qodef-sp-holder .qodef-horizontal-form input {
	font-weight: normal;
	margin-bottom: 15px;
	padding: 6px 25px 8px 0;
}
.qodef-sp-holder .qodef-horizontal-form button {
	top: 8px;
}
.qodef-sp-holder .qodef-horizontal-form button .qodef-m-text {
	margin-right: 0;
	margin-top: -3px;
	position: relative;
}
.qodef-sp-holder .qodef-horizontal-form button .qodef-m-text:after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #56634F;
	transition: width 0.35s ease-out;
}
.qodef-sp-holder .qodef-horizontal-form button:hover {
	transform: none;
}
.qodef-sp-holder .qodef-horizontal-form button:hover .qodef-m-text:after {
	width: 100%;
}
.qodef-sp-holder .qodef-sp-inner {
	width: 814px;
	min-height: 324px;
	background-color: #D6D9CF;
	border: 1px solid #56634F;
	opacity: 0;
	transition: transform 0.3s cubic-bezier(0.06, 0.47, 0.38, 0.99), opacity 0.2s ease-out;
}
@media only screen and (max-width: 768px) {
	.qodef-sp-holder .qodef-sp-inner {
		display: flex;
		width: 90%;
		flex-direction: column;
	}
	.qodef-sp-holder .qodef-sp-inner .qodef-sp-image-container,
	.qodef-sp-holder .qodef-sp-inner .qodef-sp-content-container {
		width: 100%;
	}
	.qodef-sp-holder .qodef-sp-inner .qodef-sp-image-container {
		min-height: 33vh;
	}
}
.qodef-sp-holder .qodef-sp-close {
	position: absolute;
	top: 7px;
	right: 12px;
	display: block;
	color: #000000;
}
.qodef-sp-holder .qodef-sp-close:hover {
	color: #3A4135;
}
@media only screen and (max-width: 680px) {
	.qodef-sp-holder .qodef-sp-close {
		top: 5px;
		right: 21px;
	}
}
.qodef-sp-holder .qodef-sp-image-container {
	width: 100%;
	max-width: 244px;
	height: 284px;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 30px;
	border-top-left-radius: 120px;
}
@media only screen and (max-width: 480px) {
	.qodef-sp-holder .qodef-sp-image-container {
		max-width: 100%;
		margin: 15px 0 0;
	}
}
.qodef-sp-holder .qodef-sp-content-container {
	display: flex;
	padding: 20px 40px 20px 20px;
	align-items: center;
}
@media only screen and (max-width: 680px) {
	.qodef-sp-holder .qodef-sp-content-container {
		flex-direction: column;
		padding: 20px;
	}
}
.qodef-sp-holder .qodef-sp-content-container .wpcf7-response-output {
	margin: 4px 0;
	font-size: 13px;
}
.qodef-sp-holder .qodef-sp-content-container .wpcf7-not-valid-tip {
	position: absolute;
	top: -20px;
	font-size: 13px;
}
.qodef-sp-holder .qodef-sp-title {
	justify-self: flex-start;
	margin: 8px 0 36px 0;
	font-family: "Gilda Display", sans-serif;
	text-transform: none;
}
@media only screen and (max-width: 680px) {
	.qodef-sp-holder .qodef-sp-title {
		font-size: 38px;
	}
}
.qodef-sp-holder .qodef-sp-subtitle {
	justify-self: flex-start;
	margin: 0;
}
@media only screen and (max-width: 768px) {
	.qodef-sp-holder .qodef-sp-subtitle {
		margin-bottom: 20px;
	}
}
.qodef-sp-holder .wpcf7 {
	width: 100%;
	display: block;
	justify-self: flex-end;
}
.qodef-sp-holder .qodef-sp-prevent {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	justify-self: flex-end;
	margin-top: 2px;
}
.qodef-sp-holder .qodef-sp-prevent-inner {
	cursor: pointer;
}
.qodef-sp-holder .qodef-sp-prevent-inner > * {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.qodef-sp-holder .qodef-sp-prevent-input {
	margin: 1px 7px 0 0;
	width: 11px;
	height: 11px;
	border: 1px solid #3A4135;
	overflow: hidden;
	border-radius: 3px;
}
.qodef-sp-holder .qodef-sp-prevent-input svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.2s 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: 15px;
	line-height: 1em;
	text-transform: none;
}

/* Popup open/close style */
.qodef-sp-opened .qodef-sp-holder {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.2s 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;
}
@media only screen and (max-width: 1024px) {
	.qodef-page-title.qodef-title--breadcrumbs .qodef-m-content {
		padding: 0 7% !important;
	}
}
.qodef-page-title.qodef-image--responsive {
	height: auto !important;
}
.qodef-page-title.qodef-image--responsive .qodef-m-content {
	position: absolute;
	top: 0;
	left: 0;
}
.qodef-page-title.qodef-image--responsive .qodef-m-content.qodef-content-grid {
	left: 50%;
	transform: translateX(-50%);
}
.qodef-page-title.qodef-alignment--center {
	text-align: center;
}
.qodef-page-title.qodef-alignment--right {
	text-align: right;
}
.qodef-page-title .qodef-m-image {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-page-title .qodef-m-image img {
	display: block;
	width: 100%;
}
.qodef-page-title .qodef-m-content.qodef-content-full-width {
	padding: 0 50px;
}
.qodef-page-title .qodef-breadcrumbs {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.qodef-page-title .qodef-breadcrumbs a, .qodef-page-title .qodef-breadcrumbs span {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	letter-spacing: 0.05em;
}
@media only screen and (max-width: 680px) {
	.qodef-page-title .qodef-breadcrumbs a, .qodef-page-title .qodef-breadcrumbs span {
		font-size: 11px;
	}
}
.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-current {
	padding-right: 3px;
}
.qodef-page-title .qodef-breadcrumbs a {
	color: #3A4135;
	text-decoration: none;
	background-image: linear-gradient(to top, #3A4135 0, #3A4135 1px, transparent 1px, transparent 100%);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0 100%;
	transition: background-size 0.25s ease-out;
}
.qodef-page-title .qodef-breadcrumbs a:hover, .qodef-page-title .qodef-breadcrumbs a:focus {
	color: #3A4135;
	background-size: 100% 100%;
}
.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-breadcrumbs {
	margin-top: 5px;
}

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

.widget.qodef-author-info .qodef-author-info-image {
	margin-bottom: 9px;
	display: inline-block;
	border-radius: 0 70px 162px 162px;
	overflow: hidden;
}
.widget.qodef-author-info .qodef-author-info-name {
	margin: 0 0 9px;
}
.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: 15px;
}

/* ==========================================================================
   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 {
	transition: color 0.2s ease-out;
}
.qodef-social-icons-group .qodef-icon-holder:last-child {
	margin-right: 0;
}
.qodef-social-icons-group .qodef-icon-holder.qodef--textual {
	font-size: 14px;
	line-height: 1.8571428571em;
	text-transform: capitalize;
	display: inline-flex;
	vertical-align: middle;
	flex-wrap: wrap;
	color: #3A4135;
}
.qodef-social-icons-group .qodef-icon-holder.qodef--textual a {
	color: inherit;
}
.qodef-social-icons-group .qodef-social-icons-item.qodef-layout--horizontal {
	display: inline-block;
}
.qodef-social-icons-group .qodef-social-icons-item.qodef-layout--horizontal:not(:last-child) {
	margin-right: 30px;
}
@media only screen and (max-width: 480px) {
	.qodef-social-icons-group .qodef-social-icons-item.qodef-layout--horizontal {
		margin-right: 6px;
	}
}
.qodef-social-icons-group .qodef-social-icons-item.qodef-layout--vertical {
	margin-right: 0;
	display: block;
	margin-bottom: 0;
}
.qodef-social-icons-group .qodef-social-icons-item a {
	display: inline-block;
	position: relative;
	font-family: "Nunito Sans", sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 2.28em;
	text-transform: uppercase;
	vertical-align: middle;
	flex-wrap: wrap;
}
.qodef-social-icons-group .qodef-social-icons-item a:hover {
	color: #3A4135;
}
.qodef-social-icons-group .qodef-social-icons-item a:hover svg {
	fill: var(--fill-hover-color);
	stroke: var(--stroke-hover-color);
	stroke-dashoffset: 0;
	opacity: 1;
	transition-duration: 0.2s, 1.2s;
	transition-timing-function: ease, cubic-bezier(0.39, 0.06, 0.31, 0.95);
}
.qodef-social-icons-group .qodef-social-icons-item .qodef-svg--share-circle {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	overflow: visible;
	opacity: 0;
	--qode-path-length: 100px;
	stroke-dashoffset: var(--qode-path-length);
	stroke-dasharray: var(--qode-path-length);
	transition: opacity 1s, stroke-dashoffset 0.5s;
	width: 145%;
	min-width: 35px;
}

/* ==========================================================================
   Social Icons Group widget variable style start
   ========================================================================== */
.widget.widget_myritual_core_social_icons_group .qodef-icon-holder.qodef-layout--circle, .widget.widget_myritual_core_social_icons_group .qodef-icon-holder.qodef-layout--square {
	background-color: #F5F2EF;
}
.widget.widget_myritual_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover, .widget.widget_myritual_core_social_icons_group .qodef-icon-holder.qodef-layout--square:hover {
	color: #3A4135;
}
.widget.widget_myritual_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover a, .widget.widget_myritual_core_social_icons_group .qodef-icon-holder.qodef-layout--square:hover a {
	color: #fff;
}

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

/* ==========================================================================
   Sticky Sidebar widget end styles
   ========================================================================== */
/* ==========================================================================
   Button widget styles
   ========================================================================== */
.widget_myritual_core_svg_icon {
	display: inline-block;
	vertical-align: top;
	margin: 0 !important;
}
.widget_myritual_core_svg_icon .qodef-m-holder {
	display: flex;
	align-items: center;
}
.widget_myritual_core_svg_icon .qodef-m-holder.qodef-text-in-center {
	position: relative;
}
.widget_myritual_core_svg_icon .qodef-m-holder.qodef-text-in-center svg {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -2px);
}
.widget_myritual_core_svg_icon .qodef-svg-icon-widget svg {
	display: block;
	fill: var(--fill-color);
	stroke: var(--stroke-color);
	max-width: 100%;
	max-height: 100%;
	transition: all 0.25s ease-out;
}
.widget_myritual_core_svg_icon .qodef-svg-icon-widget a {
	display: inline-block;
	width: 100%;
	height: 100%;
	font-family: "Nunito Sans", sans-serif;
	font-size: 14px;
	letter-spacing: 0.01em;
	font-weight: 600;
	text-transform: uppercase;
	color: #3A4135;
	position: relative;
}
.widget_myritual_core_svg_icon .qodef-svg-icon-widget:hover svg,
.widget_myritual_core_svg_icon .qodef-svg-icon-widget a:hover svg {
	fill: var(--fill-hover-color);
	stroke: var(--stroke-hover-color);
}
.widget_myritual_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-text,
.widget_myritual_core_svg_icon .qodef-svg-icon-widget a:hover .qodef-m-text {
	color: var(--text-hover-color);
}
.widget_myritual_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-icon {
	background-color: var(--background-hover-color);
}
.widget_myritual_core_svg_icon .qodef-m-icon {
	--fill-color: currentColor;
	--stroke-color: currentColor;
	--fill-hover-color: currentColor;
	--stroke-hover-color: currentColor;
	--background-color: transparent;
	--background-hover-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	max-height: 100%;
	background-color: var(--background-color);
	overflow: hidden;
	transition: all 0.25s ease-out;
	min-width: 30px;
	min-height: 30px;
}
.widget_myritual_core_svg_icon .qodef-m-text {
	--text-color: currentColor;
	--text-hover-color: currentColor;
	color: var(--text-color);
	transition: all 0.25s ease-out;
	line-height: 1;
}
#qodef-page-header .widget_myritual_core_svg_icon .qodef-m-text {
	font-family: "Nunito Sans", sans-serif;
	font-size: 15px;
	line-height: 1.625em;
	font-weight: 400;
	color: #3A4135;
}
#qodef-page-header .widget_myritual_core_svg_icon .qodef-m-text svg {
	overflow: visible;
	opacity: 0;
	--qode-path-length: 230px;
	stroke-dashoffset: var(--qode-path-length);
	stroke-dasharray: var(--qode-path-length);
	transition: opacity 1s, stroke-dashoffset 0.5s;
}
.widget_myritual_core_svg_icon .qodef-text-in-center .qodef-m-text {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
}
.widget_myritual_core_svg_icon .qodef-text-in-center svg {
	overflow: visible;
	opacity: 0;
	--qode-path-length: 100px;
	stroke-dashoffset: var(--qode-path-length);
	stroke-dasharray: var(--qode-path-length);
	transition: opacity 1s, stroke-dashoffset 0.5s;
}
.widget_myritual_core_svg_icon .qodef-text-in-center:hover svg {
	stroke-dashoffset: 0;
	opacity: 1;
	transition-duration: 0.2s, 1.2s;
	transition-timing-function: ease, cubic-bezier(0.39, 0.06, 0.31, 0.95);
}

/* ==========================================================================
   Weather Widget style - begin
   ========================================================================== */
.qodef-weather-widget .qodef-m-inner {
	display: flex;
	align-items: center;
}
.qodef-weather-widget .qodef-m-weather {
	margin-right: 20px;
	flex-shrink: 0;
}
.qodef-weather-widget .qodef-m-weather-icon {
	font-size: 50px;
	line-height: 1;
	margin-bottom: 15px;
}
.qodef-weather-widget .qodef-m-weather-icon:before {
	content: "";
}
.qodef-weather-widget .qodef-m-weather-icon.qodef--mist:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--haze:before {
	content: "\f75f";
}
.qodef-weather-widget .qodef-m-weather-icon.qodef--snow:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--light-snow:before {
	content: "\f2dc";
}
.qodef-weather-widget .qodef-m-weather-icon.qodef--thunderstorm:before {
	content: "\f0e7";
}
.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: "\f73d";
}
.qodef-weather-widget .qodef-m-weather-icon.qodef--shower-rain:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--heavy-intensity-rain:before {
	content: "\f740";
}
.qodef-weather-widget .qodef-m-weather-icon.qodef--broken-clouds:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--overcast-clouds:before {
	content: "\f0c2";
}
.qodef-weather-widget .qodef-m-weather-icon.qodef--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: "\f6c4";
}
.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: "\f185";
}
.qodef-weather-widget .qodef-m-temperature {
	font-size: 25px;
}
.qodef-weather-widget .qodef-m-temperature.qodef--high-low .qodef-e-temperature-low:after {
	content: "-";
}
.qodef-weather-widget .qodef-m-weather-info p {
	margin: 0;
}
.qodef-weather-widget .qodef-e-heading {
	margin-bottom: 15px;
}
.qodef-weather-widget .qodef-e-heading > * {
	margin: 0;
}
.qodef-weather-widget .qodef-e-heading-description {
	margin-top: 10px;
}
.qodef-weather-widget .qodef-m-other-days {
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
}
.qodef-weather-widget .qodef-m-other-days .qodef-m-inner {
	flex-direction: column;
}
.qodef-weather-widget.qodef-layout--simple .qodef-m-city {
	padding: 0 10px;
}

.qodef-weather-widget .qodef-m-weather-icon {
	color: var(--qode-main-color);
}
.qodef-weather-widget .qodef-e-heading-description {
	color: var(--qode-main-color);
}

#qodef-page-footer .qodef-weather-widget .qodef-m-weather-icon {
	color: #fff;
}
#qodef-page-footer .qodef-weather-widget .qodef-e-heading-city {
	color: #fff;
}
/* ==========================================================================
   Weather Widget style - end
   ========================================================================== */
/* ==========================================================================
   Wishlist style - begin
   ========================================================================== */
.qodef-wishlist {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-wishlist .qodef-m-link {
	line-height: 1;
}
.qodef-wishlist .qodef-m-link.qodef--added {
	color: var(--qode-main-color);
}
.qodef-wishlist .qodef-m-link.qodef--added i {
	font-weight: 900;
}
.qodef-wishlist .qodef-m-response {
	position: absolute;
	top: -6px;
	bottom: auto;
	right: -6px;
	left: auto;
	width: auto;
	padding: 0 10px;
	font-size: 13px;
	line-height: 30px;
	color: #3A4135;
	background-color: #fff;
	border: 1px solid #56634F;
	border-radius: 4px;
	box-shadow: 3px 3px 15px 0 rgba(58, 65, 53, 0.5);
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	transform: translateY(0);
	transition: opacity 0.2s ease;
}
.qodef-wishlist .qodef-m-response.qodef--show {
	opacity: 1;
	visibility: visible;
}

/* ==========================================================================
   Wishlist DropDown widget style - begin
   ========================================================================== */
.qodef-wishlist-dropdown {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	margin: 0 10px;
}
.qodef-wishlist-dropdown .qodef-m-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	height: 100%;
}
.qodef-wishlist-dropdown .qodef-m-link {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
}
.qodef-wishlist-dropdown .qodef-m-link > * {
	margin: 0;
	line-height: 1;
}
.qodef-wishlist-dropdown .qodef-m-link {
	color: #3A4135;
}
#qodef-top-area .qodef-wishlist-dropdown .qodef-m-link {
	color: #3A4135;
}
.qodef-wishlist-dropdown .qodef-m-link-icon {
	flex-shrink: 0;
	margin-right: 2px;
	font-size: 18px;
}
.qodef-wishlist-dropdown .qodef-m-link-icon:before {
	display: block;
	line-height: inherit;
}
.qodef-wishlist-dropdown .qodef-m-link-icon {
	color: var(--qode-main-color);
}
#qodef-top-area .qodef-wishlist-dropdown .qodef-m-link-icon {
	color: var(--qode-main-color);
}
.qodef-wishlist-dropdown .qodef-m-link-count {
	font-family: "Gilda Display", sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-family: "Nunito Sans", sans-serif;
	text-transform: uppercase;
}
.qodef-wishlist-dropdown .qodef-m-items {
	position: absolute;
	top: 100%;
	left: auto;
	right: 0;
	width: 266px;
	padding: 25px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #56634F;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	transition: all 0.35s cubic-bezier(0.53, 0.01, 0.18, 1);
}
.qodef-wishlist-dropdown .qodef-m-item {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0 0 25px;
}
.qodef-wishlist-dropdown .qodef-m-item:last-child {
	margin-bottom: 0;
}
.qodef-wishlist-dropdown .qodef-e-image-link {
	flex-shrink: 0;
	max-width: 60px;
	margin-right: 15px;
}
.qodef-wishlist-dropdown .qodef-e-image-link img {
	display: block;
	border: 1px solid #56634F;
	border-radius: 4px;
}
.qodef-wishlist-dropdown .qodef-e-title {
	margin: 0;
}
.qodef-wishlist-dropdown .qodef-e-remove {
	position: absolute;
	top: -10px;
	right: -10px;
	padding: 5px;
	font-size: 13px;
	line-height: 1;
	z-index: 3;
}
.qodef-wishlist-dropdown .qodef-e-remove * {
	display: block;
	line-height: inherit;
}
.qodef-wishlist-dropdown .qodef-e-remove *:before {
	display: block;
	line-height: inherit;
}
.touchevents .qodef-wishlist-dropdown {
	cursor: pointer;
}
.qodef-wishlist-dropdown.qodef-items--has:hover .qodef-m-items {
	opacity: 1;
	visibility: visible;
}

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

/* ==========================================================================
# Content Bottom responsive style
========================================================================== */
@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
   ========================================================================== */
/* ==========================================================================
   Twitter List shortcode responsive styles
   ========================================================================== */
@media (max-width: 1440px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
		--qode-columns: 5;
	}
}
@media (max-width: 1366px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
		--qode-columns: 4;
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
		--qode-columns: 4;
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
		--qode-columns: 4;
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
		--qode-columns: 4;
	}
}
@media (max-width: 1024px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns .ctf-tweets {
		--qode-columns: 3;
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
		--qode-columns: 3;
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
		--qode-columns: 3;
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
		--qode-columns: 3;
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
		--qode-columns: 3;
	}
}
@media (max-width: 768px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns .ctf-tweets {
		--qode-columns: 2;
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns .ctf-tweets {
		--qode-columns: 2;
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
		--qode-columns: 2;
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
		--qode-columns: 2;
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
		--qode-columns: 2;
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
		--qode-columns: 2;
	}
}
@media (max-width: 680px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns .ctf-tweets {
		--qode-columns: 1;
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns .ctf-tweets {
		--qode-columns: 1;
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns .ctf-tweets {
		--qode-columns: 1;
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
		--qode-columns: 1;
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
		--qode-columns: 1;
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
		--qode-columns: 1;
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
		--qode-columns: 1;
	}
}
@media (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns .ctf-tweets {
		--qode-columns: 1;
	}
}
@media (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns .ctf-tweets {
		--qode-columns: 2;
	}
}
@media (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns .ctf-tweets {
		--qode-columns: 3;
	}
}
@media (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns .ctf-tweets {
		--qode-columns: 4;
	}
}
@media (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns .ctf-tweets {
		--qode-columns: 5;
	}
}
@media (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns .ctf-tweets {
		--qode-columns: 6;
	}
}
@media (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns .ctf-tweets {
		--qode-columns: 7;
	}
}
@media (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns .ctf-tweets {
		--qode-columns: 8;
	}
}
@media (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns .ctf-tweets {
		--qode-columns: 1;
	}
}
@media (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns .ctf-tweets {
		--qode-columns: 2;
	}
}
@media (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns .ctf-tweets {
		--qode-columns: 3;
	}
}
@media (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns .ctf-tweets {
		--qode-columns: 4;
	}
}
@media (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns .ctf-tweets {
		--qode-columns: 5;
	}
}
@media (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns .ctf-tweets {
		--qode-columns: 6;
	}
}
@media (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns .ctf-tweets {
		--qode-columns: 7;
	}
}
@media (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns .ctf-tweets {
		--qode-columns: 8;
	}
}
@media (max-width: 1440px) and (min-width: 1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns .ctf-tweets {
		--qode-columns: 1;
	}
}
@media (max-width: 1440px) and (min-width: 1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns .ctf-tweets {
		--qode-columns: 2;
	}
}
@media (max-width: 1440px) and (min-width: 1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns .ctf-tweets {
		--qode-columns: 3;
	}
}
@media (max-width: 1440px) and (min-width: 1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns .ctf-tweets {
		--qode-columns: 4;
	}
}
@media (max-width: 1440px) and (min-width: 1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns .ctf-tweets {
		--qode-columns: 5;
	}
}
@media (max-width: 1440px) and (min-width: 1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns .ctf-tweets {
		--qode-columns: 6;
	}
}
@media (max-width: 1440px) and (min-width: 1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns .ctf-tweets {
		--qode-columns: 7;
	}
}
@media (max-width: 1440px) and (min-width: 1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns .ctf-tweets {
		--qode-columns: 8;
	}
}
@media (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns .ctf-tweets {
		--qode-columns: 1;
	}
}
@media (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns .ctf-tweets {
		--qode-columns: 2;
	}
}
@media (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns .ctf-tweets {
		--qode-columns: 3;
	}
}
@media (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns .ctf-tweets {
		--qode-columns: 4;
	}
}
@media (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns .ctf-tweets {
		--qode-columns: 5;
	}
}
@media (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns .ctf-tweets {
		--qode-columns: 6;
	}
}
@media (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns .ctf-tweets {
		--qode-columns: 7;
	}
}
@media (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns .ctf-tweets {
		--qode-columns: 8;
	}
}
@media (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns .ctf-tweets {
		--qode-columns: 1;
	}
}
@media (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns .ctf-tweets {
		--qode-columns: 2;
	}
}
@media (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns .ctf-tweets {
		--qode-columns: 3;
	}
}
@media (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns .ctf-tweets {
		--qode-columns: 4;
	}
}
@media (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns .ctf-tweets {
		--qode-columns: 5;
	}
}
@media (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns .ctf-tweets {
		--qode-columns: 6;
	}
}
@media (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns .ctf-tweets {
		--qode-columns: 7;
	}
}
@media (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns .ctf-tweets {
		--qode-columns: 8;
	}
}
@media (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns .ctf-tweets {
		--qode-columns: 1;
	}
}
@media (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns .ctf-tweets {
		--qode-columns: 2;
	}
}
@media (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns .ctf-tweets {
		--qode-columns: 3;
	}
}
@media (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns .ctf-tweets {
		--qode-columns: 4;
	}
}
@media (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns .ctf-tweets {
		--qode-columns: 5;
	}
}
@media (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns .ctf-tweets {
		--qode-columns: 6;
	}
}
@media (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns .ctf-tweets {
		--qode-columns: 7;
	}
}
@media (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns .ctf-tweets {
		--qode-columns: 8;
	}
}
@media (max-width: 680px) and (min-width: 481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns .ctf-tweets {
		--qode-columns: 1;
	}
}
@media (max-width: 680px) and (min-width: 481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns .ctf-tweets {
		--qode-columns: 2;
	}
}
@media (max-width: 680px) and (min-width: 481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns .ctf-tweets {
		--qode-columns: 3;
	}
}
@media (max-width: 680px) and (min-width: 481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns .ctf-tweets {
		--qode-columns: 4;
	}
}
@media (max-width: 680px) and (min-width: 481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns .ctf-tweets {
		--qode-columns: 5;
	}
}
@media (max-width: 680px) and (min-width: 481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns .ctf-tweets {
		--qode-columns: 6;
	}
}
@media (max-width: 680px) and (min-width: 481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns .ctf-tweets {
		--qode-columns: 7;
	}
}
@media (max-width: 680px) and (min-width: 481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns .ctf-tweets {
		--qode-columns: 8;
	}
}
@media (max-width: 480px) and (min-width: 0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns .ctf-tweets {
		--qode-columns: 1;
	}
}
@media (max-width: 480px) and (min-width: 0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns .ctf-tweets {
		--qode-columns: 2;
	}
}
@media (max-width: 480px) and (min-width: 0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns .ctf-tweets {
		--qode-columns: 3;
	}
}
@media (max-width: 480px) and (min-width: 0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns .ctf-tweets {
		--qode-columns: 4;
	}
}
@media (max-width: 480px) and (min-width: 0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns .ctf-tweets {
		--qode-columns: 5;
	}
}
@media (max-width: 480px) and (min-width: 0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns .ctf-tweets {
		--qode-columns: 6;
	}
}
@media (max-width: 480px) and (min-width: 0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns .ctf-tweets {
		--qode-columns: 7;
	}
}
@media (max-width: 480px) and (min-width: 0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns .ctf-tweets {
		--qode-columns: 8;
	}
}
@media only screen and (max-width: 1440px) {
	.qodef-twitter-list.qodef-vertical-gutter--huge .ctf-tweets {
		--qode-columns-row-gap: 60px;
	}
	.qodef-twitter-list.qodef-gutter--huge .ctf-tweets {
		--qode-columns-col-gap: 60px;
	}
}
@media only screen and (max-width: 1440px) {
	.qodef-twitter-list.qodef-vertical-gutter--custom .ctf-tweets {
		--qode-columns-row-gap: var(--qode-vertical-gutter-custom-1440, 30px);
	}
	.qodef-twitter-list.qodef-gutter--custom .ctf-tweets {
		--qode-columns-col-gap: var(--qode-gutter-custom-1440, 30px);
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-twitter-list.qodef-vertical-gutter--custom .ctf-tweets {
		--qode-columns-row-gap: var(--qode-vertical-gutter-custom-1024, 30px);
	}
	.qodef-twitter-list.qodef-gutter--custom .ctf-tweets {
		--qode-columns-col-gap: var(--qode-gutter-custom-1024, 30px);
	}
}
@media only screen and (max-width: 680px) {
	.qodef-twitter-list.qodef-vertical-gutter--custom .ctf-tweets {
		--qode-columns-row-gap: var(--qode-vertical-gutter-custom-680, 30px);
	}
	.qodef-twitter-list.qodef-gutter--custom .ctf-tweets {
		--qode-columns-col-gap: var(--qode-gutter-custom-680, 30px);
	}
}

/* ==========================================================================
   Twitter List shortcode responsive styles
   ========================================================================== */
/* ==========================================================================
   YITH Countdown global default styles
   ========================================================================== */
@media only screen and (max-width: 680px) {
	.ywpc-countdown > div.ywpc-header, .ywpc-sale-bar > div.ywpc-header {
		border-bottom: 1px solid #ffffff;
		padding: 15px 23px;
		width: 100%;
	}
	.ywpc-countdown .ywpc-timer {
		width: 100%;
		display: flex;
	}
	.ywpc-sale-bar .ywpc-bar {
		width: 100%;
	}
}

#yith-quick-view-modal .summary-content .woocommerce-product-details__short-description {
	margin-top: 20px;
}
#yith-quick-view-modal .summary-content .woocommerce-product-details__short-description p {
	font-size: 15px;
}
@media only screen and (max-width: 680px) {
	#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner {
		flex-wrap: wrap;
	}
}
@media only screen and (max-width: 680px) {
	#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image {
		max-height: 30vh;
	}
}
@media only screen and (max-width: 680px) {
	#yith-quick-view-modal #yith-quick-view-content.single-product .woocommerce-product-details__short-description {
		display: none;
	}
}

@media only screen and (max-width: 1024px) {
	.yith-wcwl-form .wishlist_table.shop_table table, .yith-wcwl-form .wishlist_table.shop_table tbody, .yith-wcwl-form .wishlist_table.shop_table th, .yith-wcwl-form .wishlist_table.shop_table tr, .yith-wcwl-form .wishlist_table.shop_table td {
		display: grid;
	}
	.yith-wcwl-form .wishlist_table.shop_table tbody tr {
		padding: 15px 0;
	}
	.yith-wcwl-form .wishlist_table.shop_table thead tr th.product-price {
		display: none;
	}
	.yith-wcwl-form .wishlist_table.shop_table tr {
		grid-template-columns: minmax(0, 30px) minmax(0, 70px) minmax(0, 1fr) minmax(0, 110px) minmax(0, 180px);
	}
	.yith-wcwl-form .wishlist_table.shop_table tr td {
		align-self: center;
		grid-row: span 2;
		padding: 0;
	}
	.yith-wcwl-form .wishlist_table.shop_table tr td.wishlist-empty {
		grid-column: 1/6;
		margin: 30px 0;
	}
	.yith-wcwl-form .wishlist_table.shop_table tr td.product-remove {
		grid-column: 1;
		padding-left: 0;
	}
	.yith-wcwl-form .wishlist_table.shop_table tr td.product-thumbnail {
		grid-column: 2;
		width: 70px;
	}
	.yith-wcwl-form .wishlist_table.shop_table tr td.product-name {
		grid-row: 1;
		grid-column: 3;
		align-self: end;
		width: 100%;
		padding: 0 25px;
	}
	.yith-wcwl-form .wishlist_table.shop_table tr td.product-name a {
		font-size: 15px;
	}
	.yith-wcwl-form .wishlist_table.shop_table tr td.product-price {
		grid-column: 3;
		grid-row: 2;
		align-self: start;
		width: 100%;
		display: block;
		padding: 0 25px;
	}
	.yith-wcwl-form .wishlist_table.shop_table tr td.product-stock-status {
		grid-column: 4;
	}
	.yith-wcwl-form .wishlist_table.shop_table tr td.product-add-to-cart {
		grid-column: 5;
		grid-row: span 2;
		display: block;
		justify-self: center;
		padding: 16px 2px;
	}
	.yith-wcwl-form .wishlist_table.shop_table tr td.product-add-to-cart .add_to_cart_button {
		padding: 10px;
	}
	.yith-wcwl-form .wishlist_table.shop_table tr td.product-add-to-cart .add_to_cart_button::after {
		width: 26px;
		height: 12px;
		margin-bottom: -2px;
	}
	.yith-wcwl-form .wishlist_table.shop_table tr th {
		width: 100%;
		padding-left: 0;
		font-size: 12px;
	}
	.yith-wcwl-form .wishlist_table.shop_table tr th.product-name {
		padding-left: 25px;
	}
}
@media only screen and (max-width: 680px) {
	.yith-wcwl-form .wishlist_table.shop_table thead tr th.product-stock-status {
		display: none;
	}
	.yith-wcwl-form .wishlist_table.shop_table thead tr th.product-name {
		grid-row: 2;
		grid-column: 3;
	}
	.yith-wcwl-form .wishlist_table.shop_table tr {
		grid-template-columns: minmax(0, 30px) minmax(0, 70px) minmax(0, 1fr) minmax(0, 180px);
	}
	.yith-wcwl-form .wishlist_table.shop_table tr td.product-stock-status {
		display: none;
	}
}
@media only screen and (max-width: 480px) {
	.yith-wcwl-form .wishlist_table.shop_table tr {
		grid-template-columns: minmax(0, 30px) minmax(0, 136px) minmax(0, 1fr);
		grid-template-rows: repeat(3, minmax(0, auto)) minmax(0, 1fr);
	}
	.yith-wcwl-form .wishlist_table.shop_table tr td.product-remove {
		padding-left: 0;
		grid-row: span 4;
	}
	.yith-wcwl-form .wishlist_table.shop_table tr td.product-thumbnail {
		width: 136px;
		grid-row: span 4;
	}
	.yith-wcwl-form .wishlist_table.shop_table tr td.product-name {
		padding: 0 0 0 25px;
		margin-top: -2px;
	}
	.yith-wcwl-form .wishlist_table.shop_table tr td.product-price {
		padding: 0 0 0 25px;
		margin-top: -4px;
	}
	.yith-wcwl-form .wishlist_table.shop_table tr td.product-stock-status {
		display: grid;
		grid-column: 3;
		padding: 0 0 0 25px;
		grid-row: 3;
	}
	.yith-wcwl-form .wishlist_table.shop_table tr td.product-add-to-cart {
		grid-column: 3;
		justify-self: start;
		align-self: end;
		padding: 18px 0 11px 25px;
		margin: 0;
		grid-row: 4;
	}
	.yith-wcwl-form .wishlist_table.shop_table tr td.product-add-to-cart .add_to_cart {
		padding: 10px 5px !important;
		font-size: 11px !important;
	}
	.yith-wcwl-form .wishlist_table.shop_table tr th {
		padding: 0;
	}
	.yith-wcwl-form .wishlist_table.shop_table tr th.product-name {
		padding: 0 0 15px 25px;
	}
}

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

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

/* ==========================================================================
   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;
	}
}
/* ==========================================================================
   Interactive Link Showcase shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1366px) {
	.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 .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: 42px;
		line-height: 1.2380952381em;
		letter-spacing: -0.005em;
		padding-bottom: 3px;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
		padding-left: 30px;
	}
}

/* ==========================================================================
   Interactive Link Showcase shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
		width: 100%;
		align-items: flex-start;
	}
	.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item {
		font-size: 42px;
		line-height: 1.2380952381em;
		letter-spacing: -0.005em;
		padding-left: 22px;
	}
	.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item .qodef-m-image {
		max-width: 90vw;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item {
		font-size: 32px;
		line-height: 1.1470588235em;
		letter-spacing: -0.005em;
		padding-left: 0;
	}
	.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-image {
		display: none !important;
	}
}

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

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

@media only screen and (max-width: 680px) {
	.qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child) img {
		width: var(--qode-custom-image-width-680, 100%);
	}
}

@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;
	}
}

/* ==========================================================================
   Textual Projects Showcase widget responsive styles
   ========================================================================== */
.qodef-textual-projects-showcase {
	--lh680: 1.2381em;
	--fs680: 32px;
	--sb680: 0;
}
@media only screen and (max-width: 680px) {
	.qodef-textual-projects-showcase {
		row-gap: var(--sb680);
	}
	.qodef-textual-projects-showcase span.qodef-e-text {
		font-size: var(--fs680);
		line-height: var(--lh680);
	}
	.qodef-textual-projects-showcase .qodef-e-image img {
		width: 75px;
		height: auto;
	}
}

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

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