/*
Theme Name: UonCyber
Theme URI: https://uoncyber.com
Author: UonCyber
Author URI: https://uoncyber.com
Description: Theme developed for Treatments & Tanning by UonCyber team.
Version: 1.7
License: © Copyright 2023, by UonCyber
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: UonCyber, web hosting
Text Domain: uoncyber
*/

html, body {
    padding:0 !important;
    margin:0 !important;
    width:100%;
    max-width:100%;
}
body {
    overflow-x:hidden;
    overflow-y:auto;
    font-family:'Montserrat', sans-serif;
    color:#000;
    font-weight:400;
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 1.5;
}
body.loading, body.mobile-menu-active {
	overflow:hidden!important;
}
body.loading:after {
	content:"";
	position:fixed;
	display:block;
	width:100vw;
	height:100vh;
	top:0;bottom:0;left:0;right:0;
	background:rgba(255,255,255,.75);
	z-index:2000000003;
}
a, a:hover, a:visited, a:active, a:focus {
    text-decoration:none;
}
a, a:visited, a:active, a:focus {
    color:#8B7E4D;
}
a {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
a:hover {
    color:#000;   
}
div, main, aside {
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}
.clear {clear:both;}
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #e1e9ea; 
}
 
::-webkit-scrollbar-thumb {
    background: #999; 
    cursor:pointer;
}

::-webkit-scrollbar-thumb:hover {
    background: #000; 
}

button, .button, input[type=submit], input[type=button]{
	display:inline-block;
	border: none;
    padding: 7px 15px;
	font-family:'Montserrat', sans-serif;
    font-size: 1.3em;
    font-weight: 700;
    border-radius: 5px;
	color:#fff!important;
	background:#8B7E4D;
	line-height:1.25;
	cursor:pointer
}

.button:hover, input[type=submit]:hover, input[type=button]:hover {
	background:#000	
}

input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]), select, .ms-options-wrap>button, textarea {
	border: 2px solid #8B7E4D;
	background:#fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 1.2em;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-family: 'Montserrat', sans-serif;
	color:#000!important;
	font-weight:400;
	width:100%!important
}
.ms-options-wrap>button {
	border: 2px solid #8B7E4D!important;
    padding: 5px 10px!important;
	font-size: 1.2em!important;
}
.no-posts-found{
	text-align: center;
    padding: 20px;
    background: #8B7D4D;
    color: #fff;
    margin-top: 50px;
    font-size: 18px;
    font-weight: 700;
}
}
.page_outer {
    width:100%;
    display:block;
    margin:0 auto;
    background:#FFF;
}
body.admin-bar .page_outer {
	margin-top:32px
}
header {
    display:block;
    width:100%;
}
header:after {
    clear:both;
}
header .bottom_bar {
    display:block;
    width:100%;
	background:#000
}
header .header_wrapper{
	color:#FFFFFF;
	max-width:1200px;
    padding:13px 20px;
	margin:0 auto
}
header .header_logo>img{
	width:auto;
    max-width:100%;
    max-height:40px
}

.page_outer>.page_inner{
	max-width:1200px;
	margin:0 auto;
	padding:20px;
}

.property_slider .slick-track>img{
	object-fit: cover;
    object-position: center;
	aspect-ratio: 1.77
}
.property_slider>.slick-arrow{position:absolute;top:50%;height:50px;width:50px;margin-top:-25px;font-size:0;z-index:999;border:none;background:transparent}
.property_slider>.slick-arrow:before{content:"";display:block;width:30px;height:30px;border-color:rgba(255,255,255,.8);border-style:solid;border-width:0;border-top-width:2px}
.property_slider>.slick-prev{left:10px}
.property_slider>.slick-next{right:10px}
.property_slider>.slick-prev:before{border-left-width:2px;transform:rotate(-45deg);margin-left:10px}
.property_slider>.slick-next:before{border-right-width:2px;transform:rotate(45deg);margin-right:10px}

.property_slider_thumbs{background:#000;margin-top:10px}
.property_slider_thumbs .slick-track>.slick-slide{opacity:.5}
.property_slider_thumbs .slick-track>.slick-slide.slick-current{opacity:1}
.property_slider_thumbs .slick-slide {object-fit:cover;margin:1px;max-height:100px;max-width:100px}

.property-info-block{padding:20px 0}
.property-info-block>h1{margin:0;font-size:2em}
.property-info-block>h3{margin:0;font-size:1em}	
.property-info-block>h2{margin:10px 0 0;font-size:1.5em;color:#8B7D4D}
.property-info-block>ul{display:flex;flex-wrap:wrap;row-gap:40px;column-gap:10px;padding:0;justify-content:center;margin:20px 0 0;padding:20px;background:#E9E4D7}
.property-info-block>ul>li{/*flex:1;*/display:flex;gap:5px;flex-direction:column;justify-content:center;align-items:center;color:#8B7D4D;min-width:calc(11.11% - 10px)}
.property-info-block>ul>li>i{font-size:3em}
.property-info-block>ul>li>small{font-size:.8em}
.property-info-block>ul>li>span{font-size:1.2em;font-weight:700}
.property-desc-block{padding:0 5px}
.property-desc-block p{font-size:1em;margin:0 0 1em}
.youtube-video{position:relative;width:100%;height:0;padding:0 0 56.26%}
.youtube-video:not(:last-child){margin-bottom:30px}
.youtube-video>iframe{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%}

.property-admin-block{padding:10px;margin-top:20px;border:2px solid #8B7D4D}
.property-admin-block>h2{margin:0;font-size:1.5em}
.property-admin-block>ul{padding:0 0 0 25px;margin:10px 0 0 0}
.property-admin-block>ul>li{font-size:1.1em}
.property-admin-block>ul>li:not(:last-child){margin-bottom:5px}

form.property-search{margin-bottom:20px;padding-bottom:20px;border-bottom: 1px solid #ddd}
form.property-search>.fields-wrapper{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}
form.property-search .field-wrapper{flex-grow:1;width: calc(25% - 8px)}
form.property-search .field-wrapper>label{display:block;font-size:1em;font-weight:700}
form.property-search .field-wrapper>input,form.property-search .field-wrapper>select{width:100%}

.property-archive-info{
	margin-bottom: 20px;
    display: flex;
	gap:10px;
    justify-content: space-between;
    align-items: center;
}
.property-archive-info>span:first-child{
	flex-grow:1
}
.property-archive-info label{font-size: 1.3em}
.property-archive-info a:hover{text-decoration:underline}

.properties-wrapper{display:flex;flex-wrap:wrap;gap:10px}
.properties-wrapper>.property-wrapper{position:relative;width:calc(33.3333% - 7px)}
.properties-wrapper>.property-wrapper.loading::before{
	content: "";
    position: absolute;
    background: rgba(255,255,255,.9);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;}
.properties-wrapper>.property-wrapper.loading::after{
	content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    z-index: 3;
    border: 5px solid #999;
    border-radius: 25px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    -webkit-animation: fa-spin 2s linear infinite;
animation: fa-spin 2s linear infinite;}
.property-wrapper>.property-image{position:relative}
.property-wrapper>.property-image>.property-image-slider>.slick-arrow{
	position:absolute;
	font-family:"Font Awesome 6 Free";
	font-weight:900;
	top:50%;
	margin-top: -20px;
    font-size: 0;
    border: none;
    background: none;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
	cursor:pointer;
	z-index:1
}
.property-wrapper>.property-image>.property-image-slider>.slick-prev{left:40px}
.property-wrapper>.property-image>.property-image-slider>.slick-next{right:40px}
.property-wrapper>.property-image>.property-image-slider>.slick-prev::before{
	content: "\f053";
	font-size:24px
}
.property-wrapper>.property-image>.property-image-slider>.slick-next::before{
	content: "\f054";
	font-size:24px
}
.property-wrapper>.property-image .slide-wrapper:not(:first-child){display:none}
.property-wrapper>.property-image>.property-image-slider.slick-initialized .slide-wrapper:not(:first-child){display:block}
.property-wrapper>.property-image .slide-wrapper>div{position:relative;width:100%;height:0;padding:0 0 66% 0}
.property-wrapper>.property-image .slide-wrapper>div>.set-as-featured{position: absolute;
    background: #fff;
    z-index: 1;
    bottom: 50px;
    left: 5px;
    display: inline-block;
    padding: 0 5px;
	cursor:pointer}
.property-wrapper>.property-image .slide-wrapper.is-featured>div>.set-as-featured{display:none}
.property-wrapper>.property-image .slide-wrapper>div>.slide-counter{position:absolute;color:#fff;right:5px;bottom:50px;background: rgba(0, 0, 0, .2);padding: 0 5px}
.property-wrapper>.property-image .slide-wrapper>div>img{
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
	top:0;
	bottom:0;
}
.property-wrapper>.property-image>.price-wrapper{
	position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    padding: 10px;
    color: #fff;
    display: flex;
	gap:5px;
    justify-content: space-between;
	align-items: center
}
.property-wrapper>.property-image>div>span{
	font-size:1.2em
}
.property-wrapper>.property-image>div>span:first-child{
	flex-grow:1
}
.property-wrapper>.property-image>div>span.color-red{color:#ff0000;font-weight:700}
.property-wrapper>.property-image>div>.inline-button{
	padding: 2px 10px;
    background: #fff;
    border-radius: 5px;
	color:#8B7E4D;
	display: table;
    margin: 0 0 0 auto;
	font-size:.8em;
	font-weight:700
}
.property-wrapper>.property-image>div>.inline-button:hover{background:#8B7E4D;color:#fff}
.property-wrapper>h2{
	font-size:1.2em;
	color:#000;
	margin:10px 0;
	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;
  	overflow: hidden;
 	text-overflow: ellipsis;
}
.property-wrapper>h3{
	font-size:1em;
	color:#8B7E4D;
	margin:0 0 10px
}
.property-wrapper>.location-cat-btn{
	display: inline-block;
    background: #8B7E4D;
    padding: 3px 5px;
    border-radius: 5px;
    color: #fff;
}
.property-wrapper>.location-cat-btn:hover,.property-wrapper>.location-cat-btn.current{background:#000}
.property-wrapper>.info-bar{
	display: flex;
    justify-content: space-around;
	background:#8B7E4D;
	color:#fff;
	margin-top:10px
}
.property-wrapper>.info-bar>span{
	display: flex;
	flex-direction:column;
	align-items: center;
    padding: 10px 0 5px;
}
.property-wrapper>.admin-only-info{
	display: flex;
	justify-content: space-between;
	align-items: center;
    font-size: .8em;    
}
.property-wrapper>.admin-only-info>h3{
	margin:0
}
.property-wrapper>.admin-only-info>span{
	text-align:right
}
.property-wrapper .ref-no-button,
.duplicate-header-block>.property-image>.ref-no-button {
	position: absolute;
    color: #000;
    background: #fff;
    top: 5px;
    left: 5px;
    padding: 0 5px;
    font-weight: 700;
}
.property-wrapper .button-on-img{
	position: absolute;
    font-size: 24px;
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    top: 0;
    right: 0;
}
.property-wrapper .property-unhide, .property-wrapper .property-hide{
	top: 40px;
    font-size: 20px
}
.property-wrapper .property-delete{
	top: 80px;
    font-size: 20px
}
.property-wrapper .button-on-img:hover{background:#8B7E4D}
.property-wrapper .property-delete:hover{background:#ff0000}


.pagination{text-align:center;margin: 30px 0}
.pagination .page-numbers:not(.dots){display: inline-block;
    min-width: 20px;
    height: 36px;
    line-height: 36px;
    padding: 0 8px;
	margin: 0 2px;
    font-weight: 700;
    border: 2px solid #8B7E4D;
    color: #8B7E4D;}
.pagination .page-numbers:not(.dots):hover,
.pagination .page-numbers.current{
	color:#fff;
	background:#8B7E4D
}

.location-categories-popup{
	position: fixed;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, 55vh);
    -webkit-transform: translate(-50%, 55vh);
    -moz-transform: translate(-50%, 55vh);
    -o-transform: translate(-50%, 55vh);
    transform: translate(-50%, 55vh);
    max-height: calc(100% - 10px);
    max-width: 100%;
    width: 590px;
    overflow-y: auto;
    z-index: 2000000004;
    background: #fff;
    padding: 20px;
    box-shadow: 2px 1px 12px 1px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 2px 1px 12px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 1px 12px 1px rgba(0,0,0,0.75);
    transition: transform .5s ease-out;
}
.location-categories-popup.active{
	-ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.location-categories-popup>.close{
	position: absolute;
    top: 5px;
    right: 5px;
    font-size: 36px;
    height: 28px;
    width: 28px;
    display: block;
    line-height: 28px;
    text-align: center;
    cursor: pointer
}
.location-categories-popup>h2{
	margin:0;
	font-size:1.2em
}
.location-categories-popup>ul{
	padding: 0 0 0 10px;
    margin: 10px 0 20px;
	display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.location-categories-popup>ul>li{
	list-style:none;
	display:block;
	margin-bottom:5px;
	width: calc(33.3333% - 7px)
}
.location-categories-popup>.btn-wrapper{display:flex;gap:10px;align-items:end;margin-bottom:20px}
.location-categories-popup>.btn-wrapper>*:first-child{flex-grow:1}
.location-categories-popup .new-locations{
	display:block;
	width:100%;	
}

.duplicate-header-block{
	display: flex;
    gap: 15px;
	padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd
}
.duplicate-header-block>.property-image{
	position:relative;
	width: 380px;
    flex-shrink: 0;
}
.duplicate-header-block>.property-image>img{
	display: block;
    object-fit: cover;
    width: 100%;
    height: 255px
}
.duplicate-header-block>.property-info>h1{
	font-size:1.7em;
	margin:0 0 10px
}
.duplicate-header-block>.property-info>h2{
	font-size:1.5em;
	font-weight:400;
	margin:0 0 10px;
	color:#8B7E4D
}
.duplicate-header-block>.property-info>h3{
	font-size:1.3em;
	margin:0 0 10px;
	color:#8B7E4D
}
form.wpcf7-form .custom-check-button{
	display:grid;
	grid-template-columns: 1fr 1fr;
	column-gap:10px
}
form.wpcf7-form .custom-check-button>.wpcf7-list-item{margin-bottom:10px}
form.wpcf7-form .custom-check-button>.wpcf7-list-item.extra{
	overflow:hidden;
	max-height:0;
	margin-bottom:0;
	opacity:0;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .5s ease-in-out;
}
form.wpcf7-form .wpcf7-form-control-wrap.show-more>.custom-check-button>.wpcf7-list-item.extra{
	max-height:22px;
	margin-bottom:10px;
	opacity:1
}
form.wpcf7-form .show-more-toggle{font-size:14px}
form.wpcf7-form .show-more-toggle::after{content:"More Locations"}
form.wpcf7-form .wpcf7-form-control-wrap.show-more~.show-more-toggle::after{content:"Top Locations Only"}

form.wpcf7-form .custom-radio-button input[type=radio]{
	display:none
}
form.wpcf7-form .custom-radio-button .wpcf7-list-item-label{
	display: flex;
	gap: 10px;
    align-items: center;
    background: #8B7E4D;
    color: #fff;
    padding: 5px 7px;
    text-align: center;
    min-width: 31px;
    border-radius: 5px;
	cursor:pointer
}
form.wpcf7-form .custom-radio-button .wpcf7-list-item-label::before{
	font-family: dashicons;
	content: "\f159";
	font-size:18px
}
form.wpcf7-form .custom-radio-button{display:flex;flex-wrap:wrap;gap:5px}
form.wpcf7-form .custom-radio-button>.wpcf7-list-item{margin:0}
form.wpcf7-form .custom-radio-button input[type=radio]:checked+.wpcf7-list-item-label{background:#000}
form.wpcf7-form .custom-radio-button input[type=radio]:checked+.wpcf7-list-item-label::before{content: "\f12a"}
form.wpcf7-form .custom-radio-button .wpcf7-list-item-label::after{content:none}
form.wpcf7-form .ui-slider-horizontal .ui-slider-range{background:#8B7E4D}
form.wpcf7-form .ui-slider .ui-slider-handle{width:1.5em;height:1.5em;background:#000 !important;border: 2px solid #fff !important;top: -8px !important;}
form.wpcf7-form .ui-slider-horizontal .ui-slider-handle:first-of-type{margin-left:-1px}
form.wpcf7-form .ui-slider-horizontal .ui-slider-handle:last-child{margin-left:-1.5em}
form.wpcf7-form .wpcf7-submit{display:table;margin:0 auto}
form.wpcf7-form .villa_style_wrapper{display:flex;gap:10px}
form.wpcf7-form .villa_style_wrapper>.wpcf7-list-item{margin:0}
form.wpcf7-form .villa_style_wrapper>.wpcf7-list-item>label{cursor:pointer}
form.wpcf7-form .villa_style_wrapper>.wpcf7-list-item>label>input{display:none}
form.wpcf7-form .villa_style_wrapper>.wpcf7-list-item>label>.wpcf7-list-item-label{
	position:relative;
	border: 2px solid #000;
    display: block;
    padding: 0 10px 0 25px
}
form.wpcf7-form .villa_style_wrapper>.wpcf7-list-item>label>.wpcf7-list-item-label::before{
	display:block;
	width: 150px;
    padding: 0 0 66%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	margin: -2px -12px 0 -27px;
	border-bottom:2px solid #000
}
form.wpcf7-form .villa_style_wrapper>.wpcf7-list-item>label>input[value=Modern]+.wpcf7-list-item-label::before{background-image: url("assets/images/modern-style.jpg")}
form.wpcf7-form .villa_style_wrapper>.wpcf7-list-item>label>input[value=Traditional]+.wpcf7-list-item-label::before{background-image: url("assets/images/traditional-style.jpg")}
form.wpcf7-form .villa_style_wrapper>.wpcf7-list-item>label>.wpcf7-list-item-label::after{font-family:dashicons;content:"\f159";font-size: 18px;position: absolute;
    left: 5px;
    bottom: 2px;
    display: block;
    line-height: 1}
form.wpcf7-form .villa_style_wrapper>.wpcf7-list-item>label>input:checked+.wpcf7-list-item-label{background:#000;color:#fff}
form.wpcf7-form .villa_style_wrapper>.wpcf7-list-item>label>input:checked+.wpcf7-list-item-label::after{content:"\f12a"}
form.wpcf7-form .submit-wrapper{position:relative}
form.wpcf7-form .submit-wrapper .wpcf7-spinner{position:absolute;top:50%;left:50%;margin-top:-12px;margin-left:-12px}
form.wpcf7-form.submitting .wpcf7-submit.has-spinner{color:transparent!important}
form.wpcf7-form p.price-range{font-size:15px;letter-spacing:0;white-space: nowrap;}
.recaptcha-notice p {
    font-size: 12px !important;
    display: block !important;
    line-height: 1;
}
.recaptcha-notice p a{
	color:#fff;
	text-decoration:underline
}
@media only screen and (max-width: 991.9px) {
	.property-info-block>ul{flex-wrap:wrap;row-gap:20px}
	.property-info-block>ul>li{flex:1 1 calc(33.3333% - 10px);flex-direction:row;justify-content:left}
	.property-info-block>ul>li>i,.property-info-block>ul>li>small{font-size:1.2em;font-weight:700}
	.property-info-block>ul>li>small::after{content:": "}
	.property-info-block>ul>li>span{font-weight:400}
	.properties-wrapper>.property-wrapper{width: calc(50% - 5px)}
	form.property-search .field-wrapper{width: calc(33.3333% - 7px)}
}
@media only screen and (max-width: 830px) {

}
@media only screen and (max-width: 782px) {
	body.admin-bar .page_outer {
		margin-top:46px
	}	
}
@media only screen and (max-width: 620px) {
	.property-info-block>ul>li{flex: 1 1 calc(50% - 10px)}
	form.property-search .field-wrapper{width: calc(50% - 5px)}
}
@media only screen and (max-width: 560px) {
.properties-wrapper>.property-wrapper{width: 100%}
}
@media only screen and (max-width: 480px) {
	.property-info-block>ul>li{flex: 1 1 100%}
}
@media only screen and (max-width: 360px) {
	form.property-search .field-wrapper{width:100%}
}

/* Home */
/*.homepage-contact-form{color:#fff}
.homepage-contact-form .elementor-container{
	flex-wrap:wrap;
	gap:12px
}
.homepage-contact-form .elementor-container>.elementor-col-100{width:100%}
.homepage-contact-form .elementor-container>.elementor-col-50{width:calc(50% - 6px)}
.homepage-contact-form .wpcf7-form-control-wrap {
    position: relative;
	display:block;
    padding-top: 20px;
}
.homepage-contact-form .wpcf7-form-control-wrap>input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .homepage-contact-form .wpcf7-form-control-wrap>textarea {
	display:block;
    border-width: 0 0 2px 0!important;
    border-color: #fff;
	outline:none;
    color: #fff!important;
	background:transparent;
	border-radius:0
}

.homepage-contact-form .wpcf7-form-control-wrap>textarea {
    min-height: 32px;
    height: 32px;
    max-width: 100%;
    min-width: 100%;
    overflow-y: hidden;
}
.homepage-contact-form input::placeholder {color:#fff;font-size:13px}
.homepage-contact-form .wpcf7-form-control-wrap>label {
    position: absolute;
    color: #fff;
    top: 20px;
    left: 20px;
    font-size: 13px;
    pointer-events: none;
    transition: all .5s ease-in-out;
}*/

/*.homepage-contact-form .wpcf7-form-control-wrap>input:focus+label, .homepage-contact-form .wpcf7-form-control-wrap>input.not-empty+label, .homepage-contact-form .wpcf7-form-control-wrap>textarea:focus+label, .homepage-contact-form .wpcf7-form-control-wrap>textarea.not-empty+label {
    top: 0;
    left: 0;
    font-size: 14px;
}
.homepage-contact-form .wpcf7-submit{width:100%;border-radius:0}
.homepage-contact-form .wpcf7-submit:hover{background:#fff;color:#000!important}


.property-links-wrapper{gap:10px}
.property-link-wrapper{display:block;width:100%}
.property-link-wrapper>.property-thumb{height:0;padding:0 0 66% 0;background-repeat:no-repeat;background-size:cover;background-position:center;margin-bottom:10px}
.property-link-wrapper h4, .property-link-wrapper h3, .property-link-wrapper p{margin:0;padding:0}
.property-link-wrapper h4 {text-transform: none;font-family: 'Montserrat';font-size: 16px; font-weight:600}
.property-link-wrapper h3 {font-size: 18px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis}
.property-link-wrapper p{font-size:14px}*/
/* Home - End */