.truncate {
	width: 250px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.crop_photo {
    width: 100%;
    height: 310px;
    object-fit: cover;
    border-radius: 5px;
}

.wdpform {
    width: 100%;
    height: 40px!important;
    border: 1px solid rgba(129, 129, 129, .25)!important;
    font-size: 14px;
    line-height: 18px;
    padding: 0 10px;
    transition: border-color .5s;
    box-shadow: none;
    border-radius: 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #222;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #222;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #222;
}
:-moz-placeholder { /* Firefox 18- */
  color: #222;
}



@media screen and (max-width: 768px) {
	.onsale {
		margin: 15px;
	}
}







.property_listing_details {
	position: relative;
	color: #4f525a;
	width: 100%;
	float: left;
	margin-bottom: 32px;
	margin-top: 10px;
}
.info_labels {
	width: 100%;
	font-size: 12px;
	font-weight: 300;
}	
	
.property_listing_details .inforoom, .property_location .inforoom, 
.property_listing_details .infobath, .property_location .infobath, 
.property_listing_details .infosize, .property_location .infosize {
	width: 33%;
	float: left;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	line-height: 17px;
	position: relative;
}
.property_listing_details .inforoom:before {
	content: " ";
	position: absolute;
	top: 7px;
	height: 18px;
}
.property_listing_details .infobath:before {
	content: " ";
	position: absolute;
	top: 7px;
	left: 0;
	border-left: 1px solid #ccc;	
	right: 0;
	border-right: 1px solid #ccc;
	height: 18px;
}
.property_listing_details .infosize:before {
	content: " ";
	position: absolute;
	top: 7px;
	height: 18px;
}




.property_listing_details {
	position: relative;
	color: #4f525a;
	width: 100%;
	float: left;
	margin-bottom: 32px;
	margin-top: 10px;
}
.info_labels {
	width: 100%;
	font-size: 12px;
	font-weight: 300;
}	
	
.property_listing_details2 .inforoom, .property_location .inforoom, 
.property_listing_details2 .infobath, .property_location .infobath, 
.property_listing_details2 .inforrrr, .property_location .inforrrr, 
.property_listing_details2 .infosize, .property_location .infosize {
	width: 25%;
	float: left;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	line-height: 17px;
	position: relative;
}
.property_listing_details2 .inforoom:before {
	content: " ";
	position: absolute;
	top: 7px;
	left: 0;
	border-left: 0px solid #efefef;
	height: 18px;
}
.property_listing_details2 .infobath:before {
	content: " ";
	position: absolute;
	top: 7px;
	right: 0;
	border-right: 1px solid #efefef;
	height: 18px;
}
.property_listing_details .inforrrr:before {
	content: " ";
	position: absolute;
	top: 7px;
	right: 0;
	border-right: 1px solid #efefef;
	height: 18px;
}
.property_listing_details .infosize:before {
	content: " ";
	position: absolute;
	top: 7px;
	right: 0;
	border-right: 0px solid #efefef;
	height: 18px;
}

.wdptruncate {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Numero massimo di righe da visualizzare */
  -webkit-box-orient: vertical;
  overflow: hidden;
}




.elementor-87040 .elementor-element.elementor-element-9164232 {
    --margin-top: -60px!important;
}



@media (min-width: 768px) {
    .elementor-107159 .elementor-element.elementor-element-ace06ea {
        --width: 15%!important;
    }
}
@media (min-width: 768px) {
    .elementor-107159 .elementor-element.elementor-element-3acf8a3 {
        --width: 70%!important;
    }
}
@media (min-width: 768px) {
    .elementor-107159 .elementor-element.elementor-element-e294946 {
        --width: 15%!important;
    }
}



@media (min-width: 768px) {
    .elementor-40084 .elementor-element.elementor-element-5ddc75f {
        --width: 15%!important;
    }
}
@media (min-width: 768px) {
    .elementor-40084 .elementor-element.elementor-element-a31ea75 {
        --width: 70%!important;
    }
}
@media (min-width: 768px) {
    .elementor-40084 .elementor-element.elementor-element-160e1e5 {
        --width: 15%!important;
    }
}


.elementor-87040 .elementor-element.elementor-element-5b95288 > .elementor-widget-container {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}


.wdpalicen {
	width:840px;
}

@media screen and (max-width: 768px) {
	.wdpalicen {
		width:100%;
	}
}

.elementor-87040 .elementor-element.elementor-element-310e060 .elementor-repeater-item-3ac0542 {
    bottom: 85px;
}


.wdpbread {
	width: 110px;
	margin-top: -130px;
}
@media screen and (max-width: 768px) {
	.wdpbread {
		width:100px;
		margin-top: -30px;
	}
}



.image-box.overlay-dark {
	position: relative;
	overflow: hidden;
}
.image-box.overlay-dark::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 1;
	pointer-events: none;
}
.image-box.overlay-dark img {
	position: relative;
	z-index: 0;
}

.darkened-image {
    filter: brightness(0.7)!important; /* Riduce la luminosità del 30% */
}
.darkened-image2 {
    filter: brightness(0.8)!important; /* Riduce la luminosità del 20% */
}

.menuzord-primary-nav .menuzord-menu > li > a {
    padding-left: 35px;
}


/*
.nice-select {
    font-size: 0.80rem;
    padding-left: 18px;
    padding-right: 34px;
    color: #222;
    box-shadow: 0px 10px 20px rgba(5, 5, 5, 0.05);
	height: 34px;
}
*/


.elementor-109726 .elementor-element.elementor-element-7295a78 .tm-sc-simple-nav-menu li a {
	background-color: #f8f5f0!important;
	border-color: #dfdbd5!important;
}


.elementor-108627 .elementor-element.elementor-element-44a437f:not(.elementor-motion-effects-element-type-background), .elementor-108627 .elementor-element.elementor-element-44a437f > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #f8f5f0!important;
}


