@charset "UTF-8";
.pelicula-core-page-inline-style {
	position: absolute !important;
	width: 0;
	height: 0;
	line-height: 1;
	display: none;
}

.qodef-image-gallery .qodef-e .qodef-popup-item {
	display: block;
	height: 100%;
	overflow: hidden;
}
.qodef-image-gallery .qodef-e .qodef-popup-item img {
	transform: scale(1.01);
	transition: 0.7s cubic-bezier(0.21, 0.5, 0, 0.9);
	backface-visibility: hidden;
}
.qodef-image-gallery .qodef-e:hover .qodef-popup-item img {
	transform: scale(1.04);
}

.qodef--parallax-row .elementor-text-editor h2, .qodef--parallax-row .elementor-text-editor h6 {
	display: inline-flex !important;
	margin: 0;
	opacity: 0;
	transform: translateY(20px);
	transition-duration: 1s;
	transition-timing-function: cubic-bezier(0.69, 0.13, 0, 0.95);
}
.qodef--parallax-row .elementor-text-editor h6 {
	transition-delay: 0.2s;
	transform: translateY(10px);
}
.qodef--parallax-row .elementor-text-editor.qodef--appear h2, .qodef--parallax-row .elementor-text-editor.qodef--appear h6, .elementor-editor-active .qodef--parallax-row .elementor-text-editor h2, .elementor-editor-active .qodef--parallax-row .elementor-text-editor h6 {
	opacity: 1;
	transform: translateY(0);
}

.qodef-predefined-slider-fs-bottom-section {
	position: fixed !important;
	bottom: 0;
	left: 0;
	width: 100%;
}
.qodef-predefined-slider-fs-bottom-section .elementor-social-icon {
	opacity: 0;
	transform: translateY(5px);
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.69, 0.13, 0, 0.95);
}
.qodef-predefined-slider-fs-bottom-section .elementor-social-icon.qodef--appear, .elementor-editor-active .qodef-predefined-slider-fs-bottom-section .elementor-social-icon {
	opacity: 1;
	transform: translateY(0);
}
@media (max-height: 700px) {
	.qodef-predefined-slider-fs-bottom-section {
		padding: 9px 0 0 95px !important;
	}
}

.qodef-slider-predefined-text-behind .qodef-custom-font {
	opacity: 0;
}
.elementor-editor-active .qodef-slider-predefined-text-behind .qodef-custom-font {
	opacity: 1;
}
.qodef-slider-predefined-text-behind .qodef-custom-font > span {
	display: inline-block;
	opacity: 0;
	transform: translateY(20px);
	transition-duration: 0.7s;
	transition-timing-function: cubic-bezier(0.1, 0.14, 0, 0.59);
	backface-visibility: hidden;
	white-space: pre-wrap;
}
.qodef-slider-predefined-text-behind .qodef-custom-font > span.qodef--appear, .elementor-editor-active .qodef-slider-predefined-text-behind .qodef-custom-font > span {
	opacity: 1;
	transform: translateY(0);
}

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

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

/* ==========================================================================
# Age Verification default style
========================================================================== */
#qodef-age-verification-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #111;
	opacity: 0;
	z-index: 115;
	visibility: hidden;
	transition: opacity 0.2s ease-out;
}
#qodef-age-verification-modal .qodef-m-logo {
	position: absolute;
	top: 30px;
	left: 30px;
}
#qodef-age-verification-modal .qodef-m-logo a {
	position: relative;
	display: block;
	max-width: 50%;
}
#qodef-age-verification-modal .qodef-m-logo img {
	display: block;
}
#qodef-age-verification-modal .qodef-m-content {
	padding: 30px;
	text-align: center;
	max-width: 700px;
}
#qodef-age-verification-modal .qodef-m-content-title {
	margin: 0;
	color: #fff;
}
#qodef-age-verification-modal .qodef-m-content-subtitle {
	margin: 11px 0 0;
	color: #111;
}
#qodef-age-verification-modal .qodef-m-content-note {
	margin: 32px 0 0;
	color: #e5dcdb;
}
#qodef-age-verification-modal .qodef-m-content-prevent {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 52px;
}
#qodef-age-verification-modal .qodef-button.qodef-prevent--yes {
	margin-right: 10px;
}
#qodef-age-verification-modal .qodef-button.qodef-prevent--no {
	color: #fff;
	border-color: #a3a19e;
}
#qodef-age-verification-modal .qodef-button.qodef-prevent--no:hover {
	color: #fff;
	border-color: #28201e;
	background-color: #28201e;
}
.qodef-age-verification--opened #qodef-age-verification-modal {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.2s ease-out;
}

/* ==========================================================================
   #Back to Top styles - start
   ========================================================================== */
#qodef-back-to-top {
	position: fixed;
	width: 40px;
	height: 40px;
	right: 25px;
	bottom: 25px;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 10000;
	background-color: #fff;
	border: 1px solid #111;
	clip-path: inset(0);
	-webkit-clip-path: inset(0);
	overflow: hidden;
}
#qodef-back-to-top .qodef-back-to-top-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-size: 20px;
	color: #fff;
	overflow: hidden;
	transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
	z-index: 12;
}
#qodef-back-to-top .qodef-back-to-top-icon * {
	display: block;
	line-height: inherit;
}
#qodef-back-to-top .qodef-btn-bg-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	top: -5px;
	left: -2px;
	width: 107%;
	height: 115%;
	z-index: 1;
	pointer-events: none;
	transform: translate3d(0, 0, 0) skewY(0);
	transition: 0.5s cubic-bezier(0.24, 0.69, 0.12, 0.9);
	background-color: #111;
}
#qodef-back-to-top:hover .qodef-back-to-top-icon {
	color: #111;
}
#qodef-back-to-top:hover .qodef-btn-bg-holder {
	transform: translate3d(0, 140%, 0) skewY(10deg);
	transition: 0.5s cubic-bezier(0.17, 0.21, 0, 0.96);
}
#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 styles
   ========================================================================== */
.qodef-blog.qodef-shortcode article .qodef-e-media {
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.qodef-blog.qodef-shortcode.qodef-title-style--custom p.qodef-e-title {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.4em;
	letter-spacing: 0.2em;
}
.qodef-blog.qodef-shortcode.qodef-title-style--custom p.qodef-e-title * {
	letter-spacing: inherit;
}
.qodef-blog.qodef-swiper-container article {
	margin: 0;
}
.qodef-blog.qodef-skin--light article .qodef-e-inner .qodef-e-title,
.qodef-blog.qodef-skin--light article .qodef-e-inner .qodef-e-info,
.qodef-blog.qodef-skin--light article .qodef-e-inner .qodef-e-info-item,
.qodef-blog.qodef-skin--light article .qodef-e-inner .qodef-e-excerpt,
.qodef-blog.qodef-skin--light article .qodef-e-inner .qodef-e-read-more {
	color: #fff;
}
.qodef-blog.qodef-skin--light article .qodef-e-inner .qodef-e-title .qodef-social-share,
.qodef-blog.qodef-skin--light article .qodef-e-inner .qodef-e-info .qodef-social-share,
.qodef-blog.qodef-skin--light article .qodef-e-inner .qodef-e-info-item .qodef-social-share,
.qodef-blog.qodef-skin--light article .qodef-e-inner .qodef-e-excerpt .qodef-social-share,
.qodef-blog.qodef-skin--light article .qodef-e-inner .qodef-e-read-more .qodef-social-share {
	color: #fff;
}
.qodef-blog.qodef-skin--light article .qodef-e-inner .qodef-e-title .qodef-social-share a,
.qodef-blog.qodef-skin--light article .qodef-e-inner .qodef-e-info .qodef-social-share a,
.qodef-blog.qodef-skin--light article .qodef-e-inner .qodef-e-info-item .qodef-social-share a,
.qodef-blog.qodef-skin--light article .qodef-e-inner .qodef-e-excerpt .qodef-social-share a,
.qodef-blog.qodef-skin--light article .qodef-e-inner .qodef-e-read-more .qodef-social-share a {
	color: #fff;
}
.qodef-blog.qodef-skin--light article .qodef-e-inner .qodef-e-title .qodef-social-share a:hover,
.qodef-blog.qodef-skin--light article .qodef-e-inner .qodef-e-info .qodef-social-share a:hover,
.qodef-blog.qodef-skin--light article .qodef-e-inner .qodef-e-info-item .qodef-social-share a:hover,
.qodef-blog.qodef-skin--light article .qodef-e-inner .qodef-e-excerpt .qodef-social-share a:hover,
.qodef-blog.qodef-skin--light article .qodef-e-inner .qodef-e-read-more .qodef-social-share a:hover {
	color: #fff;
}
.qodef-blog.qodef-skin--light article .qodef-e-inner .qodef-e-title a,
.qodef-blog.qodef-skin--light article .qodef-e-inner .qodef-e-info a,
.qodef-blog.qodef-skin--light article .qodef-e-inner .qodef-e-info-item a,
.qodef-blog.qodef-skin--light article .qodef-e-inner .qodef-e-excerpt a,
.qodef-blog.qodef-skin--light article .qodef-e-inner .qodef-e-read-more a {
	color: #fff;
}
.qodef-blog.qodef-skin--light article .qodef-e-inner .qodef-e-title a:hover,
.qodef-blog.qodef-skin--light article .qodef-e-inner .qodef-e-info a:hover,
.qodef-blog.qodef-skin--light article .qodef-e-inner .qodef-e-info-item a:hover,
.qodef-blog.qodef-skin--light article .qodef-e-inner .qodef-e-excerpt a:hover,
.qodef-blog.qodef-skin--light article .qodef-e-inner .qodef-e-read-more a:hover {
	color: #fff;
}
.qodef-blog.qodef-skin--light article .qodef-e-inner .qodef-e-info.qodef-info--top .qodef-e-info-item {
	color: #a6a6a6;
}
.qodef-blog.qodef-skin--light article .qodef-e-inner .qodef-e-info.qodef-info--top .qodef-e-info-item a {
	color: #a6a6a6;
}
.qodef-blog.qodef-skin--light article .qodef-e-inner .qodef-e-info.qodef-info--top .qodef-e-info-item a:hover {
	color: #fff;
}
.qodef-blog.qodef-skin--dark article .qodef-e-inner .qodef-e-title,
.qodef-blog.qodef-skin--dark article .qodef-e-inner .qodef-e-info,
.qodef-blog.qodef-skin--dark article .qodef-e-inner .qodef-e-info-item,
.qodef-blog.qodef-skin--dark article .qodef-e-inner .qodef-e-excerpt,
.qodef-blog.qodef-skin--dark article .qodef-e-inner .qodef-e-read-more {
	color: #111;
}
.qodef-blog.qodef-skin--dark article .qodef-e-inner .qodef-e-title .qodef-social-share,
.qodef-blog.qodef-skin--dark article .qodef-e-inner .qodef-e-info .qodef-social-share,
.qodef-blog.qodef-skin--dark article .qodef-e-inner .qodef-e-info-item .qodef-social-share,
.qodef-blog.qodef-skin--dark article .qodef-e-inner .qodef-e-excerpt .qodef-social-share,
.qodef-blog.qodef-skin--dark article .qodef-e-inner .qodef-e-read-more .qodef-social-share {
	color: #111;
}
.qodef-blog.qodef-skin--dark article .qodef-e-inner .qodef-e-title .qodef-social-share a,
.qodef-blog.qodef-skin--dark article .qodef-e-inner .qodef-e-info .qodef-social-share a,
.qodef-blog.qodef-skin--dark article .qodef-e-inner .qodef-e-info-item .qodef-social-share a,
.qodef-blog.qodef-skin--dark article .qodef-e-inner .qodef-e-excerpt .qodef-social-share a,
.qodef-blog.qodef-skin--dark article .qodef-e-inner .qodef-e-read-more .qodef-social-share a {
	color: #111;
}
.qodef-blog.qodef-skin--dark article .qodef-e-inner .qodef-e-title .qodef-social-share a:hover,
.qodef-blog.qodef-skin--dark article .qodef-e-inner .qodef-e-info .qodef-social-share a:hover,
.qodef-blog.qodef-skin--dark article .qodef-e-inner .qodef-e-info-item .qodef-social-share a:hover,
.qodef-blog.qodef-skin--dark article .qodef-e-inner .qodef-e-excerpt .qodef-social-share a:hover,
.qodef-blog.qodef-skin--dark article .qodef-e-inner .qodef-e-read-more .qodef-social-share a:hover {
	color: #111;
}
.qodef-blog.qodef-skin--dark article .qodef-e-inner .qodef-e-title a,
.qodef-blog.qodef-skin--dark article .qodef-e-inner .qodef-e-info a,
.qodef-blog.qodef-skin--dark article .qodef-e-inner .qodef-e-info-item a,
.qodef-blog.qodef-skin--dark article .qodef-e-inner .qodef-e-excerpt a,
.qodef-blog.qodef-skin--dark article .qodef-e-inner .qodef-e-read-more a {
	color: #111;
}
.qodef-blog.qodef-skin--dark article .qodef-e-inner .qodef-e-title a:hover,
.qodef-blog.qodef-skin--dark article .qodef-e-inner .qodef-e-info a:hover,
.qodef-blog.qodef-skin--dark article .qodef-e-inner .qodef-e-info-item a:hover,
.qodef-blog.qodef-skin--dark article .qodef-e-inner .qodef-e-excerpt a:hover,
.qodef-blog.qodef-skin--dark article .qodef-e-inner .qodef-e-read-more a:hover {
	color: #111;
}

/* ==========================================================================
   Blog List Metro styles
   ========================================================================== */
.qodef-blog.qodef-item-layout--metro {
	margin: 0;
}
.qodef-blog.qodef-item-layout--metro .qodef-e-inner:hover .qodef-e-media-image img {
	transform: scale(1.04);
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-media-image {
	overflow: hidden;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-media-image img {
	transform: scale(1.01);
	transition: 0.7s cubic-bezier(0.21, 0.5, 0, 0.9);
	backface-visibility: hidden;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-media-image.qodef--background {
	margin-bottom: 0;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-media-image.qodef--background img {
	visibility: visible;
}
@media only screen and (max-width: 1024px) {
	.qodef-blog.qodef-item-layout--metro article .qodef-e-media-image.qodef--background img {
		visibility: hidden;
	}
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	padding: 20px 37px 33px;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-content a {
	position: relative;
	z-index: 3;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-title .qodef-custom-styles {
	text-decoration: line-through;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-title a {
	color: inherit;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-info > * {
	color: inherit;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-info.qodef-info--top {
	margin-bottom: 7px;
	font-size: 13px;
	letter-spacing: 0.03em;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-info.qodef-info--top .qodef-e-info-item {
	margin-right: 0;
	padding-right: 18px;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-info.qodef-info--top .qodef-e-info-item:after {
	right: 6px;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-info.qodef-info--top .qodef-e-info-item:last-child {
	padding-right: 0;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-info.qodef-info--top .qodef-e-info-item a {
	letter-spacing: inherit;
	color: inherit;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-info.qodef-info--bottom {
	margin-top: 8px;
	margin-bottom: 10px;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-read-more {
	margin-top: 0;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-read-more > a {
	width: auto;
	color: inherit;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-post-link {
	z-index: 2;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-title,
.qodef-blog.qodef-item-layout--metro article .qodef-e-info,
.qodef-blog.qodef-item-layout--metro article .qodef-e-read-more,
.qodef-blog.qodef-item-layout--metro article .qodef-e-info.qodef-info--bottom .qodef-e-info-item {
	color: #fff;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-title a,
.qodef-blog.qodef-item-layout--metro article .qodef-e-info a,
.qodef-blog.qodef-item-layout--metro article .qodef-e-read-more a,
.qodef-blog.qodef-item-layout--metro article .qodef-e-info.qodef-info--bottom .qodef-e-info-item a {
	color: #fff;
}
.qodef-blog.qodef-item-layout--metro article .qodef-e-title a:hover,
.qodef-blog.qodef-item-layout--metro article .qodef-e-info a:hover,
.qodef-blog.qodef-item-layout--metro article .qodef-e-read-more a:hover,
.qodef-blog.qodef-item-layout--metro article .qodef-e-info.qodef-info--bottom .qodef-e-info-item a:hover {
	color: #fff;
}
.qodef-blog.qodef-item-layout--metro.qodef-items--fixed article.format-link .qodef-e-link {
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}
.qodef-blog.qodef-item-layout--metro.qodef-items--fixed article.format-quote .qodef-e-quote {
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}
.qodef-blog.qodef-item-layout--metro.qodef-swiper-container.qodef-col-num--1 article:not(.format-link):not(.format-quote) .qodef-e-media-image.qodef--background {
	min-height: 500px;
}
@media screen and (max-width: 1280px) and (min-width: 1025px) {
	.qodef-blog.qodef-item-layout--metro.qodef-swiper-container.qodef-col-num--1 article:not(.format-link):not(.format-quote) .qodef-e-media-image.qodef--background {
		min-height: 200px;
	}
}
.qodef-blog.qodef-item-layout--metro.qodef-swiper-container.qodef-col-num--1 article:not(.format-link):not(.format-quote) .qodef-e-content {
	padding-right: 40%;
	padding-left: 150px;
}
@media only screen and (max-width: 1440px) {
	.qodef-blog.qodef-item-layout--metro.qodef-swiper-container.qodef-col-num--1 article:not(.format-link):not(.format-quote) .qodef-e-content {
		padding-right: 22%;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-blog.qodef-item-layout--metro.qodef-swiper-container.qodef-col-num--1 article:not(.format-link):not(.format-quote) .qodef-e-content {
		padding-right: 18%;
	}
}
@media only screen and (max-width: 1280px) {
	.qodef-blog.qodef-item-layout--metro.qodef-swiper-container.qodef-col-num--1 article:not(.format-link):not(.format-quote) .qodef-e-content {
		padding-right: 12%;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-blog.qodef-item-layout--metro.qodef-swiper-container.qodef-col-num--1 article:not(.format-link):not(.format-quote) .qodef-e-content {
		padding-right: 100px;
		padding-left: 65px;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-blog.qodef-item-layout--metro.qodef-swiper-container.qodef-col-num--1 article:not(.format-link):not(.format-quote) .qodef-e-content {
		justify-content: center;
		padding-right: 60px;
		padding-left: 30px;
	}
}

/* ==========================================================================
   Blog List Minimal styles
   ========================================================================== */
.qodef-blog.qodef-item-layout--minimal article .qodef-e-info.qodef-info--bottom {
	position: relative;
	top: -2px;
	margin-top: 0;
}
.qodef-blog.qodef-item-layout--minimal article .qodef-e-info.qodef-info--bottom .qodef-e-info-item {
	color: #6d6d6d;
}

/* ==========================================================================
   Blog List Simple styles
   ========================================================================== */
.qodef-blog.qodef-item-layout--simple article .qodef-e-inner {
	display: flex;
	align-items: center;
}
.qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
	flex-shrink: 0;
	width: 112px;
	margin: 0 21px 0 0;
}
.qodef-blog.qodef-item-layout--simple article .qodef-e-info.qodef-info--bottom {
	position: relative;
	top: -2px;
	margin-top: 0;
}
.qodef-blog.qodef-item-layout--simple article .qodef-e-info.qodef-info--bottom .qodef-e-info-item {
	color: #6d6d6d;
}

/* ==========================================================================
   Blog List styles
   ========================================================================== */
.qodef-blog.qodef-item-layout--standard .qodef-e-info.qodef-info--top {
	margin: 6px 0 1px;
	line-height: 22px;
	letter-spacing: 0.03em;
}
.qodef-blog.qodef-item-layout--standard .qodef-e-info.qodef-info--top * {
	letter-spacing: inherit;
}
.qodef-blog.qodef-item-layout--standard .qodef-e-info.qodef-info--top .qodef-e-info-item:after {
	letter-spacing: normal;
}
.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child) .qodef-e-info.qodef-info--bottom {
	margin-bottom: 36px;
}
.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child).format-link .qodef-e-link {
	margin-bottom: 50px;
}
.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child).format-quote .qodef-e-quote {
	margin-bottom: 50px;
}
.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article .qodef-e-media {
	overflow: hidden;
}
.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article .qodef-e-media-image {
	transition: 0.7s cubic-bezier(0.21, 0.5, 0, 0.9);
	backface-visibility: hidden;
}
.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article .qodef-e-title-link {
	transition: 0.3s cubic-bezier(0, 0, 0.12, 0.88);
}
.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article:hover .qodef-e-media-image {
	transform: scale(1.03);
}
.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article:hover .qodef-e-title-link {
	transform: translateX(7px);
}
.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]) article .qodef-e-info.qodef-info--bottom {
	margin-top: 19px;
}

/* ==========================================================================
   Blog List widget styles
   ========================================================================== */
#qodef-page-sidebar .widget.widget_pelicula_core_blog_list .qodef-widget-title,
#qodef-side-area .widget.widget_pelicula_core_blog_list .qodef-widget-title {
	margin-bottom: 28px;
}
#qodef-page-sidebar .widget.widget_pelicula_core_blog_list .qodef-e-title a,
#qodef-side-area .widget.widget_pelicula_core_blog_list .qodef-e-title a {
	color: #111;
}
#qodef-page-sidebar .widget.widget_pelicula_core_blog_list .qodef-e-title a:hover,
#qodef-side-area .widget.widget_pelicula_core_blog_list .qodef-e-title a:hover {
	color: #111;
}

/* ==========================================================================
   Author Info styles
   ========================================================================== */
#qodef-author-info {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 36px;
	padding: 30px;
	background-color: #ebebeb;
}
#qodef-author-info .qodef-m-inner {
	position: relative;
	display: flex;
	align-items: center;
}
#qodef-author-info .qodef-m-image {
	flex-shrink: 0;
	margin-right: 33px;
}
#qodef-author-info .qodef-m-image a, #qodef-author-info .qodef-m-image img {
	display: block;
}
#qodef-author-info .qodef-m-author {
	margin: 0;
}
#qodef-author-info .qodef-m-email {
	margin: 5px 0 0;
}
#qodef-author-info .qodef-m-description {
	margin: 10px 0 0;
}
#qodef-author-info .qodef-m-social-icons {
	margin-top: 15px;
}
#qodef-author-info .qodef-m-social-icons a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 18px;
}
#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: 96px;
}
#qodef-related-posts .qodef-related-posts-title {
	margin: 0 0 42px;
}
#qodef-related-posts .qodef-e-info.qodef-info--bottom {
	display: none;
}

/* ==========================================================================
   Single Post Navigation styles
   ========================================================================== */
#qodef-single-post-navigation {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 99px 0 0;
}
#qodef-single-post-navigation .qodef-m-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#qodef-single-post-navigation .qodef-m-nav {
	position: relative;
	display: flex;
	align-items: center;
}
#qodef-single-post-navigation .qodef-m-nav > * {
	display: block;
	line-height: inherit;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev, #qodef-single-post-navigation .qodef-m-nav.qodef--next {
	width: 50%;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-post-image img, #qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-post-image img {
	width: 112px;
	max-width: 100%;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-title-label, #qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-title-label {
	position: relative;
	display: block;
	width: calc(100% - 140px);
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-title-label .qodef-e-title-link, #qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-title-label .qodef-e-title-link {
	display: block;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.4em;
	line-height: 19px;
	transition: all 0.3s ease-in-out;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-title-label .qodef-e-title-link:hover, #qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-title-label .qodef-e-title-link:hover {
	color: #111;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-title-label .qodef-m-nav-label, #qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-title-label .qodef-m-nav-label {
	line-height: 1;
	color: #6d6d6d;
}
@media only screen and (max-width: 680px) {
	#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-post-image, #qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-post-image {
		display: none;
	}
	#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-title-label, #qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-title-label {
		width: auto;
	}
	#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-title-label .qodef-e-title-link, #qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-title-label .qodef-e-title-link {
		display: none;
	}
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-post-image {
	padding-right: 28px;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--next {
	flex-direction: row-reverse;
	margin-left: auto;
	text-align: right;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-post-image {
	padding-left: 28px;
}

/* ==========================================================================
   #Footer styles - start
   ========================================================================== */
.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: rgba(0, 0, 0, 0.95);
	overflow-x: hidden !important;
	visibility: hidden;
	opacity: 0;
	z-index: 99; /* smaller than header, bigger than content */
}
#qodef-fullscreen-area .qodef-content-grid {
	height: 100%;
}
#qodef-fullscreen-area .qodef-content-grid .qodef-fullscreen-menu {
	width: 100%;
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area {
	animation: qode-fade-in 0.25s linear both;
}
.qodef-fullscreen-menu-animate--out #qodef-fullscreen-area {
	animation: qode-fade-out 0.25s linear both;
}

#qodef-fullscreen-area-inner {
	display: flex;
	/* justify-content: center;*/
	padding-top: 20vh;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
}

.qodef-fullscreen-menu {
	position: relative;
	top: 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	padding: 0 24px;
}
.qodef-fullscreen-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.qodef-fullscreen-menu ul li {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: right;
}
.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: 0;
}
.qodef-fullscreen-menu .qodef-menu-item-icon + .qodef-menu-item-text {
	display: none;
}
.qodef-fullscreen-menu .qodef-mega-menu-widget-holder {
	display: none;
}
.qodef-fullscreen-menu > ul > li {
	margin: 16px 0;
}
.qodef-fullscreen-menu > ul > li:has(.qodef-menu-item-icon) {
	display: inline-block;
	margin: 16px;
}
.qodef-fullscreen-menu > ul > li > a {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 80px;
	line-height: 48px;
	letter-spacing: 0.04em;
	color: #fff;
}
.qodef-fullscreen-menu > ul > li > a > span {
	position: relative;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner > ul {
	padding: 27px 0 8px;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner > ul ul {
	padding: 11px 0 0;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li {
	margin: 11px 0;
	text-align: right;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li:first-of-type {
	margin-top: 0;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li:last-of-type {
	margin-bottom: 0;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 17px;
	letter-spacing: 0.2em;
	color: #fff;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a > span {
	position: relative;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a > span:before {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	left: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	transform-origin: left;
	transform: scaleX(0);
	transition: transform 0.2s cubic-bezier(0.25, 0.78, 0.35, 0.91);
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:hover > span:before {
	transform: scaleX(1);
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor > a > span:before, .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item > a > span:before {
	transform: scaleX(1);
}

#menu-fullscreen-menu > li {
	opacity: 0;
	transform: translateY(10px);
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.24, 0.55, 0.2, 0.91);
}

.qodef-fullscreen-menu--opened #menu-fullscreen-menu > li {
	opacity: 1;
	transform: translateY(0);
	transition-duration: 1s;
}
.qodef-fullscreen-menu--opened #menu-fullscreen-menu > li:nth-child(2) {
	transition-delay: 0.1s;
}
.qodef-fullscreen-menu--opened #menu-fullscreen-menu > li:nth-child(3) {
	transition-delay: 0.2s;
}
.qodef-fullscreen-menu--opened #menu-fullscreen-menu > li:nth-child(4) {
	transition-delay: 0.3s;
}
.qodef-fullscreen-menu--opened #menu-fullscreen-menu > li:nth-child(5) {
	transition-delay: 0.4s;
}
.qodef-fullscreen-menu--opened #menu-fullscreen-menu > li:nth-child(6) {
	transition-delay: 0.5s;
}
.qodef-fullscreen-menu--opened #menu-fullscreen-menu > li:nth-child(7) {
	transition-delay: 0.6s;
}
.qodef-fullscreen-menu--opened #menu-fullscreen-menu > li:nth-child(8) {
	transition-delay: 0.7s;
}
.qodef-fullscreen-menu--opened #menu-fullscreen-menu > li:nth-child(9) {
	transition-delay: 0.8s;
}

/* ==========================================================================
   Full Screen Menu Opener styles
   ========================================================================== */
.qodef-fullscreen-menu-opener.qodef-source--predefined {
	margin-right: 10px;
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener {
	color: #fff;
}
.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-m-icon.qodef--close {
	visibility: visible;
}
.qodef-fullscreen-menu--opened #qodef-page-header,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header {
	visibility: hidden;
}
.qodef-fullscreen-menu--opened #qodef-page-header .qodef-opener-icon:not(.qodef-fullscreen-menu-opener) .qodef-m-icon,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-opener-icon:not(.qodef-fullscreen-menu-opener) .qodef-m-icon {
	visibility: hidden;
}
.qodef-fullscreen-menu--opened .qodef-header-logo-link,
.qodef-fullscreen-menu--opened .qodef-mobile-header-logo-link,
.qodef-fullscreen-menu--opened .qodef-header-logo-image.qodef--customizer,
.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener {
	visibility: visible;
}
.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--light {
	opacity: 1;
}
.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--main, .qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--dark {
	opacity: 0;
}

/* ==========================================================================
   Header common styles
   ========================================================================== */
.qodef-header--light #qodef-page-header #qodef-page-header-inner .qodef-header-navigation > ul > li > a {
	color: #fff !important;
}
.qodef-header--dark #qodef-page-header #qodef-page-header-inner .qodef-header-navigation > ul > li > a {
	color: #000 !important;
}
#qodef-page-header .qodef-widget-holder {
	display: flex;
	align-items: center;
	height: 100%;
	margin-left: 24px;
}
#qodef-page-header .qodef-widget-holder .widget {
	margin: 0 12px;
}
#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 div[id^=monster-widget-placeholder],
#qodef-page-header div[id^=woo-monster-widget-placeholder] {
	display: none;
}

.qodef-header--light #qodef-page-header .qodef-widget-holder .widget:not(.widget_pelicula_core_woo_dropdown_cart):not(.widget_pelicula_core_woo_side_area_cart) a {
	color: #fff;
}
.qodef-header--light #qodef-page-header .qodef-widget-holder .widget:not(.widget_pelicula_core_woo_dropdown_cart):not(.widget_pelicula_core_woo_side_area_cart) a:hover {
	color: #fff;
}

.qodef-header--dark #qodef-page-header .qodef-widget-holder .widget:not(.widget_pelicula_core_woo_dropdown_cart):not(.widget_pelicula_core_woo_side_area_cart) a {
	color: #000;
}
.qodef-header--dark #qodef-page-header .qodef-widget-holder .widget:not(.widget_pelicula_core_woo_dropdown_cart):not(.widget_pelicula_core_woo_side_area_cart) a:hover {
	color: #000;
}

#qodef-page-header-inner.qodef-content-grid {
	padding: 0;
}

/* ==========================================================================
# Logo default style
========================================================================== */
.qodef-header--light #qodef-page-header #qodef-page-header-inner .qodef-header-logo-link.qodef-textual-logo {
	color: #fff;
}
.qodef-header--dark #qodef-page-header #qodef-page-header-inner .qodef-header-logo-link.qodef-textual-logo {
	color: #000;
}
#qodef-page-header .qodef-header-logo-link.qodef-textual-logo {
	font-family: "Bebas Neue", sans-serif;
	font-size: 68px;
	min-width: 55px;
	color: #000;
	justify-content: center;
}
.qodef-header-standard--right #qodef-page-header .qodef-header-logo-link.qodef-textual-logo {
	justify-content: flex-start;
}
#qodef-page-header .qodef-header-logo-link.qodef-textual-logo.qodef--line-through .qodef-logo-text-inner {
	position: relative;
	display: inline-block;
}
#qodef-page-header .qodef-header-logo-link.qodef-textual-logo.qodef--line-through .qodef-logo-text-inner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	top: 34%;
	width: 100%;
	height: 5px;
	background-color: currentColor;
	transform: scaleX(0);
	transform-origin: left;
}
#qodef-page-header .qodef-header-logo-link.qodef-textual-logo.qodef--line-through.qodef--animate-line-through .qodef-logo-text-inner:after {
	animation: qode-line-scaleX 0.5s 1s cubic-bezier(0.34, 0.25, 0, 0.98) forwards;
}
#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):not(.qodef--sticky) {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.qodef-header--light #qodef-page-header .qodef-header-logo-link .qodef--light {
	opacity: 1;
}
.qodef-header--light #qodef-page-header .qodef-header-logo-link .qodef--dark,
.qodef-header--light #qodef-page-header .qodef-header-logo-link .qodef--main {
	opacity: 0;
}
.qodef-header--dark #qodef-page-header .qodef-header-logo-link .qodef--dark {
	opacity: 1;
}
.qodef-header--dark #qodef-page-header .qodef-header-logo-link .qodef--light,
.qodef-header--dark #qodef-page-header .qodef-header-logo-link .qodef--main {
	opacity: 0;
}
#qodef-page-header .qodef-header-logo-image.qodef--customizer {
	max-height: 100%;
	width: auto;
	margin-right: auto;
}
#qodef-page-header .qodef-header-sticky .qodef-header-logo-link.qodef-textual-logo {
	color: #000;
	justify-content: flex-start;
}
#qodef-page-header .qodef-header-sticky .qodef-header-logo-link img.qodef--main {
	opacity: 1;
}
#qodef-page-header .qodef-header-sticky .qodef-header-logo-link img.qodef--dark, #qodef-page-header .qodef-header-sticky .qodef-header-logo-link img.qodef--light {
	opacity: 0;
}

/* ==========================================================================
   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-left-wrapper {
	justify-content: flex-end;
}
.qodef-header--divided #qodef-page-header .qodef-header-sticky .qodef-header-logo-link.qodef-textual-logo {
	justify-content: center;
}
.qodef-header--divided #qodef-page-header .qodef-header-logo-link {
	justify-content: center;
	margin: 0 40px;
}
.qodef-header--divided #qodef-page-header .qodef-header-logo-link.qodef-height--not-set img:not(.qodef--main) {
	left: 25%;
}
.qodef-header--divided #qodef-page-header .qodef-header-navigation {
	margin: 0 24px;
}
.qodef-header--divided #qodef-page-header .qodef-widget-holder {
	margin-left: 0;
}
.qodef-header--divided #qodef-page-header-inner {
	align-items: center;
	justify-content: center;
}

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

/* ==========================================================================
   Header layout styles
   ========================================================================== */
.qodef-header-standard--right #qodef-page-header-inner .qodef-header-navigation {
	margin-left: auto;
}
.qodef-header-standard--center #qodef-page-header-inner .qodef-header-navigation {
	margin-left: auto;
	margin-right: auto;
}
.qodef-header-standard--left #qodef-page-header-inner .qodef-header-navigation {
	margin-right: auto;
}
.qodef-header-standard--left #qodef-page-header-inner .qodef-header-logo-link {
	margin-right: 24px;
}

/* ==========================================================================
   Vertical Sliding layout styles
   ========================================================================== */
@media only screen and (min-width: 1367px) and (max-width: 1680px) {
	.qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid {
		width: 1100px;
	}
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
	.qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid {
		width: 960px;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
	.qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid {
		width: 768px;
	}
}
@media only screen and (min-width: 1367px) and (max-width: 1680px) {
	.qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid {
		width: 1100px;
	}
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
	.qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid {
		width: 960px;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
	.qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid {
		width: 768px;
	}
}
@media only screen and (min-width: 1367px) and (max-width: 1440px) {
	.qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid {
		width: 1100px;
	}
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
	.qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid {
		width: 960px;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
	.qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid {
		width: 768px;
	}
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
	.qodef-content-grid-1100.qodef-header--vertical-sliding .qodef-content-grid {
		width: 960px;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
	.qodef-content-grid-1100.qodef-header--vertical-sliding .qodef-content-grid {
		width: 768px;
	}
}
.qodef-header--vertical-sliding #qodef-page-header {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100px;
}
.qodef-header--vertical-sliding #qodef-page-header .qodef-header-logo-link.qodef--additional {
	height: auto;
}
.qodef-header--vertical-sliding #qodef-page-header .qodef-header-logo-link img {
	margin: auto auto;
}
.qodef-header--vertical-sliding #qodef-page-header-inner {
	padding: 0;
}
.qodef-header--vertical-sliding .qodef-vertical-sliding-area {
	align-items: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	height: 100%;
	text-align: center;
}
.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static {
	width: 100%;
	padding-top: 48px;
	padding-bottom: 48px;
	border-right: 2px solid #cfcfcf;
}
.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-header-logo-link,
.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-vertical-sliding-widget-holder {
	animation: qode-fade-in 0.25s 0.6s linear both;
}
.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic {
	width: 480px;
	position: fixed;
	top: 0;
	left: -580px;
	padding-top: 48px;
	padding-bottom: 48px;
	padding-left: 100px;
	transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	visibility: hidden;
	background-color: #ffffff;
	border-right: 2px solid #cfcfcf;
	z-index: -1;
}
.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-header-logo-link img.qodef--main {
	position: relative !important;
	opacity: 1 !important;
}
.qodef-header--vertical-sliding #qodef-page-header.qodef-vertical-sliding-menu--opened .qodef-vertical-sliding-area.qodef--static {
	border-right: none;
}
.qodef-header--vertical-sliding #qodef-page-header.qodef-vertical-sliding-menu--opened .qodef-vertical-sliding-area.qodef--static .qodef-header-logo-link,
.qodef-header--vertical-sliding #qodef-page-header.qodef-vertical-sliding-menu--opened .qodef-vertical-sliding-area.qodef--static .qodef-vertical-sliding-widget-holder {
	animation: qode-fade-out 0.25s linear both;
}
.qodef-header--vertical-sliding #qodef-page-header.qodef-vertical-sliding-menu--opened .qodef-vertical-sliding-area.qodef--dynamic {
	left: 0;
	visibility: visible;
}
.qodef-header--vertical-sliding.admin-bar #qodef-page-header,
.qodef-header--vertical-sliding.admin-bar .qodef--dynamic {
	height: calc(100% - 32px);
	top: 32px;
}
.qodef-header--vertical-sliding #qodef-page-outer,
.qodef-header--vertical-sliding #qodef-page-footer {
	padding-left: 100px;
}

.qodef-header--light.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic {
	background-color: #000;
}
.qodef-header--light .qodef-vertical-sliding-widget-holder .widget:not(.widget_pelicula_core_woo_dropdown_cart):not(.widget_pelicula_core_woo_side_area_cart) a {
	color: #fff;
}
.qodef-header--light .qodef-vertical-sliding-widget-holder .widget:not(.widget_pelicula_core_woo_dropdown_cart):not(.widget_pelicula_core_woo_side_area_cart) a:hover {
	color: #fff;
}

.qodef-header--dark.qodef-header--vertical-sliding .qodef-vertical-sliding-widget-holder .widget:not(.widget_pelicula_core_woo_dropdown_cart):not(.widget_pelicula_core_woo_side_area_cart) a {
	color: #000;
}
.qodef-header--dark.qodef-header--vertical-sliding .qodef-vertical-sliding-widget-holder .widget:not(.widget_pelicula_core_woo_dropdown_cart):not(.widget_pelicula_core_woo_side_area_cart) a:hover {
	color: #000;
}

/* ==========================================================================
   Vertical Sliding Menu Opener styles
   ========================================================================== */
.qodef-opener-icon.qodef-vertical-sliding-menu-opener {
	display: block;
}
.qodef-opener-icon.qodef-vertical-sliding-menu-opener .qodef-m-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.qodef-opener-icon.qodef-vertical-sliding-menu-opener .qodef-m-icon.qodef--close {
	top: 50%;
	left: 50%;
}
.qodef-vertical-sliding-menu--opened .qodef-opener-icon.qodef-vertical-sliding-menu-opener.qodef-source--predefined .qodef-m-line.qodef--1 {
	top: 0;
	left: 0;
	transform: rotate(45deg) !important;
}
.qodef-vertical-sliding-menu--opened .qodef-opener-icon.qodef-vertical-sliding-menu-opener.qodef-source--predefined .qodef-m-line.qodef--2 {
	top: 0;
	left: 0;
	transform: rotate(-45deg) !important;
}
.qodef-vertical-sliding-menu--opened .qodef-opener-icon.qodef-vertical-sliding-menu-opener.qodef-source--predefined .qodef-m-icon.qodef--open:after {
	content: "";
	display: block;
	position: absolute;
	top: -11px;
	left: 2px;
	width: 25px;
	height: 25px;
}

.qodef-vertical-sliding-menu--opened .qodef-vertical-sliding-menu-opener:not(.qodef-source--predefined) .qodef-m-icon {
	visibility: hidden;
}
.qodef-vertical-sliding-menu--opened .qodef-vertical-sliding-menu-opener:not(.qodef-source--predefined) .qodef-m-icon.qodef--close {
	visibility: visible;
}
.qodef-vertical-sliding-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--light {
	opacity: 1;
}
.qodef-vertical-sliding-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--main, .qodef-vertical-sliding-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--dark {
	opacity: 0;
}

/* ==========================================================================
   Vertical Sliding navigation style
   ========================================================================== */
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation {
	margin-top: auto;
	margin-bottom: auto;
	z-index: 100;
	width: 100%;
	text-align: center;
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li {
	margin: 0;
	padding: 0;
	position: relative;
}
.qodef-header--light.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li > a {
	color: #fff !important;
}

.qodef-header--dark.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li > a {
	color: #000 !important;
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li .qodef-drop-down-second {
	transform: translateZ(0);
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li .qodef-drop-down-second-inner {
	display: block;
	padding: 0;
	position: relative;
	z-index: 997;
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li.qodef--hide-link > a {
	cursor: default;
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-menu-item-icon {
	margin-right: 5px;
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-mega-menu-widget-holder {
	display: none;
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li {
	margin: 10px 0;
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li > a {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0.2em;
	color: #111;
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li > a > span {
	position: relative;
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li > a > span:before {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	left: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	transform-origin: left;
	transform: scaleX(0);
	transition: transform 0.2s cubic-bezier(0.25, 0.78, 0.35, 0.91);
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li > a:hover > span:before {
	transform: scaleX(1);
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner > ul {
	padding: 10px 0 5px;
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li > a {
	position: relative;
	display: flex;
	justify-content: center;
	margin: 10px 0;
	transition: padding 0.2s ease-out, color 0.2s ease-out;
	padding-right: 11px;
	padding-left: 11px;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	line-height: 1.857em;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #989898;
	display: inline-block;
	margin: 2px 0;
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li > a .qodef-menu-item-icon {
	flex-shrink: 0;
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li > a:before, .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li > a:after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	height: 3px;
	width: 3px;
	background: currentColor;
	border-radius: 100%;
	opacity: 0;
	transition: left 0.2s ease-out, right 0.2s ease-out, opacity 0.2s ease-out, color 0.2s ease-out;
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li > a:before {
	left: -11px;
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li > a:after {
	right: -11px;
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li > a:hover, .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-ancestor > a, .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-item > a {
	padding-left: 11px;
	padding-right: 11px;
	color: #111;
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li > a:hover:before, .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li > a:hover:after, .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-ancestor > a:before, .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-ancestor > a:after, .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-item > a:before, .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-item > a:after {
	opacity: 1;
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li > a:hover:before, .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-ancestor > a:before, .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-item > a:before {
	left: 0;
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li > a:hover:after, .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-ancestor > a:after, .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-item > a:after {
	right: 0;
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li.current-menu-ancestor > a > span:before, .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li.current-menu-item > a > span:before {
	transform: scaleX(1);
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--below ul li .qodef-drop-down-second {
	display: none;
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second {
	position: absolute;
	top: 0;
	width: 100%;
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second ul {
	background-color: #fff;
	left: calc(100% + 40px);
	margin-left: 50px;
	opacity: 0;
	padding: 25px 20px;
	position: absolute;
	top: -23px;
	transition: all 0.2s ease-out;
	visibility: hidden;
	width: 254px;
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second ul.qodef-float--open {
	margin-left: 0;
	opacity: 1;
	visibility: visible;
	z-index: 900;
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second ul ul {
	left: calc(100% + 20px);
	top: -25px;
	transition: all 0.2s ease;
	visibility: hidden;
}

/* ==========================================================================
   Header layout styles
   ========================================================================== */
@media only screen and (min-width: 1367px) and (max-width: 1680px) {
	.qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid {
		width: 1100px;
	}
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
	.qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid {
		width: 960px;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
	.qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid {
		width: 768px;
	}
}
@media only screen and (min-width: 1367px) and (max-width: 1680px) {
	.qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid {
		width: 1100px;
	}
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
	.qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid {
		width: 960px;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
	.qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid {
		width: 768px;
	}
}
@media only screen and (min-width: 1367px) and (max-width: 1440px) {
	.qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid {
		width: 1100px;
	}
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
	.qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid {
		width: 960px;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
	.qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid {
		width: 768px;
	}
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
	.qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid {
		width: 960px;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
	.qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid {
		width: 768px;
	}
}
.qodef-header--vertical #qodef-page-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 480px;
	height: 100%;
	border-right: 2px solid #cfcfcf;
}
@media only screen and (max-width: 1440px) {
	.qodef-header--vertical #qodef-page-header {
		width: 380px;
	}
}
.qodef-header--vertical #qodef-page-header .qodef-header-logo-link {
	height: auto;
}
.qodef-header--vertical #qodef-page-header .qodef-header-logo-link img {
	margin: auto auto;
}
.qodef-header--vertical #qodef-page-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	padding: 40px;
}
.qodef-header--vertical #qodef-page-header-inner .qodef-vertical-widget-holder {
	display: flex;
	align-items: center;
	justify-content: center;
}
.qodef-header--vertical #qodef-page-header-inner .qodef-vertical-widget-holder .widget {
	margin: 0 15px 0 0;
}
.qodef-header--vertical #qodef-page-header-inner .qodef-vertical-widget-holder .widget:last-child {
	margin-right: 0;
}
.qodef-header--vertical.admin-bar #qodef-page-header {
	top: 32px;
	height: calc(100% - 32px);
}
.qodef-header--vertical #qodef-page-outer,
.qodef-header--vertical #qodef-page-footer {
	padding-left: 480px;
}
@media only screen and (max-width: 1440px) {
	.qodef-header--vertical #qodef-page-outer,
	.qodef-header--vertical #qodef-page-footer {
		padding-left: 380px;
	}
}

.qodef-header--light #qodef-page-header .qodef-header-logo-link img:not(.qodef--main):not(.qodef--sticky),
.qodef-header--dark #qodef-page-header .qodef-header-logo-link img:not(.qodef--main):not(.qodef--sticky) {
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.qodef-header--light.qodef-header--vertical .qodef-vertical-widget-holder .widget:not(.widget_pelicula_core_woo_dropdown_cart):not(.widget_pelicula_core_woo_side_area_cart) a {
	color: #fff;
}
.qodef-header--light.qodef-header--vertical .qodef-vertical-widget-holder .widget:not(.widget_pelicula_core_woo_dropdown_cart):not(.widget_pelicula_core_woo_side_area_cart) a:hover {
	color: #fff;
}

.qodef-header--dark.qodef-header--vertical .qodef-vertical-widget-holder .widget:not(.widget_pelicula_core_woo_dropdown_cart):not(.widget_pelicula_core_woo_side_area_cart) a {
	color: #000;
}
.qodef-header--dark.qodef-header--vertical .qodef-vertical-widget-holder .widget:not(.widget_pelicula_core_woo_dropdown_cart):not(.widget_pelicula_core_woo_side_area_cart) a:hover {
	color: #000;
}

/* ==========================================================================
   Header Vertical navigation style - begin
   ========================================================================== */
.qodef-header--vertical .qodef-header-vertical-navigation {
	margin-top: auto;
	margin-bottom: auto;
	z-index: 100;
	width: 100%;
	text-align: center;
}
.qodef-header--vertical .qodef-header-vertical-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.qodef-header--vertical .qodef-header-vertical-navigation ul li {
	position: relative;
	padding: 0;
	margin: 0;
}
.qodef-header--light.qodef-header--vertical .qodef-header-vertical-navigation ul li > a {
	color: #fff !important;
}

.qodef-header--dark.qodef-header--vertical .qodef-header-vertical-navigation ul li > a {
	color: #000 !important;
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li .qodef-drop-down-second {
	transform: translateZ(0);
}
.qodef-header--vertical .qodef-header-vertical-navigation ul li .qodef-drop-down-second-inner {
	position: relative;
	display: block;
	padding: 0;
	z-index: 997;
}
.qodef-header--vertical .qodef-header-vertical-navigation ul li.qodef--hide-link > a {
	cursor: default;
}
.qodef-header--vertical .qodef-header-vertical-navigation .qodef-menu-item-icon {
	margin-right: 5px;
}
.qodef-header--vertical .qodef-header-vertical-navigation .qodef-mega-menu-widget-holder {
	display: none;
}
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li {
	margin: 10px 0;
}
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li > a {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0.2em;
	color: #111;
}
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li > a > span {
	position: relative;
}
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li > a > span:before {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	left: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	transform-origin: left;
	transform: scaleX(0);
	transition: transform 0.2s cubic-bezier(0.25, 0.78, 0.35, 0.91);
}
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li > a:hover > span:before {
	transform: scaleX(1);
}
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner > ul {
	padding: 7px 0 1px;
}
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li > a {
	position: relative;
	display: flex;
	justify-content: center;
	margin: 10px 0;
	transition: padding 0.2s ease-out, color 0.2s ease-out;
	padding-right: 11px;
	padding-left: 11px;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	line-height: 1.857em;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #989898;
	display: inline-block;
	margin: 2px 0;
}
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li > a .qodef-menu-item-icon {
	flex-shrink: 0;
}
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li > a:before, .qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li > a:after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	height: 3px;
	width: 3px;
	background: currentColor;
	border-radius: 100%;
	opacity: 0;
	transition: left 0.2s ease-out, right 0.2s ease-out, opacity 0.2s ease-out, color 0.2s ease-out;
}
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li > a:before {
	left: -11px;
}
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li > a:after {
	right: -11px;
}
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li > a:hover, .qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-ancestor > a, .qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-item > a {
	padding-left: 11px;
	padding-right: 11px;
	color: #111;
}
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li > a:hover:before, .qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li > a:hover:after, .qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-ancestor > a:before, .qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-ancestor > a:after, .qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-item > a:before, .qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-item > a:after {
	opacity: 1;
}
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li > a:hover:before, .qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-ancestor > a:before, .qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-item > a:before {
	left: 0;
}
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li > a:hover:after, .qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-ancestor > a:after, .qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-item > a:after {
	right: 0;
}
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li.current-menu-ancestor > a > span:before, .qodef-header--vertical .qodef-header-vertical-navigation > ul > li.current-menu-item > a > span:before {
	transform: scaleX(1);
}
.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--below ul li .qodef-drop-down-second {
	display: none;
}
.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second {
	position: absolute;
	top: 0;
	width: 100%;
}
.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul {
	position: absolute;
	top: -23px;
	left: calc(100% + 40px);
	width: 254px;
	background-color: #fff;
	padding: 25px 20px;
	margin-left: 50px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s ease-out;
}
.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul.qodef-float--open {
	margin-left: 0;
	opacity: 1;
	visibility: visible;
	z-index: 900;
}
.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul ul {
	top: -25px;
	left: calc(100% + 20px);
	visibility: hidden;
	transition: all 0.2s ease;
}

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

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

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

/* ==========================================================================
# Sticky Header default style
========================================================================== */
.qodef-header-sticky {
	position: fixed;
	top: 0;
	left: 0;
	height: 70px;
	width: 100%;
	background-color: #fff;
	transform: translateY(-100%);
	transition: transform 0.5s ease, top 0.5s ease;
	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 40px;
}
.qodef-header-sticky-inner.qodef-content-grid {
	padding: 0;
}
.qodef-header-standard--right .qodef-header-sticky-inner .qodef-header-logo-link {
	margin-right: auto;
}
.qodef-header-standard--left .qodef-header-sticky-inner {
	justify-content: flex-start;
}
.qodef-header-standard--left .qodef-header-sticky-inner .qodef-header-navigation {
	margin-left: 20px;
}
.qodef-header-standard--left .qodef-header-sticky-inner .qodef-widget-holder {
	margin-left: auto;
}

/* ==========================================================================
   Top area style - begin
   ========================================================================== */
#qodef-top-area {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
	padding: 0 40px;
	background-color: rgba(0, 0, 0, 0.95);
	z-index: 101; /* Header has Z-index 100, top header has greater value because of dropdown in header top (wpml) */
}
#qodef-top-area .qodef-widget-holder {
	display: flex;
	align-items: center;
	height: 100%;
}
#qodef-top-area .qodef-widget-holder.qodef-top-area-left {
	margin-right: auto;
}
#qodef-top-area .qodef-widget-holder.qodef-top-area-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;
}

/* ==========================================================================
   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: #111;
	background-color: #fafafa;
}

.qodef-map-marker-holder {
	transform: translate(-50%, -100%);
	z-index: 10;
}
.qodef-map-marker-holder.qodef-active {
	z-index: 500;
}
.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:first-child {
	fill: #3EBEB4;
}
.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:last-child {
	fill: #51A69E;
}
.qodef-map-marker-holder#qodef-geo-location-marker .qodef-info-window {
	display: block;
}
.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:first-child {
	fill: #3EBEB4;
}
.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:last-child {
	fill: #51A69E;
}
.qodef-map-marker-holder .qodef-map-marker {
	position: relative;
	width: 50px;
	height: auto;
	transition: all 0.15s ease-out;
}
.qodef-map-marker-holder .qodef-map-marker .qodef-map-marker-inner {
	position: relative;
	width: 100%;
	height: 100%;
}
.qodef-map-marker-holder .qodef-map-marker svg {
	width: 100%;
	height: auto;
}
.qodef-map-marker-holder .qodef-map-marker svg path {
	transition: fill 0.2s ease-in-out;
}
.qodef-map-marker-holder .qodef-map-marker:hover svg path:first-child {
	fill: #3EBEB4;
}
.qodef-map-marker-holder .qodef-map-marker:hover svg path:last-child {
	fill: #51A69E;
}
.qodef-map-marker-holder .qodef-info-window {
	position: absolute;
	top: -10px;
	left: -17px;
	display: none;
	min-width: 284px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
	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 rgba(0, 0, 0, 0.05);
	border-left: 1px solid rgba(0, 0, 0, 0.05);
	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: "Open 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: #111;
}

/* 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: #111;
}
.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 rgba(0, 0, 0, 0.05);
	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: #111;
}
.qodef-places-geo-radius .noUi-target .noUi-handle {
	position: absolute;
	top: -3px;
	left: auto;
	right: -9px;
	width: 9px;
	height: 9px;
	background-color: #111;
	cursor: pointer;
}
.qodef-places-geo-radius .noUi-target .noUi-tooltip {
	position: absolute;
	left: 50%;
	bottom: 7px;
	display: block;
	font-size: 12px;
	white-space: nowrap;
	transform: translateX(-50%);
}
.qodef-places-geo-radius .noUi-target .noUi-tooltip:after {
	content: " km";
}
.qodef-places-geo-radius .noUi-state-drag * {
	cursor: inherit !important;
}
.qodef-places-geo-radius .noUi-draggable {
	cursor: ew-resize;
}
.qodef-places-geo-radius [disabled].noUi-target,
.qodef-places-geo-radius [disabled].noUi-handle,
.qodef-places-geo-radius [disabled] .noUi-handle {
	cursor: not-allowed !important;
}

#qodef-page-mobile-header {
	background-color: #fff;
}
.qodef-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-page-mobile-header .qodef-widget-holder {
	display: flex;
	align-items: center;
	height: 100%;
}
#qodef-page-mobile-header .qodef-widget-holder .widget {
	margin: 0 0 0 12px;
}
#qodef-page-mobile-header .widget {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
#qodef-page-mobile-header .widget .textwidget > *,
#qodef-page-mobile-header .widget .widget p {
	margin: 0;
}
#qodef-page-mobile-header div[id^=monster-widget-placeholder],
#qodef-page-mobile-header div[id^=woo-monster-widget-placeholder] {
	display: none;
}

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

/* ==========================================================================
   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 {
	color: #111;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-textual-logo {
	font-family: "Bebas Neue", sans-serif;
	font-size: 61px;
	min-width: 55px;
	justify-content: left;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-textual-logo.qodef--line-through .qodef-logo-text-inner {
	position: relative;
	display: inline-block;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-textual-logo.qodef--line-through .qodef-logo-text-inner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	top: 34%;
	width: 100%;
	height: 5px;
	background-color: currentColor;
	transform: scaleX(0);
	transform-origin: left;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-textual-logo.qodef--line-through.qodef--animate-line-through .qodef-logo-text-inner:after {
	animation: qode-line-scaleX 0.5s 1s cubic-bezier(0.34, 0.25, 0, 0.98) forwards;
}
#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%);
}

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

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

.qodef-fullscreen-menu--opened {
	overflow-y: hidden;
}
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
	opacity: 1;
}
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main, .qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark {
	opacity: 0;
}

/* Standard header layout style - start */
.qodef-mobile-header--standard #qodef-page-mobile-header #qodef-page-mobile-header-inner {
	justify-content: flex-end;
}
.qodef-mobile-header--standard #qodef-page-mobile-header #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
	margin-right: auto;
}

/* Standard header layout style - end */
/* ==========================================================================
   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;
	transition: opacity 0.2s ease-out;
}
.qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start {
	opacity: 1;
	visibility: visible;
	overflow: visible;
	z-index: 20;
}
.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: 6px;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second.qodef-drop-down--right {
	left: auto;
	right: 9px;
}
.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:first-child .qodef-drop-down-second:not(.qodef-drop-down--right) {
	left: -25px;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow:last-child .qodef-drop-down-second.qodef-drop-down--right {
	right: -22px;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder {
	display: block;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
	background-color: rgba(0, 0, 0, 0.95);
	border-top: 2px solid rgba(255, 255, 255, 0.2);
}
.qodef-drop-down-second--full-width .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
	width: 100vw;
}
.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 40px;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul {
	display: flex;
	justify-content: space-between;
	padding: 27px 0;
	margin: 0 -27px;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li {
	width: 100%;
	padding: 0 27px;
	border-left: 2px solid rgba(255, 255, 255, 0.1);
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li:first-of-type {
	border-left: none;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li > a {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0.2em;
	color: #fff;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li > a > span {
	position: relative;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li > a > span:before {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	left: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	transform-origin: left;
	transform: scaleX(0);
	transition: transform 0.2s cubic-bezier(0.25, 0.78, 0.35, 0.91);
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul {
	padding-top: 6px;
}
.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: 10px 0;
	overflow: hidden;
	transition: padding 0.2s ease-out;
	padding-right: 11px;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	line-height: 1.857em;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #ababab;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li > a .qodef-menu-item-icon {
	flex-shrink: 0;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li > a:before {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	height: 3px;
	width: 3px;
	background: currentColor;
	border-radius: 100%;
	transition: left 0.2s ease-out, right 0.2s ease-out, color 0.2s ease-out;
	left: -11px;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li:first-of-type > a {
	margin-top: 2px;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li:last-of-type > a {
	margin-bottom: 2px;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li:hover > a, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li.current-menu-item > a {
	padding-left: 11px;
	padding-right: 0;
	color: #fff;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li:hover > a:before, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li.current-menu-item > a:before {
	left: 0;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.current-menu-ancestor > a > span:before, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.current-menu-item > a > span:before {
	transform: scaleX(1);
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.qodef--hide-link:not(.current-menu-ancestor):not(.current-menu-item) > a:hover > span:before {
	transform: scaleX(1);
}

body:not(.qodef-drop-down-second--full-width) .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner {
	padding: 0 40px;
}
body:not(.qodef-drop-down-second--animate-height) .qodef-header-navigation ul li .qodef-drop-down-second {
	transform: rotateX(-17deg);
	transform-origin: 50% -50px;
	transition: transform 0.5s cubic-bezier(0.32, 0.45, 0, 0.96), opacity 0.2s;
}
body:not(.qodef-drop-down-second--animate-height) .qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start {
	transform: rotateX(0);
}

/* ==========================================================================
   Opener icon styles
   ========================================================================== */
.qodef-opener-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
.qodef-opener-icon .qodef-m-icon {
	position: relative;
	visibility: visible;
}
.qodef-opener-icon .qodef-m-icon.qodef--close {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}
.qodef-opener-icon.qodef-source--icon-pack {
	font-size: 35px;
}
.qodef-opener-icon.qodef-source--icon-pack * {
	display: inline-block;
	line-height: inherit;
}
.qodef-opener-icon.qodef-source--icon-pack *:before {
	display: inline-block;
	line-height: inherit;
}
.qodef-opener-icon.qodef-source--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 {
	stroke: currentColor;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-lines {
	position: relative;
	display:flex;
	flex-direction:column;
	width:32px;
	cursor:pointer;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-lines span {
	background: #fff;
	border-radius:10px;
	height:3px;
	margin: 3px 0;
	transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-m-icon.qodef--close {
	display: none !important;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-lines span:nth-of-type(1){
	width:50%;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-lines span:nth-of-type(2){
	width:100%;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-lines span:nth-of-type(3){
	width:75%;
}
.qodef-fullscreen-menu--opened .qodef-opener-icon.qodef-source--predefined .qodef-m-lines span:nth-of-type(1){
	transform-origin:bottom;
	transform:rotatez(45deg) translate(4px,0px)
}
.qodef-fullscreen-menu--opened .qodef-opener-icon.qodef-source--predefined .qodef-m-lines span:nth-of-type(2){
	transform-origin:top;
	transform:rotatez(-45deg)
}
.qodef-fullscreen-menu--opened .qodef-opener-icon.qodef-source--predefined .qodef-m-lines span:nth-of-type(3){
	transform-origin:bottom;
	width:50%;
	transform: translate(14px,-4px) rotatez(45deg);
}
.qodef-opener-icon.qodef-source--predefined:hover > span:not(.qodef--close) .qodef-m-line.qodef--1 {
	transform: translateX(-4px);
}
.qodef-opener-icon.qodef-source--predefined:hover > span:not(.qodef--close) .qodef-m-line.qodef--2 {
	transform: translateX(4px);
}

.qodef-header--light:not(.qodef-fullscreen-menu--opened):not(.qodef-header--sticky-display) .qodef-opener-icon.qodef-source--icon-pack, .qodef-header--light:not(.qodef-fullscreen-menu--opened):not(.qodef-header--sticky-display) .qodef-opener-icon.qodef-source--svg-path, .qodef-header--light:not(.qodef-fullscreen-menu--opened):not(.qodef-header--sticky-display) .qodef-opener-icon.qodef-source--predefined {
	color: #fff !important;
}

.qodef-header--dark:not(.qodef-fullscreen-menu--opened):not(.qodef-header--sticky-display) .qodef-opener-icon.qodef-source--icon-pack, .qodef-header--dark:not(.qodef-fullscreen-menu--opened):not(.qodef-header--sticky-display) .qodef-opener-icon.qodef-source--svg-path, .qodef-header--dark:not(.qodef-fullscreen-menu--opened):not(.qodef-header--sticky-display) .qodef-opener-icon.qodef-source--predefined {
	color: #000 !important;
}

/* ==========================================================================
   #Parallax Background styles - start
   ========================================================================== */
.qodef-parallax {
	position: relative;
	/* set height for parallax item px, vh, % etc. */
	width: 100%;
	overflow: hidden;
}
.qodef-parallax.elementor-section {
	overflow: visible;
}

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

.qodef-parallax-img-holder {
	position: absolute;
	/* set values:
	       top = -x%,
	       height = (100 + x)%
	   */
	top: -50%;
	height: 150%;
	left: 0;
	width: 100%;
	opacity: 0;
}
.touchevents .qodef-parallax-img-holder, .qodef-browser--edge .qodef-parallax-img-holder, .qodef-browser--ms-explorer .qodef-parallax-img-holder {
	top: 0;
	height: 100%;
	opacity: 1;
}

.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;
	margin-top: -10%;
}
@media only screen and (max-width: 1024px) {
	.qodef-parallax-img-wrapper {
		margin-top: 0;
	}
}

.qodef-parallax-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.touchevents .qodef-parallax-img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.qodef-browser--edge .qodef-parallax-img, .qodef-browser--ms-explorer .qodef-parallax-img {
	height: 100%;
}

@media only screen and (max-width: 1024px) {
	.qodef-parallax.qodef-parallax--custom .qodef-parallax-bg-image-holder {
		height: 100%;
	}
	.qodef-parallax.qodef-parallax--custom .qodef-parallax-img-holder .qodef-parallax-img-wrapper img {
		display: none;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-parallax:not(.qodef-parallax--custom) .qodef-parallax-img-holder .qodef-parallax-img-wrapper img {
		max-width: unset;
		height: 100%;
	}
}
/* ==========================================================================
   #Parallax Background styles - end
   ========================================================================== */
/* ==========================================================================
   #Custom forms cf7
   ========================================================================== */
@media only screen and (max-width: 768px) {
	.wpcf7 .qodef-contat-form-form-1 .qodef-grid-item {
		width: 100% !important;
	}
}

/* ==========================================================================
   Contact Form 7 widget styles
   ========================================================================== */
.qodef-contact-form-7 {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-contact-form-7 .ajax-loader {
	position: absolute;
	right: -10px;
}

/* ==========================================================================
   Instagram List shortcode styles
   ========================================================================== */
.qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1 !important;
}
.qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 0;
	transition: 0.2s;
}
.qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a:after {
	content: "\f16d";
	font-family: "Font Awesome 5 Brands";
	font-size: 18px;
	color: #fff;
	position: absolute;
	opacity: 0;
	transition: 0.2s;
	margin-left: 1px;
	margin-top: -1px;
}
.qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a:hover:before {
	opacity: 1;
}
.qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a:hover:after {
	opacity: 1;
}
.qodef-instagram-list.qodef-gutter--no.qodef--no-bottom-space {
	margin-bottom: 0;
}
.qodef-instagram-list.qodef-gutter--no #sb_instagram #sbi_images {
	float: none;
	padding: 0 !important;
	width: auto;
	margin: 0;
}
.qodef-instagram-list.qodef-gutter--no #sb_instagram #sbi_images > .sbi_item {
	padding: 0 !important;
	margin: 0 !important;
}
.qodef-instagram-list.qodef-gutter--tiny.qodef--no-bottom-space {
	margin-bottom: -10px;
}
.qodef-instagram-list.qodef-gutter--tiny #sb_instagram #sbi_images {
	float: none;
	padding: 0 !important;
	width: auto;
	margin: 0 -5px;
}
.qodef-instagram-list.qodef-gutter--tiny #sb_instagram #sbi_images > .sbi_item {
	padding: 0 5px !important;
	margin: 0 0 10px !important;
}
.qodef-instagram-list.qodef-gutter--small.qodef--no-bottom-space {
	margin-bottom: -20px;
}
.qodef-instagram-list.qodef-gutter--small #sb_instagram #sbi_images {
	float: none;
	padding: 0 !important;
	width: auto;
	margin: 0 -10px;
}
.qodef-instagram-list.qodef-gutter--small #sb_instagram #sbi_images > .sbi_item {
	padding: 0 10px !important;
	margin: 0 0 20px !important;
}
.qodef-instagram-list.qodef-gutter--normal.qodef--no-bottom-space {
	margin-bottom: -30px;
}
.qodef-instagram-list.qodef-gutter--normal #sb_instagram #sbi_images {
	float: none;
	padding: 0 !important;
	width: auto;
	margin: 0 -15px;
}
.qodef-instagram-list.qodef-gutter--normal #sb_instagram #sbi_images > .sbi_item {
	padding: 0 15px !important;
	margin: 0 0 30px !important;
}
.qodef-instagram-list.qodef-gutter--medium.qodef--no-bottom-space {
	margin-bottom: -40px;
}
.qodef-instagram-list.qodef-gutter--medium #sb_instagram #sbi_images {
	float: none;
	padding: 0 !important;
	width: auto;
	margin: 0 -20px;
}
.qodef-instagram-list.qodef-gutter--medium #sb_instagram #sbi_images > .sbi_item {
	padding: 0 20px !important;
	margin: 0 0 40px !important;
}
.qodef-instagram-list.qodef-gutter--large.qodef--no-bottom-space {
	margin-bottom: -50px;
}
.qodef-instagram-list.qodef-gutter--large #sb_instagram #sbi_images {
	float: none;
	padding: 0 !important;
	width: auto;
	margin: 0 -25px;
}
.qodef-instagram-list.qodef-gutter--large #sb_instagram #sbi_images > .sbi_item {
	padding: 0 25px !important;
	margin: 0 0 50px !important;
}
.qodef-instagram-list.qodef-gutter--huge.qodef--no-bottom-space {
	margin-bottom: -80px;
}
.qodef-instagram-list.qodef-gutter--huge #sb_instagram #sbi_images {
	float: none;
	padding: 0 !important;
	width: auto;
	margin: 0 -40px;
}
.qodef-instagram-list.qodef-gutter--huge #sb_instagram #sbi_images > .sbi_item {
	padding: 0 40px !important;
	margin: 0 0 80px !important;
}

/* ==========================================================================
   Instagram List shortcode styles
   ========================================================================== */
/* ==========================================================================
   Instagram List shortcode styles
   ========================================================================== */
.qodef-twitter-list.qodef-layout--columns.qodef--no-bottom-info #ctf .ctf-tweet-actions {
	display: none;
}
.qodef-twitter-list.qodef-layout--columns #ctf {
	overflow: hidden;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-item {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	float: left;
	border: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box {
	margin-left: 0;
	display: block;
	margin-bottom: 8px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box-link {
	line-height: 1 !important;
	display: flex;
	align-items: center;
	flex-flow: row wrap;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-avatar {
	width: 37px;
	height: 37px;
	margin: 0 7px 0 0;
	float: none;
	border-radius: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 27px;
	line-height: 28px;
	letter-spacing: 0.08em;
	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: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 1.857em;
	font-weight: 400;
	letter-spacing: 0.02em;
	color: #6d6d6d;
	margin-right: 4px;
	margin-left: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context:last-child,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink:last-child,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta:last-child {
	margin-right: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta {
	margin-top: 4px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-screenname {
	display: none;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content {
	display: flex;
	align-items: baseline;
	margin-left: 0;
	padding: 0;
	margin-top: -5px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content:before {
	content: "\e094";
	font-family: ElegantIcons;
	padding-right: 10px;
	font-size: 18px;
	position: relative;
	top: 5px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions {
	display: flex;
	align-items: baseline;
	margin-left: 0;
	margin-top: -3px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions:before {
	content: "\e094";
	font-family: ElegantIcons;
	padding-right: 10px;
	font-size: 18px;
	visibility: hidden;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a {
	padding: 0;
	font-size: 14px;
	margin-right: 8px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a:last-child {
	margin-right: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a.ctf-reply {
	margin-left: 0;
}
.qodef-twitter-list.qodef-layout--columns .ctf-tweets:before {
	content: "";
	display: table;
	table-layout: fixed;
}
.qodef-twitter-list.qodef-layout--columns .ctf-tweets:after {
	clear: both;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--1 #ctf .ctf-tweets > .ctf-item {
	width: 100%;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2 #ctf .ctf-tweets > .ctf-item {
	width: 50%;
}
@media only screen and (min-width: 681px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
		clear: both;
	}
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3 #ctf .ctf-tweets > .ctf-item {
	width: 33.3333333333%;
}
@media only screen and (min-width: 769px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
		clear: both;
	}
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4 #ctf .ctf-tweets > .ctf-item {
	width: 25%;
}
@media only screen and (min-width: 1025px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
		clear: both;
	}
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5 #ctf .ctf-tweets > .ctf-item {
	width: 20%;
}
@media only screen and (min-width: 1367px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
		clear: both;
	}
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6 #ctf .ctf-tweets > .ctf-item {
	width: 16.6666666667%;
}
@media only screen and (min-width: 1441px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
		clear: both;
	}
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7 #ctf .ctf-tweets > .ctf-item {
	width: 14.2857142857%;
}
@media only screen and (min-width: 1367px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
		clear: both;
	}
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8 #ctf .ctf-tweets > .ctf-item {
	width: 12.5%;
}
@media only screen and (min-width: 1367px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
		clear: both;
	}
}
@media only screen and (min-width: 1441px) {
	.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
		clear: both;
	}
}
.qodef-twitter-list.qodef-gutter--no.qodef--no-bottom-space {
	margin-bottom: 0;
}
.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets {
	margin: 0;
}
.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets > .ctf-item {
	padding: 0;
	margin: 0;
}
.qodef-twitter-list.qodef-gutter--tiny.qodef--no-bottom-space {
	margin-bottom: -10px;
}
.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets {
	margin: 0 -5px;
}
.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets > .ctf-item {
	padding: 0 5px;
	margin: 0 0 10px;
}
.qodef-twitter-list.qodef-gutter--small.qodef--no-bottom-space {
	margin-bottom: -20px;
}
.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets {
	margin: 0 -10px;
}
.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets > .ctf-item {
	padding: 0 10px;
	margin: 0 0 20px;
}
.qodef-twitter-list.qodef-gutter--normal.qodef--no-bottom-space {
	margin-bottom: -30px;
}
.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets {
	margin: 0 -15px;
}
.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets > .ctf-item {
	padding: 0 15px;
	margin: 0 0 30px;
}
.qodef-twitter-list.qodef-gutter--medium.qodef--no-bottom-space {
	margin-bottom: -40px;
}
.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets {
	margin: 0 -20px;
}
.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets > .ctf-item {
	padding: 0 20px;
	margin: 0 0 40px;
}
.qodef-twitter-list.qodef-gutter--large.qodef--no-bottom-space {
	margin-bottom: -50px;
}
.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets {
	margin: 0 -25px;
}
.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets > .ctf-item {
	padding: 0 25px;
	margin: 0 0 50px;
}
.qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space {
	margin-bottom: -80px;
}
.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
	margin: 0 -40px;
}
.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets > .ctf-item {
	padding: 0 40px;
	margin: 0 0 80px;
}

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

/* ==========================================================================
   Twitter List widget styles
   ========================================================================== */
/* ==========================================================================
   QODE Quick View styles - begin
   ========================================================================== */
/* ==========================================================================
   Ratings mixins - start
   ========================================================================== */
/* ==========================================================================
   Ratings mixins - end
   ========================================================================== */
.qodef-woo-product-list .qqvfw-quick-view-button-wrapper {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
.qodef-woo-product-list .qqvfw-quick-view-button-wrapper .qqvfw-quick-view-button.qqvfw-shortcode.button {
	font-family: "Open Sans", sans-serif !important;
	padding: 0 !important;
	background-color: transparent !important;
	color: #6d6d6d !important;
	border: none !important;
	text-transform: none !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	letter-spacing: initial !important;
	justify-content: center !important;
	transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out !important;
}
.qodef-woo-product-list .qqvfw-quick-view-button-wrapper .qqvfw-quick-view-button.qqvfw-shortcode.button:hover {
	background-color: transparent !important;
	color: #111 !important;
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qqvfw-quick-view-button-wrapper .qqvfw-quick-view-button.qqvfw-shortcode.button {
	color: #111 !important;
}
.qodef-woo-product-list.qodef-item-layout--info-on-image .qqvfw-quick-view-button-wrapper .qqvfw-quick-view-button.qqvfw-shortcode.button:hover {
	color: #fff !important;
}

#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-overlay {
	background-color: rgba(255, 255, 255, 0.75);
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content {
	padding: 0;
	width: auto;
	max-width: 950px;
}
@media screen and (max-width: 1366px) {
	#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content {
		max-width: 950px;
	}
}
@media screen and (max-width: 1280px) {
	#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content {
		max-width: 900px;
	}
}
@media screen and (max-width: 768px) {
	#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content {
		max-width: 600px;
	}
}
@media screen and (max-width: 680px) {
	#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content {
		max-width: 90vw;
	}
}
#qode-quick-view-for-woocommerce-pop-up input[type=submit],
#qode-quick-view-for-woocommerce-pop-up button[type=submit],
#qode-quick-view-for-woocommerce-pop-up .qodef-theme-button {
	padding: 8px 30px;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-product > .product {
	box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-product > .product .woocommerce-product-gallery__wrapper {
	margin: 0 -6px;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-product > .product .woocommerce-product-gallery__wrapper div {
	padding: 0 6px;
	box-sizing: border-box;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-product > .product .woocommerce-product-gallery__wrapper div:not(:first-child) {
	display: none;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-product > .product-type-external .summary .mkdf-single-product-share-wish {
	margin-top: 47px;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-product > .product-type-variable .summary form.cart,
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-product > .product-type-grouped .summary form.cart {
	margin: 37px 0 0;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-product > .product-type-variable .summary form.cart .select2-container--default,
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-product > .product-type-grouped .summary form.cart .select2-container--default {
	float: none;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-product > .product-type-variable .summary form.cart .single_variation_wrap,
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-product > .product-type-grouped .summary form.cart .single_variation_wrap {
	margin: 5px 0 0;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-media-wrapper {
	width: 50%;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-media-wrapper .qodef-woo-product-mark {
	display: none;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-media-wrapper a, #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-media-wrapper img {
	display: block;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper {
	width: 50%;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper .summary {
	padding: 44px 44px 30px;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper .variations {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 20px;
	padding: 0;
	border: none;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper .variations select {
	position: relative;
	top: -3px;
	display: inline-block;
	vertical-align: middle;
	padding: 0 16px 0 16px;
	margin: 0 -4px 0 0;
	height: 50px;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	line-height: 50px;
	font-weight: inherit;
	color: #111;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper .variations tr {
	margin: 0 0 10px;
	padding: 0 0 20px;
	border: 0;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper .variations tr:last-child {
	margin: 0;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper .variations th.label {
	border-right: none;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper .variations td {
	padding: 0 0 13px;
	text-align: initial;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper .variations td.label {
	padding-right: 10px;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper .variations td.value {
	white-space: nowrap;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper .variations td.value select {
	width: auto;
	max-width: 200px;
	margin: 0;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper .variations td.value .select2-container--default {
	margin: -3px 0 0;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper .variations .reset_variations {
	position: relative;
	top: -1px;
	margin: 0 0 0 15px;
	color: #111;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper .single_variation_wrap {
	margin: 35px 0 0;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper .single_variation_wrap .single_variation {
	margin: 0 0 35px;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper table.group_table {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	border: none;
	padding: 0;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper table.group_table tbody {
	display: block;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper table.group_table tr {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper table.group_table td {
	padding: 0 17px 20px 0;
	text-align: left;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper table.group_table td.price {
	display: table-cell;
	vertical-align: middle;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper table.group_table td:last-child {
	padding: 0 0 10px;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper table.group_table .mkdf-quantity-buttons {
	margin: 0;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper table.group_table a {
	color: #111;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper table.group_table a:hover {
	color: #111;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper .qodef-qode-quick-view-product-title {
	display: block;
	margin: 0 0 7px;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper div[itemprop=offers] {
	position: relative;
	display: block;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper .price {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 35px;
	line-height: 34px;
	letter-spacing: 0.06em;
	margin-top: 18px;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper .price del .woocommerce-Price-amount {
	opacity: 0.5;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper .price ins .woocommerce-Price-amount {
	font-size: 45px;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper .price ins {
	text-decoration: none;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper .qodef-woo-ratings {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	line-height: 1;
	flex-shrink: 0;
	width: auto;
	margin-right: 20px;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper .qodef-woo-ratings .qodef-m-inner {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper .qodef-woo-ratings .qodef-m-star {
	font-size: 15px;
	letter-spacing: 0.6em;
	color: #888;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper .qodef-woo-ratings .qodef-m-star.qodef--active {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
	color: #111;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper .woocommerce-review-link {
	pointer-events: none;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper .woocommerce-product-rating {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	line-height: 1;
	margin: 13px 0 3px;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper div[itemprop=description],
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper .woocommerce-product-details__short-description {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 17px 0 0;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper div[itemprop=description] p,
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper .woocommerce-product-details__short-description p {
	margin: 0;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper .woocommerce-product-details__short-description p {
	margin: 0 60px 0 0;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper form.cart {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 48px 0 60px 0;
	border-bottom: 2px solid rgba(17, 17, 17, 0.1);
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper form.cart:not(.variations_form),
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper form.cart .variations_button {
	display: flex;
	align-items: flex-start;
}
@media screen and (max-width: 480px) {
	#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper form.cart:not(.variations_form),
	#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper form.cart .variations_button {
		flex-direction: column;
	}
	#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper form.cart:not(.variations_form) .quantity,
	#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper form.cart .variations_button .quantity {
		margin-bottom: 20px;
	}
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper form.cart:not(.variations_form) .quantity,
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper form.cart .variations_button .quantity {
	margin-right: 20px;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper form.cart.grouped_form {
	flex-wrap: wrap;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper form.cart.grouped_form .group_table th, #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper form.cart.grouped_form .group_table td {
	padding: 20px 0;
	vertical-align: middle;
	text-align: left;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper form.cart.grouped_form .group_table label {
	margin-bottom: 0;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.4em;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper form.cart.grouped_form > .button {
	margin-top: 30px;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper form.cart .group_table tr {
	border-left: none;
	border-right: none;
	border-top: none;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper form.cart .group_table th, #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper form.cart .group_table td {
	padding: 15px 0 15px 5px;
	vertical-align: middle;
	text-align: left;
	border: 0;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper form.cart .group_table th:first-child, #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper form.cart .group_table td:first-child {
	padding-left: 0;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper form.cart .group_table th {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.4em;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper form.cart .group_table td ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper form.cart .group_table td ul li {
	margin: 0 0 10px;
	padding: 0;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper form.cart .group_table td ul li:last-child {
	margin-bottom: 0;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper form.cart .group_table td ul li label {
	margin-bottom: 0;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper form.cart .group_table p {
	margin: 0;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper form.cart .variations {
	margin-bottom: 30px;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper form.cart .variations tr {
	border: 0;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper form.cart .variations td, #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper form.cart .variations th {
	padding: 0;
	text-align: initial;
	vertical-align: middle;
	border: 0;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper form.cart .variations label {
	margin-bottom: 0;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.4em;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper form.cart .variations select {
	width: auto;
	min-width: 220px;
	margin: 0;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper form.cart .variations .select2-container--default {
	margin: 10px 0;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper form.cart .variations .reset_variations {
	display: inline-block;
	vertical-align: top;
	margin: 13px 0 0 15px;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper form.cart .single_variation {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper form.cart .single_variation .price {
	margin: 0;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper .qodef-quantity-buttons {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	border: 2px solid rgba(17, 17, 17, 0.5);
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper .qodef-quantity-buttons .qodef-quantity-input,
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper .qodef-quantity-buttons .qodef-quantity-minus,
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper .qodef-quantity-buttons .qodef-quantity-plus {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	font-family: inherit;
	font-weight: 400;
	text-align: center;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper .qodef-quantity-buttons .qodef-quantity-input {
	position: relative;
	height: 50px;
	width: 90px;
	padding: 0;
	margin: 0 92px 0 0;
	font-family: inherit;
	line-height: 48px;
	outline: 0;
	border: 0;
	color: #111;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper .qodef-quantity-buttons .qodef-quantity-minus,
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper .qodef-quantity-buttons .qodef-quantity-plus {
	position: absolute;
	width: 56px;
	height: 25px;
	line-height: 23px;
	border: 0;
	cursor: pointer;
	transition: color 0.15s ease-in-out;
	color: #111;
	transform: translateY(50%);
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper .qodef-quantity-buttons .qodef-quantity-plus {
	right: 0;
	border-left: 2px solid rgba(17, 17, 17, 0.1);
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper .qodef-quantity-buttons .qodef-quantity-minus {
	right: 53px;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper .qwfw-add-to-wishlist-wrapper {
	margin: 0.8rem 0 0;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper p.stock.out-of-stock,
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper p.stock.in-stock {
	margin: 0 0 18px;
	font-weight: 700;
	color: #111;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-close {
	top: 26px;
	right: 35px;
	font-size: 0;
	border: 0;
	opacity: 1;
	color: #111;
}
@media screen and (max-width: 768px) {
	#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-close {
		top: 2px;
		right: 11px;
	}
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-close svg {
	fill: currentColor;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-close:hover {
	color: #111;
}

/* ==========================================================================
   QODE Quick View styles - end
   ========================================================================== */
/* ==========================================================================
   Qode WishList For WooCommerce - Add Wishlist Button styles - begin
   ========================================================================== */
.qwfw-add-to-wishlist-wrapper.qodef-pelicula-theme {
	--qwfw-heading-color: #6d6d6d;
	--qwfw-main-color: #111;
}
.qodef-item-layout--info-on-image .qwfw-add-to-wishlist-wrapper.qodef-pelicula-theme:not(.qwfw-position--above-thumbnail), .qodef-item-layout--info-below .qwfw-add-to-wishlist-wrapper.qodef-pelicula-theme.qwfw-position--after-add-to-cart {
	--qwfw-heading-color: #111;
	--qwfw-main-color: #fff;
	margin-top: 10px;
}
.qodef-item-layout--info-below .qwfw-add-to-wishlist-wrapper.qodef-pelicula-theme.qwfw-position--before-add-to-cart {
	--qwfw-heading-color: #111;
	--qwfw-main-color: #fff;
	margin-bottom: 10px;
}

/* ==========================================================================
   Product Categories List Info on Image styles
   ========================================================================== */
.qodef-woo-product-categories-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-categories-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-categories-list.qodef-item-layout--info-on-image .count,
.qodef-woo-product-list .count {
	display: none;
}

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

/* ==========================================================================
   WooCommerce DropDown Cart styles
   ========================================================================== */
.widget_pelicula_core_woo_dropdown_cart {
	height: 100%;
}

.qodef-woo-dropdown-cart {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	padding: 0 10px;
}
.qodef-woo-dropdown-cart .qodef-m-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	height: 100%;
}
.qodef-woo-dropdown-cart .qodef-m-opener {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
}
#qodef-top-area .qodef-woo-dropdown-cart .qodef-m-opener, .qodef-header--light .qodef-woo-dropdown-cart .qodef-m-opener {
	color: #fff;
}
.qodef-header--dark .qodef-woo-dropdown-cart .qodef-m-opener {
	color: #000;
}
.qodef-woo-dropdown-cart .qodef-m-opener .qodef-m-opener-holder {
	position: relative;
}
.qodef-woo-dropdown-cart .qodef-m-opener .qodef-m-opener-icon {
	font-size: 25px;
}
.qodef-woo-dropdown-cart .qodef-m-opener .qodef-m-opener-count {
	position: absolute;
	top: -4px;
	right: -9px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	font-family: "Bebas Neue", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 13px;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #fff;
	background-color: #111;
	border-radius: 100%;
}
#qodef-top-area .qodef-woo-dropdown-cart .qodef-m-opener .qodef-m-opener-count, .qodef-header--light .qodef-woo-dropdown-cart .qodef-m-opener .qodef-m-opener-count {
	color: #111;
	background-color: #fff;
}
.qodef-header--dark .qodef-woo-dropdown-cart .qodef-m-opener .qodef-m-opener-count {
	color: #fff;
	background-color: #000;
}
.qodef-woo-dropdown-cart .qodef-m-dropdown {
	position: absolute;
	top: 100%;
	left: auto;
	right: 0;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	transform: rotateX(-17deg);
	transform-origin: 50% -50px;
	transition: transform 0.5s cubic-bezier(0.32, 0.45, 0, 0.96), opacity 0.2s;
}
.qodef-woo-dropdown-cart .qodef-m-dropdown-inner {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 260px;
	padding: 34px 0 17px;
	background-color: rgba(0, 0, 0, 0.95);
	border-top: 2px solid rgba(255, 255, 255, 0.2);
	z-index: 10;
}
.qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 0 24px;
}
#qodef-page-sidebar .qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
	color: #6d6d6d;
}
#qodef-page-sidebar .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
	color: #fff;
}
#qodef-page-sidebar .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover {
	color: #fff;
}
#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
	color: #6d6d6d;
}
#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
	color: #fff;
}
#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover {
	color: #fff;
}
.qodef-woo-dropdown-cart .qodef-woo-dropdown-item {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.qodef-woo-dropdown-cart .qodef-woo-dropdown-item:first-child {
	margin-top: 0;
}
.qodef-woo-dropdown-cart .qodef-e-image {
	flex-shrink: 0;
	width: 55px;
	margin-right: 20px;
}
.qodef-woo-dropdown-cart .qodef-e-image a, .qodef-woo-dropdown-cart .qodef-e-image img {
	display: block;
}
.qodef-woo-dropdown-cart .qodef-e-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding-right: 20px;
}
.qodef-woo-dropdown-cart .qodef-e-title {
	margin: 0;
	color: #fff;
}
.qodef-woo-dropdown-cart .qodef-e-title a {
	color: inherit;
}
.qodef-woo-dropdown-cart .qodef-e-price {
	margin: -2px 0 0;
	letter-spacing: normal;
	color: #a6a6a6;
}
.qodef-woo-dropdown-cart .qodef-e-quantity {
	margin: 3px 0 0;
}
.qodef-woo-dropdown-cart .qodef-e-remove {
	position: absolute;
	top: -2px;
	right: 0;
	font-size: 20px;
	line-height: 1;
	color: #fff;
}
.qodef-woo-dropdown-cart .qodef-e-remove:hover {
	color: #fff;
}
.qodef-woo-dropdown-cart .qodef-m-order-details {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	margin-top: 24px;
	padding: 16px 24px 13px;
	color: #a6a6a6;
	border-top: 2px solid rgba(255, 255, 255, 0.2);
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.qodef-woo-dropdown-cart .qodef-m-order-details > * {
	margin: 0;
	color: inherit;
}
.qodef-woo-dropdown-cart .qodef-m-order-details .qodef-m-order-amount {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.4em;
	color: inherit;
}
#qodef-page-sidebar .qodef-woo-dropdown-cart .qodef-m-order-details {
	color: #6d6d6d;
}
#qodef-top-area .qodef-woo-dropdown-cart .qodef-m-order-details {
	color: #6d6d6d;
}
.qodef-woo-dropdown-cart .qodef-m-action {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 16px;
	padding: 0 24px;
}
.qodef-woo-dropdown-cart .qodef-m-action-link {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: "Bebas Neue", sans-serif;
	font-size: 17px;
	line-height: 2em;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	border-radius: 0;
	outline: none;
	box-sizing: border-box;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	padding: 8px 50px;
	padding: 0 !important;
	font-size: 17px;
	color: #fff !important;
	background-color: transparent;
	border: 0;
	position: relative;
}
.qodef-woo-dropdown-cart .qodef-m-action-link:before {
	content: "";
	position: absolute;
	top: calc(50% + 1px);
	left: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s cubic-bezier(0.75, 1.1, 0, 0.96);
}
.qodef-woo-dropdown-cart .qodef-m-action-link:hover:before {
	transform: scaleX(1);
}
.qodef-woo-dropdown-cart .qodef-m-action-link:before {
	top: calc(50% - 1px);
	left: -1px;
}
.qodef-woo-dropdown-cart .qodef-m-action-separator {
	display: block;
	width: 2px;
	height: 17px;
	margin: 0 19px;
	background-color: #fff;
}
.qodef-woo-dropdown-cart .qodef-m-posts-not-found {
	margin: 10px 24px;
}
.touchevents .qodef-woo-dropdown-cart {
	cursor: pointer;
}
.qodef-woo-dropdown-cart:hover .qodef-m-dropdown {
	opacity: 1;
	visibility: visible;
	transform: rotateX(0);
}

/* ==========================================================================
   WooCommerce Side Area Cart styles
   ========================================================================== */
.qodef-woo-side-area-cart {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	padding: 0 10px;
}
.qodef-woo-side-area-cart .qodef-m-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	height: 100%;
}
.qodef-woo-side-area-cart .qodef-m-opener {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
}
#qodef-top-area .qodef-woo-side-area-cart .qodef-m-opener, .qodef-header--light .qodef-woo-side-area-cart .qodef-m-opener {
	color: #fff;
}
.qodef-header--dark .qodef-woo-side-area-cart .qodef-m-opener {
	color: #000;
}
.qodef-woo-side-area-cart .qodef-m-opener .qodef-m-opener-holder {
	position: relative;
}
.qodef-woo-side-area-cart .qodef-m-opener .qodef-m-opener-icon {
	font-size: 25px;
}
.qodef-woo-side-area-cart .qodef-m-opener .qodef-m-opener-count {
	position: absolute;
	top: -4px;
	right: -9px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	font-family: "Bebas Neue", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 13px;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #fff;
	background-color: #111;
	border-radius: 100%;
}
#qodef-top-area .qodef-woo-side-area-cart .qodef-m-opener .qodef-m-opener-count, .qodef-header--light .qodef-woo-side-area-cart .qodef-m-opener .qodef-m-opener-count {
	color: #111;
	background-color: #fff;
}
.qodef-header--dark .qodef-woo-side-area-cart .qodef-m-opener .qodef-m-opener-count {
	color: #fff;
	background-color: #000;
}
.qodef-woo-side-area-cart .qodef-m-content {
	position: fixed;
	top: 0;
	right: -360px;
	height: 100vh;
	width: 360px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 100px 0 50px;
	background-color: rgba(0, 0, 0, 0.95);
	overflow: hidden;
	visibility: hidden;
	z-index: 9999;
	transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.admin-bar .qodef-woo-side-area-cart .qodef-m-content {
	top: 32px;
	height: calc(100vh - 32px);
}
.qodef-woo-side-area-cart .qodef-m-close {
	position: absolute;
	top: 30px;
	right: 30px;
	display: block;
	font-size: 34px;
	z-index: 1000;
	color: #fff !important;
}
.qodef-woo-side-area-cart .qodef-m-items {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 0 24px;
}
#qodef-page-sidebar .qodef-woo-side-area-cart .qodef-m-items {
	color: #6d6d6d;
}
#qodef-page-sidebar .qodef-woo-side-area-cart .qodef-m-items a {
	color: #fff;
}
#qodef-page-sidebar .qodef-woo-side-area-cart .qodef-m-items a:hover {
	color: #fff;
}
#qodef-top-area .qodef-woo-side-area-cart .qodef-m-items {
	color: #6d6d6d;
}
#qodef-top-area .qodef-woo-side-area-cart .qodef-m-items a {
	color: #fff;
}
#qodef-top-area .qodef-woo-side-area-cart .qodef-m-items a:hover {
	color: #fff;
}
.qodef-woo-side-area-cart .qodef-m-item {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.qodef-woo-side-area-cart .qodef-m-item:first-child {
	margin-top: 0;
}
.qodef-woo-side-area-cart .qodef-e-image {
	flex-shrink: 0;
	width: 55px;
	margin-right: 20px;
}
.qodef-woo-side-area-cart .qodef-e-image a, .qodef-woo-side-area-cart .qodef-e-image img {
	display: block;
}
.qodef-woo-side-area-cart .qodef-e-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding-right: 20px;
}
.qodef-woo-side-area-cart .qodef-e-title {
	margin: 0;
	color: #fff;
}
.qodef-woo-side-area-cart .qodef-e-title a {
	color: inherit;
}
.qodef-woo-side-area-cart .qodef-e-price {
	margin: -2px 0 0;
	letter-spacing: normal;
	color: #a6a6a6;
}
.qodef-woo-side-area-cart .qodef-e-quantity {
	margin: 3px 0 0;
}
.qodef-woo-side-area-cart .qodef-e-remove {
	position: absolute;
	top: -2px;
	right: 0;
	font-size: 20px;
	line-height: 1;
	color: #fff;
}
.qodef-woo-side-area-cart .qodef-e-remove:hover {
	color: #fff;
}
.qodef-woo-side-area-cart .qodef-m-order-details {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	padding: 16px 24px 13px;
	color: #a6a6a6;
	border-top: 2px solid rgba(255, 255, 255, 0.2);
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.qodef-woo-side-area-cart .qodef-m-order-details > * {
	margin: 0;
	color: inherit;
}
.qodef-woo-side-area-cart .qodef-m-order-details .qodef-m-order-amount {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.4em;
	color: inherit;
}
.qodef-woo-side-area-cart .qodef-m-action {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 7px;
	padding: 0 24px;
}
.qodef-woo-side-area-cart .qodef-m-action-link {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: "Bebas Neue", sans-serif;
	font-size: 17px;
	line-height: 2em;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	border-radius: 0;
	outline: none;
	box-sizing: border-box;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	padding: 8px 50px;
	padding: 0 !important;
	font-size: 17px;
	color: #fff !important;
	background-color: transparent;
	border: 0;
}
.qodef-woo-side-area-cart .qodef-m-action-separator {
	display: block;
	width: 2px;
	height: 17px;
	margin: 0 19px;
	background-color: #fff;
}
.qodef-woo-side-area-cart.qodef--opened .qodef-m-content {
	right: 0;
	visibility: visible;
}

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

/* ==========================================================================
   WPBakery styles
   ========================================================================== */
.qodef-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;
}

/* 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 {
	display: inline-block;
	width: auto;
	overflow: hidden;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-logo img {
	will-change: transform;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-hover-logo {
	display: none;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-logo img {
	animation: qodef-animate-blur-in-out 0.8s cubic-bezier(0.44, 0.36, 0, 1) forwards;
}

/* Clients list shortcode style - end */
/* ==========================================================================
   Portfolio Single styles
   ========================================================================== */
.qodef-portfolio-single .qodef-media iframe {
	max-height: 56.25vw;
}
.qodef-portfolio-single .qodef-portfolio-title {
	margin: 0 0 27px;
}
.qodef-portfolio-single .qodef-portfolio-info > * {
	display: flex;
	align-items: flex-start;
	margin-bottom: 3px;
	flex-direction: row;
}
.qodef-portfolio-single .qodef-portfolio-info > *:last-child {
	margin-bottom: 0;
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-e-title,
.qodef-portfolio-single .qodef-portfolio-info .qodef-social-title {
	margin: 0 0 5px 0;
	flex-basis: 153px;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.4em;
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-info--social-share .qodef-social-share {
	width: 100%;
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-info--social-share .qodef-social-title {
	width: 153px;
	vertical-align: middle;
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-info--social-share .qodef-shortcode-list {
	vertical-align: super;
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-e-info-item {
	flex-basis: calc(100% - 153px);
	font-size: 16px;
	color: #6d6d6d;
}
.qodef-portfolio-single .qodef-portfolio-info p, .qodef-portfolio-single .qodef-portfolio-info a {
	margin: 0;
	font-size: 16px;
	line-height: inherit;
	color: #6d6d6d;
}
.qodef-portfolio-single .qodef-portfolio-info a:hover {
	color: #111;
}
.qodef-portfolio-single .qodef-info--category-second {
	margin: 0 0 19px;
}
.qodef-portfolio-single .qodef-e-category {
	font-family: "Bebas Neue", sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.4em;
	color: #6d6d6d;
}
.qodef-portfolio-single .qodef-e-category:after {
	content: ",";
	position: relative;
	left: -3px;
	color: #6d6d6d;
}
.qodef-portfolio-single .qodef-e-category:last-child:after {
	display: none;
}
.qodef-portfolio-single .qodef-e-category:hover {
	color: #111;
}

/* ==========================================================================
   Portfolio Info shortcode styles
   ========================================================================== */
.qodef-portfolio-info.qodef-skin--light .qodef-e-info-item {
	color: #a6a6a6;
}
.qodef-portfolio-info.qodef-skin--light .qodef-e-title {
	color: #fff;
}
.qodef-portfolio-info.qodef-skin--light .qodef-info--social-share .qodef-social-title {
	color: #fff;
}
.qodef-portfolio-info.qodef-skin--light p, .qodef-portfolio-info.qodef-skin--light a {
	color: #a6a6a6;
}
.qodef-portfolio-info.qodef-skin--light a:hover {
	color: #fff;
}

/* ==========================================================================
   Portfolio List shortcode styles
   ========================================================================== */
.qodef-portfolio-list .qodef-e-inner {
	position: relative;
}
.qodef-portfolio-list .qodef-e-inner .qodef-e-image-outer {
	position: relative;
}
.qodef-portfolio-list .qodef-e-inner .qodef-video-button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.qodef-portfolio-list .qodef-e-image {
	position: relative;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.qodef-portfolio-list .qodef-e-image:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30%; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	pointer-events: none;
	z-index: 1;
}
.qodef-portfolio-list .qodef-e-image img {
	display: block;
}
.qodef-portfolio-list .qodef-e-content-main {
	padding: 0 30px;
	opacity: 0;
	transition: opacity 0.2s ease-out;
	z-index: 3;
}
.qodef-portfolio-list .qodef-e-content-main.qodef-e-content--appear {
	opacity: 1;
}
.qodef-portfolio-list .qodef-e-title {
	margin: 0;
}
.qodef-portfolio-list .qodef-m-pagination {
	margin-top: 35px;
}
.qodef-portfolio-list.qodef-items--fixed .qodef-e-image {
	height: 100%;
	overflow: hidden;
}
.qodef-portfolio-list.qodef-items--fixed .qodef-e-media-image {
	height: 100%;
}
.qodef-portfolio-list.qodef-items--fixed .qodef-e-media-image a {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	height: 100%;
}
.qodef-portfolio-list.qodef-skin--light .qodef-e-image {
	position: relative;
}
.qodef-portfolio-list.qodef-skin--light .qodef-e-image:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30%; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to top, rgba(17, 17, 17, 0.8) 0%, rgba(17, 17, 17, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	pointer-events: none;
	z-index: 1;
}
@media only screen and (max-width: 680px) {
	.qodef-portfolio-list.qodef-item-layout--info-below.qodef-nav--custom.qodef-swiper-container {
		overflow: initial;
	}
	.qodef-portfolio-list.qodef-item-layout--info-below.qodef-nav--custom .qodef-navigation {
		bottom: -28px;
	}
}
.qodef-portfolio-list.qodef-slider-layout--predefined2 {
	cursor: grab;
}
.qodef-portfolio-list.qodef-slider-layout--predefined2.qodef-slider--dragging .swiper-wrapper .swiper-slide .qodef-e-image {
	clip-path: inset(10%);
	-webkit-clip-path: inset(10%);
	transition: 0.5s cubic-bezier(0, 0.85, 0.25, 1);
}
.qodef-portfolio-list.qodef-slider-layout--predefined2 .swiper-wrapper {
	transition-timing-function: cubic-bezier(0.74, 0.15, 0.09, 0.85);
}
.qodef-portfolio-list.qodef-slider-layout--predefined2 .qodef-e-image {
	transform: scale(1.2);
	clip-path: inset(10%);
	-webkit-clip-path: inset(10%);
	transition: 0.5s cubic-bezier(0, 0.85, 0.25, 1);
	overflow: hidden;
}
.qodef-browser--edge .qodef-portfolio-list.qodef-slider-layout--predefined2 .qodef-e-image {
	transform: scale(1);
}
.qodef-portfolio-list.qodef-slider-layout--predefined2 .qodef-e-image .qodef-e-media-image {
	transform: perspective(0px) rotateX(0deg) rotateY(0deg) scale3d(1, 1, 1) !important;
}
.qodef-portfolio-list.qodef-slider-layout--predefined2 .qodef-e-image:after {
	display: none;
}
.qodef-portfolio-list.qodef-slider-layout--predefined2 .swiper-slide-active .qodef-e-image, .qodef-portfolio-list.qodef-slider-layout--predefined2 .swiper-slide-duplicate-active .qodef-e-image {
	z-index: 9;
	clip-path: inset(0);
	-webkit-clip-path: inset(0);
	transition: 1s 0.2s cubic-bezier(0.5, 0.11, 0, 0.93);
}
.qodef-browser--edge .qodef-portfolio-list.qodef-slider-layout--predefined2 .swiper-slide-active .qodef-e-image, .qodef-browser--edge .qodef-portfolio-list.qodef-slider-layout--predefined2 .swiper-slide-duplicate-active .qodef-e-image {
	transform: scale(1.2);
}
.qodef-portfolio-list.qodef-slider-layout--predefined2 .qodef-e-content {
	display: none;
}
.qodef-portfolio-list.qodef-slider-layout--predefined2.qodef-swiper-container {
	padding: 3.5% 0;
}
.qodef-portfolio-list.qodef-slider-layout--predefined3 .swiper-wrapper {
	transition-timing-function: cubic-bezier(0.51, 0.17, 0, 0.89);
}
.qodef-portfolio-list.qodef-slider-layout--predefined3.qodef-item-layout--info-below .qodef-e-info-category,
.qodef-portfolio-list.qodef-slider-layout--predefined3.qodef-item-layout--info-below .qodef-e-info-author {
	display: none;
}

/* ==========================================================================
   Portfolio List shortcode variation styles
   ========================================================================== */
.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content {
	margin-top: 30px;
}
.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-title .qodef-e-title-link {
	position: relative;
	z-index: 10;
}
.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-info-category {
	display: inline-block;
	margin-bottom: 11px;
}
.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-info-category .qodef-e-category {
	font-size: 14px;
	letter-spacing: 0.02em;
	text-transform: lowercase;
	color: #6d6d6d;
}
.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-info-category .qodef-e-category:after {
	content: "/";
	position: relative;
	top: 0;
	padding: 0 5px;
}
.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-info-category .qodef-e-category:last-child:after {
	display: none;
}
.qodef-portfolio-list.qodef-item-layout--info-below article .qodef-e-media {
	overflow: hidden;
}
.qodef-portfolio-list.qodef-item-layout--info-below article .qodef-e-media-image {
	transition: 0.7s cubic-bezier(0.21, 0.5, 0, 0.9);
	backface-visibility: hidden;
}
.qodef-portfolio-list.qodef-item-layout--info-below article .qodef-e-title-link {
	transition: 0.3s cubic-bezier(0.26, 0.26, 0, 0.96);
}
.qodef-portfolio-list.qodef-item-layout--info-below article:hover .qodef-e-media-image {
	transform: scale(1.03);
}
.qodef-portfolio-list.qodef-item-layout--info-below article:hover .qodef-e-title-link {
	transform: translateX(7px);
}
.qodef-portfolio-list.qodef-skin--light .qodef-e-title {
	color: #fff;
}
.qodef-portfolio-list.qodef-skin--light .qodef-e-title .qodef-e-title-link:hover {
	color: #fff;
}
.qodef-portfolio-list.qodef-skin--light .qodef-e-info-category .qodef-e-category {
	color: #ababab;
}

.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--tilt .qodef-e-image {
	overflow: hidden;
}

/* ==========================================================================
   Portfolio List shortcode variation styles
   ========================================================================== */
.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content {
	position: absolute;
	bottom: 9%;
	left: 4%;
}
.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content-inner {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}
.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content-inner > a {
	font-size: 18px;
	font-weight: 600;
	margin-top: 10px;
}
.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content-inner * {
	color: #fff;
	z-index: 1;
}

/* ==========================================================================
   Portfolio List shortcode variation hover styles
   ========================================================================== */
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-inner {
	overflow: hidden;
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-inner > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-inner .qodef-e-image {
	transform: scale(1);
	transition: transform 0.3s ease;
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-inner .qodef-e-image:after {
	display: none;
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-inner:hover .qodef-e-image {
	transform: scale(1.1);
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-content {
	display: none;
}

.qodef-follow-info-holder {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9999;
	pointer-events: none;
	visibility: hidden;
	transition: transform 0.3s ease;
}
.qodef-follow-info-holder.qodef-right {
	text-align: right;
	transform: translateX(-100%);
}
.qodef-follow-info-holder .qodef-follow-info-inner {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.qodef-follow-info-holder .qodef-follow-info-title {
	display: inline-block;
	position: relative;
	color: #fff;
	background-color: #111;
	text-transform: uppercase;
	white-space: nowrap;
	z-index: 8;
	clip-path: inset(0 100% 0 0);
	padding: 3px 5px;
	margin-top: 4px;
}
.qodef-follow-info-holder .qodef-follow-info-category {
	display: inline-block;
	padding: 0 4px;
	background-color: #111;
	white-space: nowrap;
	z-index: 9;
	clip-path: inset(0 100% 0 0);
}
.qodef-follow-info-holder .qodef-follow-info-category a:not(:last-child):after {
	content: "/";
	margin: 0 2px 0 3px;
}
.qodef-follow-info-holder a {
	color: #fff;
}
.qodef-follow-info-holder.qodef-is-active {
	visibility: visible;
}
.qodef-follow-info-holder.qodef-is-active .qodef-follow-info-title,
.qodef-follow-info-holder.qodef-is-active .qodef-follow-info-category {
	clip-path: inset(0 0 0 0);
}
.qodef-follow-info-holder.qodef-is-active .qodef-follow-info-title {
	transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
}
.qodef-follow-info-holder.qodef-is-active .qodef-follow-info-category {
	transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* ==========================================================================
   Portfolio List shortcode variation styles
   ========================================================================== */
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-image:after {
	display: none;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner {
	background-color: rgba(10, 10, 10, 0.8);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner * {
	color: #fff;
	z-index: 1;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner .qodef-m-play-inner {
	opacity: 0.3;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-info-category .qodef-e-category {
	font-size: 13px;
	letter-spacing: 0.09em;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-info-category .qodef-e-category:after {
	content: "/";
	position: relative;
	top: 0;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-info-category .qodef-e-category:last-child:after {
	display: none;
}

/* ==========================================================================
   Portfolio List shortcode variation hover styles
   ========================================================================== */
.qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-hover-animation--direction-aware .qodef-e-inner {
	overflow: hidden;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-hover-animation--direction-aware .qodef-e-content {
	display: none;
	padding: inherit;
	opacity: 1;
	transition: opacity 0.3s ease;
}

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

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

/* ==========================================================================
   Single Post Navigation styles
   ========================================================================== */
#qodef-single-portfolio-navigation {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 100px 0 3px;
	padding-top: 100px;
	border-top: 2px solid rgba(17, 17, 17, 0.2);
}
#qodef-single-portfolio-navigation .qodef-m-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#qodef-single-portfolio-navigation .qodef-m-nav {
	position: relative;
	display: flex;
	align-items: center;
}
#qodef-single-portfolio-navigation .qodef-m-nav > * {
	display: block;
	line-height: inherit;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev, #qodef-single-portfolio-navigation .qodef-m-nav.qodef--next {
	width: 48%;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-post-image img, #qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-post-image img {
	width: 144px;
	max-width: 100%;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-title-label, #qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-title-label {
	position: relative;
	display: block;
	width: calc(100% - 175px);
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-title-label .qodef-e-title-link, #qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-title-label .qodef-e-title-link {
	display: block;
	margin: 0;
	transition: all 0.3s ease-in-out;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-title-label .qodef-e-title-link:hover, #qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-title-label .qodef-e-title-link:hover {
	color: #111;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-title-label .qodef-m-nav-label, #qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-title-label .qodef-m-nav-label {
	line-height: 1;
	color: #6d6d6d;
}
@media only screen and (max-width: 1024px) {
	#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-post-image, #qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-post-image {
		display: none;
	}
	#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-e-title-link, #qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-e-title-link {
		font-family: "Bebas Neue", sans-serif;
		font-weight: 400;
		text-transform: uppercase;
		color: #111;
		font-size: 27px;
		line-height: 28px;
		letter-spacing: 0.08em;
	}
	#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-title-label, #qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-title-label {
		width: 100%;
	}
}
@media only screen and (max-width: 680px) {
	#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-title-label, #qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-title-label {
		width: auto;
	}
	#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-title-label .qodef-e-title-link, #qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-title-label .qodef-e-title-link {
		display: none;
	}
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-post-image {
	padding-right: 30px;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next {
	flex-direction: row-reverse;
	margin-left: auto;
	text-align: right;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-post-image {
	padding-left: 30px;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link .qodef-m-nav-icon {
	font-size: 28px;
}
.qodef-navigation-skin--light #qodef-single-portfolio-navigation {
	border-top: 2px solid rgba(255, 255, 255, 0.2);
}
.qodef-navigation-skin--light #qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-title-label .qodef-e-title-link, .qodef-navigation-skin--light #qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-title-label .qodef-e-title-link {
	color: #fff;
}
.qodef-navigation-skin--light #qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-title-label .qodef-e-title-link:hover, .qodef-navigation-skin--light #qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-title-label .qodef-e-title-link:hover {
	color: #fff;
}
.qodef-navigation-skin--light #qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-title-label .qodef-m-nav-label, .qodef-navigation-skin--light #qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-title-label .qodef-m-nav-label {
	color: #a6a6a6;
}
.qodef-navigation-skin--light #qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link {
	color: #fff;
}
.qodef-navigation-skin--light #qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link:hover {
	color: #fff;
}
.qodef-navigation--simple #qodef-single-portfolio-navigation {
	border-top: none;
	padding-top: 0;
}

/* ==========================================================================
   Portfolio Single variation styles
   ========================================================================== */
.qodef-portfolio-single.qodef-layout--gallery-big .qodef-e-content {
	padding-bottom: 56px;
}
.qodef-portfolio-single.qodef-layout--gallery-big .qodef-e-content .qodef-grid-item {
	margin-top: 0;
}
.qodef-portfolio-single.qodef-layout--gallery-big .qodef-e-content .qodef-portfolio-content {
	border-right: 2px solid rgba(1, 1, 1, 0.2);
	padding-right: 92px;
}
.qodef-portfolio-single.qodef-layout--gallery-big .qodef-portfolio-info {
	margin-top: 140px !important;
}
@media only screen and (min-width: 1025px) {
	.qodef-portfolio-single.qodef-layout--gallery-big .qodef-portfolio-info {
		padding-left: 29px;
	}
}

/* ==========================================================================
   Portfolio Single variation styles
   ========================================================================== */
.qodef-portfolio-single.qodef-layout--gallery-small .qodef-media {
	margin-right: 45px;
}
.qodef-portfolio-single.qodef-layout--gallery-small .qodef-info--category-second {
	margin-top: 39px;
}
.qodef-portfolio-single.qodef-layout--gallery-small .qodef-portfolio-info {
	margin-top: 42px !important;
	padding-top: 44px;
	border-top: 2px solid rgba(17, 17, 17, 0.2);
}

/* ==========================================================================
   Portfolio Single variation styles
   ========================================================================== */
.qodef-portfolio-single.qodef-layout--images-big .qodef-e-content {
	padding-bottom: 56px;
}
.qodef-portfolio-single.qodef-layout--images-big .qodef-e-content .qodef-grid-item {
	margin-top: 0;
}
.qodef-portfolio-single.qodef-layout--images-big .qodef-e-content .qodef-portfolio-content {
	border-right: 2px solid rgba(1, 1, 1, 0.2);
	padding-right: 92px;
}
.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item {
	display: block;
	margin-bottom: 30px;
	float: none;
}
.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item:last-child {
	margin-bottom: 0;
}
.qodef-portfolio-single.qodef-layout--images-big .qodef-portfolio-info {
	margin-top: 140px !important;
}
@media only screen and (min-width: 1025px) {
	.qodef-portfolio-single.qodef-layout--images-big .qodef-portfolio-info {
		padding-left: 29px;
	}
}

/* ==========================================================================
   Portfolio Single variation styles
   ========================================================================== */
.qodef-portfolio-single.qodef-layout--images-small .qodef-media {
	margin-right: 45px;
}
.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item {
	display: block;
	margin-bottom: 30px;
	float: none;
}
.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item:last-child {
	margin-bottom: 0;
}
.qodef-portfolio-single.qodef-layout--images-small .qodef-info--category-second {
	margin-top: 39px;
}
.qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-info {
	margin-top: 42px !important;
	padding-top: 44px;
	border-top: 2px solid rgba(17, 17, 17, 0.2);
}

/* ==========================================================================
   Portfolio Single variation styles
   ========================================================================== */
.qodef-portfolio-single.qodef-layout--masonry-big .qodef-e-content {
	padding-bottom: 56px;
}
.qodef-portfolio-single.qodef-layout--masonry-big .qodef-e-content .qodef-grid-item {
	margin-top: 0;
}
.qodef-portfolio-single.qodef-layout--masonry-big .qodef-e-content .qodef-portfolio-content {
	border-right: 2px solid rgba(1, 1, 1, 0.2);
	padding-right: 92px;
}
.qodef-portfolio-single.qodef-layout--masonry-big .qodef-portfolio-info {
	margin-top: 140px !important;
}
@media only screen and (min-width: 1025px) {
	.qodef-portfolio-single.qodef-layout--masonry-big .qodef-portfolio-info {
		padding-left: 29px;
	}
}

/* ==========================================================================
   Portfolio Single variation styles
   ========================================================================== */
.qodef-portfolio-single.qodef-layout--masonry-small .qodef-media {
	margin-right: 45px;
}
.qodef-portfolio-single.qodef-layout--masonry-small .qodef-info--category-second {
	margin-top: 39px;
}
.qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-info {
	margin-top: 42px !important;
	padding-top: 44px;
	border-top: 2px solid rgba(17, 17, 17, 0.2);
}

/* ==========================================================================
   Portfolio Single variation styles
   ========================================================================== */
.qodef-portfolio-single-slider .swiper-slide {
	width: auto;
}

.qodef-portfolio-single.qodef-layout--slider .qodef-e-content .qodef-grid-item {
	margin-top: 0;
}
.qodef-portfolio-single.qodef-layout--slider .qodef-e-content .qodef-portfolio-content {
	border-right: 2px solid rgba(1, 1, 1, 0.2);
	padding-right: 92px;
}
.qodef-portfolio-single.qodef-layout--slider .qodef-portfolio-info {
	margin-top: 140px !important;
}
@media only screen and (min-width: 1025px) {
	.qodef-portfolio-single.qodef-layout--slider .qodef-portfolio-info {
		padding-left: 29px;
	}
}

/* ==========================================================================
   Team lists shortcode styles
   ========================================================================== */
.qodef-team-list .qodef-e-image {
	position: relative;
}
.qodef-team-list .qodef-e-image:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30%; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	pointer-events: none;
	z-index: 1;
}
.qodef-team-list .qodef-e-content {
	position: relative;
	z-index: 1;
	text-align: center;
}
.qodef-team-list .qodef-e-title {
	margin: 0;
}
.qodef-team-list .qodef-e-role {
	margin: 0;
	color: #6d6d6d;
}
.qodef-team-list .qodef-team-member-social-icons {
	margin: 0;
}
.qodef-team-list.qodef-skin--light .qodef-e-inner .qodef-e-title,
.qodef-team-list.qodef-skin--light .qodef-e-inner .qodef-e-role,
.qodef-team-list.qodef-skin--light .qodef-e-inner .qodef-team-member-social-icons a {
	color: #fff;
}
.qodef-team-list.qodef-skin--light .qodef-e-image {
	position: relative;
}
.qodef-team-list.qodef-skin--light .qodef-e-image:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30%; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to top, rgba(17, 17, 17, 0.8) 0%, rgba(17, 17, 17, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	pointer-events: none;
	z-index: 1;
}
.qodef-team-list.qodef-skin--dark qodef-e-inner .qodef-e-title,
.qodef-team-list.qodef-skin--dark qodef-e-inner .qodef-e-role,
.qodef-team-list.qodef-skin--dark qodef-e-inner .qodef-team-member-social-icons a {
	color: #111;
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-role {
	margin: 1px 0 0;
	font-size: 13px;
	letter-spacing: 0.04em;
	color: #6d6d6d;
}
.qodef-team-list.qodef-item-layout--info-below .qodef-team-member-social-icons {
	margin: 5px 0 0;
}
.qodef-team-list.qodef-item-layout--info-below .qodef-e .qodef-e-image {
	overflow: hidden;
}
.qodef-team-list.qodef-item-layout--info-below .qodef-e .qodef-e-media-image {
	transition: 0.7s cubic-bezier(0.21, 0.5, 0, 0.9);
	backface-visibility: hidden;
}
.qodef-team-list.qodef-item-layout--info-below .qodef-e .qodef-e-title-main, .qodef-team-list.qodef-item-layout--info-below .qodef-e .qodef-e-role {
	transition: 0.3s cubic-bezier(0, 0, 0.12, 0.88);
}
.qodef-team-list.qodef-item-layout--info-below .qodef-e:hover .qodef-e-media-image {
	transform: scale(1.03);
}
.qodef-team-list.qodef-item-layout--info-below .qodef-e:hover .qodef-e-title-main, .qodef-team-list.qodef-item-layout--info-below .qodef-e:hover .qodef-e-role {
	transform: translateX(7px);
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner {
	position: relative;
	bottom: 0;
	transition: all 0.2s ease-out;
}
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover .qodef-e-content-below {
	opacity: 0;
	visibility: hidden;
}
.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-below {
	position: relative;
	z-index: 1;
	transition: 0.2s ease-out;
}
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 35px;
	background-color: rgba(255, 255, 255, 0.89);
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: column;
	opacity: 0;
	box-sizing: border-box;
	transition: opacity 0.2s ease-out;
	z-index: -1;
}
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content .qodef-e-title {
	text-decoration: line-through;
}
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content .qodef-e-role {
	margin: 5px 0 0;
}
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content .qodef-team-member-social-icons {
	margin: 9px 0 0;
}
.qodef-team-list.qodef-item-layout--info-on-hover.qodef-skin--light .qodef-e-inner .qodef-e-content {
	background-color: rgba(17, 17, 17, 0.89);
}
.qodef-team-list.qodef-item-layout--info-on-hover.qodef-skin--dark qodef-e-inner .qodef-e-content {
	background-color: rgba(255, 255, 255, 0.89);
}

/* Testimonials list shortcode style - start */
.qodef-testimonials-list .qodef-testimonials-holder {
	box-sizing: border-box;
}
.qodef-testimonials-list .qodef-testimonials-holder > .qodef-e-inner {
	padding-left: 20px;
	padding-right: 20px;
}
@media only screen and (max-width: 680px) {
	.qodef-testimonials-list .qodef-testimonials-holder > .qodef-e-inner {
		padding-left: 12px;
		padding-right: 12px;
	}
}
.qodef-testimonials-list .qodef-e-media-image {
	line-height: 0;
	margin-right: 21px;
}
.qodef-testimonials-list .qodef-e-title {
	margin: 0;
}
.qodef-testimonials-list .qodef-e-text {
	margin: 25px 0 0;
	letter-spacing: normal;
}
.qodef-testimonials-list .qodef-e-info {
	display: flex;
	align-items: center;
	margin: 35px 0 0;
}
.qodef-testimonials-list .qodef-e-info .qodef-e-author {
	margin: 0;
}
.qodef-testimonials-list .qodef-e-info .qodef-e-author .qodef-e-author-name {
	margin: 0;
}
.qodef-testimonials-list .qodef-e-info .qodef-e-author .qodef-e-author-job {
	letter-spacing: 0.1em;
	color: #6d6d6d;
}
.qodef-testimonials-list.qodef-separator--enabled.qodef-swiper-container .swiper-slide .qodef-e-inner {
	padding-left: 40px;
	border-left: 2px solid #111;
}
.qodef-testimonials-list.qodef-separator--enabled.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
	border-left: 2px solid #111;
}
.qodef-testimonials-list.qodef-skin--light .qodef-e-title,
.qodef-testimonials-list.qodef-skin--light .qodef-e-author-name {
	color: #fff;
}
.qodef-testimonials-list.qodef-skin--light .qodef-e-text {
	color: #ababab;
}
.qodef-testimonials-list.qodef-skin--light .qodef-e-info .qodef-e-author .qodef-e-author-job {
	color: #ababab;
}
.qodef-testimonials-list.qodef-skin--light .qodef-grid-item {
	border-color: #fff !important;
}
.qodef-testimonials-list.qodef-skin--light.qodef-swiper-container .swiper-wrapper {
	cursor: grab;
	transition-timing-function: cubic-bezier(0.51, 0.02, 0, 1.01);
}
.qodef-testimonials-list.qodef-skin--light.qodef-swiper-container .swiper-slide .qodef-e-inner {
	border-color: #fff;
}

/* Testimonials list shortcode style - end */
/* ==========================================================================
# Fullscreen search - start
========================================================================== */
/* Fullscreen search general style - start
========================================================================== */
.qodef-fullscreen-search-holder {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.95);
	z-index: 100;
}
.qodef-fullscreen-search-holder .qodef-m-inner {
	width: 100%;
}
.qodef-fullscreen-search-holder .qodef-m-form {
	position: relative;
	width: 60%;
	margin: 0 auto;
}
.qodef-fullscreen-search-holder .qodef-m-form .qodef-m-form-field {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 27px;
	line-height: 28px;
	letter-spacing: 0.08em;
	height: 100%;
	margin: 0;
	padding: 12px 38px;
	color: #fff;
	background: transparent;
	border-left: 3px solid #fff;
	border-radius: 0;
}
.qodef-fullscreen-search-holder .qodef-m-form .qodef-m-form-field:focus {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}
.qodef-fullscreen-search-holder .qodef-m-form .qodef-m-form-submit {
	position: absolute;
	right: 0;
	bottom: 0;
	width: auto;
	padding: 0;
	margin: 0;
	color: #fff;
	background: none;
	border: 0 !important;
	outline: none;
	opacity: 0;
	cursor: pointer;
	transition: color 0.2s ease-out;
}
.qodef-fullscreen-search-holder .qodef-m-form .qodef-m-form-submit.qodef-opener-icon.qodef-source--icon-pack, .qodef-fullscreen-search-holder .qodef-m-form .qodef-m-form-submit.qodef-opener-icon.qodef-source--svg-path, .qodef-fullscreen-search-holder .qodef-m-form .qodef-m-form-submit.qodef-opener-icon.qodef-source--predefined {
	color: #fff !important;
}
.qodef-fullscreen-search-holder .qodef-m-form .qodef-m-form-submit svg {
	stroke: currentColor;
}
.qodef-fullscreen-search-holder .qodef-m-form .qodef-m-form-submit svg path {
	stroke: currentColor;
}
.qodef-fullscreen-search-holder .qodef-m-form .qodef-m-form-submit:hover {
	color: #fff;
}
.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form .qodef-m-form-submit {
	opacity: 1;
	transition: color 0.2s ease, opacity 0.3s ease;
}
.qodef-fullscreen-search-holder .qodef-m-form .qodef-m-form-submit.qodef-source--icon-pack {
	font-size: 18px;
}
.qodef-fullscreen-search-holder .qodef-m-close {
	position: absolute;
	top: 33px;
	right: 70px;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}
.qodef-fullscreen-search-holder .qodef-m-close.qodef-opener-icon.qodef-source--icon-pack, .qodef-fullscreen-search-holder .qodef-m-close.qodef-opener-icon.qodef-source--svg-path, .qodef-fullscreen-search-holder .qodef-m-close.qodef-opener-icon.qodef-source--predefined {
	color: #fff !important;
}
.qodef-fullscreen-search-holder .qodef-m-close svg {
	stroke: currentColor;
}
.qodef-fullscreen-search-holder .qodef-m-close svg path {
	stroke: currentColor;
}
.admin-bar .qodef-fullscreen-search-holder .qodef-m-close {
	top: 72px;
}
.qodef-fullscreen-search-holder .qodef-m-close:hover {
	color: #fff;
}
.qodef-fullscreen-search-holder .qodef-m-close.qodef-source--icon-pack {
	font-size: 25px;
}
.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-close {
	opacity: 1;
	visibility: visible;
}

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

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

@keyframes fullscreen_search_fade_out {
	0% {
		opacity: 1;
		visibility: visible;
	}
	100% {
		opacity: 0;
		visibility: hidden;
	}
}
@keyframes fullscreen_search_fade_in {
	0% {
		opacity: 0;
		visibility: hidden;
	}
	100% {
		opacity: 1;
		visibility: visible;
	}
}
/* Fullscreen search fade style - end
========================================================================== */
/* ==========================================================================
# Fullscreen search - end
========================================================================== */
/* ==========================================================================
# Search opener - begin
========================================================================== */
.qodef-search-opener > * {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: inherit;
}
.qodef-search-opener.qodef-source--icon-pack {
	font-size: 23px;
}

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

/* ==========================================================================
   Accordion shortcode styles
   ========================================================================== */
.qodef-accordion.qodef-layout--simple .qodef-accordion-title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 35px 0 0;
	padding: 2px 15px 14px 0;
	transition: all 0.2s ease-out, background-color 0.2s ease-out;
	cursor: pointer;
	color: #fff;
	opacity: 0.5;
	border-bottom: 2px solid #fff;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title:first-child {
	margin-top: 0;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark {
	position: relative;
	flex-shrink: 0;
	width: 20px;
	height: 18px;
	line-height: 1;
	text-align: center;
	font-size: 34px;
	font-weight: 300;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span {
	position: absolute;
	display: block;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.2s ease-out;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span:before {
	display: block;
	line-height: inherit;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--minus {
	opacity: 0;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--plus {
	opacity: 1;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active, .qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover {
	color: #fff;
	opacity: 1;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--minus, .qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--minus {
	opacity: 1;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--plus, .qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--plus {
	opacity: 0;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-content {
	padding: 32px 0 9px;
	margin: 0;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-content p {
	margin: 0;
	color: #a6a6a6;
}
.qodef-accordion.qodef-layout--simple.qodef-skin--dark .qodef-accordion-title {
	color: #111;
	opacity: 0.5;
	border-bottom: 2px solid #111;
}
.qodef-accordion.qodef-layout--simple.qodef-skin--dark .qodef-accordion-title.ui-state-active, .qodef-accordion.qodef-layout--simple.qodef-skin--dark .qodef-accordion-title.ui-state-hover {
	color: #111;
	opacity: 1;
}
.qodef-accordion.qodef-layout--simple.qodef-skin--dark .qodef-accordion-content p {
	color: initial;
}

/* ==========================================================================
   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: "Bebas Neue", sans-serif;
	margin: 0;
	opacity: 0.5;
	letter-spacing: 0;
}
.qodef-banner .qodef-m-text-field {
	font-size: 15px;
	color: #111;
	margin: 0 0 10px;
	font-style: italic;
}
.qodef-banner .qodef-m-image {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	overflow: hidden;
}
.qodef-banner .qodef-m-image img {
	display: block;
	transition: all 0.35s ease-out;
}

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

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

/* ==========================================================================
   Button shortcode styles
   ========================================================================== */
.qodef-button.qodef-html--link {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: "Bebas Neue", sans-serif;
	font-size: 17px;
	line-height: 2em;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	border-radius: 0;
	outline: none;
	box-sizing: border-box;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	padding: 8px 50px;
}
.qodef-button.qodef-size--small {
	padding: 6px 35px;
}
.qodef-button.qodef-size--large {
	padding: 10px 65px;
}
.qodef-button.qodef-size--full-width {
	width: 100%;
	padding: 10px 20px;
	text-align: center;
}
.qodef-button.qodef-layout--with-bg-holder {
	clip-path: inset(0);
	-webkit-clip-path: inset(0);
}
.qodef-browser--edge .qodef-button.qodef-layout--with-bg-holder, .qodef-browser--ms-explorer .qodef-button.qodef-layout--with-bg-holder {
	overflow: hidden;
}
.qodef-button.qodef-layout--with-bg-holder .qodef-m-text {
	z-index: 12;
	position: relative;
}
.qodef-button.qodef-layout--with-bg-holder .qodef-btn-bg-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	top: -5px;
	width: 103%;
	height: 112%;
	z-index: 1;
	pointer-events: none;
	transform: translate3d(0, 140%, 0) skewY(10deg);
	transition: 0.5s cubic-bezier(0.24, 0.69, 0.12, 0.9);
}
.qodef-button.qodef-layout--with-bg-holder:hover .qodef-btn-bg-holder {
	transform: translate3d(0, 0, 0) skewY(0) !important;
	transition: 0.5s cubic-bezier(0.07, 0.93, 0.12, 0.9);
}
.qodef-button.qodef-layout--with-bg-holder.qodef-layout--outlined {
	overflow: hidden;
	background-color: transparent !important;
}
.qodef-button.qodef-layout--with-bg-holder.qodef-layout--outlined .qodef-btn-bg-holder {
	background-color: #000;
}
.qodef-browser--edge .qodef-button.qodef-layout--with-bg-holder.qodef-layout--outlined .qodef-btn-bg-holder {
	z-index: -1;
}
.qodef-button.qodef-layout--with-bg-holder.qodef-layout--outlined:hover {
	color: #fff;
}
.qodef-browser--edge .qodef-button.qodef-layout--with-bg-holder.qodef-layout--filled {
	transition: 0s;
}
.qodef-button.qodef-layout--with-bg-holder.qodef-layout--filled .qodef-btn-bg-holder {
	top: -5px;
	left: -2px;
	width: 103%;
	height: 114%;
	background-color: #000;
	transform: translate3d(0, 0, 0) skewY(0);
}
.qodef-button.qodef-layout--with-bg-holder.qodef-layout--filled:hover {
	color: #fff;
}
.qodef-button.qodef-layout--with-bg-holder.qodef-layout--filled:hover .qodef-btn-bg-holder {
	transform: translate3d(0, 200%, 0) skewY(10deg) !important;
	transition: 1s cubic-bezier(0.15, 0.41, 0.01, 0.82) !important;
}
.qodef-browser--edge .qodef-button.qodef-layout--with-bg-holder.qodef-type--filled {
	transition: 0s;
}
.qodef-button.qodef-layout--with-bg-holder.qodef-type--filled.wpcf7-submit {
	overflow: hidden;
	background-color: transparent;
}
.qodef-button.qodef-layout--with-bg-holder.qodef-type--filled.wpcf7-submit .qodef-btn-bg-holder {
	background-color: #000;
	transform: translate3d(0, 0, 0) skewY(0);
}
.qodef-button.qodef-layout--with-bg-holder.qodef-type--filled.wpcf7-submit:hover .qodef-btn-bg-holder {
	transform: translate3d(0, 205%, 0) skewY(10deg) !important;
	transition: 0.5s cubic-bezier(0.17, 0.21, 0, 0.96) !important;
}

.qodef-layout--shop-button.qodef-layout--with-bg-holder {
	clip-path: inset(0);
	-webkit-clip-path: inset(0);
}
.qodef-browser--edge .qodef-layout--shop-button.qodef-layout--with-bg-holder, .qodef-browser--ms-explorer .qodef-layout--shop-button.qodef-layout--with-bg-holder {
	overflow: hidden;
}
.qodef-layout--shop-button.qodef-layout--with-bg-holder.button.product_type_simple {
	color: #000;
	background-color: transparent !important;
	border-color: #fff !important;
}
.qodef-layout--shop-button.qodef-layout--with-bg-holder.button.product_type_simple .qodef-btn-bg-holder {
	background-color: #fff;
}
.qodef-layout--shop-button.qodef-layout--with-bg-holder.single_add_to_cart_button {
	overflow: hidden;
	background-color: transparent !important;
}
.qodef-layout--shop-button.qodef-layout--with-bg-holder.single_add_to_cart_button .qodef-btn-bg-holder {
	background-color: #000;
}
.qodef-layout--shop-button.qodef-layout--with-bg-holder .qodef-btn-bg-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	left: -2px;
	top: -5px;
	width: 103%;
	height: 114%;
	z-index: 1;
	pointer-events: none;
	transform: translate3d(0, 0, 0) skewY(0) !important;
	transition: 0.5s cubic-bezier(0.24, 0.69, 0.12, 0.9);
	background-color: #000;
	z-index: -1;
}
.qodef-layout--shop-button.qodef-layout--with-bg-holder:hover .qodef-btn-bg-holder {
	transform: translate3d(0, 140%, 0) skewY(10deg) !important;
	transition: 0.5s cubic-bezier(0.17, 0.21, 0, 0.96) !important;
}

.qodef-button.qodef-layout--filled.qodef-html--link {
	color: #fff;
	background-color: #111;
	border: 2px solid #111;
}
.qodef-button.qodef-layout--filled.qodef-html--link.qodef-skin--light {
	color: #111;
	background-color: #fff;
	border: 2px solid #fff;
}
.qodef-button.qodef-layout--filled.qodef-html--link:hover {
	color: #111;
	background-color: transparent;
	border: 2px solid #111;
}
.qodef-button.qodef-layout--filled.qodef-html--link:hover.qodef-skin--light {
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
}

.qodef-button.qodef-layout--outlined {
	color: #111;
	background-color: transparent;
	border: 2px solid #111;
}
.qodef-button.qodef-layout--outlined.qodef-skin--light {
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
}
.qodef-button.qodef-layout--outlined:hover {
	color: #fff;
	background-color: #111;
	border-color: #111;
}
.qodef-button.qodef-layout--outlined:hover.qodef-skin--light {
	color: #111;
	background-color: #fff;
	border-color: #fff;
}

.qodef-button.qodef-layout--textual {
	padding: 0 !important;
	font-size: 17px;
	color: #111;
	background-color: transparent;
	border: 0;
}
.qodef-button.qodef-layout--textual .qodef-m-text {
	display: inline-block;
	vertical-align: middle;
}
.qodef-button.qodef-layout--textual.qodef-skin--light {
	color: #fff;
}
.qodef-button.qodef-layout--textual:after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 0;
	height: 1px;
	background-color: currentColor;
	transition: width 0.3s cubic-bezier(0, 0.68, 0.58, 1);
}
.qodef-button.qodef-layout--textual:hover:after {
	width: 100%;
}
.qodef-button.qodef-layout--textual.qodef-layout--custom {
	padding-left: 26px !important;
}
.qodef-button.qodef-layout--textual.qodef-layout--custom:after {
	width: 15px;
}
.qodef-button.qodef-layout--textual.qodef-layout--custom:hover:after {
	width: 100%;
}

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

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

.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
}
.qodef-countdown.qodef-layout--simple .qodef-digit {
	font-family: "Bebas Neue", sans-serif;
	font-size: 80px;
	line-height: 1em;
	font-weight: 400;
	letter-spacing: 0.04em;
	top: 2px;
}
.qodef-countdown.qodef-layout--simple .qodef-label {
	font-family: "Bebas Neue", sans-serif;
	font-size: 18px;
	letter-spacing: 0.4em;
	text-transform: uppercase;
}

/* ==========================================================================
   Counter shortcode styles
   ========================================================================== */
.qodef-counter.qodef-layout--simple {
	text-align: center;
}
.qodef-counter.qodef-layout--simple .qodef-m-digit {
	font-family: "Bebas Neue", sans-serif;
	font-size: 80px;
	line-height: 1em;
	color: #111;
	font-weight: 400;
	letter-spacing: 0.04em;
}
.qodef-counter.qodef-layout--simple .qodef-m-title {
	margin: 0;
	font-family: "Bebas Neue", sans-serif;
	color: #111;
	font-size: 18px;
	letter-spacing: 0.4em;
	text-transform: uppercase;
}
.qodef-counter.qodef-layout--simple .qodef-m-text {
	margin: 0;
}

/* ==========================================================================
   Custom Font shortcode styles
   ========================================================================== */
.qodef-custom-font {
	position: relative;
	margin: 0;
}

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

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

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

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

/* ==========================================================================
   Horizontal Timeline shortcode style - begin
   ========================================================================== */
.qodef-horizontal-timeline {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	opacity: 0;
	transition: opacity 0.2s ease-out;
}
.qodef-horizontal-timeline:before {
	content: "desktop";
	display: none;
}
@media only screen and (max-width: 1024px) {
	.qodef-horizontal-timeline:before {
		content: "mobile";
	}
}
.qodef-horizontal-timeline.qodef-loaded {
	opacity: 1;
}
.qodef-horizontal-timeline *,
.qodef-horizontal-timeline *:before,
.qodef-horizontal-timeline *:after {
	box-sizing: border-box;
}
.qodef-horizontal-timeline ol, .qodef-horizontal-timeline ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.qodef-horizontal-timeline .qodef-m-ht-nav {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-horizontal-timeline .qodef-m-ht-nav-wrapper {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 20px);
	height: 60px;
	margin: 0 10px;
	overflow: hidden;
	cursor: grab;
}
.qodef-horizontal-timeline .qodef-m-ht-nav-inner {
	position: absolute;
	bottom: 10px;
	left: 0;
	height: 1px;
	background-color: rgba(17, 17, 17, 0.5);
	transition: transform 0.4s ease;
}
.qodef-horizontal-timeline .qodef-m-ht-nav-inner a {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 27px;
	line-height: 28px;
	letter-spacing: 0.08em;
	position: absolute;
	bottom: 0;
	padding: 0 0 19px;
	color: #6d6d6d;
	text-align: center;
	z-index: 2;
}
.qodef-horizontal-timeline .qodef-m-ht-nav-inner a .qodef-m-ht-nav-line-through {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	top: 27%;
	width: 100%;
	height: 2px;
	background-color: currentColor;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.5s cubic-bezier(0.34, 0.25, 0, 0.98);
	pointer-events: none;
}
.qodef-horizontal-timeline .qodef-m-ht-nav-inner a:hover:before {
	border-color: #111;
}
.qodef-horizontal-timeline .qodef-m-ht-nav-inner a:hover:after {
	background-color: #111;
}
.qodef-horizontal-timeline .qodef-m-ht-nav-inner a.qodef-selected {
	pointer-events: none;
	color: #111;
}
.qodef-horizontal-timeline .qodef-m-ht-nav-inner a.qodef-selected .qodef-m-ht-nav-line-through {
	transform: scaleX(1);
}
.qodef-horizontal-timeline .qodef-m-ht-nav-inner a.qodef-selected:before {
	border-color: #111;
}
.qodef-horizontal-timeline .qodef-m-ht-nav-inner a.qodef-selected:after {
	background-color: #111;
}
.qodef-horizontal-timeline .qodef-m-ht-nav-inner a.qodef-older-event:before {
	border-color: #111;
}
.qodef-horizontal-timeline .qodef-m-ht-nav-inner a.qodef-older-event:after {
	background-color: #111;
}
.qodef-horizontal-timeline .qodef-m-ht-nav-inner a:before {
	content: "";
	position: absolute;
	bottom: -7px;
	left: 50%;
	right: auto;
	height: 11px;
	width: 11px;
	background-color: #fff;
	border: 2px solid rgba(17, 17, 17, 0.5);
	border-radius: 100%;
	box-sizing: content-box;
	transform: translateX(-50%);
	transition: border-color 0.2s ease-out;
}
.qodef-horizontal-timeline .qodef-m-ht-nav-inner a:after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 50%;
	right: auto;
	height: 7px;
	width: 7px;
	background-color: transparent;
	border-radius: 100%;
	box-sizing: content-box;
	transform: translateX(-50%);
	transition: background-color 0.2s ease-out;
}
.qodef-horizontal-timeline .qodef-m-ht-nav-filling-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #111;
	z-index: 1;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.3s ease;
	pointer-events: none;
}
.qodef-horizontal-timeline .qodef-m-ht-nav-navigation a {
	position: absolute;
	bottom: -8px;
	font-size: 36px;
	line-height: 1;
	z-index: 2;
}
.qodef-horizontal-timeline .qodef-m-ht-nav-navigation a.qodef-prev {
	left: 2px;
}
.qodef-horizontal-timeline .qodef-m-ht-nav-navigation a.qodef-next {
	right: 2px;
}
.qodef-horizontal-timeline .qodef-m-ht-nav-navigation a.qodef-inactive {
	color: #6b6b6b !important;
}
.qodef-horizontal-timeline .qodef-m-ht-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 66px;
	overflow: hidden;
	transition: height 0.2s ease-out;
	cursor: grab;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.qodef-horizontal-timeline .qodef-m-ht-content .qodef-e-hti-content-inner {
	display: flex;
	align-items: center;
	margin: 0 -49px;
}
.qodef-horizontal-timeline .qodef-m-ht-content .qodef-e-hti-content-inner.qodef-timeline-has-image img {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
}
.qodef-horizontal-timeline .qodef-m-ht-content .qodef-e-hti-content-inner.qodef-timeline-has-image > * {
	width: 50%;
}
.qodef-horizontal-timeline .qodef-m-ht-content .qodef-e-hti-content-inner > * {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 0 49px;
	box-sizing: border-box;
}
.qodef-horizontal-timeline .qodef-m-ht-content .qodef-e-hti-content-inner .qodef-e-title {
	margin: 0;
}
.qodef-horizontal-timeline .qodef-m-ht-content .qodef-e-hti-content-inner .qodef-e-text {
	margin: 16px 0 0;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: normal;
}
.qodef-horizontal-timeline .qodef-m-ht-content .qodef-e-hti-content-inner .qodef-e-button {
	margin: 17px 0 0;
}
.qodef-horizontal-timeline .qodef-m-ht-content li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	animation-duration: 0.4s;
	animation-timing-function: cubic-bezier(0.58, 0.04, 0.35, 0.87);
	opacity: 0;
	z-index: 1;
	will-change: opacity, transform;
}
.qodef-horizontal-timeline .qodef-m-ht-content li.qodef-selected {
	position: relative;
	opacity: 1;
	z-index: 2;
	transform: translateX(0);
}
.qodef-horizontal-timeline .qodef-m-ht-content li.qodef-enter-left, .qodef-horizontal-timeline .qodef-m-ht-content li.qodef-leave-left {
	transform: translateX(-100%);
	animation-name: qodef-enter-left;
}
.qodef-horizontal-timeline .qodef-m-ht-content li.qodef-enter-right, .qodef-horizontal-timeline .qodef-m-ht-content li.qodef-leave-right {
	transform: translateX(100%);
	animation-name: qodef-enter-right;
}
.qodef-horizontal-timeline .qodef-m-ht-content li.qodef-leave-left, .qodef-horizontal-timeline .qodef-m-ht-content li.qodef-leave-right {
	animation-timing-function: cubic-bezier(0.75, 0.1, 0.2, 1.02);
	animation-direction: reverse;
}
.qodef-horizontal-timeline.qodef-skin--light .qodef-m-ht-nav-inner {
	background-color: rgba(255, 255, 255, 0.5);
}
.qodef-horizontal-timeline.qodef-skin--light .qodef-m-ht-nav-inner a {
	color: #a6a6a6;
}
.qodef-horizontal-timeline.qodef-skin--light .qodef-m-ht-nav-inner a:hover:before {
	border-color: #fff;
}
.qodef-horizontal-timeline.qodef-skin--light .qodef-m-ht-nav-inner a:hover:after {
	background-color: #fff;
}
.qodef-horizontal-timeline.qodef-skin--light .qodef-m-ht-nav-inner a.qodef-selected {
	color: #fff;
}
.qodef-horizontal-timeline.qodef-skin--light .qodef-m-ht-nav-inner a.qodef-selected:before {
	border-color: #fff;
}
.qodef-horizontal-timeline.qodef-skin--light .qodef-m-ht-nav-inner a.qodef-selected:after {
	background-color: #fff;
}
.qodef-horizontal-timeline.qodef-skin--light .qodef-m-ht-nav-inner a.qodef-older-event:before {
	border-color: #fff;
}
.qodef-horizontal-timeline.qodef-skin--light .qodef-m-ht-nav-inner a.qodef-older-event:after {
	background-color: #fff;
}
.qodef-horizontal-timeline.qodef-skin--light .qodef-m-ht-nav-inner a:before {
	background-color: #111;
	border: 2px solid rgba(255, 255, 255, 0.5);
}
.qodef-horizontal-timeline.qodef-skin--light .qodef-m-ht-nav-filling-line {
	background-color: #fff;
}
.qodef-horizontal-timeline.qodef-skin--light .qodef-m-ht-nav-navigation a {
	color: #fff;
}
.qodef-horizontal-timeline.qodef-skin--light .qodef-m-ht-content .qodef-e-hti-content-inner .qodef-e-title {
	color: #fff;
}
.qodef-horizontal-timeline.qodef-skin--light .qodef-m-ht-content .qodef-e-hti-content-inner .qodef-e-text {
	color: #a6a6a6;
}
.qodef-horizontal-timeline.qodef-skin--light .qodef-m-ht-content .qodef-e-hti-content-inner .qodef-e-button {
	color: #fff;
}

@keyframes qodef-enter-right {
	0% {
		opacity: 0;
		transform: translateX(100%);
	}
	100% {
		opacity: 1;
		transform: translateX(0%);
	}
}
@keyframes qodef-enter-left {
	0% {
		opacity: 0;
		transform: translateX(-100%);
	}
	100% {
		opacity: 1;
		transform: translateX(0%);
	}
}
/* ==========================================================================
   Horizontal Timeline shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Icon List Item shortcode styles
   ========================================================================== */
.qodef-icon-list-item {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	line-height: 1;
}
.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: 18px;
}
.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_pelicula_core_icon_list_item {
	margin-bottom: 0;
}
#qodef-page-footer .widget.widget_pelicula_core_icon_list_item {
	margin-bottom: 0;
}
#qodef-side-area .widget.widget_pelicula_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: 11px 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: 30px;
}

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

/* ==========================================================================
   Icon With Text shortcode styles
   ========================================================================== */
.qodef-icon-with-text.qodef-layout--top.qodef-alignment--center {
	text-align: center;
}
.qodef-icon-with-text.qodef-layout--top.qodef-alignment--left {
	text-align: left;
}
.qodef-icon-with-text.qodef-layout--top.qodef-alignment--right {
	text-align: right;
}
.qodef-icon-with-text.qodef-layout--top .qodef-m-title {
	margin-top: 19px;
}

/* ==========================================================================
   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;
	transition: opacity 0.2s ease-out;
	will-change: opacity;
}
.qodef-icon-holder .qodef-icon:hover {
	opacity: 0.8;
}
.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: #111;
	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: #111;
}
.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_pelicula_core_icon {
	display: inline-block;
	line-height: 1;
}
#qodef-page-sidebar .widget.widget_pelicula_core_icon {
	margin-bottom: 0;
}
#qodef-page-footer .widget.widget_pelicula_core_icon {
	margin-bottom: 0;
}
#qodef-side-area .widget.widget_pelicula_core_icon {
	margin-bottom: 0;
}

/* ==========================================================================
   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;
	transform: translate3d(0, 0, 0);
}
.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%;
	transform: translate3d(100%, 0, 0);
}
.qodef-image-marquee .qodef-m-image a {
	position: relative;
	display: block;
}

@keyframes qode-move-marquee {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100%);
	}
}
/* ==========================================================================
   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;
	position: relative;
}
.qodef-image-with-text .qodef-m-image:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30%; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	pointer-events: none;
	z-index: 1;
}
.qodef-image-with-text .qodef-m-image:after {
	z-index: initial;
}
.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;
	text-align: left;
	padding: 0 30px;
}
.qodef-image-with-text:hover .qodef-m-title {
	transform: translateX(7px);
}
.qodef-image-with-text .qodef-m-title {
	margin: 31px 0 0;
	margin-top: -0.5em;
	transition: 0.3s cubic-bezier(0.26, 0.26, 0, 0.96);
}
.qodef-image-with-text .qodef-m-title a {
	width: 100%;
}
.qodef-image-with-text .qodef-m-text {
	margin: 15px 0 0;
}
.qodef-image-with-text.qodef-image-shadow--enabled .qodef-m-image {
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
}

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

/* ==========================================================================
   Info Section Background Text shortcode styles
   ========================================================================== */
/* ==========================================================================
   Interactive Link Carousel shortcode styles
   ========================================================================== */
.qodef-interactive-link-carousel {
	position: relative;
	height: 100vh;
}
.qodef-interactive-link-carousel .swiper-container {
	overflow: visible;
}
.qodef-interactive-link-carousel .swiper-wrapper {
	transition-timing-function: cubic-bezier(0.56, 0.14, 0.52, 0.91);
}
.admin-bar .qodef-interactive-link-carousel {
	height: calc(100vh - 32px);
}
.qodef-interactive-link-carousel > .qodef-m-inner {
	position: relative;
	display: block;
	height: 100%;
}
.qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-sources-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	pointer-events: none;
}
.qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-sources-holder .qodef-e-source {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	opacity: 0;
	transform: scaleX(1.03);
	transition: 0.3s cubic-bezier(0.37, 1.03, 0.25, 1);
}
@media (min-width: 1025px) {
	.qodef-browser--chrome .qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-sources-holder .qodef-e-source .wp-video {
		mix-blend-mode: lighten;
	}
}
.qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-sources-holder .qodef-e-source.qodef-active {
	opacity: 1;
	transform: scaleX(1);
}
.qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-table {
	position: relative;
	display: table;
	table-layout: fixed;
	height: 100%;
	width: 100%;
}
.qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-table-cell {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}
.qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line {
	padding: 0;
	font-size: 0;
}
.qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item {
	display: inline-block;
	position: relative;
	width: auto;
}
.qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item.qodef--hovered .qodef-m-item-content .qodef-m-item-wrap a {
	color: #111;
}
.qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item.qodef--hovered .qodef-m-item-link-holder .qodef-m-item-link:after {
	transform: scaleX(1);
}
.qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content {
	display: inline-block;
	vertical-align: middle;
	word-break: break-word;
	color: rgba(17, 17, 17, 0.2);
	line-height: 1;
	cursor: grab;
}
.qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content .qodef-m-item-wrap {
	font-size: 10.42vw;
	font-weight: 400;
	line-height: 0.9;
	color: inherit;
	transition: color 0.15s ease-out;
}
@media only screen and (max-width: 480px) {
	.qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content .qodef-m-item-wrap {
		font-size: 20vw;
	}
}
.qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content .qodef-m-item-wrap a {
	color: inherit;
	display: block;
	font-family: "Bebas Neue", sans-serif;
	text-decoration: none;
	transition: none;
}
.qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line:nth-of-type(odd) {
	text-align: left;
}
.qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line:nth-of-type(odd) .qodef-m-item-content {
	padding: 0 4vw;
}
.qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line:nth-of-type(odd) .qodef-m-item-link-holder:after {
	right: -1.4vw;
}
.qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line:nth-of-type(even) {
	text-align: right;
}
.qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line:nth-of-type(even) .qodef-m-item-content {
	padding: 0 4vw;
}
.qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line:nth-of-type(even) .qodef-m-item-link-holder:after {
	left: -1vw;
}
.qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-link-holder:after {
	content: "";
	position: absolute;
	top: 39%;
	width: 2.3vw;
	height: 1.05vw;
	display: block;
	background-color: rgba(17, 17, 17, 0.2);
	pointer-events: none;
}
.qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-link-holder .qodef-m-item-link {
	position: relative;
}
.qodef-interactive-link-carousel > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-link-holder .qodef-m-item-link:after {
	content: "";
	position: absolute;
	top: 39%;
	left: 0;
	width: 100%;
	height: 1.05vw;
	background-color: currentColor;
	transform-origin: left;
	transform: scaleX(0);
	transition: transform 0.3s cubic-bezier(0.75, 1.1, 0, 0.96);
}
.qodef-interactive-link-carousel .qodef-m-content-line {
	opacity: 0;
}
.qodef-interactive-link-carousel .qodef-m-content-line:nth-of-type(odd) {
	transform: translate3d(-100%, 0, 0);
}
.qodef-interactive-link-carousel .qodef-m-content-line:nth-of-type(even) {
	transform: translate3d(100%, 0, 0);
}
.qodef-interactive-link-carousel.qodef-skin--light > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item.qodef--hovered .qodef-m-item-content .qodef-m-item-wrap a {
	color: #fff;
}
.qodef-interactive-link-carousel.qodef-skin--light > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content {
	color: rgba(255, 255, 255, 0.2);
}
.qodef-interactive-link-carousel.qodef-skin--light > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-link-holder:after {
	background-color: rgba(255, 255, 255, 0.2);
}
.qodef-interactive-link-carousel.qodef-initialized .qodef-m-content-line {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: opacity 2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 2s cubic-bezier(0.09, 0.94, 0.27, 0.96);
}
.qodef-interactive-link-carousel .wp-video, .qodef-interactive-link-carousel video.wp-video-shortcode, .qodef-interactive-link-carousel .mejs-container, .qodef-interactive-link-carousel .mejs-overlay.load {
	width: 100% !important;
	height: 100% !important;
}
.qodef-interactive-link-carousel .mejs-container {
	padding-top: 56.25%;
}
.qodef-interactive-link-carousel .wp-video, .qodef-interactive-link-carousel video.wp-video-shortcode {
	max-width: 100% !important;
}
.qodef-interactive-link-carousel video.wp-video-shortcode {
	position: relative;
}
.qodef-interactive-link-carousel .mejs-mediaelement {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.qodef-interactive-link-carousel .mejs-controls {
	display: none;
}
.qodef-interactive-link-carousel .mejs-layers {
	opacity: 0;
}
.qodef-interactive-link-carousel .mejs-overlay-play {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto !important;
	height: auto !important;
}

/* ==========================================================================
   Interactive Link Showcase shortcode styles
   ========================================================================== */
.qodef-interactive-link-showcase {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	height: 100vh;
	visibility: hidden;
}
.admin-bar .qodef-interactive-link-showcase {
	height: calc(100vh - 32px);
}
.qodef-interactive-link-showcase .qodef-m-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transform: scaleX(1.03);
	transition: transform 0.3s cubic-bezier(0.37, 1.03, 0.25, 1), opacity 0.2s cubic-bezier(0.07, 0.71, 0.25, 1);
	will-change: transform;
}
.qodef-interactive-link-showcase .qodef-m-image.qodef--active {
	opacity: 1;
	transform: scaleX(1);
	z-index: 5;
}
.qodef-interactive-link-showcase .qodef-m-image img {
	display: none;
}
.qodef-interactive-link-showcase .qodef-m-items {
	display: flex;
	align-items: center;
	z-index: 10;
}
.qodef-interactive-link-showcase .qodef-m-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	padding: 0 6px 5px;
	margin: 13px 0;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 65px;
	line-height: 62px;
	letter-spacing: 0.05em;
	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: block;
	z-index: 2;
}
.qodef-interactive-link-showcase .qodef-m-item.qodef--active {
	color: #fff;
}
.qodef-interactive-link-showcase.qodef--init {
	visibility: visible;
}
.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item {
	color: #fff;
}
.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item.qodef--active {
	color: #fff;
}

/* ==========================================================================
   Interactive Link Showcase List styles
   ========================================================================== */
.qodef-interactive-link-showcase.qodef-layout--list {
	position: relative;
	height: 100vh;
}
@media only screen and (max-width: 1024px) {
	.qodef-interactive-link-showcase.qodef-layout--list {
		height: auto;
	}
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-bg-image {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	right: 0;
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-bg-image img {
	display: none;
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images {
	position: relative;
	display: block;
	margin-left: auto;
	width: 62%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 20;
	overflow: hidden;
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images .qodef-m-images-mark {
	position: absolute;
	top: 0;
	right: 0;
	width: 90%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-image {
	top: 15%;
	height: 70%;
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-image .qodef-video-button {
	position: relative;
	width: 100%;
	height: 100%;
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-image .qodef-video-button .qodef-m-play {
	line-height: inherit;
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	width: 38%;
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;
	left: 80px;
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: auto;
	width: auto;
	margin: 0;
	padding: 8px 0;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 45px;
	line-height: 43px;
	letter-spacing: 0.06em;
	transition: color 0.2s ease-out, background-color 0.2s ease-out;
	color: #111;
	letter-spacing: 0.04em;
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item .qodef-e-title {
	position: relative;
	display: block;
	z-index: 2;
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item .qodef-e-title:before {
	content: "";
	position: absolute;
	top: calc(50% - 8px);
	left: 0;
	width: 100%;
	height: 7px;
	background-color: currentColor;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.1s cubic-bezier(0.75, 1.1, 0, 0.96);
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item.qodef--active {
	font-size: 80px;
	color: #111;
	padding: 21px 0 17px;
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item.qodef--active .qodef-e-title:before {
	transform: scaleX(1);
	transition: transform 0.3s cubic-bezier(0.75, 1.1, 0, 0.96);
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-mobile-holder {
	display: none;
}
.qodef-interactive-link-showcase.qodef-layout--list.qodef-skin--light .qodef-m-item {
	color: #fff;
}
.qodef-interactive-link-showcase.qodef-layout--list.qodef-skin--light .qodef-m-item.qodef--active {
	color: #fff;
}

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

/* ==========================================================================
   Item Showcase shortcode styles
   ========================================================================== */
.qodef-item-showcase {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	visibility: hidden;
}
.qodef-item-showcase .qodef-m-image {
	position: relative;
	flex-shrink: 0;
	margin: 0 60px;
	opacity: 0;
	transform: translateY(70px);
	transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
}
.qodef-item-showcase .qodef-m-image img {
	display: block;
}
.qodef-item-showcase .qodef-m-items {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.qodef-item-showcase .qodef-m-items.qodef--left {
	text-align: right;
}
.qodef-item-showcase .qodef-m-items.qodef--right {
	text-align: left;
}
.qodef-item-showcase .qodef-m-item {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 60px;
	opacity: 0;
	transform: translateY(70px);
	transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1), transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
}
.qodef-item-showcase .qodef-m-item:first-child {
	margin-top: 0;
}
.qodef-item-showcase .qodef-m-item:nth-child(1) {
	transition-delay: 200ms;
}
.qodef-item-showcase .qodef-m-item:nth-child(2) {
	transition-delay: 400ms;
}
.qodef-item-showcase .qodef-m-item:nth-child(3) {
	transition-delay: 600ms;
}
.qodef-item-showcase .qodef-m-item:nth-child(4) {
	transition-delay: 800ms;
}
.qodef-item-showcase .qodef-m-item:nth-child(5) {
	transition-delay: 1000ms;
}
.qodef-item-showcase .qodef-m-item:nth-child(6) {
	transition-delay: 1200ms;
}
.qodef-item-showcase .qodef-e-title {
	margin: 0;
}
.qodef-item-showcase .qodef-e-title-link {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	color: inherit;
}
.qodef-item-showcase .qodef-e-title-link:hover {
	color: #111;
}
.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
   ========================================================================== */
/* ==========================================================================
   Movie screen shortcode styles
   ========================================================================== */
.qodef-movie-screen {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-movie-screen .qodef-m-image {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	overflow: hidden;
}
.qodef-movie-screen .qodef-m-image img {
	display: block;
}
.qodef-movie-screen .qodef-m-additional-image {
	display: block;
	padding-bottom: 47px;
}
.qodef-movie-screen .qodef-m-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding: 35px;
}
.qodef-movie-screen .qodef-m-title {
	margin: 10px 0;
}
.qodef-movie-screen .qodef-m-title-inner {
	display: inline-block;
}
.qodef-movie-screen .qodef-m-subtitle {
	margin: 10px 0;
}

/* ==========================================================================
   movies List shortcode styles
   ========================================================================== */
.qodef-movies-list .qodef-m-items {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.qodef-movies-list .qodef-m-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 9px 0 9px;
}
.qodef-movies-list .qodef-m-item .qodef-e-year {
	position: relative;
	flex-basis: 27%;
	text-align: right;
}
.qodef-movies-list .qodef-m-item .qodef-e-movies {
	position: relative;
	flex-basis: 68%;
	text-align: left;
}
.qodef-movies-list .qodef-m-item .qodef-e-item-year,
.qodef-movies-list .qodef-m-item .qodef-e-item-movies {
	display: block;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.4em;
}
.qodef-movies-list .qodef-m-item .qodef-e-item-description {
	display: block;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	line-height: 1.857em;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #989898;
	font-size: 14px;
	color: #6d6d6d;
	letter-spacing: 0.02em;
}
.qodef-movies-list.qodef-skin--light .qodef-m-item .qodef-e-item-year,
.qodef-movies-list.qodef-skin--light .qodef-m-item .qodef-e-item-movies {
	color: #fff;
}
.qodef-movies-list.qodef-skin--light .qodef-m-item .qodef-e-item-description {
	color: #ababab;
}

/* ==========================================================================
   Pricing Table shortcode styles
   ========================================================================== */
.qodef-pricing-table {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: center;
}
.qodef-pricing-table.qodef-status--featured {
	transform: translateY(-25px);
}
.qodef-pricing-table .qodef-m-inner {
	padding: 45px;
}
.qodef-pricing-table .qodef-m-title p {
	margin: 0;
	color: #111;
}
.qodef-pricing-table .qodef-m-price {
	margin-top: -3px;
}
.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper {
	display: flex;
	margin: 0;
	line-height: 1;
	justify-content: center;
}
.qodef-pricing-table .qodef-m-content {
	margin: 25px 0 0;
}
.qodef-pricing-table .qodef-m-content ul {
	list-style: none;
	margin: 0;
}
.qodef-pricing-table .qodef-m-content ul li {
	color: #111;
	margin-bottom: 8px;
}
.qodef-pricing-table .qodef-m-content ul li:last-child {
	margin-bottom: 0;
}
.qodef-pricing-table .qodef-m-content ul li:before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right: 8px;
}
.qodef-pricing-table .qodef-m-button .qodef-button {
	margin: 25px 0 0;
}

/* ==========================================================================
   Progress Bar shortcode styles
   ========================================================================== */
.qodef-progress-bar .qodef-m-inner {
	position: relative;
	display: flex;
}
.qodef-progress-bar .progressbar {
	position: relative;
}
.qodef-progress-bar .qodef-m-title {
	margin: 20px 0 0;
}
.qodef-progress-bar:not(.qodef-layout--line) .qodef-m-inner {
	flex-direction: column;
}
.qodef-progress-bar:not(.qodef-layout--line) .qodef-m-canvas {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-progress-bar:not(.qodef-layout--line) .qodef-m-canvas svg {
	display: block;
}
.qodef-progress-bar:not(.qodef-layout--line) .progressbar-text {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #111;
	font-size: 27px;
	line-height: 28px;
	letter-spacing: 0.08em;
}
.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;
}

/* ==========================================================================
   Section Title shortcode styles
   ========================================================================== */
.qodef-section-title {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.qodef-section-title.qodef-alignment--center {
	text-align: center;
}
.qodef-section-title.qodef-alignment--left {
	text-align: left;
}
.qodef-section-title.qodef-alignment--right {
	text-align: right;
}
.qodef-section-title.qodef-alignment--right .qodef-m-title {
	margin-right: -14px;
}
.qodef-section-title .qodef-m-tagline {
	margin: 0 0 28px;
	display: inline-block;
	opacity: 0;
	transform: translateY(20px);
	transition-duration: 1s;
	transition-timing-function: cubic-bezier(0.69, 0.13, 0, 0.95);
}
.qodef-section-title .qodef-m-tagline.qodef--appear, .elementor-editor-active .qodef-section-title .qodef-m-tagline {
	opacity: 1;
	transform: translateY(0);
}
.qodef-section-title .qodef-m-title {
	margin: 0;
	opacity: 0;
}
.qodef-section-title .qodef-m-title .qodef-custom-styles {
	text-decoration: line-through;
}
.qodef-section-title .qodef-m-title.qodef--appear, .elementor-editor-active .qodef-section-title .qodef-m-title {
	opacity: 1;
}
.qodef-section-title .qodef-m-title .qodef-m-title-word {
	display: inline-block;
	opacity: 0;
	transform: translateY(20px);
	transition-duration: 1s;
	transition-timing-function: cubic-bezier(0.69, 0.13, 0, 0.95);
	backface-visibility: hidden;
	white-space: pre-wrap;
}
.qodef-section-title .qodef-m-title .qodef-m-title-word.qodef-custom-styles {
	text-decoration: none;
}
.qodef-section-title .qodef-m-title .qodef-m-title-word.qodef-custom-styles > span {
	position: relative;
}
.qodef-section-title .qodef-m-title .qodef-m-title-word.qodef-custom-styles > span.qodef-custom-styles--line-through:before {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: -1px;
	height: 6px;
	width: 100%;
	background-color: currentColor;
	transform: scaleX(0);
	transform-origin: left;
	transition-property: transform;
	transition-duration: 0.5s;
	transition-delay: 0.5s;
	transition-timing-function: cubic-bezier(0.75, 1.1, 0, 0.96);
}
.qodef-section-title .qodef-m-title .qodef-m-title-word.qodef--appear {
	opacity: 1;
	transform: translateY(0) !important;
}
.qodef-section-title .qodef-m-title .qodef-m-title-word.qodef--appear.qodef-custom-styles > span.qodef-custom-styles--line-through:before {
	transform: scaleX(1);
}
.qodef-section-title .qodef-m-text {
	margin: 25px 0 0;
}

.qodef-section-title-adjacent-button {
	display: inline-block;
	opacity: 0;
	transform: translateY(20px);
	transition-duration: 1s;
	transition-timing-function: cubic-bezier(0.69, 0.13, 0, 0.95);
}
.qodef-section-title-adjacent-button.qodef--appear, .elementor-editor-active .qodef-section-title-adjacent-button {
	opacity: 1;
	transform: translateY(0);
}

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

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

/* ==========================================================================
   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: flex-end;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid rgba(17, 17, 17, 0.3);
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	border-bottom: 2px solid #111;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s cubic-bezier(0.75, 1.1, 0, 0.96);
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active:before, .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active:before {
	transform: scaleX(1);
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
	position: relative;
	display: inline-block;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.4em;
	padding: 17px 0;
	position: relative;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:before {
	content: "";
	position: absolute;
	top: calc(50% + 1px);
	left: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s cubic-bezier(0.75, 1.1, 0, 0.96);
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover:before {
	transform: scaleX(1);
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a::before {
	top: calc(50% - 2px);
}
.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:before, .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a:before, .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a:before, .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a:before {
	transform: scaleX(1);
}
@media only screen and (max-width: 768px) {
	.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
		flex-direction: column;
	}
	.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
		width: 100%;
		text-align: center;
	}
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	height: 100%;
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
	flex-shrink: 0;
	display: block;
	padding-right: 26px;
	margin-right: 26px;
	border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li {
	width: 100%;
	margin-bottom: 26px;
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li:last-child {
	margin-bottom: 0;
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li a {
	display: inline-block;
	width: auto;
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
	margin-top: 0;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-content {
	margin: 26px 0 0;
}

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

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

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

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

#multiscroll-nav {
	display: none;
}
#multiscroll-nav li {
	width: 11px;
	height: 11px;
	margin: 14px;
}
#multiscroll-nav a span {
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	background-color: #6d6d6d;
	border: none;
}
#multiscroll-nav a.active span {
	background-color: #111;
}
#multiscroll-nav.right {
	right: 26px;
}
.qodef-vertical-split-slider--initialized #multiscroll-nav {
	display: block;
}
.qodef-header--light.qodef-vertical-split-slider--initialized #multiscroll-nav a:not(.active) span {
	background-color: #fff;
}

.qodef-header--dark.qodef-vertical-split-slider--initialized #multiscroll-nav a:not(.active) span {
	background-color: #000;
}

/* ==========================================================================
   Video Button shortcode start styles
   ========================================================================== */
.qodef-video-button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.qodef-video-button:hover .qodef-m-play .qodef-m-play-inner {
	animation: qodef-animate-blur-in-out 0.8s cubic-bezier(0.44, 0.36, 0, 1) forwards;
}
.qodef-video-button:hover .qodef-m-image img {
	transform: scale(1.04);
}
.qodef-video-button .qodef-m-image {
	overflow: hidden;
}
.qodef-video-button .qodef-m-image img {
	transform: scale(1.01);
	transition: 0.7s cubic-bezier(0.21, 0.5, 0, 0.9);
	backface-visibility: 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: #fff;
	font-size: 80px;
	line-height: 1;
}
.qodef-video-button .qodef-m-play .qodef-m-play-inner {
	will-change: transform;
}
.qodef-video-button .qodef-m-play span {
	display: block;
	line-height: inherit;
}
.qodef-video-button .qodef-m-play span:before {
	display: block;
	line-height: inherit;
}
@keyframes qodef-animate-blur-in-out {
	0% {
		transform: scale(1);
		filter: blur(0);
	}
	50% {
		transform: scale(0.92);
		filter: blur(2px);
	}
	90% {
		transform: scale(1);
		filter: blur(1px);
	}
	100% {
		transform: scale(1);
		filter: blur(0);
	}
}

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

#qodef-side-area-close {
	position: absolute;
	top: 35px;
	right: 33px;
	display: block;
	z-index: 1000;
	color: #fff;
}
#qodef-side-area-close.qodef-opener-icon.qodef-source--icon-pack, #qodef-side-area-close.qodef-opener-icon.qodef-source--svg-path, #qodef-side-area-close.qodef-opener-icon.qodef-source--predefined {
	color: #fff !important;
}
.admin-bar #qodef-side-area-close {
	top: 67px;
}
#qodef-side-area-close.qodef-source--predefined .qodef-m-line {
	transition: 0.3s;
}
#qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--1 {
	top: 13px;
	left: 0;
	transform: rotate(0);
}
#qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--2 {
	top: 13px;
	left: 0;
	transform: rotate(0);
}
.qodef-side-area--opened #qodef-side-area-close.qodef-source--predefined:after {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 3px;
	width: 25px;
	height: 25px;
}
.qodef-side-area--opened #qodef-side-area-close.qodef-source--predefined .qodef-m-line {
	transition: 0.3s 0.4s;
}
.qodef-side-area--opened #qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--1 {
	transform: rotate(45deg);
}
.qodef-side-area--opened #qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--2 {
	transform: rotate(-45deg);
}

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

.qodef-side-area-custom-font {
	position: relative;
	display: inline-block;
}
.qodef-side-area-custom-font:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	top: 39%;
	width: 100%;
	height: 7px;
	background: currentColor;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.5s cubic-bezier(0.34, 0.25, 0, 0.98);
}
.qodef-side-area--opened .qodef-side-area-custom-font:after {
	transform: scaleX(1);
	transition-delay: 0.3s;
}

/* ==========================================================================
# Side Area style - end
========================================================================== */
/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
.qodef-social-share {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.qodef-social-share .qodef-social-title {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 17px 0 0;
}
.qodef-social-share ul {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	list-style: none;
	padding: 0;
	margin: 0;
}
.qodef-social-share li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}
.qodef-social-share li a {
	font-size: 14px;
	color: #6d6d6d;
}
.qodef-social-share li a:hover {
	color: #111;
}

/* ==========================================================================
   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 0 0 6px;
	line-height: 26px;
	vertical-align: middle;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-icon {
	position: relative;
	top: 1px;
	font-size: 12px;
	vertical-align: middle;
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li {
	opacity: 1;
	visibility: visible;
	cursor: pointer;
	/* opacity and visibility need to be different, but not background-color */
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(2) {
	transition-delay: 0.1s;
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(3) {
	transition-delay: 0.15s;
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(4) {
	transition-delay: 0.2s;
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(5) {
	transition-delay: 0.25s;
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(6) {
	transition-delay: 0.3s;
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(7) {
	transition-delay: 0.35s;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener {
	display: block;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener .qodef-social-share-title {
	display: inline-block;
	vertical-align: middle;
	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 {
	width: 36px;
	position: absolute;
	display: block;
	text-align: center;
	visibility: hidden;
	overflow: hidden;
	opacity: 0;
	transition: 0.3s cubic-bezier(0.93, 0.11, 0.38, 0.79);
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a {
	transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li * {
	display: block;
	line-height: inherit;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown-opener {
	padding-left: 10px;
	border-left: 1px solid transparent;
	transition: 1s;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom:hover .qodef-social-share-dropdown-opener {
	border-left-color: rgba(0, 0, 0, 0.05);
}
.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: 30px;
	height: 30px;
	line-height: 30px;
	border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.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 {
	padding-right: 11px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown {
	top: 1px;
	right: 0;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
	left: 0px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
	left: 36px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
	left: 72px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
	left: 108px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
	left: 144px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
	left: 180px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
	left: 216px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left {
	padding-left: 11px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
	top: 1px;
	left: 0;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
	right: 0px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
	right: 36px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
	right: 72px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
	right: 108px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
	right: 144px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
	right: 180px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
	right: 216px;
}

/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
.qodef-social-share.qodef-layout--list .qodef-social-title {
	vertical-align: bottom;
}
.qodef-social-share.qodef-layout--list ul {
	vertical-align: bottom;
}
.qodef-social-share.qodef-layout--list li {
	margin-right: 22px;
}
.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 .qodef-social-title {
	margin-right: 19px;
	vertical-align: bottom;
}
.qodef-social-share.qodef-layout--text ul {
	vertical-align: bottom;
}
.qodef-social-share.qodef-layout--text li {
	margin-right: 24px;
}
.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: #111;
	background-color: #fff;
}
#qodef-page-spinner .qodef-m-spinner {
	position: relative;
}

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

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

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

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

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

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

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

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

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--pelicula .qodef-m-pelicula {
	position: relative;
	display: inline-block;
	font-family: "Bebas Neue", sans-serif;
	font-size: 68px;
	will-change: filter;
	filter: blur(20px);
	animation: qode-blur-focus 2s forwards;
}
#qodef-page-spinner.qodef-layout--pelicula .qodef-m-pelicula:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	top: 34%;
	width: 100%;
	height: 5px;
	background-color: currentColor;
	transform: scaleX(0);
	transform-origin: left;
	animation: qode-line-scaleX-loop 2s 1.2s cubic-bezier(0.03, 0.71, 0, 0.98) infinite;
}
@keyframes qode-line-scaleX-loop {
	0% {
		transform: scaleX(0);
		transform-origin: left;
	}
	50% {
		transform: scaleX(1);
		transform-origin: left;
	}
	80% {
		transform: scaleX(1);
		transform-origin: right;
	}
	100% {
		transform: scaleX(0);
		transform-origin: right;
	}
}
@keyframes qode-blur-focus {
	0% {
		filter: blur(20px);
	}
	100% {
		filter: blur(0);
	}
}

/* ==========================================================================
   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: #111;
	width: 0;
}

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

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

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

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

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

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

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

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

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

/* 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;
}
.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 40px;
}
.qodef-page-title .qodef-m-content div.qodef-m-title {
	font-family: "Bebas Neue", sans-serif;
	font-size: 120px;
	line-height: 80px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #111;
}
.qodef-page-title .qodef-breadcrumbs a, .qodef-page-title .qodef-breadcrumbs span {
	font-size: 16px;
	color: #6d6d6d;
}
.qodef-page-title .qodef-breadcrumbs span:not(.qodef-breadcrumbs-separator) {
	position: relative;
	white-space: nowrap;
}
.qodef-page-title .qodef-breadcrumbs span:not(.qodef-breadcrumbs-separator):before {
	content: "";
	position: absolute;
	top: calc(50% + 1px);
	left: 0;
	width: 0;
	height: 1px;
	background-color: currentColor;
	transition: width 0.2s ease-out;
}
.qodef-page-title .qodef-breadcrumbs span.qodef-breadcrumbs-current:before {
	width: 100%;
}
.qodef-page-title .qodef-breadcrumbs a > span {
	color: inherit;
}
.qodef-page-title .qodef-breadcrumbs a:hover {
	color: #111;
}
.qodef-page-title .qodef-breadcrumbs a:hover > span:before {
	width: 100%;
}
.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
	margin: 0 4px;
}
.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
	content: "/";
}

/* ==========================================================================
   Standard Title layout styles
   ========================================================================== */
.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-content {
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-content .qodef-m-title {
	width: 70%;
}
@media only screen and (max-width: 1024px) {
	.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-content {
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}
	.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-content .qodef-m-title {
		width: 100%;
	}
	.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
		width: 100%;
		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: 34px;
	display: inline-block;
}
.widget.qodef-author-info .qodef-author-info-name {
	margin: 0 0 12px;
	color: #111;
}
.widget.qodef-author-info .qodef-author-info-name a {
	color: inherit;
}
#qodef-page-sidebar .widget.qodef-author-info .qodef-author-info-name a {
	color: #111;
}
.widget.qodef-author-info .qodef-author-info-description {
	margin: 0;
}
.widget.qodef-author-info .qodef-author-info-social-icons {
	margin-top: 21px;
}
.widget.qodef-author-info .qodef-author-info-social-icons a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 18px;
	color: #111;
	transition: opacity 0.2s ease-out;
}
.widget.qodef-author-info .qodef-author-info-social-icons a:hover {
	opacity: 0.8;
}
#qodef-page-sidebar .widget.qodef-author-info .qodef-author-info-social-icons a {
	color: #111;
}
.widget.qodef-author-info .qodef-author-info-social-icons a:last-child {
	margin-right: 0;
}

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

/* ==========================================================================
   Contact Info widget style end
   ========================================================================== */
/* ==========================================================================
   Social Icons Group widget styles
   ========================================================================== */
.qodef-social-icons-group .qodef-icon-holder {
	margin-left: 9px;
}
.qodef-social-icons-group .qodef-icon-holder:first-child {
	margin-left: 0;
}

.widget.widget_pelicula_core_social_icons_group .qodef-icon-holder a {
	color: #111;
	transition: color 0.2s ease-out;
}
.widget.widget_pelicula_core_social_icons_group .qodef-icon-holder a:hover {
	color: #111;
}
.widget.widget_pelicula_core_social_icons_group .qodef-icon-holder.qodef-layout--circle {
	color: #fff;
	background-color: #111;
}
.widget.widget_pelicula_core_social_icons_group .qodef-icon-holder.qodef-layout--circle a {
	color: #fff;
}
.widget.widget_pelicula_core_social_icons_group .qodef-icon-holder.qodef-layout--circle a:hover {
	color: #fff;
}
.widget.widget_pelicula_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover {
	background-color: #111;
}

/* ==========================================================================
    Social Icons Group widget styles
   ========================================================================== */
/* ==========================================================================
# Afe Verification responsive style
========================================================================== */
@media only screen and (max-width: 680px) {
	#qodef-age-verification-modal .qodef-m-content {
		min-width: auto;
	}
	#qodef-age-verification-modal .qodef-m-content-note {
		display: none;
	}
}

/* ==========================================================================
   Blog List Metro styles
   ========================================================================== */
@media only screen and (max-width: 1440px) {
	.qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link {
		padding: 83px 40px;
	}
	.qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote {
		padding: 83px 40px 87px;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-blog.qodef-item-layout--metro article .qodef-e-content .qodef-e-info-full .qodef-e-info-social-share {
		display: none;
	}
}

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

@media only screen and (max-width: 1024px) {
	body:not(.qodef-content-behind-header) #qodef-page-outer {
		margin-top: 0 !important;
	}
}
/* ==========================================================================
   Vertical Sliding layout responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	.qodef-header--vertical-sliding #qodef-page-header-inner {
		display: none;
	}
	.qodef-header--vertical-sliding #qodef-page-outer,
	.qodef-header--vertical-sliding footer {
		padding-left: 0;
	}
}
/* ==========================================================================
   Header layout responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	.qodef-header--vertical #qodef-page-header-inner {
		display: none;
	}
	.qodef-header--vertical #qodef-page-outer,
	.qodef-header--vertical #qodef-page-footer {
		padding-left: 0;
	}
}
/* ==========================================================================
   Top header responsive style - begin
   ========================================================================== */
@media only screen and (max-width: 768px) {
	#qodef-top-area {
		display: none;
	}
}
/* ==========================================================================
   Top header responsive style - end
   ========================================================================== */
/* ==========================================================================
   Instagram List shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1440px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 20%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 25%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 100%;
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 100%;
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 100%;
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 100%;
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 100%;
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 100%;
	}
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 50%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 33.3333333333%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 25%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 20%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 16.6666666667%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 14.2857142857%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 12.5%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 50%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 33.3333333333%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 25%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 20%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 16.6666666667%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 14.2857142857%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 12.5%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 100%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 50%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 33.3333333333%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 25%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 20%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 16.6666666667%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 14.2857142857%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 12.5%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 50%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 33.3333333333%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 25%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 20%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 16.6666666667%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 14.2857142857%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 12.5%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 50%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 33.3333333333%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 25%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 20%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 16.6666666667%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 14.2857142857%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 12.5%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 50%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 33.3333333333%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 25%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 20%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 16.6666666667%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 14.2857142857%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 12.5%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 100%;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 50%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 33.3333333333%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 25%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 20%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 16.6666666667%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 14.2857142857%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 12.5%;
	}
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 50%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 33.3333333333%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 25%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 20%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 16.6666666667%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 14.2857142857%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
		width: 12.5%;
	}
}
@media only screen and (max-width: 1440px) {
	.qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space {
		margin-bottom: -50px;
	}
	.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
		margin: 0 -25px;
	}
	.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets > .ctf-item {
		padding: 0 25px;
		margin: 0 0 50px;
	}
}

/* ==========================================================================
   Instagram List shortcode responsive styles
   ========================================================================== */
/* ==========================================================================
   QODE Quick View Responsive styles - begin
   ========================================================================== */
@media screen and (max-width: 1366px) {
	#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper .summary {
		padding: 52px 30px 59px;
	}
}
@media screen and (max-width: 768px) {
	#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-media-wrapper,
	#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper {
		width: 100%;
	}
	#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-media-wrapper .woocommerce-product-gallery__wrapper div a {
		height: auto;
	}
	#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .qqvfw-m-summary-wrapper .summary {
		padding: 46px 50px 50px;
	}
}
/* ==========================================================================
   QODE Quick View Responsive styles - end
   ========================================================================== */
/* ==========================================================================
   Portfolio Single variation responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	.qodef-portfolio-single.qodef-layout--gallery-big .qodef-e-content .qodef-portfolio-content {
		border-right: 0;
		padding-right: 0;
	}
	.qodef-portfolio-single.qodef-layout--gallery-big .qodef-portfolio-info {
		margin-top: 27px !important;
	}
}
/* ==========================================================================
   Portfolio Single variation responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	.qodef-portfolio-single.qodef-layout--gallery-small .qodef-media {
		margin: 0 0 50px;
	}
	.qodef-portfolio-single.qodef-layout--gallery-small .qodef-info--category-second {
		margin-top: 0;
	}
}
/* ==========================================================================
   Portfolio Single variation responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	.qodef-portfolio-single.qodef-layout--images-big .qodef-e-content .qodef-portfolio-content {
		border-right: 0;
		padding-right: 0;
	}
	.qodef-portfolio-single.qodef-layout--images-big .qodef-portfolio-info {
		margin-top: 27px !important;
	}
}
/* ==========================================================================
   Portfolio Single variation responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	.qodef-portfolio-single.qodef-layout--images-small .qodef-media {
		margin: 0 0 50px;
	}
	.qodef-portfolio-single.qodef-layout--images-small .qodef-info--category-second {
		margin-top: 0;
	}
}
/* ==========================================================================
   Portfolio Single variation responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	.qodef-portfolio-single.qodef-layout--masonry-big .qodef-e-content .qodef-portfolio-content {
		border-right: 0;
		padding-right: 0;
	}
	.qodef-portfolio-single.qodef-layout--masonry-big .qodef-portfolio-info {
		margin-top: 27px !important;
	}
}
/* ==========================================================================
   Portfolio Single variation responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	.qodef-portfolio-single.qodef-layout--masonry-small .qodef-media {
		margin: 0 0 50px;
	}
	.qodef-portfolio-single.qodef-layout--masonry-small .qodef-info--category-second {
		margin-top: 0;
	}
}
/* ==========================================================================
   Portfolio Single variation responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	.qodef-portfolio-single.qodef-layout--slider .qodef-e-content .qodef-portfolio-content {
		border-right: 0;
		padding-right: 0;
	}
	.qodef-portfolio-single.qodef-layout--slider .qodef-portfolio-info {
		margin-top: 27px !important;
	}
}
/* ==========================================================================
   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 {
		text-align: center;
	}
	.qodef-countdown.qodef-show--4 .qodef-digit-wrapper, .qodef-countdown.qodef-show--5 .qodef-digit-wrapper, .qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
		width: 33.3333333333%;
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-countdown .qodef-digit-wrapper {
		width: 50% !important;
		padding: 0 !important;
	}
	.qodef-countdown .qodef-digit-wrapper .qodef-digit {
		font-size: 65px;
	}
	.qodef-countdown .qodef-digit-wrapper .qodef-label {
		font-size: 15px;
	}
}

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

/* ==========================================================================
   Horizontal Timeline shortcode responsive style - begin
   ========================================================================== */
@media only screen and (max-width: 768px) {
	.qodef-horizontal-timeline .qodef-m-ht-content {
		margin-top: 50px;
	}
	.qodef-horizontal-timeline .qodef-m-ht-content .qodef-e-hti-content-inner {
		flex-direction: column;
		margin: 0;
	}
	.qodef-horizontal-timeline .qodef-m-ht-content .qodef-e-hti-content-inner.qodef-timeline-has-image > * {
		width: 100%;
	}
	.qodef-horizontal-timeline .qodef-m-ht-content .qodef-e-hti-content-inner.qodef-timeline-has-image .qodef-e-hti-content-value {
		margin-top: 30px;
	}
	.qodef-horizontal-timeline .qodef-m-ht-content .qodef-e-hti-content-inner > * {
		padding: 0;
	}
}
/* ==========================================================================
   Horizontal Timeline shortcode responsive style - end
   ========================================================================== */
/* ==========================================================================
   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;
	}
}
/* ==========================================================================
   Section Title shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	.qodef-info-section.qodef-title-break--disabled .qodef-m-title br {
		display: none;
	}
}

/* ==========================================================================
   Interactive Link Carousel shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	.qodef-interactive-link-carousel .wp-video, .qodef-interactive-link-carousel video.wp-video-shortcode {
		object-fit: cover;
	}
}

/* ==========================================================================
   Interactive Link Showcase shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1366px) {
	.qodef-interactive-link-showcase.qodef-type--standard {
		padding: 100px 0;
	}
	.qodef-interactive-link-showcase.qodef-type--standard .qodef-m-images {
		width: 60%;
	}
	.qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
		width: 40%;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-interactive-link-showcase.qodef-type--standard {
		padding: 60px 0;
	}
	.qodef-interactive-link-showcase.qodef-type--standard .qodef-m-images {
		width: 80%;
	}
	.qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
		width: 100%;
		padding-left: 60px;
		align-items: flex-start;
	}
	.qodef-interactive-link-showcase.qodef-type--standard .qodef-m-item {
		font-size: 45px;
		line-height: 43px;
		letter-spacing: 0.06em;
		padding-bottom: 3px;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-interactive-link-showcase.qodef-type--standard {
		padding: 30px 0;
	}
	.qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
		padding-left: 30px;
	}
}
@media only screen and (max-width: 1024px) {
	.qodef-interactive-link-showcase.qodef-layout--list .qodef-mobile-holder {
		display: block;
		padding-left: 8%;
		padding-right: 8%;
	}
	.qodef-interactive-link-showcase.qodef-layout--list .qodef-mobile-holder .qodef-mobile-image-holder {
		position: relative;
	}
	.qodef-interactive-link-showcase.qodef-layout--list .qodef-mobile-holder .qodef-mobile-image-holder img {
		width: 100%;
	}
	.qodef-interactive-link-showcase.qodef-layout--list .qodef-mobile-holder .qodef-mobile-image-holder .qodef-video-button {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
	}
	.qodef-interactive-link-showcase.qodef-layout--list .qodef-mobile-holder .qodef-mobile-image-holder .qodef-video-button .qodef-m-play {
		font-size: 60px;
	}
	.qodef-interactive-link-showcase.qodef-layout--list .qodef-mobile-holder .qodef-e-title {
		font-family: "Bebas Neue", sans-serif;
		font-weight: 400;
		text-transform: uppercase;
		color: #111;
		font-size: 45px;
		line-height: 43px;
		letter-spacing: 0.06em;
		padding: 15px 0 40px;
	}
	.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-bg-image {
		z-index: -1;
	}
	.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images,
	.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
		display: none;
	}
}
@media only screen and (max-width: 480px) {
	.qodef-interactive-link-showcase.qodef-layout--list .qodef-mobile-holder .qodef-e-title {
		font-family: "Bebas Neue", sans-serif;
		font-weight: 400;
		text-transform: uppercase;
		color: #111;
		font-size: 35px;
		line-height: 34px;
		letter-spacing: 0.06em;
	}
}

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

/* ==========================================================================
   Movie screen shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
	.qodef-movie-screen .qodef-m-image {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.qodef-movie-screen .qodef-m-image .qodef-m-bg-image {
		height: 100%;
	}
	.qodef-movie-screen .qodef-m-image img {
		display: none;
	}
	.qodef-movie-screen .qodef-m-content {
		position: relative;
		padding: 70px;
	}
}
@media only screen and (max-width: 680px) {
	.qodef-movie-screen .qodef-m-additional-image {
		padding-bottom: 25px;
	}
}

/* ==========================================================================
   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-tabs.qodef-layout--simple.qodef-orientation--vertical {
		display: block;
	}
	.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
		padding-right: 0;
		margin-right: 0;
		border-right: 0;
	}
	.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
		margin-top: 26px;
	}
	.qodef-tabs.qodef-layout--simple .qodef-tabs-content {
		margin: 26px 0 0;
	}
}

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

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