/***************************************************
	Widget plugin - styling for author profile box
***************************************************/

/*** About This Author ***/
#about-this-author {
	outline: none;
	border-style: none;
}

#about-this-author-text {
	border: 1px solid #ddd;
}
#about-this-author h4 {
	text-align: center;
	background-color: #FFFFFF;
	color: #000;
	padding: 10px;
	text-transform: uppercase;
	font-size: 16px;
}

#author-gravatar {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
}

#about-this-author-acf {
	padding: 0 10px 10px 10px;
}

#about-this-author-acf hr {
	border-top: 1px dashed #ddd;
}

#about-this-author-acf .field-title {
	font-weight: 800;
	font-size: 13px;
}

#about-this-author-acf .field-value {
	font-weight: 600;
	font-size: 13px;
}

#about-this-author-acf p.author-disclaimer {
        font-weight: 600;
        font-size: 8px;
}

