section.archive {
	padding-top: 250px;
	margin-bottom: 80px;
}

section.archive header.archive-header {
	padding: 0 15px;
	margin-bottom: 15px;
}

section.archive header.archive-header:after {
	content: '';
	display: table;
	clear: both;
}

section.archive header.archive-header h1 {
	float: left;
	padding-top: 8px;
	margin-bottom: 0;
}

section.archive header.archive-header .filter {
	float: right;
}

section.archive header.archive-header .filter ul {
	text-transform: lowercase;
	line-height: 3.6rem;
	font-size: 1.4rem;
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}

section.archive header.archive-header .filter ul:after {
	content: '';
	clear: both;
	display: table;
}

section.archive header.archive-header .filter ul li {
	position: relative;
	display: block;
	float: left;
	border-width: 2px 0 2px 2px;
	border-color: #30FF95;
	padding: 0 15px;
	border-style: solid none solid solid;
	cursor: pointer;
	transition: background-color 0.2s;
	-webkit-transition: background-color 0.2s;
	-ms-transition: background-color 0.2s;
}

section.archive header.archive-header .filter ul li span {
	
}

section.archive header.archive-header .filter ul li span:after {
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9.5px 5.5px 0 5.5px;
	border-color: #222222 transparent transparent transparent;
}

section.archive header.archive-header .filter a {
	text-decoration: none;
	display: block;
}

section.archive header.archive-header .filter ul ul {
	background-color: #FFF;
	position: absolute;
	right: -2px;
	left: -2px;
	top: 38px;
	font-size: 1.6rem;
	opacity: 0;
	transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	pointer-events: none;
}

section.archive header.archive-header .filter li.show-dropdown ul {
	opacity: 1;
	pointer-events: auto;
	z-index: 10;
}

section.archive header.archive-header .filter ul ul li,
section.archive header.archive-header .filter ul ul li:last-child {
	float: none;
	border-width: 0 2px 2px 2px;
	border-style: none solid solid solid;
	text-align: center;
}

section.archive header.archive-header .filter ul li:last-child {
	border-width: 2px;
	border-style: solid;
}

section.archive header.archive-header .filter ul li.active {
	background-color: #30FF95;
}

section.archive.artists .grid article {
	width: 33.33%;
	padding: 15px;
	box-sizing: border-box;
}

section.archive.artists .grid article img.wp-post-image {
	margin-bottom: 4px;
}

section.archive.artists .grid article a {
	text-decoration: none;
}

section.archive.artists .grid article h1.title {
	font-family: "Roboto", "Arial", "Helvetica", sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2.0rem;
	margin-bottom: 0;
}

section.archive.artists .grid article h2.date {
	font-family: "Roboto", "Arial", "Helvetica", sans-serif;
	font-size: 1.4rem;
	line-height: 2.4rem;
}

section.archive-description:after {
	clear: both;
	display: table;
	content: '';
}

section.archive-description {
	margin-bottom: 80px;
}

section.archive-description h1 {
	font-size: 4.0rem;
	line-height: 4.0rem;
	width: 33.33%;
	float: left;
	padding: 0 15px;
}

section.archive-description .text {
	width: 66.66%;
	float: left;
	padding: 0 15px;
}

section.archive-description .text p {
	margin-top: 0;
}

@media screen and (max-width: 768px) {
	
	section.archive {
		padding-top: 175px;
	}
	
	section.archive-description h1 {
		width: 100%;
		font-size: 2.8rem;
		line-height: 3.0rem;
	}
	
	section.archive-description .text {
		width: 100%;
	}
	
	section.archive.artists .grid article {
		width: 50%;
	}
	
}

@media screen and (max-width: 414px) {
	
	section.archive header.archive-header .filter {
		position: relative;
		clear: both;
		float: none;
		padding-top: 20px;
	}
	
	#content .related-posts-filter {
		position: relative;
	}
	
	#content .related-posts-filter li,
	section.archive header.archive-header .filter li {
		display: none !important;
	}
	
	#content .related-posts-filter ul.open li,
	section.archive header.archive-header .filter ul.open li {
		display: block !important;
	}
	
	#content .related-posts-filter:before,
	section.archive header.archive-header .filter:before {
		position: absolute;
		top: 36px;
		right: 15px;
		display: block;
		margin-left: 6px;
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 9.5px 5.5px 0 5.5px;
		border-color: #222222 transparent transparent transparent;
	}
	
	#content .related-posts-filter:before {
		top: 16px;
	}

	#grid-filter:before {
		content: attr(data-active-filter);
		display: block;
		background-color: #30FF95;
		padding: 0 15px;
		border: 2px solid #30FF95;
		cursor: pointer;
	}
	
	#content .related-posts-filter ul li,
	section.archive header.archive-header .filter ul li {
		float: none;
		border: 2px solid #30FF95;
		margin-top: -2px;
	}
	
	#content .related-posts-filter ul ul,
	section.archive header.archive-header .filter ul ul {
		position: relative;
		opacity: 1;
		right: auto;
		left: auto;
		top: auto;
		margin-left: -15px;
		margin-right: -15px;
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		margin-top: 2px;
		pointer-events: auto;
	}
	
	#content .related-posts-filter ul li span:after,
	section.archive header.archive-header .filter ul li span:after {
		display: none;
	}
	
	section.archive header.archive-header .filter ul ul li,
	section.archive header.archive-header .filter ul ul li:last-child {
		flex-basis: 50%;
		border-width: 2px 0 2px 0;
		border-style: solid;
		margin-top: 0;
		margin-bottom: -2px;
	}
	
	section.archive header.archive-header .filter ul ul li:nth-child(odd) {
		border-width: 2px 2px 2px 0;
	}
	
	section.archive.artists .grid article {
		width: 100%;
	}
	
}section.archive.blog .grid article {
	width: 33.33%;
	padding: 15px;
	margin: 0;
	box-sizing: border-box;
}

section.archive.blog .grid article.sticky,
section.archive.blog .grid article:first-child {
	width: 66.66%;
}

@media screen and (max-width: 414px) {
	
	section.archive.blog .grid article {
		width: 50%;
	}
	
	section.archive.blog .grid article.sticky,
	section.archive.blog .grid article:first-child {
		width: 100%;
	}
	
}section.archive.calendar {
	
}

section.archive.calendar .archive-header {
	margin-bottom: 55px;
}

section.archive.calendar .archive-header .toggle-view {
	float: left;
	padding-top: 8px;
	margin-left: 10px;
}

section.archive.calendar .archive-header .toggle-view a {
	text-decoration: none;
	display: inline-block;
	margin-left: 13px;
}

section.archive.calendar .archive-header .toggle-view a img {
	vertical-align: middle;
	display: inline-block;
}

.archive-calendar .month {
	margin-bottom: 60px;
}

.archive-calendar .month header h2.month {
	padding: 0 15px;
	margin-bottom: 15px;
	font-size: 1.8rem;
}

.archive-calendar .month .events {
	
}

.archive-calendar .month .events article {
	padding: 5px 15px;
}

.archive-calendar .month .events article:after {
	content: '';
	clear: both;
	display: table;
}

.archive-calendar .month .events article .image {
	display: none;
}

.archive-calendar .month .events article .event-type,
.archive-calendar .month .events article .date,
.archive-calendar .month .events article .title,
.archive-calendar .month .events article .location,
.archive-calendar .month .events article p {
	margin: 0;
	float: left;
	clear: none;
	font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
}

.archive-calendar .month .events article .event-type {
	color: #30FF95;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 2.4rem;
	width: 105px;
}

.archive-calendar .month .events article .date {
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 2.4rem;
	width: 190px;
}

.archive-calendar .month .events article .title {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2.4rem;
}

.archive-calendar .month .events article .title span {
	
}

.archive-calendar .month .events article .location {
	font-size: 1.4rem;
	font-weight: normal;
	padding: 0 30px 0 15px;
}

.archive-calendar .month .events article p {
	float: right;
}

.archive-calendar .month .events article p a {
	text-decoration: none;
	border-bottom: 1px solid #30FF95;
	margin-left: 10px;
}


section.archive.calendar.grid-view {
	
}

section.archive.calendar.grid-view .month .events {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

section.archive.calendar.grid-view .month .events article {
	padding: 10px 15px 30px 15px;
	width: 33.33%;
	flex-basis: 33.33%;
	flex-shrink: 0;
	flex-grow: 0;
	-webkit-flex-basis: 33.33%;
	-webkit-flex-shrink: 0;
	-webkit-flex-grow: 0;
	
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-content: flex-start;
	-webkit-align-content: flex-start;
}

section.archive.calendar.grid-view .month .events article .image {
	display: block;
	margin-bottom: 10px;
	flex-basis: 100%;
}

section.archive.calendar.grid-view .month .events article .event-type, 
section.archive.calendar.grid-view .month .events article .date, 
section.archive.calendar.grid-view .month .events article .title, 
section.archive.calendar.grid-view .month .events article .location, 
section.archive.calender.grid-view .month .events article p {
	float: none;
}

section.archive.calendar.grid-view .month .events article .event-type {
	flex-basis: 100%;
	-webkit-flex-basis: 100%;
	order: 1;
}

section.archive.calendar.grid-view .month .events article .date {
	width: auto;
	order: 2;
}

section.archive.calendar.grid-view .month .events article .location:before {
	content: ', ';
}

section.archive.calendar.grid-view .month .events article .location:empty:before {
	content: '';
}

section.archive.calendar.grid-view .month .events article .title {
	font-size: 1.6rem;
	order: 4;
	flex-basis: 100%;
	-webkit-flex-basis: 100%;
}

section.archive.calendar.grid-view .month .events article .location {
	order: 3;
	padding: 0;
}

section.archive.calendar.grid-view .month .events article .title .dash {
	display: block;
	height: 0;
	text-indent: -10300px;
}

section.archive.calendar.grid-view .month .events article p {
	float: left;
	order: 5;
	font-size: 1.6rem;
	flex-basis: 100%;
	-webkit-flex-basis: 100%;
	margin-top: 5px;
}

section.archive.calendar.grid-view .month .events article p a {
	margin-right: 10px;
	margin-left: 0;
}

@media screen and (max-width: 414px) {
	
	section.archive.calendar .month .events article .event-type, 
	section.archive.calendar .month .events article .date, 
	section.archive.calendar .month .events article .title, 
	section.archive.calendar .month .events article .location, 
	section.archive.calender .month .events article p {
		float: none;
	}

	section.archive.calendar .month .events article .event-type {
		flex-basis: 100%;
		-webkit-flex-basis: 100%;
		order: 1;
	}

	section.archive.calendar .month .events article .date {
		width: auto;
		order: 2;
	}

	section.archive.calendar .month .events article .location:before {
		content: ', ';
	}

	section.archive.calendar .month .events article .location:empty:before {
		content: '';
	}

	section.archive.calendar .month .events article .title {
		font-size: 1.6rem;
		order: 4;
		flex-basis: 100%;
		-webkit-flex-basis: 100%;
	}

	section.archive.calendar .month .events article .location {
		order: 3;
		padding: 0;
	}

	section.archive.calendar .month .events article .title .dash {
		display: block;
		height: 0;
		text-indent: -10300px;
	}

	section.archive.calendar .month .events article p {
		float: left;
		order: 5;
		font-size: 1.6rem;
		flex-basis: 100%;
		-webkit-flex-basis: 100%;
		margin-top: 5px;
	}

	section.archive.calendar .month .events article p a {
		margin-right: 10px;
		margin-left: 0;
	}
	
	section.archive.calendar .month .events article,
	section.archive.calendar.grid-view .month .events article {
		padding: 10px 15px 30px 15px;
		width: 100%;
		flex-basis: 100%;
		-webkit-flex-basis: 100%;
	}
	
	.archive-calendar .month .events article .image {
		display: block;
	}
	
	.archive-calendar .month .events article .image img {
		display: none;
	}
	
	.archive-calendar .month .events article .image span.c-takt-icon {
		position: relative;
		top: auto;
		left: auto;
	}
	
	section.archive.calendar.grid-view .month .events article .image img {
		display: block;
	}
	
	section.archive.calendar.grid-view .month .events article .image span.c-takt-icon {
		position: absolute;
		top: 15px;
		left: 15px;
	}
	
}#content .contact-form {
	margin-top: 5.0rem;
}

#content .contact-form label {
	font-size: 1.6rem;
	font-weight: 500;
	text-transform: lowercase;
}

#content .contact-form input,
#content .contact-form textarea {
	font-family: inherit;
	font-size: 1.6rem;
	border: 2px solid #000;
	color: #000;
	border-radius: 0;
	-webkit-appearence: none;
	outline: 0 none;
	padding: 0 15px;
}

#content .contact-form input {
	font-family: inherit;
	font-size: 1.6rem;
	line-height: 3.6rem;
}

#content .contact-form input[type=submit] {
	background-color: #FFF;
}

#content .contact-form textarea {
	line-height: 2.4rem;
	padding: 6px 15px;
	height: 150px;
}

#content div.wpcf7-response-output {
	margin-left: 0;
	margin-right: 0;
	padding: 0 15px;
	line-height: 3.6rem;
	border-color: 2px solid #30FF95;
}

#content div.wpcf7-spam-blocked {
	border: 2px solid #30FF95;
}

#content span.wpcf7-not-valid-tip {
	color: #666666;
}

.grecaptcha-badge {
	opacity: 0;
}#footer {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	padding: 20px;
}

#footer .content {
	background-color: #30FF95;
}

#footer .content p:last-child {
	margin-bottom: 0;
}

#footer .content section {
	margin-bottom: 0;
	float: left;
	padding: 50px 15px;
}

#footer .content section h2.widget-title {
	font-size: 2.8rem;
	line-height: 3.0rem;
}

#footer .content section:nth-child(1) {
	width: 25%;
	margin-right: 8.33%;
}

#footer .content section:nth-child(2) {
	width: 44.44%;
}

#footer .content section .textwidget {
	font-size: 1.6rem;
	line-height: 2.5rem;
}

#footer .content section:nth-child(2) .textwidget:after {
	display: table;
	content: '';
	clear: both;
}

#footer .content section:nth-child(2) .textwidget p:last-child a {
	border: 2px solid;
	display: inline-block;
	line-height: 36px;
	padding: 0 25px;
	text-decoration: none;
	font-size: 1.4rem;
	box-sizing: border-box;
}

#footer .content section:nth-child(2) p {
	width: 50%;
	float: left;
}

#footer .content section:nth-child(2) p:last-child {
	width: 100%;
}

#footer .content section:nth-child(3) {
	width: 22.22%;
}

/*
#footer .content section:nth-child(3) p {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
*/

#footer .content section:nth-child(3) p {
	display: flex;
	display: -webkit-flex;
}

#footer .content section:nth-child(3) a {
	display: block;
	width: 40px;
	height: 40px;
	background-size: auto 100%;
	background-image: url('/wp-content/themes/c-takt/img/c-takt-social-black.svg');
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -10300px;
	margin-right: 10px;
}

#footer .content section:nth-child(3) a.facebook {
	background-position: 0 0;
}

#footer .content section:nth-child(3) a.instagram {
	background-position: -50px 0;
	
}

#footer .content section:nth-child(3) a.tumblr {
	background-position: -100px 0;
	
}

#footer .content section:nth-child(3) a.vimeo {
	background-position: -150px 0;
	
}

#footer input[type=email],
#footer input[type=text] {
	font-size: 1.3rem;
	font-family: inherit;
	background-color: transparent;
	border-width: 0 0 2px 0;
	border-style: solid;
	border-color: #000;
	border-radius: 0;
	-webkit-appearance: none;
	padding: 0;
	line-height: 4.0rem;
}

.mailster-coolcaptcha-wrap img {
	height: auto !important;
}

#footer input[name=submit] {
	font-family: inherit;
	font-size: 1.6rem;
	line-height: 3.6rem;
	padding: 0 15px;
	border: 2px solid;
	border-radius: 0;
	background-color: transparent;
	-webkit-appearance: none;
}

#footer .mailster-form {
	margin: 25px 0 0 0;
}

#footer .mailster-form .mailster-wrapper {
	margin: 0 0 25px 0;
}

#footer .mailster-form-info,
#footer .mailster-form-info.success,
#footer .mailster-form-info.error {
	border: 2px solid #000;
	border-radius: 0;
	background-color: transparent;
}

#footer .mailster-form-info {
	color: #000;
}

#footer .mailster-form .error input, 
#footer .mailster-form .error select, 
#footer .mailster-form .error textarea {
	outline: 0 none;
	opacity: 0.75;
}

@media screen and (max-width: 768px) {
	
	#footer {
		padding: 0;
	}
	
	#footer .center {
		padding: 15px 20px;
	}
	
	#footer .content section {
		width: 100% !important;
		padding: 15px;
	}
	
	#footer .content section:nth-child(3) {
		padding: 30px 15px;
	}
	
	#footer .content section:nth-child(2) p {
		float: none;
		width: 100%;
	}
	
}#header {
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 97px;
	z-index: 103;
}

#header .header-logo {
	position: relative;
	margin-left: -21px;
	margin-top: -26px;
	pointer-events: auto;
}

#header .site-branding {
	position: absolute;
	padding-left: 15px;
}

#header .site-navigation {
	float: right;
	width: 50%;
	padding: 0 15px;
}

#menu-toggle {
	pointer-events: auto;
	position: relative;
	color: #000;
	display: block;
	border: 2px solid;
	width: 153px;
	height: 40px;
	line-height: 36px;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	z-index: 5;
	float: right;
	cursor: pointer;
	overflow: hidden;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-ms-transition: color 0.3s;
}

#header .wpml-ls-legacy-dropdown {
	width: auto;
	float: right;
	pointer-events: auto;
	margin-left: -2px;
	z-index: 6;
	position: relative;
}

#header .wpml-ls-legacy-dropdown a {
	background: none;
	border: 2px solid;
	color: #000;
	background: none;
	line-height: 36px;
	font-size: 1.6rem;
	font-weight: 500;
	padding: 0 9px;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-ms-transition: color 0.3s;
}

body.home #header .wpml-ls-legacy-dropdown a {
	color: #30FF95;
}

body.home.show-menu #header .wpml-ls-legacy-dropdown a {
	color: #000;
}

#header .wpml-ls-legacy-dropdown a span {
	vertical-align: unset;
}

#header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
	display: none;
}

#header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	border: 0 none;
	margin-top: -2px;
}

#header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
	opacity: 0;
	transition: opacity 0.3s;
}

#header .wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu a, 
#header .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu a {
	opacity: 1;
}

#menu-toggle .search-icon {
	width: 38px;
	height: 36px;
	display: block;
	padding: 8px 9px;
	position: absolute;
	border-right: 2px solid;
}

#svg-search-icon {
	display: block;
}

body.home #menu-toggle {
	color: #30FF95;
}

body.home #svg-search-icon path,
body.home #svg-menu-open path {
	fill: #30FF95;
	transition: fill 0.3s;
	-webkit-transition: fill 0.3s;
	-ms-transition: fill 0.3s;
}

body.home.show-menu #menu-toggle {
	color: #000;
}

body.home.show-menu #svg-search-icon path {
	fill: #000;
}

#menu-toggle .label {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transition: transform 0.2s;
	-webkit-transition: -webkit-transform 0.2s;
	-ms-transition: -ms-transform 0.2s;
	padding-left: 38px;
}

#menu-toggle .label svg {
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin-right: 8px;
}

body.show-menu #menu-toggle .label {
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#main-nav .navigation-content {
	opacity: 0;
	pointer-events: none;
	position: relative;
	clear: both;
	padding: 54px 0 0 95px;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
}

body.show-menu #main-nav .navigation-content {
	opacity: 1;
	pointer-events: auto;
}

#main-nav ul.menu {
	list-style: none;
	padding: 0;
	margin: 54px 0 0 0;
	font-size: 4.0rem;
	font-family: 'Chalet-NewYorkNineteenEighty';
	line-height: 4.0rem;
	text-transform: lowercase;
}

#main-nav ul.menu li {
	margin-bottom: 1.1rem;
}

#main-nav ul.menu li a {
	text-decoration: none;
}


#main-nav .search-form,
#main-nav .menu-sidebar-menu-nl-container,
#main-nav .menu-sidebar-menu-en-container {
	position: relative;
	z-index: 5;
}

#main-nav .search-form .search-field {
	font-size: 1.3rem;
	line-height: 4.6rem;
	height: 48px;
	background-color: transparent;
	color: #000;
	border-width: 0 0 2px 0;
	border-radius: 0;
	padding-left: 42px;
	width: 100%;
	font-weight: normal;
	border-color: #000;
	-webkit-appearance: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
  opacity: 1;
}

#main-nav .search-form .search-submit {
	position: absolute;
	text-indent: -10300px;
	width: 36px;
	height: 46px;
	top: 0;
	left: 0;
	border: 0 none;
	border-radius: 0;
	-webkit-appearance: none;
	background-image: url('/wp-content/themes/c-takt/img/c-takt-search.svg');
	background-position: left center;
	background-repeat: no-repeat;
	background-color: transparent;
}

#main-nav .navigation-content:before {
	position: fixed;
	width: 50%;
	height: 100%;
	left: 50%;
	content: '';
	background-color: #30FF95;
	display: block;
	z-index: 2;
	top: 0;
}

#main-nav .navigation-content .overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 1;
}

@media screen and (max-width: 768px) {
	
	#header {
		padding-top: 40px;
	}
	
	#header .header-logo {
		margin-left: -20px;
		margin-top: -24px;
	}
	
	body.home #menu-toggle,
	#header .wpml-ls-legacy-dropdown a {
		color: #000;
	}
	
	body.home #svg-search-icon path, 
	body.home #svg-menu-open path {
		fill: #000;
	}

	#header .site-navigation {
		width: 100%;
	}

	#main-nav .navigation-content {
		width: 100%;
		left: 0;
		padding: 54px 0 0 0;
	}
	
	#main-nav .navigation-content:before {
		width: 100%;
		left: 0;
	}
	
	#main-nav ul.menu {
		font-size: 2.8rem;
		line-height: 5.0rem;
		margin-top: 30px;
	}
	
}#home-hero {
	position: relative;
	max-width: 1280px;
	margin: 0 auto 40px auto;
	padding: 20px;
}

#home-hero .home-hero-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0 0 55% 0;
}

#home-hero .home-hero-image img {
	display: none;
}

#home-hero .home-hero-content {
	position: absolute;
	width: 100%;
	left: 50%;
	margin: 0;
	color: #30FF95;
	bottom: 15%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	padding: 0 55px;
}

#home-hero .home-hero-content h1 {
	font-size: 4.0rem;
	line-height: 4.2rem;
	margin-bottom: 2.0rem;
	max-width: 500px;
}

#home-hero .home-hero-content .button {
	color: #30FF95;
}


#home-featured {
	margin-bottom: 50px;
}

#home-featured article {
	width: 33.33%;
	float: left;
	padding: 0 15px 30px 15px;
}

#home-featured article .content {
	padding: 28px 0;
}

#home-featured article .content p:last-child {
	margin-bottom: 0;
}

#home-featured article:nth-child(2) .content,
#home-featured article:nth-child(3) .content {
	padding: 28px 30px;
}

#home-featured article:nth-child(1) .content .button {
	padding: 0;
	border-width: 0 0 2px 0;
	border-color: #30FF95;
	line-height: 2.4rem;
}

#home-featured article:nth-child(2) .content .button,
#home-featured article:nth-child(3) .content .button {
	margin-top: 2.0rem;
}

#home-featured article:nth-child(2) .content {
	background-color: #30FF95;
}

#home-featured article:nth-child(3) .content {
	background-image: url('/wp-content/themes/c-takt/img/c-takt-pattern.svg');
}


#home-residence {
	margin-bottom: 80px;
}

#home-residence article {
	width: 33.33%;
	float: left;
	padding: 0 15px 30px 15px;
}

#home-residence a.button,
#home-blog a.button {
	margin: 0 15px;
}


#home-blog {
	margin-bottom: 80px;
}

#home-blog article {
	padding: 0 15px 30px 15px;
}

#home-blog article {
	width: 33.33%;
}

#home-blog article:first-child,
#home-blog article.sticky {
	width: 66.66%;
}


#home-description {
	margin-bottom: 80px;
}

#home-description h1 {
	font-size: 4.0rem;
	line-height: 4.0rem;
	width: 33.33%;
	float: left;
	padding: 0 15px;
}

#home-description .text {
	width: 66.66%;
	float: left;
	padding: 0 15px;
}

#home-description .text p {
	margin-top: 0;
}

@media screen and (max-width: 768px) {
	
	#home-hero {
		padding: 175px 35px 20px 35px;
		margin-bottom: 0;
	}
	
	#home-hero .home-hero-image {
		padding-bottom: 100%;
	}
	
	#home-hero .home-hero-content {
		bottom: 50px;
		padding: 0 65px;
	}
	
	#home-hero .home-hero-content h1 {
		font-size: 2.8rem;
		line-height: 3.0rem;
	}
	
	#home-featured article {
		width: 100%;
	}
	
	#home-residence article {
		width: 50%;
	}
	
	#home-description h1 {
		font-size: 2.8rem;
		line-height: 3.0rem;
		margin-bottom: 2.4rem;
	}
	
	#home-description h1,
	#home-description .text {
		width: 100%;
	}
	
}

@media screen and (max-width: 414px) {
	
	#home-hero .home-hero-image {
		padding-bottom: 150%;
	}
	
	#home-residence article {
		width: 100%;
	}
	
	#home-blog article {
		width: 50%;
	}
	
	#home-blog article:first-child, 
	#home-blog article.sticky {
		width: 100%;
	}
	
}/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

html {
	font-size: 62.5%;
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
}

body {
	margin: 0;
	overflow-x: hidden;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin: 2.0rem 0;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover, a:focus, a:active {
	color: #000;
}

a:focus {
	outline: 0;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 3.0rem;
	padding-top: 0.8rem;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
div.page {
	padding-top: 305px;
	margin-bottom: 80px;
}

div.page .page-content {
	width: 100%;
	margin-top: 0;
	padding: 0 15px;
}

div.page .page-navigation + .page-content {
	float: right;
	width: 66.66%;
}

div.page .page-navigation {
	width: 25%;
	float: left;
	padding: 0 15px;
}

div.page .page-navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div.page .page-navigation ul li {
	border: 2px solid #30FF95;
	margin-bottom: -2px;
	line-height: 40px;
	padding: 0 12px;
	display: block;
}

div.page .page-navigation ul ul {
	margin: 0 -12px;
	padding: 12px 0;
	background-color: #FFF;
}

div.page .page-navigation ul ul li {
	border: 0 none;
	line-height: 2.4rem;
	padding: 0 0 0 24px;
}

div.page .page-navigation ul li a {
	text-decoration: none;
}

div.page .page-navigation ul li.active {
	background-color: #30FF95;
}

div.page .page-navigation ul ul li.active {
	background-color: transparent;
}

div.page .page-navigation ul ul li.active a span {
	border-bottom: 1px solid #30FF95;
}

div.page .page-content h1 {
	font-size: 4.0rem;
	line-height: 4.0rem;
}

div.page .page-content h2 {
	font-size: 2.8rem;
	line-height: 3.0rem;
}

div.page .page-content h3 {
	font-size: 1.8rem;
	line-height: 2.0rem;
}

div.page .page-content h4 {
	font-size: 1.6rem;
	line-height: 2.0rem;
}

div.page .page-content .text *:first-child {
	margin-top: 0;
}

div.page .acf-map {
	width: 100%;
	height: 322px;
	border: 0 none;
	margin: 33px 0;
}

div.page .acf-map img {
   max-width: inherit !important;
}

div.page .location {
	margin-top: 4.8rem;
	margin-bottom: 8.0rem;
	font-size: 1.6rem;
	line-height: 2.5rem;
}

div.page .location p {
	color: rgba(0,0,0,0.7);
}

div.page .location a {
	color: #000;
	border-bottom: 1px solid #30FF95;
	text-decoration: none;
}

div.page .description h3 {
	margin-bottom: -1.2rem;
}

div.page .team {
	display: flex;
	margin: 48px -15px -15px;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

div.page .team .team-member {
	flex-basis: 50%;
	-webkit-flex-basis: 50%;
	padding: 0 15px 45px 15px;
}

div.page .team h3 {
	font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.5rem;
	margin: 0;
}

div.page .team img {
	margin-bottom: 8px;
}

div.page .team p {
	font-size: 1.6rem;
	line-height: 2.5rem;
	margin: 0;
}

div.page .team a.email {
	text-decoration: none;
	border-bottom: 2px solid #30FF95;
	font-size: 1.6rem;
	margin-top: 8px;
	display: inline-block;
}

div.page .projects {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: 30px -15px 0 -15px;
}

div.page .projects article {
	padding: 15px;
	flex-basis: 50%;
	-webkit-flex-basis: 50%;
}

div.page .projects article h1,
div.page .projects article h2,
div.page .projects article h3,
div.page .projects article h4,
div.page .projects article p {
	font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
	margin: 0;
}

div.page .projects article .event-type {
	color: #30FF95;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 2.4rem;
}

div.page .projects article .title {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.4rem;
}

div.page .projects article .date {
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 2.4rem;
}

div.page .projects article p {
	font-size: 1.6rem;
	margin-top: 5px;
}

div.page .projects article p a {
	text-decoration: none;
	border-bottom: 1px solid #30FF95;
}

div.page .partners {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: 30px -15px 0 -15px;
}

div.page .partners .partner {
	padding: 15px;
	flex-basis: 25%;
	-webkit-flex-basis: 25%;
}

div.page .partners .partner img {
	display: block;
}

div.page .workplaces {
	display: flex;
	display: -webkit-flex;
	margin: 0 -15px;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

div.page .workplaces .workplace {
	flex-basis: 50%;
	-webkit-flex-basis: 50%;
	padding: 15px;
}

div.page .workplaces .workplace h1 {
	font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.4rem;
	margin: 0;
}

div.page .workplaces .workplace a {
	text-decoration: none;
	border-bottom: 2px solid #30FF95;
}

@media screen and (max-width: 414px) {
	
	div.page {
		padding-top: 175px;
	}
	
	div.page .page-navigation {
		margin-bottom: 30px;
		position: relative;
	}
	
	div.page .page-navigation,
	div.page .page-content {
		width: 100%;
	}
	
	div.page .page-navigation:before {
		position: absolute;
		top: 18px;
		right: 30px;
		display: block;
		margin-left: 6px;
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 9.5px 5.5px 0 5.5px;
		border-color: #222222 transparent transparent transparent;
	}
	
	#page-navigation:before {
		content: attr(data-active-page);
		display: block;
		
		border: 2px solid #30FF95;
		margin-bottom: -2px;
		line-height: 40px;
		padding: 0 12px;
		cursor: pointer;
		
		background-color: #30FF95;
	}
	
	#page-navigation li a {
		display: block;
	}
	
	#page-navigation li {
		display: none;
	}
	
	#page-navigation.open li {
		display: block;
	}
	
}section.related-posts {
	margin-bottom: 80px;
}

section.related-posts .grid .post {
	width: 33.33%;
	padding: 15px;
	box-sizing: border-box;
}

section.related-posts .related-posts-header {
	margin: 0 15px 15px 15px;
}

section.related-posts .related-posts-title {
	font-size: 2.8rem;
	line-height: 3.0rem;
	margin-bottom: 30px;
}

.related-posts-filter {

}

.related-posts-filter ul {
	line-height: 3.6rem;
	font-size: 1.4rem;
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}

.related-posts-filter ul:after {
	content: '';
	clear: both;
	display: table;
}

.related-posts-filter ul li {
	display: block;
	float: left;
	border-width: 2px 0 2px 2px;
	border-color: #30FF95;
	padding: 0 15px;
	border-style: solid none solid solid;
	cursor: pointer;
	transition: background-color 0.2s;
	-webkit-transition: background-color 0.2s;
	-ms-transition: background-color 0.2s;
}

.related-posts-filter ul li:last-child {
	border-width: 2px;
	border-style: solid;
}

.related-posts-filter ul li.active {
	background-color: #30FF95;
}

section.related-posts .grid {
	
}

section.related-posts .post .wp-post-image {
	
}

section.related-posts .post a {
	text-decoration: none;
}

section.related-posts .post h4.category {
	font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
	font-size: 1.3rem;
	line-height: 2.0rem;
	color: #30FF95;
	font-weight: 500;
	margin: 0;
}

section.related-posts .post h4.category a {
	text-decoration: none;
	color: #30FF95;
}

section.related-posts .post h2.date {
	font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
	font-size: 1.3rem;
	line-height: 2.0rem;
	font-weight: 300;
	margin: 0 0 3px 0;
}

section.related-posts .post h1.title {
	font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.0rem;
	margin: 0;
}

.post-template-default .related-posts-filter {
	display: none;
}

.post-template-default section.related-posts .related-posts-title {
	margin-bottom: 20px;
}

@media screen and (max-width: 414px) {
	
	section.related-posts .grid {
		margin: 9px;
	}
	
	section.related-posts .grid .post {
		width: 50%;
		padding: 6px;
	}
	
}section.archive.search .search-filter-container {
	background-color: #30FF95;
	padding: 20px 30px;
	margin: 30px 15px;
}

section.archive.search .search-filter-container #grid-filter {
	padding: 0;
	list-style: none;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: #000;
	margin: 30px 0 10px 0;
	float: left;
}

section.archive.search .search-filter-container .search-filter:after,
section.archive.search .search-filter-container #grid-filter:after {
	display: table;
	content: '';
	clear: both;
}

section.archive.search .search-filter-container #grid-filter li {
	display: block;
	float: left;
	padding: 0 10px;
	line-height: 30px;
	border-right: 1px solid;
	cursor: pointer;
}

section.archive.search .search-filter-container #grid-filter li.active {
	background-color: #000;
	color: #30FF95;
}

section.archive.search .search-form {
	position: relative;
}

section.archive.search .search-form .search-field {
	font-size: 1.3rem;
	line-height: 4.6rem;
	height: 48px;
	background-color: transparent;
	color: #000;
	border-width: 0 0 2px 0;
	border-radius: 0;
	padding-left: 42px;
	width: 100%;
	max-width: 343px;
	font-weight: normal;
	border-color: #000;
	-webkit-appearance: none;
}

section.archive.search .search-form .search-submit {
	position: absolute;
	text-indent: -10300px;
	width: 36px;
	height: 46px;
	top: 0;
	left: 0;
	border: 0 none;
	border-radius: 0;
	-webkit-appearance: none;
	background-image: url('/wp-content/themes/c-takt/img/c-takt-search.svg');
	background-position: left center;
	background-repeat: no-repeat;
	background-color: transparent;
}



section.archive.search .grid article {
	width: 33.33%;
	padding: 15px;
	margin: 0;
}

.search-results-header {
	padding: 15px;
	text-align: center;
	margin-bottom: 15px;
}

section.archive.search .grid article a {
	text-decoration: none;
}

section.archive.search .grid article .image-link {
	margin-bottom: 10px;
}


section.archive.search .grid article .title {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.0rem;
	font-family: inherit;
	margin: 0;
}

section.archive.search .grid article .date,
section.archive.search .grid article .date-range {
	font-family: inherit;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 2.4rem;
	margin: 0;
}

section.archive.search .grid article p {
	margin: 1.2rem 0 0 0;
}

section.archive.search .grid article p a {
	border-bottom: 1px solid #30FF95;
}

section.archive.search .grid article .type {
	color: #30FF95;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 2.4rem;
	text-transform: lowercase;
}

@media screen and (max-width: 768px) {
	
	section.archive.search .grid article {
		width: 100%;
	}
	
	section.archive.search #grid-filter {
		display: none;
	}
	
}.single-post {
	padding-top: 250px;
}

.single-post article .entry-full-image {
	position: relative;
	padding: 0 15px;
	margin-bottom: 50px;
}

.single-post article .entry-full-image .c-takt-icon {
	top: 30px;
	left: 45px;
}

.single-post article .entry-image {
	margin-bottom: 50px;
}

.single-post article.post-detail .entry-image {
	margin-bottom: 30px;
}

.single-post article .post-thumbnail img {
	display: block;
}

.single-post .entry-title {
	font-size: 4.0rem;
	line-height: 4.0rem;
	margin-bottom: 0;
}

.single-post .entry-title-artists {
	font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
	font-size: 1.6rem;
	line-height: 2.5rem;
	margin-top: 5px;
}

.single-post .entry-title-artists a {
	text-decoration: none;
}

.single-post .entry-header {
	margin-bottom: 70px;
	float: left;
	padding: 0 15px;
}

.single-post .entry-content .entry-header {
	padding: 0;
	float: none;
}

.single-post .post-detail .entry-header {
	margin-bottom: 20px;
}

.single-post .entry-date {
	font-size: 1.6rem;
	margin-top: 5px;
	font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
	line-height: 2.0rem;
}

.single-post .entry-subtitle {
	font-size: 2.8rem;
	line-height: 3.0rem;
}

.single-post .entry-content {
	width: 66.66%;
	float: left;
	padding: 0 15px;
	margin: 0 0 50px 0;
}

.single-post .bio {
	margin-bottom: 70px;
}

.single-post .artist-residences {
	
}

.single-post .artist-residence {
	margin-bottom: 80px;
}

.single-post .artist-residence header {
	margin-bottom: 30px;
}

.single-post .entry-sidebar {
	width: 33.33%;
	float: right;
	padding: 0 15px;
	font-size: 1.6rem;
	line-height: 1.8rem;
}

.single-post .entry-sidebar .content {
	background-color: #30FF95;
	padding: 30px 30px 8px 30px;
}

.single-post.post-template-default .entry-sidebar .content {
	background-color: transparent;
}

.single-post .entry-sidebar .partners {
	padding: 45px 30px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: 0 -15px;
}

.single-post .entry-sidebar .partners h3 {
	flex-basis: 100%;
	padding: 0 15px;
}

.single-post .entry-sidebar .partners .partner {
	flex-basis: 50%;
	padding: 15px;
}

.single-post .entry-sidebar h3 {
	font-size: 1.8rem;
	line-height: 2.0rem;
	margin-bottom: 1.5rem;
}

.single-post .entry-sidebar .categories,
.single-post .entry-sidebar .artists,
.single-post .entry-sidebar .credits {
	margin-bottom: 40px;
}

.single-post .entry-sidebar .credits,
.single-post .entry-sidebar .contact {
	font-size: 1.4rem;
}

.single-post .entry-sidebar .artist {
	margin-bottom: 20px;
}

.single-post .entry-sidebar .artist h3 {
	margin-bottom: 0;
}

.single-post .entry-sidebar .artist .image {
	margin-top: 14px;
}

.single-post .entry-sidebar .project-title {
	font-size: 1.6rem;
	line-height: 2.0rem;
	margin: 0;
	font-weight: normal;
}

.single-post .entry-sidebar .project-date {
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 2.4rem;
	margin: 0;
}

.single-post .entry-sidebar ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
}

.single-post .entry-sidebar ul.short {
	margin-bottom: 4.0rem;
}

.single-post .entry-sidebar ul li {
	position: relative;
	margin-bottom: 6px;
}

.single-post .entry-sidebar ul.trajectory li {
	margin-bottom: 3.0rem;
}

.single-post .entry-sidebar li:before {
	content: '';
	position: absolute;
	height: 8px;
	width: 8px;
	border: 2px solid;
	left: -19px;
	top: 5.5px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.single-post .post-detail .text h1 {
	font-size: 4.0rem;
	line-height: 4.0rem;
}

.single-post .post-detail .text h2 {
	font-size: 2.8rem;
	line-height: 3.0rem;
}

.single-post .post-detail .text h3 {
	font-size: 1.8rem;
	line-height: 2.0rem;
}

.single-post .post-detail .text h4 {
	font-size: 1.6rem;
	line-height: 2.0rem;
}

.single-post .post-detail {
	margin-bottom: 80px;
} 

@media screen and (max-width: 768px) {
	
	.single-post {
		padding-top: 175px;
	}
	
}

@media screen and (max-width: 414px) {
	
	.single-post article .entry-full-image {
		margin-bottom: 10px;
	}
	
	.single-post .entry-header {
		margin-bottom: 15px;
	}
	
	.single-post .entry-sidebar {
		width: 100%;
	}
	
	.single-post .entry-content {
		width: 100%;
	}
	
	.single-post .entry-sidebar {
		margin-bottom: 40px;
	}
	
	.single-post.post-template-default .entry-sidebar .content {
		padding: 0 0 8px 0;
	}
	
}body {
	color: #000;
	font: 1.4rem/2.4rem 'Roboto', 'Arial', 'Helvetica', sans-serif;
}

h1, h2, h3 {
	font-family: 'Chalet-NewYorkNineteenEighty';
	font-weight: normal;
	margin: 0;
}

.grid {
	/*
	display: flex;
	flex-wrap: wrap;
	*/
}

.grid .grid-item {
	
	float: left;
	
}

.center {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 40px;
}

.button,
.text a.button {
	border: 2px solid;
	display: inline-block;
	line-height: 36px;
	padding: 0 25px;
	text-decoration: none;
	font-size: 1.4rem;
	box-sizing: border-box;
}

h1 {
	font-size: 2.8rem;
	line-height: 3.0rem;
	margin-bottom: 1.4rem;
}

input,
textarea {
	outline: 0 none;
}

h1.section-header {
	padding: 0 15px;
	margin-bottom: 2.0rem;
}

.post-preview img.wp-post-image,
.post-preview .placeholder {
	display: block;
	margin-bottom: 15px;
}

.post-preview h1 {
	font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
	font-size: 1.6rem;
	line-height: 2.4rem;
	font-weight: 500;
	margin-bottom: 0;
}

.post-preview h1 a {
	text-decoration: none;
}

.post-preview h2.date,
.post-preview h2.date-range {
	font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 2.0rem;
	margin-bottom: 0;
}

.post-preview a {
	text-decoration: none;
}

.post-preview .text p {
	margin: 5px 0 0 0;
}

.text {
	color: rgba(0,0,0,0.7);
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5 {
	color: #000;
}


.text strong,
.text b {
	color: rgba(0,0,0,1);
	font-weight: normal;
}

.text a {
	text-decoration: none;
	border-bottom: 1px solid #30FF95;
}

table.events {
	border: 2px solid #30FF95;
	max-width: 405px;
	margin-top: 40px;
}

table.events a {
	text-decoration: none;
	border-bottom: 1px solid #30FF95;
}

table.events td {
	padding: 6px 0;
	vertical-align: top;
}

table.events td:first-child {
	padding-left: 15px;
	min-width: 139px;
}
table.events td:last-child {
	padding-right: 15px;
	text-align: right;
	min-width: 95px;
}

table.events tr:first-child td {
	padding-top: 12px;
}

table.events tr:last-child td {
	padding-bottom: 12px;
}

div.share {
	font-size: 1.6rem;
	padding-top: 10px;
}

div.share .share-button {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-size: auto 100%;
	background-image: url('/wp-content/themes/c-takt/img/c-takt-social-black.svg');
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -10300px;
	vertical-align: middle;
	top: -2px;
	position: relative;
	margin-left: 10px;
}

div.share .facebook {
	background-position: 0 0;
}

div.share .tumblr {
	background-position: -100px 0;
}

.grid-sizer {
	width: 8.33%;
}

a.image-link {
	position: relative;
	display: block;
}

.image {
	position: relative;
}

span.c-takt-icon {
	width: 28px;
	height: 26px;
	background-image: url('/wp-content/themes/c-takt/img/c-takt-icons.svg');
	display: block;
	background-repeat: no-repeat;
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 10;
	background-position: 30px 0;
}

span.c-takt-icon.residence {
	background-position: 0 0;
}

span.c-takt-icon.news {
	background-position: -30px 0;
}

span.c-takt-icon.premiere {
	background-position: -60px 0;
}

span.c-takt-icon.research {
	background-position: -90px 0;
}

span.c-takt-icon.artist {
	background-position: -120px 0;
}

.placeholder {
	width: 100%;
	padding-bottom: 66.66%;
	display: block;
	background-color: #F7F7F7;
}

@media screen and (max-width: 768px) {
	
	.center {
		padding: 0 20px;
	}
	
}

@media screen and (max-width: 414px) {
	
	h1,
	h2,
	h3,
	h4,
	h5 {
		hyphens: auto;
	}
	
}