/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 11 2025 | 06:07:08 */
body:not(#__) .webr-remove-title-spacing .tp-section-title,
body:not(#__) .webr-remove-title-spacing .elementor-heading-title {
	padding-bottom: 10px;
}

.webr-title-mark h1::before,
.webr-title-mark .tp-section-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 75px;
    height: 11px;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;	
}
.webr-title-mark.hero h1 {
	padding-bottom: 50px !important;
}
.webr-title-mark.hero h1::before {
	background: url("https://esthervanderkrol.nl/wp-content/uploads/2025/05/licht-roze.svg");
	bottom: 0;
}
.webr-title-mark.roze .tp-section-title::before {
	background: url("https://esthervanderkrol.nl/wp-content/uploads/2025/05/licht-roze.svg");
}
.webr-title-mark.lichtroze .tp-section-title::before {
	background: url("https://esthervanderkrol.nl/wp-content/uploads/2025/05/line-roze.svg");
}
.webr-title-mark.groen .tp-section-title::before {
	background: url("https://esthervanderkrol.nl/wp-content/uploads/2025/05/line-groen.svg");
}

.webr-title-mark.center .tp-section-title::before {
	left: 50%;
	right: 50%;
	transform: translatex(-50%);
}

.webr-title-mark.extended .tp-section-title::before {
	bottom: -35px;	
}
@media (max-width: 767.98px) {
	body.single-post h1 {
		font-size: 32px;
	}
}

