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

.content-area {
	float: left;
	margin: -12em -50% 0 0;
	width: 100%;
}
.site-main {
	margin: 0 50% 0 0;
	padding-right: 4em;
}
.site-content .widget-area {
	float: right;
	overflow: hidden;
	width: 50%;
}
.site-footer {
	clear: both;
	width: 100%;
}


.page .content-area {
	margin: -12em 0 0 0;
	width: 50%;
}
.page .site-main {
	margin: 0;
}