/***********************************
Custom OTW Option Styles
***********************************/

.clearfix {
	*zoom: 1
}

.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: ""
}

.clearfix:after {
	clear: both
}

.ypr-about-wrap {
	background:url('../images/yp-admin-icon.png') no-repeat 0 0 transparent;
	position: relative;
	height: 51px;
	margin: 6px 0 0;
	float: left;
	width: 60px;
}

.wordimpress-section a.upgrade {
	background-color: #fedd00;
	color: #777777;
	padding: .7em 2em .7em 1.2em;
	border-radius: 2px;
	margin: 0 0 2rem 0;
	text-decoration: none;
	display: inline-block;
	float: none;
	background-position: 120px 13px;
}

.wordimpress-section a.upgrade:hover {
	background-color: #edc900;
	color: #ffffff;
}

#sunrise-plugin-settings .hndle:hover, #sunrise-plugin-settings h3:hover {
	cursor: default;
}

/* Social Media */

.social-items-wrap > div {
	display: inline-block;
}

/* Columns */

@media (min-width: 900px) {
	.half-column:first-of-type {
		width: 47%;
		margin-right: 3%;
		float: left;
	}

	.half-column:last-of-type {
		width: 50%;
		float: left;
	}

}

@media (max-width: 899px ) {

	.social-wrap {
		margin: 0 0 20px;
	}
}

/*----------------------------------------
Labels
-------------------------------------------*/

.label:hover {
	cursor: default;
}

.label {
	position: absolute;
	top: 6px;
	right: 16px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	padding: 6px 10px;
	font-size: 11.844px;
	font-weight: bold;
	line-height: 14px;
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #999;
}

.basic-label {

	cursor: default;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15);
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 12px;
	padding: 3px 6px;
}

.label-success {
	border-color: #5AAD34;
	background-color: #78CD51;
}

.edd-wordimpress-license-wrap {
	border-top: 1px solid #CCC;
	margin: 20px 0 0;
	padding: 10px 0 0;
}

.update-link {
	position: absolute;
	top: 20px;
	right: 130px;
	font-weight: bold;
}

.new-window {
	background: url('../images/new-window-icon.png') no-repeat right 3px transparent;
	padding-right: 13px;
}