/* Badge Colors
================================================== */

.wpsight-featured span {
	background-color: #f5f49f;
	color: #444;
}

.wpsight-listing-thumbnail .wpsight-featured {
	border-color: #f5f49f;
}

/* Thumbnail Overlay
================================================== */

.wpsight-listing-thumbnail {
	position: relative;
}

.wpsight-listing-thumbnail .wpsight-featured {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-width: 5px;
	border-style: solid;
	height: 100%;
	position: absolute;
	width: 100%;
}

.wpsight-listing-thumbnail .wpsight-featured span {
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	font-size: 12px;
	left: 0;
	line-height: 1;
	padding: 3px 12px 7px 10px;
	position: absolute;
	top: 0;
}

.rtl .wpsight-listing-thumbnail .wpsight-featured span {
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	left: auto;
	padding-left: 12px;
	padding-right: 10px;
	right: 0;
}

.wpsight-dashboard .wpsight-listing-thumbnail .wpsight-featured,
.wpsight-listing-teaser .wpsight-listing-thumbnail .wpsight-featured {
	border-width: 3px;
}

.wpsight-dashboard .wpsight-listing-thumbnail .wpsight-featured span,
.wpsight-listing-teaser .wpsight-listing-thumbnail .wpsight-featured span {
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
	bottom: 0;
	font-size: 9px;
	overflow: hidden;
	padding: 2px 0 0;
	text-align: center;
	top: auto;
	width: 100%;
	white-space: nowrap;
}

/* Listing Title
================================================== */

.wpsight-featured-title-before,
.wpsight-featured-title-after {
	display: inline-block;
}

.wpsight-featured-title-before {
	margin-right: 10px;
}

.rtl .wpsight-featured-title-before {
	margin-left: 10px;
	margin-right: 0;
}

.wpsight-featured-title-after {
	margin-left: 10px;
}

.rtl .wpsight-featured-title-after {
	margin-left: 0;
	margin-right: 10px;
}

.wpsight-featured-title-before .wpsight-featured span,
.wpsight-featured-title-after .wpsight-featured span {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: normal;
	font-size: 12px;
	padding: 2px 12px;
	vertical-align: middle;
}

/* Listing Description
================================================== */

.wpsight-listing-section-description .wpsight-featured {
	display: inline-block;
	margin-bottom: 20px;
	margin-right: 15px;
}

.rtl .wpsight-listing-section-description .wpsight-featured {
	margin-left: 15px;
	margin-right: 0;
}

.wpsight-listing-section-description .wpsight-featured span {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: normal;
	padding: 3px 12px;
}