.comment-form-actions-container
{
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: flex-start;
}
.comment-awaiting-moderation
{
	display: none;
}
.highlighted
{
	padding: 1px;
}
.popular-mentions
{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.search-comments-container
{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	margin-bottom:40px;
}
.search-comments
{
	width:100%;
	border-radius: 6px !important;
	border: 1px solid rgba(139, 139, 139, 1) !important;
	opacity: 1;
	background-color: rgba(255, 255, 255, 1) !important;
	margin-left: -30px;
	margin-right: -30px;
	padding: 12px 35px 12px 35px !important;
}
.sort-buttons-container
{
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
}
.sort-comments-best, .sort-comments-new
{
	margin-right: 20px;
	text-decoration: none;
	color: rgba(139, 139, 139, 1);
}
#comment-list li
{
	margin: 0 0 var(--global-md-spacing)!important;
}
#comment-list, #comment-list ul
{
	list-style: none;
}
.thumbs-up-button
{
	cursor: pointer;
}
.comment-text
{
	margin: 5px 0px;
}
.comment-author img
{
	margin-bottom: 5px;
}
.load-more-comments
{
	width: 100%;
	margin-bottom: 5px;
}
.comments-title
{
	margin-bottom: 5px;
    font-size: 20px !important;
    line-height: 1.4;
    color: #444;
    display: block;
}
#anonymous
{
	margin-right: 5px;
}
.comment-container
{
	display: flex;
	flex-direction: row;
	align-content: flex-start;
	justify-content: flex-start;
	align-items: flex-start;
}
.comment-author-vcard
{
	margin-right: 10px;
}
#comment-list
{
	margin-top: 50px!important;
	padding: 0!important;
}
.comment-container .reply
{
	margin-bottom: 20px;
}
.comment-text p
{
	margin: 0!important;
}
.comment-box
{
	display: flex;
	flex-direction: row;
	align-content: flex-start;
	justify-content: flex-start;
	align-items: flex-start;
}
.comment-box-avatar
{
	margin-right: 10px;
}
.comment-box-textarea
{
	width: 100%;
}
.comment-form-anonymous
{
	margin-bottom: 10px!important;
	color:#8b8b8b;
	display: flex;
}
.comment-form-anonymous-container
{
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 10px;
	margin-top: 25px;
}
.comment-form-anonymous-container .form-submit
{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	margin-bottom: 12px;
}
.comment-form-anonymous-container .form-submit #submitbtn
{
	margin-left: 0px;
	margin-bottom: 0px;
}
.comment-box-rest
{
	width: 100%;
}
.keyword-button
{
	border-radius: 8px;
	border: 1px solid rgba(139, 139, 139, 1);
	background-color: transparent;
	color: rgba(139, 139, 139, 1);
	margin-right: 20px;
	margin-bottom:35px;
}
.selected-keyword
{
	background-color: rgba(40, 116, 230, 1);
	color:white;
}
.comments-separator
{
	background-color: rgba(229, 229, 234, 1);
	border-bottom: 1px solid rgba(229, 229, 234, 1);
	margin-top: 20px!important;
	margin-bottom: 25px!important;
}
.comments-separator-background
{
	background-color: rgba(229, 229, 234, 1);
	border-bottom: 1px solid rgba(229, 229, 234, 1);
	position: absolute;
	width: 100%;
	
}
.comments-separator-selected
{
	background-color: #3284FF;
	border-bottom: 1px solid #3284FF;
	position: absolute;
	width: 40px;
}
.sort-buttons-border
{
	position: relative;
}
.comment-box-avatar img
{
	background-color: rgba(229, 229, 234, 1);
	border-radius: 6px;
}
.comment-author-vcard img
{
	background-color: rgba(229, 229, 234, 1);
	border-radius: 6px;
}

.comment-box-rest textarea
{
	border-radius: 6px;
	border: 1px solid rgba(139, 139, 139, 1);
	background-color: rgba(255, 255, 255, 1);
}
.comment-box-rest #submit
{
	border-radius: 8px;
	opacity: 1;
	background-color: rgba(40, 116, 230, 1);
}
.comment-box-rest #submit:hover
{
	background-color:#1553b1;
}
.comment-notes,.comment-input-wrap
{
	display: none!important;
}
#comments span
{
	font-size: 26px;
    margin-bottom: 25px;
    font-weight: 500;
    line-height: 1.2em;
    text-transform: none;
}
.popular-mentions-container span
{
	font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}
#respond #author,#respond #email,#respond #url,#respond .screen-reader-text
{
	display:none;
}
.thumbs-up-counter
{
	margin-right:5px;
}
.sort-buttons-border hr
{
	margin-top:20px!important;
}
#comments .clear-search
{
	cursor: pointer;
	display: none;
}
.comment-date
{
	color: #808080!important;
	font-size: 14px;
	text-decoration: none!important;
}
.fn
{
	font-style: normal!important;
}
@media only screen and (max-width: 600px) {
	.comment-form-anonymous-container
	{
		flex-direction: column;
		align-items: center;
	}
	.comment-form-anonymous-container .form-submit
	{
		flex-direction: column;
	}
	.comment-form-anonymous-container .form-submit #submitbtn
	{
		margin-left: 0px;
		margin-top: 10px;
	}
}