body,
html {
	/* Hier komt custom styling */
	max-width: 100vw;
	overflow-x: hidden;
}

/* the content single post */
.content-post-wrapper {
	max-width: 960px;
	margin: 0 auto;
	padding: 0px 30px;
}

/* Remove padding form bars icon (menu) */
.elementor-menu-toggle {
	padding: 0 !important;
}

/* Menu icon styling */
.menu-item-type-custom a {
	cursor: pointer !important;
}

.menu-item-type-custom a span.menu-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}


.menu-item-type-custom a span.menu-icon svg {
	width: 22px;
	height: auto;
	max-height: 22px;
	fill: var(--e-global-color-primary);
	display: inline-block;
	margin-right: 5px;
}

.footer-icon-menu .menu-item-type-custom a span.menu-icon svg {
	margin-right: 10px;
}

/* end menu icon styling */

/* Footer icon menu styling */
@media only screen and (max-width: 767px) {
	.footer-icon-menu ul {
		display: flex;
		flex-wrap: wrap;
	}

	.footer-icon-menu li {
		width: 50%;
	}
}

/* Category label widget styling */
.current-post-categories {
	display: flex;
	gap: 5px;
}

.current-post-categories .category-label {
	background-color: var(--e-global-color-primary);
	color: #000;
	padding: 2px 6px;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
}

.current-post-categories .category-label {
	display: none;
}

.current-post-categories .category-label:nth-child(1) {
	display: inline-block;
}

.current-post-categories .category-label:nth-child(2) {
	display: inline-block;
}

.current-post-categories .category-label.queried-section-term {
	display: none;
}

.custom-section .current-post-categories .category-label.queried-term {
	display: none;
}

.custom-section .current-post-categories .category-label.queried-section-term {
	display: inline-block;
}

@media only screen and (max-width: 1023px) {
	.current-post-categories .category-label {
		font-size: 10px;
		padding: 1px 5px;
	}
}

/* News card styling */
.news-card {
	overflow: hidden !important;
}

.news-card-elmtr {
	aspect-ratio: 1.13/1;
}

.loop-big .news-card-elmtr {
	aspect-ratio: 1.28 / 1
}

.category-loop-small .news-card-elmtr {}

@media only screen and (max-width: 767px) {
	.news-card-elmtr {
		aspect-ratio: 61 / 80;
	}

	.loop-big .news-card-elmtr,
	.big-post-loop .news-card-elmtr {
		aspect-ratio: 5 / 4;
		max-height: 440px;
	}
}

/* .slider-section .news-card-elmtr {
	aspect-ratio:   2.57/1;
} */

/* @media only screen and (max-width: 767px) {
	 aspect-ratio: 16/11;
} */

.news-card-elmtr::before {
	background-image: linear-gradient(180deg, #00000000 40%, #000000a6 80%, #000000a6 100%) !important;
	content: "" !important;
}

.wz-loop-item {
	overflow: hidden !important;
}

.wz-loop-item div.bg-el {
	background-size: cover;
	background-position: center center;
	background-image: linear-gradient(180deg, #636363 0%, #000000 100%);
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	transition: ease-in-out 0.3s;
}

.wz-loop-item:hover div.bg-el {
	width: 110%;
	height: 110%;
}

/* loop styling */
/* .default-loop .loop-small .e-loop-item:nth-child(2) {
	display: none;
} */

/* Archive styling */
@keyframes load-more-post {
	from {
		transform: translateY(60px);
		opacity: 0;
	}

	to {
		transform: translateY(0px);
		opacity: 1;
	}
}

.wz-post.loaded-post {
	animation: load-more-post 0.3s;
}


.archive-content .archive-title-section {
	margin-top: 22px;
}

@media only screen and (max-width: 767px) {
	.archive-content .archive-title-section h1 {
		font-size: 30px;
		margin-bottom: 4px;
	}
}


.archive-content.e-con {
	display: flex;
	margin-bottom: 30px;
}

.archive-content .archive-loop {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	/* Edit based on design */
}

.archive-content .archive-loop .wz-post {
	width: calc((100% / 3) - (20px / 3));
	/* last number is gap size / 2 */
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
	/* 	.archive-content {
		padding: 0 0 !important;
	} */


	.archive-content .archive-loop .wz-post {
		width: calc((100% / 2) - 5px);
		/* last number is gap size / 2 */
	}
}

.archive-content .archive-loop .wz-post div.bg-el {
	background-size: cover;
	background-position: center center;
	background-image: linear-gradient(180deg, #636363 0%, #000000 100%);
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	transition: ease-in-out 0.3s;
}

.archive-content .archive-loop .wz-post:hover div.bg-el {
	width: 110%;
	height: 110%;
}

.archive-content .archive-loop .wz-post a.news-card {
	aspect-ratio: 1.13 / 1;
	background-image: linear-gradient(180deg, #00000000 40%, #000000a6 80%, #000000a6 100%);
}

.archive-content .archive-loop .wz-post.big-card a.news-card {
	aspect-ratio: 1.28 / 1;
}


@media only screen and (max-width: 767px) {
	.archive-content .archive-loop .wz-post a.news-card {
		aspect-ratio: 61 / 80;
	}

	.archive-content .archive-loop .wz-post.big-card a.news-card {
		aspect-ratio: 15 / 17;
		max-height: 440px;
	}
}


.archive-content .archive-loop .wz-post.big-card {
	width: calc((100% / 2) - 5px);
	/* 	padding: 0px 45px; */
}

@media only screen and (max-width: 767px) {
	.archive-content .archive-loop .wz-post.big-card {
		width: 100%;
		/* last number is gap size / 2 */
	}
}

.archive-content .archive-loop .wz-post.big-card .news-card {
	/* 	padding: 0px 45px; */
}

.archive-content .archive-loop .wz-post.big-card .news-card-title h2 {
	font-size: 32px;
}

@media only screen and (max-width: 1023px) {
	.archive-content .archive-loop .wz-post.big-card .news-card-title h2 {
		font-size: 28px;
	}
}

.archive-content .archive-loop .custom-section {
	width: calc(100% + 20px);
	margin: 10px -10px;
}

.most-viewed .news-card-elmtr {
	aspect-ratio: 5/7;
}

.big-post-loop .news-card-elmtr {}

.big-post-loop .news-card-elmtr .news-card-title h2 {
	font-size: 32px !important;
}

@media only screen and (max-width: 1023px) {
	.big-post-loop .news-card-elmtr .news-card-title h2 {
		font-size: 1.5em !important;
	}
}


.most-viewed .most-viewed-post .current-post-categories .category-label {
	display: none;
}

.most-viewed .most-viewed-post .current-post-categories .category-label:first-child {
	display: inline-block;
}


.news-slider .news-card-elmtr {
	aspect-ratio: 2.57/1;
	padding: 0px 50px;
}

@media only screen and (max-width: 1023px) {
	.category-loop-small .elementor-loop-container {
		overflow-x: scroll;
		scrollbar-width: none;
		/* Hides scrollbar in Firefox */
		-ms-overflow-style: none;
		/* Hides scrollbar in Internet Explorer and Edge */
		width: calc(100% + 10px);
		max-width: unset !important;
		padding-right: 10px;
	}

	.category-loop-small .elementor-loop-container:-webkit-scrollbar {
		display: none;
		/* Hides scrollbar in Chrome, Safari, and Opera */
	}


	.category-loop-small .news-card-elmtr {
		width: calc((100vw - 20px) / 3.5);
		height: auto;
		min-height: unset;
		aspect-ratio: 31 / 32;
	}

	.category-loop-small .news-card-elmtr .news-card-title h2 {
		font-size: 16px !important;
	}

	.most-viewed .elementor-loop-container {
		overflow-x: scroll;
		scrollbar-width: none;
		/* Hides scrollbar in Firefox */
		-ms-overflow-style: none;
		/* Hides scrollbar in Internet Explorer and Edge */
		width: calc(100% + 10px);
		max-width: unset !important;
		padding-right: 10px;
	}

	.most-viewed .elementor-loop-container:-webkit-scrollbar {
		display: none;
		/* Hides scrollbar in Chrome, Safari, and Opera */
	}

	.most-viewed .news-card-elmtr {
		aspect-ratio: 9 / 11;
		width: calc((100vw / 3) / 1.12);
	}

}

@media only screen and (max-width: 767px) {
	.category-loop-big {}


	.category-loop-small .current-post-categories .category-label:nth-child(2) {
		display: none;
	}

	.category-loop-small .news-card-elmtr {
		width: 155px;
		width: calc((100vw - 20px) / 2.2);
	}

	.category-loop-big .e-loop-item:last-child {
		display: none;
	}


	.default-loop.e-con.e-flex {
		--flex-wrap: initial;
	}

	.loop-big .e-loop-item:last-child {
		display: none;
	}

	.new-post-big .e-loop-item:last-child {
		display: none;
	}

	.news-slider .news-card-elmtr {
		padding: 0px 8px;
		aspect-ratio: 1.18/1;
	}

	.news-slider .swiper {
		width: calc(100vw / 1.12);
		overflow: visible;
		margin: 0 0;
	}

	.loop-big .news-card-elmtr {}

	.loop-big .wz-loop-item {
		aspect-ratio: unset;
	}

	.most-viewed .news-card-elmtr {
		aspect-ratio: 8 / 6;
		width: calc(100vw / 1.12);
	}

}

#infinite-scroll-loader {
	/* Infinite scroll loader animation */
	text-align: center;
	padding: 10px;
	display: none;
	margin-top: 25px;
}

#infinite-scroll-loader svg {
	width: 24px;
	/* Set desired width */
	height: 24px;
	/* Set desired height */
	animation: loadSpinner 1.7s infinite;
	/* Apply the animation */
}

@keyframes loadSpinner {
	0% {
		transform: rotate(0deg);
		animation-timing-function: ease-in;
		/* Start fast */
	}

	50% {
		transform: rotate(180deg);
		animation-timing-function: ease-out;
		/* Slow down */
	}

	100% {
		transform: rotate(360deg);
		animation-timing-function: ease-in;
		/* Speed up again */
	}
}

/* End of archive styling */

/* -- Post styling -- */
main#content .single-content,
main#content .home-content {
	padding: 0;
}

.post-hero {
	aspect-ratio: 34/17;
	position: relative;
}

.post-hero .e-con-inner {
	position: relative;
}

@media only screen and (max-width: 767px) {
	.post-hero {
		aspect-ratio: 15/8;
	}
}

.post-hero::before {
	background-image: linear-gradient(180deg, #00000000 40%, #000000a6 95%, #000000a6 100%) !important;
	content: "" !important;
}

.single .post-hero .category-label {
	font-size: 14px;
	/* 	font-weight: bold; */
	/* 	line-height: 1; */
	padding: 3px 8px;
	font-family: 'Open Sans', sans-serif;
}

.single .post-hero .post-format-icon {
	position: absolute;
	right: 10px;
	width: 30px;
	height: auto;
	bottom: 10px;
}

.single .post-hero .post-format-icon svg {
	width: 100%;
	height: auto;
	fill: var(--e-global-color-primary);
	stroke: var(--e-global-color-primary);
}

/* slider styling */
.full-image-slider .swiper-slide figure {
	line-height: 0 !important;
}

.full-image-slider .swiper-slide figure img {
	aspect-ratio: 81.2 / 50;
	object-fit: cover;

}

.image-slider-post .swiper {
	padding-bottom: 17px !important;
}

.image-slider-post .swiper-pagination {
	line-height: 1;
	bottom: 0 !important;
}

.post_image_slider .image-slider-post .swiper-pagination .swiper-pagination-bullet,
.image-slider-post .swiper-pagination .swiper-pagination-bullet {
	border: solid 1px var(--e-global-color-primary);
	margin: 0px 3.5px !important;
	width: 9px;
	height: 9px;
	background-color: transparent;
	opacity: 1;
}

.post_image_slider .image-slider-post .swiper-pagination .swiper-pagination-bullet-active,
.image-slider-post .swiper-pagination .swiper-pagination-bullet-active {
	background-color: var(--e-global-color-primary);
}

.post_image_slider {
	overflow: hidden;
	position: relative;
}

.post_image_slider {
	line-height: 1;
}

.post_image_slider .swiper-slide img {
	aspect-ratio: 5 / 4;
	object-fit: cover;
	width: 100%;
}

.post_image_slider.variable_image_slider .swiper-slide img {
	object-fit: contain;
}
.post_image_slider.variable_image_slider .swiper-slide {
	background-color: #fff !important;
}

.post_image_slider.variable_image_slider .swiper-button-next, 
.post_image_slider.variable_image_slider .swiper-button-prev {
	color: #2C2C2C !important;
}
.post_image_slider.variable_image_slider .swiper-slide .image-by {
	color: #6A6A6A !important;
/* 	text-shadow: 0px 0px 2px white !important; */
}

.post_image_slider .swiper-slide .image-by {
/* 	position: absolute; */
/* 	bottom: 10px; */
/* 	left: 10px; */
	color: #6A6A6A;
	font-family: "Oxanium", Sans-serif;
	font-size: 13px;
	font-weight: 400;
/* 	text-shadow: 0px 0px 2px black !important; */
	display: block;
}

.post_image_slider .swiper-pagination {
	position: relative
}

@media (max-width: 767px) {
	.post_image_slider .swiper-slide .image-by {
		margin-left: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.post_image_slider .swiper-slide figure img {
		aspect-ratio: 395/212.
	}


	.full-image-slider .swiper-slide figure img {
		aspect-ratio: 135/100;
	}


	.related-slider .most-viewed-post {
		aspect-ratio: 181/ 240;
	}


	.related-slider .current-post-categories .category-label:nth-child(2) {
		display: none;
	}


}

@media only screen and (max-width: 1024px) {

	.related-slider .most-viewed-post {
		aspect-ratio: 181/ 240;
	}
}

/* advert styling */
.advert-img img {
	width: 100%;
	height: auto;
}

/* flex template styling */
body.home #content #flexible-content section:not(.latest_posts) {
	margin-bottom: 20px;
}


body.single #content #flexible-content section.advertisment,
body.single #content #flexible-content section.category_block,
body.single #content #flexible-content section.category_slider_block,
body.single #content #flexible-content section.checkout_extern_post,
body.single #content #flexible-content section.related_posts {
	margin: 34px 0px;
}

body.page #content #flexible-content section:not(.latest_posts) {
	margin-bottom: 20px;
}

section.page-title {
	margin-top: 15px;
}

/* 
body.home #content #flexible-content section.advertisment,
body.home #content #flexible-content section.most_viewed_posts,
body.home #content #flexible-content section.category_slider_block,
body.home #content #flexible-content section.checkout_extern_post,
body.home #content #flexible-content section.latest_posts {
	margin-bottom: 20px;
} */

@media only screen and (max-width: 767px) {

	body.single #content #flexible-content section.advertisment,
	body.single #content #flexible-content section.category_block,
	body.single #content #flexible-content section.category_slider_block,
	body.single #content #flexible-content section.checkout_extern_post,
	body.single #content #flexible-content section.related_posts {
		margin: 17px 0px;
	}

	body.home #content #flexible-content section {
		margin-bottom: 20px;
	}

}



/* @media only screen and (max-width: 767px) {
	#content #flexible-content section {
	  margin-bottom: 10px;
	}
} */

#content #flexible-content section .e-con-inner {
	/*   padding: 0 0 !important; */
}

/* UCI calender styling */
section.text_section .elementor-widget-text-editor {
	width: 100%;
}

.uci-calendar {
	margin: 20px 0;
}

/* filepath: /home/hetiskoers/public_html/wp-content/themes/new-webzuiver-theme-main/assets/css/custom.css */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fadeIn 0.5s ease-in-out;
}

.uci-tabs {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
	justify-content: center;
}

.uci-tabs li {
	padding: 5px 5px;
	cursor: pointer;
	margin: 0px 15px;
	text-align: center;
	color: #828282;
	font-weight: bold;

}

.uci-tabs li.active {
	/* background: #0073aa; */
	color: #000;
	font-weight: 600;
	border-bottom: solid 3px #0073aa;
}

@media only screen and (max-width: 767px) {
	.uci-tabs li {
		margin: 0px 0px;
		font-size: 14px;
		line-height: 1.2;
	}


}


/* 
cycle cross: #0078c7
road: 
 */
.uci-events .infinite-scroll-trigger {
	height: 1px;
	margin-bottom: 10px;
	background-color: transparent;
}

.uci-events {
	padding: 30px 50px;
	background-color: #F5F5F5;
}



@media only screen and (max-width: 1024px) {
	.uci-events {
		padding: 20px 20px;
	}
}

.uci-events .inner-wrap {
	display: grid;
	gap: 10px;
	max-height: 700px;
	margin: 0 auto;
	position: relative;
	min-height: 400px;
	overflow-y: scroll;
}

@media only screen and (max-width: 767px) {
	.uci-events .inner-wrap {
		max-height: 460px;
	}
}

/* custom scroll bar thin */
.uci-events .inner-wrap::-webkit-scrollbar {
	width: 5px;
}

.uci-events .inner-wrap::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.uci-events .inner-wrap::-webkit-scrollbar-thumb {
	background: #888;
}

.uci-events .inner-wrap::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.uci-events.two-rows .inner-wrap {
	grid-template-columns: repeat(3, 1fr);
}

/* remove column on tablet */
@media only screen and (max-width: 1024px) {
	.uci-events.two-rows .inner-wrap {
		grid-template-columns: 1fr;
	}
}

.uci-events .inner-wrap #loadMoreBtn {
	margin: 0 auto;
	/* ignore grid */
	grid-column: 1 / -1;
	/* This makes the item span across all columns (100%) */
}

.uci-events .inner-wrap #loadMoreBtn button {
	background-color: #4bdedf;
	color: #fff;
	padding: 5px 15px;
	font-weight: 600;
	border: none;
	cursor: pointer;
	font-size: 14px;
}

.uci-events .event {
	border-left: 5px solid #212657;
	background: #ffffff;
}

@keyframes fadeIn {
	from {
			opacity: 0;
			transform: translateY(20px);
	}
	to {
			opacity: 1;
			transform: translateY(0);
	}
}

.uci-events .event.fade-in {
	animation: fadeIn 0.5s ease-in-out;
}

.uci-events .event .event-container {
	display: flex;
	flex-wrap: wrap;
}

.uci-events .event .event-container .event-date {
	width: 100px;
	/* padding: 0px 20px; */
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.uci-events .event .event-container .event-date .event-date-inner {
	text-align: center;
}

.uci-events .event .event-container .event-date span {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 1em;
	color: #636363;
}

.uci-events .event .event-container .event-date span.day-of-week {
	color: #636363;
}

.uci-events .event .event-container .event-date span.day-num {
	font-size: 26px;
	color: #000;
	font-weight: bold;
	margin: 5px 0;
}

.uci-events .event .event-container .event-date span.month {}

.uci-events .event .event-container .event-detail {
	width: calc(100% - 100px);
	padding: 20px 20px 20px 0px;
}

.uci-events .event .event-container .event-detail .event-detail-inner {
	/* padding: 0px 20px; */
}

.uci-events .event .event-container .event-detail .event-detail-inner h3 {
	font-size: 20px;
	color: #000;
}

.uci-events .event .event-container .event-detail .event-detail-inner h4,
.uci-events .event .event-container .event-detail .event-detail-inner p {
	font-size: 15px;
	color: #636363;
	line-height: 1.2;
}

.uci-events .event .event-container .event-detail .event-detail-inner h3,
.uci-events .event .event-container .event-detail .event-detail-inner h4,
.uci-events .event .event-container .event-detail .event-detail-inner p {
	margin: 0;
}

@media only screen and (max-width: 767px) {
	.uci-events .event .event-container .event-date {
		width: 65px;
	}

	.uci-events .event .event-container .event-detail {
		width: calc(100% - 65px);
	}

	.uci-events .event .event-container .event-date span {
		font-size: 14px;
	}

	.uci-events .event .event-container .event-date span.day-num {
		font-size: 16px;
	}

	.uci-events .event .event-container .event-detail .event-detail-inner h3 {
		font-size: 16px;
		margin-bottom: 4px;
	}

	.uci-events .event .event-container .event-detail .event-detail-inner h3,
	.uci-events .event .event-container .event-detail .event-detail-inner h4,
	.uci-events .event .event-container .event-detail .event-detail-inner p {
		font-size: 14px;
	}
}

/*  */
.gallery-section .elementor-widget-shortcode {
	line-height: 0;
}

.gallery-section .big-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 81.2 / 50;
}

.gallery-section .big-image img.custom-image-variable {
	aspect-ratio: unset !important;
}

.gallery-section .small-image img {
	aspect-ratio: 395/212;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.gallery-section .small-image,
.gallery-section .big-image {
	position: relative;
}

/* edit
.gallery-section span.image-by {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #fff;
	color: #FFFFFF;
	font-family: "Oxanium", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-shadow: 0px 0px 2px black !important;
} */

.gallery-section span.image-by {
	color: #6A6A6A;
	font-family: "Oxanium", Sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	display: block;
	margin-top: 3px;
	min-height: 13px;
}

@media (max-width: 767px) {
	.gallery-section span.image-by {
		margin-left: 10px;
	}
}


@media (max-width: 767px) {
	.gallery-section span.image-by {
		min-height: 1px;
	}
}

/* edit
.gallery-section .custom-image-by-variable-short span.image-by {
	bottom: 25px !important;
} */

/* edit
.gallery-section span.image-by.custom-image-by-variable {
	position: absolute;
	bottom: 10px;
 	left: 50% !important; // disabled
 	transform: translate(-50%, -50%) !important; // disabled
 	transform: translatex(-50%) !important; // disabled
 	margin: 0px auto !important; // disabled
	color: #fff;
	color: #FFFFFF;
	font-family: "Oxanium", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	display: block !important;
    width: 100% !important;
    text-align: center !important;
	text-shadow: 0px 0px 2px black !important;
} */

.gallery-section span.image-by.custom-image-by-variable {
	color: #6A6A6A;
	font-family: "Oxanium", Sans-serif;
	font-size: 13px;
	font-weight: 400;
	display: block !important;
	line-height: 1;
	display: block;
	margin-top: 3px;
}

@media (max-width: 767px) {
	.gallery-section span.image-by.custom-image-by-variable {
		margin-left: 10px;
	}
}

/* edit
.gallery-section .custom-image-by-variable-short span.image-by.custom-image-by-variable {
	bottom: 25px !important;
	display: block !important;
    width: 100% !important;
    text-align: center !important;
	text-shadow: 0px 0px 2px black !important;
} */

.gallery-section .custom-image-by-variable-short span.image-by.custom-image-by-variable {
	bottom: 25px !important;
	display: block !important;
    width: 100% !important;
/*     text-align: center !important; */
}

/* Search header */
/*
.custom-search-header .e-search-form {
    border: 1px solid transparent;
    border-radius: 10px;
    transition: border 0.3s ease !important;
}

.custom-search-header .e-search-input {
    width: 0px;
    transition: width 0.3s ease !important;
}

@media (min-width: 767px) {
	.custom-search-header:has(.e-search-submit:hover),
	.custom-search-header:has(.e-search-input:hover) {
		.e-search-form {
			border: 1px solid white;
		}
	}

	.custom-search-header:has(.e-search-submit:hover),
	.custom-search-header:has(.e-search-input:hover) .e-search-input-wrapper {
		.e-search-input {
			width: 80px;
			padding-inline-start: 10px;
			padding-inline-end: 10px;
		}
	}
	
	.custom-search-header .e-search-form {
		
	}
}

@media (max-width: 767px) {
	.custom-search-header .e-search-form {
		border: 1px solid white;
	}
	.custom-search-header .e-search-input {
		width: 60px;
		padding-inline-start: 10px !important;
		padding-inline-end: 10px !important;
	}
} */

.custom-search-header .e-search-form {
	border: 1px solid transparent;
	border-radius: 10px;
	transition: border 0.3s ease !important;
	position: relative;
	max-width: 150px;
	justify-content: flex-end;
	position: relative;
}

.custom-search-header .e-search-input {
	width: 0px;
	transition: 0.3s ease !important;
	z-index: 10;
	position: relative;
	padding-inline-start: 15px !important;
	padding-inline-start: 25px !important;
}

.custom-search-header .e-search-submit {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	color: #fff;
	transition: background-color 0.3s ease !important;
	z-index: 20;
}

	.e-search-form.active {}

	.e-search-form.active .e-search-input {
		width: 130px;
		padding-inline-start: 15px !important;
		padding-inline-start: 25px !important;
		border: 1px solid white;
		border-style: solid !important;
    border-radius: 20px;
		background-color: #000 !important;

	}

@media (max-width:767px) {
	.e-search-form.active .e-search-input {
		width: 130px;
	}
}

	.custom-search-header .e-search-form.has-text {
		border: 1px solid white;
	}



.searchwp-live-search-result--img {
	display: none;
}

.searchwp-live-search-result--title {
	font-weight: normal;
	margin: 0px;
}

.searchwp-live-search-result--title a {
	color: var(--e-global-color-text) !important;
}

.searchwp-live-search-results {
	min-width: 300px;
	width: 300px;
	max-width: 100%;
	transform: translateX(-80px);
}
@media (max-width:767px) {
	.searchwp-live-search-results {
		min-width: 225px !important;
	}	
}

/* @media (min-width: 767px) {
	.searchwp-live-search-results {
    transform: translateX(-80px);
		}
} */

/* page title */
.page-title.Midden {
	text-align: center;
}

/* Gravity Forms */
.gform-theme--foundation .gform_fields {
	row-gap: 30px !important;
}

.gform-footer .gform_button {
	padding: 5px 20px !important;
}

.gform-footer {
	justify-content: end !important;
}

.gform_button,
.gform_button_select_files {
	background-color: var(--e-global-color-primary) !important;
	transition: .3s ease !important;
	border-radius: 0px !important;
}

.gform_button:hover,
.gfield_fileupload_progressbar_progress {
	background-color: var(--e-global-color-primary) !important;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .gform_drop_area::before {
	color: var(--e-global-color-primary) !important;
}

.gform_fields input:focus,
.gform_fields select:focus,
.gform_fields textarea:focus,
.gform_fields .gform_button_select_files:focus,
.gform-footer .gform_button:focus {
	--gf-local-border-color: var(--e-global-color-primary) !important;
	--gf-local-outline-color: var(--e-global-color-primary) !important;
}

.gform-body .gfield_label {
	font-weight: bold !important;
	font-size: 16px !important;
}

.custom-shortcode-element {
	width: 100%;
}

@media (max-width: 767px) {
	.custom-category-loop-container {
		display: block !important;
	}
}

.single .swiper-button-next,
.single .swiper-button-prev,
.page .swiper-button-next, 
.page .swiper-button-prev {
/* 	color: var( --e-global-color-primary ) !important; */
/* 	background-color: #fff !important; */
/* 	padding: 5px !important; */
	color: #fff !important;
}

.single .swiper-button-next:after,
.single .swiper-button-prev:after, 
.page .swiper-button-next:after, 
.page .swiper-button-prev:after {
	font-size: 20px !important;
}

.custom-rtf-input .mce-toolbar .mce-btn button {
	background-color: #4bdedf00 !important;
}
.custom-rtf-input .mce-toolbar .mce-btn button .mce-txt {
	color: #000 !important;
}

.custom-rtf-input .mce-toolbar #mceu_6, 
.custom-rtf-input .mce-toolbar #mceu_7, 
.custom-rtf-input .mce-toolbar #mceu_8, 
.custom-rtf-input .mce-toolbar #mceu_10, 
.custom-rtf-input .mce-toolbar #mceu_11 {
	display: none !important;
}

.gallery-section img.custom-image-variable {
	object-fit: contain !important;
}