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

@media only screen 
and (min-width : 736px) { 

.content-area {
	float: left;
	margin: 0 -22.22% 0 0;
	width: 100%;
	padding-right: 5.2231718898385555%;

}
.site-main {
	margin: 0 22.22% 0 0;
}
.site-content .widget-area {
	float: right;
	overflow: hidden;
	width: 22.22%;
}

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

}

