@charset "UTF-8";
/*!
Theme Name: Palais Idéal du Facteur Cheval
Theme URI: http://underscores.me/
Author: Fabien Dubuy
Author URI: https://www.fabiendubuy.fr
Description: Custom theme for Le Palais Idéal du Facteur Cheval website
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pifc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Palais Idéal du Facteur Cheval 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
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.has-white-color {
	color: #fff;
}

.has-white-background-color {
	background-color: #fff;
}

.has-black-color {
	color: #000;
}

.has-black-background-color {
	background-color: #000;
}

.has-grey-color {
	color: #808080;
}

.has-grey-background-color {
	background-color: #808080;
}

.has-dark-grey-color {
	color: #13171a;
}

.has-dark-grey-background-color {
	background-color: #13171a;
}

.has-light-grey-color {
	color: #ebebeb;
}

.has-light-grey-background-color {
	background-color: #ebebeb;
}

.has-blue-color {
	color: #1577fc;
}

.has-blue-background-color {
	background-color: #1577fc;
}

.has-light-blue-color {
	color: #8aa9c4;
}

.has-light-blue-background-color {
	background-color: #8aa9c4;
}

.has-dark-blue-color {
	color: #546d83;
}

.has-dark-blue-background-color {
	background-color: #546d83;
}

.has-darker-blue-color {
	color: #2f3942;
}

.has-darker-blue-background-color {
	background-color: #2f3942;
}

.has-yellow-color {
	color: #fecd36;
}

.has-yellow-background-color {
	background-color: #fecd36;
}

.has-light-yellow-color {
	color: #ffe38d;
}

.has-light-yellow-background-color {
	background-color: #ffe38d;
}

:root {
	--darker-blue-transparent: rgba(47, 57, 66, 0.8);
}

/*--------------------------------------------------------------
# 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: 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;
	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.
 */
[type="button"],
[type="reset"],
[type="submit"],
button {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-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.
 */
[type="search"] {
	-webkit-appearance: textfield;
}

/**
 * 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/ */
*,
*::after,
*::before {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Layout
--------------------------------------------- */
.container, .site-main {
	max-width: 1260px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	padding-right: 50px;
}

@media screen and (max-width: 900px) {
	.container, .site-main {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 500px) {
	.container, .site-main {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.content-small,
.entry-content.content-small {
	margin-left: auto;
	margin-right: auto;
	max-width: 964px;
}

@media screen and (min-width: 1300px) {
	.alignwide {
		margin-left: -98px;
		margin-right: -98px;
	}
}

/* Typography
--------------------------------------------- */
/*body,
button,
input,
optgroup,
textarea {
	color: #fff;
	font-family: Barlow, sans-serif;
	font-size: 16px;
	line-height: 1.1875;
}
*/
h1, .block-title, .block-links__title, .external-block-link__title, .modal__title, .last-posts__title, .upcoming-events__title, .post-12 h2 {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	font-family: "Robinson Rough", sans-serif;
	font-size: 3.75rem;
	font-weight: 400;
	text-align: center;
	clear: both;
}

h2, .single-post .entry-title, .event-artist__title,
.artwork-artist__title,
.artwork-description__title, .post-8 h3, .post-12 h3,
.post-12 .visit-info__title {
	margin-top: 0.4em;
	margin-bottom: 0.8em;
	text-align: left;
	font-size: 2rem;
	font-weight: 400;
	font-family: Barlow, sans-serif;
	text-transform: uppercase;
}

.block-title {
	position: relative;
	z-index: 10;
	top: -33px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 20px 0;
	background-color: #2f3942;
	color: #fff;
}

.posts-grid .entry-title,
.event-grid .entry-title,
.events-section__listing .entry-title,
.artworks-listing .entry-title {
	font-size: 1.125rem;
	font-weight: 700;
	text-transform: uppercase;
}

.posts-grid .entry-title a,
.event-grid .entry-title a,
.events-section__listing .entry-title a,
.artworks-listing .entry-title a {
	text-decoration: none;
}

p {
	margin-bottom: 1.5em;
}

.small-p {
	max-width: 572px;
	margin-right: auto;
	margin-left: auto;
}

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

.wp-block-quote {
	max-width: 768px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.wp-block-quote blockquote {
	margin: 0;
}

.wp-block-quote p {
	margin-bottom: 19px;
	color: #fecd36;
	font-size: 1.5rem;
	font-weight: 400;
	text-transform: uppercase;
}

.wp-block-quote cite {
	color: #808080;
	font-size: 0.875rem;
	font-style: normal;
}

.quote {
	text-align: center;
}

.quote .blockquote,
.quote blockquote {
	color: #ebebeb;
	font-size: 1.5rem;
	font-weight: 400;
	text-transform: uppercase;
}

.quote .blockquote + figcaption,
.quote blockquote + figcaption {
	color: #fecd36;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #ebebeb;
	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 #ebebeb;
	cursor: help;
}

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

big {
	font-size: 125%;
}

.bg-light hr {
	background-color: #ebebeb;
}

@media screen and (min-width: 720px) {
	.content-right {
		max-width: 532px;
		margin-right: 98px;
		margin-left: auto;
	}
}

@media screen and (min-width: 720px) {
	.content-left {
		max-width: 670px;
		margin-right: auto;
		margin-left: 0;
	}
}

.line-left {
	position: relative;
}

.line-left::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -40px;
	width: 1px;
	background-color: #546d83;
}

@media screen and (max-width: 500px) {
	.alignleft,
	.alignright {
		float: none;
	}
}

.text-dark, .bg-light {
	color: #2f3942;
}

/* Elements
--------------------------------------------- */
html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}
/*
body {
	background: #13171a;
}
*/
.bg-light {
	background-color: #fff;
}

.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 100px;
	opacity: 1;
	visibility: visible;
	/*transition: opacity 0.3s, visibility 0.3s;*/
}

@media screen and (max-width: 900px) {
	.back-to-top {
		right: 20px;
	}
}

@media screen and (max-width: 500px) {
	.back-to-top {
		right: 10px;
	}
}

.back-to-top--hidden {
	opacity: 0;
	visibility: hidden;
}

hr {
	background-color: #546d83;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
	margin-left: 0;
	margin-right: 0;
}

ol,
ul {
	margin: 0;
}

ul {
	padding-left: 1em;
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

.documents-listing__list, .press-page__documents-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.documents-listing__list li, .press-page__documents-list li {
	display: flex;
	margin-bottom: 17px;
	border-bottom: 1px solid #2f3942;
	padding: 10px 20px 10px 0;
}

.documents-listing__list .documents-list__icon, .press-page__documents-list .documents-list__icon {
	display: block;
	margin-left: auto;
}

.documents-listing__list .documents-list__icon svg, .press-page__documents-list .documents-list__icon svg {
	width: 0.9rem;
	height: 1.26rem;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

.wp-block-embed__wrapper > div {
	position: absolute;
	top: 0;
	height: 100% !important;
	width: 100% !important;
}
/*
table {
	margin: 0 0 1.5em;
	width: 100%;
	border-collapse: collapse;
}

table td {
	border-bottom: 1px solid #2f3942;
	padding: 27px 10px 10px;
}

table td:first-child {
	padding-left: 0;
}

table td:last-child {
	padding-right: 0;
}
*/
div.wpforms-confirmation-container-full,
div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
	background-color: #77c385;
	border: none;
}

#loader {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999999;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #13171a;
	opacity: 0;
	visibility: hidden;
	/*transition: opacity 0.3s, visibility 0.3s;*/
}

.bg-light #loader {
	background-color: #fff;
}

.lds-grid {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-grid div {
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #2f3942;
	animation: lds-grid 1.2s linear infinite;
}

.lds-grid div:nth-child(1) {
	top: 8px;
	left: 8px;
	animation-delay: 0s;
}

.lds-grid div:nth-child(2) {
	top: 8px;
	left: 32px;
	animation-delay: -0.4s;
}

.lds-grid div:nth-child(3) {
	top: 8px;
	left: 56px;
	animation-delay: -0.8s;
}

.lds-grid div:nth-child(4) {
	top: 32px;
	left: 8px;
	animation-delay: -0.4s;
}

.lds-grid div:nth-child(5) {
	top: 32px;
	left: 32px;
	animation-delay: -0.8s;
}

.lds-grid div:nth-child(6) {
	top: 32px;
	left: 56px;
	animation-delay: -1.2s;
}

.lds-grid div:nth-child(7) {
	top: 56px;
	left: 8px;
	animation-delay: -0.8s;
}

.lds-grid div:nth-child(8) {
	top: 56px;
	left: 32px;
	animation-delay: -1.2s;
}

.lds-grid div:nth-child(9) {
	top: 56px;
	left: 56px;
	animation-delay: -1.6s;
}

@keyframes lds-grid {
	0%,
	100% {
		opacity: 1;
	}
	50% {
		opacity: 0.5;
	}
}

.single-event .event-workshops__duration, .tour-block__duration {
	display: flex;
	align-items: center;
	font-size: 0.875rem;
	color: #8aa9c4;
	text-transform: uppercase;
}

.single-event .event-workshops__duration svg, .tour-block__duration svg {
	width: 1.375rem;
	height: 1.375rem;
}

.single-event .event-workshops__duration svg:last-child, .tour-block__duration svg:last-child {
	margin-right: 0.86em;
}

/* Links
--------------------------------------------- */
a {
	color: #ffe38d;
	/*transition: color 0.3s, opacity 0.3s;*/
}

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

a:focus {
	outline: thin dotted;
}

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

.text-dark a, .bg-light a {
	color: #1577fc;
}

.text-dark a:active, .bg-light a:active, .text-dark a:focus, .bg-light a:focus, .text-dark a:hover, .bg-light a:hover {
	color: #8aa9c4;
}

.link-more {
	display: block;
	position: absolute;
	bottom: 14px;
	right: 24px;
	width: 28px;
	height: 28px;
	border: 1px solid #fecd36;
	border-radius: 24px;
/*	transition: opacity 0.3s;*/
}

.link-more::after, .link-more::before {
	content: "";
	position: absolute;
	top: 12px;
	left: 7px;
	display: block;
	width: 12px;
	height: 2px;
	background-color: #fecd36;
}

.link-more::after {
	transform: rotate(90deg);
	transform-origin: center;
}

.link-more:hover {
	opacity: 0.4;
}

.external-block-link__text .external-block-link__link a, .header-bar__nav-secondary li.external-link a {
	position: relative;
}

.external-block-link__text .external-block-link__link a::after, .header-bar__nav-secondary li.external-link a::after {
	content: "";
	position: absolute;
	top: -0.25em;
	right: -1em;
	display: block;
	width: 0.625em;
	height: 0.625em;
	background-image: url(images/arrow-oblique.svg);
}

.block-links {
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 720px) {
	.block-links {
		flex-wrap: wrap;
	}
}

.block-links__item {
	position: relative;
}

@media screen and (max-width: 720px) {
	.block-links__item {
		width: 100% !important;
	}
}

.block-links__item::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fecd36;
	mix-blend-mode: multiply;
	/*transition: opacity 0.3s, visibility 0.3s;*/
	opacity: 0.8;
}

.block-links__item:hover::after {
	opacity: 0;
	visibility: hidden;
}

.block-links__item img {
	display: block;
}

.block-links__title {
	position: absolute;
	z-index: 2;
	width: 100%;
	bottom: 0;
	color: #fff;
}

.block-links--blue .block-links__item::after {
	background-color: #8aa9c4;
}

.external-block-link {
	position: relative;
	max-width: 1920px;
	min-height: 181px;
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 65%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.external-block-link__title {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	font-size: 3.125rem;
}

.external-block-link__text {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-height: 250px;
	margin: 23px 103px;
	padding: 28px 135px 19px;
	background-color: rgba(19, 23, 26, 0.9);
	font-size: 1.125rem;
	/*transition: max-height 1s, opacity 0.5s;*/
	opacity: 1;
}

@media screen and (max-width: 720px) {
	.external-block-link__text {
		margin-left: 23px;
		margin-right: 23px;
		padding: 55px 30px 19px;
	}
}

.external-block-link__text p {
	max-width: 610px;
	margin-left: auto;
	margin-right: auto;
}

.external-block-link__text a {
	color: #fff;
}

.external-block-link__text a:hover {
	color: #ffe38d;
}

.external-block-link__text .external-block-link__link {
	position: absolute;
	top: 25px;
	right: 50px;
}

.external-block-link__text .external-block-link__link a {
	color: #fecd36;
	font-size: 1.25rem;
	text-transform: uppercase;
	text-decoration: none;
}

.external-block-link__text .external-block-link__link a::after {
	background-image: url(images/arrow-oblique-yellow.svg);
}

.external-block-link__text .external-block-link__link a:hover {
	color: #ffe38d;
}

@media (hover: hover) {
	.external-block-link:not(:hover) .external-block-link__text {
		max-height: 0;
		opacity: 0;
	}
}

/* Forms
--------------------------------------------- */
.btn--dark, .btn--light, .btn--primary, div.wpforms-container form.wpforms-form button.wpforms-submit, .btn--outline--primary, .btn--outline--white {
	border-radius: 0;
	border: none;
	padding: 1.5625em;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	/*transition: background-color 0.3s, opacity 0.3s, color 0.3s, border-color 0.3s;*/
}

@media screen and (max-width: 500px) {
	.btn--dark, .btn--light, .btn--primary, div.wpforms-container form.wpforms-form button.wpforms-submit, .btn--outline--primary, .btn--outline--white {
		width: 100%;
		padding-left: 1em;
		padding-right: 1em;
	}
}

.btn--dark {
	background-color: #2f3942;
	color: #8aa9c4 !important;
	font-weight: 700;
	text-transform: uppercase;
}

.btn--dark:hover {
	opacity: 0.8;
}

.btn--light {
	background-color: #ebebeb;
	color: #546d83 !important;
}

.btn--light:hover {
	background-color: #dedede;
}

.btn--primary, div.wpforms-container form.wpforms-form button.wpforms-submit {
	background-color: #fecd36;
	color: #13171a !important;
	font-weight: 700;
	text-transform: uppercase;
}

.btn--primary:hover, div.wpforms-container form.wpforms-form button.wpforms-submit:hover {
	background-color: #ffe38d;
}

.btn--big {
	display: block;
	text-align: center;
}

@media screen and (min-width: 500px) {
	.btn--big {
		width: 50%;
	}
}

.btn--small, div.wpforms-container form.wpforms-form button.wpforms-submit {
	padding: 15px 50px;
}

.btn--outline--primary, .btn--outline--white {
	border-width: 1px;
	border-style: solid;
	padding: 17px 19px 17px 59px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

@media screen and (max-width: 1190px) {
	.btn--outline--primary, .btn--outline--white {
		padding: 17px 10px 17px 20px;
	}
}

.btn--outline--primary svg, .btn--outline--white svg {
	height: 0.9em;
	width: 1.9em;
	margin-left: 25px;
}

@media screen and (max-width: 1190px) {
	.btn--outline--primary svg, .btn--outline--white svg {
		margin-left: 10px;
	}
}

.btn--outline--primary {
	border-color: #fecd36;
	color: #fecd36;
}

.btn--outline--primary:hover {
	background-color: #fecd36;
	color: #13171a;
}

.btn--outline--white {
	border-color: #fff;
	color: #fff !important;
}

.btn--outline--white:hover {
	color: #13171a !important;
	border-color: #13171a;
}

div.wpforms-container form.wpforms-form button.wpforms-submit {
	display: block;
	margin-left: auto;
}

div.wpforms-container form.wpforms-form button.wpforms-submit:hover {
	border: none;
}
/*
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
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,
div.wpforms-container form.wpforms-form input[type="text"],
div.wpforms-container form.wpforms-form input[type="email"],
div.wpforms-container form.wpforms-form input[type="url"],
div.wpforms-container form.wpforms-form input[type="password"],
div.wpforms-container form.wpforms-form input[type="number"],
div.wpforms-container form.wpforms-form input[type="tel"],
div.wpforms-container form.wpforms-form input[type="range"],
div.wpforms-container form.wpforms-form input[type="date"],
div.wpforms-container form.wpforms-form input[type="month"],
div.wpforms-container form.wpforms-form input[type="week"],
div.wpforms-container form.wpforms-form input[type="time"],
div.wpforms-container form.wpforms-form input[type="datetime"],
div.wpforms-container form.wpforms-form input[type="datetime-local"],
div.wpforms-container form.wpforms-form input[type="color"],
div.wpforms-container form.wpforms-form textarea {
	height: auto;
	border: 1px solid transparent;
	border-radius: 0;
	padding: 15px 25px;
	background-color: #2f3942;
	color: #fff;
	line-height: 1.1875;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]: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,
div.wpforms-container form.wpforms-form input[type="text"]:focus,
div.wpforms-container form.wpforms-form input[type="email"]:focus,
div.wpforms-container form.wpforms-form input[type="url"]:focus,
div.wpforms-container form.wpforms-form input[type="password"]:focus,
div.wpforms-container form.wpforms-form input[type="number"]:focus,
div.wpforms-container form.wpforms-form input[type="tel"]:focus,
div.wpforms-container form.wpforms-form input[type="range"]:focus,
div.wpforms-container form.wpforms-form input[type="date"]:focus,
div.wpforms-container form.wpforms-form input[type="month"]:focus,
div.wpforms-container form.wpforms-form input[type="week"]:focus,
div.wpforms-container form.wpforms-form input[type="time"]:focus,
div.wpforms-container form.wpforms-form input[type="datetime"]:focus,
div.wpforms-container form.wpforms-form input[type="datetime-local"]:focus,
div.wpforms-container form.wpforms-form input[type="color"]:focus,
div.wpforms-container form.wpforms-form textarea:focus {
	border-color: #fff;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="range"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
div.wpforms-container form.wpforms-form input[type="text"]::-webkit-input-placeholder,
div.wpforms-container form.wpforms-form input[type="email"]::-webkit-input-placeholder,
div.wpforms-container form.wpforms-form input[type="url"]::-webkit-input-placeholder,
div.wpforms-container form.wpforms-form input[type="password"]::-webkit-input-placeholder,
div.wpforms-container form.wpforms-form input[type="number"]::-webkit-input-placeholder,
div.wpforms-container form.wpforms-form input[type="tel"]::-webkit-input-placeholder,
div.wpforms-container form.wpforms-form input[type="range"]::-webkit-input-placeholder,
div.wpforms-container form.wpforms-form input[type="date"]::-webkit-input-placeholder,
div.wpforms-container form.wpforms-form input[type="month"]::-webkit-input-placeholder,
div.wpforms-container form.wpforms-form input[type="week"]::-webkit-input-placeholder,
div.wpforms-container form.wpforms-form input[type="time"]::-webkit-input-placeholder,
div.wpforms-container form.wpforms-form input[type="datetime"]::-webkit-input-placeholder,
div.wpforms-container form.wpforms-form input[type="datetime-local"]::-webkit-input-placeholder,
div.wpforms-container form.wpforms-form input[type="color"]::-webkit-input-placeholder,
div.wpforms-container form.wpforms-form textarea::-webkit-input-placeholder {
	color: #8aa9c4;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="range"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
textarea::-moz-placeholder,
div.wpforms-container form.wpforms-form input[type="text"]::-moz-placeholder,
div.wpforms-container form.wpforms-form input[type="email"]::-moz-placeholder,
div.wpforms-container form.wpforms-form input[type="url"]::-moz-placeholder,
div.wpforms-container form.wpforms-form input[type="password"]::-moz-placeholder,
div.wpforms-container form.wpforms-form input[type="number"]::-moz-placeholder,
div.wpforms-container form.wpforms-form input[type="tel"]::-moz-placeholder,
div.wpforms-container form.wpforms-form input[type="range"]::-moz-placeholder,
div.wpforms-container form.wpforms-form input[type="date"]::-moz-placeholder,
div.wpforms-container form.wpforms-form input[type="month"]::-moz-placeholder,
div.wpforms-container form.wpforms-form input[type="week"]::-moz-placeholder,
div.wpforms-container form.wpforms-form input[type="time"]::-moz-placeholder,
div.wpforms-container form.wpforms-form input[type="datetime"]::-moz-placeholder,
div.wpforms-container form.wpforms-form input[type="datetime-local"]::-moz-placeholder,
div.wpforms-container form.wpforms-form input[type="color"]::-moz-placeholder,
div.wpforms-container form.wpforms-form textarea::-moz-placeholder {
	color: #8aa9c4;
}

input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="range"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
textarea:-moz-placeholder,
div.wpforms-container form.wpforms-form input[type="text"]:-moz-placeholder,
div.wpforms-container form.wpforms-form input[type="email"]:-moz-placeholder,
div.wpforms-container form.wpforms-form input[type="url"]:-moz-placeholder,
div.wpforms-container form.wpforms-form input[type="password"]:-moz-placeholder,
div.wpforms-container form.wpforms-form input[type="number"]:-moz-placeholder,
div.wpforms-container form.wpforms-form input[type="tel"]:-moz-placeholder,
div.wpforms-container form.wpforms-form input[type="range"]:-moz-placeholder,
div.wpforms-container form.wpforms-form input[type="date"]:-moz-placeholder,
div.wpforms-container form.wpforms-form input[type="month"]:-moz-placeholder,
div.wpforms-container form.wpforms-form input[type="week"]:-moz-placeholder,
div.wpforms-container form.wpforms-form input[type="time"]:-moz-placeholder,
div.wpforms-container form.wpforms-form input[type="datetime"]:-moz-placeholder,
div.wpforms-container form.wpforms-form input[type="datetime-local"]:-moz-placeholder,
div.wpforms-container form.wpforms-form input[type="color"]:-moz-placeholder,
div.wpforms-container form.wpforms-form textarea:-moz-placeholder {
	color: #8aa9c4;
}

input[type="search"] {
	border: none;
	background: transparent;
	margin-right: 1em;
}

input[type="search"]::-webkit-input-placeholder {
	color: #ebebeb;
}

input[type="search"]::-moz-placeholder {
	color: #ebebeb;
}

input[type="search"]:-moz-placeholder {
	color: #ebebeb;
}

select {
	border: 1px solid #fff;
}

textarea {
	width: 100%;
}

form.hide-submit input[type="submit"] {
	display: none;
}

div.wpforms-container form.wpforms-form label.wpforms-error {
	color: #ff294e;
}

div.wpforms-container form.wpforms-form .wpforms-field input.wpforms-error,
div.wpforms-container form.wpforms-form .wpforms-field textarea.wpforms-error {
	border-color: #ff294e;
}
*/
#contact-form .wpforms-field-label-inline {
	font-size: 0.875rem;
	color: #8aa9c4;
}

@media screen and (max-width: 720px) {
	div.wpforms-container-full form.wpforms-form .wpforms-one-half {
		width: 100%;
		float: none;
		margin-left: 0;
	}
}

/* Modals
--------------------------------------------- */
.modal__overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal__container {
	background-color: #000;
	padding: 0 100px;
	width: 100%;
	max-width: 964px;
	max-height: 100vh;
	overflow-y: auto;
}

@media screen and (max-width: 720px) {
	.modal__container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.modal__content {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
/*
button.close {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 20px;
	height: 20px;
	background-color: transparent;
	border-radius: 0;
	border: none;
	cursor: pointer;
}

button.close::after, button.close::before {
	content: "";
	position: absolute;
	top: -2px;
	left: 7px;
	height: 20px;
	width: 2px;
	background-color: #ffe38d;
	transition: background-color 0.3s;
}

button.close::before {
	transform: rotate(45deg);
}

button.close::after {
	transform: rotate(-45deg);
}
*/
/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes mmslideIn {
	from {
		transform: translateY(15%);
	}
	to {
		transform: translateY(0);
	}
}

.micromodal-slide {
	display: none;
}

.micromodal-slide.is-open {
	display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
	animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
	animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
	will-change: transform;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Header
--------------------------------------------- */
.tickets-link {
	display: block;
	width: 100%;
	height: 22px;
	background-color: #fecd36;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.57;
	text-transform: uppercase;
	text-decoration: none;
	text-align: right;
	color: #13171a;
	/*transition: 0.3s;*/
}

.tickets-link:active, .tickets-link:focus, .tickets-link:hover, .tickets-link:visited {
	color: #13171a;
}

.tickets-link:hover {
	background-color: #ffe38d;
}

.tickets-link svg {
	margin-left: 0.5em;
}

.site-header {
	position: relative;
	display: flex;
	flex-direction: column;
	background-blend-mode: multiply;
	background-color: #13171A;
}

.site-header.has-featured-image {
	height: calc(100vh - 22px);
}

@media screen and (max-height: 487px) {
	.site-header.has-featured-image {
		height: 465px;
	}
}

@media screen and (min-height: 1080px) {
	.site-header.has-featured-image {
		min-height: auto;
		height: 1080px;
	}
}

.site-header.has-featured-image .quote {
	margin: auto;
}

.site-header.has-featured-image .quote .blockquote,
.site-header.has-featured-image .quote blockquote {
	font-size: 2rem;
	font-family: Barlow, sans-serif;
}

@media screen and (max-width: 720px) and (max-height: 822px) {
	body.home .site-header.has-featured-image {
		height: 778px;
	}
}

.site-header .header-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	flex-grow: 1;
}

.site-header .quote {
	max-width: 580px;
	margin: 44px auto 92px;
}

.site-header .caret-down {
	position: absolute;
	bottom: 46px;
	left: calc(50% - 9px);
	width: 14px;
	height: 14px;
	transform: rotate(45deg);
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.header-bar {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	grid-template-rows: auto 1fr;
	grid-template-areas: "hours logo search" "navleft logo navright" "secondary secondary secondary";
	grid-column-gap: 80px;
	padding-top: 15px;
}

@media screen and (max-width: 1190px) {
	.header-bar {
		grid-column-gap: 20px;
	}
}

@media screen and (max-width: 900px) {
	.header-bar {
		grid-template-columns: 140px 1fr 30px;
		grid-template-areas: "logo hours navbtn" "logo search navbtn" "secondary secondary secondary";
		grid-column-gap: 10px;
	}
}

@media screen and (max-width: 720px) {
	.header-bar {
		grid-template-columns: 1fr 1fr;
		grid-template-areas: "logo navbtn" "hours hours" "search search" "secondary secondary";
		grid-column-gap: 10px;
	}
}

.header-bar__logo {
	grid-area: logo;
	min-width: 140px;
	margin-bottom: 10px;
}

@media screen and (max-width: 1190px) {
	.header-bar__logo {
		width: 140px;
	}
}

.header-bar__hours, .header-bar__search {
	padding: 10px 0;
	border-bottom: 1px solid #546d83;
	font-size: 0.875rem;
	color: #ebebeb;
}

@media screen and (max-width: 900px) {
	.header-bar__hours, .header-bar__search {
		text-align: center;
		border: none;
	}
}

.header-bar__hours {
	grid-area: hours;
}

@media screen and (max-width: 720px) {
	.header-bar__hours {
		margin-top: 20px;
	}
}

.header-bar__search {
	grid-area: search;
	display: flex;
	justify-content: flex-end;
}

@media screen and (max-width: 900px) {
	.header-bar__search {
		justify-content: center;
	}
}

.header-bar__search .search-field {
	max-width: 0;
	/*transition: max-width 0.5s;*/
}

.header-bar__search .search-field.active {
	max-width: 150px;
}

.header-bar__search .submit-icon {
	cursor: pointer;
	/*transition: color 0.3s;*/
}

.header-bar__search .submit-icon:hover {
	color: #fecd36;
}

.header-bar__nav-left {
	grid-area: navleft;
}

.header-bar__nav-right {
	grid-area: navright;
}

body:not(.home) .header-bar__logo {
	width: 140px;
}

.header-bar__nav-left, .header-bar__nav-mobile, .header-bar__nav-right {
	display: block;
	width: 100%;
}

.header-bar__nav-left ul, .header-bar__nav-mobile ul, .header-bar__nav-right ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.header-bar__nav-left a, .header-bar__nav-mobile a, .header-bar__nav-right a {
	color: #fff;
	line-height: 1.2222;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

.header-bar__nav-left a:hover, .header-bar__nav-mobile a:hover, .header-bar__nav-right a:hover {
	color: #fecd36;
}

.header-bar__nav-left .current-menu-item,
.header-bar__nav-left .current-page-ancestor, .header-bar__nav-mobile .current-menu-item,
.header-bar__nav-mobile .current-page-ancestor, .header-bar__nav-right .current-menu-item,
.header-bar__nav-right .current-page-ancestor {
	border-bottom: 4px solid #fecd36;
}

.header-bar__nav-left .current-menu-item a,
.header-bar__nav-left .current-page-ancestor a, .header-bar__nav-mobile .current-menu-item a,
.header-bar__nav-mobile .current-page-ancestor a, .header-bar__nav-right .current-menu-item a,
.header-bar__nav-right .current-page-ancestor a {
	color: #fecd36;
}

.header-bar__nav-left, .header-bar__nav-right {
	height: 65px;
	padding-top: 23px;
}

@media screen and (max-width: 900px) {
	.header-bar__nav-left, .header-bar__nav-right {
		display: none;
	}
}

.header-bar__nav-left > div,
.header-bar__nav-left li,
.header-bar__nav-left ul, .header-bar__nav-right > div,
.header-bar__nav-right li,
.header-bar__nav-right ul {
	height: 100%;
}

.header-bar__nav-left ul, .header-bar__nav-right ul {
	display: flex;
}

.header-bar__nav-left a, .header-bar__nav-right a {
	font-size: 1.125rem;
}

.header-bar__nav-left .current-menu-item a,
.header-bar__nav-left .current-page-ancestor a, .header-bar__nav-right .current-menu-item a,
.header-bar__nav-right .current-page-ancestor a {
	color: #fecd36;
}

.header-bar__nav-left li:first-child {
	margin-right: 15%;
}

@media screen and (max-width: 1190px) {
	.header-bar__nav-left li:first-child {
		margin-right: 20px;
	}
}

.header-bar__nav-right ul {
	justify-content: flex-end;
}

.header-bar__nav-right li:last-child {
	margin-left: 15%;
}

@media screen and (max-width: 1190px) {
	.header-bar__nav-right li:last-child {
		margin-left: 20px;
	}
}

.header-bar__nav-mobile {
	z-index: 200;
	visibility: hidden;
	opacity: 0;
	/*transition: opacity 0.3s, visibility 0.3s;*/
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #13171a;
}

@media screen and (min-width: 900px) {
	.header-bar__nav-mobile {
		display: none;
	}
}

.header-bar__nav-mobile .menu-menu-mobile-container,
.header-bar__nav-mobile .menu-menu-mobile-container ul {
	width: 100%;
	height: 100%;
}

.header-bar__nav-mobile ul {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.header-bar__nav-mobile li {
	padding: 0.5em 0;
}

.header-bar__nav-mobile a {
	display: block;
	font-size: 1.5rem;
}

.header-bar__nav-mobile .close {
	right: 32px;
	top: 32px;
	width: 32px;
	height: 32px;
}

.header-bar__nav-mobile .close::after, .header-bar__nav-mobile .close::before {
	left: 14px;
	height: 33px;
	background-color: #fff;
}

.header-bar__nav-secondary {
	grid-area: secondary;
	background-color: #2f3942;
	overflow-x: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.header-bar__nav-secondary::-webkit-scrollbar {
	display: none;
}

@media screen and (max-width: 900px) {
	.header-bar__nav-secondary {
		margin-top: 10px;
	}
}

.header-bar__nav-secondary .container, .header-bar__nav-secondary .site-main {
	margin-bottom: 0;
}

.header-bar__nav-secondary .menu {
	display: flex;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.header-bar__nav-secondary .menu li {
	padding: 20px 0;
	margin-right: 74px;
	min-width: max-content;
}

.header-bar__nav-secondary .menu li:last-child {
	margin-right: 0;
}

@media screen and (max-width: 720px) {
	.header-bar__nav-secondary .menu li:last-child::after {
		content: "";
		margin-left: 10px;
	}
}

.header-bar__nav-secondary li.current_page_item,
.header-bar__nav-secondary .breadcrumb_last,
.header-bar__nav-secondary.current-item-museum li.museum {
	border-bottom: 4px solid #ffe38d;
}

.header-bar__nav-secondary li.current_page_item a,
.header-bar__nav-secondary .breadcrumb_last a,
.header-bar__nav-secondary.current-item-museum li.museum a {
	color: #ffe38d;
}

.header-bar__nav-secondary .breadcrumbs,
.header-bar__nav-secondary a {
	font-size: 0.875rem;
	font-weight: 600;
	text-transform: uppercase;
	color: #8aa9c4;
}

.header-bar__nav-secondary a {
	text-decoration: none;
}

.header-bar__nav-secondary a:hover {
	color: #ffe38d;
}

.header-bar__nav-secondary .breadcrumbs {
	margin: 0;
}

.header-bar__nav-secondary .breadcrumbs span {
	display: inline-block;
	height: 100%;
	min-width: max-content;
}

.header-bar__nav-secondary .breadcrumb_last {
	margin-right: 10px;
	padding: 20px 0;
	color: #ffe38d;
}

.header-bar__nav-secondary .breadcrumb_last::after {
	content: "";
}

.header-bar__nav-secondary li.external-link {
	margin-left: auto;
	padding-right: 1.625rem;
}

/* Small menu. */
.header-bar__nav-mobile.open {
	visibility: visible;
	opacity: 1;
}

.menu-toggle {
	grid-area: navbtn;
	align-self: center;
	justify-self: end;
	display: block;
	width: 30px;
	height: 30px;
	padding: 0;
	border: none;
	border-radius: 0;
	background-color: transparent;
	cursor: pointer;
}

@media screen and (min-width: 900px) {
	.menu-toggle {
		display: none;
	}
}

/* Footer
--------------------------------------------- */
.site-footer {
	border-top: 1px solid #2f3942;
	padding-top: 53px;	
	background-color: #13171A;
}

.site-footer p {
	color: #8aa9c4;
}

@media screen and (min-width: 500px) {
	.site-footer .contact-button {
		width: 50%;
	}
}

.footer__widget-area {
	display: grid;
	grid-column-gap: 50px;
	grid-template-columns: 140px 183px 3fr 2fr 1fr;
}

@media screen and (max-width: 1190px) {
	.footer__widget-area {
		grid-template-columns: 140px 1fr 1fr;
	}
}

@media screen and (max-width: 720px) {
	.footer__widget-area {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 500px) {
	.footer__widget-area {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 1190px) {
	.footer__widget-area p {
		margin: 0;
	}
}

.footer__widget-area .footer__logo {
	margin-bottom: 24px;
}

@media screen and (max-width: 1190px) {
	.footer__widget-area .widget_address,
	.footer__widget-area .widget_gps,
	.footer__widget-area .widget_phone {
		text-align: right;
	}
}

@media screen and (max-width: 500px) {
	.footer__widget-area .widget_address,
	.footer__widget-area .widget_gps,
	.footer__widget-area .widget_phone {
		text-align: left;
	}
}

@media screen and (max-width: 720px) {
	.footer__widget-area .widget_hours {
		grid-row: span 4;
	}
}

.footer__widget-area .widget_media_image {
	grid-column: span 2;
	justify-self: end;
}

@media screen and (max-width: 1190px) {
	.footer__widget-area .widget_media_image {
		grid-row: span 4;
		justify-self: start;
	}
}

@media screen and (max-width: 720px) {
	.footer__widget-area .widget_media_image {
		grid-row: 2 / span 1;
		justify-self: center;
	}
}

@media screen and (max-width: 500px) {
	.footer__widget-area .widget_media_image {
		grid-column: span 1;
	}
}

@media screen and (min-width: 1190px) {
	.footer__widget-area .widget_address {
		grid-column: 2;
	}
}

@media screen and (max-width: 500px) {
	.footer__widget-area .widget_social__links {
		justify-content: flex-start;
	}
	.footer__widget-area .widget_social__links li:first-child {
		margin-left: 0;
	}
}

.footer__widget-area .widget-title {
	margin-top: 0;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

.footer__widget-area .menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer__widget-area .menu-item {
	margin-bottom: 0.5em;
}

.footer__widget-area .menu-item a {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

.footer__widget-area .menu-item a:hover {
	color: #fecd36;
}

.site-info {
	border-top: 1px solid #2f3942;
	background-color: #000;
	color: #808080;
	font-size: 0.875rem;
}

.site-info a {
	color: #808080;
	text-decoration: none;
}

.site-info a:hover {
	color: #fff;
}

.site-info .container, .site-info .site-main {
	display: flex;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

@media screen and (max-width: 1190px) {
	.site-info .container, .site-info .site-main {
		justify-content: space-between;
	}
}

@media screen and (max-width: 720px) {
	.site-info .container, .site-info .site-main {
		flex-wrap: wrap;
		justify-content: center;
	}
}

.site-info__links {
	flex: 1;
	min-width: max-content;
}

@media screen and (max-width: 720px) {
	.site-info__links {
		text-align: center;
		margin-bottom: 1em;
	}
}

@media screen and (max-width: 500px) {
	.site-info__links {
		min-width: auto;
	}
}

@media screen and (max-width: 1190px) {
	.site-info__links:last-child {
		display: none;
	}
}

.site-info__partners {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.site-info__partners a {
	margin: 0 13px;
}

.site-info__partners img {
	width: 50px;
	height: 50px;
}

/* Content
--------------------------------------------- */
.site-main {
	position: relative;
	padding-bottom: 105px;
}

.sticky {
	display: block;
}

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

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

.entry-content,
.entry-content p:first-child {
	margin-top: 0;
}

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

.post {
	position: relative;
}

a.post-thumbnail,
.entry-thumbnail a {
	/*transition: opacity 0.3s;*/
}

a.post-thumbnail:hover,
.entry-thumbnail a:hover {
	opacity: 0.4;
}

.bottom-links__left, .bottom-links__right {
	display: block;
	z-index: 2;
	text-align: center;
	margin-top: 20px;
}

@media screen and (min-width: 500px) {
	.bottom-links__left, .bottom-links__right {
		position: absolute;
		bottom: -20px;
		width: 50%;
	}
}

.bottom-links__left svg, .bottom-links__right svg {
	height: 0.9em;
	width: 1.9em;
}

.bottom-links__left {
	left: 0;
}

.bottom-links__left svg {
	float: left;
}

.bottom-links__right {
	right: 0;
}

.bottom-links__right svg {
	float: right;
}

@media screen and (min-width: 500px) {
	main > .bottom-links__left, main > .bottom-links__right {
		width: calc(50% - 20px);
	}
}

@media screen and (min-width: 900px) {
	main > .bottom-links__left, main > .bottom-links__right {
		width: calc(50% - 50px);
	}
}

main > .bottom-links__left {
	left: 50px;
}

main > .bottom-links__right {
	right: 50px;
}

@media screen and (max-width: 900px) {
	main > .bottom-links__left {
		left: 20px;
	}
	main > .bottom-links__right {
		right: 20px;
	}
}

.posts-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 84px 16px;
	margin-bottom: 60px;
}

@media screen and (max-width: 720px) {
	.posts-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 500px) {
	.posts-grid {
		grid-template-columns: 1fr;
	}
}

.posts-grid article {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-bottom: 1px solid #546d83;
	padding-bottom: 23px;
}

.posts-grid article .entry-footer {
	margin-top: auto;
}

.posts-grid article .link-more {
	bottom: 23px;
	border-color: #ffe38d;
}

.posts-grid article .link-more::before, .posts-grid article .link-more::after {
	background-color: #ffe38d;
}

.posted-on {
	color: #8aa9c4;
	font-size: 0.875rem;
}

.single-post .site-main {
	padding-top: 26px;
}

.single-post .post {
	display: flex;
}

@media screen and (max-width: 720px) {
	.single-post .post {
		flex-wrap: wrap;
		justify-content: center;
	}
}

.single-post .entry-thumbnail {
	margin-right: 75px;
	padding-top: 50px;
}

@media screen and (max-width: 720px) {
	.single-post .entry-thumbnail {
		margin-right: 0;
		margin-bottom: 20px;
		padding-top: 0;
	}
}

.single-post .entry-content {
	min-width: 50%;
	flex: 1;
	margin-top: 0;
	border-top: 1px solid #546d83;
	padding-top: 20px;
}

.pagination {
	text-align: right;
	font-size: 0.875rem;
	color: #fecd36;
}

.bg-light .pagination {
	color: #2f3942;
}

.pagination-status {
	color: #546d83;
	text-align: center;
	margin-bottom: 12px;
}

.bg-light .pagination-status {
	color: #808080;
}

.pagination span,
.pagination a {
	margin: 0 0.3em;
}

.pagination span:not(.page-numbers).current {
	opacity: 0.4;
}

.pagination span.current {
	text-decoration: underline;
	font-weight: 700;
}

.pagination a {
	color: #fecd36;
	text-decoration: none;
	/*transition: opacity 0.3s;*/
}

.pagination a:hover {
	opacity: 0.4;
}

.pagination a.page-numbers {
	opacity: 0.4;
}

.pagination a.page-numbers:hover {
	opacity: 1;
}

.bg-light .pagination a {
	color: #2f3942;
}

.pagination svg {
	position: relative;
	width: 1em;
}

.pagination .first svg,
.pagination .last svg {
	height: 0.65em;
}

.pagination .prev svg,
.pagination .next svg {
	height: 1em;
	bottom: -2px;
}

.site-main .post-navigation, .site-main
.posts-navigation {
	padding: 26px 0;
}

.post-navigation .nav-links,
.posts-navigation .nav-links {
	display: flex;
	justify-content: flex-end;
}

.post-navigation .nav-links a,
.posts-navigation .nav-links a {
	color: #fecd36;
}

.post-navigation .nav-links a:hover,
.posts-navigation .nav-links a:hover {
	opacity: 0.4;
}

.post-navigation .nav-links svg,
.posts-navigation .nav-links svg {
	width: 1rem;
	height: 1rem;
}

.post-navigation .nav-previous,
.post-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next {
	flex: 0;
}

.post-navigation .nav-next,
.posts-navigation .nav-next {
	margin-left: 0.5em;
}

.events-separator {
	padding-right: 12px;
	color: #fff;
	font-family: "Robinson Rough", sans-serif;
	font-size: 5.8rem;
	text-align: right;
}

.upcoming-events article.type-pifc_event .entry-tag,
.events-listing article.type-pifc_event .entry-tag,
.events-archive article.type-pifc_event .entry-tag, .single-event .entry-meta__tag {
	display: flex;
	align-items: center;
	font-weight: 700;
	text-transform: uppercase;
}

.upcoming-events article.type-pifc_event .entry-tag::before,
.events-listing article.type-pifc_event .entry-tag::before,
.events-archive article.type-pifc_event .entry-tag::before, .single-event .entry-meta__tag::before {
	content: "";
	display: inline-block;
	flex-shrink: 0;
	width: 1.5em;
	height: 1.5em;
	margin-right: 0.5em;
	border-radius: 1.5em;
}

.events-listing__content {
	position: relative;
}

.events-listing .event-filters ul {
	border-bottom: 1px solid #8aa9c4;
	margin: 0 0 45px;
}

.event-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	grid-column-gap: 16px;
}

.event-grid__footer {
	grid-column: 1 / -1;
}

.event-grid > * {
	margin-bottom: 37px;
}

.upcoming-events article.type-pifc_event,
.events-listing article.type-pifc_event,
.events-archive article.type-pifc_event {
	position: relative;
	border-bottom: 1px solid #ebebeb;
}

.upcoming-events article.type-pifc_event:not(.has-post-thumbnail) .entry-tag,
.events-listing article.type-pifc_event:not(.has-post-thumbnail) .entry-tag,
.events-archive article.type-pifc_event:not(.has-post-thumbnail) .entry-tag {
	color: #8aa9c4;
}

.upcoming-events article.type-pifc_event .entry-thumbnail,
.events-listing article.type-pifc_event .entry-thumbnail,
.events-archive article.type-pifc_event .entry-thumbnail {
	min-height: 50px;
}

.upcoming-events article.type-pifc_event .entry-tag,
.events-listing article.type-pifc_event .entry-tag,
.events-archive article.type-pifc_event .entry-tag {
	position: absolute;
	top: 12px;
	left: 16px;
	z-index: 2;
	color: #fff;
}

.upcoming-events article.type-pifc_event .entry-header,
.events-listing article.type-pifc_event .entry-header,
.events-archive article.type-pifc_event .entry-header {
	display: flex;
	justify-content: space-between;
	min-height: 52px;
}

.upcoming-events article.type-pifc_event .entry-title,
.events-listing article.type-pifc_event .entry-title,
.events-archive article.type-pifc_event .entry-title {
	margin-bottom: 7px;
}

.upcoming-events article.type-pifc_event .entry-title a,
.events-listing article.type-pifc_event .entry-title a,
.events-archive article.type-pifc_event .entry-title a {
	color: #13171a;
}

.upcoming-events article.type-pifc_event .entry-content,
.events-listing article.type-pifc_event .entry-content,
.events-archive article.type-pifc_event .entry-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	min-height: 34px;
}

@media screen and (min-width: 720px) {
	.upcoming-events article.type-pifc_event.featured,
	.events-listing article.type-pifc_event.featured,
	.events-archive article.type-pifc_event.featured {
		grid-column: span 2;
	}
}

.upcoming-events .event-date,
.events-listing .event-date,
.events-archive .event-date {
	flex-shrink: 0;
	margin-top: 0.83em;
	text-align: right;
	color: #546d83;
	font-size: 0.875rem;
}

.upcoming-events .link-more,
.events-listing .link-more,
.events-archive .link-more {
	position: relative;
	bottom: auto;
	right: auto;
	flex-shrink: 0;
	margin-left: 5px;
	margin-bottom: 22px;
	border-color: #8aa9c4;
}

.upcoming-events .link-more::before, .upcoming-events .link-more::after,
.events-listing .link-more::before,
.events-listing .link-more::after,
.events-archive .link-more::before,
.events-archive .link-more::after {
	background-color: #8aa9c4;
}

.events-separator {
	background-color: #fecd36;
}

.event-filters ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}

.event-filters ul a.event-filters__item {
	display: block;
	margin: 0 18px 9px 0;
	border-width: 1px;
	border-style: solid;
	padding: 0.25em 1em;
	text-decoration: none;
	text-transform: uppercase;
	/*transition: color 0.3s, background-color 0.3s;*/
}

.event-filters ul a.event-filters__item.all {
	border-color: #8aa9c4;
	color: #8aa9c4;
}

.event-filters ul a.event-filters__item.all.active, .event-filters ul a.event-filters__item.all:hover {
	background-color: #8aa9c4;
}

.event-filters ul a.event-filters__item.active, .event-filters ul a.event-filters__item:hover {
	color: #fff;
}

.events-archive .event-filters {
	margin-right: 32px;
}

.events-archive .event-filters ul {
	margin: 0;
}

.events-archive > .entry-content {
	position: relative;
}

.events-archive .events-section {
	display: flex;
	margin-bottom: 96px;
	overflow: hidden;
}

@media screen and (max-width: 720px) {
	.events-archive .events-section {
		flex-wrap: wrap;
	}
}

.events-archive .events-separator {
	width: 253px;
	flex-shrink: 0;
	margin-right: 40px;
	background-color: #ffe38d;
}

@media screen and (max-width: 720px) {
	.events-archive .events-separator {
		width: 100%;
		margin-bottom: 40px;
	}
}

.events-archive .events-section__listing {
	flex: 1;
}

.events-archive article {
	min-height: 362px;
	width: 278px;
	max-width: 100%;
	margin-right: 16px;
}

.events-archive .carousel .empty {
	display: none;
	top: 0;
	bottom: 0;
	right: 0;
	height: 362px;
	justify-content: center;
	align-items: center;
	color: #8aa9c4;
}

.single-event .entry-meta,
.single-artwork .entry-meta {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #546d83;
	padding: 24px 0;
	color: #8aa9c4;
}

.single-event .entry-header,
.single-artwork .entry-header {
	margin-bottom: 70px;
	padding: 44px 36px;
}

@media screen and (max-width: 900px) {
	.single-event .entry-header,
	.single-artwork .entry-header {
		padding-left: 0;
		padding-right: 0;
	}
}

.single-event .entry-header .container, .single-event .entry-header .site-main,
.single-artwork .entry-header .container,
.single-artwork .entry-header .site-main {
	display: flex;
	position: relative;
}

@media screen and (max-width: 1190px) {
	.single-event .entry-header .container, .single-event .entry-header .site-main,
	.single-artwork .entry-header .container,
	.single-artwork .entry-header .site-main {
		flex-wrap: wrap;
	}
}

.single-event .entry-title,
.single-artwork .entry-title {
	margin: 75px 0 0 -50px;
	color: #fff;
	mix-blend-mode: lighten;
	font-size: 9.5rem;
	font-weight: 400;
	line-height: 1;
	text-align: left;
	word-break: break-word;
	hyphens: auto;
}

@media screen and (max-width: 1190px) {
	.single-event .entry-title,
	.single-artwork .entry-title {
		font-size: 8rem;
		margin: 20px 0 0;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 900px) {
	.single-event .entry-title,
	.single-artwork .entry-title {
		font-size: 8rem;
	}
}

@media screen and (max-width: 500px) {
	.single-event .entry-title,
	.single-artwork .entry-title {
		font-size: 5rem;
	}
}

.event-artist,
.artwork-artist,
.artwork-description {
	margin-top: 82px;
	margin-bottom: 190px;
	border-top: 1px solid #546d83;
	padding-top: 25px;
}

.event-artist__name,
.artwork-artist__name,
.artwork-description__name {
	font-size: 1.5rem;
	font-weight: 600;
	text-transform: none;
}

.event-artist__date,
.artwork-artist__date,
.artwork-description__date {
	font-weight: 400;
}

@media screen and (min-width: 900px) {
	.event-artist__content,
	.artwork-artist__content,
	.artwork-description__content {
		max-width: 670px;
		margin-right: 98px;
		margin-left: auto;
	}
}

@media screen and (min-width: 1190px) {
	.event-artist__content,
	.artwork-artist__content,
	.artwork-description__content {
		margin-top: -3rem;
	}
}

.single-event .entry-header__thumbnail {
	flex-shrink: 0;
	max-width: 100%;
	mix-blend-mode: luminosity;
}

.single-event .entry-content {
	margin-bottom: 67px;
}

@media screen and (min-width: 900px) {
	.single-event .entry-content > p,
	.single-event .entry-content > hr {
		max-width: 670px;
		margin-right: 0;
		margin-left: auto;
	}
}

.single-event .event-gallery {
	padding-top: 125px;
	padding-bottom: 50px;
	background-color: #2f3942;
}

.single-event .event-gallery__item {
	width: 278px;
	margin-right: 16px;
	text-decoration: none;
}

.single-event .event-gallery__item img {
	margin-bottom: 14px;
}

.single-event .event-gallery__item figcaption {
	max-width: 278px;
	color: #ffe38d;
	font-weight: 700;
	text-transform: uppercase;
}

.single-event .event-partners {
	margin-bottom: 130px;
	border-top: 1px solid #ebebeb;
	padding-top: 12px;
	color: #808080;
}

@media screen and (min-width: 900px) {
	.single-event .event-partners {
		max-width: 670px;
		margin-right: 98px;
		margin-left: auto;
	}
}

.single-event .event-workshops {
	padding: 45px 98px 30px;
	background-color: #fecd36;
}

@media screen and (min-width: 900px) {
	.single-event .event-workshops {
		max-width: 866px;
		margin-left: auto;
	}
}

@media screen and (max-width: 900px) {
	.single-event .event-workshops {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 500px) {
	.single-event .event-workshops {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.single-event .event-workshops__duration {
	border-top: 1px solid #546d83;
	padding-top: 18px;
	color: #546d83;
}

.single-event .event-workshops__title {
	color: #fff;
}

.single-event .event-workshops__button {
	display: block;
	max-width: max-content;
	margin-top: 50px;
	margin-left: auto;
}

.artworks-listing {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-gap: 1px;
	margin-top: 48px;
}

@media screen and (max-width: 500px) {
	.artworks-listing {
		grid-template-columns: 1fr;
	}
}

.artworks-listing__item {
	position: relative;
	max-width: 100%;
	box-shadow: 0 0 0 1px #546d83;
	padding: 25px;
	/*transition: background-color 0.3s;*/
}

.artworks-listing__item:hover {
	background-color: #2f3942;
}

.artworks-listing__item img {
	display: block;
	margin: 0 auto;
}

.artworks-listing__title {
	margin-top: 25px;
	margin-bottom: 0.25em;
}

.artworks-listing__artist {
	margin-top: 0;
	color: #ffe38d;
	text-transform: uppercase;
}

.artworks-listing .link-more {
	border-color: #ffe38d;
}

.artworks-listing .link-more::before, .artworks-listing .link-more::after {
	background-color: #ffe38d;
}

.single-artwork .entry-meta {
	font-weight: 700;
	text-transform: uppercase;
}

.single-artwork .entry-meta p {
	margin: 0;
}

.single-artwork .entry-header {
	padding-top: 64px;
	background-color: #fecd36;
}

.single-artwork .entry-header__carousel {
	width: 360px;
	max-width: 100%;
	flex-shrink: 0;
}

.single-artwork .entry-header__carousel__item {
	width: 360px;
	max-width: 100%;
}

.single-artwork .entry-header__carousel .flickity-button {
	color: #13171a;
}

.single-artwork .entry-title__artist-name, .single-artwork .entry-title__artwork-title {
	display: block;
}

.single-artwork .entry-title__artwork-title {
	margin-top: 1rem;
	font-size: 5rem;
}

.search-results .posts-grid article {
	justify-content: flex-start;
}

.search-results .attachment-thumbnail {
	object-fit: cover;
	display: block;
	overflow: hidden;
}

/* Templates
--------------------------------------------- */
.page-template-template-links .entry-header {
	height: 0;
}

.page-template-template-links .block-links:not(:last-child) {
	margin-bottom: 105px;
}

.page-template-template-links .block-links:last-child {
	margin-bottom: 20px;
}

.page-template-template-links .block-links__item {
	width: 33%;
	max-width: 640px;
}

.page-template-template-links .block-links__title {
	font-size: 3.125rem;
}

.visit-media {
	background-color: #2f3942;
}

.visit-media .container, .visit-media .site-main {
	position: relative;
}

@media screen and (max-width: 900px) {
	.visit-media .container, .visit-media .site-main {
		padding-bottom: 50px;
	}
}

.visit-media .content-small {
	padding: 67px 0 57px;
}

.visit-media__content {
	display: flex;
	align-items: flex-start;
}

@media screen and (max-width: 1190px) {
	.visit-media__content {
		flex-wrap: wrap;
	}
}

.visit-media__item {
	flex-shrink: 0;
	max-width: 100%;
	margin-bottom: 30px;
	border-bottom: 1px solid #546d83;
	color: #ffe38d;
	text-transform: uppercase;
}

.visit-media__item:first-of-type {
	margin-right: 16px;
}

.visit-media__item:last-of-type {
	margin-right: 56px;
}

.visit-media__item__age {
	margin: 14px 0 0;
	font-size: 1.125rem;
	font-weight: 600;
}

.visit-media__item__title {
	margin: 14px 0 23px;
	font-size: 1rem;
	font-weight: 400;
}

.visit-media__text {
	order: 3;
}

.visit-media .bottom-links__right {
	right: 50px;
}

@media screen and (min-width: 500px) {
	.visit-media .bottom-links__right {
		min-width: calc(50% - 50px);
		width: max-content;
	}
}

@media screen and (max-width: 900px) {
	.visit-media .bottom-links__right {
		right: 20px;
	}
}

.visit-info {
	padding: 108px 0 100px;
}

.visit-info__content {
	display: flex;
	flex-wrap: wrap;
}

.visit-info__title {
	margin-bottom: 60px;
}

.visit-info__item {
	display: flex;
	align-items: center;
	width: 48%;
	margin-bottom: 20px;
}

@media screen and (max-width: 720px) {
	.visit-info__item {
		width: 100%;
	}
}

@media screen and (min-width: 720px) {
	.visit-info__item:first-child {
		margin-right: 2%;
	}
}

@media screen and (max-width: 720px) {
	.visit-info__item img {
		width: 25%;
	}
}

.visit-info__item__text {
	margin-left: 26px;
}

.books-container {
	display: flex;
	flex-direction: column;
}

.book-title, .book-author {
	color: #ffe38d;
	text-transform: uppercase;
}

.book-title {
	font-size: 1.125rem;
	font-weight: 700;
}

.book-author {
	margin-bottom: 40px;
}

.active-book {
	position: relative;
	margin-top: 60px;
}

.active-book__section-title {
	margin-bottom: 60px;
}

.active-book__content {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 720px) {
	.active-book__content {
		flex-wrap: wrap;
	}
}

.active-book__image {
	position: relative;
	z-index: 2;
	margin-right: 20px;
	opacity: 0;
	visibility: hidden;
	/*transition: opacity 0.3s, visibility 0.3s;*/
}

@media screen and (min-width: 720px) {
	.active-book__image {
		margin-bottom: -50px;
	}
}

.active-book__image img {
	display: block;
	border: 5px solid #ffe38d;
}

@media screen and (min-width: 720px) {
	.active-book__info {
		width: 50%;
	}
}

.active-book__meta {
	margin: 32px 0 40px;
	border: 1px solid #2f3942;
	padding: 19px 26px;
	color: #8aa9c4;
	font-size: 0.875rem;
}

.active-book__meta p {
	margin: 0;
}

@media screen and (min-width: 720px) {
	.active-book #loader {
		border-bottom: 50px solid #2f3942;
		margin-bottom: -50px;
	}
}

.book-carousel {
	background-color: #2f3942;
	padding-top: 125px;
	padding-bottom: 63px;
}

@media screen and (max-width: 720px) {
	.book-carousel {
		order: -1;
	}
}

.book-carousel__item {
	width: 294px;
	padding-right: 20px;
	cursor: pointer;
}

.book-carousel__item img {
	max-width: 180px;
	border: 4px solid transparent;
	/*transition: border-color 0.3s;*/
}

.book-carousel__item.active img,
.book-carousel__item:hover img {
	border-color: #ffe38d;
}

.documents-listing {
	display: flex;
	flex-wrap: wrap;
}

.documents-listing__column {
	width: 100%;
}

@media screen and (min-width: 900px) {
	.documents-listing__column {
		width: 50%;
		padding-right: 114px;
	}
}

.documents-listing__games, .documents-listing__guides, .documents-listing__featured {
	margin-bottom: 60px;
}

@media screen and (min-width: 900px) {
	.documents-listing__featured {
		margin-bottom: 168px;
	}
}

.documents-listing__flag {
	width: 24px;
	height: 14px;
	margin-right: 11px;
}

.press-page__header {
	padding-top: 10px;
	padding-bottom: 100px;
	background-blend-mode: multiply;
}

.press-page .entry-title {
	margin-bottom: 100px;
}

@media screen and (min-width: 720px) {
	.press-page__header-content {
		display: flex;
	}
}

@media screen and (min-width: 720px) {
	.press-page__header-column {
		width: 50%;
	}
}

.press-page__header-column:first-child {
	margin-bottom: 60px;
}

.press-page__documents-list li {
	border-color: #808080;
	text-transform: uppercase;
}

.press-photos {
	padding-top: 68px;
	padding-bottom: 87px;
	background-color: #2f3942;
}

.press-photos__title {
	margin-bottom: 45px;
}

.press-photos__content {
	max-width: 572px;
	margin-bottom: 60px;
}

.press-photos__gallery {
	margin-bottom: 60px;
	border-bottom: 1px solid #546d83;
}

.press-photos__gallery__grid {
	display: flex;
	flex-wrap: wrap;
}

.press-photos__gallery img {
	margin: 0 16px 14px 0;
}

.press-photos__gallery__title, .press-photos__gallery__subtitle {
	color: #ffe38d;
	text-transform: uppercase;
}

.press-photos__gallery__title {
	margin-top: 0;
	font-size: 1.125em;
	font-weight: 600;
}

@media screen and (min-width: 500px) {
	.press-photos .bottom-links__right,
	.press-photos .bottom-links__left {
		min-width: calc(50% - 50px);
		width: max-content;
	}
}

.press-photos .bottom-links__right {
	right: 50px;
}

@media screen and (max-width: 900px) {
	.press-photos .bottom-links__right {
		right: 20px;
	}
}

.press-photos .bottom-links__left {
	left: 50px;
}

@media screen and (max-width: 900px) {
	.press-photos .bottom-links__left {
		left: 20px;
	}
}

/* Pages
--------------------------------------------- */
.home .block-links__item {
	width: 50%;
	max-width: 960px;
}

.last-posts {
	position: relative;
	padding-top: 40px;
	padding-bottom: 25px;
}

.upcoming-events {
	padding-top: 40px;
}

.upcoming-events__content {
	position: relative;
	padding-bottom: 25px;
}

.upcoming-events .event-grid {
	grid-template-rows: 1fr 1fr;
	grid-auto-rows: 0;
	overflow: hidden;
	margin-bottom: 90px;
}

@media screen and (max-width: 900px) {
	.upcoming-events .events-separator {
		display: none;
	}
}

.info-icons {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 113px 0 80px;
}

.info-icons__item {
	max-width: 94px;
	margin: 0 10px 20px;
	text-align: center;
	color: #546d83;
}

.info-icons__item img {
	width: 94px;
	height: 94px;
	margin-bottom: 10px;
}

.table-of-content {
	padding: 0;
	text-align: center;
	font-family: "Robinson Rough", sans-serif;
	font-size: 3.25rem;
	list-style-position: inside;
}

.table-of-content li {
	margin-bottom: 35px;
}

.table-of-content li::marker {
	margin-right: 1.5em;
	font-size: 1.625rem;
}

.table-of-content a {
	margin-left: 1rem;
	color: #fff;
	text-decoration: none;
}

.table-of-content a:hover {
	color: #fecd36;
}

.wp-block-cover h2 {
	font-family: "Robinson Rough", sans-serif;
	font-size: 3.25rem;
}

.wp-block-cover h2 .section-number {
	font-size: 1.875rem;
	margin-right: 1rem;
}

.wp-block-quote.has-img-right img {
	display: block;
	margin-bottom: 40px;
}

@media screen and (min-width: 720px) {
	.wp-block-quote.has-img-right {
		padding-top: 30px;
		padding-right: 188px;
	}
	.wp-block-quote.has-img-right img {
		float: right;
		margin-top: -30px;
		margin-right: -188px;
		margin-left: 60px;
	}
}

@media screen and (max-width: 960px) {
	p.line-left.has-img-left::before {
		display: none;
	}
}

@media screen and (min-width: 1190px) {
	.post-12 .price-table-column {
		max-width: 474px;
		margin-left: auto;
	}
}

.post-12 .price-table-column tr > td:last-child {
	min-width: 3.5rem;
}

@media screen and (max-width: 720px) {
	.post-12 .wp-block-image figure {
		margin: 20px 0;
	}
}

/* Blocks
--------------------------------------------- */
.tour-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px solid #546d83;
	padding: 20px 0 60px;
}

.tour-block__title {
	max-width: 390px;
}

.tour-block__meta {
	min-width: 200px;
	padding-right: 20px;
}

.tour-block__public, .tour-block__price {
	margin-bottom: 12px;
	text-transform: uppercase;
	color: #ffe38d;
}

.tour-block__public {
	max-width: 282px;
	font-size: 1.125rem;
	font-weight: 600;
}

.tour-block__button {
	display: inline-block;
}

.tour-block__content {
	padding-top: 30px;
}

@media screen and (min-width: 720px) {
	.tour-block__content {
		max-width: 474px;
	}
}

.tour-block__more {
	position: relative;
	bottom: auto;
	right: auto;
	border-color: #ffe38d;
}

.tour-block__more::before, .tour-block__more::after {
	background-color: #ffe38d;
}

.upcoming-workshops {
	min-width: 250px;
	margin-bottom: 22px;
	border: 1px solid #fecd36;
	padding: 13px 20px 25px;
}

.upcoming-workshops__title {
	margin: 0 0 30px;
	font-size: 1.125rem;
	line-height: 1.2222;
	font-weight: 700;
	text-transform: uppercase;
	color: #fecd36;
}

.upcoming-workshops__list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 27px;
	margin-bottom: 30px;
	padding: 0;
	list-style: none;
}

.upcoming-workshops__item {
	border-bottom: 1px solid #2f3942;
	padding: 10px 5px;
}

.upcoming-workshops__button {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
}

.timeline {
	padding-top: 29px;
	padding-bottom: 108px;
	background-color: #fecd36;
	color: #13171a;
}

.timeline__title {
	text-align: right !important;
	color: #ffe38d;
	margin-bottom: 63px;
}

@media screen and (min-width: 720px) {
	.timeline__content {
		display: flex;
	}
}

@media screen and (min-width: 720px) {
	.timeline__navigation {
		flex: 0 0;
		display: flex;
	}
}

.timeline__arrows {
	width: 0.9rem;
}

@media screen and (max-width: 720px) {
	.timeline__arrows {
		transform: rotate(-90deg) translateX(-20px);
		transform-origin: top;
	}
}

.timeline__arrows button {
	margin: 0 0 8px;
	border: 0;
	border-radius: 0;
	padding: 0;
	background: none;
	color: inherit;
	white-space: nowrap;
	text-decoration: none;
	/*transition: opacity 0.3s;*/
}

.timeline__arrows button:not(.disabled) {
	cursor: pointer;
}

.timeline__arrows button:not(.disabled):hover {
	opacity: 0.4;
}

.timeline__arrows svg {
	width: 0.9rem;
	height: 1rem;
}

.timeline__arrows .disabled {
	opacity: 0.4;
}

.timeline__dates {
	position: relative;
	scroll-behavior: smooth;
	margin: 0;
	padding: 0 65px 0 0;
	list-style: none;
	color: #fff;
	font-size: 1.5rem;
	text-align: right;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.timeline__dates::-webkit-scrollbar {
	display: none;
}

@media screen and (min-width: 720px) {
	.timeline__dates {
		width: 185px;
		max-height: 430px;
		overflow-y: scroll;
	}
}

@media screen and (max-width: 720px) {
	.timeline__dates {
		display: flex;
		margin-bottom: 50px;
		overflow-x: scroll;
	}
}

.timeline__date {
	padding: 5px 0;
	/*transition: color 0.3s, font-size 0.3s, font-weight 0.3s;*/
}

@media screen and (max-width: 720px) {
	.timeline__date {
		padding: 0 10px;
	}
}

.timeline__date:first-child {
	padding-top: 0;
}

@media screen and (max-width: 720px) {
	.timeline__date:first-child {
		padding-left: 0;
	}
}

.timeline__date--active, .timeline__date:not(.timeline__date--active):hover {
	font-size: 2rem;
	font-weight: 700;
	color: #2f3942;
}

.timeline__date:not(.timeline__date--active) {
	cursor: pointer;
}

.timeline__date--last {
	min-width: max-content;
	background-color: #fecd36;
}

@media screen and (min-width: 720px) {
	.timeline__date--last {
		position: sticky;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.timeline__date--last::before {
		content: "...";
		display: block;
		font-size: 1.5rem;
		font-weight: 400;
		color: #fff;
	}
}

@media screen and (min-width: 720px) {
	.timeline__panels {
		flex: 1 0;
		border-left: 1px solid #fff;
		padding-left: 61px;
	}
}

.timeline__panel {
	/*transition: opacity 0.3s;*/
}

.timeline__panel[hidden] {
	opacity: 0;
}

.timeline__panel h4 {
	margin-top: 0;
	margin-bottom: 0.5em;
	font-size: 2rem;
	font-weight: 700;
	color: #2f3942;
	text-transform: uppercase;
}

.video-gallery {
	padding-top: 122px;
	padding-bottom: 101px;
	background-color: #546d83;
}

.video-gallery a {
	text-decoration: none;
}

.video-gallery__item {
	width: 376px;
	margin-right: 16px;
	cursor: pointer;
}

@media screen and (max-width: 500px) {
	.video-gallery__item {
		max-width: 100%;
	}
}

.video-gallery__item__img {
	position: relative;
}

.video-gallery__item__img::before {
	content: "";
	position: absolute;
	top: calc(50% - 37px);
	left: calc(50% - 30px);
	z-index: 2;
	display: inline-block;
	height: 0;
	width: 0;
	border-top: 37px solid transparent;
	border-bottom: 38px solid transparent;
	border-left: 60px solid #fff;
}

.video-gallery__item__img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	/*transition: background-color 0.3s;*/
}

.video-gallery__item__img img {
	display: block;
	width: 100%;
}

.video-gallery__item__title {
	margin-top: 14px;
	font-size: 1.125rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffe38d;
	/*transition: color 0.3s;*/
}

.video-gallery__item:hover .video-gallery__item__img::after {
	background-color: rgba(0, 0, 0, 0.4);
}

.video-gallery__item:hover .video-gallery__item__title {
	color: #fecd36;
}

.modal__video-player {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
}

.modal__video-player > iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.opening-hours-block {
	column-count: 2;
}

.opening-hours-block p {
	break-inside: avoid;
	page-break-inside: avoid;
}

/* Sidebars
--------------------------------------------- */
.header-sidebar {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 10px;
}

@media screen and (max-width: 900px) {
	.header-sidebar {
		padding-bottom: 60px;
	}
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 24px;
}

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

.widget-title {
	font-family: Barlow, sans-serif;
	text-align: left;
}

.widget_last_workshops {
	position: relative;
	max-width: 313px;
	margin-top: 20px;
	padding: 14px 19px;
	border: 1px solid #fecd36;
}

.widget_last_workshops__text,
.widget_last_workshops .widget-title {
	color: #fecd36;
}

.widget_last_workshops .widget-title {
	margin: 0;
	font-size: 1.125rem;
	line-height: 1.2222;
	font-weight: 700;
	text-transform: uppercase;
}

.widget_last_workshops__text {
	margin-top: 5px;
	margin-bottom: 8px;
}

.widget_last_workshops__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget_address_social {
	width: 180px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin-left: auto;
}

.widget_address_social hr {
	margin-bottom: 0;
}

.widget_address_social__address {
	margin: 10px 0 0;
	font-size: 0.875rem;
	text-align: right;
}

.widget_address_social__links,
.widget_social__links {
	display: flex;
	justify-content: flex-end;
	margin: 1rem 0 0;
	padding: 0;
	list-style: none;
}

.widget_address_social__links li,
.widget_social__links li {
	margin-left: 0.5em;
}

.widget_address_social__links a,
.widget_social__links a {
	color: #fff;
}

.widget_address_social__links a:hover,
.widget_social__links a:hover {
	color: #fecd36;
}

.widget_address_social__links svg,
.widget_social__links svg {
	display: block;
	width: 1.75rem;
	height: 1.75rem;
}

.widget_address_social__links svg.facebook,
.widget_social__links svg.facebook {
	width: 1.125rem;
}

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

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

.carousel .flickity-button {
	background: none;
	color: #fecd36;
	/*transition: opacity 0.3s;*/
}

.carousel .flickity-button:focus {
	box-shadow: 0 0 0 1px #1577fc;
}

.carousel .flickity-button:hover {
	background: none;
	opacity: 0.4;
}

.carousel .flickity-prev-next-button {
	top: -24px;
	width: 16px;
	height: 16px;
	border-radius: 0;
}

.carousel .flickity-prev-next-button.next {
	right: 1px;
}

.carousel .flickity-prev-next-button.previous {
	left: auto;
	right: 25px;
}

.carousel .flickity-prev-next-button .flickity-button-icon {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

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

.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

.sl-wrapper .sl-navigation button,
.sl-wrapper .sl-close,
.sl-wrapper .sl-counter {
	font-family: Barlow, sans-serif;
	color: #fff;
}

.sl-overlay {
	background: #13171a;
	opacity: 0.8;
}

.sl-spinner {
	border-color: #fff;
}

#videos-modal #videos-modal-background {
	background: rgba(19, 23, 26, 0.8) !important;
}

/*--------------------------------------------------------------
# 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: #ebebeb;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #546d83;
	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;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

/* Alignments
--------------------------------------------- */
@media screen and (max-width: 500px) {
	.alignleft {
		display: block;
	}
}

@media screen and (min-width: 500px) {
	.alignleft {
		margin-bottom: 1.5em;
		float: left;
		margin-right: 1.5em;
	}
}

@media screen and (max-width: 500px) {
	.alignright {
		display: block;
	}
}

@media screen and (min-width: 500px) {
	.alignright {
		margin-bottom: 1.5em;
		float: right;
		margin-left: 1.5em;
	}
}

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

/* Layout utilities
--------------------------------------------- */
.full-width,
.alignfull {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

.ml-auto {
	margin-left: auto !important;
}

/*# sourceMappingURL=style.css.map */