#show-comments {
	display: block;
	font-size: 1.2em;
	font-weight: 300;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #2780e3;
	/*border: 1px solid #246fbf;*/
	border: 0px;
	padding: 20px 10px;
	margin-bottom: 20px;
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	cursor: pointer;
}

#show-comments:hover {
    background-color: #1967be;
    border-color: #1862b5;
}

.comments-form-header, .comments-header {
	padding: 10px 0px 10px 15px;
}

.comments_container {
	margin: -15px;
	border-bottom: 1px solid #efefef;
}

@media (min-width: 768px) {
	.comments_contant {
		margin-left: 60px;
	}
}

.sub_comments {
	padding-top: 30px;
}

.sub_comments .comments_container {
	background-color: #f9f9f9;
	padding-left: 60px !important;
}

.comment_avatar img {
	border-radius: 50%;
}

.comment_heading .profile-link {
	color: #222;
}

.comments-reply, .comments-admin a {
	color: #222;
	margin: 0;
	padding: 4px 7px;
	font-size: 14px;
	line-height: 1.6;
	border-radius: 15px;
	vertical-align: middle;
	border: 1px solid transparent;
	transition: color .15s ease-in-out,
	background-color .15s ease-in-out,
	border-color .15s ease-in-out,
	box-shadow .15s ease-in-out;
}

.comments-reply:hover, .comments-reply:focus,
.comments-admin a:hover, .comments-admin a:focus {
	color: #333;
	text-decoration: none;
	background-color: rgba(200, 200, 200, 0.4);
	/*border: 1px solid rgba(180, 180, 180, 0.4);*/
}

.edit-comment, .delete-comment {
	display: block !important;
}

.comments-admin a::before {
	font-family: "Font Awesome 5 Free"; 
  	font-weight: 900;
	content: "\f505";
	margin-right: 5px;
}

.comments-reply::before {
	font-family: "Font Awesome 5 Free"; 
  	font-weight: 900;
	content: "\f0a8";
	margin-right: 10px;
}

.edit-comment::before {
	font-family: "Font Awesome 5 Free"; 
  	font-weight: 900;
	content: "\f303";
	margin-right: 10px;
}

.delete-comment::before {
	font-family: "Font Awesome 5 Free"; 
  	font-weight: 900;
	content: "\f05e";
	margin-right: 10px;
}

.comment_message {
	word-wrap: break-word;
}

.ratings {
	display: inline-block;
	margin-left: 5px;
}

.comments_reply_form {
	margin-bottom: 0;
}
