/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comment-meta .comment-author.vcard img {
	display: none;
}

.comment-metadata a {
	display: none;
}

.comment-metadata a.comment-edit-link {
	display: block;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comment-meta .says,
.comment-metadata .edit-link {
	display: none;
}

.reply {
	text-align: right;
}

#commentform input[type="text"] {
	display: block;
	width: 100%;
}

ol.comment-list {
	display: flex;
	flex-wrap: wrap;
}

#comments ol li {
	flex: 1 1 50%;
	position: relative;
	flex-basis: 50%;
	width: 50%;
}

#comments ol li:nth-child(2n+1) {
  	padding-left: 0;
	padding-right: .5rem;
}

#comments ol li:nth-child(2n+2) {
  	padding-left: .5rem;
	padding-right: 0;
}

#reply-title {
	display: flex;
	justify-content: space-between;
	margin: 1.5rem 0;

}

@media (max-width: 599px) and (orientation: portrait) {
	ol li {
		flex: 1 1 100%;
		flex-basis: 100%;
		width: 100%;
	}
	
	ol li:nth-child(2n+1) {
		margin-bottom: 1rem;
	}

	ol li:nth-child(2n+1) {
		padding-right: 0;
	}

	ol li:nth-child(2n+2) {
		padding-left: 0;
	}
}