.elementor-11325 .elementor-element.elementor-element-4936fe36:not(.elementor-motion-effects-element-type-background), .elementor-11325 .elementor-element.elementor-element-4936fe36 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E9E9E9;}.elementor-11325 .elementor-element.elementor-element-4936fe36{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-11325 .elementor-element.elementor-element-4936fe36 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-11325 .elementor-element.elementor-element-19a85e21 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:1px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-11325 .elementor-element.elementor-element-3bcb694 > .elementor-widget-container{margin:15px 0px 0px 0px;}.elementor-11325 .elementor-element.elementor-element-3bcb694{text-align:center;}.elementor-11325 .elementor-element.elementor-element-3bcb694 .elementor-heading-title{font-family:"Lato", Sans-serif;font-weight:600;}.elementor-11325 .elementor-element.elementor-element-4b37381b > .elementor-widget-container{margin:0px 30px 0px 30px;}.elementor-11325 .elementor-element.elementor-element-ad9df3{margin-top:30px;margin-bottom:30px;padding:0px 0px 0px 0px;}.elementor-11325 .elementor-element.elementor-element-1b69c1a1 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-11325 .elementor-element.elementor-element-5f367ce9 > .elementor-widget-container{padding:30px 30px 30px 30px;}.elementor-11325 .elementor-element.elementor-element-5f367ce9{font-family:"Open Sans", Sans-serif;font-size:14px;line-height:1.6em;}.elementor-11325 .elementor-element.elementor-element-50612fc4 > .elementor-widget-container{margin:30px 0px 0px 0px;}.elementor-11325 .elementor-element.elementor-element-50612fc4{font-size:16px;line-height:1.6em;color:#54595F;}@media(max-width:1024px){.elementor-11325 .elementor-element.elementor-element-4b37381b > .elementor-widget-container{margin:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-11325 .elementor-element.elementor-element-3bcb694 > .elementor-widget-container{margin:5px 5px 5px 5px;}.elementor-11325 .elementor-element.elementor-element-3bcb694 .elementor-heading-title{font-size:25px;}.elementor-11325 .elementor-element.elementor-element-4b37381b > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-11325 .elementor-element.elementor-element-ad9df3{padding:20px 20px 20px 20px;}.elementor-11325 .elementor-element.elementor-element-5f367ce9 > .elementor-widget-container{padding:0px 0px 0px 0px;}}/* Start custom CSS for wp-widget-text, class: .elementor-element-4b37381b */.hp-search-form {
    margin-top: 40px;
}
.hp-search-form form > div {
    width: 25%;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}
.hp-search-form input, .hp-search-form select{
    color: #337f95;
}
.hp-search-form input::-webkit-placeholder{
    color: #337f95;
} 
.hp-search-form input::-moz-placeholder{
    color: #337f95;
}
.hp-search-form input::placeholder{
    color: #337f95;
}
.hp-search-form input, .hp-search-form .select-box select, .hp-search-form button {
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-size: 17px;
    height: 45px;
    width: 100%;
    font-family: Open Sans;
}
.hp-search-form button {
    background: #e8695f;
    color: #fff;
    padding: 0;
}
.hp-search-form button:hover {
    background: #c15049;
}
.hp-search-form button:focus {
    outline: 0;
}
.hp-search-form form > div:first-of-type {
    border-radius: 28px 0 0 28px;
    border-right: 1px solid #eee;
    overflow: hidden;
}
.hp-search-form form > div:nth-of-type(2) {
    border-right: 1px solid #eee;
}
.hp-search-form form > div:last-of-type{
    border-radius: 0 28px 28px 0;
    overflow: hidden;
}
.hp-search-form input[name="start_date"]{
    display: none;
}
/*--------------------- homepage only styles ---------------------------------*/

body.home .hp-search-form form > div:first-of-type{
    width: 37%;
}
body.home .hp-search-form form > div:nth-of-type(2){
    display:none;
    width: 0%;
}
body.home .hp-search-form form > div:nth-of-type(3){
    width: 31%;
}
body.home .hp-search-form form > div:last-of-type{
    width: 32%;
}

/*--------------------- not home ---------------------------------*/

body:not(.home) .hp-search-form{
    margin: 20px 0;
}
body:not(.home) .hp-search-form form > div:first-of-type{
    width: 23%;
}
body:not(.home) .hp-search-form form > div:nth-of-type(2){
    width: 21%;
}
body:not(.home) .hp-search-form form > div:nth-of-type(2) input{
    padding-right: 0;
}
body:not(.home) .hp-search-form form > div:nth-of-type(3){
    border-right: 1px solid #eee;
    width: 32%;
}
body:not(.home) .hp-search-form form > div:nth-of-type(4){
    display: none;
}
body:not(.home) .hp-search-form form > div:last-of-type{
    width: 21%;
}


/*--------------------- details ---------------------------------*/
.hp-search-form form > div:last-of-type i{
    margin-right: 13px;
    position: relative;
    top: -1px;
}
.hp-search-form select, .hp-search-form input[type="text"], .hp-search-form input[type="number"] {
    text-indent: 40px;
}
.hp-search-form select{
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    background-image: url(https://www.stalling31.nl/wp-content/themes/stalling/assets/images/icons/select-arrow.jpg);
    background-position: 96% center;
    background-repeat: no-repeat;
    line-height: 1;
}

/*  Number field arrows
Chrome, Safari, Edge, Opera */
.hp-search-form input::-webkit-outer-spin-button,
.hp-search-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.hp-search-form input[type=number] {
  -moz-appearance: textfield;
}
.hp-search-form input[type="number"]{
    background-image: url(https://www.stalling31.nl/wp-content/themes/stalling/assets/images/icons/number-count-arrows.jpg);
    background-position: 96% center;
    background-repeat: no-repeat;
}

.hp-search-form .select-box{
    position: relative;
}
.hp-search-form #stalling-reverse-geocode-results{
    border-color: #e5e5e5;
    font-size: 16px;
    color: #337f95;
}
.hp-search-form .select-box:before{
    background-image: url(https://www.stalling31.nl/wp-content/themes/stalling/assets/images/form-img-1.jpg);
    content: '';
    display: block;
    height: 15px;
    left: 19px;
    position: absolute;
    top: 15px;
    width: 26px;
}
.hp-search-form form > div:nth-of-type(2):before{
    background-image: url(https://www.stalling31.nl/wp-content/themes/stalling/assets/images/measuring-tape.jpg);
    content: '';
    display: block;
    height: 16px;
    left: 9px;
    position: absolute;
    top: 14px;
    width: 26px;
}
.hp-search-form form > div:nth-of-type(3):before{
    background-image: url(https://www.stalling31.nl/wp-content/themes/stalling/assets/images/pin-2.jpg);
    content: '';
    display: block;
    height: 22px;
    left: 19px;
    position: absolute;
    top: 11px;
    width: 22px;
}

@media all and (max-width: 1024px){
    .hp-search-form input, .hp-search-form .select-box select, .hp-search-form button{
        font-size: 16px;
        height: 40px;
    }
    body:not(.home) .hp-search-form form > div:first-of-type {
        width: 26%;
    }
    body:not(.home) .hp-search-form form > div:nth-of-type(2) {
        width: 23%;
    }
    body:not(.home) .hp-search-form form > div:nth-of-type(3) {
        width: 25%;
    }
    body:not(.home) .hp-search-form form > div:last-of-type {
        width: 23%;
    }
    body:not(.home) .hp-search-form {
        margin: 10px 0;
    }
    .hp-search-form form > div:nth-of-type(2):before{
        left: 14px;
    }
}
@media all and (max-width: 768px){
    .hp-search-form{
        border-radius: 0;
        background: transparent;
    }
    .hp-search-form form > div{
        border-radius: 50px;
        overflow: hidden;
    }
    body.home .hp-search-form form > div,
    body.home .hp-search-form form > div:first-of-type,
    body.home .hp-search-form form > div:nth-of-type(2),
    body.home .hp-search-form form > div:nth-of-type(3),
    body.home .hp-search-form form > div:last-of-type{
        border-radius: 32px;
        width: 100%;
    }
    .hp-search-form form > div:first-of-type,
    .hp-search-form form > div:nth-of-type(2),
    .hp-search-form form > div:nth-of-type(3) {
        margin-bottom: 20px;
    }
    .hp-search-form .select-box:before{
        left: 21px;
    }
    .hp-search-form form > div:nth-of-type(2):before{
        left: 19px;
    }
    .hp-search-form form > div:nth-of-type(3):before{
        left: 25px;
    }
    body:not(.home) .hp-search-form form > div:first-of-type {
        border-radius: 28px;
        width: 49%;
    }
    body:not(.home) .hp-search-form form > div:nth-of-type(2) {
        float: right;
        width: 49%;
    }
    body:not(.home) .hp-search-form form > div:nth-of-type(3){
        clear: both;
        margin-bottom: 0;
        width: 49%;
    }
    body:not(.home) .hp-search-form form > div:last-of-type {
        border-radius: 28px;
        float: right;
        width: 49%;
    }
}
@media all and (max-width: 480px){
    body:not(.home) .hp-search-form input, 
    body:not(.home) .hp-search-form .select-box select, 
    body:not(.home) .hp-search-form button{
        font-size: 14px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-5f367ce9 */@media all and (min-width: 769px){
    .properties-listing .col-md-3{
        float: right;
        padding-top: 6%;
        width: 25%;
    }
    .properties-listing .col-md-5{
        float: left;
        width: 35%;
    }
    .properties-listing .col-md-7{
        float: left;
        padding: 0 15px;
        width: 60%;
    }
    .properties-listing .col-md-9{
        float: left;
        width: 75%;
    }
}
.properties-listing .custom-list {
    list-style: none;
    padding: 0;
}

.property {
    border-bottom: 2px solid #e8685f;
    overflow: hidden;
    padding: 30px 0;
}
.property:first-of-type {
    padding-top: 0;
}
.property:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}
.property-title{
    font-size: 20px;
    margin: 0 0 0.5em;
}
.property-location {
    font-size: 12px;
    margin: 0 0 10px;
}
.property-description{
    clear: both;
    margin: 0;
    padding-top: 10px;
}
.property .star-rating{
    top: 4px;
    width: 108px;
}
.property .star-rating span, .property .star-rating{
    font-size: 14px;
}

.property-list .location-img{
    position: relative;
}
.property-list .location-img img{
    display: block;
 
}
.property-list .location-img .overlay {
    background-color: rgb(51 127 149 / 64%);
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.property-list .location-img .overlay span {
    color: #fff;
    display: inline-block;
    position: relative;
    top: calc(50% - 1.5em);
    padding: 5px 10px;
    border-radius: 5px;
    border: 2px solid #fff;
}
.property-list .location-img:hover .overlay{
    display: block;
}
.property-list .search-item-price-calc {
    font-size: 12px;
    font-weight: 600;
}
.property-list .btn {
    background: #337F95;
    border-radius: 25px;
    cursor: pointer;
    font-size: 15px;
    margin-top: 10px;
    padding: 12px 24px;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.property-list .btn a{
    color: #fff;
}
.property-list .btn:hover, .property-list .btn:focus{
    background: #1F4F5D;
}
.property-list .btn.location-full-btn{
    background: #e8695f;
} 
.property-list .btn.location-full-btn:hover, .property-list .btn.location-full-btn:focus{
    background: #c15049;
}
.property-list .search-item-price {
    line-height: 1;
}
.property-list .search-item-price-big {
    font-size: 42px;
    font-weight: 600;
}
.property-list .search-item-price-sup {
    font-size: 25px;
    font-weight: 600;
}



.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;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-ad9df3 */.landing-page-content h1 {
    font-size: 30px;
    margin-bottom: 1em;
}
.landing-page-content h4 {
    font-size: 26px;
}
.landing-page-content input[type=date], 
.landing-page-content input[type=email], 
.landing-page-content input[type=number], 
.landing-page-content input[type=password], 
.landing-page-content input[type=search], 
.landing-page-content input[type=tel], 
.landing-page-content input[type=text], 
.landing-page-content input[type=url], 
.landing-page-content select, 
.landing-page-content textarea{
	border-color: #ccc;
	font-size: 14px;
}/* End custom CSS */