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

/*.content-area {
	float: left;
	margin: 0 -25% 0 0;
	width: 100%;
}
.site-main {
	margin: 0 25% 0 0;
}
.site-content .widget-area {
	float: right;
	overflow: hidden;
	width: 25%;
}
.site-footer {
	clear: both;
	width: 100%;
}*/


@media (max-width: 1023px) {
	aside {
		margin-top: 10px;
	}
}

@media (min-width: 1025px) {
	.site-content {
        background-size: calc(100% - 310px);
		margin-right: 0;
	}
	
	.content-area {
		float: left;
    	width: calc(100% - 310px);
		padding-right: 10px;
	}
	
	aside {
		float: left;
		width: 310px;
		margin-left: 0px;
	}
}

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