/*
 * Theme Name: mcia
 *
 * 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 {
	float:none;
	width:100%;
	padding-left:0;
}
.site-content .widget-area {
	float: none;
	width:100%;
	padding-left:0;
}

@media (min-width: 992px) {
	.site-main {
		float:left;
		width:530px;
		padding-left:70px;
	}
	.site-content .widget-area {
		float: right;
		width:240px;
		padding-left:20px;
	}
}



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

.no-sidebar .content-area {
	float: none;
	width:600px;
	margin-left: auto;
	margin-right: auto;
}
.no-sidebar .site-main {
	margin-right: 0;
}
