.boxed {
	margin: 0 auto;
	max-width: 1200px;
	.content {
		overflow: hidden;
	}
}

.content-wrapper {
	position: relative;
	z-index: 1;
}
.page-footer {
	position: relative;
	z-index: 0;
}
article.page {
	&:after {
		content: '';
		clear: both;
	}
}

.page {
	.comments-area {
		margin-top: 70px;
	}
}