/* Author Banner Image */
.aw-author {
	background:#fff;
	border:1px solid #d9d9d9;
	min-height:300px;
	width:100%;
	margin: 0 auto 20px;
}
.aw-author-banner {
	background: url("../img/banner-img.jpg") repeat scroll 0% 0% / cover  transparent;
	min-height:128px;
}
.aw-author-avatar {
	height:100px;
	width:100px;
	background:url("../img/user-avatar.jpg") no-repeat center center;
	margin:-50px auto 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius:50%;
	border-radius: 50%;
}

/* Author Info */
.aw-author-info {
	margin:0px auto;
	text-align:center;
	font-weight:bold;
	font-family: 'Open Sans', sans-serif;
	color:#5d5d5d;
}
.aw-author-info h3 {
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color:#5d5d5d;
	line-height:20px;
}
.aw-author-info span {
	margin:0px auto 10px;
	text-align:center;
	font-size:14px;
	line-height:20px;
	font-weight:normal;
	font-family: 'Open Sans', sans-serif;
	color:#5d5d5d;
	display:block;
}
.aw-author-info p {
	margin:0px auto;
	text-align:center;
	font-size:12px;
	width:95%;
	font-weight:normal;
	font-family: 'Open Sans', sans-serif;
	color:#5d5d5d;
	display:block;
}

/* Social Icons */
.aw-social-icons {
	list-style:none;
	margin: 0 auto 10px !important;
	text-align:center;
}
.aw-social-icons li {
	padding:5px;
	display:inline-block;
	margin:0 0 0 10px;
	border:none !important;
}
.aw-social-icons li:first-child {
	margin:0 0 0 0;
}
.aw-social-icons li a {
	display: block;
	width: 35px;
	height: 35px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius:50%;
	border-radius: 50%;
	background-color: #2da5da;
	color:#fff;
	line-height: 33px;
	text-align: center;
	font-size: 16px;
	
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.aw-social-icons li a:hover {
	text-decoration:none;
	color:#fff !important;
	opacity:.7;
}