.wpf-favorite-block-spacer {
    margin-top: 20px;
}

.wpf-favorite-block {
	width: 220px;
	max-width: 100%;
	text-align: center;
	clear: both;
	background-color: #e5e1d4;
	padding: 4px 0;
	min-height: 30px;
	box-sizing: border-box;
	border: thin solid #858585;
	font-size: 17px;
}

#primary .widget-container a.wpf-favorite-link:not(.featured_title_link) {
	color: #fd6769!important;
	width: 100%;
	background: #fff;
	padding: 24px;
	display: block;
	box-sizing: border-box;
}
.twoprop.propcol a.wpf-favorite-link {
	width: 101%;
	/*float: left;*/
	cursor: pointer;
	/*padding: 3px 0px 0px 26px;*/
	padding: 3px 0px 3px 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-top: 3px;
	font-size: 14px;
}
/*.isnotfavorite {
background-color: #CDCDCD;
color: #f5f5f5;
background-image: url('css/css-images/fav-icon.png');
background-position: 7px 9px;
background-repeat: no-repeat;
}*/


#primary .widget-container a i {
	font-size: 18px;
	margin-top: -2px;
}
.wfp-loading {
/*	width: 16px!important;
display: inline-block;
height: 10px!important;
color: transparent!important;
margin: 0 auto;
overflow: visible;
position: relative;*/
}
.wfp-loading:after {
	content: '';
	background: url('../images/loading.gif') no-repeat;
	height: 16px;
	width: 16px;
	padding: 0 16px;
	margin-left: 5px;
	/*position: absolute;
	z-index: 9999;
	left: 0;
	top: 0;*/
}

a.wpf-remove-favorite {
	/*color: #B30000;
	background: #E0E0E0;
	border-radius: 500px;
	padding: 1px 4px;
	font-size: 9px;*/
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 22px;
}

.property_listing_favorite {
	float: left;
	width: 100%;
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 15px;
	margin-right: 15px;
}
.property_listing_favorite .property_listing_details {
	width: 60%;
	padding-left: 15px;
}
.property_listing_favorite .property_listing_details .listing_title {
	margin-top: 17px;
}
.property_listing_main {
	float: left;
	width: 75%;
	position: relative;
	background: #ffffff;
	margin-bottom: 15px;
	webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
}
.property_listing_main:hover {
	-webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.4);
	box-shadow: 0 2px 8px 0 rgba(0,0,0,.4);
}


.property_listing_notice {
	float: left;
	width: 25%;
	padding: 0px 15px 15px;
	box-sizing: border-box;
}
.property_listing_notice textarea {
	margin-bottom: 5px;
}
.save_date {
	margin-bottom: 6px;
}
.cancel_notice {
	cursor: pointer;
}
.viev_property {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.btn-link {
	padding: 5px 10px;
	border: 1px solid #fd6769;
	border-radius: 2px;
	height: 28px;
	box-sizing: border-box;
	line-height: 1.2;
}
.btn-link:hover{
	border-color: #999;
	color: #fd6769!important;
	cursor: pointer;
}
.cancel_notice {
	color: #67cfd8;
}
.property_listing_favorite figcaption,
.property_listing_favorite figure,
.property_listing_favorite figcaption:hover,
.property_listing_favorite figure:hover,
.property_listing_favorite .property_listing_details,
.property_listing_favorite .property_listing_details:hover {
	cursor: default!important;
}
.ng-hide {
	display: none;
}
.link-secondary a {
	color: #7e7e7e;
	cursor: pointer;
	word-wrap: break-word;
}
.link-secondary a:hover {
	text-decoration: underline;
}
.display_none {
	display: none!important;
}
.wpf-favorite-link-no-login-min,
.wpf-min-version {
	float: right;
	margin-right: 30px;
	margin-top: 10px;
}
.wpf-favorite-link-no-login-min:hover {
	
}
@media only screen and (max-width: 959px){
	.wpf-favorite-block {
		width: 100%;
	}
	#primary .widget-container a {
		width: 97.5%!important;
	}
}

@media only screen and (max-width: 800px){
	.property_listing_main,
	.property_listing_notice{
		width: 100%!important;
	}
}
@media only screen and (max-width: 600px){
.property_listing_details > div {
	display: none;
}
}
@media only screen and (max-width: 550px){
#main #post .property_listing_main figure {
	width: 100%!important;
	max-width: 100%!important
}
.property_listing_details {
	width: 100%;
}
}