/*
 * WKH Theme v0.01
 * Bewust minimaal: Elementor of een child/custom layer mag de presentatie bepalen.
 */

:root {
	--wkh-content-width: 1140px;
	--wkh-gutter: 20px;
	--wkh-border-color: #e5e7eb;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	clip: auto !important;
	width: auto;
	height: auto;
	margin: 0;
	padding: 12px 16px;
	z-index: 100000;
	background: #fff;
	color: #000;
}

.wkh-container,
.wkh-site-main {
	width: min(calc(100% - (2 * var(--wkh-gutter))), var(--wkh-content-width));
	margin-inline: auto;
}

.elementor-page .wkh-site-main,
.elementor-template-full-width .wkh-site-main {
	width: 100%;
	max-width: none;
	margin: 0;
}

.wkh-site-header,
.wkh-site-footer {
	border-color: var(--wkh-border-color);
}

.wkh-site-header {
	border-bottom: 1px solid var(--wkh-border-color);
}

.wkh-site-header__inner,
.wkh-site-footer__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 72px;
}

.wkh-site-branding img,
.wkh-site-branding .custom-logo {
	display: block;
	max-height: 56px;
	width: auto;
}

.wkh-site-title {
	font-weight: 700;
	text-decoration: none;
}

.wkh-site-nav__menu,
.wkh-footer-nav__menu {
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wkh-site-nav__menu a,
.wkh-footer-nav__menu a {
	text-decoration: none;
}

.wkh-site-main {
	padding-block: 40px;
}

.elementor-page .wkh-site-main {
	padding-block: 0;
}

.wkh-entry,
.wkh-page-header,
.wkh-error-404,
.wkh-no-results,
.wkh-comments-area {
	margin-block-end: 32px;
}

.wkh-entry-title {
	margin-block: 0 20px;
	line-height: 1.2;
}

.wkh-entry-title a {
	text-decoration: none;
}

.wkh-entry-content > :first-child,
.wkh-entry-summary > :first-child {
	margin-top: 0;
}

.wkh-entry-content > :last-child,
.wkh-entry-summary > :last-child {
	margin-bottom: 0;
}

.wkh-site-footer {
	border-top: 1px solid var(--wkh-border-color);
}

.wkh-search-form {
	display: flex;
	gap: 10px;
	max-width: 640px;
}

.wkh-search-form label {
	flex: 1;
}

.wkh-search-form__field {
	width: 100%;
}

.wkh-search-form__field,
.wkh-search-form__submit {
	min-height: 44px;
	padding: 8px 12px;
	border: 1px solid #bbb;
	background: #fff;
	color: #222;
}

.wkh-search-form__submit {
	cursor: pointer;
}

@media (max-width: 767px) {
	.wkh-site-header__inner,
	.wkh-site-footer__inner {
		align-items: flex-start;
		flex-direction: column;
		justify-content: center;
		padding-block: 16px;
	}

	.wkh-site-nav__menu,
	.wkh-footer-nav__menu {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}
}
