@charset "UTF-8";

/*!
Theme Name: Piano à Lyon
Theme URI: http://underscores.me/
Author: ABM
Author URI: https://abm-digital.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: Commercial
License URI: LICENSE
Text Domain: pianoalyon
Tags: custom-background, custom-logo, custom-menu, featured-images, translation-ready

Piano à Lyon 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

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

/*--------------------------------------------------------------
# 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.
 */
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
--------------------------------------------- */
* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html {
	font-size: 10px;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: Syne, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.7rem;
	line-height: 1.1;
}

@media (min-width: 980px) {

	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: 2.2rem;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-top: 0;
	margin-bottom: 0.3em;
	line-height: 0.9;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: none;
}

h1 {
	font-size: 4rem;
}

@media (min-width: 980px) {

	h1 {
		font-size: 8.5rem;
	}
}

h2 {
	font-size: 2.6rem;
}

@media (min-width: 980px) {

	h2 {
		font-size: 4.5rem;
	}
}

p {
	margin-top: 0;
	margin-bottom: 0.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%;
}

.visually-hidden {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

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

hr,
.wp-block-separator {
	background-color: #000;
	border: 0 none;
	height: 1px;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}

ul,
ol {
	margin: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li {
	padding: 0;
	margin: 0;
}

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

dt {
	font-weight: 700;
}

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

figcaption {
	font-size: 1.2rem;
	text-align: right;
}

@media (min-width: 980px) {

	figcaption {
		font-size: 1.65rem;
	}
}

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

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

a:visited {
	color: #000;
}

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

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #000;
	border-radius: 3px;
	background: #fff;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
	font-family: Syne, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.7rem;
	font-weight: bold;
}

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

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

button {
	min-height: 2.6rem;
	border-radius: 1.6rem;
	padding: 0.4em 1em 0.5em 1em;
	font-size: 2rem;
	border-radius: 1.9rem;
}

@media (min-width: 980px) {

	button {
		font-size: 2.2rem;
		border-radius: 2rem;
	}
}

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

@media (min-width: 980px) {

	body .wp-block-columns.is-layout-flex {
		gap: 12%;
	}
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site {
	max-width: 192rem;
	margin: 0 auto;
	padding-top: 12rem;
}

@media (min-width: 980px) {

	.site {
		padding-top: 19rem;
	}
}

.site-header {
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 500;
	max-width: 192rem;
	width: 100%;
	transform: translate(-50%, 0);
}

.site-main {
	position: relative;
}

.site-header,
.site-main,
.site-footer {
	padding-left: 2rem;
	padding-right: 2rem;
}

@media (min-width: 980px) {

	.site-header,
	.site-main,
	.site-footer {
		padding-left: 5rem;
		padding-right: 5rem;
	}
}

.site-header {
	height: 12rem;
}

@media (min-width: 980px) {

	.site-header {
		height: 19rem;
	}
}

.site-header.collapsed {
	background-color: #fff;
	transition: 0.1s ease  background-color;
	height: 6.5rem;
}

@media (min-width: 980px) {

	.site-header.collapsed {
		height: 8rem;
	}
}

.site-branding {
	position: absolute;
	top: 1.2rem;
	left: 1.2rem;
	z-index: 900;
	width: 9rem;
	height: 9rem;
	transition: 0.3s width, 0.3s height, 0.3s left, 0.3s top;
}

@media (min-width: 980px) {

	.site-branding {
		width: 12.5rem;
		height: 12.5rem;
		top: 2rem;
		left: 2rem;
	}
}

.site-title {
	width: 100%;
	height: 100%;
	margin: 0;
}

.site-title a {
	display: block;
	width: 100%;
	height: 100%;
	background: transparent url(images/jcaa_logo_noir.svg) no-repeat center center;
	background-size: 100% 100%;
}

.site-branding {
	width: 9rem;
	height: 9rem;
	top: -1rem;
}

@media (min-width: 980px) {

	.site-branding {
		width: 12.5rem;
		height: 12.5rem;
		top: -2rem;
		left: 2rem;
	}
}

.home .site-branding {
	width: 16.4rem;
	height: 16.4rem;
	top: -1.5rem;
}

@media (min-width: 980px) {

	.home .site-branding {
		top: -3.5rem;
		left: 2.5rem;
		width: 18rem;
		height: 22rem;
	}
}

.home .site-title a {
	background-image: url(images/jcaa_logo_blanc.svg);
}

.home .collapsed .site-branding {
	width: 9rem;
	height: 9rem;
	top: -1rem;
}

@media (min-width: 980px) {

	.home .collapsed .site-branding {
		width: 12.5rem;
		height: 12.5rem;
		top: -2rem;
		left: 2rem;
	}
}

.home .collapsed .site-title a {
	background-image: url(images/jcaa_logo_noir.svg);
}

.site-footer {
	font-size: 1.4rem;
	padding-bottom: 10rem;
	margin-top: 8rem;
	display: grid;
	grid-template-areas: "g g" "a a" "b e" "c e" "d e" "f f";
	grid-template-columns: 1fr 1fr;
	gap: 0 3.5rem;
}

@media (min-width: 980px) {

	.site-footer {
		font-size: 2rem;
		padding-top: 0;
	}
}

@media (min-width: 980px) {

	.site-footer {
		grid-template-areas: "g g g g" "a a a a" "b c d e" "f f f f";
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

.site-footer h4 {
	font-size: 1.4rem;
	margin-bottom: 1.1;
}

@media (min-width: 980px) {

	.site-footer h4 {
		font-size: 2rem;
	}
}

.site-footer .footer-support {
	grid-area: g;
	background-color: #fad6ce;
	padding: 3rem 2rem 3rem 2rem;
	margin-left: -2rem;
	margin-right: -2rem;
	font-size: 2rem;
	color: #ea5e3f;
	text-decoration: none;
}

.site-footer .footer-support a {
	display: block;
	display: grid;
	color: #ea5e3f;
	text-decoration: none;
}

@media (min-width: 980px) {

	.site-footer .footer-support {
		padding: 4.2rem 5rem 4.2rem 5rem;
		margin-left: -5rem;
		margin-right: -5rem;
		font-size: 3rem;
	}

	.site-footer .footer-support a {
		grid-template-columns: 1fr 1fr;
	}
}

.site-footer .footer-support h4 {
	font-size: 2.4rem;
}

@media (min-width: 980px) {

	.site-footer .footer-support h4 {
		font-size: 4.5rem;
		padding-right: 4rem;
		align-self: center;
	}
}

.site-footer .partner-logo-list {
	justify-content: space-between;
}

.site-footer .footer-sponsors {
	grid-area: a;
	padding-top: 3rem;
	padding-bottom: 1.8rem;
	border-bottom: solid 1px #000;
}

@media (min-width: 980px) {

	.site-footer .footer-sponsors {
		padding-bottom: 4rem;
	}
}

.site-footer .footer-address,
.site-footer .footer-contact,
.site-footer .footer-social-networks,
.site-footer .footer-newsletter {
	padding-top: 1em;
	padding-bottom: 2rem;
}

@media (min-width: 980px) {

	.site-footer .footer-address,
	.site-footer .footer-contact,
	.site-footer .footer-social-networks,
	.site-footer .footer-newsletter {
		padding-top: 1.5em;
		padding-bottom: 4rem;
	}
}

.site-footer .footer-address {
	grid-area: b;
}

.site-footer .footer-contact {
	grid-area: c;
	padding-top: 0;
}

@media (min-width: 980px) {

	.site-footer .footer-contact {
		padding-top: 1.5em;
	}
}

.site-footer .footer-contact,
.site-footer .footer-address {
	word-break: break-word;
	padding-bottom: 0.5em;
}

@media (min-width: 980px) {

	.site-footer .footer-contact,
	.site-footer .footer-address {
		padding-bottom: 4rem;
	}
}

.site-footer .footer-contact h4,
.site-footer .footer-address h4 {
	display: none;
}

@media (min-width: 980px) {

	.site-footer .footer-contact h4,
	.site-footer .footer-address h4 {
		display: block;
	}
}

.site-footer .footer-social-networks {
	grid-area: d;
}

.site-footer .footer-social-networks h4 {
	margin-bottom: 0.5em;
}

.site-footer .footer-social-networks ul {
	padding: 0;
	display: block;
}

.site-footer .footer-social-networks li {
	list-style-type: none;
	display: inline-block;
	margin-right: 1.6rem;
}

@media (min-width: 980px) {

	.site-footer .footer-social-networks li {
		margin-right: 2rem;
	}
}

.site-footer .footer-social-networks li img {
	width: 3rem;
	height: 3rem;
}

@media (min-width: 980px) {

	.site-footer .footer-social-networks li img {
		width: 3.8rem;
		height: 3.8rem;
	}
}

.site-footer .footer-newsletter {
	grid-area: e;
}

.site-footer .footer-navigation {
	grid-area: f;
	padding-top: 1rem;
	border-top: solid 1px #000;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
	font-size: 4rem;
	font-weight: bold;
}

@media (min-width: 980px) {

	.main-navigation {
		font-size: 2.8rem;
	}
}

.main-navigation a {
	color: #fff;
}

.main-navigation a:active,
.main-navigation a:hover {
	color: #fdeeea;
	text-decoration: underline;
}

@media (min-width: 980px) {

	.main-navigation a {
		color: #000;
	}

	.main-navigation a:active,
	.main-navigation a:hover {
		color: #ea5e3f;
	}
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	background-color: black;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 1000;
	padding: 13rem 2rem 2rem 2rem;
}

@media (min-width: 980px) {

	.main-navigation ul {
		position: absolute;
		left: auto;
		right: 5rem;
		bottom: auto;
		width: 80%;
		max-width: 90rem;
		height: auto;
		padding: 0;
		background-color: transparent;
		justify-content: space-between;
		line-height: 8.5rem;
	}

	.main-navigation ul .menu-item-home {
		display: none;
	}
}

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

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

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

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

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

.main-navigation > ul {
	position: relative;
}

.main-navigation li {
	position: relative;
	padding-bottom: 1rem;
}

.main-navigation .menu-item-home {
	position: absolute;
	top: -1rem;
	left: 1.2rem;
	z-index: 1010;
	background: transparent url(images/jcaa_logo_blanc.svg) no-repeat center center;
	background-size: 100% 100%;
	width: 9rem;
	height: 9rem;
}

.main-navigation .menu-item-home a {
	font-size: 1px;
	opacity: 0;
	color: #ea5e3f;
	display: block;
	width: 100%;
	height: 100%;
}

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

@media (min-width: 980px) {

	.main-navigation .current_page_item > a,
	.main-navigation .current-menu-item > a,
	.main-navigation .current_page_ancestor > a,
	.main-navigation .current-menu-ancestor > a {
		color: #ea5e3f;
	}
}

.main-navigation .menu-toggle {
	border: 0 none;
	background: transparent url(images/burger.svg) no-repeat center center;
	background-size: 3rem 2rem;
	position: fixed;
	width: 5rem;
	height: 5rem;
	top: 0.75rem;
	right: 1rem;
	z-index: 1100;
}

.main-navigation.toggled .menu-toggle {
	background-image: url(images/cross.svg);
	background-size: 1.4rem 1.4rem;
}

@media (min-width: 980px) {

	.home .main-navigation a {
		color: #fff;
	}

	.home .main-navigation a:active,
	.home .main-navigation a:hover {
		color: #ea5e3f;
	}
}

@media (min-width: 980px) {

	.home .collapsed .main-navigation a {
		color: #000;
		transition: 0.1s ease  color;
	}

	.home .collapsed .main-navigation a:active,
	.home .collapsed .main-navigation a:hover {
		color: #ea5e3f;
	}
}

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

@media (min-width: 980px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 30%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 30%;
}

.footer-navigation a {
	text-decoration: none;
}

.footer-navigation a:active,
.footer-navigation a:hover {
	text-decoration: underline;
}

.footer-navigation ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.7rem 3.5rem;
	padding: 0;
}

@media (min-width: 980px) {

	.footer-navigation ul {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

.footer-navigation li {
	list-style-type: none;
}

.single .entry-header {
	position: relative;
}

.single .post-navigation {
	position: absolute;
	bottom: 0.5rem;
	right: 0;
	margin: 0;
	font-size: 3rem;
	font-weight: bold;
}

@media (min-width: 980px) {

	.single .post-navigation {
		bottom: 1rem;
	}
}

.single .post-navigation a {
	text-decoration: none;
}

.single .post-navigation .nav-subtitle {
	display: none;
}

.single .post-navigation .nav-title {
	display: none;
}

.single .post-navigation .nav-previous + .nav-next {
	margin-left: 3rem;
}

.posts-navigation {
	text-align: center;
	color: #ea5e3f;
	font-size: 1.8rem;
}

.posts-navigation a {
	color: #ea5e3f;
	text-decoration: none;
}

.posts-navigation .nav-links {
	display: block;
}

.posts-navigation .nav-more.toggled {
	display: none;
}

.posts-navigation .nav-loading-message {
	display: none;
}

.posts-navigation .nav-loading-message.toggled {
	display: block;
}

.partner-logo-list {
	display: flex;
	height: 3.5rem;
	padding: 0;
	gap: 2.2rem;
}

@media (min-width: 980px) {

	.partner-logo-list {
		height: 7.8rem;
	}
}

.partner-logo-list > * {
	flex-grow: 0;
	flex-shrink: 1;
}

.partner-logo-list li {
	list-style-type: none;
}

.partner-logo-list li a {
	display: block;
	height: 100%;
}

.partner-logo-list img {
	height: 100%;
	width: auto;
	min-width: 0;
	object-fit: contain;
}

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

.post,
.page {
	margin: 0;
}

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

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

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

.page-template-default h1 {
	border-bottom: 1px solid #000;
	padding-bottom: 0.15em;
}

@media (min-width: 980px) {

	.page-template-default h1 {
		margin-bottom: 0.4em;
		padding-bottom: 0.1em;
	}
}

.page-template-default h2 {
	margin-top: 1em;
	margin-bottom: 0.4em;
	max-width: 30em;
}

.page-template-default .entry-content p {
	max-width: 44em;
}

.single-performer h1 {
	border-bottom: 1px solid #000;
	margin-bottom: 0.8em;
	margin-top: 0.3em;
	padding-bottom: 0.15em;
	padding-right: 10rem;
}

@media (min-width: 980px) {

	.single-performer h1 {
		margin-bottom: 0.4em;
		padding-bottom: 0.1em;
	}
}

.single-performer .post-thumbnail {
	margin-top: 0;
}

.single-performer .biography-header {
	width: 8.4rem;
	margin-bottom: 1em;
	clear: none;
}

.single-performer .biography-header .icon {
	display: block;
	width: 100%;
	padding-top: 100%;
	background: transparent url(images/biography.png) no-repeat top left;
	background-size: 100% 100%;
}

@media (min-width: 980px) {

	.single-performer .entry-content {
		font-size: 2.2rem;
	}
}

.single-performer .content-thumbnail-container {
	margin-bottom: 4rem;
}

@media (min-width: 980px) {

	.single-performer .content-thumbnail-container {
		position: relative;
		display: grid;
		grid-template-areas: "a b f c";
		grid-template-columns: 0fr 6fr 1fr 5fr;
	}

	.single-performer .content-thumbnail-container .entry-content {
		grid-area: b;
	}

	.single-performer .content-thumbnail-container .performer-portrait {
		margin-top: 0;
		grid-area: c;
	}

	.single-performer .content-thumbnail-container .post-thumbnail {
		display: block;
		position: sticky;
		top: 4rem;
	}

	.single-performer .content-thumbnail-container .biography-header {
		position: absolute;
		top: 0;
		left: 5%;
		width: 5.5%;
	}
}

.single-performer .upcoming-concerts,
.single-performer .past-concerts {
	padding: 2rem 2rem 6rem 2rem;
	margin-left: -2rem;
	margin-right: -2rem;
}

@media (min-width: 980px) {

	.single-performer .upcoming-concerts,
	.single-performer .past-concerts {
		padding: 3rem 5rem 8.5rem 5rem;
		margin-left: -5rem;
		margin-right: -5rem;
	}
}

.single-performer .upcoming-concerts > h2,
.single-performer .past-concerts > h2 {
	border-bottom: 1px solid #000;
	padding-bottom: 0.1em;
	margin-bottom: 1em;
}

@media (min-width: 980px) {

	.single-performer .upcoming-concerts > h2,
	.single-performer .past-concerts > h2 {
		margin-bottom: 0.7em;
	}
}

.performer-grid {
	display: flex;
	gap: 1rem 3.8rem;
	flex-wrap: wrap;
	justify-content: flex-start;
}

@media (min-width: 980px) {

	.performer-grid {
		gap: 1rem 8rem;
	}
}

.performer-grid > * {
	flex: 0 0 15.6rem;
}

@media (min-width: 980px) {

	.performer-grid > * {
		flex-basis: 23.5rem;
	}
}

.performer-grid + .posts-navigation {
	margin-top: 3rem;
}

.past-concerts {
	background-color: #fdeeea;
}

.excerpt-performer {
	text-align: center;
	overflow: hidden;
}

.excerpt-performer figcaption {
	display: none;
}

.excerpt-performer h2 {
	font-size: 1.5rem;
	height: 6rem;
	margin-bottom: 0;
	min-width: 0;
	padding: 0 1em;
}

@media (min-width: 980px) {

	.excerpt-performer h2 {
		font-size: 2.6rem;
		height: 8rem;
	}
}

.excerpt-performer .post-thumbnail {
	padding-top: 100%;
	position: relative;
	margin: 0 0 0.5em 0;
	display: block;
	border-radius: 50%;
	background-color: #fdeeea;
}

.excerpt-performer .post-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.excerpt-performer .performer-instrument {
	color: #ea5e3f;
}

.post-type-archive-performer .page-title {
	border-bottom: 1px solid #000;
	padding-bottom: 0.3em;
}

@media (min-width: 980px) {

	.post-type-archive-performer .page-title {
		padding-bottom: 0.1em;
		margin-bottom: 1rem;
	}
}

.post-type-archive-performer .page-header {
	margin-bottom: 3.5rem;
}

.alpha-filter {
	overflow-x: hidden;
	overflow-y: visible;
}

.initials-index {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 1rem 0;
	margin: 0;
	display: flex;
	gap: 1rem;
	overflow-x: auto;
	overflow-y: visible;
	scroll-padding: 50%;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.initials-index::-webkit-scrollbar {
	display: none;
}

.initials-index > * {
	flex: 0 0;
}

.initials-index li {
	list-style-type: none;
}

.initials-index li a {
	display: inline-block;
	height: 3.2rem;
	min-width: 4rem;
	border: 1px solid #000;
	line-height: 3.2rem;
	border-radius: 1.6rem;
	text-decoration: none;
	padding: 0 0.6em;
}

.initials-index li a:hover,
.initials-index li a:active {
	border-color: #ea5e3f;
}

.initials-index li.current-initial a {
	background-color: #000;
	color: #fff;
}

.excerpt-concert {
	position: relative;
}

.excerpt-concert figure {
	margin-top: 0;
	margin-bottom: 0.1em;
}

.excerpt-concert figcaption {
	display: none;
}

.excerpt-concert .post-thumbnail {
	display: block;
	position: relative;
	padding-top: 60%;
	background-color: #fdeeea;
	margin-bottom: 0.4em;
}

.excerpt-concert .post-thumbnail img {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.excerpt-concert a {
	text-decoration: none;
}

.excerpt-concert h2 {
	margin-bottom: 0.1em;
	font-size: 2.6rem;
}

@media (min-width: 600px) {

	.excerpt-concert h2 {
		font-size: 3rem;
	}
}

.excerpt-concert .subtitle {
	font-size: 1.8rem;
	color: #ea5e3f;
}

.excerpt-concert .subtitle a {
	color: #ea5e3f;
}

@media (min-width: 600px) {

	.excerpt-concert .subtitle {
		font-size: 2.2rem;
	}
}

.excerpt-concert .dates {
	font-size: 1.8rem;
}

@media (min-width: 600px) {

	.excerpt-concert .dates {
		font-size: 2.2rem;
	}
}

.excerpt-concert .concert-status-message {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 60%;
	pointer-events: none;
}

.excerpt-concert .concert-status-message .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ea5e3f;
	opacity: 0.8;
}

.excerpt-concert .concert-status-message .message {
	color: #fff;
	position: absolute;
	top: 1rem;
	left: 1rem;
	display: block;
	font-size: 2.6rem;
	font-weight: bold;
}

@media (min-width: 980px) {

	.excerpt-concert .concert-status-message .message {
		top: 0.5rem;
		left: 1.5rem;
		font-size: 3rem;
	}
}

.excerpt-concert .concert-status-message.sold-out .bg {
	display: none;
}

.excerpt-concert .concert-status-message.sold-out .message {
	color: #ea5e3f;
}

.concert-grid {
	display: grid;
	gap: 4rem;
}

@media (min-width: 600px) {

	.concert-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 980px) {

	.concert-grid {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 4rem 3.2rem;
	}
}

@media (min-width: 1280px) {

	.concert-grid {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

.post-type-archive-concert h1 {
	border-bottom: 1px solid #000;
	padding-bottom: 0.1em;
	margin-bottom: 0.8em;
}

.post-type-archive-concert .season-program-download {
	position: absolute;
	top: 3.5rem;
	right: 2rem;
}

@media (min-width: 980px) {

	.post-type-archive-concert .season-program-download {
		top: 12rem;
		right: 5rem;
	}
}

.post-type-archive-concert .concert-grid {
	margin-bottom: 4rem;
}

@media (min-width: 980px) {

	.post-type-archive-concert .concert-grid {
		margin-bottom: 6rem;
	}
}

.post-type-archive-concert .upcoming-concerts {
	margin-bottom: 8rem;
}

@media (min-width: 980px) {

	.post-type-archive-concert .upcoming-concerts {
		margin-bottom: 10rem;
	}
}

.post-type-archive-concert .past-concerts {
	padding: 2rem 2rem 6rem 2rem;
	margin-left: -2rem;
	margin-right: -2rem;
	background-color: #fdeeea;
}

@media (min-width: 600px) {

	.post-type-archive-concert .past-concerts {
		padding: 3rem 5rem 8.5rem 5rem;
		margin-left: -5rem;
		margin-right: -5rem;
	}
}

.post-type-archive-concert .past-concerts > h2 {
	font-size: 4rem;
	border-bottom: 1px solid #000;
	padding-bottom: 0.2em;
	margin-bottom: 0.7em;
}

.season-program-download {
	display: block;
	width: 4rem;
	height: 4rem;
	background: transparent url(images/download.svg) no-repeat center center;
	text-decoration: none;
}

.season-program-download .title {
	display: none;
}

@media (min-width: 980px) {

	.season-program-download {
		background-image: none;
		width: auto;
	}

	.season-program-download .title {
		display: block;
		font-size: 2.6rem;
		color: #ea5e3f;
	}
}

.single-concert h1 {
	border-bottom: 1px solid #000;
	padding-bottom: 0.2em;
	margin-bottom: 0.3em;
	padding-right: 10rem;
}

@media (min-width: 980px) {

	.single-concert h1 {
		margin-bottom: 0.4em;
		padding-bottom: 0.1em;
	}
}

.single-concert .thumbnail-container {
	grid-area: c;
}

@media (min-width: 980px) {

	.single-concert .main-content {
		display: grid;
		grid-template-areas: "a b f c" "d e f c";
		grid-template-columns: 2fr 4fr 1fr 5fr;
	}
}

.single-concert .main-content .post-thumbnail {
	margin-bottom: 2.5em;
	padding-top: 60%;
	position: relative;
	padding-bottom: 2rem;
}

@media (min-width: 980px) {

	.single-concert .main-content .post-thumbnail {
		padding-bottom: 3rem;
	}
}

@media (min-width: 980px) {

	.single-concert .main-content .post-thumbnail {
		margin: 0;
	}
}

.single-concert .main-content .post-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-concert .main-content .post-thumbnail figcaption {
	position: absolute;
	bottom: -2rem;
	right: 0;
}

@media (min-width: 980px) {

	.single-concert .main-content .post-thumbnail figcaption {
		bottom: -2.5rem;
	}
}

.single-concert .dates-location {
	grid-area: a;
}

.single-concert .dates {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 0.2em;
}

@media (min-width: 980px) {

	.single-concert .dates {
		font-size: 2.2rem;
		margin-bottom: 0.4em;
	}
}

.single-concert .concert-location {
	font-size: 2rem;
	font-weight: bold;
	color: #ea5e3f;
}

@media (min-width: 980px) {

	.single-concert .concert-location {
		font-size: 2.2rem;
	}
}

.single-concert .content-program {
	grid-area: b;
}

.single-concert .entry-content {
	margin-bottom: 1em;
}

@media (min-width: 980px) {

	.single-concert .entry-content {
		font-size: 2.2rem;
		margin-bottom: 2em;
		min-height: 10rem;
	}
}

.single-concert .program {
	font-size: 1.5rem;
	color: #ea5e3f;
	margin-bottom: 5rem;
}

.single-concert .program h2.program-title {
	column-span: all;
	margin-bottom: 0.7em;
}

@media (min-width: 980px) {

	.single-concert .program h2.program-title {
		float: left;
		margin-left: -13rem;
		margin-top: -2rem;
		min-height: 14rem;
	}
}

.single-concert .program h2.program-title .icon {
	display: block;
	width: 8.4rem;
	height: 8.4rem;
	background: transparent url(images/program.png) no-repeat center center;
	background-size: 100% 100%;
}

@media (min-width: 980px) {

	.single-concert .program h2.program-title .icon {
		width: 9.6rem;
		height: 9.6rem;
	}
}

@media (min-width: 980px) {

	.single-concert .program {
		font-size: 2rem;
	}
}

.single-concert .program p {
	margin-bottom: 1em;
}

.single-concert .support {
	grid-area: d;
	margin-bottom: 4.5rem;
}

.single-concert .support h3 {
	font-size: 1.2rem;
	font-weight: normal;
	margin-bottom: 0.7em;
}

@media (min-width: 980px) {

	.single-concert .support h3 {
		font-size: 1.65rem;
	}
}

@media (min-width: 980px) {

	.single-concert .support {
		margin-bottom: 0;
	}
}

.single-concert .partners-logo-list {
	margin: 0;
	padding: 0;
}

.single-concert .partners-logo-list li {
	list-style-type: none;
	display: inline-block;
}

.single-concert .partners-logo-list li img {
	height: 5rem;
	width: auto;
	object-fit: contain;
}

.single-concert .ticketing {
	grid-area: e;
	text-align: center;
}

@media (min-width: 980px) {

	.single-concert .ticketing {
		text-align: left;
	}
}

.single-concert .ticketing .ticket-not-available-button {
	color: #fff;
	background-color: #ea5e3f;
	border: 0 none;
}

.single-concert .ticketing p {
	font-size: 1.4rem;
	font-weight: bold;
}

@media (min-width: 980px) {

	.single-concert .ticketing p {
		font-size: 1.65rem;
	}
}

.single-concert .location-practical-infos {
	margin-top: 6rem;
	margin-bottom: 6rem;
	font-size: 1.4rem;
	border-top: 1px solid #000;
	padding-top: 1em;
}

@media (min-width: 980px) {

	.single-concert .location-practical-infos {
		display: grid;
		grid-template-columns: 1fr 1fr;
		padding-top: 2rem;
		font-size: 1.65rem;
		margin-bottom: 9rem;
	}
}

.single-concert .location-practical-infos .location-infos .address {
	font-size: 1.5rem;
	margin-bottom: 1em;
}

@media (min-width: 980px) {

	.single-concert .location-practical-infos .location-infos .address {
		font-size: 2rem;
	}
}

@media (min-width: 980px) {

	.single-concert .location-practical-infos .location-infos .location {
		display: grid;
		grid-template-columns: 2fr 4fr;
	}
}

.single-concert .location-practical-infos h3 {
	font-size: 1.5rem;
	color: #000;
	margin-bottom: 0.5em;
}

@media (min-width: 980px) {

	.single-concert .location-practical-infos h3 {
		font-size: 2rem;
		padding-right: 20%;
	}
}

.single-concert .location-practical-infos h3.location-title {
	margin-bottom: 0.2em;
}

.single-concert .transport-list {
	margin: 0;
	padding: 0;
}

.single-concert .transport-list li {
	list-style-type: none;
	display: grid;
	grid-template-columns: 8rem 1fr;
	gap: 2rem;
	margin-bottom: 1em;
}

.single-concert .transport-list li .transport-description {
	max-width: 30rem;
}

.single-concert .practical-infos {
	margin-bottom: 3rem;
}

@media (min-width: 980px) {

	.single-concert .practical-infos {
		margin-bottom: 2rem;
		display: grid;
		grid-template-columns: 2fr 4fr;
	}

	.single-concert .practical-infos .practical-infos-content {
		padding-right: 33%;
	}
}

.single-concert .performers > h2 {
	font-size: 2.4rem;
	margin-bottom: 0.8em;
}

@media (min-width: 980px) {

	.single-concert .performers > h2 {
		font-size: 3.5rem;
	}
}

.concert-photo-gallery {
	margin-top: 5rem;
	margin-bottom: 6rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
}

@media (min-width: 980px) {

	.concert-photo-gallery {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		margin-top: 10rem;
		gap: 4.2rem;
	}
}

.concert-photo-gallery .image figure {
	padding-top: 60%;
	position: relative;
	margin: 0;
}

.concert-photo-gallery .image figure a {
	display: block;
}

.concert-photo-gallery .image figure img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.concert-photo-gallery .image:nth-child(5n+5) {
	grid-column: span 2;
}

@media (min-width: 980px) {

	.concert-photo-gallery .image:nth-child(5n+5) {
		grid-row: span 2;
	}

	.concert-photo-gallery .image:nth-child(5n+5) figure {
		padding-top: calc(60% + 3.2rem);
	}
}

.home .site {
	padding-top: 0;
}

h2.performer-names {
	margin-top: 0;
}

.home .hero-content.introduction-text {
	font-size: 26px;
	margin: 2rem 0;
}

@media (min-width: 980px) {

	.home .hero-content.introduction-text {
		font-size: 45px;
		line-height: 42px;
		margin: 5rem 0;
		max-width: 1350px;
	}
}

.home-hero {
	margin-left: -2rem;
	margin-right: -2rem;
	height: 100vh;
	height: 100dvh;
	position: relative;
	overflow: hidden;
}

@media (min-width: 980px) {

	.home-hero {
		margin-left: -5rem;
		margin-right: -5rem;
	}
}

.home-hero .hero-image {
	width: 100%;
	height: 100%;
}

.home-hero .hero-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.home-hero .hero-content {
	position: absolute;
	left: 2rem;
	bottom: 4rem;
	width: 80%;
	color: #fff;
}

@media (min-width: 980px) {

	.home-hero .hero-content {
		left: 5rem;
		bottom: 5.5rem;
	}
}

.home-hero .hero-content .dates,
.home-hero .hero-content .location {
	font-size: 1.8rem;
}

@media (min-width: 980px) {

	.home-hero .hero-content .dates,
	.home-hero .hero-content .location {
		font-size: 3.2rem;
	}
}

.home-hero .hero-content h2 {
	font-size: 4.5rem;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

@media (min-width: 980px) {

	.home-hero .hero-content h2 {
		font-size: 10rem;
	}
}

.home-hero .hero-content .subtitle {
	font-size: 2.8rem;
}

@media (min-width: 980px) {

	.home-hero .hero-content .subtitle {
		font-size: 4.5rem;
	}
}

.home figure {
	margin: 0;
}

.home .upcoming-concerts {
	margin-top: 6rem;
	margin-bottom: 8rem;
}

@media (min-width: 980px) {

	.home .upcoming-concerts {
		margin-top: 8rem;
		margin-bottom: 10rem;
	}
}

.home .upcoming-concerts .section-header {
	position: relative;
	margin-bottom: 3rem;
}

.home .upcoming-concerts .section-header h2 {
	font-size: 2.8rem;
	border-bottom: 1px solid #000;
	margin-bottom: 3rem;
	padding-bottom: 0.3em;
	position: relative;
}

@media (min-width: 980px) {

	.home .upcoming-concerts .section-header h2 {
		font-size: 60px;
		padding-bottom: 0.2em;
		margin-bottom: 4rem;
	}
}

.home .upcoming-concerts .program-link {
	position: absolute;
	top: -0.25rem;
	right: 0;
	color: #ea5e3f;
	font-size: 3rem;
	text-decoration: none;
}

.home .upcoming-concerts .program-link .title {
	display: none;
}

@media (min-width: 980px) {

	.home .upcoming-concerts .program-link {
		top: 2.5rem;
		font-size: 2.6rem;
	}

	.home .upcoming-concerts .program-link .title {
		display: inline;
	}
}

.home .upcoming-concerts .concert-grid h2 {
	font-size: 2.6rem;
}

.home .upcoming-concerts .concert-grid article:nth-child(1n + 5) {
	display: none;
}

@media (min-width: 980px) {

	.home .upcoming-concerts .concert-grid article:nth-child(1n + 5) {
		display: block;
	}
}

.home .upcoming-concerts .hide-on-mobile {
	display: none;
}

@media (min-width: 980px) {

	.home .upcoming-concerts .hide-on-mobile {
		display: block;
	}
}

.home-section-text-over-background {
	margin-left: -2rem;
	margin-right: -2rem;
	padding-top: 160%;
	position: relative;
}

@media (min-width: 980px) {

	.home-section-text-over-background {
		margin-left: -5rem;
		margin-right: -5rem;
		padding-top: 50%;
	}
}

.home-section-text-over-background .section-bg-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home-section-text-over-background .section-bg-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.home-section-text-over-background .section-content {
	position: absolute;
	left: 2rem;
	bottom: 3rem;
	width: 80%;
}

@media (min-width: 980px) {

	.home-section-text-over-background .section-content {
		left: 5rem;
		bottom: 4rem;
	}
}

.home-section-text-over-background h3 {
	font-size: 4rem;
	color: #fff;
}

@media (min-width: 980px) {

	.home-section-text-over-background h3 {
		font-size: 8.5rem;
	}
}

.home-section-text-side-image {
	border-top: 1px solid #000;
	padding-top: 1em;
	margin: 3rem 0;
}

@media (min-width: 980px) {

	.home-section-text-side-image {
		display: grid;
		grid-template-columns: 2fr 1fr;
		gap: 3.2rem;
	}

	.home-section-text-side-image .section-content {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 3.2rem;
	}
}

.home-section-text-side-image .side-image {
	margin-top: 3rem;
	position: relative;
	padding-top: 50%;
}

@media (min-width: 980px) {

	.home-section-text-side-image .side-image {
		margin-top: 0;
	}
}

.home-section-text-side-image .side-image img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-section-text-side-image .section-content {
	max-width: 25em;
}

@media (min-width: 980px) {

	.home-section-text-side-image .section-content {
		max-width: none;
	}
}

.home-section-text-side-image h3 {
	font-size: 2.4rem;
	margin-bottom: 0.4em;
}

@media (min-width: 980px) {

	.home-section-text-side-image h3 {
		font-size: 4.5rem;
	}
}

.home-section-text-side-image .body {
	font-size: 1.7rem;
}

@media (min-width: 980px) {

	.home-section-text-side-image .body {
		font-size: 2.8rem;
	}
}

.home-section-performers {
	margin-top: 5rem;
	margin-bottom: 5rem;
}

@media (min-width: 980px) {

	.home-section-performers {
		margin-top: 10rem;
		margin-bottom: 10rem;
	}
}

.home-section-performers > h2 {
	font-size: 38px;
	border-bottom: 1px solid #000;
	margin-bottom: 3rem;
	padding-bottom: 0.3em;
	position: relative;
}

@media (min-width: 980px) {

	.home-section-performers > h2 {
		font-size: 85px;
		padding-bottom: 0.2em;
		margin-bottom: 6rem;
	}
}

.home-section-performers > h2 .performer-archive-link {
	color: #ea5e3f;
	font-size: 3rem;
	font-weight: normal;
	position: absolute;
	display: block;
	right: 0;
	top: 2rem;
	bottom: 0.3em;
}

.home-section-performers > h2 .performer-archive-link .title {
	display: none;
}

@media (min-width: 980px) {

	.home-section-performers > h2 .performer-archive-link {
		font-size: 2.6rem;
		bottom: 0.7em;
		top: auto;
	}

	.home-section-performers > h2 .performer-archive-link .title {
		display: inline;
	}
}

.hero-text {
	position: absolute;
	bottom: 1rem;
	left: 2rem;
	font-size: 2.8rem;
	max-width: 1400px;
	padding-right: 2rem;
}

@media (min-width: 980px) {

	.hero-text {
		left: 5rem;
		bottom: -2rem;
		font-size: 60px;
		padding-bottom: 0.2em;
		margin-bottom: 4rem;
	}
}

.home-hero.white-text {
	color: white;
}

.home-hero {
	position: relative;
}

.ticketing-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2000;
	display: flex;
	align-items: center;
	justify-content: center;
	visibility: hidden;
	transition: 0.3s visibility;
}

.ticketing-overlay .screen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ea5e3f;
	opacity: 0;
	transition: 0.3s opacity;
}

.ticketing-overlay .ticketing-popup {
	background-color: #fff;
	max-width: 100%;
	max-height: 100%;
	padding: 5rem 2rem;
	width: 64rem;
	height: 110.6rem;
	position: relative;
	z-index: 2001;
	opacity: 0;
	transform: translate(0, -20rem);
	transition: 0.3s opacity, 0.3s transform;
}

.ticketing-overlay .ticketing-embed-container {
	height: 100%;
	overflow-y: auto;
}

.ticketing-overlay button.ticketing-popup-close-button {
	border: 0 none;
	background: transparent url(images/cross-black.svg) no-repeat center center;
	width: 4rem;
	height: 4rem;
	position: absolute;
	top: 1rem;
	right: 1rem;
}

.ticketing-overlay.active {
	visibility: visible;
}

.ticketing-overlay.active .screen {
	opacity: 0.2;
}

.ticketing-overlay.active .ticketing-popup {
	opacity: 1;
	transform: none;
}

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

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

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

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	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;
}

body .glightbox-clean .gclose {
	background: transparent url(images/cross.svg) no-repeat center center;
}

body .glightbox-clean .gclose svg {
	display: none;
}

body .glightbox-clean .gnext,
body .glightbox-clean .gprev {
	font-size: 3rem;
	font-weight: bold;
	color: #fff;
	background-color: transparent;
}

body .glightbox-clean .gnext svg,
body .glightbox-clean .gprev svg {
	display: none;
}

body .glightbox-clean .gnext {
	right: 2rem;
}

body .glightbox-clean .gnext::before {
	content: "→";
}

body .glightbox-clean .gprev {
	left: 2rem;
}

body .glightbox-clean .gprev::before {
	content: "←";
}

body .glightbox-clean .gslide-image img {
	max-height: calc(100dvh - 4rem);
	max-height: calc(100vh - 4rem);
}

@media (min-width: 980px) {

	body .glightbox-clean .gslide-image img {
		max-height: calc(100dvh - 6.4rem);
		max-height: calc(100vh - 6.4rem);
		max-width: calc(100dvw - 12rem);
		max-width: calc(100vw - 12rem);
	}
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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