.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: white;
}
::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
:-moz-placeholder { /* Firefox 18- */
  color: white;
}

.img_grey {
	-webkit-filter: grayscale(100%);
    -webkit-transition: .5s ease-in-out;
    -moz-filter: grayscale(100%);
    -moz-transition: .5s ease-in-out;
    -o-filter: grayscale(100%);
    -o-transition: .5s ease-in-out;
}
.img_grey:hover { 
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.img_grey50 {
	-webkit-filter: grayscale(25%);
    -webkit-transition: .5s ease-in-out;
    -moz-filter: grayscale(25%);
    -moz-transition: .5s ease-in-out;
    -o-filter: grayscale(25%);
    -o-transition: .5s ease-in-out;
}
.img_grey50:hover { 
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.overlay {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
	background: #000; 
	opacity: .4; 
	z-index: -1;
}
.overlay_dark {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
	background: #000; 
	opacity: .6; 
	z-index: -1;
}

.pagination-wrapper {
	border: none;
	display: inline-block;
	margin: 5px 0 0;
	padding: 0px;
	width: 100%;
	background: none;
}
.pagination-wrapper .page-link {
	text-align:center;
	padding: 0;
	width: auto;
	margin-top: 60px;
}
.pagination {
	display: inline-block;
	padding: 0;
	margin: 0;
}
.pagination>li {
	display: inline;
	float: left;
	margin-right: 3px;
	padding-left: 3px;
}
li {
	/*list-style: none;*/
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
}
.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 4px 6px;
	text-decoration: none;
	color: #fff;
	background-color: #2a2a2a;
	border: 1px solid #2a2a2a;
	margin-left: -1px;
}
.pagination > li > a, .pagination > li > span {
	padding: 0px 10px 0px 10px !important;
	height: 38px;
	width: 38px;
}
.pagination-wrapper .active > span {
	background: #d4d4d4 none repeat scroll 0 0 !important;
	border: 1px solid #d4d4d4 !important;
	border-radius: 0 !important;
	color: #000 !important;
}																	
.wgl-container ul li:before {
	background-color: unset;
}


.ribbon_green {
	position: absolute;
	/*right: 0px; top: 0px;*/
	left: 0px; top: 0px;
	z-index: 999999;
	overflow: hidden;
	width: 75px; height: 75px;
	text-align: right;
}
.ribbon_green span {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	/*transform: rotate(45deg);*/
	/*-webkit-transform: rotate(45deg);*/
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);	
	width: 100px;
	display: block;
	background: #6caf5d;
	background: linear-gradient(#94d885 0%, #608e56 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	/*top: 19px; right: -21px;*/
	top: 19px; left: -21px;
}

.ribbon_red {
	position: absolute;
	/*right: 0px; top: 0px;*/
	left: 0px; top: 0px;
	z-index: 999999;
	overflow: hidden;
	width: 75px; height: 75px;
	text-align: right;
}
.ribbon_red span {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	/*transform: rotate(45deg);*/
	/*-webkit-transform: rotate(45deg);*/
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);		
	width: 100px;
	display: block;
	background: #F44336;
	background: linear-gradient(#f12e20 0%, #d8392e 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	/*top: 19px; right: -21px;*/
	top: 19px; left: -21px;
}

.ribbon_yellow {
	position: absolute;
	/*right: 0px; top: 0px;*/
	left: 0px; top: 0px;
	z-index: 999999;
	overflow: hidden;
	width: 75px; height: 75px;
	text-align: right;
}
.ribbon_yellow span {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	/*transform: rotate(45deg);*/
	/*-webkit-transform: rotate(45deg);*/
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);		
	width: 100px;
	display: block;
	background: #ffb606;
	background: linear-gradient(#ffb606 0%, #feca4c 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	/*top: 19px; right: -21px;*/
	top: 19px; left: -21px;
}

.ribbon_orange {
	position: absolute;
	/*right: 0px; top: 0px;*/
	left: 0px; top: 0px;
	z-index: 999999;
	overflow: hidden;
	width: 75px; height: 75px;
	text-align: right;
}
.ribbon_orange span {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	/*transform: rotate(45deg);*/
	/*-webkit-transform: rotate(45deg);*/
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);		
	width: 100px;
	display: block;
	background: #fb913b;
	background: linear-gradient(#fb913b 0%, #ff7506 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	/*top: 19px; right: -21px;*/
	top: 19px; left: -21px;
}

.ribbon_oro {
	position: absolute;
	/*right: 0px; top: 0px;*/
	left: 0px; top: 0px;
	z-index: 999999;
	overflow: hidden;
	width: 75px; height: 75px;
	text-align: right;
}
.ribbon_oro span {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	/*transform: rotate(45deg);*/
	/*-webkit-transform: rotate(45deg);*/
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);		
	width: 100px;
	display: block;
	background: #cabe9f;
	background: linear-gradient(#d1c6ab 0%, #b8a984 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	/*top: 19px; right: -21px;*/
	top: 19px; left: -21px;
}



.primary-nav>div>ul, .primary-nav>ul, .sitepress_container>.wpml-ls li, .primary-nav ul li.mega-menu-links>ul>li {
    font-size: 15px;
}
.primary-nav > ul > li > a {
    padding: 0 15px;
}


.onsale {
	background-color: #edd067!important;
	color: #ffffff!important;
}
.onsale {
	top: 0;
	right: 0;
	left: auto;
	margin: -0.5em -0.5em 0 0;
}
.onsale {
	height: 40px;
	width: 40px;
	line-height: 40px;
	display: block;
	padding: 0;
	font-size: 15px;
	font-weight: 700;
	position: absolute;
	text-align: center;
	top: -0.5em;
	left: -0.5em;
	margin: 0;
	font-size: .757em;
	-webkit-font-smoothing: antialiased;
	z-index: 99;
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	transform: rotate(-15deg);
}
.onsale:before, .onsale:after {
	background: #edd067!important;
}
.onsale:before {
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
}
.onsale:before, .onsale:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 40px;
	z-index: -1;
}
.onsale span {
	position: relative;
	z-index: 10;
}
.onsale:before, .onsale:after {
	background: #edd067!important;
}
.onsale:after {
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	-o-transform: rotate(60deg);
	transform: rotate(60deg);
}
.onsale:before, .onsale:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 40px;
	z-index: -1;
}
.onsale {
	top: 0;
	right: 0;
	left: auto;
	/*margin: -0.5em -0.5em 0 0;*/
	margin: 25px;
}

@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;
}



























.qodef-header--divided.qodef-header--light #qodef-page-header>div:not(.qodef-header-sticky) .widget:hover {
	background: transparent;
	color: #6a7854;
	border: 1px solid #fff;
}
.qodef-header--divided.qodef-header--light #qodef-page-header>div:not(.qodef-header-sticky) .widget, {
	border: 0px solid #fff!important;
}
.qodef-header--centered.qodef-header--light #qodef-page-header>div:not(.qodef-header-sticky) .widget, .qodef-header--divided.qodef-header--light #qodef-page-header>div:not(.qodef-header-sticky) .widget, .qodef-header--standard.qodef-header--light #qodef-page-header>div:not(.qodef-header-sticky) .widget {
	border: 0px solid #fff;
}
.qodef-header--divided.qodef-header--light #qodef-page-header>div:not(.qodef-header-sticky) .widget:hover {
	background: transparent;
	color: #6a7854;
	border: 0px solid #fff;
}
.qodef-page-footer-inner {
	background-image: unset;
	background-repeat: repeat;
	background-position: center center;
	background-color: #6a7854;
	background-color: #566342;
}	


#qodef-page-footer{
	background: #566342;
	color: rgba(255,255,255,0.88);
}

#qodef-page-footer a{
	color: rgba(255,255,255,0.90);
	text-decoration: none;
	transition: color 0.2s ease, opacity 0.2s ease;
}

#qodef-page-footer a:hover{
	color: #ffffff!important;
	opacity: 0.95;
}

#qodef-page-footer .qodef-widget-title{
	color: #ffffff!important;
}

#qodef-page-footer p,
#qodef-page-footer li,
#qodef-page-footer span{
	color: rgba(255,255,255,0.88);
}

/* Top area spacing (optional) */
#qodef-page-footer-top-area{
	padding: 125px 0 125px 0;
	border-bottom: 1px solid rgba(255,255,255,0.12);
}

/* Bottom area */
#qodef-page-footer-bottom-area{
	padding: 18px 0;
	background: rgba(0,0,0,0.12);
}

/* Lists */
#qodef-page-footer ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#qodef-page-footer ul li{
	margin: 0 0 10px 0;
}

/* Post date */
#qodef-page-footer .post-date{
	display: block;
	font-size: 12px;
	opacity: 0.75;
	margin-top: 2px;
}

/* Icon list items */
#qodef-page-footer .qodef-icon-list-item .qodef-icon{
	color: #ffffff!important;
	opacity: 0.92;
}

/* Buttons inside footer */
#qodef-page-footer button,
#qodef-page-footer .qodef-button,
#qodef-page-footer input[type="submit"],
#qodef-page-footer input[type="button"],
#qodef-page-footer input[type="reset"]{
	background: #f1f1f1;
	color: #1c1c1c!important;
	border: 1px solid rgba(255,255,255,0.20);
	border-radius: 6px;
	padding: 10px 14px;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.15s ease, opacity 0.2s ease;
}

#qodef-page-footer button:hover,
#qodef-page-footer .qodef-button:hover,
#qodef-page-footer input[type="submit"]:hover,
#qodef-page-footer input[type="button"]:hover,
#qodef-page-footer input[type="reset"]:hover{
	background: #ffffff!important;
	opacity: 0.98;
}

/* Footer form fields (if any) */
#qodef-page-footer input[type="text"],
#qodef-page-footer input[type="email"],
#qodef-page-footer input[type="tel"],
#qodef-page-footer textarea,
#qodef-page-footer select{
	background: rgba(255,255,255,0.08);
	border: 1px solid rgba(255,255,255,0.18);
	color: #ffffff!important;
	border-radius: 6px;
	padding: 10px 12px;
	outline: none;
}

#qodef-page-footer input[type="text"]::placeholder,
#qodef-page-footer input[type="email"]::placeholder,
#qodef-page-footer input[type="tel"]::placeholder,
#qodef-page-footer textarea::placeholder{
	color: rgba(255,255,255,0.70);
}

/* Logo image */
#qodef-page-footer .widget_media_image img{
	display: block;
	max-width: 180px;
	height: auto;
}
#qodef-page-footer .widget a {
    color: #f1f1f1!important;
}
#qodef-page-footer .widget.widget_recent_entries ul li .post-date {
    color: rgba(255,255,255,0.5);
}
@media only screen and (max-width: 1366px) {
    #qodef-page-footer-top-area {
        background-size: unset;
    }
}



.qodef-page-title.qodef--has-image,
.qodef-page-title.qodef--has-image .qodef-m-title,
.qodef-page-title.qodef--has-image .qodef-breadcrumbs,
.qodef-page-title.qodef--has-image .qodef-breadcrumbs a,
.qodef-page-title.qodef--has-image .qodef-breadcrumbs span{
	color:#fff !important;
}

.qodef-page-title.qodef--has-image .qodef-breadcrumbs a:hover{
	color:#fff !important;
	opacity:0.85;
}
.qodef-page-title.qodef--has-image .qodef-breadcrumbs-separator{
	color:#fff !important;
}



.qodef-header--standard #qodef-page-header>div:not(.qodef-header-sticky) .widget {
    transition: all .2s ease-out;
    border: 1px solid #fff;
}
.qodef-header--standard #qodef-page-header>div:not(.qodef-header-sticky) .widget:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
}





@media screen and (max-width: 768px) {
	.wdp-button-mobile {
		width: 100% !important;
		padding: 14px 0px 12px 0px !important;
		white-space:nowrap !important;
		text-align:center !important;
	}
	.pull-right {
		width: 100% !important;
	}
}





@media screen and (max-width: 767px) {
	.qodef-woo-product-list .qodef-woo-product-button-holder>.add_to_cart_button:before {
		margin-right: -95px !important;
	}	
}
@media screen and (max-width: 480px) {
	.qodef-woo-product-list .qodef-woo-product-button-holder>.add_to_cart_button:before {
		margin-right: -95px !important;
	}	
}


