/* COMMENTS */
#comments-wrapper		{ background: #f1f0f0; }
#comments				{ padding: 25px 0 0; margin: 0 0 25px; }

.comments-area { margin: 0; }
.comment-list li.comment  { font-size: 15px; }

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 20px;
}

#comments .comments-title,
#comments .comment-reply-title { font-size: 15px; line-height: 18px; font-weight: 700; margin: 0 0 20px; }

#comments .comment-reply-title { margin: 0; }

.comments-title { /*margin-bottom: 1.2em;*/ }
.comment-list 	{ list-style: none; }

.comment-list article,
.comment-list .pingback,
.comment-list .trackback { 	border-top: 1px solid #ccc; padding: 20px 0; }

.comment-list article	 { border-color: #ccc; }

.comment-list .children  { list-style: none; margin: 0; }
.comment-list .children > li { padding-left: 75px; }

.comment-author { color: #000; margin-bottom: 0; font-size: 15px; line-height: 18px; }

.comment-author .avatar { position: relative; float: left; width: 38px; height: 38px; margin-right: 15px; }

.comment-metadata,
.pingback .edit-link { color: #000; /*font-size: 13px; line-height: 17px;*/ }

.comment-metadata { margin-bottom: 20px; font-size: 15px; line-height: 18px; }

.comment-metadata a,
.pingback .comment-edit-link { color: #333; }

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus { /*color: #000;*/ }

.comment-metadata .edit-link,
.pingback .edit-link { display: inline-block; }

.comment-metadata .edit-link:before,
.pingback .edit-link:before { content: "\002f"; display: inline-block; opacity: 0.7; padding: 0 5px; }

.comment-content ul,
.comment-content ol { margin: 0 0 20px 20px; }

.comment-content li > ul,
.comment-content li > ol { margin-bottom: 0; }

.comment-reply-link { background: #75c3e9; color: #fff; display: inline-block; font-size: 12px; line-height: 18px; padding: 5px 10px; margin-top: 20px; font-weight: 600; }

.comment-reply-link:hover,
.comment-reply-link:focus { background: #424c57; color: #fff; outline: 0; }

.comment-form { padding-top: 20px; }

.comment-list .comment-form { /*padding-bottom: 20px;*/ }

.comment-awaiting-moderation { color: #f00 !important; }

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags { color: #686868; /*font-size: 13px; line-height: 20px;*/ margin-bottom: 20px; }

.comment-notes { color: #3ea7df; font-weight: 600; font-size: 15px; }


.no-comments { border-top: 1px solid #d1d1d1; /*font-weight: 700; */ margin: 0; padding-top: 20px; text-align: center; font-weight: bold; }

.comment-navigation + .no-comments { border-top: 0; padding-top: 0; }

.form-allowed-tags code { /*font-family: Inconsolata, monospace; */}

.comment-reply-title small { /*font-size: 100%;*/ }

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	/*color: #333;*/
}

.comment-reply-title small a:before {
	content: "\f405";
	/*font-size: 32px;*/
	position: relative;
	top: -5px;
}

.bypostauthor > article .fn:after,
.comment-reply-title small a:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	/*font-size: 16px;*/
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}

.comment-content a,
.pingback .comment-body > a {
	box-shadow: 0 1px 0 0 currentColor;
}

.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus {
	box-shadow: none;
}

.image-navigation,
.comment-navigation {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	color: #686868;
	/*font-size: 13px;
	line-height: 16px;*/
	margin: 0 7.6923% 20px;
	padding: 20px 0;
}

.comment-navigation {
	margin-right: 0;
	margin-left: 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
	margin-bottom: 0;
}

.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content:before,
.comment-content:after {
	content: "";
	display: table;
}

.comment-content:after
 {
	clear: both;
}


.comments-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.comment-content .wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.comment-content a img  {
	display: block;
}

.comment-form select,
.comment-form textarea,
.comment-form input[type=url],
.comment-form input[type=email],
.comment-form input[type=text]  	{ border: 0; height: auto; padding: 8px 11px; display: block; width: 100%; border: 2px solid #424c57; background: #424c57; font-size: 15px; line-height: 18px; }

.comment-form select:focus,
.comment-form textarea:focus,
.comment-form input[type=url]:focus,
.comment-form input[type=email]:focus,
.comment-form input[type=text]:focus  	{ /*border-color: #3aa9e0;*/ }

.comment-form textarea			{ overflow: auto; }

.comment-form select,
.comment-form textarea,
.comment-form input 			{ }

.comment-form label .req-field  { color: #f00; }

.comment-form p.comment-form-url,
.comment-form p.comment-form-email,
.comment-form p.comment-form-author,
.comment-form p.comment-form-comment,
.comment-form p.form-submit				{ /*font: 1.8em/1.182 Ubuntu, Arial, sans-serif; margin: 0 0 2em; font-size: 10px; */ margin: 0 0 18px; }

.comment-form label					{ /*font-size: 1em;*/ display: block; padding: 0 0 5px; font: 15px/18px Raleway, Arial, sans-serif; color: #333; font-weight: 600; }

.comment-form p.form-submit			{ padding-top: 15px; text-align: left; }
.comment-form input[type=submit] 	{ padding: 5px 10px; background: #3da7df; display: inline-block; border: 0; color: #fff; font: 600 12px/18px Raleway, Arial, sans-serif; width: auto; margin: 0 auto 10px; }

.comment-form input[type=submit]:hover,
.comment-form input[type=submit]:active,
.comment-form input[type=submit]:focus		{ background: #424c57; color: #fff; }

.comment-form p.comment-form-url,
.comment-form p.comment-form-email,
.comment-form p.comment-form-author,
.comment-form p.comment-form-comment { margin: 0 0 15px; }


@media only screen and (min-width : 1200px) {
}

#cancel-comment-reply-link { display: none; }