/* typography */
.typography_container {
	padding-bottom: 0;
}

.typography_container .option {
	width: 100%;
}

.typography_container input {
	float: left;
	margin-right: 14px;
}

.typography_container .select-wrapper {
	float: left;
	width: 150px;
	margin-right: 10px;
	margin-bottom: 0 !important;
}

.typography_container .select-wrapper.font-unit {
	width: 61px;
}

.typography_container .ui-spinner-buttons {
	top: 0 !important;
}

.typography_container .select-wrapper.font-style {
	width: 93px;
}

.typography_container .select-wrapper select {
	width: 100%;
}

.typography_container .font-preview {
	border: 1px dashed #ddd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 10px 0;
	padding: 20px;
	position: relative;
}

.typography_container .font-preview .refresh_container {
	background: rgba(255, 255, 255, 0.82);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.typography_container button.refresh {
	/*background: #F2F2F2 url(../images/white-grad.png) repeat-x scroll left top;*/
	border: 1px solid #BBB;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	color: #464646;
	cursor: pointer;
	font-size: 12px !important;
	line-height: 6px;
	margin: -16px 0 0 -105px;
	padding: 3px 19px;
	position: absolute;
	text-shadow: rgba(255, 255, 255, 1) 0 1px 0;
	text-decoration: none;
	top: 50%;
	left: 50%;
	width: auto;
	height: 18px;
}

.typography_container button.refresh img {
	margin-right: 5px;
	vertical-align: middle;
}

blockquote.yith-gfont-quote-disclamer{

	width:95%;
	margin:15px 0;
	font-style:italic;
	color: #555555;
	padding:1.2em 10px 1.2em 23px;
	border-left:8px solid #D91212 ;
	line-height:1.6;
	position: relative;
	background:#EDEDED;
}

#yith-gfont-disclamer h4{
	margin-top: 0;
}
