/*
 * Theme Name: ameen
 *
 * Layout: Content-Sidebar
 *
 * Learn more: https://developer.wordpress.org/themes/basics/template-files/
*/


.site-content .widget-area {
	float: right;
	padding: 4rem;
	width: 380px;
}
.site-footer {
	clear: both;
	width: 100%;
}

@media screen and (min-width: 1160px){
    .content-area {
	float: left;
	margin-left: -380px;
        padding-left: 380px;
	width: 100%;
}
}
@media screen and (max-width: 1159px){
    .site-content .widget-area {
	float: none;
	margin: 1em auto 0;
	width: auto;
        max-width: 780px;
}
}