#respond {
	margin: 1em 0;
}
.comment-list li {
	padding: 10px 0;
}
.comment-list article {
	border-bottom: solid 1px #F5F5F5;
	padding: 5px 0 20px 0;
}
.comment-list article:after {
  	content: "";
  	display: table;
  	clear: both;
}
.comment-list p {
	margin: 0.5em 0;
}
.comment-list p.comment-author .avatar {
	width: 6.667%;
	height: auto;
	float: left;
	margin: 5px 3.333% 0 0;
}
.comment-list article p.comment-author, .comment-list article p.comment-meta {
	margin: 0;
}
.comment-list article .comment-content {
	clear: left;
	overflow: hidden;
	width: 90%;
	float: left;
}
.comment-list article .comment-reply a {
	font-family: Verdana;
	background: #DEDEDE;
	color: #FFF;
	padding: 0 8px;
	font-size: 10px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	display: inline-block;
	opacity: 1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
.comment-list article .comment-reply a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	transition: opacity 0.3s ease-in-out;
}

ul.children { margin: 0 0 0 10%; }
ul.children li.comment-list article { margin: 0 0 8px 0; }

h3#reply-title {
	margin-bottom: 0;
}
h3#reply-title small {
	display: block;
}
.comment-notes,
.logged-in-as {
	text-align: center;
	font-style: italic;
	margin: 0;
}

.comment-respond {
	width: 100%;
}
.comment-respond p.comment-form-comment label,
.comment-respond p.comment-form-author label,
.comment-respond p.comment-form-email label,
.comment-respond p.comment-form-url label {
	display: none;
}
.comment-respond input[type=text], .comment-respond input[type=email], .comment-respond input[type=url],
.comment-respond textarea {
	width: 100%;
}
.comment-respond p {
	margin: 0.5em 0;
}
.comment-respond p.comment-form-comment {
	margin: 1.5em 0 0.25em 0;
}
.comment-respond p.comment-form-author,
.comment-respond p.comment-form-email {
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.comment-respond p.comment-form-author {
	padding-right: 5px;
}
.comment-respond p.comment-form-email {
	padding-left: 5px;
}
.comment-respond p.comment-form-url {
	clear: left;
	padding-top: 0.5em;
}
.comment-respond p input[type=checkbox] {
	margin-right: 5px;
}
.mc4wp-checkbox-wp-comment-form input {
	margin-right: 5px;
}
.comment-respond #submit {
	margin: 0.75em auto;
	width: 100%;
}
.comment-respond input::-webkit-input-placeholder,
.comment-respond textarea::-webkit-input-placeholder,
.comment-respond input::placeholder,
.comment-respond textarea::placeholder {
	font-size: 11px;
    font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	color: #000000;
}

@media screen and (max-width: 640px) {
	.comment-respond p.comment-form-author,
	.comment-respond p.comment-form-email,
	.comment-respond p.comment-form-url {
		width: 100%;
		float: none;
		padding: 0;
	}
}