@charset "utf-8";
/* CSS Document */
.wp-about-author-containter h3, .wp-about-author-containter p{
	margin:0 0 10px 0;
	padding:0;
}
.wp-about-author-containter-top{
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	margin: 20px 0;
	overflow: hidden;
	padding: 20px;
}
.wp-about-author-containter-around{
	background: #f2f7fc;
	border: 1px solid #000;
	clear: both;
	margin: 20px 0;
	overflow: hidden;
	padding: 20px;
}
.wp-about-author-containter-none{
	margin: 20px 0;
	padding: 35px 20px 25px;
	clear: both;	
	overflow: hidden;	
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
}
.wp-about-author-pic{
	float: left;
	margin: 0 -122px 0 0;
}
.wp-about-author-pic.wp-about-author-circle,
.wp-about-author-pic.wp-about-author-circle img {
	border-radius: 50%;
	box-shadow: none;
}
.wp-about-author-text{
	margin-left: 135px;
	display: table;
}
.wp-about-author-text > h3 {
	margin: 0 0 8px 0 !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}
.wp-about-author-text > h3 a {
	color: #222;
	text-decoration: none !important;
}
.wp-about-author-text > h3 a:hover {
	text-decoration: underline;
}
.wp-about-author-text p {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 16px;
	line-height: 24px;
}
.wp-about-author-text p a {
	color: #21303d !important;
	text-decoration: none;
}
.wp-about-author-text p a:hover {
	color: #fff !important;
}
.wp-about-author-text p.wpa-nomargin {
	margin: 0;
}
.wpa-social-icons{
	margin: 10px 20px 0 0;
	display: inline-block;
}

