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

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


@media screen and (max-width: 768px) {
    .content-area {
	float: none;
	width: 95%;
    margin: 0 auto;
    padding:0 0.5rem;
    }
    .site-main {
    width: 100%;
    }
    .site-content .widget-area {
	ffloat: none;
	overflow: hidden;
 	width: 95%;
    padding:0 0.5rem;
    margin: 0 auto;
    }
}