/* Label Colors
================================================== */

.wpsight-label span {
	background-color: #ededed;
	color: #444;
}

.wpsight-label.wpsight-label-1 span {
	background-color: #2980b9;
	color: #fff;
}

.wpsight-listing-thumbnail .wpsight-label.wpsight-label-1 {
	border-color: #2980b9;
}

.wpsight-label.wpsight-label-2 span {
	background-color: #27ae60;
	color: #fff;
}

.wpsight-listing-thumbnail .wpsight-label.wpsight-label-2 {
	border-color: #27ae60;
}

.wpsight-label.wpsight-label-3 span {
	background-color: #95a5a6;
	color: #fff;
}

.wpsight-listing-thumbnail .wpsight-label.wpsight-label-3 {
	border-color: #95a5a6;
}

.wpsight-label.wpsight-label-4 span {
	background-color: #f5f49f;
}

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

.wpsight-label.wpsight-label-5 span {
	background-color: #444;
	color: #fff;
}

.wpsight-listing-thumbnail .wpsight-label.wpsight-label-5 {
	border-color: #444;
}

.wpsight-label.wpsight-label-6 span {
	background-color: #e74c3c;
	color: #fff;
}

.wpsight-listing-thumbnail .wpsight-label.wpsight-label-6 {
	border-color: #e74c3c;
}

.wpsight-label.wpsight-label-7 span {
	background-color: #34495e;
	color: #fff;
}

.wpsight-listing-thumbnail .wpsight-label.wpsight-label-7 {
	border-color: #34495e;
}

.wpsight-label.wpsight-label-8 span {
	background-color: #d24d57;
	color: #fff;
}

.wpsight-listing-thumbnail .wpsight-label.wpsight-label-8 {
	border-color: #d24d57;
}

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

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

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

.wpsight-listing-thumbnail .wpsight-label 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-label 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-label,
.wpsight-listing-teaser .wpsight-listing-thumbnail .wpsight-label {
	border-width: 3px;
}

.wpsight-dashboard .wpsight-listing-thumbnail .wpsight-label span,
.wpsight-listing-teaser .wpsight-listing-thumbnail .wpsight-label 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-label-title-before,
.wpsight-label-title-after {
	display: inline-block;
}

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

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

.wpsight-label-title-before .wpsight-label span,
.wpsight-label-title-after .wpsight-label 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-label {
	display: inline-block;
	margin-bottom: 20px;
	margin-right: 15px;
}

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

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