.dcms_author-info{
	background-color:#F2F2F2;
	padding:15px;
	margin: 10px auto 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.dcms_author-avatar .avatar{
	border-radius: 50%;
	max-width: 96px;
	float: left;
}

.dcms_author-info .dcms_author-description,
.dcms_author-info .dcms_author-heading,
.dcms_author-info .dcms_author-footer
{
	clear: none;
	padding: 4px 0 4px 112px;
}

.dcms_author-info .dcms_author-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.dcms_author-show-all {
	background: #212331;
}

.dcms_author-show-all a {
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 600;
}

.dcms_author-show-all a {
	display: block;
	padding: 5px 10px;
}

.dcms_author-info .dcms_author-footer > div:first-child {padding-left:0;}

.dcms_author-info .dcms_author-footer > div {
	padding:0 10px;
}

.dcms_author-info .dcms_author-heading{
	margin-bottom: 6px;
	margin-top: 0;
}

.dcms_author-footer{
	padding-top: 16px;
	clear: both;
	width: 100%;
}

.dcms_author-footer:after{
	content:'';
	display: block;
	clear:both;
}

.dcms_author-show-all{
	float:right;
}

.dcms_author-show-all i {
	font-size:20px;
	font-weight:600;
	position: relative;
	top: 2px;
	left: 6px;
}

.dcms_author-social{
	float:left;
}

.dcms_author-social a{
	text-align: center;
	text-decoration: none;
	background-color: black;
	display: inline-block;
	box-shadow:none!important;
	border: none!important;
	width: 24px;
	height: auto;
}

.dcms_author-social a i{
	font-size: 16px;
	color:white;
}


.dcms_author-social .author-url,
.dcms_author-social .author-github{
	background-color:#97BC31;
}

.dcms_author-social .author-facebook{
	background-color:#3B5998;
}

.dcms_author-social .author-twitter{
	background-color:#7AC9ED;
}

.dcms_author-social .author-googleplus{
	background-color:#D64D2F;
}

.dcms_author-social .author-linkedin{
	background-color:#1686B0;
}

.dcms_author-social .author-pinterest{
	background-color:#CB2027;
}

.dcms_author-social .author-youtube{
	background-color:#CB1E22;
}

.dcms_author-social .author-instagram{
	background-color:#050707;
}

@media(max-width: 678px){
	.dcms_author-info .dcms_author-description, 
	.dcms_author-info .dcms_author-heading,
	.dcms_author-avatar,
	.dcms_author-avatar .avatar,
	.dcms_author-show-all,
	.dcms_author-social{
		float: none;
		width:100%;
		margin: auto;
		text-align: center;
		margin-bottom: 10px;
	}

	.dcms_author-info .dcms_author-description{
		text-align: left;
	}

}

