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

.content-area {
	float: right;
	margin: 0 0 0 -25%;
	width: 100%;
}
.site-main {
	margin: 0;
	background: #fff;
    padding: 15px;
    border-radius: 4px;
}
.content-area.sy-content-area h2.entry-title {
	background: none;
	border-bottom: none;
	color: #333;
	padding: 0;
}
.site-footer {
	clear: both;
	width: 100%;
}

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