/**
 * Basic Styling
 */

.listing-image,
.property-image {
	position: relative;
}

.wpcasa-label,
.wpsight-label {
	padding: 10px 15px; 
	position: absolute; 
	top: 15%; 
	right: 0; 
	color: #FFF;
	text-transform: uppercase;
	background: #222; 
	background: rgba(0,0,0,.75); 
}

.wpcasa-label-sc,
.wpsight-label-sc {
	margin: 0 0 20px 0;
	position: relative;
	top: 0;
	font-size: 20px;
	text-align: center;
}

/**
 * Special Styling
 */

/* Label: NEW */
.wpcasa-label.wpcasa-label-new,
.wpsight-label.wpsight-label-new {
	background: #9C3;
	background: rgba(153,204,51,.85);
}

/* Label: HOT */
.wpcasa-label.wpcasa-label-hot,
.wpsight-label.wpsight-label-hot {
	background: #F30;
	background: rgba(255,51,0,.85);
}

/* Label: FEATURED */
.wpcasa-label.wpcasa-label-featured,
.wpsight-label.wpsight-label-featured {
	background: #3CF;
	background: rgba(51,204,255,.85);
}

/* Label: SOLD & RENTED */
.wpcasa-label.wpcasa-label-sold,
.wpcasa-label.wpcasa-label-rented,
.wpsight-label.wpsight-label-sold,
.wpsight-label.wpsight-label-rented {
	background: #333;
	background: rgba(34,34,34,.85);
}

