/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 04 2023 | 09:24:59 */
.house_header{
	position:relative;
}

.house_header .house_data_overlay{
	margin-top:-400px;
	min-height:400px;
	top:20px;
	padding-top: 10px;
	margin-left: 90px;
}

.house_header .cb_sh_thumb{
	//margin: 10px 0 0 90px;
    padding: 10px;
    background: #fff;
    width: fit-content;
    border-radius: 5px;
	height: 170px;
}


.house_header .block_wrapper{
	width:100%;
}

.house_header .block_wrapper .block_row:first-child{
	margin:10px 0 10px 0;
	display:flex;
}

.house_header .block_wrapper .block_row:last-child{
	margin:55px 0 10px 0;	
	padding: 0 10%;
}

.house_header .block_wrapper .block_row .block:not(.with_image){
	width:calc(50% - 10px);
	display:inline-block;
	color:#fff;
	width: fit-content;
    margin: 0 auto;
    border-radius: 3px;
}

.house_header .block_wrapper .block_row .block .block-background{
	background:rgba(15,202,152, 0.75);
	padding:10px;
}


.house_header .block_wrapper .block_row .block .block-background img{
	max-height:135px;
}

.house_header .block_wrapper .block_row .block:not(.single):first-child{
	margin-right:5px;
	
}

.house_header .block_wrapper .block_row .block:not(.single):last-child{
	margin-left:5px;	
}

.sharing_buttons {
	position: absolute;
    top: -80px;
    background: #fff;
    color: #111;
    padding: 10px 0;
    border-radius: 5px;
    margin-left: 18rem;
	display:none;
	border:1px solid var(--color-content-primary);
}

.save_favorite.is_favorite{
	background: var(--color-content-primary);
	color:#fff !important;
}

.saving_text{
	position: absolute;
    z-index: 99;
    font-size: 0.7em;
    line-height: 40px;
    padding: 0 10px;
    margin: 0 0 0 -10px;
    background: #eee;
    border-radius: 20px;
}

.house_info .vc_column-inner{
	display:flex;
}

.house_price .w-post-elm-before,
.house_price .w-post-elm-value{
	color: var(--color-content-primary);
	font-size:2em;
	line-height:2em;
}

.house_info .fas,
.house_info .far{
	background: #ddd;
	border-radius: 30px;
    padding: 2px 8px;
    color: #888;
    font-size: 16px;
}

.big_button .w-btn-wrapper{
	padding:0 10%;
}


.big_button .w-btn-wrapper .w-btn{
	width: 100%;
    padding: 30px 0;
}

.house_tags{
	display:flex;
	margin-bottom:10px;
}

.house_tags span{
	display:block;
	padding:5px 10px;
	border-radius:5px;
	background:#FEECE5;
	color: #F97E46;
	margin-right:10px;
}

.checked_when .check_icon_wrapper{
	position: relative;
    height: 70px;
    color: #03a98a;
    padding: 9px;
    border: 1px solid;
    border-radius: 5px;
    background: rgba(3, 169, 138, 0.1);
  	margin-bottom: 5px;
}

.checked_when .check_icon_wrapper .icon{
  	position: absolute;
    display: inline-block; 
}

.checked_when .check_icon_wrapper .after_icon{
	display: inline-block;
    line-height: 3.14285714em;
    margin-top: px;
    width: 100%;
    text-align: center;
}

.properties-template-default .verhuurprijs,
.properties-template-default .per_day{
	display:inline-block;
}

.properties-template-default .per_day{
	margin-left:5px;
}

.properties-template-default #us_grid_2 .w-html.usg_html_1{
	position: absolute;
    right: 1.5em;
    top: 1.2em;
    font-weight: bold;
}

.rental_price, .rental_price_extra{
	display:none !important;
}

@media only screen and (max-width: 600px) {
	.cb_sh_thumb{
		float:right;
	}
	
	.house_data_overlay > .wpb_column.vc_column_container:nth-child(2) .block_wrapper .block_row:first-child{
		display:none;
	}
	
	.us_custom_3460cc70 .w-hwrapper.align_center{
		flex-wrap: wrap;
	}
	
	.us_custom_3460cc70 .w-hwrapper.align_center > div{
		flex:1 0 27%;
		margin:5px;
		max-width: 37%;
	}
	
	.us_custom_3460cc70 .w-hwrapper.align_center > div.rental_price,
	.us_custom_3460cc70 .w-hwrapper.align_center > div.rental_price_extra{
		max-width: 15%;
	}
	
	.us_custom_3460cc70 .w-hwrapper.align_center > div.w-btn-wrapper.align_left,
	.us_custom_3460cc70 .w-hwrapper.align_center > .btn_save{
		display:none;
	}
	
	.us_custom_3460cc70 button.save_favorite{
		width:100%;
	}
	
	.w-hwrapper.us_custom_d21ac1fe.align_center.valign_middle{
		text-align:left;
		justify-content:left;
	}
	
	.us_custom_3460cc70 .w-post-elm.post_date.entry-date.published{
		width:100%;
		text-align:center;
	}
	
	.rental_price, rental_price_extra{
		display:visible;
	}

}