@media screen and (max-width: 640px) {
	.recent-posts .post, .content-area.full-layout .recent-posts article.post, .content-area.full-layout .recent-posts .type-page {
		width: 48%;
		margin-right: 2%;
	}
	.recent-posts article:nth-of-type(2n+2) {
		margin-right: 0%;
	}
	.recent-posts article:nth-of-type(3n+3) {
		margin-right: 2%;
	}
}

@media screen and (max-width: 768px) {
	.single .content-area {
		padding-right: 0px;
	}
}