/* Comments
-------------------------------------------------------------------------------------- */
#comments {
	overflow:hidden;
	padding-top:30px;
	}
.nocomments	{
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family:"Oswald", sans-serif;
	display: inline-block;
	padding: 10px;
	letter-spacing: 3px;
	font-size: 12px;
	background: #eee;
	}
/* Commentlist
--------------------------------------------- */
.comments-title {
	font-weight:300;
	font-size:24px;
	margin-bottom:40px;
	position:relative;
	display:inline-block;
	border-bottom:none !important;
	}
.comments-title:after {
	position:absolute;
	top:50%;
	left:100%;
	margin-left:20px;
	margin-top:-3px;
	content:"";
	border-top:1px solid #787878;
	width:999px;
	}
.commentlist {
    margin: 0;
    padding: 0;
    list-style: none
    }

.commentlist li {
    }
.commentlist li.bypostauthor {

	}
.commentlist article {
    padding: 0;
    border-bottom: 1px solid #999;
    margin-bottom: 24px;
    padding-bottom: 24px
    }

.commentlist .comment-avatar {
    float: left;
    margin-right: 30px;
    width: 60px;
    padding: 3px;
    border: 1px solid #ccc
    }
.commentlist .comment-avatar img {
	margin:0;
	height:auto;
	}

.commentlist .text {
    display:block;
	overflow:hidden;
    }

.commentlist header {
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    clear: both
    }

.commentlist header a {
    color: #999;
    font-size: 11px;
    text-decoration: none;
    font-family: "Oswald", sans-serif;
	letter-spacing:2px;
    text-transform: uppercase;
    font-style: normal;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
    }

.commentlist header a:hover {
    text-decoration:underline;
    }

.commentlist header .sep {
    color: #ddd;
	font-family: "Oswald", sans-serif;
    text-transform: uppercase;
	margin:0 6px;
    }

.commentlist .fn {
    color: #414141;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    display: block;
	letter-spacing:2px;
    font-weight: 400;
    font-size: 16px;
    position: relative;
	margin-left:0;
	margin-bottom:10px;
    }

.commentlist .fn a {
	text-decoration:underline;
	font-size:16px;
	color:#333;
    }
.commentlist .fn span {
	vertical-align:middle;
	display:inline-block;
	}
.commentlist .fn span.post-author {
    background: #ccc;
    color: #fff;
    display: inline-block;
    padding: 0 6px;
    font-size: 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: 10px
    }
.comments-area .comment-content p {
    margin-bottom: 10px
    }

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

	/* Children */
.commentlist ol.children {
    list-style: none;
    margin-left: 48px;
	padding-left:0;
    }

.commentlist ol.children .comment-avatar {
    width: 55px;
    }
	
/* Respond
--------------------------------------------- */
#respond .required {
	color:red;
	}
#cancel-comment-reply-link {
	margin-left:12px;
	color:inherit;
	}
.comment-awaiting-moderation {
	color:red;
	margin-bottom:10px;
	}	
#respond .comment-ele {
	margin:0 0 20px;
	}
#respond .comment-ele label {
	display:block;
	font-family: "Oswald", sans-serif;
	text-transform:uppercase;
	margin-bottom:6px;
	letter-spacing:2px;
	color:#DDB8B8;
	cursor:default;
	-moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
	}
#respond .comment-ele label:hover {
	color:#666;
	}	
#respond input[type="text"], 
#respond input[type="text"]:focus, 
#respond textarea, 
#respond textarea:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #ddd;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	outline: none;
	background: #fff;
	height: 34px;
	line-height: 20px;
	padding: 10px 6px;
	width:100%;
	max-width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	-moz-transition: border .2s ease-out;
    -o-transition: border .2s ease-out;
    -webkit-transition: border .2s ease-out;
    transition: border .2s ease-out
	}
#respond textarea, 
#respond textarea:focus {
	height:200px;
	}
#respond input[type="text"]:focus,	
#respond textarea:focus	{
	border-color:#999;
	}
#respond #submit {
	color: #414141;
	display: block;
	border:1px solid #ddd;
	background:#fff;
	letter-spacing:2px;
	padding: 10px 18px;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	cursor: pointer;
	-webkit-transition:color .15s ease-out;
	-moz-transition:color .15s ease-out;
	-ms-transition:color .15s ease-out;
	-o-transition:color .15s ease-out;
	transition:color .15s ease-out;
	}	
#respond #submit:hover {
	background: #7b174d;
	border-color:#7b174d;
	color:#fff;
	}
	
@media (max-width: 767px) { 

			/* Single Comments */

	.commentlist .comment-avatar {
		margin-right:20px;
		}
	.commentlist .fn {
		font-size:14px;
		}
	.commentlist ol.children {
		margin-left:32px;
		}
	
}

@media only screen and (max-width: 480px){

	.commentlist .comment-avatar {
		margin-right: 10px;
		width: 50px;
		padding: 0;
		border: none;
		}
	.commentlist ol.children {
		margin-left:20px;
		}	
	
}
