/*!
Theme Name: BitterSuite
Theme URI: https://talkinghorse.london
Author: Nick Hart
Author URI: https://talkinghorse.london
Description: The custom WordPress theme for BitterSuite.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: No license.
License URI: N/A
Text Domain: bittersuite
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

BitterSuite is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Galleries
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 500;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
html {
	font-size: 100%;
}
body,
button,
input,
select,
optgroup,
textarea {
	color: #111;
	font-family: 'futura-pt', 'Futura PT', 'Helvetica Neue', sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	}
	@media screen and (max-width: 768px) {
		body,
		button,
		input,
		select,
		optgroup,
		textarea {
			font-size: 1.125rem;
		}
	}

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

h1 {
	text-align: center;
}

h1.entry-title {
	color: #111;
	font-size: 2.75rem;
	font-family: 'Baloo 2', 'Helvetica', sans-serif;
	font-weight: 600;
}
img ~ h1.entry-title {
	color: #fff;
}
@media screen and (max-width: 576px) {
	h1.entry-title {
		font-size: 2rem;
	}
}
h2 {
	font-family: 'Baloo 2', 'Helvetica', sans-serif;
	font-size: 1.5rem;
	}
	@media screen and (max-width: 768px) {
		h2 {
			font-size: 1.25rem;
		}
	}
h3 {
	font-family: 'Baloo 2', 'Helvetica', sans-serif;
	font-size: 1.25rem;
	}
	@media screen and (max-width: 768px) {
		h3 {
			font-size: 1.125rem;
		}
	}


p {
	margin: 0 0 1.5em;
}

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;
	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;
}

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

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

big {
	font-size: 125%;
}

span.copyright {
	display: block;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #C2CBCB;
	font-size: 0.75rem;
	font-weight: 400;
	margin-right: 0.75rem;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
	}
	@media screen and (max-width: 768px) {
		ul,
		ol {
			margin: 0 0 1.5em 1em;
		}
	}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 500;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a:not(.button) {
	color: #111;
}

a:hover,
a:focus,
a:active {
	color: #111;
	text-decoration: underline;
}

a:focus {
	outline: 2px solid #00edff;
}

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

p a,
.product_meta a {
	color: inherit;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#EDABCF), to(#EDABCF));
  background-image: linear-gradient(to bottom, #EDABCF 0%, #EDABCF 100%);
  background-repeat: no-repeat;
  background-size: 100% 0;
  background-position: 0 111%;
  -webkit-transition: background-size .25s ease-in;
  transition: background-size .25s ease-in;
  padding: 2px 2px 0px 0;
  border-bottom: 2px solid #173a37;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
p a:hover,
.product_meta a:hover {
	text-decoration: none;
	background-size: 100% 88%;
	cursor: pointer;
	border-bottom: 2px solid #173a37;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
a.button {
	border: 1px solid;
	border-color: #1a1a1a;
	border-radius: 3px;
	background: #1a1a1a;
	color: #fff;
	line-height: 1;
	height: 40px;
	padding: 1.2em 1.4em 1em;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a.button {
	margin: 15px 0 0;
	display: inline-block;
}
.woocommerce button.button.regenerate-link {
	padding: .618em 1em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
a.button:hover {
	color: #fff;
	background-color: #2b2b2b;
	border-color: #2b2b2b;
	text-decoration: none;
}

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,
a.button:active,
a.button:focus {
	outline-width: 0;
	box-shadow: inset 0 0 0 4px #00edff;
}

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: 4px;
	padding-left: 10px;
	height: 40px;
}

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 {
	outline-width: 0;
	box-shadow: inset 0 0 0 4px #00edff;
}

select {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 4px;
	padding-left: 10px;
	height: 40px;
}

textarea {
	width: 100%;
}

form#mc-embedded-subscribe-form {
	width: 100%;
	max-width: 400px;
	margin: 20px auto;
	text-align: center;
}
input#mce-EMAIL {
	width: 100%;
	height: 50px;
	max-width: 350px;
	padding: 8px;
	padding-left: 10px;
	border: none;
}
input#mc-embedded-subscribe {
	cursor: pointer;
	font-size: 0.85rem;
	height: 50px;
	margin: 20px auto 0;
	display: block;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.cc-window.cc-floating {
	border-radius: 20px;
	}
	@media screen and (max-width: 576px) {
		.cc-window.cc-floating {
			border-radius: none;
		}
	}

/* Header
--------------------------------------------- */
header#masthead {
	width: 100%;
	background-color: #173a37;
}
header#masthead .inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1400px;
	padding: 10px 30px;
	margin: 0 auto;
}
.logo--container {
	width: 110px;
	height: 110px;
	border-radius: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
a.logo img {
	width: 100%;
	max-width: 110px;
	margin: 0 auto;
	display: block;
}

/* Main
--------------------------------------------- */
main#primary > article {
	padding-bottom: 100px;
}
.container {
	width: 100%;
	max-width: 1400px;
	padding: 20px 30px;
	margin: 0 auto;
}
header.entry-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}
header.entry-header img {
	width: 100%;
	max-height: 500px;
	object-fit: cover;
}
img ~ h1.entry-title {
	position: absolute;
	padding: 0 20px;
}
h1.entry-title {
	margin: 75px auto 50px;
}
.showreel {
	height: 500px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}
.showreel video {
  z-index: -9999;
	width: 100%;
	margin: 0 auto;
	}
	@media screen and (max-width: 1060px) {
		.showreel video {
			width: auto;
		}
	}
.showreel h1.entry-title {
	position: absolute;
	padding: 0 20px;
	color: #fff;
}
@media screen and (max-width: 576px) {
	.showreel {
		height: 350px;
	}
	.showreel h1.entry-title {
		padding: 0 10px;
	}
}

/* Sidebar
--------------------------------------------- */
.content-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 100px;
	padding: 0 20px;
}
nav.content__navigation {
	width: 30%;
}
.content__body {
	width: 70%;
	}
	@media screen and (max-width: 750px) {
		.content-container {
			flex-direction: column;
		}
		nav.content__navigation,
		.content__body {
			width: 100%;
		}
		nav.content__navigation {
			margin-bottom: 50px;
		}
	}
.entry-content section:first-child {
	margin-top: 0;
	padding-top: 0;
}
span.content__navigation-title {
	font-family: 'Baloo 2', 'Helvetica', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.5rem;
	letter-spacing: 0px;
	text-transform: none;
	text-decoration: none;
	line-height: 1.2em;
	color: #00746b;
	margin-bottom: .5em;
	display: block;
}
.menu-about-submenu-container ul#about-menu {
	list-style: none;
	margin: 1.25rem 0 0;
	padding: 0;
}
.menu-about-submenu-container ul#about-menu li:not(:last-child) {
	margin: 0 0 0.45rem 0;
}
.menu-about-submenu-container ul#about-menu li a {
	font-family: 'Baloo 2', 'Helvetica', sans-serif;
	text-transform: uppercase;
	font-size: 0.95rem;
	letter-spacing: 0.1rem;
	font-weight: 600;
	color: #ccc;
	background: transparent;
	text-decoration: none;
	border-bottom: 2px solid #fff;
	border-radius: 0;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	padding: 0;
}
.menu-about-submenu-container ul#about-menu li a:hover {
	background: transparent;
	text-decoration: none;
	color: #111;
	border-bottom: 2px solid #111;
}
.menu-about-submenu-container ul#about-menu li.current-menu-item a {
	color: #111;
	border-bottom: 2px solid #111;
}

/* Footer
--------------------------------------------- */
footer.entry-footer {
	margin: 0 auto;
}
footer#colophon {
	width: 100%;
}
footer#colophon .lighter {
	background-color: #28625C;
}
footer#colophon .darker {
	background-color: #173a37;
}
footer#colophon .inner {
	width: 100%;
	max-width: 1400px;
	padding: 50px 30px;
	margin: 0 auto;
}
.footer-row + .footer-row {
	margin: 1.25rem 0 0;
}
ul.social__icons {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}
ul.social__icons li {
	display: inline-block;
}
ul.social__icons li:not(:last-child) {
	margin-right: 0.25rem;
}
ul.social__icons li a {
	color: #28625C;
	text-decoration: none;
	background: #fff;
	border-radius: 100%;
	height: 40px;
	width: 40px;
	font-size: 1.5rem;
	border: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	-webkit-transition: transform 0.2s ease-in-out;
	-moz-transition: transform 0.2s ease-in-out;
	-o-transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
}
ul.social__icons li a:hover {
	transform: translate(0px, -5px);
	color: #28625C;
	border: none;
	text-decoration: none;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.navigation-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
nav.main-navigation {
	margin: 0 30px 0 0;
}
nav.main-navigation div ul li {
	display: inline-block;
	list-style: none;
}
nav.main-navigation div ul {
	margin: 0;
	padding: 0;
}
nav.main-navigation div ul li:not(:last-child) {
	margin: 0 20px 0 0;
}
nav.main-navigation div ul li.current-menu-item a {
	border-bottom: 2px solid #fff;
}
nav.main-navigation div ul li a {
	font-family: 'Baloo 2', 'Helvetica', sans-serif;
	text-transform: uppercase;
	font-size: 0.95rem;
	letter-spacing: 0.1rem;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid #173a37;
	-webkit-transition: border-color 0.2s linear;
	-moz-transition: border-color 0.2s linear;
	-o-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
}
nav.main-navigation div ul li a:hover {
	border-bottom: 2px solid #fff;
}
.menu-item-has-children {
	position: relative;
}
nav.main-navigation div ul ul.sub-menu {
  padding: 34px 38px 25px;
  line-height: 1.29167;
  z-index: 5;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(20px);
  transition: transform .3s ease-in-out 0s, opacity .3s ease-in-out 0s;
}
nav.main-navigation div ul ul.sub-menu li {
	display: block;
}
nav.main-navigation div ul ul.sub-menu li:not(:last-child) {
	margin: 0 0 0.75rem 0;
}
nav.main-navigation div ul ul.sub-menu li a {
	color: #fff;
	border-bottom: 2px solid #28625C;
	transition: border-color 0.2s linear;
}
nav.main-navigation div ul ul.sub-menu li a:hover,
nav.main-navigation div ul ul.sub-menu li a:focus {
	border-bottom: 2px solid #fff;
}
.menu-item-has-children.active > .sub-menu,
.menu-item-has-children:active > .sub-menu,
.menu-item-has-children:focus > .sub-menu,
.menu-item-has-children:hover > .sub-menu,
nav.main-navigation div ul ul.sub-menu:focus-within {
  opacity: 1;
  pointer-events: all;
  transform: translateX(-50%) translateY(0);
}
nav.main-navigation div ul ul.sub-menu:before {
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 2px 7px 0 rgb(0 0 0 / 14%);
  position: absolute;
  z-index: -1;
  top: 9px;
  right: 0;
  bottom: 0;
  left: 0;
  background: #28625C;
  box-shadow: 0 2px 6px rgb(0 0 0 / 12%);
  content: "";
}
nav.main-navigation div ul li a[href=""],
nav.main-navigation div ul li a[href="#"] {
  cursor: default;
}
nav.management ul li a svg {
	width: 25px;
	height: 25px;
}
nav.management ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav.management ul li {
	display: inline-block;
}
nav.management ul li:first-child {
	margin: 0 0.5rem 0 0;
}
nav.management li a {
	position: relative;
	text-decoration: none;
	display: block;
	-webkit-transition: transform 0.2s ease-in-out;
	-moz-transition: transform 0.2s ease-in-out;
	-o-transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
}
nav.management li a:hover {
	transform: translate(0px, -5px);
}
nav.management li a span {
	position: absolute;
	top: -15px;
	right: 5px;
	color: #fff;
	text-decoration: none;
	font-size: 0.75rem;
	display: block;
}

.navigation__button { display: none; }

@media screen and (max-width: 910px) {

	.navigation-container {
		position: fixed;
		z-index: 9999;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		padding-top: 55px;
		background-color: #173a37;
		opacity: 0;
		pointer-events: none;
		transition: all .3s ease-in-out, visibility 0s .3s;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}

	.navigation-container.is-open {
		opacity: 1;
    pointer-events: all;
    visibility: visible;
	}

	nav#site-navigation {
		margin: 0;
		padding: 0;
	}

	nav.management {
		margin: 50px 0 0 0;
	}

	nav.main-navigation div {
    margin-top: 20px;
  }

  nav.main-navigation div ul {
    top: 0;
    width: 100%;
    position: relative;
		margin: 0;
  }

  nav.main-navigation div ul li {
  	display: block;
		text-align: center;
		margin: 0;
  }

	nav.main-navigation div ul li:not(:last-child) {
		padding: 0 0 2.125rem 0;
		margin: 0;
	}

	nav.main-navigation div ul ul.sub-menu {
	  padding: 34px 38px 25px;
	  line-height: 1.29167;
	  z-index: 5;
	  color: #fff;
	  text-align: center;
	  white-space: nowrap;
	  position: relative;
	  display: none;
	  opacity: 0;
	  pointer-events: none;
	  transform: translateX(0) translateY(-20px);
		top: 0;
		left: 0;
	}
	.menu-item-has-children.active > .sub-menu,
	.menu-item-has-children:active > .sub-menu,
	.menu-item-has-children:focus > .sub-menu,
	.menu-item-has-children:hover > .sub-menu {
	  opacity: 1;
	  pointer-events: all;
	  transform: translateX(0) translateY(0);
		display: block;
	}
	.menu-item-has-children:before {
		content: '+ ';
		color: #fff;
	}

}
button#hamburger {
	background: transparent;
	height: 100%;
}
.hamburger {
  padding: 15px 15px;
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
	background-image: none;
  border: 0;
  margin: 0;
  overflow: visible;
  z-index: 9999;
}
@media screen and (max-width: 910px) {
  .hamburger {
    display: block;
  }
}
.hamburger:hover .hamburger-inner,
.hamburger:hover .hamburger-inner::before,
.hamburger:hover .hamburger-inner::after {
  background-color: #fff;
}
.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
  background-color: transparent;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  background-color: #fff;
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  background-color: #fff;
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  background-color: #fff;
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger.is-active:hover .hamburger-inner,
.hamburger.is-active:hover .hamburger-inner::before,
.hamburger.is-active:hover .hamburger-inner::after {
  background-color: #fff;
}
nav.footer-navigation {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-bottom: 25px;
}
nav.footer-navigation ul {
	text-align: center;
	padding: 0;
	margin: 0;
	font-weight: 400;
}
nav.footer-navigation div ul li {
	list-style: none;
	display: inline-block;
}
nav.footer-navigation div ul li a {
	color: #C2CBCB;
	text-decoration: none;
}
nav.footer-navigation div ul li a:hover {
	color: #fff;
}
nav.footer-navigation div ul li:not(:last-child) {
	margin-right: 0.75rem;
}

/* Posts
--------------------------------------------- */
header.single-post {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 350px;
}
header.single-post img {
	width: 100%;
	max-height: 500px;
	object-fit: cover;
}
header.entry-header.single-post .title-wrapper .title-wrapper {
	position: absolute;
	padding: 0 20px;
}
header.entry-header.single-post.with-image .title-wrapper .title-wrapper {
	color: #fff;
}
header.entry-header.single-post .title-wrapper h1.entry-title {
	margin: 0 auto 1.25rem;
}
header.entry-header.single-post.with-image .title-wrapper h1.entry-title {
	color: #fff;
}
header.single-post ~ .entry-content .container {
	padding: 60px 30px 20px;
}
header.entry-header.single-post .entry-meta span {
	display: block;
	text-align: center;
	margin: 1.25rem auto 0;
}
header.entry-header.single-post.with-image .entry-meta span {
	color: #fff;
}
header.entry-header.single-post.with-image .entry-meta span a {
	color: #fff;
}
.container .inner {
	margin: 0 auto 120px;
	max-width: 750px;
}
article.type-post .entry-content .container p {
	margin: 0 auto 1.25rem;
}
article.type-post .entry-content .container h2,
article.type-post .entry-content .container h3,
article.type-post .entry-content .container h4,
article.type-post .entry-content .container h5,
article.type-post .entry-content .container h6 {
	margin: 1.75rem auto;
}
iframe {
	display: block;
	margin: 0 auto;
}
figure {
	margin: 0;
}
figure figcaption {
	margin-top: 10px;
	text-align: center;
	font-size: 0.95rem;
	font-style: italic;
}
nav.post-navigation {
	width: 100%;
	max-width: 900px;
	margin: 50px auto;
	padding: 0 20px;
}
.nav-links {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	}
	@media screen and (max-width: 750px) {
		.nav-links {
			flex-direction: column;
			justify-content: center;
		}
	}
.nav-links .nav-previous a,
.nav-links .nav-next a {
	text-decoration: none;
}
.nav-links .nav-previous a:hover,
.nav-links .nav-next a:hover,
.nav-links .nav-previous a:active,
.nav-links .nav-next a:active,
.nav-links .nav-previous a:focus,
.nav-links .nav-next a:focus {
	background: transparent;
	text-decoration: underline;
}
.nav-links .nav-previous a:hover .nav-title,
.nav-links .nav-next a:hover .nav-title {
	text-decoration: underline;
}
.nav-subtitle {
	color: #111;
}
.nav-title {
	color: #28625C;
	font-weight: 500;
}

/* Post Previews
--------------------------------------------- */
article.type-post .post-preview {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	text-align: left;
}
article.type-post + article.type-post {
	margin: 60px auto 0;
}
.post-preview__header {
	display: block;
}
.post-preview__meta {
	text-align: left;
	font-size: 0.85rem;
}
.post-preview__meta a {
	text-decoration: none;
	color: #c4c4c4;
}
.post-preview__meta a:hover {
	background: transparent;
}
a.post-preview__title-link {
	text-decoration: none;
	padding: 0;
}
h2.post-preview__title {
	text-align: left;
	margin: 0.5rem 0;
}
.post-preview__content {
	text-align: left;
}
a.post-preview__link {
	text-decoration: none;
	font-weight: 500;
	padding: 0;
	color: #28625C;
}
a.post-preview__link:hover {
	color: #28625C;
	text-decoration: underline;
	background: transparent;
}

/* Performances
--------------------------------------------- */
.entry-header.with-description h1 {
	margin: 75px auto 10px;
}
h1.entry-title ~ p {
	text-align: center;
	margin-bottom: 50px;
}
.performances-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 100px;
}
.performance {
	width: 33.3333%;
	margin-bottom: 20px;
	padding: 0 10px;
	}
	@media screen and (max-width: 992px) {
		.performance {
			width: 50%;
		}
	}
article.performance {
	width: 100%;
	padding: 0;
}
.performance__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}
.performance__info {
	position: absolute;
	text-align: center;
	z-index: 6;
}
h2.performance__title {
	color: #fff;
	font-size: 2.25rem;
	margin-bottom: 0.5rem;
	}
	@media screen and (max-width: 992px) {
		h2.performance__title {
			font-size: 1.75rem;
		}
	}
	@media screen and (max-width: 576px) {
		h2.performance__title {
			font-size: 1.25rem;
			line-height: 1.25;
		}
	}
p.type {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	background-color: #173a37;
	border-radius: 25px;
	padding: 4px 12px;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	}
	@media screen and (max-width: 576px) {
		p.type {
			font-size: 0.5rem;
		}
	}
.performance__inner img {
	width: 100%;
	height: auto;
	border-radius: 25px;
}
.lab__inner:after {
  content: '';
	display: block;
  position: absolute;
	top: 0;
	left: 0;
  background-color: rgba(0,0,0,0.2);
  width: 100%;
	height: 100%;
	border-radius: 25px;
	z-index: 5;
}


/* The Labs, Performances
--------------------------------------------- */
.event_details {
	text-align: center;
	margin: 0 auto 50px;
}
.event_details p {
	margin: 0.25rem auto;
}
.event_details p + p {
	margin: 1rem auto 0.25rem;
}

/* Held
--------------------------------------------- */
.held-content video {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	display: block;
}
.held {

}

/* Blocks
--------------------------------------------- */
.entry-content .container > section:not(:first-child),
.entry-content > section:not(:first-child),
.content__body > section:not(:first-child),
.product_content_blocks > section:not(:first-child) {
	margin: 70px auto;
}
.entry-content .container > section:first-child,
.entry-content > section:first-child,
.content__body > section:first-child,
.product_content_blocks > section:first-child {
	margin: 0 auto 70px;
}

/* Introduction
--------------------------------------------- */
section#introduction {
	margin: 80px auto;
	max-width: 900px;
	text-align: center;
}

/* WYSIWYG
--------------------------------------------- */
.wysiwyg {
	max-width: 900px;
}
.wysiwyg__inner p {
	margin: 0 0 1.25rem;
}
.wysiwyg__inner > h2:first-child {
	margin: 0 auto 1.75rem;
}
.wysiwyg__inner > p + h2 {
	margin: 2.25rem auto 1.75rem;
}
.wysiwyg__inner > h3 {
	margin-bottom: 0;
}

/* Flag
--------------------------------------------- */
.flag__inner {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	max-width: 1100px;
	margin: 0 auto;
	padding: 25px 0;
}
.flag--content {
	width: 50%;
}
.flag--content_inner {
	padding: 5%;
}
.flag--media {
	width: 50%;
}
.flag--media_inner img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 768px) {
	.flag__inner {
		flex-direction: column-reverse;
	}
	.flag--content,
	.flag--media {
		width: 100%;
	}
}

/* Gallery
--------------------------------------------- */
section.gallery {
	max-width: 900px;
}
p.caption {
	text-align: left;
	font-size: 0.95rem;
	font-style: italic;
}
.gallery__slide img {
	max-height: 400px;
	margin-right: 10px;
}
.flickity-enabled {
	position: relative;
}
.flickity-enabled:focus {
	outline: 0;
}
.flickity-viewport{
	overflow: hidden;
	position: relative;
	height: 100%;
}
.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}
.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}
.flickity-button {
	position: absolute;
	background: hsla(0,0%,100%,.75);
	border: none;
	color: #333;
}
.flickity-button:hover {
	background: #fff;
	cursor: pointer;
}
.flickity-button:focus {
	outline: 0;
	box-shadow: 0 0 0 5px #19f;
	}
.flickity-button:active{
	opacity: .6
}
.flickity-button:disabled {
	opacity: .3;
	cursor: auto;
	pointer-events: none;
}
.flickity-prev-next-button {
	top: 50%;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
	left: 10px;
}
.flickity-prev-next-button.next {
	right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%;
}
.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1}

.flickity-rtl .flickity-page-dots {
	direction: rtl;
}
.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background: #333;
	border-radius: 50%;
	opacity: .25;
	cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
	opacity: 1;
}

/* Video, SoundCloud
--------------------------------------------- */
.video, .soundcloud {
	max-width: 900px;
}
.video__inner {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}
.video__inner iframe,
.video__inner object,
.video__inner embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video__wrapper video {
	width: 100%;
	display: block;
	margin: 0 auto;
}

/* Audio
--------------------------------------------- */
.audio {
	max-width: 900px;
}
audio {
	display: block;
	margin: 20px auto;
}

/* Blockquote
--------------------------------------------- */
.blockquote,
.blockquote-carousel {
	max-width: 900px;
}
.blockquote__inner blockquote,
.blockquote-carousel__inner blockquote {
	font-size: 1.75rem;
	text-align: center;
	font-weight: 500;
}
p.byline {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 500;
	margin: 0.5rem auto;
}
@media screen and (max-width: 768px) {
	.blockquote__inner blockquote,
	.blockquote-carousel__inner blockquote,
	p.byline {
		font-size: 1.125rem;
	}
}
img.blockquote__logo {
	width: 100%;
	max-width: 150px;
	height: auto;
	display: block;
	margin: 20px auto;
}

/* Blockquote Carousel (cont.)
--------------------------------------------- */
.entry-content .container > section.blockquote-carousel,
.entry-content > section.blockquote-carousel {
	margin: 100px auto 120px;
}
.blockquote-carousel__slide {
	width: 100%;
}
img.blockquote-carousel__logo {
	width: 100%;
	max-width: 150px;
	height: auto;
	display: block;
	margin: 20px auto;
}

/* Image
--------------------------------------------- */
figure.content__image {
	margin: 0 auto;
	padding: 0;
}
figure.content__image img,
img.content__image {
	max-width: 100%;
	height: auto;
	display: block;
	padding: 0;
	margin: 0 auto;
}
figure.content__image.small img,
img.content__image.small {
	width: 100%;
	max-width: 450px;
}
figure.content__image.medium img,
img.content__image.medium {
	width: 100%;
	max-width: 900px;
}
figure.content__image.large img,
img.content__image.large {
	width: 100%;
	max-width: 100%;
}

/* Buttons
--------------------------------------------- */
.entry-content .container > section.buttons,
.entry-content > section.buttons {
	margin: 50px auto;
}
.buttons__inner {
	text-align: center;
}

/* Profiles
--------------------------------------------- */
section.profiles {
	max-width: 900px;
}
.profiles__inner {

}
h2.profiles__title {
	margin: 0 auto 1.75rem;
}
.profiles-container {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.profile {
	width: 50%;
	padding: 0 10px;
	margin-bottom: 20px;
}
img.size-profile_thumbnail {
	display: block;
	width: 100%;
	max-width: 300px;
	height: auto;
}
.profile__inner p {
	max-width: 300px;
	margin-top: 0;
	font-size: 1.125rem;
}
h2.profile__name {
	margin-bottom: 0;
	font-size: 1.25rem;
}
p.profile__title {
	margin: 0 0 0.75rem;
}

/* CTA
--------------------------------------------- */
.cta__inner {
	width: 100%;
	max-width: 1000px;
	padding: 4em;
	margin: 0 auto;
	background-color: #173a37;
	color: #fff;
	border-radius: 25px;
	text-align: center;
}

/* Form
--------------------------------------------- */
.form__inner {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
.form__inner h2 {
	text-align: center;
}
.wpcf7 input,
.wpcf7 textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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;
}

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
@media screen and (max-width: 750px) {
	.alignleft,
	.alignright {
    float: none;
    margin-right: 0;
    margin-bottom: 1.5em;
	}
}

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