/* -------------------------------------------------------------------------------- */
/*	X.	Blog Single
/* -------------------------------------------------------------------------------- */


/* Post Meta Bottom ----------------------------- */


.post-meta.bottom {
	margin-top: 30px;
}

.post-meta.bottom.no-tags,
.post-meta.bottom .post-categories {
	display: none;
}

.post-meta.bottom p + p {
	margin-top: 10px;
}

.post-meta.bottom span {
	display: inline;
	font-size: 16px;
	font-weight: 500;
}

.post-meta.bottom .meta-title {
	margin-right: 4px;
}


/* Single Pagination ----------------------------- */


.single-pagination {
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	justify-content: space-between;
	margin-top: 80px;
}

.single-pagination.only-one {
	max-width: 100%;
}

.single-pagination a {
	display: block;
	width: calc( 50% - 10px );
}

.single-pagination span {
	display: block;
	text-align: inherit;
}

.single-pagination .title {
	line-height: 1.25;
}

.single-pagination .next-post + .previous-post {
	text-align: right;
}

.single-pagination a:hover {
	text-decoration: none;
}

.single-pagination a:hover .title {
	text-decoration: underline;
}


/* Title left blocks ----------------------------- */

.comments,
.comment-respond,
.related-posts {
	margin: 80px auto 0 auto;
	padding: 31px 0 0;
	position: relative;
}

.comments:before,
.comment-respond:before,
.related-posts:before {
	background: #e1e1e5;
	content: "";
	height: 1px;
	position: absolute;
		right: 0;
		top: 0;
	width: 100%;
}

.hanging-titles .comments,
.hanging-titles .comment-respond,
.hanging-titles .related-posts {
	margin-left: auto;
	margin-right: 0;
	max-width: 600px;
	width: 69%;
}

.hanging-titles .comments:before,
.hanging-titles .comment-respond:before,
.hanging-titles .related-posts:before {
	width: 150%;
}

.hanging-titles .comment-reply-title,
.hanging-titles .related-posts-title {
	padding-right: 20px;
	position: absolute;
		right: 100%;
		top: 30px;
	width: 50%;
}


/* Related Posts ----------------------------- */

.related-posts {
		display: -webkit-box;
		display: -ms-flexbox;
	display: flex;
		-ms-flex-wrap: wrap;
	flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: -20px;
}

.related-post {
	float: left;
	margin-bottom: 25px;
	width: calc( 50% - 10px );
}

.related-post-image {
	background-color: #f4f4f6;
	margin-bottom: 10px;
}

.related-post-image img {
	display: none;
}

.related-post-image:before {
	content: "";
	display: block;
	padding-bottom: 62.5%;
	width: 100%;
}

.related-post .title {
	font-size: 20px;
	line-height: 1.155;
		-ms-word-break: break-word;
	word-break: break-word;
}


/* -------------------------------------------------------------------------------- */
/*	X.	Comments
/* -------------------------------------------------------------------------------- */


.comment-reply-title {
	margin: 0 0 50px 0;
}

.comment-reply-title small {
	font-size: 20px;
	margin-left: 10px;
}

.comment-reply-title + .comment {
	margin-top: 8px;
}

.comment { 
	font-size: 18px;
	margin-top: 40px; 
}

.comment a {
	color: inherit;
}

.commentlist > .comment:first-child { 
	margin-top: 0; 
}

.comment .comment { 
	margin-left: 5%;
}

.comment-author,
.comment-metadata {
	display: inline;
	line-height: 1.155;
}

.bypostauthor .comment-author b {
	font-style: italic;
	font-weight: 500;
}

.comment-author b {
	font-weight: 500;
}

.comment-author .says { 
	display: none; 
}

.comment-meta {
	margin-bottom: 20px;
}

.comment-metadata,
.comment-metadata .edit-link {
	color: #767676;
	margin-left: 18px;
}

.comment-content,
.comment-content p,
.comment-content li {
	line-height: 1.4;
}

.comment-content p,
.comment-content li {
	margin-bottom: 20px;
}

.comment-content *:last-child {
	margin-bottom: 0;
}

.comment .reply {
	color: #767676;
	font-size: 14px;
	font-weight: 500;
	margin-top: 15px;
}


/* Comments Pagination ---------------------------- */


.comments-pagination {
	margin-top: 100px;
	position: relative;
	text-align: center;
}

.comments-pagination .page-numbers {
	display: inline-block;
	padding: 0 10px;
}

.comments-pagination ul.page-numbers.dots {
	color: rgba( 0, 0, 0, .35 );
}

.comments-pagination .prev,
.comments-pagination .next {
	padding: 0;
	position: absolute;
		top: 0;
}

.comments-pagination .prev { left: 0; }
.comments-pagination .next { right: 0; }


/* Respond ---------------------------- */


.logged-in .comment-respond .comment-reply-title {
	margin-bottom: 20px;
}

.comment-respond .logged-in-as {
	line-height: 1.25;
	margin: 10px 0 40px 0;
}

.comment-respond .comment-form p {
	margin-bottom: 20px;
}

.comment-respond .comment-form > p:last-of-type {
	margin-bottom: 0;
}

.comment-respond .comment-form-author,
.comment-respond .comment-form-email {
	float: left;
	width: calc( 50% - 10px );
}

.comment-respond .comment-form-email {
	margin-left: 20px;
}

.comment-respond label { 
	display: block; 
}

.comment-respond input[type="checkbox"] + label {
	display: inline;
	margin: 0 0 0 5px;
}

.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond textarea {
	margin-bottom: 0;
}


/* Reply Respond ---------------------------- */

.comments .comment-respond {
	margin: 50px 0;
}


