/* Overwrites */
.page .main-navigation {
	border: 0;
}

.content-area.new {
	color: #4e4e50;
	margin-bottom: 0;
	margin-top: 10px;
	max-width: 2000px;
}

.content-area.new .null-instagram-feed {
	background: #fff;
}

input[type="text"], input[type="email"], select, textarea, button {
	border-radius: 0;
	-webkit-appearance: none;
}

.full-width {
	width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.site-header.new {
	background: #fff;
	margin-bottom: 1.25em;
}

.site-header.new .menu-toggle {
	background: url("./icons/dist/svg/icon-menu-new.svg") no-repeat;
	background-size: cover;
}




/* Home */


/* Featured Post */

#featured-post {
	display: flex;
	margin-bottom: 50px;
}

#featured-post .featured-image {
	background-position: 50% 50%;
	background-size: cover;
	width: 64%;
}

#featured-post .featured-information {
	background: #f7f6f4;
	box-sizing: border-box;
	padding: 256px 40px 95px;
	position: relative;
	text-align: center;
	width: 36%;
}

#featured-post .post-date {
	left: 50%;
	margin-left: -1.5em;
	top: 95px;
}

#featured-post .post-date .post-month {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 14px;
}

#featured-post  .post-date .post-day {
	border-top: 1px solid #000;
	font-size: 26px;
	letter-spacing: .15em;
	padding-top: 8px;
}

#featured-post .featured-post-category {
	font-size: 20px;
	font-style: italic;
	margin-bottom: 21px;
}

#featured-post .featured-post-title a {
	color: #4e4e50;
	font-family: brandon-grotesque, "Brandon Grotesque", "Open Sans", sans-serif;
	font-size: 27px;
	letter-spacing: .21em;
	line-height: 1.37;
	text-decoration: none;
	text-transform: uppercase;
}

#featured-post .divider-v {
	background: #d8d1c9;
	display: table;
	height: 40px;
	margin: 30px auto;
	width: 1px;
}

a.featured-read-more {
	border: 1px solid #d8d1c9;
	color: #4e4e50;
	display: table;
	font-family: brandon-grotesque, "Brandon Grotesque", "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 45px;
	letter-spacing: .21em;
	line-height: 45px;
	margin: 0 auto;
	padding: 0 25px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

a.featured-read-more:hover {
	background: #403f41;
	border-color: #403f41;
	color: #f5f5f1;
}



/* Categories */

.category-section {
	border-bottom: 1px solid #d8d1c9;
	margin: 0 0 50px;
	padding: 0 0 50px;
	/*
	padding: 0 56px 50px;
	width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    */
}

.category-wrap {
	display: flex;
	margin: 0 -19px;
}

.content-area .category-section:nth-of-type(5) {
	border-bottom:0;
}

.category-section .category-oveview {
	margin: 0 19px;
	text-align: center;
	width: calc( 33.3% - 38px );
}

.category-section .category-oveview .category-title {
	color: #4e4e50;
	font-family: brandon-grotesque, "Brandon Grotesque", "Open Sans", sans-serif;
	font-size: 22px;
	letter-spacing: .21em;
	line-height: 1.37;
	margin-bottom: 30px;
	text-decoration: none;
	text-transform: uppercase;
}

.category-section .category-oveview .category-overview {
	color: #4e4e50;
	font-size: 16px;
	line-height: 1.56;
	margin-bottom: 30px;
}

.category-section .category-posts {
	display: flex;
	margin: 0 19px;
	width: calc( 66.7% - 38px );
}

.category-section .display-category {
	background-position: 50% 50%;
	background-size: cover;
	color: #4e4e50;
	marg