/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Layout
# Navigation
# Content
## Header
## Posts and Pages
# Media
# Widgets
# Blocks
--------------------------------------------------------------*/
/* Typography */
html {
	font-size: 16px;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #1d1d1b;
	font-family: "Montserrat Alternates", sans-serif;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.4;
	margin: 0;
	text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1d1d1b;
	padding: 0;
	margin: 0;
}

h1,
h2 {
	font-size: 7vw;
}

@media screen and (min-width: 768px) {
	h1,
	  h2 {
		font-size: 4rem;
	}
}

@media screen and (min-width: 1024px) {
	h1,
	  h2 {
		font-size: 4.5rem;
		font-size: 3.2rem;
	}
}

h2 {
	font-weight: bold;
	line-height: 50px;
}

h3,
.subheadline {
	font-size: 2.5vw;
}

@media screen and (min-width: 768px) {
	h3,
	  .subheadline {
		font-size: 2rem;
	}
}

@media screen and (min-width: 1024px) {
	h3,
	  .subheadline {
		font-size: 2.25rem;
		font-size: 1.35rem;
	}
}

h4 {
	font-weight: bold;
}

li,
p,
td {
	font-size: 1.125rem;
	font-size: .92rem;
	line-height: 1.4;
}

dl,
ol,
ul {
	padding-left: 1rem;
}

/* Layout */
.wrap {
	max-width: 1000px;
}

.content-area {
	max-width: none !important;
}

.page-one-column .panel-content .wrap {
	max-width: 1000px;
	padding-top: 0;
}

/* Page: Save the date */
.page-id-384 #content {
	padding-top: 0 !important;
}

.page-id-384 .entry-content > .custom-banner {
	margin-top: 0 !important;
}

/* Navigation */
.navigation-top {
	background-color: #1d1d1b;
	border-color: #1d1d1b;
}

@media screen and (min-width: 768px) {
	.navigation-top nav {
		display: flex;
		margin-left: auto;
	}
}

.navigation-top .menu-item a {
	color: white;
}

.navigation-top .menu-item a:focus, .navigation-top .menu-item a:hover {
	opacity: .8;
}

.main-navigation > div > ul {
	background-color: #1d1d1b;
	border-color: rgba(255,255,255,0.5);
	color: white;
}

.main-navigation li {
	border-color: rgba(255,255,255,0.5);
}

.main-navigation .sub-menu a {
	color: #1d1d1b;
}

.menu-toggle {
	color: white;
}

.dropdown-toggle {
	color: white;
}

/* Content */
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
	background-color: #ffcc00;
}

@media screen and (min-width: 768px) {
	.site-header .wrap {
		align-items: center;
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
}

.site-branding {
	transition: none;
}

.site-branding a {
	transition: none;
}

.site-branding a:hover {
	opacity: 1;
}

@media screen and (min-width: 768px) {
	.site-branding img {
		max-height: none;
		max-width: none;
		width: 100%;
	}
}

@media screen and (min-width: 768px) {
	.site-branding .custom-logo-link {
		flex: 1 0 33%;
		max-width: 33%;
	}
}

.site-branding-text,
body:not(.title-tagline-hidden) .site-branding-text {
	color: #1d1d1b;
	display: flex;
	flex-direction: column;
	text-align: left;
}

@media screen and (min-width: 768px) {
	.site-branding-text,
	  body:not(.title-tagline-hidden) .site-branding-text {
		flex: 1 0 66%;
		max-width: 66%;
		padding-bottom: 1rem;
		text-align: right;
	}
}

.site-description {
	color: #1d1d1b;
	font-size: 1.25rem;
	margin: 0;
	order: 1;
}

.site-title {
	border: 0;
	clip: rect(0,0,0,0);
	height: .0625rem;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: .0625rem;
}

.has-header-image .custom-header-media img {
	position: relative;
}

.panel-image {
	background-size: contain;
	height: auto;
}

@media screen and (min-width: 1024px) {
	.panel-image {
		background-size: cover;
		height: 100vh;
	}
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.entry-header {
	display: none !important;
}

.entry-content > * {
	max-width: 650px;
}

.entry-content > .custom-banner:first-of-type {
	margin-top: 0;
}

.entry-content figure,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content li,
.entry-content p,
.entry-content td,
.entry-content .googlemaps,
.entry-content .wp-block-cover {
	margin: 2rem 0 0;
}

.entry-content .subheadline + h2 {
	font-weight: bold;
	line-height: 1;
	margin-bottom: 2rem;
	margin-top: 1rem;
}

.entry-content .subheadline + h2::after {
	background-color: #1d1d1b;
	content: ' ';
	display: block;
	height: .375rem;
	margin-top: 2rem;
	width: 4rem;
}

.entry-content table {
	max-width: 100%;
}

.entry-content td,
.entry-content th {
	padding: 1rem !important;
}

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

.entry-content .block-full-width > img {
	max-width: none;
	width: 100%;
}

.wcorg-organizer-description h4 {
	display: block;
	margin-top: 11px;
}

.wcorg-organizer-description img {
	float: none;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	margin: 1rem 0 .5rem;
}

.wcorg-organizer-description .emoji {
	filter: none;
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	margin: .125rem 0 0 .5rem !important;
}

.page:not(.home) #content {
	padding-top: 0;
}

.post-12 .post-12 h2 {
	font-size: 30px;
}

/* Media */
/*--------------------------------------------------------------
## Media
--------------------------------------------------------------*/
.custom-banner.wp-block-media-text {
	align-items: end;
	background-color: #ffcc00;
	grid-template-areas: '. media-text-content .' '. media-text-media .';
	grid-template-columns: minmax(1em,1fr) minmax(1em,1000px) minmax(1em,1fr);
	height: auto;
	left: 50%;
	margin: 2rem -50vw;
	max-width: none;
	position: relative;
	right: 50%;
	width: 100vw;
}

@media screen and (min-width: 1024px) {
	.custom-banner.wp-block-media-text {
		grid-template-areas: 'media-text-media media-text-media media-text-content .';
		grid-template-columns: minmax(1em,1fr) repeat(2,500px) minmax(1em,1fr);
	}
}

@media screen and (min-width: 1024px) {
	.custom-banner.wp-block-media-text.has-media-on-the-right {
		grid-template-areas: '. media-text-content media-text-media media-text-media';
	}
}

@media screen and (max-width: 600px) {
	.custom-banner.wp-block-media-text.is-stacked-on-mobile {
		grid-template-areas: media-text-content media-text-media;
	}
}

.custom-banner.wp-block-media-text .wp-block-media-text__content {
	padding: 2rem 8%;
}

/* Widgets */
h2.widget-title {
	font-size: 1rem;
	margin-bottom: 1rem;
	text-transform: none;
}

.widget {
	padding-bottom: 0;
}

.custom-html-widget > .social-navigation {
	display: none;
	left: 0;
	margin-left: .75rem;
	position: absolute;
	top: -14.5rem;
	width: auto;
	z-index: 10;
}

@media screen and (min-width: 1024px) {
	.custom-html-widget > .social-navigation {
		display: block;
	}
}

.admin-bar .custom-html-widget > .social-navigation {
	top: -14.5rem;
}

.custom-html-widget > .social-navigation .social-navigation__item {
	display: block;
	padding: 0;
	margin: .5rem 0;
}

.custom-html-widget > .social-navigation .social-navigation__link {
	background: transparent;
	box-shadow: none;
	margin: 0;
}

.custom-html-widget > .social-navigation .social-navigation__link:focus, .custom-html-widget > .social-navigation .social-navigation__link:hover {
	box-shadow: none;
	opacity: .8;
}

.custom-html-widget > .social-navigation img {
	box-shadow: none;
}

/* Blocks */
@media screen and (min-width: 600px) {
	.wp-block-columns {
		flex-wrap: nowrap;
	}
}

.wp-block-media-text__content {
	align-self: start;
}

.wp-block-media-text__content h2 {
	font-size: 40px;
	line-height: 45px;
}