=

#commentsbox {
	margin: 0px 0px 0px 0px;
}

h3#comments {
	font-size: 14px;
	background: #443835;
	border: 1px solid #382D2B;
	color: #fff;
	font-weight: 400;
	margin: 10px 0px;
	padding: 15px 10px;
}

ul.commentlist {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.commentlist li {
	line-height: 18px;
	background: #fff;
	border: ;
	margin: 9px 0 10px 0px;
	margin: ;
	float: right;
	width: 100%;
	border-radius: 5px;
	padding: 0;
}

ul.commentlist li .comment-author a:link,
ul.commentlist li .comment-author a:visited {
	color: #333;
	font-weight: 700;
	text-decoration: none!important;
}

cite.fn {
	color: #eee;
	font-style: normal;
}

ul.commentlist li .comment-author .avatar {
	float: right;
	border: 1px solid #eee;
	background: #fff;
	padding: 3px;
	width: 70px;
	margin-left: 16px;
	display: none;
}

ul.commentlist li .comment-meta .commentmetadata {
	color: #000;
}

ul.commentlist li .comment-meta a {
	color: var(--banafsh);
	text-decoration: none!important;
}

ul.commentlist li p {
	line-height: 18px;
	margin-top: 5px;
	color: #444;
	font-size: 14px;
	padding: 0 6px;
	float: right;
	width: 85%;
	margin-bottom: 9px;
}

ul.commentlist li .reply {
	margin-top: 11px;
	font-size: 10px;
	text-align: left;
	float: left;
	width: 14%;
	height: 25px;
}

ul.commentlist li .reply a {
    background: #41d3bd;
    text-decoration: none;
    padding: 3px 18px;
    color: #fff;
    border-radius: 14px;
    margin-left: 10px;
    font-size: 12px;
}

ul.commentlist li ul.children {
	list-style: none;
	text-indent: 0;
	margin: 10px auto;
	padding: 0;
}

.comment-nav {
	height: 20px;
	padding: 5px;
}

.comment-nav a:link,
.comment-nav a:visited {
	color: #E73540;
}

#respond {
	margin: 10px 0;
	padding: 10px 6px;
	background: #Fff;
}

#respond h3 {
	font-size: 14px;
	font-weight: 400;
	color: #444;
	padding: 10px 0px;
}

#commentform {
padding: 10px 0;
float: right;
width: 100%;
}

#commentform a {
	color: #222;
	font-size: 14px;
}

#commentform p {
	color: #41d3bd;
	margin: 5px 0;
	font-size: 14px;
}

#respond label {
	display: block;
	color: #BC1010;
	padding: 5px 0;
}

#respond input {
	background: #fff;
	border: 1px solid #ddd;
	color: #595852;
	margin: 3px auto;
	padding: 5px;
	font-size: 12px;
}

#commentform input {
	width: 100%;
}

#respond input#commentSubmit {
	width: auto;
	background: #10b83f;
	border: solid 1px #10b83f;
	color: #fff;
	cursor: pointer;
	margin: 9px 0;
	padding: 3px 10px;
	line-height: 22px;
	border-radius: 5px;
	font-size: 11px;
}

textarea#comment {
	border: solid 1px #ddd !important;
	border: none;
	width: 100%;
	color: #595852;
	height: 100px;
	padding: 10px;
}

.comment-body .says {
	display: none;
}

ul.commentlist li .comment-author {
	color: #333;
	padding: 6px;
	border-bottom: 1px solid #f1f1f1;
	background-color: #f7f7f7;
	float: right;
	width: 100%;
	font-size: 14px;
	border-radius: 1px;
}

ul.commentlist li .comment-author .fn {
	color: #333;
}

ul.commentlist li ul.children li.depth-2 .comment-author,
ul.commentlist li ul.children li.depth-3 .comment-author,
ul.commentlist li ul.children li.depth-4 .comment-author,
ul.commentlist li ul.children li.depth-5 .comment-author {
	background-color: #ededed;
}

ul.commentlist li .comment-meta,
#respond label small {
font-size: 10px;
padding: 7px;
text-align: left;
margin-top: -31px;
float: left;
}

ul.commentlist li ul.children li.depth-2,
ul.commentlist li ul.children li.depth-3,
ul.commentlist li ul.children li.depth-4,
ul.commentlist li ul.children li.depth-5 {
	margin: 10px 0%;
	padding-bottom: 15px;
	float: right;
	width: 100%;
	border-radius: 5px;
}

.count_comm {
	font-size: 11px;
	background-color: #3a99d9;
	color: #fff !important;
	float: left;
	padding: 3px 4px;
	border-radius: 5px;
	width: 70px;
	text-align: center;
}

.comment-awaiting-moderation {
	padding: 12px !important;
	margin: 0 !important;
	font-size: 10px !important;
	color: #e54d42 !important;
}


.oncommti{
font-size: 14px;
float: right;
width: 100%;
margin-top: 20px;
background-color: #f1f1f1;
padding: 8px;
text-align: center;
color: #444;
margin-bottom: 10px;
font:12px;	
font-weight: 500;
	}
.comment-body{height: auto;overflow: auto;}

.commentlist .bypostauthor {

}
.commentlist .bypostauthor .fn a{
background-color: var(--banafsh);
color: #fff !important;
padding: 1px 15px;
border-radius: 12px;
	 
}
        
		
		
		
		
		
@media screen and (max-width: 768px) {		
ul.commentlist li p {
    line-height: 18px;
    margin-top: 5px;
    color: #444;
    font-size: 12px;
    padding: 0 6px;
    float: right;
    width: 83%;
    margin-bottom: 9px;
}

		ul.commentlist li .reply a {
    background: #41d3bd;
    text-decoration: none;
    padding: 2px 5px;
    color: #fff;
    border-radius: 14px;
    margin-left: 10px;
    font-size: 10px;
}



}