#commentform
{
	background: #fff;
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

#commentform #submit
{
	height: auto;
}

#commentform form
{
	padding: 0 0 15px;
}

#commentform textarea
{
	border: none!important;
}

#respond #commentform
{
	margin-left: 0;
	width: 100%;
}

textarea#comment
{
	width: 100%;
}

textarea,
input
{
	background: #eee;
	border: none;
	padding: 10px;	
}

#submit
{
    background: #ee2035;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 15px 25px;
	float: right;
	transition: all 0.2s;
}

#submit:hover
{
	background: #af1322;
}

.author-info-wrap
{
	float: left;
	margin-bottom: 0;
	margin-top: 15px;
}

.author-info-wrap .blogAuthor
{
	margin: 0 25px 0 0;
}

.author-info-wrap .blogAuthor img
{
	border: 5px solid #ddd;
}

.authorBlogName
{
	font-size: 20px;
	position: relative;
	width: 100%;
}

.blogAuthor img
{
	border-radius: 90%;
}

.commentlist > li:last-child .specificComment
{
	border: none;
	padding-bottom: 0;
}

.commentlist h4.post-comments,
h4.post-comments
{
	padding-top: 20px;
}

.commenttext p
{
	margin: 0;
}

.logged-in-as
{
	font-weight: 700;
}

.mainwrap.single-default.sidebar .content.singledefult .depth-3 .right-part,
.mainwrap.single-default.sidebar .content.singledefult .depth-4 .right-part
{
	width: 81%;
}

.mainwrap.single-default.sidebar .content.singledefult .depth-5 .right-part
{
	width: 80%;
}

.mainwrap.single-default.sidebar .content.singledefult .right-part
{
	width: 83%;
}

.mainwrap.single-default.sidebar .related img
{
	height: auto;
	max-width: 260px;
}

.related .post-meta-time
{
	background: none;
	color: #bbb;
	float: left;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.related h4
{
	font-size: 18px!important;
	line-height: 20px;
	margin-bottom: 5px;
	text-align: center;
}

.related h4 a
{
	font-size: 17px!important;
}

.related,
.post-comments-title
{
	float: left;
	width: 100%;
}

.relatedtitle h4,
.commentlist h4.post-comments,
h4.post-comments
{
	display: inline-block;
	font-size: calc(15px + 0.26vw);
	padding: 20px;
	text-transform: uppercase;
}

.relatedtitle,
.commentlist .post-comments,
h4.post-comments,
.post-comments-title
{
	text-align: center;
}

.sentry img
{
	height: auto;
	max-width: 100%;
}

.specificComment
{
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	width: 100%;
	padding: 0 0 35px;
	display: flex;
}

.blogAuthor,
.specificComment .commenttext,
.specificComment .commentsDate,
.specificComment .authorBlogName,
.specificComment
{
	float: left;
}

.specificComment .right-part
{
	float: right;
	position: relative;
	width: 100%;
}

.specificComment .blogAuthor
{
	float: left;
	padding: 8px 20px 0 0;
}

.specificComment .comment-edit-link,
.specificComment .comment-reply-link
{
	margin-left: 5px;
	padding: 4px 4px 4px 2px;
}

.specificComment .comment-edit-link: hover,
.specificComment .comment-reply-link: hover
{
	color: #fff;
}

.specificComment .comment-edit-link: hover,
.specificComment .comment-reply-link: hover,
h3#reply-title small a: hover
{
	background: #000;
}

.specificComment .comment-reply-link
{
	background: #222;
	color: #fff;
	font-size: 10px;
	font-style: normal;
	font-weight: 600;
	margin-top: -47px;
	padding: 4px 8px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	z-index: 99999;
}

.specificComment .commentsDate
{
	color: #818181;
	font-size: 14px;
	font-style: italic;
	line-height: 22px;
	margin: -5px 0 5px;
}

.specificComment .commenttext
{
	width: 100%;
}

h3#reply-title small a
{
	background: #222;
	border-radius: 4px;
	color: #fff;
	float: left;
	font-size: 12px;
	font-weight: 700;
	padding: 0 15px;
	text-transform: uppercase;
}

ol.commentlist
{
	border-bottom: 2px solid #F4F4F4;
	float: left;
	margin: 0;
	padding-top: 25px;
	width: 100%;
}

ol.commentlist,
ol.commentlist ul
{
	list-style: none;
}

p.logged-in-as
{
	margin: 0;
}

.comment ul
{
	padding-left: 50px;
}

@media all and (max-width: 500px)
{
	.specificComment .blogAuthor
	{
		display: none;
	}
}	