/**********************************************************
// Blog >> Comments
**********************************************************/
#comments {
	margin: 20px 0 0;
	text-align: left;
	}

#comments h3 {
	padding: 0;
	margin-bottom: 20px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	color: #111;
	}
	
#comments .says { display: none; }

#comments .fn {
	text-transform: uppercase;
	font-weight: 700;
	color: #AAA;
	}

/*#comments .comment.thread-even {
	background: #FAFAFA;
	background: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid #E6E6E6;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	}*/

#comments .comment {
	margin-top: 10px;
	width: 100%;
	list-style-type: none;
	}

#comments .comment .comment-body { padding: 10px; }
#comments .comment-head { margin: 0 0 15px 0; }

#comments .avatar {
	margin: 0 15px 10px 0;
	display: none;
	float: left;
	}

#comments .avatar img {
	margin: 0;
	vertical-align: middle;
	-webkit-border-radius: 100px;
	   -moz-border-radius: 100px;
			border-radius: 100px;
	}

#comments .comment-head .name {
	margin: 0;
	font-weight: bold;
	font-size: 15px;
	}

#comments .comment-head .date,
#comments .comment-head .edit,
#comments .comment-head .perma { font-size: 11px; }

#comments .comment-entry p { margin: 0 0 10px 0; }
#comments .comment-entry blockquote { margin: 0 30px 0; }
#comments .comment-entry blockquote p { font-style: italic; }

#comments .comment .reply a {
	color: #222222 !important;
	margin: 0;
	padding: 0.2em 0;
	text-shadow: none;
	font-size: .7em;
	font-weight: bold;
	}

#comments .comment .reply a:after {
	font-family: 'FontAwesome';
	display: inline-block;
	font-size: 100%;
	margin-left: .618em;
	font-weight: normal;
	line-height: 1em;
	width: 1em;
	text-align: right;
	content: "\f112";
	}

#comments ol.children {
	margin: 10px 0px 0 25px;
	padding: 0;
	}

#comments ol.children li { border-top: 1px solid #E6E6E6; }
#comments .cancel-comment-reply { margin: 10px 0; }

#comments .navigation a {
	display: block;
	margin: 15px 0 0 0;
	text-decoration: none;
	}

#comments h3#pings { margin-top: 25px; }
#comments .pingbacks li.pingback { margin: 10px 0; }
#comments .pingbacks li.pingback .reply { display: none; }

.comment-metadata { text-transform: uppercase; }
#comments p { padding: 5px 0 10px 0; }

#comments ol {
	margin: auto;
	padding-left: 10px;
	list-style-type: none;
	}

/**********************************************************
// Blog >> Comment Form
**********************************************************/
#respond {
	margin: auto;
	width: 100%;
	max-width: 460px;
	min-width: 300px;
	text-align: center;
	}

#respond h3 {
	padding: 0;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 30px;
	color: #111;
	}

#respond h3 small {
	padding-top: 10px;
	width: 100%;
	display: block;
	}
	
#respond .comment-form-url { display: none; }

#respond .logged-in-as {
	margin-top: 0;
	padding-top: 0;
	text-transform: uppercase;
	}

#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"],
#respond select,
#respond textarea {
	width: 100%;
	border: 1px solid #333;
	}

#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"] {
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
	}

#respond textarea {
	padding: 5px;
	resize: vertical;
	}

#respond .form-allowed-tags,
#respond .comment-notes { display: none; }

#respond label {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	display: block;
	text-align: left;
	}

#respond input[type="submit"]:hover { background: #EEE; }
#respond input[type="submit"] {
	margin: auto;
	padding: 0 20px;
	width: auto;
	height: 45px;
	line-height: 45px;
	border: 0;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #FFF;
	color: #333;
	cursor: pointer;
	display: block;
	}