.after-post {
	margin: 20px auto;
}
body.content-sidebar .entry-nav.wrapcontent,
body.content-sidebar .related-posts.wrapcontent {
	width: 100%;
	max-width: 100%;
}

/* Comment */

body.single #respond {
	margin: 0 auto;
}
body.single #respond form,
body.single #comments {
	margin: 0 auto;
	box-sizing: border-box;
}
body.single .comment-list #respond {
	margin: 40px auto;
}

/* Prev Next Single Post */

.entry-nav {
	line-height: 140%;
}
.entry-nav .navigate-previous {
	width: 50%;
	float: left;
}
.entry-nav .navigate-next {
	width: 50%;
	float: right;
	text-align: right;
}
.entry-nav span, .entry-nav a {
	display: inline-block;
	margin: 3px 0;
}
.entry-nav span {
	display: block;
	text-transform: uppercase;
	margin-bottom: 0;
}
.entry-nav a {
	font-size: 0.96em;
}

/* Related Posts */

.related-posts {
	position: relative;
	margin: 40px auto;
}
.related-posts:after {
	content: "";
	display: table;
	clear: both;
}

/* Post Signature */

.postsig {
	margin: 15px 0;
}
.postsig img {
	display: inline;
}

@media screen and (max-width: 980px) {
	.related-posts .related-content,
	.related-posts .related-content.third,
	.related-posts .related-content.last {
		width: 31.5%;
	}
	body.full-width-content .related-posts .related-content,
	body.full-width-content.related-posts .related-content.third,
	body.full-width-content .related-posts .related-content.last {
		width: 33.3333%;
	}
	.related-posts .related-content.last,
	.related-posts .related-content.last img {
		display: none;
	}
}
@media screen and (max-width: 640px) {
	.related-posts .related-content,
	.related-posts .related-content.third,
	.related-posts .related-content.last,
	body.full-width-content .related-posts .related-content,
	body.full-width-content .related-posts .related-content,
	body.full-width-content.related-posts .related-content.third,
	body.full-width-content .related-posts .related-content.last {
		width: 100%;
		max-width: 300px;
		float: none;
		margin: 1em auto;
	}
	.related-posts .related-content.last,
	.related-posts .related-content.last img {
		display: block;
	}
}