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

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

@media (max-width: 900px) {
	.content-area {
		width: 100%
	}
	.site-footer {
		height: 230px;
	}
}

@media (max-width: 470px) {
	.site-footer {
		height: 350px;
	}
}
