/*!
Theme Name: Baltic Circle
Author: La&La
Author URI: https://lala.fi
Description: Baltic Circlen WordPress-teema
Version: 1.31
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lala


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


html {
	scroll-behavior: smooth;
	scroll-padding-top: 50px;
}


/* Variables
--------------------------------------------- */

:root {	
	--content-width: 650px;
	--padding-page: 30px;
	--vertical-padding: 24px;
	/* body text */
	--textcolor1: #12166d;
	/* header text & button border */
	--textcolor2: #12166d;
	/* glow color */
	--color1: #FF6CE3;
	/* glow in the header */
	--color2: #d1d1cf;
	/* header & footer background */
	--color3: #FF6CE3;
	/* festival and store background */
    --color4: #c8c2ff;
    /* news background */
    --color5: #d1d1cf;
     /* projects, past festivals, legal documents */
    --color6: #d3ccbe;
    /* other pages background */
    --color7: #ccdec5;
    /* header & footer border */
	--border1: 1px solid;
	/* horisontal borders */
	--border2: 1px solid;
	 /* vertical borders */
	--border3: 1px solid;
	 /* typography */
	--mainfont: 1.8rem/1.3 'Menco',sans-serif;
	--heading1: normal 3.9rem/1 'RoutedGothic',sans-serif;
	--show-heading1: normal 3.9rem/1.2 'Gap Sans', sans-serif;
	--heading2: normal 3rem/1 'RoutedGothic',sans-serif;
	--heading3: normal 2.2rem/1 'RoutedGothic',sans-serif;
	--page-header-title: 700 2.1rem/1.3 'Lemonz',sans-serif;
	--menulink1: 4rem/1.3 'Menco',sans-serif;
	--menulink2: 3rem/1.3 'Menco',sans-serif;
	--langlink: 1.8rem/1.3 'Menco',sans-serif;
	--performer: 700 2rem/1.3 'Lemonz',sans-serif; 
	--ingressi: 2.2rem/1.3 'Menco',sans-serif;
	--small-text: 1.5rem/1.3 'Menco',sans-serif; 
	--bold: normal 700 0.9em 'Lemonz',sans-serif;
	--italic: italic normal 1em 'Menco',sans-serif;
}


/* Typography
--------------------------------------------- */

/* Easy font sizes */
html {
	font-size: 62.5%; /* 1rem = 10px */
}

/* Webfonts */

@font-face {
   font-family: 'RoutedGothic';
   src: url('webfonts/routed-gothic-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: 'Lemonz';
   src: url('webfonts/bnlemonz-bold-webfont2.woff') format('woff');
   font-weight: 700;
   font-style: normal;
}

@font-face {
    font-family: 'Friendly Ghost';
    src: url('webfonts/Friendly_Ghost.woff2') format('woff2'),
		url('webfonts/Friendly_Ghost.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gap Sans';
    src: url('webfonts/gapsans-webfont.woff2') format('woff2'),
		url('webfonts/gapsans-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gap Sans'; 
    src: url('webfonts/gapsansbold-webfont.woff2') format('woff2'),
		url('webfonts/gapsansbold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: var(--textcolor1 );
	font: var(--mainfont);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 1.5em 0 1em 0;
	text-transform: none;
}


h1 {
	font: var(--heading1);
}

h1.single-show-title {
    font: var(--show-heading1);
	text-transform: none;
	letter-spacing: normal;
}

h2, .subpages a, .featured-programme h3 {
	font: var(--heading2);
}

h3 {
	font: var(--heading3);
}


p {
	margin: 0 0 var(--vertical-padding);
}

.ingressi, blockquote {
	font: var(--ingressi);
	margin: 0 0 var(--vertical-padding);
}

.entry-content > .ingressi:first-child {
	margin-top: calc(0.5 * var(--vertical-padding));
}

blockquote {
	margin: var(--vertical-padding);
}

dfn,
cite,
em,
i {
	font: var(--italic);
}

b, strong, h4 {
	font: var(--bold);
}

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

/* Global Elements
--------------------------------------------- */
body {
    background-color: var(--color1);
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-word;
}


hr {
	border: none;	
	border-top: var(--border2);
	height: 0;
	margin: 2em 0;
}

ul,
ol {
	margin: 0 0 1.5em 0;
	padding-left: 1.3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li {
	margin-bottom: 1rem;
}

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: 0 0 var(--vertical-padding) 0;
}

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


/* Links
--------------------------------------------- */
a, .subpages a:hover,
.entry-title a:hover,
.woocommerce ul.products li.product a:hover,
.woocommerce ul.products li.product a.added_to_cart {
	color: inherit;
	text-decoration: none;
	text-shadow: 0 0 1rem var(--color1),0 0 2rem var(--color1),0 0 3rem var(--color1),0 0 1rem var(--color1),0 0 1rem var(--color1),0 0 1rem var(--color1);
}

a:hover,
a:focus,
a:active,
.subpages a,
.entry-title a,
.woocommerce ul.products li.product a {
	color: inherit;
	text-shadow: none;
	outline: 0;
}

a:focus {
	outline-offset: 3px;
	outline: dotted 2px var(--textcolor1);
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt,
.woocommerce ul.products li.product .button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
	border: 1px solid;
	border-color: var(--textcolor1);
	border-radius: 0;
	background: var(--textcolor2);
	line-height: 1;
	padding: 2px 10px 5px 10px  !important;
	min-height: 36px;
	font: var(--mainfont);
	color: var(--color3);
	margin-top: 10px;
}

/*.site-header input[type="submit"], .site-footer button {
	background: var(--textcolor2);
	color: var(--color3);
}*/

a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt {
	padding: 5px 10px !important;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover,
.woocommerce ul.products li.product .button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
	border-color: var(--textcolor2);
	cursor: pointer;
	background: var(--textcolor1);
	color: var(--color7);
	text-shadow: none;
}

button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
a.button:active {
	border-color: var(--textcolor2);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
a.button:active {
	border-color: var(--textcolor2);
	outline-offset: 3px;
	outline: dotted 2px var(--textcolor1);
}

label {
	display: block;
}

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: var(--textcolor1 );
	border: 1px solid var(--textcolor1 );
	border-radius: 0;
	padding: 0 10px 3px;
	background: transparent;
	height: 36px;
	margin: 5px 0 10px 0;
	width: 100%;
}

.site-header input, .site-footer input {
	border: 1px solid var(--textcolor2 );
}	

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

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: var(--textcolor2);
	outline-offset: 2px;
	outline: dotted 2px var(--textcolor1);
}

input[type="search"]::placeholder,
input[type="text"]::placeholder,
textarea::placeholder {
	color: inherit;
	opacity: 0.7
}

select,
.select2-container--default .select2-selection--single {
	border: 1px solid var(--textcolor1 );
	background: transparent;
	background-size: 30px 15px;
	height: 35px;
	padding: 0 40px 0 0;
	line-height: 1;
	position: relative;
	border-radius: 0;
	color: var(--textcolor1 );
	margin: 10px 0;
}


textarea,
.wdgk_donation_content .donation_note {
	width: 100%;
	border: 1px solid var(--textcolor1 );
	min-height: 100px;
	padding: 3px 10px;
}

#mc_embed_signup div.mce_inline_error {
	background-color: var(--textcolor1) !important;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

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


/* Header
--------------------------------------------- */

.site-header, .site-footer {
	background-color: var(--color3);
	color: var(--textcolor2);
}


.site-title {
	margin: 0;
	font-family: 'p22-mackinac-pro',sans-serif;
	font-size: 1.8rem;
}


.site-header a, .site-footer a, .site-header .site-title a:hover {
	text-shadow: none;
}

.site-header .site-title a:hover .site-name {
	text-shadow: 3px 3px 5px var(--color2),-3px -3px 5px var(--color2),3px -3px 5px var(--color2),-3px 3px 5px var(--color2);
}

.site-header {
	display: flex;
	justify-content: space-between;
	min-height: 50px;
	align-items: center;
	padding: 0 20px;
	position: sticky;
	top: 0;
	left: 0;
	border-bottom: var(--border1);
	z-index: 1000
}

.admin-bar .site-header {
	top: 30px;
}

.menu-toggled .site-header {
	border: none;
	position: fixed;
	width: 100%;
}

.menu-toggled .site {
	height: 0;
}

.site-name {
	font-family: 'Lemonz',sans-serif;
    font-weight: 700;
	font-size: 2.1rem;
	margin: 0 20px;
}


.site-languages ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.site-languages li {
	display: inline;
	text-transform: uppercase;
	font: var(--langlink);
}

.site-languages li + li {
	margin-left: 10px;
}

.site-header form, .search .column form {
	margin: 40px 0 0 var(--vertical-padding);
	display: flex;
}

.site-header form input, .search .column form input {
	margin: 0;
}



/* Navigation
--------------------------------------------- */
.main-navigation {
	background: var(--color3);
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: var(--padding-page);
}

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

.navigation-items {
	display: none;
}

.menu-toggle,
.main-navigation.toggled .navigation-items {
	display: block;
}

.main-navigation.toggled .navigation-items {
	border-top: var(--border1);
}

.main-navigation.toggled .navigation-items {
	position:fixed;
	top: 50px;
	background-color: var(--color3 );
	width: 100%;
	left: 0;
	padding: var(--vertical-padding) var(--padding-page);
	z-index: 1;
	border-top: 0;
	border-bottom: var(--border1);
}

.main-navigation ul.nav-menu {
	columns: 2 500px;
	column-gap: var(--vertical-padding);
}

.main-navigation ul > li {
	 -webkit-column-break-inside:avoid;
     -moz-column-break-inside:avoid;
    column-break-inside:avoid;
	font: var(--menulink1);
	margin-bottom: 0.6em;
}


.main-navigation ul ul li {
	font: var(--menulink2);
	margin: 0.2em 0;
}


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

.site-header a:hover,
.current-lang a,
.main-navigation li.current-menu-item > a,
.main-navigation li.current-menu-ancestor > a,
.site-footer a:hover {
	text-shadow: 3px 3px 5px var(--color2),-3px -3px 5px var(--color2),3px -3px 5px var(--color2),-3px 3px 5px var(--color2);
}


.menu-toggle {
	padding: 0;
	margin: 0 0 0 5px;
	background: transparent;
	min-width: 31px;
	width: 31px;
	height: 18px;
	border-radius: 0;
	border: 2px solid;
	border-left: none;
	border-right: none;
	position: relative;
	color: var(--textcolor2) !important;
	min-height: 0;
}

.menu-toggle:hover, .menu-toggle:focus {
	cursor: pointer;
	color: var(--textcolor1);
}

.main-navigation.toggled .menu-toggle {
	border: none;
	z-index: 1000;
}

.menu-toggle:before {
	content: "";
	width: 31px;
	border-top: 2px solid;
	height: 2px;
	position: absolute;
	left: 0;
	top: 6px;
}

.main-navigation.toggled .menu-toggle:before, 
.main-navigation.toggled .menu-toggle:after {
	position: absolute;
	content: "";
	border: 1px solid;
	left: 15px;
	top: -3px;
	content: ' ';
	height: 25px;
	width: 2px;
	background-color: transparent;
	transform: rotate(45deg);
}

.main-navigation.toggled .menu-toggle:after{
	transform: rotate(-45deg);

}

button.menu-toggle:hover {
	background: inherit;
}

button.menu-toggle:focus {
	outline-offset: 3px;
	outline: dotted 2px var(--textcolor1);
}


button.menu-toggle:active {
	outline: 0;
}

.toggle-submenu {
	display: none;
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
	flex-basis: 100%;
	min-height: auto;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
	border-top: var(--border2);
	margin-top: -1px;
	padding: var(--vertical-padding) var(--padding-page);
	text-align: center;
}

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

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

/* Footer
--------------------------------------------- */

.site-footer {
	border-top: var(--border1);
}

.footer-wrapper {
	display: flex;
	justify-content: space-between;
}

.footer-wrapper > * {
	flex-basis: 33.33%;
	padding: var(--padding-page) var(--padding-page) 0 var(--padding-page);
}

.site-footer ul {
	list-style: none;
	margin: 0 0 var(--vertical-padding);
	padding: 0;
	font: var(--performer);
}

.footer-address {
	margin-top: var(--vertical-padding);
	font: var(--performer);
}

.site-sponsors {
	text-align: right;
	padding: var(--padding-page);
}

.site-sponsors a {
	display: inline-block;
	margin: var(--vertical-padding) 0 var(--vertical-padding) var(--vertical-padding);
}

.site-sponsors img {
	max-height: 140px;
}


/* Posts and pages
--------------------------------------------- */

.search .column form {
	margin: var(--vertical-padding) 0;
	max-width: 400px;
}

.site-main {
	background-color: var(--color7);
}

.programme, .bc-shop {
	background-color: var(--color4);
}

.news {
	background-color: var(--color5);
}

.projects {
	background-color: var(--color6);
}


.posts header {
	border-bottom: var(--border2);
	padding: 0 var(--padding-page);
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.posts header h1, .breadcrumb a {
	margin: 0.8em 0;
	font: var(--page-header-title);
	display: inline-block;
}

.page-template-default .breadcrumb, 
.single-shows .breadcrumb,
.single-projects .breadcrumb,
.single-post .breadcrumb{
	border-bottom: var(--border2);
	padding: 0 var(--padding-page);
}

.breadcrumb a, .page-title a {
	text-shadow: none;
}

.breadcrumb a:hover, .page-title a:hover {
	text-shadow: 0 0 1rem var(--color1),0 0 2rem var(--color1),0 0 3rem var(--color1),0 0 1rem var(--color1),0 0 1rem var(--color1),0 0 1rem var(--color1);
}

.column .breadcrumb {
	margin: 0 var(--padding-page);
}

.breadcrumb + header {
	padding-top: 0;
}

/* Posts listings */

.masonry {
	position:relative;
	min-height: calc(100vh - 50px)
}

.masonry a {
	width: 33.333333%;
	display: block;
	text-shadow: none;
	padding: var(--padding-page);
	border-bottom: var(--border2);
}

.masonry a:hover, .featured-programme a:hover {
	box-shadow: inset 0 0 15px var(--color1);
}

.masonry .post-thumbnail {
	margin: 0;
}

.masonry:before, .masonry:after,
.featured-programme:before, .featured-programme:after {
	content: "";
	border-right: var(--border3);
	height: 100%;
	position: absolute;
	top: 0;
	left: 33.333%;
}

.masonry:after, .featured-programme:after {
	left: 66.66666%;
}

.masonry h2 {
	margin: 0 0 0.5em;
}

.masonry p.shows {
	margin-top: var(--vertical-padding);
}

.search article h2, .archive .projects article h2 {
		margin: 1em 0 0 0;
}

.entry-meta {
	margin-bottom: 0.5rem;
}

.projects .entry-meta, .search .entry-meta {
	margin-top: 0.5em;
}


/* Home */

.home-hero {
	height: calc(100vh - 50px);
	border-bottom: var(--border2);
	background: center center;
	background-size:cover;
	
}

.home-title {
	padding: 36px var(--padding-page) 0;
	text-align: center;
	border-top: var(--border2);
}

.home-hero + .home-title {
	border-top: 0;
}

.home-title > * {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

.home-title h1, .home-title h2 {
	margin-top: 0;
}

.home-title h2 {
	margin-top: -1rem;
}

.free-content, .featured-programme {
	display: flex;
	border-top: var(--border2);
	padding: 36px calc(var(--padding-page) / 2);
}

.free-content > * {
	flex-basis: 50%;
}

.free-content-text, .free-content figure {
	margin: 0 calc(var(--padding-page) / 2);
}

.free-content h2 {
	margin-top: 0;
}

.free-content:nth-of-type(even) figure {
	order: 1;
}

.featured-programme {
	padding: 0;
	position: relative;
}


.featured-programme a {
	flex-basis: 33.333%;
	text-shadow: none;
	padding: var(--vertical-padding) var(--padding-page);
}

.featured-programme h3 {
	margin: 0;
}

.featured-programme .post-thumbnail {
	margin-bottom: 10px;
}

/* Singular posts/pages */


.columns, .single .product {
    display: flex;
	flex-wrap: wrap;
}

.columns > * {
	min-height: calc(100vh - 50px);
	flex-basis: 50%;
}

.entry-content, .entry-header {
	padding: var(--vertical-padding) var(--padding-page) 0;
}

.entry-content {
	padding-bottom: 48px;
}

.entry-header h1, .entry-header h2 {
	margin: 0;
}

.entry-content > * {
	max-width: var(--content-width);
}

.column.first {
	border-right: var(--border3);
}

.column.third {
	border-left: var(--border3);
}

.column.first .post-thumbnail {
	display: none;
}


/* Programme */

.columns.three .column.first {
	flex-basis: 45%;
}

.columns.three .column.second {
	flex-basis: 35%;
}
.columns.three .column.first .entry-header,
.columns.three .column.second.entry-content,
.columns.three .column.third.entry-content {
	padding-left: 20px;
	padding-right: 20px;
} 

.columns.three .column.third {
	flex-basis: 20%;
	font: var(--small-text);
}

.columns.three .post-thumbnail {
	display: block;
	margin: var(--vertical-padding) 0;
}

.columns.three .post-thumbnail figcaption {
	margin-left:  20px;
}

.show-performers {
	font: var(--small-text);
}

.show-performers p {
	margin-bottom: 1em;
}

.show-warnings p {
	margin: 0;
}

.shows a {
	display: inline-block;
}

.performer {
	font:var(--performer); 
	margin-bottom: 5px;
}

.timetable {
	display: flex;
	flex-wrap: wrap;
}

.timetable .day, .timetable .shows {
	border-bottom: var(--border2);
}

.timetable > *:nth-last-child(-n + 2) {
    border: 0;
}

.timetable .day {
	flex-basis: 23%;
	border-right: var(--border3);
}

.timetable .shows {
	flex-basis: 77%;
}

.timetable .day h2 {
	margin: var(--vertical-padding) var(--padding-page);
	text-transform: capitalize;
}

.timetable a.show {
	display: flex;
	margin: var(--vertical-padding) 15px;
	text-shadow: none;
}

.timetable a.show:hover {
	text-shadow: 0 0 1rem var(--color1),0 0 2rem var(--color1),0 0 3rem var(--color1),0 0 1rem var(--color1),0 0 1rem var(--color1),0 0 1rem var(--color1);
}

.timetable a.show > * {
	margin-right: var(--padding-page);
}

.timetable .show time {
	flex-basis: 60px;
}

.timetable .show-place, .timetable .show-title {
	flex: 1;
}



/* Blocks (not wp blocks) */

.blocks .column {
	min-height: auto;
}

.blocks .columns + .columns {
	border-top: var(--border2);
}

.blocks .column.first {
	flex-basis: 35%;
}

.blocks .column.second {
	flex-basis: 65%;
	border-top: none;
}

.blocks .entry-content {
	padding-bottom: var(--vertical-padding);
}

.blocks h2 {
	margin-bottom: 5px;
}

.blocks h2 + ul {
	margin-top: var(--vertical-padding);
}

/* Projects */

.columns.project .post-thumbnail {
	display: block;
	margin: var(--vertical-padding) var(--padding-page);
}

.project .entry-meta {
	margin-top: 0.5em;
}


/* Consistent top and bottom margin */

.entry-content > *:last-child,
.entry-content > *:last-child > *:last-child,
.entry-content > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}

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

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

/* Woocommerce */

.bc-shop {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.bc-shop .page-header {
	display: flex;
	flex-basis: 100%;
	border-bottom: var(--border2);
}

.bc-shop .page-title, .upsells h2 {
	margin: 0.8em 0;
    font: var(--page-header-title);
	flex-basis: 100%;
	padding: 0 var(--padding-page);
	order: 0;
	text-transform: none;
}

.upsells h2, .shop-content {
	flex-basis: 100%;
}

.bc-cart {
	margin-right: 10px;
	line-height: 1;
}

.bc-cart svg {
	width: 20px;
	height: 20px;
	vertical-align: top;
}

.single-product .bc-cart {
	flex-basis: 100%;
	text-align: right;
}

.single-product .product {
	order: 1;
	flex-basis: 100%;
}

.bc-shop .woocommerce-result-count, .bc-shop .woocommerce-ordering {
	display: none;
}

.bc-shop .woocommerce-ordering {
	flex-basis: calc(25%);
	margin: 0.8em var(--padding-page);
	text-align: right;
}

.archive .bc-shop .woocommerce-notices-wrapper {
	display: none;
}

.woocommerce .products ul::after, 
.woocommerce .products ul::before, 
.woocommerce ul.products::after, 
.woocommerce ul.products::before {
	display: none;
}

.woocommerce .bc-shop .products {
	flex-basis: 100%;
	border-top: var(--border2);
	padding: var(--vertical-padding) var(--padding-page);
	order: 2;
	display: grid;
	grid-gap: var(--padding-page);
	grid-template-columns: repeat(4, 1fr);
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    margin-left: 0;
}

.woocommerce ul.products li.product a img + img,
.woocommerce ul.products li.product a img + noscript + img {
	display: none;
}

.woocommerce .bc-shop .products.upsells {
	padding: 0;
	display: block;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
	width: 100%;
}

.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary {
    width: 50%;
	margin-bottom: 0;
	padding: var(--vertical-padding) var(--padding-page);
}

.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
	border-right: var(--border3);
}
.product_meta span {
	display: block;
}

.woocommerce-tabs {
	padding: var(--vertical-padding) var(--padding-page);
	border-top: var(--border2);
	flex-basis: 100%;
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background-color: inherit;
	color: inherit;
	border-bottom-color: var(--color7);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin: 0 10px 0 0;
	border-color: var(--text-color);
	border-radius: 0;
	background: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-color: var(--text-color);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}
.woocommerce-notices-wrapper {
	flex-basis: 100%;
	order: 0;
}

.woocommerce-message {
	border-top: 0;
}

.woocommerce-error,.woocommerce-info,.woocommerce-message {
    padding: 1em 2em 1em 3.5em;
	width: 100%;
    margin: 0;
    position: relative;
    background-color: var(--color4);
    color: inherit;
	border: 0;
    border-bottom: var(--border3);
    list-style: none outside;
    word-wrap: break-word;
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price,
.woocommerce div.product .stock,
.woocommerce div.product form.cart .reset_variations {
	color: var(--textcolor1);
	font: var(--mainfont);
}
.stock {
	font: var(--italic);
}

.product .nyp .nyp-input, .wcopc .product-item .nyp .nyp-input {
	width: 100px;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
	vertical-align: middle;
}

.woocommerce div.product form.cart .variations {
	width: auto;
}

.woocommerce div.product form.cart .variations label {
	font-weight: normal;
	margin-right: 10px;
}

.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 100px;
    display: inline-block;
    margin-right: 1em;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: 20%;
	padding: 10px 10px 10px 0;
}

.woocommerce ul.products li.product a.added_to_cart {
	margin-left: 5px;
}

.woocommerce li.product a.add_to_cart_button.button {
	/* font-size: 0.9em !important; */
	padding: 6px 10px !important;
}

.woocommerce-loop-category__title mark {
	background: transparent;
}

.woocommerce div.product form.cart .button {
	margin-top: 5px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], 
 .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, 
 .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, 
 .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, 
 .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, 
 .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, 
 .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], 
 .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled], 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled], 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled], 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover, 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled], 
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover {
   background-color: var(--textcolor1);	
	color: var(--color2)
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled] {
	color: var(--textcolor1)
}

.woocommerce .woocommerce-message .button {
	padding: 0 !important;
	margin: 0;
	height: auto;
	border: 0;
	background: transparent;
	color: var(--textcolor1) !important;
	text-shadow: 0 0 1rem var(--color1),0 0 2rem var(--color1),0 0 3rem var(--color1),0 0 1rem var(--color1),0 0 1rem var(--color1),0 0 1rem var(--color1);
}

.woocommerce .woocommerce-message .button:hover {
	background-color: transparent;
	color: var(--textcolor1);
	text-shadow: none;
}

.woocommerce-message::before,
.woocommerce-info::before {
	color: var(--textcolor1);
}

.shop-content .col2-set > *,
.woocommerce-cart-form,
.cart-collaterals,
.woocommerce-order {
	padding: var(--vertical-padding) var(--padding-page);
}

#order_review_heading, #order_review {
	padding: 0 var(--padding-page);

}

.cart_totals h2 {
	margin-top: 0;
}

.woocommerce a.remove {
	color: var(--text-color1) !important;
	text-shadow: none;
	line-height: 0.8;
}

.woocommerce a.remove:hover {
    color: inherit !important;
    background: var(--color1);
}

.woocommerce-error::before {
	color: var(--color1);
}

.wdgk_donation_content {
	margin-bottom: 50px;
}

.wdgk_donation_content .wdgk_display_option span {
	order: 1;
	background: transparent;
	color: var(--text-color1);
	padding-left: 5px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: transparent;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
	padding: 0;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
	width: 150px;
	border: var(--border3);
	margin-top: 10px;
}

.return-to-shop {
	margin: var(--vertical-padding) var(--padding-page);
}

#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box {
	background-color: var(--color2);
	color: var(--textcolor1);
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color: var(--color2)
}

#add_payment_method #payment ul.payment_methods, 
.woocommerce-cart #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods {
	border-bottom: none;
}

.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register,
.woocommerce table.shop_table,
#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th{
	border: none;
}

.woocommerce table.shop_table {
	border-collapse: collapse;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th {
    border-top:  var(--border2);
	font-weight: 400;
}

.woocommerce table.shop_table th {
	font: var(--bold);
}

#add_payment_method .cart-collaterals .cart_totals table small, .woocommerce-cart .cart-collaterals .cart_totals table small, .woocommerce-checkout .cart-collaterals .cart_totals table small {
	color: var(--textcolor1);
	opacity: 0.75;
}

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

.bypostauthor {
	display: block;
}

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

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

/* Media
--------------------------------------------- */

.post-thumbnail, figure {
	margin-bottom: var(--vertical-padding);
	max-width: 100%;
}

.entry-content figure {
	width: auto !important;
	max-width: 100% !important;
}

.post-thumbnail img {
	width: 100%;
}

.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
--------------------------------------------- */
figcaption {
	font-size: 1.3rem;
	margin: 0.5em 0;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin: var(--vertical-padding) 0;
	display: grid;
	grid-gap: var(--padding-page);
	grid-template-columns: repeat(2, 1fr);
	max-width: 100%
}

:not(.entry-content) > .gallery {
	margin: var(--vertical-padding) var(--padding-page);
}

figure img {
	display: block;
}

.gallery-item, .gallery > figure {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 0;
}

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

/*--------------------------------------------------------------
# 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: var(--color2);
	border-radius: 0;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: var(--textcolor1 );
	display: block;
	font-size: 2rem;
	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;
}

/* Mobile version
--------------------------------------------- */

.mobile {
    display: none;
}

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

	.main-navigation.toggled .navigation-items {
		height: calc(100vh - 50px);
		overflow: scroll;
	}
}

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

	:root {	
	--padding-page: 20px;
	--vertical-padding: 18px;
    --mainfont: 1.6rem/1.3 'Menco',sans-serif; /* body default font */
	--heading1: normal 3.5rem/1 'RoutedGothic',sans-serif;
	--heading2: normal 2.7rem/1 'RoutedGothic',sans-serif;
	--heading3: normal 2rem/1 'RoutedGothic',sans-serif;
	--page-header-title: 700 2.1rem/1.3 'Lemonz',sans-serif; /* Programme, Schedule, Shop etc */
	--menulink1: 2.8rem/1.3 'Menco',sans-serif;
	--menulink2: 2.2rem/1.3 'Menco',sans-serif;
	--performer: 700 2rem/1.3 'Lemonz',sans-serif; 
	--ingressi: 2rem/1.3 'Menco',sans-serif;
	--small-text: 1.5rem/1.3 'Menco',sans-serif; 
	}

	.columns, .footer-wrapper, 
	.free-content, .featured-programme {
		flex-wrap: wrap;
	}
	.columns > *, .footer-wrapper > *, 
	.free-content > *, .featured-programme a ,
	.single .product > * {
		flex-basis: 100% !important;
		min-height: auto;
		border-right: none;
	}

	.column.first,
	.woocommerce #content div.product div.images, 
	.woocommerce div.product div.images, 
	.woocommerce-page #content div.product div.images, 
	.woocommerce-page div.product div.images{
		border-right: none;
	}

	.column.second, .column.third {
	    border-left: none;
		border-top: var(--border2);
	}

	.single-post .column.second {
		border-top: none;
	}

	.column.second .post-thumbnail,
	.site-description, .desktop {
		display: none;
	}

	.column.first .post-thumbnail {
		display: block;
		padding: var(--vertical-padding) var(--padding-page) 0;
	}

	.columns.three .post-thumbnail {
		margin-top: 0;
	}

	.columns.three .post-thumbnail figcaption {
		margin: 0;
	}

	.columns.project .post-thumbnail {
		padding: 0;
	}

	.entry-content {
	    padding-bottom: var(--vertical-padding) ;
	}

	.site-header {
		padding: 0 15px;
	}

	.site-languages li + li {
		margin-left: 5px;
	}

	.main-navigation div > ul {
		padding-left: 0;
	}

	.site-header form {
		margin-left: 0;
	}

	.site-sponsors {
		text-align: left;
	}
	.site-sponsors a {
		margin: 30px 30px 0 0;
	}
	
	.mobile {
    	display: block;
	}

	.mobile.gallery {
		display: grid;
	}

	.home-title, .free-content, .featured-programme {
		padding-top: var(--vertical-padding);
		padding-bottom: 0;
	}

	.featured-programme:before, .featured-programme:after {
		display: none;
	}

	.featured-programme {
		padding: 0;
	}

	 .featured-programme a {
		 border-bottom: var(--border2);
	 }

	.featured-programme a:last-of-type {
		border: none;
	}

	.free-content:nth-of-type(even) figure {
		order: 0;
	}

	.free-content figure {
		margin-bottom: var(--vertical-padding);
	}

	.free-content h2 {
		margin-bottom: var(--vertical-padding)
	}

	.timetable .day, .timetable .shows {
		flex-basis: 100%;
	}

	.timetable .day {
		border: 0;
	}

	.timetable .day h2 {
		margin-bottom: 0;
	}

	.timetable a.show {
		margin: var(--vertical-padding) var(--padding-page);
		text-shadow: none;
	}
	
	.timetable a.show > * {
		margin-right: var(--padding-page);
	}

	.timetable .show time {
		flex-basis: 40px
	}

	.timetable .show-place {
		display: none;
	}

	.masonry a {
		width: 100%;
	}

	.masonry:before, .masonry:after,
	.featured-programme:before, .featured-programme:after {
		display: none;
	}
	.woocommerce .bc-shop .products {
		display: block;
	}

}

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

	.posts header > * {
		
	}
	.woocommerce .woocommerce-error .button, 
	.woocommerce .woocommerce-info .button, 
	.woocommerce .woocommerce-message .button, 
	.woocommerce-page .woocommerce-error .button, 
	.woocommerce-page .woocommerce-info .button, 
	.woocommerce-page .woocommerce-message .button {
		float: none;
		display: block;
	}
}