/*
Theme Name: Sutherland (Hello Child Theme)
Theme URI: https://www.sutherland.nl/
Template: hello-elementor
Author: byteffekt
Author URI: https://byteffekt.nl/
Version: 1.0.0.1699867739
Updated: 2023-11-13 09:28:59

*/

.acf-flexible-content .layout .acf-fc-modal-content {
	display: block !important
}

/* Autobedrijven voertuigen CSS */

@import url("//cdnjs.cloudflare.com/ajax/libs/jquery.selectboxit/3.8.0/jquery.selectBoxIt.css");

.hidden {
	display: none !important;
}





/* Search Form styles */

.search-field {
	margin: 0 0 1em 0;
}

.search-field h4 {
	margin: 0 0 0.5em 0;
}

.search-field label {
	display: block;
	cursor: pointer;
}

/* Active search options are displayed slightly bolder */
.search-field label.active {
	font-weight: 600;
}

.search-field label.active.hidden {
	display: block !important;
}

/* Fade results without any results */
.search-field label[data-count="0"]:not(.active) {
	color: #777;
}

.search-field label span {
	color: #999;
	font-size: 90%;
}

.search-field select {
	width: 100%;
}

.search-field input[type=text] {
	width: 90%;
}

.search-field a {
	display: block;
	font-size: 90%;
	text-decoration: none;
}

.search-field .selectboxit-container {
	margin-bottom: 0.5em;
}

.search-field .selectboxit-container,
.search-field .selectboxit-container .selectboxit {
	width: 100%;
}

.search-field .selectboxit-text small {
	display: none;
}

/* Hide search button when JS is active */
body.has-js .search-sidebar input[type=submit] {
	display: none;
}



/* Slider styling */

.search-field.has-slider .search-items {
	display: none;
}

.search-field .slider-values {
	font-size: 85%;
	margin-bottom: 1em;
	overflow: hidden;
}

.search-field .slider-values small {
	font-size: 100%;
	color: #999;
	display: none;
}

.search-field.tracking-min .slider-values .low small,
.search-field.tracking-max .slider-values .high small {
	display: inline;
}

.search-field .slider-values .low {
	float: left;
}

.search-field .slider-values .high {
	float: right;
}



/* Search field hide all non-selected items */

.search-field.hide-non-selected label {
	margin-bottom: 6px;
}

.search-field.hide-non-selected label.active {
	font-weight: normal;
}

.search-field.hide-non-selected input[type=checkbox] {
	display: none;
}

.search-field.hide-non-selected:not([data-selected="1"]) .clear-selected {
	display: none;
}

/* When a single item is selected, hide all other options */
.search-field.hide-non-selected[data-selected="1"] label:not(.active),
.search-field.hide-non-selected[data-selected="1"] .show-more-toggle {
	display: none !important;
}



/* Results Settings styles */

.search-settings {
	padding: 1em 0.5em;
	line-height: 22px;
}

.search-settings .selectboxit-container span {
	height: 22px;
	line-height: 22px;
}

.search-settings .display {
	float: right;
}

.search-settings .display li {
	float: left;
	padding: 0 0.5em;
}

.search-settings .display a {
	font-weight: bold;
	font-size: 90%;
	color: #999;
	text-decoration: none;
}
.search-settings .display a:hover {
	color: #000;
}

.search-content.list .display-list a,
.search-content.grid .display-grid a {
	color: #000;
}



/* View helpers */

.search-content .visible-grid,
.search-content .visible-list,
.search-content.grid .hidden-grid,
.search-content.list .hidden-list {
	display: none;
}

.search-content.grid .visible-grid,
.search-content.list .visible-list {
	display: block;
}



/* Loading View styles */

.search-load-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.8);
	display: none;
}

.search-loading .search-load-overlay {
	display: block;
}

.search-loading .results-container {
	-webkit-filter: blur(2px);
	filter: blur(2px);
}

/* jQuery UI slider styles */

.ui-slider {
	position: relative;
	text-align: left;
	background: #ddd;
	height: 4px;
	margin: 0 4px;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	padding: 10px;
	width: 8px;
	height: 8px;
	top: -12px;
	margin-left: -14px;
	outline: none;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-slider .ui-slider-handle span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background-color: #1b5e7e;
	box-shadow: 0 0 2px 2px #fff;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
	background-color: #21759b;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}



/* Responsive styles */

@media screen and (max-width: 719px) {
	/* Grid becomes list */
	.search-content.grid .hidden-list,
	.search-content.grid .visible-grid {
		display: none;
	}
	.search-content.grid .hidden-grid,
	.search-content.grid .visible-list {
		display: block;
	}
	.search-content.grid article .thumbnail {
		width: 40%;
		max-width: 300px;
		float: left;
	}

	.search-content.grid article .item-content {
		margin-left: 42%;
	}

	.search-settings .display-grid {
		float: left;
	}
	.search-content.grid .search-settings .display-list a {
		color: #000;
	}
}

@media screen and (max-width: 599px) {

	/* Change sliders back into dropdowns */
	.search-field.has-slider .slider-container {
		display: none;
	}
	.search-field.has-slider .search-items {
		display: block;
	}

	.search-sidebar {
		width: 100%;
		float: none;
	}

	.search-content {
		margin-left: 0;
	}

}

@media screen and (max-width: 400px) {
	.hidden-sm {
		display: none;
	}
}

@media screen and (max-width: 400px) {
	.search-content .results-container,
	.search-content .search-load-overlay {
		margin: 0 -1.714285714rem;
	}

	.search-content article {
		border-top: 1px solid #ddd;
	}

	.search-content article:last-child {
		border-bottom: 1px solid #ddd;
		margin-bottom: 1em;
	}

	.search-content article .item {
		position: relative;
		margin: 0;
		box-shadow: none;
		border-radius: 0;
		overflow: hidden;
	}

	.search-content article a.overlay {
		display: block;
	}

	.search-content.list article .thumbnail {
		width: 25%;
	}

	.search-content.list article .item-content {
		margin-left: 25%;
	}
}

/* FORM */
.cf-sutherland label {
    border-top: 1px solid #9DAFBD;
    border-left: 1px solid #9DAFBD;
    border-right: 1px solid #9DAFBD;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
    width: 100%;
    font-size: 10px;
    padding: 10px 15px 1px;
    display: block;
}

.cf-sutherland input[type=date], .cf-sutherland input[type=email], .cf-sutherland input[type=number], .cf-sutherland input[type=password], .cf-sutherland input[type=search], .cf-sutherland input[type=tel], .cf-sutherland input[type=text], .cf-sutherland input[type=url] {
    border-top: none;
    border-bottom: 1px solid #9DAFBD;
    border-left: 1px solid #9DAFBD;
    border-right: 1px solid #9DAFBD;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;    
    padding: 6px 15px 15px;
    color: rgba(26, 51, 95, 0.5);
    margin-top: -1px;
    opacity: 1;
}

.cf-sutherland select {
    border-top: none;
    border-bottom: 1px solid #9DAFBD;
    border-left: 1px solid #9DAFBD;
    border-right: 1px solid #9DAFBD;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;        
    padding: 6px 11px 15px;
    color: rgba(26, 51, 95, 0.5);
    margin-top: -1px;
    opacity: 1;
}

.cf-sutherland textarea {
    border: 1px solid #9DAFBD;
    border-radius: 5px;
    padding: 15px;
}

.cf-sutherland .accept-privacy {
    font-size: 12px;
    color: #1A335F;
    display:inline-block;
}

.cf-sutherland .accept-privacy a {
    text-decoration:underline;
    color:1A335F;
}

.cf-sutherland button, .cf-sutherland input, .cf-sutherland optgroup, .cf-sutherland select, .cf-sutherland textarea {
    font-size: 16px;
    line-height:17px;
}

.cf-sutherland .wpcf7 input::placeholder {
    color: rgba(26, 51, 95, 0.5);
}

.cf-sutherland ::-webkit-input-placeholder { /* WebKit browsers */
    color: rgba(26, 51, 95, 0.5);
    opacity: 1;
}

.cf-sutherland :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgba(26, 51, 95, 0.5);
    opacity: 1;
}

.cf-sutherland ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgba(26, 51, 95, 0.5);
    opacity: 1;
}

.cf-sutherland :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: rgba(26, 51, 95, 0.5);
    opacity: 1;
}

.cf7-bottom-padding {
    margin-bottom: 40px;
    display: block;
}

.cf7-bottom-padding-small {
    margin-bottom: 30px;
    display: block;
}

.kol-35 {
    width:calc(35% - 2px);
    display:inline-block;    
}

.kol-65 {
    width:calc(65% - 23px);
    display:inline-block;
    float:right;
}

.kol-50 {
    width: calc(50% - 3px);
    box-sizing: border-box;
    display:inline-block;
}

@media screen and (max-width: 676px) {
    .kol-35, .kol-65 {
        width: 100%;
        float: none;
    }
    .cf7-bottom-padding {
        margin-bottom:30px;
    }
    .accept-privacy {
        margin-bottom:30px;
    }
    .accept-wrapper {
        display:block!important;
    }
}

.cf-sutherland .wpcf7-not-valid-tip {
    font-size:16px;
    line-height:17px;
    margin:10px 10px;
}

.cf-sutherland .wpcf7-list-item {
    margin:0;
}

.wpcf7-form .wpcf7-acceptance input[type=checkbox] + span:before {
    display: block;
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    top: 3px;
    left: -30px;
    border: 1px solid #292929;
}

.cf-sutherland select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(/wp-content/themes/sutherland/img/chevron.png);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 15px);
    background-position-y:10px;   
}

.wpcf7 form.sent .wpcf7-response-output {
    display:none!important;
}

.accept-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

/* Hide checkbox */
.wpcf7-form .wpcf7-acceptance input[type=checkbox] {
    position: relative;
    visibility: hidden;
    margin-right:10px;

}

.wpcf7-form .wpcf7-acceptance input[type=checkbox]:before {
    display: block;
    position: absolute;
    visibility: visible;
    content: '';
    height: 18px;
    width: 18px;
    border-radius: 3px;
    border: 1px solid #9DAFBD;
}

.wpcf7-form .wpcf7-acceptance input[type=checkbox]:after {
    display: block;
    position: absolute;
    visibility: visible;
    content: '';
    height: 18px;
    width: 18px;
    border-radius:3px;
    visibility: hidden;
	color: #009B16;
	background: #009B16;
    background-image: url(/wp-content/themes/sutherland/img/check.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked:before {
    background: transparent;
}

.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked::after {
    visibility: visible;
}
