.follow-author-button-wrapper {
	position: absolute;
	top: 10px;
	left: -150px;
	z-index: 99;
}

.follow-author-button-wrapper .author-image {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	position: absolute;
	left: 27%;
	top: -55px;
}

.follow-author-button-wrapper .follow-btn {
	display: block;
	position: relative;
	color: #EB8B40;
	border: 1px solid #EB8B40;
	height: 30px;
	line-height: 28px;
	padding: 0px 15px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	transition: 150ms;
}

.follow-author-button-wrapper .follow-btn.unfollow {
	color: #FFF;
	background: #EB8B40;
}

.follow-author-button-wrapper .follow-btn:hover {
	text-decoration: none;
	transition: 150ms;
	color: #df5326;
	border-color: #df5326;
}

.follow-author-button-wrapper .follow-btn.unfollow:hover {
	color: #FFF;
	background: #df5326;
}

.follow-author-button-wrapper .follower-count {
	display: block;
	margin: 5px 0 0;
	text-align: center;
}

.author.large.group .follow-author-button-wrapper .follow-btn {
	display: none !important;
}

body.ej-page-author .author.large.group .follow-author-button-wrapper .follow-btn {
	display: inline-block !important;
}

@media screen and (max-width: 1400px){
	.follow-author-button-wrapper {
		position: absolute;
		top: 10px;
		right: 20px;
		left: auto;
	}
}

@media screen and (max-width: 768px){
	.follow-author-button-wrapper {
		position: absolute;
		top: 9px;
		right: 20px;
		left: auto;
	}
	.author.large.group .follow-author-button-wrapper .follow-btn {
		display: inline-block !important;
	}
	.follow-author-button-wrapper .follow-btn {
		font-size: 11px;
	}
	.meta-followers {
		margin-left: 11px;
	}
}