
/* Comments */
#commentlist {
	margin-bottom: 30px;
	padding-bottom: 0;
	border-bottom: 2px solid #D4D4D4;
}
.commentlist > li:first-child {
	margin-top: 0;
}
.comments { 
	margin-top: 30px;
}
.comment-body {
	padding: 20px;
}
.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}
.comment {
	margin: 20px 0;
	border: 1px solid #dedede;
	border-radius: 5px;
}
.children .comment {
	margin: 0;
	/* border-top: 1px solid #dedede; */
	/* border-bottom: none; */
	margin-top: 10px;
}
.children {
	padding-right: 80px;
	margin: 10px;
}
.reply {
	float: left;
	font-size: 13px;
	margin-top: -30px;
	background: #fff;
	padding: 4px 15px;
	border-radius: 15px;
	border: 1px solid #DDDDDD;
}
.reply a:hover {
	color: #2f3239 !important;
	text-decoration: none !important;
}
.reply i {
	margin-right: 5px;
}
.commentlist li p {
	margin-bottom: 0;
	color: #848991;
	font-weight: normal;
	clear: both;
	/* margin-top: 10px; */
	/* padding-top: 10px; */
	padding-right: 80px;
	display: block;
}
.commentlist li ul {
	list-style: none;
}
.commentlist li .avatar {
	float: right;
	display: block;
	overflow: hidden;
	width: 71px;
	height: 71px;
	position: relative;
	margin-left: 10px;
	overflow: hidden;
	padding: 2px;
	border: 1px solid #dedede;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.commentlist li .avatar img {
	display: block;
	float: left;
	width: 65px;
	height: 65px;
	overflow: hidden;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.commentlist li .comment-text {
	overflow: hidden;
	position: relative;
}
.comment-text .question-answered {
	margin-top: 10px;
	margin-bottom: 0;
}
.commentlist li .author {
	margin-top: 5px;
	margin-bottom: 10px;
}
.comment-author {
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
	direction: rtl;
}
.comment-author a {
	color: #2f3239;
	text-decoration: none;
	font-style: oblique;
}
.comment-vote {
	float: left;
	margin-top: 5px;
	margin-right: 0;
}
.comment .question-vote-result {
	margin-top: 10px;
	margin-right: 20px;
}
.commentlist li .comment-meta {
	float: right;
	margin-top: 4px;
	overflow: hidden;
	height: 100%;
}
.commentlist li .author span {
	display: block;
	color: #2f3239;
}
.commentlist li .date {
	font-size: 13px;
	margin-top: 5px;
	float: left;
	margin-right: 10px;
	color: #a1a1a1;
}
.commentlist li .date i {
	color: #999;
	margin-right: 5px;
}
.commentlist li em {
	font-size: 11px;
	color: #ccc;
	font-style: normal;
	margin-bottom: 30px;
	display: block;
}

#respond,
#respond form {margin-bottom: 0;clear: both;}

.commentlist li #respond { margin: 30px 0 0; }

.commentlist li li #respond { margin-left: 30px; }

#respond p { margin: 10px 0 0 0; }

#respond p:first-child { margin-top: 0; }

#respond label small {
	color: #999;
	font-weight: normal;
}

#respond input[type="text"],
#respond textarea { margin-bottom: 0; }

#respond .col_one_third,
#respond .col_full { margin-bottom: 20px; }

.fb-comments,
.fb_iframe_widget,
.fb-comments > span,
.fb_iframe_widget > span,
.fb-comments > span > iframe,
.fb_iframe_widget > span > iframe {
	display: block !important;
	width: 100% !important;
	margin: 0;
}

#commentform input {
    width: 320px;
    
}
#commentform textarea {
    width: 100%;
    
}
#commentform .col-md-12 {
    margin-bottom: 10px;
}
#commentform label {display: block;}
#commentform label small {display: block;color: red;}

