/* ===========================================================================
Head
=========================================================================== */
/* Menu ------------------------- */
body #customMainMenu ul#menu-main-menu > li.menu-item.current-menu-item > a {
	background-color: #99418e;
}
/* ===========================================================================
Algemeen
=========================================================================== */
/* checklist ------------------------- */

body .checkList {}
body .checkList ul li::before {	background-color: #99418e; }
body .checkList ul li::after {
	font-size: 24px;
	left: -30px;
	top: 3px;
}
body .checkList ul li strong { color: #99418e; }


/* Gravity Forms
==================================================================== */
.gform_wrapper .gfield.gewicht label  { width: 40% !important; }
.gform_wrapper .gfield.gewicht .ginput_container  {
	width: 60% !important;
	margin-left: 40% !important;
}
@media all and (max-width: 768px) {
	.gform_wrapper ul.gform_fields.form_sublabel_below li.gfield table.gfield_list td[data-label="Adres [9]"]::after {
		content: "Adres (Straat Nr., Postcode Plaats)";
	}
}

/* Slider styling
==================================================================== */
body .sidebarSlider .et_pb_gallery_image img {
    object-fit: contain;
    height: 290px;
}
body .sidebarSlider .et-pb-controllers {
	display: none;
}
