.w-comments
{
	float:left;
	font-family: 'Istok Web';
}

.commentSection
{
	font-family: 'Istok Web';
}

.commentSection .form input[type="text"], .commentSection .form textarea
{
	margin:0px;
	font-family:'Istok Web';
	border: 1px solid #bbbbbb;
	border-radius: 2px 2px 2px 2px;
}

.comments-padding
{
	margin-left:10px
}

.w-comments h3, .commentSection h3
{
	color:#52045A;
	font-family: 'Noto Sans';
	letter-spacing: -0.05em;
	line-height: 1.25;
	margin-bottom:0.5em;
}

.comment
{
	float:left;
	width:100%;
	padding:20px 0px;
	border-bottom:1px solid #E0E0E0;
}

.w-comments .comment:last-child
{
	border-bottom:0px;
}

.comment.even
{
	
}

.comment header
{
	margin-bottom:5px;
}

.comment img.avatar
{
	float:left;
	width:34px;
	height:34px;
}

.comment .author
{
	float:left;
	width:80%;
	font-size:15px;
	font-weight:bold;
	padding-left:10px;
	line-height:20px;
}

.comment .author.admin
{
	color:#EF7B00;
}

.comment .date
{
	float:left;
	width:80%;
	color:#ADADAD;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:13px;
	font-style:italic;
	padding-left:10px;
}

.comment p.content
{
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
	font-size:14px;
	overflow:hidden;
}

.leaveComment
{
	margin-top:20px;
	padding-top:10px;
}

.leaveComment textarea, .leaveComment input[type="text"], .leaveComment input[type="email"]
{
	resize: none;
	transition: all 0.3s ease 0s;
	font-family:'Corbel';
	font-size:14px;
}

.leaveComment .rbc
{
	position:absolute;
	left:-2000px;
}

.leaveComment .loader
{
	display:none;
	position:relative;
	top:4px;
	left:2px;
}

.leaveComment #leaveCommentFlash
{
	display:none;
}
