/*
Theme Name: Fire
Theme URI: https://theatergroepvuur.nl/
Description: based on StiPix theme
Author: Leo Enzlin
Author URI: https://stickypixels.nl
Version: 1.0
Text Domain: fire
Tested up to: 5.0
Requires PHP: 7.0
License: Custom license
License URI: https://stickypixels.nl
Copyright: Sticky Pixels
Tags: homemade
*/

@font-face {
	font-family: 'Barlow';
	src: url('fonts/barlow/Barlow-Regular.woff2') format('woff2'),
	url('fonts/barlow/Barlow-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Barlow';
	src: url('fonts/barlow/Barlow-Italic.woff2') format('woff2'),
	url('fonts/barlow/Barlow-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Barlow';
	src: url('fonts/barlow/Barlow-Bold.woff2') format('woff2'),
	url('fonts/barlow/Barlow-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Barlow';
	src: url('fonts/barlow/Barlow-BoldItalic.woff2') format('woff2'),
	url('fonts/barlow/Barlow-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

:root {
	--stipix-prime:		#ff5200;
	--stipix-red:		#dd001c;
	--stipix-dark:		#151d28;
	--stipix-paleblue:	#cdd7e5;
	--stipix-grey:		#999;
	--stipix-text:		#fff;
	--stipix-high:		#273648;
	font-size:			18px;
	line-height:		1;
}
@keyframes shine {
	to {
		background-position: -200% center;
	}
}
@keyframes shine-up {
	to {
		background-position: center 200%;
	}
}
::-webkit-scrollbar {
	width: 15px;
}
::-webkit-scrollbar-button {
	height: 0;
}
::-webkit-scrollbar-thumb {
	background: var(--stipix-prime);
	transition: all .25s ease-in-out;
}
::-webkit-scrollbar-thumb:hover {
}
::-webkit-scrollbar-track {
	background: var(--stipix-high);
}


/* ----------------------------------------------------------- RESET */

ul, ol, li {
	list-style: none;
	padding: 0;
}
* {
	outline: none !important;
}

/* ----------------------------------------------------------- REQUIRED */

.wp-caption {}
.wp-caption-text {}
.sticky {}
.screen-reader-text {}
.gallery-caption {}
.bypostauthor {}


/* ----------------------------------------------------------- GENERAL */

html {
	height: 100%;
}
body {
	background-color: var(--stipix-dark);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: var(--stipix-text);
	font-family: 'Barlow', 'Open Sans', sans-serif;
	position: relative;
}
.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
	padding-left: 5px;
	padding-right: 5px;
}
.row {
	margin: 0 -5px;;
}
.row > * {
	margin-top: 0;
	padding-left: 5px;
	padding-right: 5px;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Barlow', 'Open Sans', sans-serif;
	font-weight: bold;
	margin: 0;
	text-rendering: optimizelegibility;
}
h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.75em;
}
h4 {
	font-size: 1.5em;
}
h5 {
	font-size: 1.25em;
}
h6 {
	font-size: 1em;
}
b, strong {
	font-weight: bold;
}
.smaller {
	font-size: .8em;
}
@-webkit-keyframes fadein {
	from { opacity: 0; }
	to { opacity: 1; }
}
@keyframes fadein {
	from { opacity: 0; }
	to { opacity: 1; }
}
#staticback {
	background-color: #242222;
	background-image: radial-gradient(#233043,#151d28) !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
}
#main-content {
	-webkit-animation: fadein 1s ease-in-out;
	animation: fadein 1s ease-in-out;
	margin-bottom: 50px;
	margin-top: 120px;
	opacity: 1;
	position: relative;
}
#page-title {
	color: var(--stipix-prime);
	margin-bottom: 10px;
	min-height: 60px;
	padding: 15px 2rem;
	text-align: left;
}
article {
	display: inline-block;
	padding: 2rem;
	position: relative;
	width: 100%;
}
article p {
	margin-bottom: 1em;
	position: relative;
}
article,
.newsitem,
#page-title,
.widget-container,
.widget {
	background: transparent;
}
a {
	color: var(--stipix-prime);
	line-height: inherit;
	text-decoration: none;
	transition: all .25s ease-in-out;
}
a:hover {
	color: var(--stipix-red);
}
.front-item hr {
	clear: both;
}
article p a {
	background-position: 50% bottom !important;
	background-size: 0 1px !important;
	background: linear-gradient(currentcolor) no-repeat;
	transition: all .25s ease-in-out;
}
article p a:hover {
	background-size: 100% 1px !important;
}
.widget-container,
.widget {
	margin-bottom: 10px;
	padding: 1.5rem;
}
h4.widget-title {
	color: #fff;
	margin-bottom: 10px;
	opacity: .6;
}
.widget-container li.current-menu-item a {
	color: var(--stipix-prime);
}
.widget-container a {
	display: block;
	line-height: 1.25;
}
.widget-container li:hover a {
	color: var(--stipix-prime);
}
.post-edit-link a,
a.post-edit-link {
	background: rgba(255,255,255, 0.8);
	border-radius: 1em;
	border: 1px solid currentcolor;
	display: inline-block;
	margin: 1rem 0;
	padding: 0 1em;
	width: auto;
}
button, .btn {
	background-color: var(--stipix-prime);
	border-radius: 0.25rem;
	border: 1px solid transparent;
	color: #212529;
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.5;
	padding: 0.375rem 0.75rem;
	transition: all .25s ease-in-out;
}
#contacttabel td {
	padding: .5em .5em .5em 0;
}
#contacttabel td:first-child {
	text-align: center;
}
.nf-error-msg, .ninja-forms-req-symbol {
	color: var(--stipix-prime) !important;
}
.home #sidebar {
	position: sticky;
	top: 80px;
}
.widget_eme_list {
	background: var(--stipix-high);
}


/* ----------------------------------------------------------- MAIN NAVIGATION */

.navbar-collapse {
	display: block;
	position: relative;
}
.navbar > .container {
	height: 80px;
}
.navbar, #footer {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-animation: shine 10s cubic-bezier(.45,0,.55,1) infinite;
	animation: shine 10s cubic-bezier(.45,0,.55,1) infinite;
	background: linear-gradient(90deg, var(--stipix-red) 10%, var(--stipix-prime) 30%, var(--stipix-red) 50%, var(--stipix-prime) 70%, var(--stipix-red) 90%);
	background-clip: border-box;
	background-size: 200% auto;
	filter: drop-shadow(0 0 10px rgba(50,50,50,.5));
	padding: 0;
	z-index: 100;
}
#wp-custom-header {
	line-height: 0;
}
.navbar-brand {
	display: flex;
	flex-direction: column;
	line-height: 1;
	max-width: 400px;
	padding: .5em 0;
	position: relative;
	top: 0;
}
.navbar-brand img {
	height: auto;
	width: 100%;
}


/* ----------------------------------------------------------- MAIN MENU DROPDOWNS */

#navbarSupportedContent a {
	background-color: #fff;
	border-radius: 1em;
	color: var(--stipix-prime);
	display: block;
	font-family: 'Barlow', 'Open Sans', sans-serif;
	font-weight: bold;
	letter-spacing: .5px;
	line-height: 30px;
	padding: 0 1em;
	position: relative;
	white-space: nowrap;
}
#navbarSupportedContent a:hover {
	color: var(--stipix-red);
}
#navbarSupportedContent > div {
	margin-left: auto;
	position: relative;
	right: 0;
}
#navbarSupportedContent > div > ul > li {
	display: block;
	float: left;
	font-size: 16px;
	margin-left: 1em;
	position: relative;
	text-transform: uppercase;
}
#navbarSupportedContent > div > ul > li > ul li {
	padding-top: .5rem;
	position: relative;
}
#navbarSupportedContent > div > ul > li > ul,
#navbarSupportedContent > div > ul > li > ul > li > ul {
	background: transparent;
	display: block;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	transition: all .25s ease-in-out 0s;
}
#navbarSupportedContent > div > ul > li > ul > li > ul {
	left: 100%;
	position: absolute;
	top: 0;
}
#navbarSupportedContent > div > ul > li:hover > ul,
#navbarSupportedContent > div > ul > li > ul > li:hover > ul {
	opacity: 1;
	pointer-events: inherit;
	transition: all .25s ease-in-out .25s;
}
#navbarSupportedContent > div > ul li:hover,
#navbarSupportedContent > div > ul li.current-menu-item,
#navbarSupportedContent > div > ul > li.current-menu-ancestor {
	transition: all .5s ease-in-out;
}
#navbarSupportedContent > div > ul > li.current-menu-ancestor > a {
	color: var(--stipix-red);
}
#navbarSupportedContent > div > ul > li a:active,
#navbarSupportedContent li.current-menu-item > a,
#navbarSupportedContent > div > ul > li > ul > li a:active,
#navbarSupportedContent > div > ul > li > ul > li.current-menu-item > a {
	color: var(--stipix-high);
}


/* ----------------------------------------------------------- AFBEELDINGEN */

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.alignnone,
.aligncenter {
	display: block;
}
div.wp-caption,
.container > p img,
#content-body p img {
	height: auto;
}
.alignleft,
.alignright,
.alignnone,
.aligncenter {
	margin: 1em 0;
	position: relative;
	z-index: 9;
}
.wp-caption-text {
	bottom: 0;
	box-sizing: border-box;
	color: #666;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 9;
}
img.alignleft,
.wp-caption.alignleft,
img.alignright,
.wp-caption.alignright {
	height: auto;
	max-width: 38.197%;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 0 2em 1em 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 0 0 1em 2em;
}
img.alignnone,
img.aligncenter,
.wp-caption.alignnone,
.wp-caption.aligncenter {
	max-width: 100%;
}
.wp-caption.alignnone,
.wp-caption.aligncenter {
	box-sizing: content-box;
}
img.alignnone,
img.aligncenter {
	box-sizing: content-box;
	height: auto;
	margin: 1em 0;
}
.wp-caption img[class*="wp-image-"] {
	font-size: initial;
	height: auto;
	padding: none;
	width: 100%;
}


/* ----------------------------------------------------------- HISTORY SIDEBAR */

#histsidebar {
	font-size: .85em;
}
#histsidebar tr {
	vertical-align: top;
}
#histsidebar tr td:first-child {
	width: 33.33%;
}
#histsidebar tr td:first-child > div {
	padding: 0 .5em 1em 0;
}
#histsidebar tr td:first-child img {
	width: 100%;
}
.creditshort tr td:first-child,
.histcredits tr td:first-child {
	opacity: .5;
	font-size: .9em;
}

/* ----------------------------------------------------------- NEWSPAGE */
/*
.newsitem {
	margin-bottom: 10px;
	padding: 1.5em 1.5rem;
}
.newsitem .bloghome-title h4 {
	max-width: calc(100% - 100px);
}
.newsitem .bloghome-title a h4 {
	color: var(--stipix-prime);
	transition: all .25s ease-in-out;
}
.newsitem .bloghome-title a:hover h4 {
	color: var(--stipix-red);
}
.newsitem .bloghome-title {
	margin-bottom: 1rem;
	position: relative;
}
#page-title .blog-date,
.newsitem .blog-date {
	color: var(--stipix-grey);
	font-family: 'Barlow', 'Open Sans', sans-serif;
	font-size: 1em;
	letter-spacing: .25px;
	position: absolute;
	right: 0;
	top: 0;
}
#page-title .blog-date {
	font-size: .75em;
}
a.read-more {
	font-family: 'Barlow', 'Open Sans', sans-serif;
	letter-spacing: .5px;
	position: absolute;
	right: 0;
	top: 100%;
}
.post-navigation,
#nav-below {
	margin-top: 10px;
}
.reverse-row,
.nav-links {
	display: flex;
	flex-flow: row-reverse;
}
#nav-below .nav-next,
#nav-below .nav-previous,
.nav-links .nav-previous,
.nav-links .nav-next {
	display: grid;
	font-family: 'Barlow', 'Open Sans', sans-serif;
	line-height: 1.15;
	width: calc(50% - 5px);
}
#nav-below .nav-next a,
#nav-below .nav-previous a,
.nav-links .nav-previous a,
.nav-links .nav-next a {
	display: inline-flex;
	letter-spacing: .5px;
	margin: auto 0;
	padding: 10px 1em;
}
#nav-below .nav-previous a,
.nav-links .nav-previous a {
	margin-left: auto;
}
#nav-below .nav-next a:before,
.nav-links .nav-next a:before {
	content: "\f0d9";
	font-family: "FontAwesome";
	margin: auto 5px auto 0;
}
#nav-below .nav-previous a:after,
.nav-links .nav-previous a:after {
	content: "\f0da";
	font-family: "FontAwesome";
	margin: auto 0 auto 5px;
}
.nav-links .nav-previous {
	text-align: right;
}
.nav-links .nav-next {
	margin-right: auto;
}
#comp-url {
	display: flex;
	float: right;
	margin: 0 0 .5em 1em;
	position: relative;
	z-index: 9;
}
#comp-url a {
	border: 1px solid currentColor;
	padding: 0.5em 1em;
}
#comp-url a:hover {
	background: var(--stipix-prime);
	color: #fff;
}
*/

/* ----------------------------------------------------------- CHOCOLAT */

.chocolat-wrapper .chocolat-left {
	background: url(dist/images/left.svg) 50% 50% no-repeat;
	height: 100px;
	width: 50px;
}
.chocolat-wrapper .chocolat-right {
	background: url(dist/images/right.svg) 50% 50% no-repeat;
	height: 100px;
	width: 50px;
}
.chocolat-wrapper .chocolat-close {
	background: url(dist/images/close.svg) 50% 50% no-repeat;
	height: 50px;
	width: 50px;
}


/* ----------------------------------------------------------- FEATHERLIGHT */

.featherlight .featherlight-content .caption {
	font-family: 'Barlow';'Helvetica Neue',Helvetica,Arial,sans-serif;
	opacity: .5;
	text-align: center !important;
	width: 100%;
}
.featherlight:last-of-type {
	background: rgba(21,29,40,.9) !important;
}
.featherlight .featherlight-content {
	-webkit-animation: none !important;
	animation: none !important;
	background: transparent !important;
}
.featherlight .featherlight-inner {
	-webkit-animation: none !important;
	animation: none !important;
}
.featherlight .featherlight-next {
	background-image: url(dist/images/right.svg) !important;
	opacity: .33;
	right: 0 !important;
	transition: all .25s ease-in-out;
}
.featherlight .featherlight-previous {
	background-image: url(dist/images/left.svg) !important;
	left: 0 !important;
	opacity: .33;
	transition: all .25s ease-in-out;
}
.featherlight .featherlight-close-icon {
	background-image: url(dist/images/close.svg) !important;
	height: 50px !important;
	opacity: .33;
	right: 0 !important;
	top: 0 !important;
	transition: all .25s ease-in-out;border: 0;
	width: 50px !important;
}
a[data-featherlight="image"] {
	display: block;
	position: relative;
	z-index: 9;
}
.gallery a[data-featherlight="image"] {
	display: contents;
	position: relative;
}
a[data-featherlight="image"]:after {
	bottom: 0;
	color: #fff;
	content: "\f00e";
	display: block;
	filter: drop-shadow(3px 3px 6px rgba(0,0,0,.5));
	font-family: FontAwesome;
	font-size: 1.5rem;
	opacity: .2;
	padding: .5rem 1rem;
	position: absolute;
	right: 0;
	transition: all .33s ease-in-out;
	z-index: 9;
}
a[data-featherlight="image"]:hover::after {
	opacity: .4;
	scale: 1.2;
}
.gallery a[data-featherlight="image"]:after {
	content: "" !important;
}


/* ----------------------------------------------------------- GALLERY */

.gallery {
	display: inline-block;
	margin: 1em auto !important;
	width: 100%;
}
.gallery a img {
	border: 0 !important;
	bottom:0;
	filter: drop-shadow(2px 4px 10px rgba(0,0,0,.25));
	left:0;
	margin:auto;
	position:absolute;
	right:0;
	top:0;
	transition:all 0.5s ease-in-out;
}
.gallery .landscape a img {
	height: auto;
	width:90%;
}
.gallery .portrait a img {
	height:90%;
	width: auto;
}
.gallery .gallery-item:hover .landscape a img {
	width:95%;
}
.gallery .gallery-item:hover .portrait a img {
	height:95%;
}
.gallery-item {
	background-color: var(--stipix-high);
	border-radius: 5px;
	display:inline-block;
	margin: 5px !important;
	position:relative;
	transition:all 0.5s ease-in-out;
	width: calc(33.33% - 10px) !important;
}
.gallery-icon {
	padding-top:100%;
	position: relative;
	transition:all 0.5s ease-in-out;
}
.gallery-item .wp-caption-text {
	display: none;
}
#fancybox-title.fancybox-title-outside {
	font-family: 'Barlow', 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
}
.gallery br {
	display: none;
}


/* ----------------------------------------------------------- ACCORDION */

#reserveren {
	clear: both;
}
.accordion-blank,
.accordion-button {
	align-items: center;
	background-color: initial;
	border-radius: 0;
	border: 0;
	color: var(--stipix-text);
	display: block;
	font-size: inherit;
	line-height: auto;
	padding: .5em 1em .7em;
	position: relative;
	text-align: left;
	width: 100%;
		&:not(.collapsed) {
			background-color: var(--stipix-prime) !important;
			box-shadow: none;
			color: #fff;
		}
		&:focus {
			box-shadow: none;
			outline: 0;
		}
}
.accordion-item:nth-child(odd) .accordion-blank,
.accordion-item:nth-child(odd) .accordion-button,
.accordion-item:nth-child(odd),
.pastplaylist tr:nth-child(odd),
#toplist-table tbody tr:nth-child(odd),
table.single-dates tr:nth-child(odd) {
	background-color: var(--stipix-high);
}
.accordion-table {
	width: 100%;
}
.accordion-table big strong {
	color: var(--stipix-prime);
}
.accordion-blank:not(.collapsed) .accordion-table big strong,
.accordion-button:not(.collapsed) .accordion-table big strong {
	color: #fff;
}
.accordion-table td:last-child {
	text-align: right;
}
button.accordion-button {
	font-weight: normal;
}
.accordion-blank .reserve-toggle a::after,
.accordion-button .reserve-toggle::after {
	content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	display: inline-block;
	height: 1.25rem;
	margin-left: 5px;
	position: relative;
	transition: transform .2s ease-in-out;
	vertical-align: middle;
	width: 1.25rem;
}
.accordion-blank:not(.collapsed) .reserve-toggle:after,
.accordion-button:not(.collapsed) .reserve-toggle:after {
	transform: rotate(180deg);
}
.accordion-blank .reserve-toggle a:after {
	transform: rotate(270deg);
}
.accordion-blank:hover .reserve-toggle a:after {
	transform: rotate(270deg) translateY(1.25rem);
}
.accordion-blank {
	cursor: default;
}
.accordion-blank::after {
	transform: rotate(-90deg);
}
.noreserve .accordion-blank::after,
.noreserve .accordion-button::after {
	content: '';
}
.accordion-item {
	background-color: transparent;
	border: none;
		&:first-of-type {
			border-radius: 0 !important;
				.accordion-button {
					@include border-top-radius($accordion-inner-border-radius);
					border-radius: 0 !important;
				}
		}
		&:not(:first-of-type) {
			border-top: 0;
		}
		&:last-of-type {
		border-radius: 0 !important;
			.accordion-button {
				&.collapsed {
					0;
				}
			}
			.accordion-collapse {
				0;
			}
		}
}
.accordion-body {
	border: 1px solid var(--stipix-prime);
	padding: 0 1em;
}
.book-location td {
	color: var(--stipix-prime);
	font-weight: bold;
	padding-right: 1em;
}
.reserve-toggle {
	color: var(--stipix-prime);
}
.eme-past-event .accordion-blank:after,
.eme-past-event .accordion-button:after,
.eme-past-event .reserve-toggle {
	display: none;
}


/* ----------------------------------------------------------- FORMS */


input[type="email"],
input[type="number"],
input[type="search"],
input[type="submit"],
input[type="tel"],
input[type="text"],
select,
textarea {
	-webkit-appearance: initial;
	appearance: initial;
	background-color: var(--stipix-paleblue);
	border-radius: 0;
	border: 1px solid var(--stipix-grey);
	box-sizing: border-box;
	font-size: 1em;
	height: 40px;
	margin: 8px 0 !important;
	padding: 2px 10px;
	width: 100%;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="submit"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
	border: 1px solid var(--stipix-prime);
	outline: 0;
}
textarea {
	height: 5em;
}
input[type="radio"],
input[type="checkbox"] {
	-webkit-appearance: none !important;
	appearance: none !important;
	background-color: #ddd;
	border-radius: 0.65em;
	border: 1px solid #333;
	color: var(--stipix-prime);
	display: inline-grid;
	font: inherit;
	height: 1.3em;
	margin: 0 .5em 0 0;
	place-content: center;
	position: relative;
	vertical-align: text-top;
	width: 1.3em;
}
input[type="radio"]::before,
input[type="checkbox"]::before {
	background: var(--stipix-prime);
	border-radius: 50%;
	border: 1px solid var(--stipix-prime);
	box-shadow: inset 1em 1em var(--stipix-prime);
	content: '';
	height: .75em;
	left: 0;
	margin: 0;
	position: relative;
	top: 0;
	transform-origin: center;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	width: .75em;
}
input[type="radio"]:checked::before,
input[type="checkbox"]:checked::before {
	transform: scale(1);
}
.wpforms-container .wpforms-field {
	display: flex;
	padding: 0;
}
form button, .btn,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	appearance: none;
	background: var(--stipix-prime);
	background-image: linear-gradient(#ff5200, #dd001c, #ff5200);
	background-position-y: top;
	background-size: auto 200%;
	border-radius: 10px;
	border: none !important;
	color: #fff;
	display: inline-block;
	font-family: 'Barlow', 'Open Sans', sans-serif;
	font-size: 1.1em;
	margin: 8px 0;
	min-height: 40px;
	padding: 0 1em .15em;
	transition: all .25s ease-in-out;
	white-space: normal;
}
form button:hover,
.btn:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-position-y: bottom;
}
.donatieform br {
	display: none;
}
.donatieform .gdpr:after {
	color: #fff;
	content: 'akkoord'; display: block;
	left: 2em;
	position: absolute;
	vertical-align: -moz-middle-with-baseline;
}
.donatieform input[type="number"] {
	width: auto;
}
.donatemessage {
	background: var(--stipix-prime);
	color: var(--stipix-text);
	padding: .5em 1em;
}


/* ----------------------------------------------------------- FOOTER */

#footer {
	color: #aaa;
	display: table;
	font-family: 'Barlow', 'Open Sans', sans-serif;
	font-size: 1rem;
	line-height: 40px;
	text-align: left;
	text-rendering: optimizelegibility;
	z-index: 10;
}
#footer-bottom {
	display: block;
	font-size: .85em;
	position: relative;
	text-align: center;
	vertical-align: middle;
}
#footer-top {
	border-bottom: 1px solid var(--stipix-text);
	display: block;
}
#socials {
	font-size: 25px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
#footer a {
	color: #ccc;
}
#socials a {
	color: #fff;
}
#socials a:hover {
	opacity: .75;
}


/* ----------------------------------------------------------- EVENTS MADE EASY */

div.eme-message-error,
div.eme-message-info,
div.eme-message-success,
div.eme-noscriptmsg {
	background-color: transparent;
	border: none;
	color: #fff;
	padding: 0;
}
s {
	clear: both;
	color: grey;
	text-decoration: none;
}
table.event-credits {
	margin-bottom: 1em;
}


/* ------------------------------ RSVP FORM */

.eme-required-field {
	display: none;
}
table.eme-rsvp-form {
	border: 0;
	color: #fff;
	width: 100% !important;
}
table.eme-rsvp-form textarea {
	height: 5em;
}
table.eme-rsvp-form th,
table.eme-member-form th,
table.eme-rsvp-form td,
table.eme-member-form td {
	border: 0 !important;
	line-height: inherit;
	padding-left: 0;
	padding-right: 0;
	text-align: left;
	vertical-align: middle;
}
tr.aantal td {
	font-size: .8em;
	line-height: .5em;
	text-align: center !important;
}
table.eme-rsvp-form select {
	-webkit-appearance: menulist;
	appearance: menulist;
	min-width: 75px;
	text-align: center;
}
table.eme-rsvp-form tbody tr:last-child td br {
	display: none;
}
.playdates {
	/*width: -webkit-fill-available;*/
	margin-top: 1em;
}


/* ------------------------------ VOORSTELLINGEN DISPLAY UPCOMING */

table#futureinfo > tbody > tr > td {
	min-width: 150px;
	vertical-align: top;
	width: auto;
}
table#futureinfo > tbody > tr > td.left {
	min-width: 150px;
	width: 38.197%;
}
table#futureinfo > tbody > tr > td.right {
	padding-left: 2em;
	position: relative;
	width: auto;
}
.front-item .front-img {
	margin-bottom: 0;
}
.thumb-small img {
	height: auto;
	width: 100%;
}
.binnenkort {
	color: rgba(255,255,255,.6);
	position: relative;
}
.info-button {
	display: inline-block;
	font-family: 'Barlow', 'Open Sans', sans-serif;
	margin-top: 1em;
}
.info-button a {
	background: var(--stipix-prime);
	border-radius: 5px;
	color: #fff;
	padding: .15em 1em .3em;
}
.info-button a:hover {
	background: var(--stipix-red);
}
.single-info .info-button a {
	padding: .15em 1em .3em;
}
.playlistitem {
	display: block;
	line-height: 1;
	padding: 5px 0;
}
.playlistitem.eme-past-event .playlistlink {
	display: none;
}
.playlistitem.eme-past-event .playlistdate a {
	color: var(--stipix-text);
}
.playlistdate {
	color: var(--stipix-prime);
	font-size: 1.25em;
}
.playlistitem .playlistloctown {
	text-align: right;
}
.front-item .front-img {
	display: block;
	margin-bottom: 1em;
}


/* ------------------------------ DISPLAY SINGLE */

.event-credits td {
	font-size: .9em;
	padding-bottom: .5em;
	padding-right: 1em;
	vertical-align: top;
}
.event-credits .event-role {
	color: var(--stipix-grey);
	white-space: nowrap;
}
.event-credits .regie,
.event-credits .tekst {
	font-size: 1.2em;
}
.pastplaylist {
	font-size: .9em;
	margin-bottom: 2em;
	width: 100%;
}
.pastplaylist td {
	opacity: .75;
	padding: .25em 1em;
}


/* ----------------------------------------------------------- ADAPTIVE STYLES */

@media (min-width: 576px) {

	.show-on-mobile {
		display: none !important;
	}

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl,
	.container-xxl {
		max-width: 900px;
	}
	.thumbnail .thumb-box img {
		max-height: calc(100vh - 290px);
	}
	.playdates {
		width: -webkit-fill-available;
	}

}

@media (min-width: 992px) and (max-width: 1199px) {

	.accordion-table,
	.accordion-table tbody,
	.accordion-table td,
	.accordion-table tfoot,
	.accordion-table th,
	.accordion-table thead,
	.accordion-table tr {
		display: block;
		padding: 0 !important;
	}

}

@media (min-width: 1200px) {

	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl,
	.container-xxl {
		max-width: 1080px;
	}

}

@media (min-width: 1400px) {

	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl,
	.container-xxl {
		max-width: 1280px;
	}
	.navbar-brand {
		max-width: 500px;
	}

}

@media (max-width: 1399px) {

}

@media (max-width: 1199px) {

	article {
		padding: 1.5rem;
	}
	#page-title {
		padding: 15px 1.5rem;
	}
	.pastplaylist td {
		display: inline-block;
	}
	.pastplaylist tr:nth-child(odd) {
		background-color: transparent;
	}
	.pastplaylist td:first-child {
		background-color: var(--stipix-high);
		display: block;
		font-size: 1rem;
	}
	.eme-rsvp-form input[type="submit"] {
		height: auto;
		line-height: initial !important;
		margin: 1em 0 !important;
		min-height: 40px;
		padding: .15em .5em .30em !important;
		white-space: normal;
	}
	#futureinfo,
	#futureinfo > tbody,
	#futureinfo > tbody > tr,
	#futureinfo > tbody > tr > td {
		display: block;
		padding: 0 !important;
	}
	table#futureinfo > tbody > tr > td.left {
		transform: translateY(-1.5rem);
		width: 100%;
	}

}

@media (max-width: 991px) {

	button.navbar-toggler {
		border: none;
		box-shadow: none !important;
		font-size: 0;
		padding: 12px 0;
		z-index: 9;
	}
	.navbar-toggler-icon {
		background-color: transparent;
		background-image: none;
		position: relative;
		width: 40px;
	}
	.navbar-toggler-icon,
	.navbar-toggler-icon:before,
	.navbar-toggler-icon:after {
		border-radius: 7px;
		height: 7px;
		transition: all .3s ease-in-out;
	}
	.navbar-toggler-icon:before,
	.navbar-toggler-icon:after {
		background-color: var(--stipix-text);
		content: '';
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
	}
	.navbar-toggler-icon:before {
		transform: rotate(-45deg);
	}
	.navbar-toggler-icon:after {
		transform: rotate(45deg);
	}
	.navbar-toggler.collapsed .navbar-toggler-icon {
		background-color: var(--stipix-text);
	}
	.navbar-toggler.collapsed .navbar-toggler-icon:before {
		top: -12px;
		transform: rotate(0);
	}
	.navbar-toggler.collapsed .navbar-toggler-icon:after {
		top: 12px;
		transform: rotate(0);
	}
	.navbar-collapse {
		background-clip: border-box;
		background-color: rgba(255,255,255,.95);
		background: linear-gradient(0deg, var(--stipix-red) 10%, var(--stipix-prime) 30%, var(--stipix-red) 50%, var(--stipix-prime) 70%, var(--stipix-red) 90%);
		background-size: auto 200%;
		animation: shine-up 10s cubic-bezier(.45,0,.55,1) infinite;
		height: 100vh;
		left: -100%;
		padding: 0;
		position: fixed;
		top: 0;
		transition: left .5s ease-in-out;
		width: 100%;
	}
	.navbar-collapse.show {
		left: 0;
		transition: left .5s ease-in-out;
	}
	#navbarSupportedContent > div {
		margin: auto;
		right: auto;
		top: 50%;
		transform: translateY(-50%);
		width: fit-content;
	}
	#navbarSupportedContent a {
		display: inline-block;
		line-height: 2em;
		margin: .5em 0;
		text-align: center;
		white-space: nowrap;
		width: 100%;
	}
	#navbarSupportedContent > div > ul {
		display: block;
		margin: 0;
	}
	#navbarSupportedContent > div > ul > li {
		display: table-row;
		float: none;
		font-size: 1.25rem;
		margin: 0;
		padding: 0;
	}
	#navbarSupportedContent > div > ul > li > a {
	}
	#navbarSupportedContent > div > ul > li > ul {
		display: table !important;
		font-size: 0;
		margin: auto;
		opacity: 0;
		pointer-events: none;
		position: relative !important;
		transition: all .5s ease-in-out;
	}
	#navbarSupportedContent > div > ul > li:hover > ul {
		font-size: 1rem !important;
	}
	#navbarSupportedContent > div > ul > li > ul > li {
		display: table-row;
		float: none;
		padding: 0;
		text-align: center;
	}
	#navbarSupportedContent > div > ul > li:hover > ul > li {
	}
	#navbarSupportedContent > div > ul > li > ul > li > a {
		font-size: 0;
		line-height: 0;
		margin: 0;
		transition: all .5s ease-in-out;
	}
	#navbarSupportedContent > div > ul > li:hover > ul > li > a {
		font-size: inherit;
		line-height: 2em;
		margin: .5em 0;
		pointer-events: inherit;
	}
	#navbarSupportedContent > div > ul li.current-menu-ancestor > a {
		color: var(--stipix-prime) !important;
	}
	#navbarSupportedContent > div > ul li.current-menu-item > a {
		color: var(--stipix-red) !important;
	}
	h4.widget-title,
	.widget-container a {
		line-height: 1.5;
	}
	.featherlight .featherlight-content {
		max-height: 100% !important;
		max-width: 100% !important;
	}
	article {
		padding: 0 1.5rem 1.5rem;
	}
	.front-item .front-img,
	.page-template-default .front-item .front-img {
		float: left;
		margin-right: 1.5em;
		width: calc(33% + 1.5em);
	}
	#sidebar {
		top: 70px;
	}
	#histsidebar {
		font-size: 1rem;
	}
	#histsidebar tr td:nth-child(2) {
		padding-left: 1em;
	}
	#main-content {
		margin-top: 75px;
	}
	.gallery-item {
		margin: 5px !important;
		width: calc(50% - 10px) !important;
	}
	#footer {
		line-height: 25px;
		padding: .5em 1em;
	}
	.footblock {
		display: block;
		line-height: normal;
	}
	#socials {
		padding: 10px;
		position: relative;
		transform: none;
	}

}

@media (max-width: 767px) {

	.navbar-brand {
		margin: 0;
		max-width: calc(100% - 70px);
	}
	#page-title {
		padding: 15px 1.5rem;
	}
	article {
		padding: 1rem;
	}
	article.newsitem {
		padding: 1.5rem;
	}
	.front-item .front-img,
	.page-template-default .front-item .front-img {
		float: none;
		margin-right: 0;
		width: 100%;
	}
	.accordion-table,
	.accordion-table tbody,
	.accordion-table td,
	.accordion-table tfoot,
	.accordion-table th,
	.accordion-table thead,
	.accordion-table tr {
		display: block;
		padding: 0 !important;
	}
	/*.front-info-button {
		display: none;
	}
	.front-item {
		background: transparent !important;
		margin: 0 0 25px !important;
	}
	.front-item .front-img {
		min-width: 100px;
		margin-right: 0 !important;
		width: 100% !important;
	}*/
	.page-home tr.playlistitem {
		color: #fff;
		line-height: 1.25em;
	}
	.home .binnenkort {
		color: #fff !important;
	}
	.page-home td.playlistlocname,
	.page-home td.playlistloctown {
		display: none;
	}
	/*.aanmeld-button {
		display: block;
		padding-right: 1.5rem;
		position: relative !important;
		text-align: right;
		transform: translateY(-5px);
	}
	.single-info .single-img {
		float: none !important;
		margin-bottom: 10px !important;
		margin-left: 0 !important;
		width: 100% !important;
	}
	.single-top .pricetag {
		float: none !important;
	}
	#toplist-table td {
		display: block;
		line-height: initial;
		padding: 0 1.5rem;
	}
	#toplist-table thead td {
		line-height: 1.5;
	}
	#toplist-table td.list-year {
		padding-top: 5px;
	}
	#toplist-table td.list-comp {
		padding-bottom: 5px;
	}*/
	.accordion {
		margin: 0 -1.5rem;
		padding: 0 1em;
		width: calc(100% + 3rem);
	}
	.accordion-body {
		padding: 0 1rem;
	}
	.col-12 {
		overflow: hidden;
	}
	.playlistitem .playlistlocname,
	.playlistitem .playlistloctown {
		display: none;
	}
	figure.alignright,
	img.alignright {
		height: auto;
		margin: 0 0 1em;
		max-width: 100%;
		width: 100%;
	}
	.single .blog-date,
	.newsitem .blog-date {
		position: relative !important;
	}
	.newsitem .bloghome-title h4 {
		max-width: 100%;
	}
	#sidebar {
		margin-top: 10px;
	}
	.widget-container,
	.widget {
		padding: 1rem;
	}
	.page-voorstellingen .single-info > table > tbody > tr > td {
		display: block;
		padding-left: 0 !important;
		width: 100% !important;
	}
	.page-voorstellingen .single-info > table > tbody > tr > td.right {
		padding-top: 1em;
	}
	.accordion-table,
	.book-location {
		line-height: initial;
	}
	.eme-rsvp-form,
	.eme-rsvp-form tbody,
	.eme-rsvp-form thead,
	.eme-rsvp-form tr,
	.eme-rsvp-form th,
	.eme-rsvp-form td,
	.eme-rsvp-form tfoot {
		display: block;
		padding: 0 !important;
	}
	.reserve-toggle {
		font-size: .85em;
	}

}

@media (max-width: 575px) {

	.hide-on-mobile {
		display: none;
	}
	.locinfo {
		font-size: .8em;
	}
	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item {
		padding-right: 0;
		width: 100%;
	}
	.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
		padding: 0 2em;
	}
	.row > * {
		padding-left: 0;
		padding-right: 0;
	}

}