/* Content - Comment Box */
.comment-area {
	border-bottom: 2px solid #e7eaec;
	margin-bottom: 20px;
}
.comment-box .top-section {
	border-bottom: 2px solid #e7eaec;
}
.comment-box .top-section {
	position: relative;
}
.comment-box .top-section .comment-no {
	border-bottom: 2px solid #79141c;
    font-size: 16px;
    left: 0;
    padding: 6px 0 5px;
    position: absolute;
    top: 0;
}
.comment-box .comment-area .media {
	margin-bottom: 10px;
}
.comment-box .comment-area .form-control {
	background-color: #ffffff;
	border: 2px solid #e7eaec;
}

.comment-box .comment-area .comment-info {
	background-color: #f6f8f9;
    border: 2px solid #e7eaec;
    -webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
    margin-top: -2px;
    padding: 10px 10px 30px;
    position: relative;
}
.comment-box .comment-area .comment-info .form-control:focus {
	border-color: #747e85;
	box-shadow: none;
}
.comment-box .comment-area .comment-info label {
	font-weight: normal;
}
.comment-box .comment-area .comment-info .verify {
	position: relative;
}
.comment-box .comment-area .comment-info .verify img {
	left: 15px;
    position: absolute;
    top: 2px;
}
.comment-box .comment-area .comment-info .verify .verify-block {
	margin-left: 80px;
}
.comment-box .comment-area .comment-info .btn-area {
	background-color: #f6f8f9;
	border-top: 2px solid #e7eaec;
    bottom: -1px;
    display: block;
    left: 0;
    position: absolute;
    right: 0px;
    text-align: right;
    width: 100%;
}
.comment-box .comment-area .comment-info .btn-area .btn {
	background-color: #747e85;
	color: #fff;
	-webkit-border-radius: 0 0 4px 0;
	border-radius: 0 0 4px 0;
	margin-right: -1px;
}
.comment-box .comment-area .comment-info .btn-area .btn:hover {
	background-color: #79141c;
	color: #fff;
}
.comment-box .input-group .btn {
	background-color: transparent;
}
.comment-box .input-group {
	text-align: right;
}
.comment-box .post .post-details .color-red {
	color: #79141c;
	font-weight: bold;
}
.comment-box .post .post-details {
	color: rgba(0, 39, 59, 0.35);
}
.comment-box .post .post-comment {
	font-size: 15px;
}