/*===============================================================

	Author page

===============================================================*/

#author .title-container{
	margin-bottom: 40px;
}
#author .title .profile-pic {
	float: left;
	margin-right: 30px;
}
#author .title .profile-pic i {
	font-size: 100px;
	color: rgba(0,0,0,0.55);
}
#author .title .profile-pic img {
	border-radius: 50%;
	width: 100px;
	height: 100px;
}
#author .title .author-deets {
	float: left;
	width: calc(100% - 130px);
}
#author .title p.author-link {
	margin-bottom: 15px;
	font-weight: 700;
}
#author .title p.author-bio {
	margin-bottom: 15px;
	border-top: 1px solid rgba(0,0,0,0.15);
	padding-top: 15px;
}
#author .results {
	margin-bottom: 30px;
	color: #656565;
	font-size: 16px;
}