/*
Template: jin
Theme Name: jin-child
Author: CrossPiece
Version: 1.00
*/

/**
 * comments
 */
.comments-info .comments-count {
	margin-left: .5em;
}
.comments-info .svg-inline--fa {
	vertical-align: -.1em;
}
.post-comments-box {
	font-size: 0.8rem;
	color: #bbb;
	letter-spacing: 1px;
	margin-right: 1em;
}

.post-list-meta .post-list-comments {
	position: absolute;
	bottom: 3px;
	right: 102px;
	font-size: 0.55rem;
	color: #aaa;
	letter-spacing: 1px;
}

@media (min-width: 768px) {
	.post-list-meta .post-list-comments {
		bottom: 8px;
		right: 138px;
		font-size: 0.8rem;
	}
}

/**
 * comment form
 */
.comment-flexbox textarea::-webkit-input-placeholder {
  color: #ccc;
}
.comment-flexbox textarea::-webkit-input-placeholder {
	color: #ccc;
}
.comment-flexbox textarea:-moz-placeholder {
	color: #ccc;
}
.comment-flexbox textarea::-moz-placeholder {
	color: #ccc;
}
.comment-flexbox textarea:-ms-input-placeholder {
	color: #ccc;
}

.comment-form-author input#author,
.comment-form-comment textarea#comment {
	border-color: #6088c6;
}
