/*
 * Theme Name: Pure Intel
 *
 * 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 25% 0 0;
}
.site-content .widget-area {
	float: right;
	overflow: hidden;
	width: 25%;
}
.site-footer {
	clear: both;
	width: 100%;
}

@media screen and (max-width:800px) {
    .content-area {
        margin: 0 -33% 0 0;
    }
    
    .site-main {
        margin: 0 33% 0 0;
    }
    
    .site-content .widget-area {
        width: 33%;
    }
    
}

@media screen and (max-width:700px) {
    .content-area {
        float: none;
        margin: 0;
    }
    .site-main {
        margin: 0;
    }
    .site-content .widget-area {
        float: none;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    
}