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

/* TABLET */ 
@media screen and (min-width: 800px),
	   screen and (max-width: 1120px){
		   
}
/* DESKTOP */
@media screen and (min-device-width: 1120px){
	
	.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: visible;
		width: 25%;
	}
	.site-footer {
		clear: both;
		width: 100%;
	}

}