/* ===============================================
   AUTHOR INFORMATIONS
   =============================================== */

.post-author {
	border-top:solid 1px #ddd;
	margin-top:40px;
	padding-top:40px;
	border-bottom:solid 1px #ddd;
	margin-bottom:40px;
	padding-bottom:40px;
}

.author-img {
	float:left;
	margin-right:30px;
}

.author-img img {
	padding: 4px;
    border: solid 1px #ddd;
    float: left;
}

.author-content {
	overflow:hidden;
}

.author-content h5 {
	font-size:14px;
	letter-spacing:2px;
	text-transform:uppercase;
	margin:0 0 8px 0;
	color:#616161;
	display:block;
}

.author-content h5 a {
	color:#616161;
}

.author-content p {
	margin-bottom:8px;
}

body.single .socials.share a {
	margin-top:0;
}