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

.site {
	margin: 1rem auto;
	max-width: 960px;
	width: 100%;
}

.site-header, 
.site-content {
	padding: 1.9rem 2.4rem;
	padding-bottom: 0;
}

.header-image {
	clear: both;
	width: 100%;
}

.content-area {
	float: left;
	margin: 0 -25% 0 0;
	width: 100%;
}
.site-main {
	margin: 0 25.5% 0 0;
}
.site-content .widget-area {
	float: right;
	overflow: hidden;
	width: 25%;
}
.site-footer {
	clear: both;
	width: 100%;
	padding: 0 0.5rem;
	padding-top: 2.9rem;
	padding-bottom: 1rem;
}

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

@media (max-width: 576px) {
	.site {
		max-width: 540px;
	}
}
  
@media (max-width: 768px) {
	.site {
		max-width: 720px;
	}

	.content-area {
		float: none;
		margin: 0;
	}
	.site-main {
		margin: 0;
	}
	.site-content .widget-area {
		float: none;
		width: 100%;
	}
}

@media (max-width: 450px) {
	.site { 
		margin: auto;
	}
}