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


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

@media all and (min-width:767px) {
	.site-content {
		display:flex;
	}
	.content-area {
		width: 100%;
	}
	.site-main {
		margin: 0 1em 0 0;
	}
	.site-content .widget-area {
		overflow: hidden;
		width: 25%;
	}
}
*/