/*
 * Theme Name: Oxwall
 *
 * Layout: Content-Sidebar
 *
 * Learn more: https://developer.wordpress.org/themes/basics/template-files/
*/

.content-area {
	margin: 0 0 0 0;
	width: 100%;
}
.site-main {
	margin: 0 0 0 0;
}
.site-content .widget-area {
	overflow: hidden;
	width: 0;
}
.site-footer {
	clear: both;
	width: 100%;
}

.full_section_inner {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.type-post .entry-content {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.type-post {
	margin-bottom: 50px;
}

.comments-area {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}