.wke-image-text,
.wke-image-text * { box-sizing: border-box; }

.wke-image-text {
	font-family: 'Outfit', sans-serif;
	width: 100%;
}

.wke-image-text .wkit-inner {
	display: flex;
	overflow: hidden;
}

.wke-image-text .image-position-right {
	flex-direction: row-reverse;
}

/* ---------- MEDIA ---------- */
.wke-image-text .wkit-media {
	position: relative;
	min-height: 340px;
	overflow: hidden;
	background: #f2f2f2;
}

.wke-image-text .wkit-img {
	position: absolute;
	inset: 0;
	background-color: #e7ddcd;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.wke-image-text .wkit-img-mobiel { display: none; }
.wke-image-text .wkit-img-desktop { display: block; }

/* ---------- CONTENT ---------- */
.wke-image-text .wkit-content {
	position: relative;
	min-height: 340px;
	background: #f5eee4;
	padding: 54px 60px;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.wke-image-text .text-align-left  { justify-content: flex-start; text-align: left; }
.wke-image-text .text-align-center { justify-content: center; text-align: center; }
.wke-image-text .text-align-right { justify-content: flex-end; text-align: right; }

.wke-image-text .wkit-content-inner {
	position: relative;
	z-index: 2;
	max-width: 460px;
}

.wke-image-text .wkit-pattern {
	position: absolute;
	right: -90px;
	top: 50%;
	width: 420px;
	height: 420px;
	transform: translateY(-50%);
	color: #d5b16c;
	opacity: .35;
	pointer-events: none;
	z-index: 1;
}

.wke-image-text .wkit-pattern svg {
	width: 100%;
	height: 100%;
	display: block;
}

.wke-image-text .wkit-eyebrow {
	margin-bottom: 14px;
	color: #b91416;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	font-weight: 700;
}

.wke-image-text .wkit-heading {
	margin: 0;
	color: #111;
	font-family: 'Outfit', sans-serif;
	font-size: 46px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .5px;
}

.wke-image-text .wkit-text {
	margin-top: 18px;
	color: #333;
	font-size: 15px;
	line-height: 1.6;
	max-width: 420px;
}

.wke-image-text .text-align-center .wkit-text { margin-left: auto; margin-right: auto; }
.wke-image-text .text-align-right .wkit-text { margin-left: auto; }

.wke-image-text .wkit-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 26px;
	padding: 15px 32px;
	background: #b91416;
	color: #fff;
	border: 1px solid #b91416;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	border-radius: 2px;
	transition: transform .25s ease, opacity .25s ease;
}

.wke-image-text .wkit-button:hover {
	transform: translateY(-2px);
	background: #14110c;
	border-color: #14110c;
	color: #fff;
}

/* ---------- MOBIEL ---------- */
@media (max-width: 749px) {
	.wke-image-text .wkit-inner,
	.wke-image-text .image-position-right {
		flex-direction: column;
		min-height: auto;
	}

	.wke-image-text .wkit-mobile-content-first .wkit-content { order: 1; }
	.wke-image-text .wkit-mobile-content-first .wkit-media { order: 2; }

	.wke-image-text .wkit-img-desktop { display: none; }
	.wke-image-text .wkit-img-mobiel { display: block; }

	.wke-image-text .wkit-media {
		width: 100% !important;
		min-height: 300px;
		height: 300px;
	}

	.wke-image-text .wkit-content {
		width: 100% !important;
		min-height: auto;
		padding: 34px 24px 40px;
	}

	.wke-image-text .mtext-left  { justify-content: flex-start; text-align: left; }
	.wke-image-text .mtext-center { justify-content: center; text-align: center; }
	.wke-image-text .mtext-right { justify-content: flex-end; text-align: right; }

	.wke-image-text .wkit-content-inner { max-width: 100%; }

	.wke-image-text .wkit-heading { font-size: 32px; }

	.wke-image-text .wkit-text {
		font-size: 14px;
		margin-top: 14px;
		max-width: 100%;
	}

	.wke-image-text .wkit-button {
		margin-top: 20px;
		padding: 14px 26px;
		font-size: 11px;
	}

	.wke-image-text .wkit-pattern {
		width: 300px;
		height: 300px;
		right: -70px;
	}
}
