#elephant-comments-overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 99996;
	display: none;
}

#elephant-comments {
	width: 100%;
	max-width: 480px;
	right: -500px;
	height: 100%;
	position: fixed;
	top: 0;
	background: #FFF;
	min-height: 500px;
	height: 100%;
	z-index: 99997;
	box-shadow: 0 -3px 5px rgba(0,0,0,0.2);
	border-left: 1px solid #CCC;
	transition: 500ms;
	overflow: scroll;
}

#elephant-comments .comment-form-author,
#elephant-comments .comment-form-email,
#elephant-comments .comment-form-url,
#elephant-comments .comment-form-cookies-consent {
	display: none !important;
}

#elephant-comments .close-comments {
	position: absolute;
	text-decoration: none;
	top: 5px;
	right: 5px;
	color: #AAA;
	display: inline-block;
	padding: 5px;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
}

#elephant-comments.on {
	right: 0;
	transition: 500ms;
}

#elephant-comments .moreloading {
	margin: 10px 0; 
	text-align: center; 
	color: #AAA;
}

.reply-box {
	clear: both;
	margin: 10px 0;
}

.reply-box textarea {
	width: 100%;
	resize: none;
	height: 80px;
	border: 1px solid #AAA;
	padding: 5px;
	font-size: 13px;
	line-height: 16px;
	background: #FFF;
	color: #333;
}

.reply-box a.send-reply {
	display: inline-block;
	background: rgb(250,150,0);
	color: #FFF;
	cursor: pointer;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	line-height: 13px;
	font-family: 'Open Sans';
	float: right;
}

.reply a.make-staff-pick {
	display: inline-block;
	margin-left: 10px;
}

.comment a {
	cursor: pointer;
}

.comment-list .comment {
	position: relative;
}

.comment-list .author-thumb {
	display: inline-block;
	width: 46px;
	height: 46px;
	margin: 0 10px 0 0;
	background-size: contain;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
}

.comment-list .comment:not(.has-label) {
	padding-top: 20px !important;
}

.comment-list .comment.has-label .author-thumb {
	top: 20px;
}

.comment-list .comment:not(.has-label) .comment-author {
	position: relative;
	top: -17px;
}

span.new-comment-overlay {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(47,78,206,0.15);
	width: 100%;
	height: 100%;
	display: block;
	display: none;
	z-index: 1;
}

.comment-list .comment-author {
	position: relative;
	top: -10px;
	margin-right: 0px;
}

.comment-list .comment-author:after {
	content: " ";
	display: block;
	clear: both;
}

.comment-list .sep {
	position: relative;
	top: -10px;
	margin: 0px 3px;
	color: #333;
}

.comment-list .comment-date {
	position: relative;
	top: 8px;
	float: right;
}

.comment-list .contribution-score {
	position: relative;
	top: -10px;
	color: #AAA;
}

.ej-comments {
	background: rgb(252,252,252);
	padding: 15px 30px;
}

.ej-comments .comment-list ul.children {
	margin: 5px 10px 10px 15px;
}

h3.trending.comments-bar {
	background: #f79420;
	text-transform: capitalize;
}

#comment-input {
	border: 1px solid #CDCDCD;
	width: 100%;
	height: 120px;
	background: #FFF;
	margin: 0 auto;
	padding: 20px 15px 15px;
	font-size: 15px;
	line-height: 18px;
	color: #333;
	resize: vertical;
	font-family: 'Open Sans';
}

#reply-title {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 25px;
	color: #999;
}

#reply-title small {
	float: right;
}

#reply-title a {
	color: #eba806;
}

#reply-title small a, #reply-title small a i {
	color: #f30;
}

p.comment-form-comment {
	position: relative;
}

p.comment-form-comment span.commenticon {
	display: block;
	position: absolute;
	top: -15px;
	left: 30px;
	height: 35px;
	width: 50px;
	background: url('/wp-content/themes/elephant_eco/images/gr-comments-icon-color.png') center left no-repeat transparent;
	background-size: contain;
}

#comments .form-submit {
	padding: 0;
	margin: 0 auto 20px;
	text-align: right;
}

#comments .form-submit input[type="submit"] {
	display: inline-block;
	background: rgb(250,150,0);
	color: #FFF;
	cursor: pointer;
	padding: 10px 20px; 
	text-transform: uppercase; 
	font-weight: 700; 
	font-size: 12px; 
	line-height: 13px;
	font-family: 'Open Sans';
}

.comment-list .comment {
	border-left: 4px solid #CDCDCD;
	padding-left: 3px;
	margin: 0 0 20px;
	overflow: hidden;
}

.comment-list .comment.depth-1 {
	border-top: 1px solid #CDCDCD;
	padding-top: 10px;
	border-left: 0;
	padding-left: 0;
}

.comment-list .comment:first-child {
	border-top: 0;
}

.comment-list .comment-meta {
	font-size: 13px;
	line-height: 17px;
	position: relative;
}

.comment-list .comment-author {
	color: rgb(234,79,0) !important;
	display: inline-block;
	margin-right: 10px;
	font-weight: 600;
}
.comment-list .comment-author a {
	color: rgb(234,79,0) !important;
	font-size: 14px;
	line-height: 14px;
}

.comment-list .comment.depth-1 .comment-author,
.comment-list .comment.depth-1 .comment-author a {
	color: rgb(250,150,0) !important;
}

.community-single .comment-list p {
	font-family: "Open Sans";
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	padding: 0;
	margin: 5px 0;
}

.comment-list .reply a,
.comment-list .reply a i {
	font-size: 13px;
	line-height: 22px;
	color: #999;
	transition: 250ms;
}

.comment-list .reply a:hover,
.comment-list .reply a:hover i {
	text-decoration: none;
	color: rgb(250,150,0);
	transition: 250ms;
}

#load-all-comments {
	display: block;
	clear: both;
	background: #FCFAF6;
	border: 2px solid rgb(250,150,0);
	text-align: center;
	color: rgb(250,150,0);
	cursor: pointer;
	padding: 15px 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	font-size: 15px;
	line-height: 13px;
	font-family: 'Open Sans';
	position: relative;
}

#load-all-comments img {
	position: absolute;
	height: 30px; 
	width: auto; 
	left: 26%; 
	top: 8px;
}

a.comment-reply-link {
	float: left;
}

a.flag-comment {
	display: inline-block;
	float: right;
	cursor: pointer;
	color: rgb(234,79,0);
}

#elephant-comments .comment-meta .staff-pick {
	position: absolute;
	top: 8px;
	right: 0px;
	width: 68px;
	font-size: 11px;
	line-height: 11px;
	text-align: right;
}

#elephant-comments .comment-meta .staff-pick span {
	background: url('eco-star-icon.png') center no-repeat;
	background-size: contain;
	display: inline-block;
	height: 18px;
	width: 18px;
	position: absolute;
	top: -4px;
	left: 0;
}

#elephant-comments .comment-meta .staff-pick i {
	color: rgb(250,150,0);
	font-size: 18px;
	position: relative;
	top: 2px;
}

#elephant-comments .comment-tabs {
	background: rgb(255,248,226);
	position: relative;
	left: -30px;
	padding-left: 30px;
	width: calc(100% + 60px);
	border-bottom: 3px solid rgb(255,223,135);
}

#elephant-comments span.leader {
	font-size: 11px;
	line-height: 11px;
	background: rgb(190,72,48);
	color: #FFF;
	font-weight: bold;
	clear: both;
	display: inline-block;
	clear: both;
	text-align: center;
	margin-top: 0px;
	margin-left: 60px;
	position:relative;
	top: -10px;
	padding: 4px 10px;
}

#elephant-comments .comment-tabs span {
	display: inline-block;
	height: 30px;
	text-align: center;
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	padding: 0px 15px 25px 15px;
	position: relative;
	top: 3px;
}

#elephant-comments .comment-tabs span.active {
	color: #000;
	border-bottom: 3px solid rgb(252,168,18);
}

@media screen and (max-width: 768px) {
	#load-all-comments img {
		left: 10px; 
	}
}