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

#wide .content-area {
	/*float: left;
	margin: 0 -25% 0 0;
	width: 100%;*/
	
	float: none;
	margin-left: auto;
	margin-right: auto;
}

#wide .site-main {
	margin: 0;
	width:100%;
	padding-left:0;
}

#wide.home .site-main {
	margin: 0;
	width:100%;
	padding-left:0;
}

#wide .site-main {
	margin: 0;
}


@media (min-width: 992px) {
	#wide .site-main {
		margin: 0;
		width:670px;
		padding-left:70px;
	}
}


#wide  .site-content .widget-area {
	/*float: right;
	overflow: hidden;
	width: 25%;*/
}
#wide .site-footer {
	clear: both;
	width: 100%;
}

/*
#wide .no-sidebar .content-area {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
#wide .no-sidebar .site-main {
	margin-right: 0;
}
*/