
.wp-comments .container-inner {
	padding-top: 0;
}
.wp-comments h3 {
	font-size: 1em;
}
.wp-comments h3#comments {
	margin-bottom: 20px;
}
.wp-comments #comments {
	padding-top: 40px;
	border-top: 2px solid rgb(220,220,220);
}
.wp-comments #respond {
	padding-top: 30px;
	border-top: 2px solid rgb(220,220,220);
}
.wp-comments ol,
.wp-comments ul {
	list-style-type: none;
	margin: 0;
	margin-bottom: 30px;
}

@media all and (max-width: 640px) {
    .wp-comments #comments {
        padding-top: 20px;
    }
    .wp-comments #respond {
    	padding-top: 20px;
    }
    .wp-comments ol,
	.wp-comments ul {
		margin-bottom: 20px;
	}
}



.wp-comments li{
	font-size: 14px;
	color: rgb(90,90,90);
}
.wp-comments li p {
	line-height: 1.5em;
}
.wp-comments ul.children {
	margin: 20px 0 0 40px;
}
.wp-comments ul.children  li{
	margin-bottom: 20px;
}
.wp-comments .comment-author {
	position: relative;
	padding: 8px 0 12px 40px;
}
.wp-comments .comment-author img {
	position: absolute;
	top: 0;
	left: 0;
}
.wp-comments li cite {
	font-weight: 500;
}
.wp-comments .comment-meta{
	font-size: 11px;
	padding: 2px 0 4px 0;
}
.wp-comments .comment-reply-link{
	font-size: 14px;
}
.wp-comments #cancel-comment-reply {
	margin-bottom: 20px;
}
.wp-comments #commentform{
	font-size: 14px;
	color: rgb(90,90,90);
}
.wp-comments .comment-awaiting-moderation {
	font-size: 13px;
	color: rgb(90,90,90);
}
.wp-comments h3 {
	color: rgb(90,90,90);
}
.wp-comments input:focus,
.wp-comments textarea:focus {
	 outline: 0;
}
.wp-comments label small{
	padding-left: 10px;
	font-size: 12px;
	color: rgb(120,120,120);
}
.wp-comments input[type=text] {
	width: 50%;
}
.wp-comments textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

@media all and (max-width: 360px) {
    .wp-comments input[type=text] {
    	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
    	box-sizing: border-box;
    	width: 100%;
    }
    .wp-comments label small {
    	padding-left: 0;
    }
}


