.single .pagination {
	clear: both;
}
.single .pagination a,
.single .pagination a:hover {
	color: #ffffff;
}

.post img {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 782px) {
	.post img {
		height: auto;
	}
	.wp-caption {
		max-width: 100%;
	}
}
@media screen and (max-width: 640px) {
	.single a {
		word-wrap: break-word;
	}
	.post img {
		height: auto;
	}
}
@media screen and (max-width: 420px) {
	.post img {
		max-width: 100%;
		height: auto;
	}
}