
/*comment area style*/
.comments-area {
    border: 1px solid #eee;
    padding: 40px 35px 30px;
    margin: 0 0 45px;
    border-radius: 20px;
    background: #FAF2FF;
}
.comments-area .comments-title,
.comments-area .comment-reply-title{
	font-size: 48px;
	line-height: 40px;
	font-weight: 700;
	color: #353d47;
	margin: 0 0 20px;
	text-align: center;
}

.comments-area ol{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.comments-area .comment-list .comment-body .avatar{
	float: left;
	width: 70px;
	margin-right: 27px;
}

.comments-area .comment-list .comment-body .says{display: none;}

.comments-area .comment-list .comment-body .fn{
	font-size: 18px;
	line-height: 22px;
	color: #353d47;
	display: block;
	overflow: hidden;
}

.comments-area .comment-list .comment-body .comment-metadata{
	overflow: hidden;
	font-size: 14px;
	line-height: 17px;
	color: #999;
	margin: 0 0 10px;
}

.comments-area .comment-list .comment-body .comment-metadata a{color: #999;}

.comments-area .comment-list .comment-body .comment-metadata a:hover{
	color: #639bbc;
	text-decoration: none;
}

.comments-area .comment-list .comment-body .comment-content,
.comments-area .comment-list .comment-body .reply{margin-left: 97px;}

.comments-area .comment-list .comment-body .reply a{
	display: inline-block;
	background: #639bbc;
	font-size: 13px;
	line-height: 25px;
	height: 25px;
	color: #fff;
	width: 70px;
	text-align: center;
}

.comments-area .comment-list .comment-body .reply a:hover,
.comments-area .comment-list .comment-body .reply a:focus{
	text-decoration: none;
	background: #588aa7;
}

.comments-area .comment-list .comment-body{
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 27px;
	margin-bottom: 25px;
}

.comments-area .comment-list > li:last-child .comment-body{
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.comments-area .comment-list .children{
	margin-left: 97px;
}

.comments-area .comment-form label{/* display: none; */}
.comment-form-comment {
	margin-bottom: 15px;
}
/*.comments-area .comment-form .comment-form-author,
.comments-area .comment-form .comment-form-email,
.comments-area .comment-form .comment-form-url{
	float: left;
	width: calc(100%/3 - 15px);
	margin-right: calc(15px*3/2);
}*/

.comment-post form#commentform {
    max-width: 80%;
    margin: 0 auto;
}

.comments-area .comment-form .comment-form-url{margin-right: 0;}

.comments-area .comment-form .form-submit{margin: 0;}

.comments-area .comment-form input[type="text"],
.comments-area .comment-form input[type="url"],
.comments-area .comment-form input[type="email"], textarea {
	color: #000;
	border-radius: 0;
	width: 100%;
	max-width: 100%;
	padding: 10px;
	border: 0;
	border-radius: 10px;
	max-height: 100px;
}
.comments-area .comment-form input[type="submit"] {
    border-radius: 5px !important;
    background: #E86826 !important;
    color: #fff;
    font-size: 16px;
    line-height: 46px;
    padding: 11px 25px !important;
    border: 0;
    font-weight: 700;
    margin: 10px 0;
    display: block;
    color: #fff !important;
    width: 100%;
}
.comment-form-cookies-consent {
	float: left;
	width: 100%;
	margin-top: 10px;
}

/* RESPONSIVE */
@media only screen and (max-width: 768px) {
	.comments-area .comments-title, .comments-area .comment-reply-title {
		font-size: 28px;
		line-height: 22px;
		margin: 0 0 10px;
	}
	.comments-area {
		padding: 20px;
		margin: 0 0 20px;
	}
	.comments-area .comment-list .comment-body .fn {
		font-size: 15px;
		line-height: 20px;
	}
	.comments-area ol {
		font-size: 13px;
	}
	.comment-post form#commentform {
		max-width: 100%;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 500px) {
.comments-area .comment-form .comment-form-author,
.comments-area .comment-form .comment-form-email,
.comments-area .comment-form .comment-form-url{
	float: left;
	width: calc(100%);
	margin-right: 0;
	margin-bottom: 10px;
}
}
