#elephant-microcomments .content-wrap {
	width: 100%;
	max-width: 680px;
	float: none;
	margin: 0 auto;
}

#elephant-microcomments .microcomment-form {
	position: relative;
	margin-top: 10px;
	padding-top: 25px;
	border-top: 1px solid #CCC;
}

#elephant-microcomments .microcomment-form textarea {
	height: 30px; 
	width: calc(100% - 55px); 
	margin-right: 55px;
	resize: none; 
	float: right;
	padding: 8px 5px 0; 
	font-size: 13px; 
	line-height: 15px;
	border: 1px solid #CCC;
	overflow: scroll;
}

#elephant-microcomments .microcomment-form .has-image textarea {
	width: calc(100% - 110px); 
}

#elephant-microcomments .acf-comment-fields {
	display: none !important;
}

#elephant-microcomments .microcomment-form::-webkit-scrollbar { 
	width: 5px; 
}
#elephant-microcomments .microcomment-form::-webkit-scrollbar-track { 
	-webkit-box-shadow: none; 
	border-radius: 0px;
}
#elephant-microcomments .microcomment-form::-webkit-scrollbar-thumb {
	border-radius: 0px;
	-webkit-box-shadow: none;
	background: rgba(0,0,0,0.2);
}

#elephant-microcomments .comment-input::-webkit-scrollbar,
#elephant-microcomments .comment-input::-webkit-scrollbar-track,
#elephant-microcomments .comment-input::-webkit-scrollbar-thumb {
	display: none;
}

#elephant-microcomments .comment-form-comment {
	margin: 0;
	min-height: 30px;
}

#elephant-microcomments .comment-form-comment .mcimg {
	display: inline-block;
	height: 30px;
	width: 30px;
	float: left;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	position: relative;
	left: 15px;
}

.microcomments-replybox {
	display: block; 
	width: 100%; 
	margin: 0 0 10px;
	position: relative;
}

#elephant-microcomments .form-submit {
	margin: 0;
	position: absolute;
	right: 0;
	top: 25px;
}

#elephant-microcomments .form-submit:after {
	content: " ";
	display: block;
	clear: both;
}

#microcomments {
	clear: both;
	position: relative;
}

#elephant-microcomments .comment-error {
	font-family: "Open Sans";
	font-size: 13px;
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#elephant-microcomments .microcomment-form input[type=submit],
#elephant-microcomments .fake-form-submit-button {
	display: inline-block;
	background: rgb(250,150,0);
	color: #FFF;
	cursor: pointer;
	padding: 9px 8px 9px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	line-height: 12px;
	font-family: 'Open Sans';
	float: right;
	margin: 0;
}

#elephant-microcomments .comment {
	border-left: 0px;
	padding-left: 0px;
	margin: 0 0 0px;
	overflow: hidden;
}

#elephant-microcomments.microcomments span.title {
	display: none;
}

#elephant-microcomments.microcomments .reply .flag-comment,
#elephant-microcomments.microcomments .make-staff-pick {
	display: none;
}

#elephant-microcomments.microcomments .reply .comment-reply-link {
	cursor: pointer;
	float: right;
	font-size: 12px;
	line-height: 12px;
	font-family: "Open Sans";
}

#elephant-microcomments.microcomments .reply:after {
	content: " ";
	display: block;
	clear: both;
}

#elephant-microcomments.microcomments i {
	font-family: "FontAwesome";
}

#elephant-microcomments.microcomments .comment {
	padding-top: 5px !important;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-top: 0px !important;
}

#elephant-microcomments.microcomments .comment .comment-author {
	top: 0;
}

#elephant-microcomments.microcomments .comment .view-all-comments {
	color: #999;
	font-size: 11px;
	line-height: 13px;
	font-family: "Open Sans";
	text-decoration: none;
}

#elephant-microcomments.microcomments .comment .comment-author {
	display: block;
	margin: 0;
}

#elephant-microcomments.microcomments .comment .comment-author a {
	font-size: 12px; 
	line-height: 14px;
	font-family: "Open Sans";
}

#elephant-microcomments.microcomments .comment a.micropost-comment-reply {
	color: #999 !important;
	font-size: 11px;
	line-height: 11px;
	position: relative;
	top: -10px;
	z-index: 11;
}

#elephant-microcomments.microcomments .microcomment-reply {
	border: 1px solid #CCC;
	width: 100%;
	resize: none;
	padding: 3px;
}

/*#elephant-microcomments #microreplysubmit {
	margin-top: 0px;
	display: inline-block;
	background: rgb(250,150,0);
	color: #FFF;
	cursor: pointer;
	padding: 5px 10px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	line-height: 13px;
	font-family: 'Open Sans';
	float: right;
}*/

#elephant-microcomments.microcomments .comment p {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 16px;
}

#elephant-microcomments .comment-list {
	max-height: 300px;
	overflow-y: scroll;
	position: relative;
}

#elephant-microcomments .comment-list::-webkit-scrollbar { 
	width: 5px; 
}
#elephant-microcomments .comment-list::-webkit-scrollbar-track { 
	-webkit-box-shadow: none; 
	border-radius: 0px;
}
#elephant-microcomments .comment-list::-webkit-scrollbar-thumb {
	border-radius: 0px;
	-webkit-box-shadow: none;
	background: rgba(0,0,0,0.2);
}

#elephant-microcomments .comment-list .children {
	margin: 0;
	padding: 0 0 0 15px;
}

#elephant-microcomments .comment-list .children .comment .comment-author {
	padding-left: 5px;
	border-left: 1px solid #AAA;
}

#elephant-microcomments .author-thumb,
#elephant-microcomments  h3.comment-reply-title {
	display: none;
}

.microactions {
	position: relative;
	top: -10px;
	padding: 0 10px 15px;
	background: #FCF8F3;
}

.microactions .more-gradient {
	display: none;
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 7;
	width: 100%;
	height: 50px;
	background: rgb(252,248,243);
	background: linear-gradient(0deg, rgba(252,248,243,1) 0%, rgba(252,248,243,0) 100%);
}

.micro-actionbar {
	padding-top: 10px;
}

.micro-actionbar .right {
	float: right;
}

.micro-actionbar .heart {
	position: relative;
}

.micro-actionbar .heart:after {
	content: " ";
	background: url('/wp-content/themes/elephant_eco/images/eco-heart-icon-off.png') bottom center no-repeat transparent;
	background-size: 22px;
	z-index: 98;
	display: block;
	width: 22px;
	height: 22px;
	overflow: hidden;
	position: absolute;
	left: calc(50% - 11px);
	bottom: 0;
}

.micro-actionbar .heart:before {
	content: " ";
	display: block;
	width: 22px;
	height: 0px;
	position: absolute;
	left: calc(50% - 11px);
	bottom: 0;
	transition: 1s;
	background: url('/wp-content/themes/elephant_eco/images/eco-heart-icon.png') bottom center no-repeat transparent;
	background-size: 22px;
}

.micro-actionbar .heart.hearted:before {
	height: 22px;
	z-index: 99;
}

.micro-actionbar .heart.hearting:before {
	height: 22px;
	transition: 1s;
}

.micro-actionbar .heart.unhearting:before {
	height: 0px;
	transition: 1s;
}

.micro-actionbar span {
	display: inline-block;
	width: 40px;
	height: 22px;
	text-align: center;
	background-size: auto 90%;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	position: relative;
}

#microcomments .comment.depth-5 .micropost-comment-reply, 
#microcomments .comment.depth-6 .micropost-comment-reply {
	display: none !important;
}

.micro-actionbar span.link span {
	position: absolute;
	top: 24px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 10px;
	line-height: 10px;
	color: #999;
}

.micro-actionbar span i {
	font-family: "FontAwesome";
	font-size: 22px;
	color: #999;
	position: relative;
	top: 0px;
}

.micro-actionbar .comment {
	background-image: url('/wp-content/themes/elephant_eco/images/eco-comments-icon.png');
	background-position: bottom center;
	background-size: 22px;
}

.micro-actionbar .twitter i {

}

.micro-actionbar .heartedby {
	display: inline-block;
	line-height: 14px;
	font-size: 12px;
	color: #999;
	vertical-align: top;
	position: relative;
	top: -11px;
}

.micro-actionbar .heartedby .hearted-profile-img {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	overflow: hidden;
	background-size: cover;
	margin-left: -12px;
	position: relative;
	top: 8px;
	border: 1px solid #FFF;
	cursor: normal;
}

.micro-actionbar .heartedby .hearted-profile-img:first-child {
	margin-left: 0;
}

.comment-reply-intro {
	font-size: 11px;
	line-height: 11px;
	margin: 0 0 5px;
	font-weight: bold;
	position: absolute;
	top: 6px;
	left: 55px;
	color: #333;
}

.comment-reply-intro span {
	color: #666;
}

@media screen and (max-width: 768px){
	#elephant-microcomments .comment-list {
		max-height: 230px;
	}
	.comment-reply-intro {
		left: 0;
	}
}