/**
#content.site-content {
    max-width: 1180px;
    position: relative;
    margin: 0 auto;
	padding-top: calc(3em + 80px);
}


body.no-sidebar #content.site-content {
	max-width: 870px;
}
body.page-template-template-onepage #content.site-content,
body.page-template-template-full-width #content.site-content {
	max-width: 100%;
	overflow: hidden;
	padding-top: 80px;
	width: 100%;
    margin: 0 auto;
    box-shadow: 0px 14px 36px 0px rgba(0, 0, 0, 0.2);
}
body.page-template-template-onepage #primary.content-area,
body.page-template-template-full-width #primary.content-area {
	float: none;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}
body.page-template-template-full-width #content.site-content .entry-content {
	margin: 0;
}
#primary.content-area {
	width: 72%;
    float: left;
    padding-right: 5%;
}
body.no-sidebar #primary.content-area {
	float: none;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 100%;
}
**/