/*
Theme Name: Pageking Child Theme
Theme URI: https://www.pageking.nl
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: Pageking theme
Author URI: https://www.pageking.nl
template: bb-theme
*/

/* Add your custom styles here... */ 



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

.hidden {
	display: none !important;
}



/* Layout styles */

.site-content.archive {
	width: 100%;
	float: none;
}

.search-sidebar {
	width: 160px;
	float: left;
}

.search-content {
	margin-left: 180px;
	padding-bottom: 2em;
	position: relative;
}




div.content_woning_archive{
	max-width: 1320px !important;
	margin: 0px auto !important;
	padding: 40px !important;
}

@media only screen and (max-width: 767px){
	div.content_woning_archive{
		max-width: 1320px !important;
		margin: 0px auto !important;
		padding: 20px !important;
	}
}
	
.archive-title{
	
}
	
	





/* Select syles */

.search-archive .selectboxit-arrow-container .selectboxit-arrow {
	margin-top: -2px !important;
}

.search-archive .selectboxit-option small {
	color: #999;
}

.search-archive .selectboxit-option a:hover small,
.search-archive .selectboxit-option.selectboxit-focus small {
	color: #ddd;
}



/* 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;
	list-style: none;
}

.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,
.search-content.map .display-map a {
	color: #000;
}



/* Search Results styles */

.search-content article {
	width: 100%;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.search-content article .item {
	position: relative;
	margin: 0 0.5em 2em 0.5em;
	box-shadow: 0 0 4px 0 #ccc;
	border-radius: 4px;
	overflow: hidden;
}

.search-content article h1 {
	clear: none;
}

.search-content article a {
	text-decoration: none;
}

.search-content article dl {
	margin: 0;
}

.search-content article dd {
	margin: 0;
}

@media screen and (min-width: 720px) {
	.search-content article dt {
		float: left;
		width: 100px;
		clear: right;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.search-content article dd {
		margin: 0 0 0 120px;
	}
}

.search-content article header {
	padding: 1em;
}

.search-content .aanbiedingstekst {
	display: none;
}

.the_body_content > p,
.the_body_content .kostprijs{
	display: none;
}

.search-content article a.overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
}

.search-content article .thumbnail img {
	border-radius: 0;
}

.search-content article .entry-content {
	padding: 0 1em 1em 1em;
}

.search-content.list article .thumbnail {
	width: 40%;
	max-width: 300px;
	float: left;
}

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

.search-content.grid article .thumbnail img {
	width: 100%;
}


/*
@media screen and (min-width: 960px) {
	.search-content.grid article:nth-child(3n+4) {
		clear: both;
	}

	.search-content.grid article {
		width: 33.333333%;
		float: left;
	}
}

@media screen and (min-width: 720px) and (max-width: 959px) {
	.search-content.grid article:nth-child(2n+3) {
		clear: both;
	}

	.search-content.grid article {
		width: 50%;
		float: left;
	}
}
*/



/* Google Maps styles */

.search-content .search-map {
	margin: 0 0.5em 2em 0.5em;
}

#google-map, #google-streetview {
	width: 100%;
	height: 600px;
	border-radius: 4px;
	box-shadow: 0 0 4px 0 #999;
}

#google-map .gm-style-iw /* Info Windows */ a {
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
}

#google-map .gm-style-iw img {
	float: left;
}

#google-map .gm-style-iw .address {
	float: left;
	margin-left: 1em;
	min-width: 200px;
	line-height: 1.5;
}



/* View helpers */

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

.search-content.grid .visible-grid,
.search-content.list .visible-list,
.search-content.map .visible-map {
	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: 100%;
		/* max-width: 300px; */
		float: left;
		margin-bottom: 15px;
	}

	.search-content.grid article .item-content {
		/* margin-left: 42%; */
	}
	
/*
	.search-settings .display-grid {
		display: none;
	} */
	.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%;
	}
}

*/
















.post-type-archive-realworks_wonen{

}

.post-type-archive-realworks_wonen .fl-page-content{
	max-width: 1240px;
	margin: 0px auto;
	padding: 20px 20px !important;

}

.single-realworks_wonen .fl-page-content{
	max-width: 1240px;
	margin: 0px auto;
	padding: 0px 20px !important;
}

.post-type-archive-realworks_wonen .archive-header{
	display: none;
}


.search-content.grid{
	display: table;
}

.search-content {
	margin-left: 0px !Important;
	width: 100% !important;
}

.search-sidebar{
	width: 100%;	
}


.search-content.grid{
	width: 100% !Important;	
}

.search-sidebar > div,
.search-sidebar .button_container{
	width: 14.2%;
	float: left;
	padding-right: 10px !Important;
}

.search-sidebar .button_container{
	width: 14.7%;
	float: left;
	padding-right: 10px !Important;
}

.search-sidebar > .price_min_max{
	width: 28.4%;
	float: left;
	padding-right: 10px !Important;
}

.search-sidebar > .adres_field{
	width: 28.4%;
}

@media screen and (max-width: 767px) {
	.search-sidebar > div,
.search-sidebar .button_container{
	width: 100%;
	float: left;
	padding-right: 10px !Important;
}

.search-sidebar .button_container{
	width: 100%;
	float: left;
	padding-right: 10px !Important;
}

.search-sidebar > .price_min_max{
	width: 100%;
	float: left;
	padding-right: 10px !Important;
}

.search-sidebar > .adres_field{
	width: 100%;
}
}

.price_min_max #prijs-min,
.price_min_max #prijs-max,
.price_min_max #prijs-minSelectBoxItContainer,
.price_min_max #prijs-maxSelectBoxItContainer{
	width: calc(50% - 5px) !Important;
	float: left !important;
}

.price_min_max #prijs-min,
.price_min_max #prijs-max{
	display: block !important;
}

.price_min_max #prijs-min{
	margin-right: 10px;
}

.price_min_max #prijs-minSelectBoxItContainer,
.price_min_max #prijs-maxSelectBoxItContainer{
	display: none;
}

.search-sidebar select{
	-webkit-appearance:none;
	
	color: #020202;
background-color: #fff;
border-width: 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
border-width: 0px;
border-style: solid;
width: 100% !important;
padding: 0px 10px;
text-align: left;
font-family: "Open Sans", sans-serif;
font-weight: 400;
font-size: 18px;
outline: none;
height: 45px;
background-image: url('https://woonvisie.develop.pageking.nl/wp-content/uploads/2019/02/arrow-point-to-right.svg');
background-size: 13px;
background-position: calc(100% - 15px) center;
background-repeat: no-repeat;
}


.adres_field input{
	color: #020202;
background-color: #fff;
border-width: 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
border-width: 0px;
border-style: solid;
width: 100% !important;
padding: 0px 10px;
text-align: left;
font-family: "Open Sans", sans-serif;
font-weight: 400;
font-size: 18px;
outline: none;
height: 45px;
background-size: 13px;
background-position: calc(100% - 15px) center;
background-repeat: no-repeat;
}


.button_zoeken{
	font-family: "Open Sans", sans-serif;	
	font-weight: 400;
	font-size: 18px;
	outline: none;
	height: 45px;
	width: 100% !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px !Important;
	color: #ffffff;
	padding: 0px 10px;
}


.search-sidebar{
	padding-top: 40px;
padding-bottom: 30px;
	max-width: 1200px;
	margin-left: calc((100% - 1200px) / 2);
	padding-left: 0px;
	padding-right: 0px;
}


.search_side_container{
	left: 0px;
	top: 0px;
	width: 100vw;
	background-color: #981F40;
	z-index: 1;	
}

@media only screen and (max-width: 1240px){
	.search-sidebar{
	padding-top: 40px;
padding-bottom: 30px;
	max-width: 1200px;
	margin-left: 0px;
	padding-left: 20px;
	padding-right: 20px;
}
}

@media only screen and (max-width: 991px){
.search_side_container{
	top: 95px;	
}
	
	.post-type-archive-realworks_wonen header{
		background-color: white !important;
	}
}


#entity-results{
	padding-top: 160px;	
}

@media only screen and (max-width: 767px){
#entity-results{
	padding-top: 380px;
}
}

@media only screen and (max-width: 600px){
.search_side_container{
	padding-bottom: 40px !Important;
}
}



.post-type-archive-realworks_wonen .nav-next.pagination{
	display: none;
}




@media only screen and (min-width: 768px){
.post-type-archive-realworks_wonen .fl-page{
	background-color: rgba(0,179,190,0.2);
	}

}



.post-type-archive-realworks_wonen .fl-page-content{
	background-color: transparent;
}

@media only screen and (max-width: 767px){
.post-type-archive-realworks_wonen .fl-page-content{
	background-color: rgba(0,179,190,0.2) !important;
	}
}

.button_container{
	padding-right: 0px !important;
}






#entity-results .item{
	background-color: white !important;
	box-shadow: none !Important;
}

#entity-results .item h1{
	font-size: 24px !Important;
}

/*
.search-settings ul li{
	list-style: none !Important;
}
*/

.search-settings select.stylized-auto-width{
	margin-right: 100px;
	opacity: 1 !important;
	display: none !Important;
			-webkit-appearance:none;
		color: #020202;
background-color: #fff;
border-width: 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
border-width: 0px;
border-style: solid;
padding: 0px 10px;
text-align: left;
font-family: "Open Sans", sans-serif;
font-weight: 400;
font-size: 16px;
outline: none;
height: 35px;
background-size: 13px;
background-position: calc(100% - 15px) center;
background-repeat: no-repeat;
	margin-top: -10px;
}


.search-settings span.selectboxit{
	display: none;
}


.search-settings{
	text-align: right;
}


.display-list{
	display: none;	
}

.titel_aanbod{
	position: absolute;
margin-top: 2px;
}




.image_archive{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
}

.image_archive:before{
	content: '';
	display: block;
	padding-bottom: 70%;
}

.inner_price{
	position: absolute;
	top: 0px;
	background-color: #00ADEF;
	left: 0px;
	color: white;
	font-weight: 800;

	font-size: 15px; 
}

.inner_price > span{
	padding: 8px 20px !Important;
	display: inline-block;
}


.inner_status .inner_status_content{
	padding-top: 10px;
	padding-left: 10px;
}

.inner_price > dl > dt{
	display: none;
}

.inner_price > dl > dd{
	margin: 0px;
}


.inner_status{
		position: absolute;
	top: 0px;
	background-color: rgba(0, 179, 190, 0.85);
	right: 0px;
	color: white;
	font-weight: 800;
	width: 50%;
	font-size: 15px;
	line-height: 1.42857143;
	  
}



.inner_status_content {
	display: inline-block;

	padding-bottom: 11px!Important;

}

.entry-content .kostprijs{
	display: none;
}


.item-content header h1{
	margin: 0px !important;
}

.item-content header{
	padding-bottom: 10px !important;
}











/* external css: flickity.css */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gallery {
  background: #EEE;
}

.gallery-cell {
  width: 80%;
	background-repeat: no-repeat;
	background-size: cover;
}

.gallery-cell:before{
  content: '';
	display: block;
	padding-bottom: 70%;
}

/* cell number */
.gallery-cell:before {
  display: block;
  text-align: center;
  line-height: 200px;
  font-size: 80px;
  color: white;
}

.flickity-viewport{
	overflow: visible !important;
}

.flickity-button:active{
	position: absolute;
	top: 50% !Important;
}


.woningen_single_header{
	background-color: #981F40;
	width: 100vw;
	  display: inline-block;
	left: 0px;
	position: absolute;
	z-index: 1;
	}

.woningen_single_header_inner{
		max-width: 1200px;
	margin: 0px auto;
	padding: 20x;
}

.woningen_single_header *{
	color: #fff;
	}

header .woning_prijs dl dt{
	display: none;
}

header .woning_prijs{
	float: right;
	font-size: 30px;
	font-size: 40px;
	line-height: 1.4;
	letter-spacing: 0px;
	font-family: "Open Sans",sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: none;
		margin-top: 20px;
	margin-bottom: 10px;
}

header .woning_title{
	float: left;
	font-size: 30px;
}

header .woning_prijs dd{
	font-size: 35px !important;
}

header .woning_title h1{
	font-size: 35px !important;
}

.single_woning_site_content{
	  padding-top: 100px;
}

.flickity-button{
	background: transparent !Important;
	border: 2px solid white !Important;
	border-radius: 100% !Important;
	color: white !important;
		width: 34px !Important;
	height: 34px !Important;
}

.flickity-page-dots{
	bottom: 20px !important;
}

.single.single-realworks_wonen header.fl-builder-content{
	background-color: white !important;	
}

.flickity-page-dots .dot {
	background: #ffffff !Important;	
}




.body_content_accordion{
	margin-top: 30px;
}

.the_body_content{
	float: left;
	width: 50%;
	padding-right: 15px;
}

.the_body_accordion{
	float: right;
	width: 50%;
	padding-left: 15px;
	color: #981f40;
}





.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}



.panel {
  padding: 0 18px;
  background-color: white;
  overflow: hidden;
}


.the_body_accordion button{
	background-color: transparent;
	border-top: 1px solid #981f40 !Important;
	color: #981f40 !important;
}

.the_body_accordion button:hover{
	background-color: transparent;
	border-top: 1px solid #981f40 !Important;
	color: #981f40 !important;
}

.the_body_accordion dt{
	width: 50%;
	float: left;
	font-weight: 400;
	line-height: 1.75;
}

.the_body_accordion dd{
	float: left;
	width: calc(50%);
	line-height: 1.75;
}

.the_body_accordion .panel{
	padding-bottom: 20px;
	margin-top: -20px;
}

.accordion_inner{
	margin-top: 20px;	
}

.woning{
	display: inline-block;	
}

/*
#google-map, #google-streetview{
	box-shadow: none !Important;	
}
*/


.kaart_woningen_single #google-map{
	width: 100vw;
	margin-left: calc((-100vw + 1200px)/ 2);
}


.kaart_woningen_single{
	margin-top: 30px;	
}




.woningen_vergelijkbaar .item{
	position: relative;
		border: 1px solid #981F40;
		 border-radius: 5px;
}	

.woningen_vergelijkbaar h2{
	font-size: 24px !Important;	
}

.woningen_vergelijkbaar header{
	padding-bottom: 0px !Important;
}

.woningen_vergelijkbaar header h2{
	margin-bottom: 5px !Important;
	margin-top: 10px !Important;
}

.woningen_vergelijkbaar .item-content{
	padding: 10px 20px;	
}


.vergelijkbare_woningen_container{
	width: 70%;
	float: left;
}

.woningen_vergelijkbaar{
	width: 50%;	
	float: left;
	padding-right: 40px;
}

.single-realworks_wonen .fl-page-content{
		display: flow-root;	
}

.woningen_vergelijkbaar .inner_price dl{
	margin-bottom: 0px !Important;	
}

.woningen_vergelijkbaar .inner_price{
	border-radius: 2px 0px 0px 0px;
}

.woningen_vergelijkbaar .inner_status{
	border-radius: 0px 2px 0px 0px;
}

.single-realworks_wonen .fl-sidebar{
	display: none;	
}

.buurt_contact_container{
	margin-top: 20px;
	margin-bottom: 50px;
	display: flow-root;
}

.contact_sectie_woning{
	width: 30%;
	float: left;	
}

.contact_sectie_inner{
	background: #00B3BE;
	border-radius: 5px;
	padding: 15px;
	margin-top: 20px;
}

.contact_sectie_inner h2{
	margin-top: 0px !Important;
	font-size: 22px;
	color: white !Important;
}

.contact_sectie_inner label{
	display: none !Important;
}

.contact_sectie_inner li{
	padding-right: 0px !Important;
}

.contact_sectie_inner input{
		-webkit-appearance:none;
border-width: 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
border-width: 0px;
border-style: solid;
width: 100% !important;
padding: 8px !important;
padding-top: 8px !important;
text-align: left;
font-family: "Open Sans", sans-serif;
font-weight: 400;
font-size: 18px;
outline: none;
height: 45px !Important ;
		color: #ffffff;
	background-color: rgba(145, 211, 226, 1);
}

.contact_sectie_inner input::placeholder{
		color: #ffffff !important;	
}

.contact_sectie_inner textarea{
		color: #ffffff;
	background-color: rgba(145, 211, 226, 1);
	border: none !Important;
}

.contact_sectie_inner textarea::placeholder{
		color: #ffffff !important;
}

.contact_sectie_inner .gform_footer{
	padding: 0px !Important;	
}

.contact_sectie_inner .gform_footer input{
	border-radius: 5px;
	text-align: center;
}

.single-realworks_wonen footer{
	display: inline-block;
	width: 100vw;
margin-bottom: -8px;
margin-top: 40px !Important;
}

.woningen_single_header {
	padding-left: 20px;
	padding-right: 20px;
}

@media only screen and (max-width: 767px) {
	.the_body_content {
		float: left;
		width: 100%;
		padding-right: 15px;
	}

	header .woning_prijs {
		float: left;
	}

	header .woning_prijs dd {
		font-size: 18px !important;
		margin-top: -20px;
	}

	.kaart_woningen_single #google-map {
		width: 100%!important;
		margin-left: 0px!Important;
	}

	.the_body_accordion {
		float: right;
		width: 100%;
		padding-left: 0px;
		color: #981f40;
	}

	header .woning_title h1 {
		font-size: 25px !important;
		padding-top: 10px;
		width:100%;
	}

	.vergelijkbare_woningen_container {
		width: 100%;}

	header .woning_title {
		float: left;
		font-size: 30px;
		width: 100%!important;
	}

	.woningen_vergelijkbaar {
		width: 100%;
	}
	.woningen_vergelijkbaar {
		width: 100%;
		margin-bottom: 20px;
		padding-right: 0px;

	}

	.contact_sectie_woning {
		width: 100%;	
	}
}
	



















#entity-results .item{
	background: #F4F4F4 !Important;
	padding: 15px;
	border-radius: 0px !important;
}

#entity-results .item:hover{
	background: #00ADEF !Important;
}

#entity-results .item:hover *{
	color: white !important;
}

.item-content{
	padding-left: 20px;
}
	

.woning .kenmerken_container{
	display: inline-block;
	width: 100%;
	column-count: 1;
	font-size: 0px;
	position: relative;
}

.woning .kenmerken_container:nth-child(1){
	margin-top: -10px !Important;
}

.woning .kenmerken_container > p{
	display: none;
}

.woning .pp-content-grid-post-excerpt > p{
	display: none;
}

.woning .kenmerken_container > div{
	font-size: 16px;
}

.woning .kenmerken_container > div .titel_kenmerk{
	width: 60%;
	float: left;
}

.woning .kenmerken_container > div .waarde_kenmerk{
	width: 40%;
	float: left;
	font-weight: 400;
}




.woning .item > a{
	width: 33%;
	float: left;
	position: relative; 
}


.woning .item > div{
	width: 67%;
	float: left;
}


.search-content article header{
	padding-top: 0px !important;
}

.item-content h1 a{
	font-family: "Roboto" !important;
	text-transform: uppercase;
	font-size: 40px !important;
	font-weight: 400 !important;
}

.item-content h4{
	font-family: "Roboto" !important;
	text-transform: uppercase;
	font-size: 30px !important;
	color: #00ADEF !important;
	font-weight: 400 !important;
}

.entry-content h4{
	margin-bottom: -5px;	
}

.entry-content{
	width: 300px;
	float: left;
}

.entry-content{
	position: relative;
}

.entry-content:after{
	content: '';
	position: absolute;
	height: calc(100% - 30px);
	width: 1px;
	background: black;
	right: 25px;
	top: 20px;
	
}

.entry-content-2{
	width: calc(100% - 300px);
	float: left;
}


.entry-content-2 .pp-content-grid-post-excerpt{
	font-size: 16px;
}


.entry-content-2 .woning_link{
	margin-top: 30px;
}

.entry-content-2 .woning_link a{
	font-size: 18px;
	text-transform: uppercase;
	color: #00ADEF;
	font-weight: 400;
	position: relative;
	padding-left: 20px;
}

.entry-content-2 .woning_link a:before{
	content: '';
	height: 30px;
	width: 10px;
	background: url('https://dietvorstborman.nl/wp-content/uploads/2020/07/Stroke-156.svg');
	background-position: center left;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: -4px;
}

.overlay_hover{
	position: absolute;
	height: 100%;
	width: 100%;
	background: linear-gradient(180deg, rgba(0,0,0,0) 65%, rgba(0,0,0,0.5) 100%);
	top: 0px;
	left: 0px;
}


.price_overlay{
	position: absolute;
	bottom: 15px;
	color: white;
	text-align: center;
	width: 100%;
}



@media only screen and (max-width: 1000px){
	.woning .item > a{
		width: 100%;
		float: left;
		position: relative; 
	}


	.woning .item > div{
		width: 100%;
		float: left;
		padding-top: 30px;
	}
	
	.item-content{
		padding-left: 0px;
	}
	
	.search-content article header{
		padding-left: 0px !important;
	}
	
	.entry-content.hidden-sm{
		padding-left: 0px !important;
	}
}

@media only screen and (max-width: 767px){
	.entry-content{
		width: 100%;
		float: left;
	}

	.entry-content{
		position: relative;
	}

	.entry-content:after{
		content: none;
	}

	.entry-content-2{
		width: calc(100%);
		float: left;
	}


	.woning .kenmerken_container > div{
		font-size: 14px;
	}

	.entry-content-2 .pp-content-grid-post-excerpt{
		font-size: 14px;
	}

	.item-content h1 a{
		font-family: "Roboto" !important;
		text-transform: uppercase;
		font-size: 30px !important;
		font-weight: 400 !important;
	}

	.item-content h4{
		font-family: "Roboto" !important;
		text-transform: uppercase;
		font-size: 22px !important;
		color: #00ADEF !important;
		font-weight: 400 !important;
	}
}


.archive-title{
	font-size: 30px !important;
	font-family: 'Roboto' !important;
}


#entity-results{
	padding-top:150px !important;

}


.search-archive{
	position: relative;
}

.search-archive:after{
	content: '';
	background: url('https://dietvorstborman.nl/wp-content/uploads/2020/07/Fill-61-1.svg');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
	height: 200px;
	width: 50%;
	position: absolute;
	top: -1px;
	right: 0px;
}

h2.titel_aanbod{
	font-size: 80px !important;
	margin-top:25px;

}

.search-settings{
	
	padding-bottom: 40px;
	padding-top: 30px;	
}

/*
.display-map, .display-grid a {
display:none;}
*/




.search-content.map #google-map{
	display: block !important;
}

.search_side_container,
.search-settings > select,
.search-settings > span{
	display: none !important;
}


.search-loading .results-container{
	filter: none !important;
}

.search-load-overlay{
	display: none !important;
}