/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

:root {
	--huge: 100px;
	--headline: 68px;
	--h1: 48px;
	--h2: 40px;
	--h3: 36px;
	--intro: 24px;
	--groen: #5E9C41;
	--lichtgroen: #BAE1AB;
	--radius: 1rem;
}

.nav > li > a {
	font-family: "greycliff-cf", sans-serif !important;
	font-weight: 600 !important;
}
.header-top {
    position: absolute;
    width: 100vw;
}

body, body p, body li {
	font-family: "greycliff-cf", sans-serif !important;
	font-weight: 600 !important;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: "greycliff-cf", sans-serif !important;
	font-weight: 600 !important;
	font-style: normal;
}
h1, .h1 {
	font-size: var(--h1);
	line-height: var(--h1);
}
h2, .h2 {
	font-size: var(--h2);
	line-height: var(--h2);
}
h3, .h3 {
	font-size: var(--h3);
	line-height: var(--h3);
}
.groen {
	color: var(--groen);
}
.lichtgroen {
	color: var(--lichtgroen);
}
.bg-wit {
	display: inline;
	position: relative;
}
.bg-wit:before {
	content: '';
	height: 6px;
	width: 100vw;
	right: calc(100% + 0.5em);
	transform: translateY(50%);
	top: 50%;
	position: absolute;
	background-color: var(--lichtgroen);
}
.bg-wit:after {
	content: url('/wp-content/uploads/heartbeat-main.svg');
	height: 6px;
	width: 100vw;
	left: calc(100% + 0.5em);
	transform: translateY(50%);
	top: calc(50% - 160px);
	position: absolute;
	xbackground-color: var(--lichtgroen);
}
	.bg-wit strong:before {
		content: '';
		position: absolute;
		left: -10px;
		bottom: 1rem;
		width: calc(100% + 20px);
		height: 20px;
		background-color: #fff;
		z-index: -1;
	}
.section.bg-lichtgroen {
	background-color: var(--lichtgroen);
}
.section.bg-footer .section-content .row {
	background-image: url('/wp-content/uploads/footer-logo.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
strong {
	font-weight: 800;
}
.huge {
	font-size: var(--huge);
	line-height: 1em;
}
.headline {
	font-size: var(--headline);
	line-height: 1em;
}
.intro {
	font-size: var(--intro);
	line-height: 1.5em;
}
.nomargin {
	margin-bottom: 0;
}
.button {
	border-radius: var(--radius);
}
	.button.secondary span, .button.secondary i {
		color: #000;
	}
.button.secondary:hover {
	background-color: var(--groen) !important;
	box-shadow: none;
}
	.button.secondary:hover span, .button.secondary:hover i {
		color: #fff;
	}
.img.afgerond .img-inner {
	border-radius: var(--radius);
}
.box.afgerond .box-image {
	border-radius: var(--radius);
}
.box.bg-skyline .box-image .overlay {
	background-image: url('/wp-content/uploads/bg-skyline.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
}
.box.bg-skyline .box-text {
	pointer-events: none;
}
.underline {
	position: relative;
}
.underline:after {
	content: '';
	position: absolute;
	width: calc(100% + 0.1em);
	height: 0.3em;
	background-color: var(--lichtgroen);
	bottom: 0.2em;
	left: 0;
	z-index: -1;
}

.col:first-child .col-inner {
    margin-left: 0;
    margin-right: auto;
}

.post-item .box .box-image {
	border-radius: var(--radius);
}
.post-item .button {
	text-transform: none;
}
.post-item .button:after {
	box-shadow: none;
}
.post-item .is-divider {
	display: none;
}
.main-article .post-item .box .box-image {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.main-article .box .box-text {
	border-bottom-left-radius: var(--radius);
	border-bottom-right-radius: var(--radius);
}

/* afbeelding en vlak shortcodes */
img.afbeelding {
	position: absolute;
	pointer-events: none;
	max-width: unset;
}
.vlak {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	right: 0;
	bottom: 0;
	width: 100vw;
	padding: 0 !important;
	margin: 0 !important;
	xoverflow: hidden;
	z-index: -2;
}
.vlak-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	left: -1px;
	right: -1px;
}
.vlak-overlay.paars {
	background-color: var(--paars);
}
.vlak-bg {
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	right: 0;
	bottom: 0;
	padding: 0 !important;
	margin: 0 !important;
}


@media only screen and (max-width: 48em) {
:root {
	--huge: 48px;
	--headline: 36px;
	--h1: 32px;
	--h2: 24px;
	--h3: 24px;
	--intro: 24px;
}

}