.post-custom-info {
	margin: 30px 0;
}

.post-custom-info .meta-info span {
	float:left;
	margin-right: 30px;
}

.post-custom-info .source {
	clear:both;
	background: #fff;
	float: left;
	padding: 2%;
	width: 100%;
	margin: 16px 0 0px 0;
}

.post-custom-info .author-wrap {
	background: #fff;
	float: left;
	padding: 2%;
	width: 100%;
	margin-top: 16px;
}

.author-wrap .author-gravatar {
	float: left;
	margin: 0 10px 0 0;
	width: 10%;
}

.author-wrap .author-gravatar img{
	border-radius: 50%;
}

.author-wrap .author-text {
	float: left;
	width: 84%;
}

.author-wrap .author-text h4 {
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 0 0;
	padding: 0;
}

.author-wrap .author-text p {
	margin: 0 10px 10px 10px;
    padding: 6px 0 0px 0;
    color: #000;
    text-align: justify;
}