/*--------------------- Search form ---------------------------------*/

.hp-search-form {
    background: #E9E9E9;
    height: 105px;
    padding: 30px;
}

.hp-search-form  form{
    background: #eee;
    margin: 0 auto;
    max-width: 1080px;
}

.hp-search-form form > div:first-of-type {
    width: 23%;
}

.hp-search-form form > div:nth-of-type(2) {
    width: 21%;
}

.hp-search-form form > div:nth-of-type(2) input {
    padding-right: 0;
}

.hp-search-form form > div:nth-of-type(3) {
    border-right: 1px solid #eee;
    width: 32%;
}

.hp-search-form form > div:nth-of-type(4) {
    display: none;
}

.hp-search-form form > div:last-of-type {
    width: 21%;
}

/*--------------------- Page Description ---------------------------------*/

.page-description-section{
    overflow: hidden;
    padding: 40px 0;
}
.page-description-text{
    color: #54595F;
    float: left;
    font-size: 15px;
    line-height: 24px;
    padding-right: 30px;
    width: 60%;
}
.page-description-map{
    float: right;
    margin-top: 10px;
    width: 40%;
}
.page-description-section h1 {
    color: #54595F;
    font-size: 30px;
    margin-bottom: 1em;
}
.page-description-text h1{
    display: none;
}

/*--------------------- Listings ---------------------------------*/

.properties-listing {
    margin: 40px 0;
}
.properties-listing ul{
    margin: 0;
    padding: 0;
}
.properties-listing .custom-list {
    list-style: none;
    padding: 0;
}

.property {
    border-bottom: 0.5px solid #d4d4d4;
    padding: 18px 0;
}
.property a.overlay-link{
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 10;
}
.property:first-of-type {
    padding-top: 0;
}
.property:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}
.property-inner{
    display: flex;
}
.location-zssp .property-inner {
    background: #EAF2F4;
    border-radius: 5px;
    border: 1px solid #337F95;
    overflow: hidden;
}
.location-zssp .property-content{
    padding: 8px 8px 8px 15px;
}
.property-title{
    font-family: "Lato";
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 0.5em;
}
#wprev-badge-5 .wppro_badge1_DIV_12{
    color: #878787;
    font-size: 12px;
}
.property-location {
    color: #bababa;
    font-family: "Open Sans";
    font-size: 12px;
    margin: 0 0 10px;
}
.property .star-rating{
    top: 4px;
    width: 108px;
}
.property .star-rating span, .property .star-rating{
    font-size: 14px;
}

.property-img{
    background-color: #eee;
    border-radius: 5px;
    float: left;
    height: auto;
    min-height: 218px;
    overflow: hidden;
    position: relative;
    width: 33.75%;
}
.property-img:after{
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 70%;
    z-index: 1;
}
.property-content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 15px;
    width: 66.25%;
}
.property-content-row1{
    display: flex;
    justify-content: space-between;
}
.property-content-row2{
    align-self: flex-end;
    display: flex;
    flex-direction: row;
}
.property-add-data{
    display: flex;
}
.property-add-data-wrap{
    align-self: flex-end;
}
.property-img a {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background-size: cover;
    background-position: center;
}
.property-img img{
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}
.property-img .overlay {
    background-color: rgb(51 127 149 / 64%);
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 3;
}
.property-img .overlay-text-regular {
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    position: relative;
    top: calc(50% - 1.5em);
    padding: 5px 10px;
}
.property-img .overlay-text-full{
    display: none;
}
.property-img:hover .overlay{
    display: block;
}
.location-full .property-img .overlay{
    display: block;
    background: rgba(232, 104, 95, 0.85);
}
.location-full .property-img .overlay-text-regular{
    display: none;
}
.location-full .property-img .overlay-text-full{
    color: #fff;
    display: inline-block;
    font-size: 25px; 
    font-family: 'Lato';
    line-height: 1.4;
    max-width: 200px;
    margin: 0 auto;
    padding: 5px 10px;
    position: relative;
    top: calc(50% - 2.5em);
}
.property-img .tag-overlay{
    bottom: 5px;
    position: absolute;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    z-index: 2;
}
.property-img .tag-overlay-icon{
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.property-img .tag-overlay-icon img{
    height: 15px;
    position: relative;
    width: 15px;
}
.property-img .tag-overlay-text{
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
}


.property-list .search-item-price-calc {
    font-size: 12px;
    font-weight: 600;
}
.custom-tags-row{
    margin-top: 10px;
}
.tag{
    display: inline-block;
    line-height: 20px;
    margin-right: 5px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 600;
    min-width: 78px;
    text-align: center;
    padding: 0 10px;
}
.tag-red{
    background-color: #E8685F;
    color: #fff;
}
.tag-blue{
    background-color: #EAF2F4;
    color: #337F95;
}
.tag-white{
    background-color: #fff;
    color: #337F95;
}

.location-zssp .tag-blue{
    background: #fff;
}
.property-button {
    background: #EAF2F4;
    border: 1px solid #337F95;
    border-radius: 25px;
    cursor: pointer;
    display: block;
    font-size: 11px;
    height: 27px;
    line-height: 25px;
    margin-top: 10px;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 140px;
}
.property-button a{
    color: #337F95;
}
.property-button:hover, .property-button:focus{
    background: #337F95;
}
.property-button:hover a, .property-button:focus a{
    color: #fff;
}
.property-button.location-full-btn{
    background: #e8695f;
} 
.property-button.location-full-btn:hover, .property-list .btn.location-full-btn:focus{
    background: #c15049;
}
.property-list .search-item-price {
    color: #878787;
    font-size: 12px;
    text-align: right;
}
.property-list .search-item-price-big {
    color: #337F95;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    margin-left: 5px;
}
.wprevpro_badge{
    font-size: 12px;
}

.location-full .location-img:after {
    color: #fff;
    content: 'Tijdelijk Vol';
    font-size: 25px;
    position: absolute;
    text-align: center;
    top: calc(50% - 0.5em);
    width: 100%;
    z-index: 11;
}
.location-full .location-img:before {
    background: #E8685F;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}
.location-full .location-img .overlay {
    opacity: 0;
}
@media all and (max-width: 1024px) {
    .hp-search-form form > div:first-of-type {
        width: 26%;
    }
    .hp-search-form form > div:nth-of-type(2) {
        width: 23%;
    }
    .hp-search-form form > div:nth-of-type(3) {
        width: 25%;
    }
    .hp-search-form form > div:last-of-type {
        width: 23%;
    }
}
@media all and (max-width: 768px){
    .hp-search-form{
        height: 160px;
    }
    .hp-search-form form > div:first-of-type {
        border-radius: 28px;
        width: 49%;
    }
    .hp-search-form form > div:nth-of-type(2) {
        float: right;
        width: 49%;
    }
    .hp-search-form form > div:nth-of-type(3) {
        clear: both;
        margin-bottom: 0;
        width: 49%;
    }
    .hp-search-form form > div:last-of-type {
        border-radius: 28px;
        float: right;
        width: 49%;
    }
    .page-description-text{
        padding-bottom: 40px;
        padding-right: 0;
        width: 100%;
    }
    .page-description-map{
        width: 100%;
    }
}
@media all and (min-width: 641px){
    .property-location,
    .property-list .search-item-price{
        font-size: 14px;
    }
    .property-title{
        font-size: 26px;
    }
    #wprev-badge-5 .wppro_badge1_DIV_12{
        font-size: 14px;
        position: relative;
        top: -2px;
    }
    .tag{
        line-height: 25px;
        font-size: 14px;
    }
    .property-list .search-item-price-big{
        font-size: 26px;
        vertical-align: middle;
        position: relative;
        top: -2px;
        line-height: 1.3;
    }
    .property-button{
        font-size: 14px;
        height: 35px;
        line-height: 33px;
        width: 190px;
    }
}
@media all and (max-width: 640px){
    .hp-search-form {
        height: 135px;
        padding: 15px;
    }
    .page-description-section {
        padding: 20px 0 0;
    }
	.property-inner{
		position: relative;
	}
    .property-content-row1{
        flex-direction: column;
        height: 100%;
    }
    .property-add-data{
        display: block;
    }

    span.wppro_badge1_DIV_stars.b4s2 span.svgicons {
        width: 14px;
        height: 14px;
    }
    .property-title{
        margin-bottom: 0;
    }
    .custom-tags-row{
        margin-top: 0;
    }
    .location-zssp .search-item-price-calc{
        display: none;
    }
    .property-img .tag-overlay-text{
        font-size: 10px;
    }
    .property-img .tag-overlay-icon {
        margin-right: 1px;
    }
    .location-full .property-img .overlay-text-full{
        font-size: 14px;
    }
}