
/*comment area style*/
.comments-area {
	border: 1px solid #eee;
	padding: 27px 35px;
	margin: 0 0 45px;
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.06);
	border-radius: 20px;
}

.comments-area .comments-title,
.comments-area .comment-reply-title{
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #353d47;
	margin: 0 0 20px;
}

.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);
}
.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: 1px solid #dbdbdb;
	border-radius: 5px;
	width: 100%;
	max-width: 100%;
	padding: 10px;
/*	font-family: roboto,Arial,sans-serif;*/
}
.comments-area .comment-form input[type="submit"] {
	border-radius: 5px;
	background: #fa9d00;
	color: #fff;
	font-size: 16px;
	line-height: 46px;
	padding: 0 25px;
	/* height: 46px; */
	border: 0;
	font-weight: 700;
	margin: 10px 0;
	display: block;
	background: linear-gradient(45deg, #3FA727 2.16%, #DBFE5A 169.53%);
}
.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: 16px;
		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;
	}
}
@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;
}
}
