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

.content-area {
	float: right;
	margin: 0 0 0 -300px;
	width: 100%;
}

.site-main {
	margin: 0 0 0 300px;
}

.site-content .widget-area {
	float: left;
	width: 300px;
}

.page-template-full-width .content-area,
.page-template-full-width .site-main,
.page-template-full-width-no-title .content-area,
.page-template-full-width-no-title .site-main,
.post-template-full-width .content-area,
.post-template-full-width .site-main,
.post-template-full-width-no-title .content-area,
.post-template-full-width-no-title .site-main {
    float: none;
    margin: 0;
    width: 100%;
    padding: 0;
}

.site-footer {
	clear: both;
	width: 100%;
}
