/*
Theme Name: Luminato
Template: twentytwentyone
Author: Think33
Version: 1.0
*/

@import url("editor-style.css");

/* Variables */
:root {

	/* Font Family */
	--global--font-primary: var(--font-headings, 'Favorit Extended', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);
	--global--font-secondary: var(--font-base, Favorit, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);

	/* Font Size */
	--global--font-size-base: 23px;
	--global--font-size-xs: 1rem;
	--global--font-size-sm: 16px;
	--global--font-size-md: 21px;
	--global--font-size-lg: 32px;
	--global--font-size-xl: 40px;
	--global--font-size-xxl: 105px;
	--global--font-size-xxxl: 5rem;
	--global--font-size-page-title: var(--global--font-size-xxl);
	--global--letter-spacing: normal;

	/* Line Height */
	--global--line-height-body: 1.4;
	--global--line-height-heading: 1.3;
	--global--line-height-page-title: 1.1;

	/* Headings */
	--heading--font-family: var(--global--font-primary);
	--heading--font-size-h6: var(--global--font-size-xs);
	--heading--font-size-h5: var(--global--font-size-md);
	--heading--font-size-h4: var(--global--font-size-lg);
	--heading--font-size-h3: calc(1.25 * var(--global--font-size-lg));
	--heading--font-size-h2: var(--global--font-size-lg);
	--heading--font-size-h1: var(--global--font-size-page-title);
	--heading--letter-spacing-h6: 0em;
	--heading--letter-spacing-h5: 0em;
	--heading--letter-spacing-h4: var(--global--letter-spacing);
	--heading--letter-spacing-h3: var(--global--letter-spacing);
	--heading--letter-spacing-h2: var(--global--letter-spacing);
	--heading--letter-spacing-h1: var(--global--letter-spacing);
	--heading--line-height-h6: var(--global--line-height-heading);
	--heading--line-height-h5: var(--global--line-height-heading);
	--heading--line-height-h4: var(--global--line-height-heading);
	--heading--line-height-h3: var(--global--line-height-heading);
	--heading--line-height-h2: var(--global--line-height-heading);
	--heading--line-height-h1: var(--global--line-height-page-title);
	--heading--font-weight: normal;
	--heading--font-weight-page-title: 300;
	--heading--font-weight-strong: 600;

	/* Spacing */
	--global--spacing-unit: 20px;
	--global--spacing-measure: unset;
	--global--spacing-horizontal: 25px;
	--global--spacing-vertical: 40px;

	/* Header */
	--branding--color-text: white;
	--branding--color-link: white;
	--branding--logo--max-width: 138px;
	--branding--logo--max-height: 18px;
	--branding--logo--max-width-mobile: 138px;
	--branding--logo--max-height-mobile: 18px;

	/* Main navigation */
	--primary-nav--color-link: white;
	--primary-nav--color-link-hover: #00ffb2;
	--primary-nav--color-text: white;

	/* Buttons */
	--button--font-size: 12px;
	--button--font-family: 'Favorit Expanded';
	--button--font-weight: 400;
	--button--line-height: 14px;
	--button--border-width: 1px;
	--button--border-radius: 0;
	--button--padding-vertical: 15px;
	--button--padding-horizontal: calc(4 * var(--button--padding-vertical));
}


/**
 * Root Media Query Variables
 */
:root {
	--responsive--spacing-horizontal: calc(2 * var(--global--spacing-horizontal) * 0.6);
	--responsive--aligndefault-width: calc(100vw - var(--responsive--spacing-horizontal));
	--responsive--alignwide-width: calc(100vw - var(--responsive--spacing-horizontal));
	--responsive--alignfull-width: 100%;
	--responsive--alignright-margin: var(--global--spacing-horizontal);
	--responsive--alignleft-margin: var(--global--spacing-horizontal);
}

@media only screen and (max-width: 1024px) {
	:root {
		--global--font-size-base: 17px;
		--global--font-size-lg: 22px;
		--global--font-size-xxl: 65px;
		--global--spacing-vertical: 22px;
	}
}

@media only screen and (max-width: 640px) {
	:root {
		--global--font-size-base: 16px;
		--global--font-size-md: 15px;
		--global--font-size-lg: 20px;
		--global--font-size-xxl: 50px;
		--global--spacing-vertical: 15px;
	}
}

@media only screen and (min-width: 482px) {

	:root {
		/* --responsive--aligndefault-width: min(calc(100vw - 4 * var(--global--spacing-horizontal)), 610px); */
		--responsive--aligndefault-width: calc(100vw - 4 * var(--global--spacing-horizontal));
		--responsive--alignwide-width: calc(100vw - 4 * var(--global--spacing-horizontal));

		--responsive--alignright-margin: calc(0.5 * (100vw - var(--responsive--aligndefault-width)));
		--responsive--alignleft-margin: calc(0.5 * (100vw - var(--responsive--aligndefault-width)));
	}
}
@media only screen and (min-width: 822px) {

	:root {
		/* --responsive--aligndefault-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), 610px); */
		
		/*
		--responsive--aligndefault-width: min(calc(100vw - 3 * var(--global--spacing-horizontal)), 1920px);
		--responsive--alignwide-width: min(calc(100vw - 3 * var(--global--spacing-horizontal)), 1920px);
		*/

		--responsive--aligndefault-width: calc(100vw - 4 * var(--global--spacing-horizontal));
		--responsive--alignwide-width: calc(100vw - 4 * var(--global--spacing-horizontal));
	}
}

@font-face {
	font-family: 'Favorit';
	src: url("./fonts/ABCFavorit-Regular.woff2") format("woff2"), url("./fonts/ABCFavorit-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Favorit';
	src: url("./fonts/ABCFavorit-RegularItalic.woff2") format("woff2"), url("./fonts/ABCFavorit-RegularItalic.woff") format("woff");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'Favorit Expanded';
	src: url("./fonts/ABCFavoritExpanded-Medium.woff2") format("woff2"), url("./fonts/ABCFavoritExpanded-Medium.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Favorit Extended';
	src: url("./fonts/ABCFavoritExtended-Bold.woff2") format("woff2"), url("./fonts/ABCFavoritExtended-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}


/* for full-height pages */
html, body, #page { min-height: 100vh; }
	#page {
		display: flex;
		flex-direction: column;
	}
		#masthead { flex-grow: 0; width: 100%; }
		#content { flex-grow: 1; }
		footer#colophon { flex-grow: 0; }


.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background-color: inherit;
	color: inherit !important;
}

/* keep the admin bar fixed, even on mobile, as the site nav is fixed anyway */
#wpadminbar { position: fixed !important; }


/* for animated underlines */
p a {
	background-image: linear-gradient(currentColor,currentColor);			
	/* background-position: 0 100%; */
	background-position: 0 83%;
	background-repeat: no-repeat;
	background-size: 100% 1px;
	text-decoration: none !important; 
}
	p a:hover { 
		animation-name: underlineSlide;
		animation-duration: 0.4s;
		animation-iteration-count: 1;
		animation-fill-mode: forwards;
	}

@keyframes underlineSlide {
	from {
		background-size: 0 1px;
	}
	to {
		background-size: 100% 1px;
	}
}

/* Dark page style */
/* body.dark #masthead { border-bottom-color: #ccc; } */
body.dark #content {
	background-color: #1a1a1a;
	color: white;
}
body.dark .entry-title {
	color: white;
}
body.dark a {
	color: white;
}
body.dark .wp-block-luminato-color-block a {
	color: black;
}
body.dark .wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-text-color) {
	color: currentColor;
}
body.dark .wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-text-color), 
body.dark .wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-background), 
body.dark .wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active).has-background {
	border-color: currentColor;
}
body.dark .wp-block-button.is-style-outline .wp-block-button__link:hover, 
body.dark .wp-block-button.is-style-outline .wp-block-button__link:active {
	background-color: white !important;
	color: black !important;
}
body.dark .wp-block-luminato-color-block .wp-block-button.is-style-outline .wp-block-button__link:hover, 
body.dark .wp-block-luminato-color-block .wp-block-button.is-style-outline .wp-block-button__link:active {
	background-color: black !important;
	color: white !important;
}


.wp-block-button.is-style-outline .wp-block-button__link { transition: all 0.2s ease-in-out; }
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:active { 
	background-color: #00ffb2 !important; 
	color: black !important;
}


hr.wp-block-separator { border-bottom-color: #808080; }

.entry-content h1 {
	font-size: 72px;
	line-height: 1.111em;
	margin: 0.69em auto 0.56em;
}
	@media screen and (max-width: 1024px) {
		.entry-content h1 { font-size: 40px; }
	}

.entry-content h5 + p {
	margin-top: calc(var(--global--spacing-vertical) * -0.75) !important;
}

.primary-navigation a:link, 
.primary-navigation a:visited { color: var(--primary-nav--color-link); }
.primary-navigation a:hover { color: var(--primary-nav--color-link-hover); }

figcaption, .wp-caption, .wp-caption-text, .wp-block-embed figcaption { text-align: left; }


#main { 
	padding-top: 0; 
	padding-bottom: 0;
}

#content { padding-top: 35px; }

#masthead {
	background-color: white;
	color: black;
	max-width: 100%;
	padding: 0;
	border-bottom: 1px solid black;	
	transition: all 0.2s ease-in-out;
	position: fixed;
	z-index: 1000 !important;
	row-gap: 0;
}

	body.dark #masthead {
		background-color: #1a1a1a;
		color: white;
	}

	body.home #masthead,
	body.tribe_events-template-default #masthead {
		background-color: transparent;
		color: white;
		border-bottom-color: transparent;
	}

	#masthead.fixedNav,
	body.home #masthead.fixedNav,
	body.tribe_events-template-default #masthead.fixedNav {
		background-color: white;
		border-bottom-color: #1a1a1a;
	}

	#masthead.menuopen {
		border-bottom-color: white !important;
		background-color: #1a1a1a !important;
	}

	.mastheadWrapper {
		display: flex;
		justify-content: space-between;
		width: 100%;
		padding: 1rem 0;
		max-width: var(--responsive--aligndefault-width);
		margin: 0 auto;
	}


.page-header {
	border: none;
	padding: 0;
}

	#topmost-menu {
		/* margin: -1rem -1rem; */
		/* flex-basis: calc(100% + 2rem); */
		margin: 0;
		flex-basis: 100%;
	}

		#topmost-menu .menu-wrapper {
			list-style: none;
			padding: 0;
			display: flex;
			justify-content: stretch;
			font-family: 'Favorit Expanded';
			font-size: 14px;
			line-height: 35px;
		}

			#topmost-menu .menu-wrapper li {
				flex-basis: auto;
				flex-grow: 1;
				text-align: center;
			}

				#topmost-menu .menu-wrapper li a {
					display: block;
					text-decoration: none;
					color: white;
					transition: all 0.2s ease-in-out;
				}

					#topmost-menu .menu-wrapper li:nth-child(odd) a { background-color: #5706cf; }
					#topmost-menu .menu-wrapper li:nth-child(even) a { background-color: black; }

					#topmost-menu .menu-wrapper li a:hover {
						/* background-color: white; */
						background-color: #00ffb2;
						color: black;
					}

	.site-branding { 
		width: auto !important; 
		margin: 0;
		z-index: 2;
	}

		.site-branding .custom-logo { display: inline-block; }
		.site-branding .custom-logo.light { display: none; }

			body.dark .site-branding .custom-logo.dark,
			body.home #masthead:not(.fixedNav) .site-branding .custom-logo.dark,
			body.tribe_events-template-default #masthead:not(.fixedNav) .site-branding .custom-logo.dark,
			#masthead.menuopen .site-branding .custom-logo.dark { display: none; }
			body.dark .site-branding .custom-logo.light,
			body.home #masthead:not(.fixedNav) .site-branding .custom-logo.light,
			body.tribe_events-template-default #masthead:not(.fixedNav) .site-branding .custom-logo.light,
			#masthead.menuopen .site-branding .custom-logo.light { display: inline-block; }

		.site-branding .site-logo { 
			display: inline-block; 
			margin: 0;
			font-size: 23px;
			line-height: 1.4em;
		}

		a.custom-logo-link:focus {
			background: none !important;
		}



.navMenuWrapper {
	display: flex;
}

	#utilMenu {
		font-size: 16px;
		line-height: 36px;
		margin-right: 1.5rem;
	}

		#utilMenu a { 
			text-decoration: none; 
			margin-left: 0.75em;
		}
		/* #utilMenu a:hover { text-decoration: underline; } */

		/* for animated underlines */
		#utilMenu a {
			background-image: linear-gradient(currentColor,currentColor);
			/* background-position: 0 100%; */
			background-position: 0 87%;
			background-repeat: no-repeat;
			background-size: 0 1px;
			transition: background-size .4s;
		}
			#utilMenu a:hover { background-size: 100% 1px; }	


		body.home #masthead:not(.fixedNav) #utilMenu a,
		body.tribe_events-template-default #masthead:not(.fixedNav) #utilMenu a,
		#masthead.menuopen #utilMenu a { color: white; }		

		@media screen and (max-width: 640px) { #utilMenu { display: none; } }


	#menuButton {
		width: 92px;
		cursor: pointer;
		z-index: 2;
	}

		#menuButton span {
			width: 100%;
			display: block;
			border-top: 1px solid #1a1a1a;
			border-bottom: 1px solid white;
			margin: 0.5rem 0;
		}

			#masthead.menuopen #menuButton > span:nth-child(1) {
					transform: rotate(15deg);
					top: calc(0.5rem + 1px);
					position: relative;
			}

			#masthead.menuopen #menuButton > span:nth-child(2) {
					border-color: transparent;
			}

			#masthead.menuopen #menuButton > span:nth-child(3) {
					transform: rotate(-15deg);
					position: relative;
					top: calc(-0.5rem - 1px);
			}


.main-navigation {
	position: absolute;
	background-color: #1a1a1a;
	width: 100%;
	left: 0;
	color: white;
	z-index: 1;
	display: block;
	padding: 0 1em;
	top: 103px;
	overflow-y: hidden;
	height: calc(100vh - 103px);
	/* opacity: 0; */
	max-height: 0;
	pointer-events: none;
	transition: max-height 0.2s ease-in-out, overflow-y 0s 0.2s; /* overflow changes after the animation is done to avoid a transient scrollbar during the transition */
}

	body.admin-bar .main-navigation { height: calc(100vh - 135px); }

	#masthead.menuopen .main-navigation { 
		opacity: 1;
		max-height: 100vh;
		pointer-events: auto;
		overflow-y: auto;
	}

	.main-navigation-wrapper {
		position: relative;
		list-style: none;
		padding: 0;
		max-width: var(--responsive--aligndefault-width);
		margin: 145px auto 1em;
		font-family: var(--global--font-primary);
		font-size: 75px;
		line-height: 1.2em;
	}

		.main-navigation-wrapper > li {
			max-width: calc(100% * 2 / 3);
			margin: 0.133em 0 0.267em;
		}

			.main-navigation-wrapper > li.open {
				background-image: url('menuArrow.png');
				background-size: 1325px 55px;
				background-position: right 140px center;
				background-repeat: no-repeat;
			}

	.main-navigation .sub-menu-toggle {
		display: none;
	}

	.main-navigation a,
	.main-navigation-wrapper > .menu-item > .custom_menu > .title {
		color: white;
		text-decoration: none;
		transition: color 0.2s ease-in-out;
		cursor: pointer;
		display: inline;
		background-color: #1a1a1a;
		padding-right: 0.5em;
	}

		.main-navigation a:hover,
		.main-navigation-wrapper > .menu-item > .custom_menu > .title:hover, 
		.main-navigation a:focus,
		.main-navigation-wrapper > .menu-item > .custom_menu > .title:focus, 
		.main-navigation a:active,
		.main-navigation-wrapper > .menu-item > .custom_menu > .title:active, 
		.main-navigation .menu-item.open > a,
		.main-navigation-wrapper > .menu-item.open > .custom_menu > .title {
			color: #00ffb2 !important;
			background-color: #1a1a1a !important;
		}

	.main-navigation .sub-menu {
		list-style: none;
		padding: 0;
		font-size: 30px;
		line-height: 0.933em;
		width: calc(100% / 3);
		position: absolute;
		top: 0;
		right: 0;
		display: none;
	}

		.main-navigation .menu-item.open .sub-menu { display: block; }

		.main-navigation .sub-menu li {
			margin-bottom: 28px;
			font-family: var(--global--font-primary);
		}

		.main-navigation .sub-menu .custom_menu { 
			font-family: var(--global--font-secondary); 
			margin-bottom: 65px;
		}

		.main-navigation .sub-menu .custom_menu .title {
			font-family: var(--global--font-primary);
			font-size: 21px;
			line-height: 1.2em;
			margin-bottom: 1em;
		}

		.main-navigation .sub-menu .custom_menu p {
			font-size: 16px;
			line-height: 1.375em;
			margin-bottom: 0.625em;
		}

		.main-navigation .sub-menu .custom_menu .wp-block-button__link {
			border: 1px solid white;
			background-color: transparent !important;
			transition: all 0.2s ease-in-out;
			display: block;
		}

			.main-navigation .sub-menu .custom_menu .wp-block-button__link:hover {
				/* background-color: white !important; */
				background-color: #00ffb2 !important;
				border-color: #00ffb2 !important;
				color: black !important;
			}


	/* jQuery-UI overrides */
	.main-navigation .ui-accordion .ui-accordion-header {
		border: none;
		background-image: none;
		border-radius: 0;
		background-color: transparent;
	}
		.main-navigation .ui-accordion .ui-accordion-header .ui-icon { display: none; }

	.main-navigation .ui-accordion .ui-accordion-content {
		background: none;
		border: none;
		color: inherit;
	}



	@media screen and (max-width: 1024px) {
		.main-navigation-wrapper { margin-top: 90px; font-size: 40px; }
		.main-navigation-wrapper > li.open { 
			background-size: 722px 30px; 
			background-position: right 20px center;
		}
		.main-navigation .sub-menu { font-size: 22px; }
		.main-navigation .sub-menu .custom_menu .title { font-size: 15px; }
		.main-navigation .sub-menu .custom_menu p { font-size: 14px; }
	}

	@media screen and (max-width: 640px) {
		.main-navigation-wrapper { margin-top: 45px; font-size: 40px; }
		.main-navigation-wrapper > li { max-width: unset; }
		.main-navigation-wrapper > li.open { background-image: none; }
		.main-navigation .sub-menu { 
			position: relative;
			top: unset;
			right: unset;
			width: auto;
			padding-top: 30px;
			padding-bottom: 40px;
			margin: 0;
		}
		.main-navigation .sub-menu .custom_menu { margin-bottom: 30px; }
	}


.singular .entry-header {
	border-bottom: none;
	padding-bottom: 0;
}


.site-main > article > .entry-footer {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}

.breadcrumbs {
	font-size: 10px;
	line-height: 16px;
	max-width: var(--responsive--aligndefault-width);
	margin-left: auto;
	margin-right: auto;
	width: var(--responsive--aligndefault-width);
	margin-top: 80px !important;
	margin-bottom: 0 !important;
}

	.breadcrumbs a { text-decoration: none; }
	/* .breadcrumbs a:hover { text-decoration: underline; } */

	/* for animated underlines */
	.breadcrumbs a {
		background-image: linear-gradient(currentColor,currentColor);
		/* background-position: 0 100%; */
		background-position: 0 87%;
		background-repeat: no-repeat;
		background-size: 0 1px;
		transition: background-size .4s;
	}
		.breadcrumbs a:hover { background-size: 100% 1px; }		


.site-main > .breadcrumbs + * {
	margin-top: calc(3 * var(--global--spacing-vertical));
}

	@media screen and (max-width: 640px) {
		.site-main > .breadcrumbs + * {
			margin-top: calc(1.5 * var(--global--spacing-vertical));
		}
	}



/* Home page */

@media only screen and (max-width: 768px) {
	body.home {
		--heading--font-size-h1: 50px;
	}
}
body.home article.page,
body.home article.page > .entry-content {
	margin-top: 0;
}

body.home article.page > .entry-content { background-color: white; }


body.home #page > * { z-index: 1; }

body.home #main header {
	max-width: none;
	position: relative;
	padding-bottom: 0;

	height: 1024px;
}

body.home #main header .post-thumbnail {
	max-width: none;
	width: 100%;
	margin-top: 0;
}

body.home #main header .post-thumbnail img {
	margin: 0;
}
body.home #main header .featured_image {
	height: 1024px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 0;

	position: fixed !important;
	width: 100%;
	z-index: 1;
}
body.home #main > article > .entry-content {
	position: relative;
	z-index: 2;
}

	/* for a gradient that sticks to the image instead of the text */
	/*
	body.home #main header .featured_image::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		display: block;
		background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
		outline:  5px solid green;
	}
	*/

body.home #main header .titleWrapper {
		position: absolute;
		/* bottom: 55px; */
		top: 85px;
		width: 100%;
		margin: 0;
		z-index: 2;
}

	body.home #main header .titleWrapper.titleAlignBottom {
		display: flex;
		flex-direction: column;
		justify-content: end;
		align-items: start;
		bottom: 85px;
	}

	body.home #main header .titleWrapper::after {
		content: '';
		position: absolute;
		top: -103px;
		left: 0;
		right: 0;
		bottom: -50px;
		display: block;
		background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
		pointer-events: none;
	}
	body.home #main header .titleWrapper.titleAlignBottom::after {
		bottom: -85px;
		top: -50px;
		display: block;
		background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
	}

body.home #main header .titleWrapper .entry-title {
		max-width: var(--responsive--alignwide-width);
		width: 100%;
		margin: 0 auto;
		color: white;
		/* padding-right: calc(var(--responsive--alignwide-width) * 0.35); */
		padding-right: calc(var(--responsive--alignwide-width) * 0.25);
		line-height: 100px;
		position: relative;
		z-index: 2;
}

body.home #main header .titleWrapper .headerButton {
	width: var(--responsive--alignwide-width);
	margin: 1.5em auto 0;
	z-index: 2;
}

	body.home #main header .titleWrapper .headerButton a {
		background-color: #1a1a1a;
		border-color: transparent;
		color: white;
		transition: all 0.2s ease-in-out;
	}

		body.home #main header .titleWrapper .headerButton a:hover {
			background-color: #00ffb2;
			color: black;
		}


@media screen and (max-width: 1024px) {
	body.home #main header .titleWrapper .entry-title { line-height: 72px; }
}

@media screen and (max-width: 768px) {
	body.home #main header, 
	body.home #main header .featured_image { height: 800px; }
	body.home #main header .titleWrapper .entry-title { padding-right: calc(var(--responsive--alignwide-width) * 0.125); }
}

@media screen and (max-width: 640px) {
	body.home #main header,
	body.home #main header .featured_image { height: 600px; }
	body.home #main header .titleWrapper .entry-title { 
		line-height: 1.12em; 
		padding-right: 0;
	}
}

@media screen and (max-width: 550px) {
	body.home #main header .titleWrapper .entry-title { font-size: 40px; }
}

@media screen and (max-width: 360px) {
	body.home #main header .titleWrapper .entry-title { font-size: 36px; }
}



/*Annoucncement bar */

.wp-block-luminato-announcement-bar {
	max-width: none !important;
	width: 100%;
	transition: all 0.2s ease-in-out;
	margin-bottom: 0;
}

	.wp-block-luminato-announcement-bar a {
		text-decoration: none;
		transition: color 0.2s ease-in-out;
	}

		.wp-block-luminato-announcement-bar .content {
			display: flex;
			align-items: center;
			font-family: 'Favorit Expanded';
			font-size: 14px;
			max-width: var(--responsive--aligndefault-width);
			margin: 0 auto;
			line-height: 20px;
			padding: 20px 0;
		}


			.wp-block-luminato-announcement-bar .text {
				flex-grow: 0;
			}

			.wp-block-luminato-announcement-bar a .arrow {
				background-image: url('arrowHead.png');
				background-size: 10px 20px;
				background-position: center right;
				background-repeat: no-repeat;
				height: 20px;
				margin-left: 20px;
				flex-grow: 1;
				flex-shrink: 1;
				max-width: 30px;
				min-width: 30px;
				position: relative;
				transition: max-width 0.3s ease-in-out;
			}

			.wp-block-luminato-announcement-bar a:hover .arrow {
				max-width: 100%;
			}

				.wp-block-luminato-announcement-bar a .arrow::after {
					content: '';
					position: absolute;
					left: 0;
					right:  0;
					top: 0;
					height: 20px;
					background-image: url('arrowLine.png');
					background-size: 1px 20px;
					background-position: center right;
					background-repeat: repeat-x;
				}

	.wp-block-luminato-announcement-bar + h2 { margin-top: 120px; }

	@media screen and (max-width: 768px) {
		.wp-block-luminato-announcement-bar .content { 
			font-size: 10px;
			line-height: 16px;
		}
		.wp-block-luminato-announcement-bar a .arrow,
		.wp-block-luminato-announcement-bar a .arrow::after { height: 16px; }
	}

	@media screen and (max-width: 480px) {
		.wp-block-luminato-announcement-bar .content { 
			font-size: 9px;
			line-height: 14px;
		}
		.wp-block-luminato-announcement-bar a .arrow,
		.wp-block-luminato-announcement-bar a .arrow::after { height: 14px; }
	}


/* Featured Event block */

.featured_event {
	max-width: none !important;
	width: 100%;
	display: flex;
	margin-bottom: 0;
}

	.featured_event > div:first-child {
		flex-basis: 500px;
		padding: 90px 41.5px;
		padding: 90px 50px;
	}

	.featured_event > div:last-child {
		flex-basis: calc(100% - 500px);
		max-width: calc(100% - 500px);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	@media screen and (min-width: 1920px) {
		.featured_event > div:first-child { flex-basis: 35%; }
		.featured_event > div:last-child {
			flex-basis: 65%;
			max-width: 65%;
		}
	}

	@media screen and (max-width: 1024px) {
		.featured_event > div:first-child { flex-basis: 40%; }
		.featured_event > div:last-child {
			flex-basis: 60%;
			max-width: 60%;
		}
	}

	@media screen and (max-width: 640px) {
		.featured_event { flex-direction: column; }
		.featured_event > div:first-child { 
			flex-basis: auto; 
			padding-top: 50px;
			padding-bottom: 40px;
		}
		.featured_event > div:last-child {
			flex-basis: auto;
			width: var(--responsive--aligndefault-width);
			max-width: var(--responsive--aligndefault-width);
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 90px;
			height: 280px;
		}
	}

	@media screen and (max-width: 480px) {
		.featured_event > div:first-child { 
			padding-left: 15px;
			padding-right: 15px;
		}
	}



	.featured_event .taxonomy_list.series_list {
		display: block;
		list-style: none;
		padding: 0;
		font-size: 9px;
		line-height: 13px;
		font-family: 'Favorit Expanded';
		margin-bottom: 1.5em;
	}

		.featured_event .taxonomy_list.series_list li { display: inline-block; }

			.featured_event .taxonomy_list.series_list a {				
				color: white;
				padding: 6px 20px;
				padding: 13px;
				padding: 8px 13px;
				display: inline-block;
				background-color: #1a1a1a;
				transition: all 0.2s ease-in-out;
				pointer-events: auto;
				text-decoration: none;
			}

				.featured_event .taxonomy_list.series_list a:hover { 
					/* background-color: white; */
					background-color: #00ffb2;
					text-decoration: none;
					color: black;
				}	

	.featured_event .taxonomy_list.discipline_list {
		list-style: none;
		padding: 0;
	}
	.featured_event .taxonomy_list.discipline_list li {
		display: inline-block;
	}
	.featured_event .taxonomy_list.discipline_list li a { text-decoration: none; }
	.featured_event .taxonomy_list.discipline_list li a:hover { text-decoration: underline; }
	.featured_event .taxonomy_list.discipline_list li:not(:last-child) a::after,
	.featured_event .taxonomy_list.discipline_list li:not(:last-child) span::after { content: ',\00a0'; }



/* style.css | https://demo.badmath.com/think33/luminato/wp-content/themes/twentytwentyone-child-luminato/style.css?ver=1.0 */

.featured_event .taxonomy_list.discipline_list {
		display: inline-block;
		border-right: 1px solid black;
		padding-right: 0.25em;
		margin-right: 0.25em;
		font-size: 16px;
		line-height: 1.375em;
}

.featured_event > div:first-child {
}


.featured_event .date {
		display: inline-block;
		font-size: 16px;
		line-height: 1.375em;
}

.featured_event h2 {
		font-size: 72px;
		line-height: 1.139em;
		margin: 0.69em 0 0.56em;
}

		@media screen and (max-width: 768px) {
			.featured_event h2 { font-size: 40px; }
		}

.featured_event .description {
		margin-bottom: 50px;
}

.featured_event .button {
		background-color: transparent !important;
		border-color: black;
		color: black !important;
		transition: all 0.2s ease-in-out;
		white-space: nowrap;
}


	@media screen and (max-width: 640px) {
		.featured_event .description { margin-bottom: 50px; }
		.featured_event .button { 
			display: block;
			text-align: center;
		}
	}

.featured_event .button:hover,
.featured_event .button:focus,
html .featured_event .button:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
		/* 
		background-color: black !important; 
		color: white !important;
		*/
		background-color: #00ffb2 !important;
		border-color: transparent;
}



/* Artist Spotlight */

.wp-block-luminato-artist-list .artist_list { position: relative; }

	.wp-block-luminato-artist-list .artist_list.carousel::after {
			content: '';
			position: absolute;
			left: 13px;
			right: 219px;
			bottom: 0;
			height: 0;
			border-bottom: 1px solid white;
	}

.wp-block-luminato-artist-list > .title {
	max-width: var(--responsive--aligndefault-width);
	margin-left: auto;
	margin-right: auto;	
	margin-bottom: 0.9375em;
}

.wp-block-luminato-artist-list .slick-prev,
.wp-block-luminato-artist-list .slick-next {
	top: 100%;
	width: 71px;
	height: 41px;
	background-color: transparent !important;
	background-size: 71px 41px;
	background-repeat: no-repeat;
	transition: transform 0.2s ease-in-out;
	transform: translate(0, -20px);
}

.wp-block-luminato-artist-list .slick-prev { 
	right: 104px; 
	left: unset; 
	background-position: left center;
	background-image: url('arrow-prev.png');
}
.wp-block-luminato-artist-list .slick-next {
	right: 13px; 
	background-position: right center;
	background-image: url('arrow-next.png');
}

	.wp-block-luminato-artist-list .slick-prev::before,
	.wp-block-luminato-artist-list .slick-next::before {
		content: '';
	}

	.wp-block-luminato-artist-list .slick-prev::after,
	.wp-block-luminato-artist-list .slick-next::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 2;
		pointer-events: none;
		opacity: 0;
		transition: opacity 0.2s ease-in-out;
	}

	.wp-block-luminato-artist-list .slick-prev::after {
		background-position: left center;
		background-image: url('arrow-prev-red.png');
	}

	.wp-block-luminato-artist-list .slick-next::after {
		background-position: right center;
		background-image: url('arrow-next-red.png');
	}

	.wp-block-luminato-artist-list .slick-prev:hover {
		transform: translate(-10px, -20px);
	}

	.wp-block-luminato-artist-list .slick-next:hover {	
		transform: translate(10px, -20px);
	}

	.wp-block-luminato-artist-list .slick-prev:hover::after,
	.wp-block-luminato-artist-list .slick-next:hover::after {
		opacity: 1;
	}


.wp-block-luminato-artist-list .slick-list {
    height: calc(43vw + 72px);
}

	.wp-block-luminato-artist-list .slick-slide {
		padding: 0;
		transition: none;
	}

		.wp-block-luminato-artist-list .slick-slide.hover {
			transform: none;
		}

		.wp-block-luminato-artist-list .artist_list.carousel .artist .thumbnail {
			height: 0;
			padding-top: 76%;
		}
		.wp-block-luminato-artist-list .artist_list.carousel .artist .name { display: block; }
		.wp-block-luminato-artist-list .artist_list.carousel .artist .name:hover { background: none; text-decoration: underline; }

		.wp-block-luminato-artist-list .artist_list.carousel .artist .thumbnail,
		.wp-block-luminato-artist-list .artist_list.carousel .artist .name,
		.wp-block-luminato-artist-list .artist_list.carousel .taxonomy_list.discipline {
			width: calc(25vw - 49px);
			transition: width 0.35s;
		}

			.wp-block-luminato-artist-list .artist_list.carousel .slick-slide.slick-current .artist .thumbnail,
			.wp-block-luminato-artist-list .artist_list.carousel .slick-slide.slick-current .artist .name,
			.wp-block-luminato-artist-list .artist_list.carousel .slick-slide.slick-current .taxonomy_list.discipline {
				width: calc(50vw - 49px);
			}


		@media only screen and (max-width: 1024px) {
			.wp-block-luminato-artist-list .slick-list { height: calc(29vw + 72px); }
		    .wp-block-luminato-artist-list .artist_list.carousel .artist .thumbnail,
		    .wp-block-luminato-artist-list .artist_list.carousel .slick-slide.slick-current .artist .thumbnail, 
		    .wp-block-luminato-artist-list .artist_list.carousel .slick-slide.slick-current .artist .name, 
		    .wp-block-luminato-artist-list .artist_list.carousel .taxonomy_list.discipline,
		    .wp-block-luminato-artist-list .artist_list.carousel .slick-slide.slick-current .taxonomy_list.discipline {
		        width: calc(33vw - 46px) !important;
		    }
		}

		@media only screen and (max-width: 640px) {
			.wp-block-luminato-artist-list .slick-list { height: calc(42vw + 72px); }
			.wp-block-luminato-artist-list .artist_list.carousel::after { left: 5px; }
			.wp-block-luminato-artist-list .slick-next { right: 5px; }
			.wp-block-luminato-artist-list .slick-prev { right: 88px; }
			.wp-block-luminato-artist-list .artist_list.carousel .artist .thumbnail,
			.wp-block-luminato-artist-list .artist_list.carousel .slick-slide.slick-current .artist .thumbnail, 
			.wp-block-luminato-artist-list .artist_list.carousel .slick-slide.slick-current .artist .name, 
			.wp-block-luminato-artist-list .artist_list.carousel .taxonomy_list.discipline,
			.wp-block-luminato-artist-list .artist_list.carousel .slick-slide.slick-current .taxonomy_list.discipline{
		        width: calc(50vw - 54px) !important;
		    }

		}

		@media only screen and (max-width: 480px) {
			.wp-block-luminato-artist-list .slick-list { height: calc(78vw + 72px); }
			.wp-block-luminato-artist-list .artist_list.carousel .artist .thumbnail,
			.wp-block-luminato-artist-list .artist_list.carousel .slick-slide.slick-current .artist .thumbnail, 
			.wp-block-luminato-artist-list .artist_list.carousel .slick-slide.slick-current .artist .name, 
			.wp-block-luminato-artist-list .artist_list.carousel .taxonomy_list.discipline,
			.wp-block-luminato-artist-list .artist_list.carousel .slick-slide.slick-current .taxonomy_list.discipline{
		        width: calc(100vw - 30px) !important;
		    }

		}			


body.post-type-archive-luminato_artist #main header + .wp-block-separator { margin-top: 125px; }

	@media screen and (max-width: 1024px) {
		body.post-type-archive-luminato_artist #main header + .wp-block-separator { margin-top: 100px; }
	}

	@media screen and (max-width: 640px) {
		body.post-type-archive-luminato_artist #main header + .wp-block-separator { margin-top: 50px; }
	}



/* Artist Series block */
.wp-block-luminato-artist-series {
	margin-top: calc(var(--global--spacing-vertical) * 3);
	margin-bottom: calc(var(--global--spacing-vertical) * 3);
}
.wp-block-luminato-artist-series h2,
.wp-block-luminato-artist-series h5 {
	margin-bottom: 0.9375em;
}
.entry-content .wp-block-luminato-artist-series h5 + p { margin-top: 0 !important; }
.wp-block-luminato-artist-series .wp-block-luminato-artist-list {
	background-color: white;
	color: black;
	padding: 0;
}
.wp-block-luminato-artist-series .wp-block-luminato-artist-list .artist_list {
	margin: 0 -13px;
}
	@media screen and (max-width: 640px) {
		.wp-block-luminato-artist-series .wp-block-luminato-artist-list .artist_list { margin: 0 -5px; }
	}
.wp-block-luminato-artist-series .wp-block-luminato-artist-list a {
	color: black;
}
.wp-block-luminato-artist-series .wp-block-luminato-artist-list h2 {
	color: black;
}







/* Digital Content block */

.wp-block-luminato-digital-content-block {
	width: 100%;
	max-width: 100% !important;
	background-color: #1a1a1a;
	color: white;
	padding: 100px 0 120px;
	margin-top: 0;
	margin-bottom: 0;
}

	.wp-block-luminato-digital-content-block > .wp-block-columns {
		width: var(--responsive--aligndefault-width);
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0;
	}

	.wp-block-luminato-digital-content-block a { color: white; }

	.wp-block-luminato-digital-content-block h1 { 
		margin-bottom: 2rem; 
		font-size: var(--heading--font-size-h1);
		line-height: var(--heading--line-height-h1);
	}

	.wp-block-luminato-digital-content-block .artist_list.grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		margin-left: -12px;
		margin-right: -12px;
		margin-bottom: 70px;
		position: relative;
	}

		.wp-block-luminato-digital-content-block .artist_list.grid::after {
			content: '';
			border-bottom: 1px solid white;
			display: block;
			position: absolute;
			bottom: 0;
			left: 12px;
			right: 12px;
		}

		.wp-block-luminato-digital-content-block .artist_list.grid .artist { width: auto; }

		.wp-block-luminato-digital-content-block .artist_list.grid .artist .thumbnail { 
			height: 0;
			width: 100%;
			padding-top: 76%;
		}
	
	.wp-block-luminato-digital-content-block .button { 
		color: white;
		background-color: transparent !important;
		border-color: white;
		transition: all 0.2s ease-in-out;
		display: inline-block;
	}
	
		.wp-block-luminato-digital-content-block .button:hover,
		.wp-block-luminato-digital-content-block .button:focus { 
			color: black;
			/* background-color: white !important; */
			background-color: #00ffb2 !important;
		}

	@media screen and (max-width: 640px) {
		.wp-block-luminato-digital-content-block { padding-top: 30px; }
		.wp-block-luminato-digital-content-block > .wp-block-columns > .wp-block-column {
			flex-basis: 100% !important;
			margin-left: 0;
		}
		.wp-block-luminato-digital-content-block .artist_list.grid {
			margin-left: -5px;
			margin-right: -5px;
			margin-bottom: 40px;
		}
	}



/* Text Intersitial block */

.wp-block-luminato-text-interstitial {
	margin: 0 !important;
	padding: 6rem 0 1.5rem;
	color: white;
	max-width: 100% !important;
	width: 100%;
}

.wp-block-luminato-text-interstitial .wp-block-columns {
	max-width: var(--responsive--aligndefault-width);
	margin-left: auto;
	margin-right: auto;
}

.wp-block-luminato-text-interstitial h2 {
	font-size: 72px;
	line-height: 1.139em;
	margin: 50px 0 40px;
}

	@media screen and (max-width: 1024px) {
		.wp-block-luminato-text-interstitial { padding-bottom: 3.5rem; }
		.wp-block-luminato-text-interstitial > .wp-block-columns > .wp-block-column:first-child { flex-basis: calc(35% - 1em) !important; }
		.wp-block-luminato-text-interstitial > .wp-block-columns > .wp-block-column:last-child { flex-basis: calc(65% - 1em) !important; }
	}

	@media screen and (max-width: 768px) {
		.wp-block-luminato-text-interstitial h2 { font-size: 40px; }
	}

	@media screen and (max-width: 640px) {
		.wp-block-luminato-text-interstitial > .wp-block-columns > .wp-block-column:first-child,
		.wp-block-luminato-text-interstitial > .wp-block-columns > .wp-block-column:last-child { flex-basis: 100% !important; margin-left: 0 !important;}
	}




/* Recent Blog Posts block */

.wp-block-luminato-recent-blog-posts {
	margin-top: 120px;
	margin-bottom: 150px;
}

	@media screen and (max-width: 1024px) {
		.wp-block-luminato-recent-blog-posts { margin-top: 90px; }
	}

.wp-block-luminato-recent-blog-posts h2 {
	margin-bottom: 0.9375em;
}

.wp-block-luminato-recent-blog-posts .recent_blog_posts {
	list-style: none;
	padding: 0px;
	margin-bottom: 80px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 40px 25px;
}

	@media screen and (max-width: 768px) {
		.wp-block-luminato-recent-blog-posts .recent_blog_posts { grid-template-columns: 1fr 1fr; }
	}

	@media screen and (max-width: 640px) {
		.wp-block-luminato-recent-blog-posts { margin-bottom: 90px; }
	}

	@media screen and (max-width: 480px) {
		.wp-block-luminato-recent-blog-posts .recent_blog_posts { 
			grid-template-columns: 1fr; 
			grid-gap: 25px;
		}
		.wp-block-luminato-recent-blog-posts h2 { margin-bottom: 35px; }
	}

	.wp-block-luminato-recent-blog-posts .recent_blog_posts a { text-decoration: none; }
	/* .wp-block-luminato-recent-blog-posts .recent_blog_posts a:hover { text-decoration: underline; } */

	.wp-block-luminato-recent-blog-posts .recent_blog_posts .post .title {
		display: block;
		margin-top: 20px;
		font-family: var(--global--font-primary);
		font-size: 21px;
		line-height: 1.19em;
	}

		/* for animated underlines */
		.wp-block-luminato-recent-blog-posts .recent_blog_posts .post .title span {
			background-image: linear-gradient(currentColor,currentColor);
			/* background-position: 0 100%; */
			background-position: 0 87%;
			background-repeat: no-repeat;
			background-size: 0 1px;
			transition: background-size .4s;
		}
			.wp-block-luminato-recent-blog-posts .recent_blog_posts .post a:hover .title span { background-size: 100% 1px; }


	.wp-block-luminato-recent-blog-posts .recent_blog_posts .post .category::after { content: '\00a0|'; }

	.wp-block-luminato-recent-blog-posts .recent_blog_posts .post .category,
	.wp-block-luminato-recent-blog-posts .recent_blog_posts .post .date {
		font-size: 16px;
		line-height: 1.375em;
	}



/* enlarging images on hover */
.wp-block-luminato-recent-blog-posts .recent_blog_posts a .image { 
	display: block;
	width: 100%;
	overflow: hidden; 
}
.wp-block-luminato-recent-blog-posts .recent_blog_posts a .image img.attachment-post-thumbnail { transition: transform 0.6s ease; }
.wp-block-luminato-recent-blog-posts .recent_blog_posts a:hover .image img.attachment-post-thumbnail { transform: scale(1.1); }


	.wp-block-luminato-recent-blog-posts .recent_blog_posts .post img.attachment-post-thumbnail { height: auto !important; }

	.wp-block-luminato-recent-blog-posts .button {
		background-color: transparent !important;
		border-color: black !important;
		color: black !important;
		transition: all 0.2s ease-in-out;
	}

		.wp-block-luminato-recent-blog-posts .button:hover {
			/*
			background-color: black !important;
			color: white !important;
			*/
			background-color: #00ffb2 !important;
			border-color: #00ffb2 !important;
		}

		@media screen and (max-width: 640px) {
			.wp-block-luminato-recent-blog-posts .button {
				display: block;
				text-align: center;
			}
		}


/* Page Link block */

.page_link {
	margin: 0 !important;
	color: white;
	max-width: 100% !important;
	width: 100%;
	background-color: #1a1a1a;
	transition: all 0.2s ease-in-out;
	border-top: 1px solid #d8d8d8;
	position: relative;
}

	.page_link .arrow {
		position: absolute;
		mix-blend-mode: difference;
		fill: #ff0a43;
		z-index: 10000;
	}

	.page_link a,
	.page_link a:focus {
		color: inherit !important;
		text-decoration: none;
		display: block;
		max-width: var(--responsive--aligndefault-width);
		margin-left: auto;
		margin-right: auto;
		padding: 60px 0;
		background-color: transparent !important;
		transition: all 0.2s ease-in-out;
		display: grid;
		grid-template-columns: 2fr 1fr;
		grid-template-rows: auto 1fr;
		grid-gap: 0 25px;
		cursor: none;
	}

	/*.page_link:hover {
		background-color: #ff0a43 !important;
		color: black !important;
	}

	.page_link:hover a {
		color: black !important;
	}*/

	.page_link .title {
		font-family: var(--global--font-primary);
		font-size: 105px;
		line-height: 1.139em;
		margin: 0 0 0.56em;
	}

		@media screen and (max-width: 768px) {
			.page_link .title { font-size: 40px; }
			.page_link .title,
			.page_link .description {
				max-width: 90%;
			}
			.page_link a, 
			.page_link a:focus {
				grid-template-columns: 3fr 2fr;
			}
		}

	.page_link .title,
	.page_link .description {
		max-width: 66%;
		display: block;
		grid-column: 1;
	}

	.page_link .image {
		display: block;
		height: 0;
		padding-top: 76%;
		grid-column: 2;
		grid-row: 1 / 3;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}

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

			.page_link a,
			.page_link a:focus {
				grid-template-columns: 1fr;
				grid-template-rows: unset;
			}

			.page_link .title {
				max-width: 100%;
				grid-row: 1;
			}

			.page_link .description {
				max-width: 100%;
				grid-row: 2;
			}

			.page_link .image {
				grid-column: 1;
				grid-row: 3;
			}

			.page_link {
				border-bottom: 1px solid white;
			}

			.page_link .description {
				margin-bottom: 30px;
			}

		}

	.post_list + .page_link {
		margin-top: calc(var(--global--spacing-vertical) * 3) !important;
	}


.artist_list {
	display: flex;
	flex-wrap: wrap;
	max-width: calc(var(--responsive--alignwide-width) + 26px);
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	list-style: none;
	padding: 0;
}

	ul.artist_list { max-width: calc(var(--responsive--alignwide-width) + 26px) !important; }

	.artist_list .artist {
		width: 206px;
		margin: 0 12px 66px;
		position: relative;
		font-size: 21px;
		line-height: 1.19em;
	}

		article.luminato_artist ul.artist_list .artist { width: 440px; }

		@media screen and (max-width: 1024px) {
			.artist_list .artist { font-size: 15px; }
		}

		.artist_list .artist a { text-decoration: none; }

		.artist_list .artist a:focus { color: black !important; }
		/* .artist_list .artist a:hover { text-decoration: underline; } */


		/* for animated underlines */
		.artist_list .artist a {
			background-image: linear-gradient(currentColor,currentColor);			
			/* background-position: 0 100%; */
			background-position: 0 87%;
			background-repeat: no-repeat;
			background-size: 0 1px;
			transition: background-size .4s;
		}
			.artist_list .artist a:hover { background-size: 100% 1px; }


		.artist_list .artist .name { font-family: var(--global--font-primary); }

		.artist_list .artist .thumbnail {
			height: 278px;
			width: 206px;
			display: block;
			background-size: cover !important;
			background-position: center !important;
			background-color: gray !important;
			margin-bottom: 20px;
		}

		.artist_list .taxonomy_list {
			list-style: none;
			padding: 0;
		}

			.artist_list .taxonomy_list.series {
				position: absolute;
				top: 0;
				height: 278px;
				display: flex;
				font-size: 9px;
				line-height: 13px;
				flex-wrap: wrap;
				align-content: flex-end;
				pointer-events: none;
				font-family: 'Favorit Expanded';
			}

				.artist_list .taxonomy_list.series a {				
					color: black;
					padding: 6px 20px;
					padding: 13px;
					padding: 8px 13px;
					display: inline-block;
					background-color: #00FFB2;
					transition: background-color 0.2s ease-in-out;
					pointer-events: auto;
				}

					.artist_list .taxonomy_list.series a:hover { 
						background-color: white; 
						text-decoration: none;
					}

			@media screen and (max-width: 640px) {
				.artist_list { max-width: calc(var(--responsive--alignwide-width) + 10px); }
				ul.artist_list { max-width: calc(var(--responsive--alignwide-width) + 10px) !important; }
				.artist_list .artist { 
					width: 166px; 
					margin: 0 5px 40px;
				}
				.artist_list .artist .thumbnail {
					height: 224px;
					width: 166px;
				}
				.artist_list .taxonomy_list.series { height: 224px; }
			}

			article.luminato_artist ul.artist_list .artist .thumbnail {
				width: 440px;
				height: 337px;
			}

			.artist_list .date { display: block; }

			.artist_list .taxonomy_list.discipline,
			.artist_list .credit,
			.artist_list .date {
				font-size: 16px;
				line-height: 1.375em;
				margin-top: 8px;
			}

				@media screen and (max-width: 1024px) {
					.artist_list .credit { font-size: 12px; }
					article.luminato_artist ul.artist_list .artist { width: 252px; }
					article.luminato_artist ul.artist_list .artist .thumbnail {
						width: 252px;
						height: 194px;
					}
					.artist_list .taxonomy_list.discipline { font-size: 12px; }
				}

				.artist_list .taxonomy_list.discipline li { display: inline-block; }

				.artist_list .taxonomy_list.discipline li:not(:last-child) a::after,
				.artist_list .taxonomy_list.discipline li:not(:last-child) span::after { content: ',\00a0'; }

.wp-block-luminato-artist-list {
	border: none;
	background-color: #1a1a1a;
	color: white;
	padding: 140px 0;
	max-width: 100% !important;
	margin: 0;
}

	.wp-block-luminato-artist-list a { color: white; }

	.wp-block-luminato-artist-list .artist_list {
		max-width: calc(var(--responsive--alignwide-width) + 26px);
		margin-left: auto;
		margin-right: auto;
	}

		@media screen and (max-width: 640px) {
			.wp-block-luminato-artist-list { padding: 90px 0; }
			.wp-block-luminato-artist-list .artist_list {
				max-width: calc(var(--responsive--alignwide-width) + 10px);
			}
		}

		.wp-block-luminato-artist-list .artist {
			padding: 0;
			font-family: var(--global--font-primary);
		}




.wp-block-luminato-credit-list {
	background: #1a1a1a;
	color: white;
	border: none;
	max-width: 100% !important;
	padding: 130px 0;
	margin-top: 0;
	margin-bottom: 0;
}

	#tribe-events-pg-template .wp-block-luminato-credit-list {
		background: white;
		color: inherit;
		padding-top: 165px;
	}

		@media screen and (max-width: 1024px) {
			.wp-block-luminato-credit-list { padding-bottom: 90px; }
			#tribe-events-pg-template .wp-block-luminato-credit-list { padding: 125px 0 0; }
		}

		@media screen and (max-width: 640px) {
			.wp-block-luminato-credit-list { padding: 100px 0 60px; }
			#tribe-events-pg-template .wp-block-luminato-credit-list { padding: 90px 0 0; }
		}

	.wp-block-luminato-credit-list .credits_title {
		max-width: var(--responsive--alignwide-width);
		margin: 0 auto var(--global--spacing-vertical);
	}

	.wp-block-luminato-credit-list a { color: white; }

		#tribe-events-pg-template .wp-block-luminato-credit-list a { color: inherit; }




article.luminato_artist .entry-header {
	display: none;
}

article.luminato_artist .featured_image {
	float: right;
	margin: 0 0 1em 2em !important;
	width: 322px;
	height: 425px;
	background-size: cover;
	background-position: center;
}

	@media screen and (max-width: 1024px) {
		article.luminato_artist .featured_image {
			width: 161px;
			height: 212px;
		}
	}

	@media screen and (max-width: 480px) {
		article.luminato_artist .featured_image {
			width: var(--responsive--aligndefault-width);
			height: 0;
			padding-top: 132%;
			float: none;
			margin: 0 0 1em !important;
		}
	}

article.luminato_artist .taxonomy_list.series_list {
	font-size: 9px;
	font-family: 'Favorit Expanded';
	line-height: 13px;
	list-style: none;
	padding: 0;
	margin: 0;
}

	article.luminato_artist .taxonomy_list.series_list a {				
		color: black;
		padding: 6px 20px;
		padding: 13px;
		padding: 8px 13px;
		display: inline-block;
		background-color: #00FFB2;
		transition: all 0.2s ease-in-out;
		pointer-events: auto;
		text-decoration: none;
	}

		article.luminato_artist .taxonomy_list.series_list a:hover { 
			background-color: black; 
			color: white;
			text-decoration: none;
		}

article.luminato_artist h1.title {
	font-size: 72px;
	line-height: 1.111em;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	clear: none;
}

	@media screen and (max-width: 1024px) {
		article.luminato_artist h1.title { font-size: 40px; }
	}

article.luminato_artist .taxonomy_list.discipline_list {
	font-size: 16px;
	font-family: var(--global--font-primary);
	line-height: 22px;
	margin-top: 8px;
	list-style: none;
	padding: 0;
}

	article.luminato_artist .taxonomy_list.discipline_list li { display: inline-block; }

	article.luminato_artist .taxonomy_list.discipline_list li:not(:last-child) a::after,
	article.luminato_artist .taxonomy_list.discipline_list li:not(:last-child) span::after { content: ',\00a0'; }

	article.luminato_artist .taxonomy_list.discipline_list a { text-decoration: none; }
	article.luminato_artist .taxonomy_list.discipline_list a:focus { color: black !important; }
	article.luminato_artist .taxonomy_list.discipline_list a:hover { text-decoration: underline; }

article.luminato_artist .artistBio p { 
	max-width: 775px !important; 
	margin-left: 0 !important;
}

	@media screen and (min-width: 1580px) {		
		article.luminato_artist .artistBio p { max-width: 50% !important; }
	}

article.luminato_artist .artistLinks { margin-top: 85px; }

	article.luminato_artist .artistLinks h5 {
		font-size: 21px;
		line-height: 1.19em;
		margin-bottom: 0 !important;
	}

	article.luminato_artist .artistLinks p {
		margin: 1em 0 !important;
		font-size: 16px;
	}

	article.luminato_artist .artistLinks a {
		text-decoration: none;
		color: #5706cf !important;
		transition: color 0.2s ease-in-out;
	}

		article.luminato_artist .artistLinks a:hover { color: black !important; }

	article.luminato_artist .artistLinks .wp-block-social-links {
		margin-top: 0.5em !important;
	}

	@media screen and (max-width: 1024px) {
		article.luminato_artist .artistLinks h5 { font-size: 15px; }
		article.luminato_artist .artistLinks p { font-size: 12px; }
	}

article.luminato_artist > .entry-content > .wp-block-separator { margin: 75px auto; }

article.luminato_artist .credits_list {
	list-style: none;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 25px;
	margin-bottom: 150px;
}

article.luminato_artist .credits_list .credit { outline: 1px solid red; }

@media screen and (max-width: 480px) {
	article.luminato_artist .artistBio .wp-block-group__inner-container {
		display: grid;
		grid-template-columns: 1fr;
	}

		article.luminato_artist .artistBio .wp-block-group__inner-container > * { width: 100%; }

	article.luminato_artist .taxonomy_list.series_list { grid-row: 1; }
	article.luminato_artist h1.title { grid-row: 2; }
	article.luminato_artist .taxonomy_list.discipline_list { grid-row: 3; }
	article.luminato_artist .featured_image { grid-row: 4; }
}




.wp-block-luminato-press {
	background-color: #5706CF;
	color: white;
	max-width: 100% !important;
	width: 100%;
	padding: 140px 0;
	margin: 0;
}

	.wp-block-luminato-press > .content { 
		display: flex; 
		max-width: var(--responsive--alignwide-width);
		margin-left: auto;
		margin-right: auto;		
	}

	.wp-block-luminato-press-item {
		flex-basis: calc(100% / 3);
		margin: 0 12.5px;
	}

		.wp-block-luminato-press a {
			text-decoration: none;
			color: white;
		}

			.wp-block-luminato-press a:focus { background-color: unset !important; }

			.wp-block-luminato-press a.pressLinks {
				display: block;
			}

		.wp-block-luminato-press .title {
			font-family: var(--heading--font-family);
			font-size: 21px;
			line-height: 25px;
			display: block;
		}

		.wp-block-luminato-press .publication {
			font-size: 16px;
			display: block;
			margin-top: 0.5em;
		}

			.wp-block-luminato-press .publication::before {
				content: '\2014';
				margin-right: 0.25em;
			}


		.wp-block-luminato-press-item .stars {
			margin-top: 20px;
			position: relative;
 			--percent: calc(var(--rating) / 5 * 100%);
		}

			.wp-block-luminato-press-item .stars::before,
			.wp-block-luminato-press-item .stars::after {
				content: '★★★★★';
				letter-spacing: 1px;
			}

			.wp-block-luminato-press-item .stars::before {
				position: relative;
				z-index: 2;
				background: -webkit-gradient(linear, left top, right top, from(transparent), to(#5706cf));
				background: -webkit-linear-gradient(left, transparent var(--percent), #5706cf var(--percent));
				background: -o-linear-gradient(left, transparent var(--percent), #5706cf var(--percent));
				background: linear-gradient(90deg, transparent var(--percent), #5706cf var(--percent));
				-webkit-background-clip: border-box;
				-webkit-text-fill-color: transparent;
			}
			.wp-block-luminato-press-item .stars::after {
				position: absolute;
				left: 0;
				z-index: 1;
				text-shadow: 0 0 2px #fff, 0 0 1px #fff, 0 0 1px #fff;
				color: #5706cf;
			}



/* Events & Digital Content */


.tribe-events-notices {
	background: #1a1a1a;
	border: none;
	color: white;
	padding: 0.5em 1em;
	text-shadow: none;
	border-radius: 0;
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 100;
}


.tribe-events-schedule__separator { color: inherit; }

#tribe-events-pg-template .featured_image,
.single-luminato_content .featured_image {
	height: 0;
	width: 100%;
	background-size: cover;
	background-position: center;
	margin: 0 !important;
	max-width: none !important;
	position: relative;
}

	#tribe-events-pg-template .featured_image { 
		padding-top: 100px; 
		height: 62.5vw;
		max-height: calc(100vh - 225px); /* 225px = room for height of event title and credits above it + top navbar */
	}
		body.admin-bar #tribe-events-pg-template .featured_image { max-height: calc(100vh - 257px); }

		@media screen and (max-width: 1024px) {
			#tribe-events-pg-template .featured_image { max-height: calc(100vh - 158px); }
			body.admin-bar #tribe-events-pg-template .featured_image { max-height: calc(100vh - 190px); }
		}

	.single-luminato_content .featured_image { 
		margin-top: 100px; 
		height: 0;
	}

	.single-luminato_content .wp-block-embed,
	.single-luminato_content .wp-block-video { 
		margin-bottom: 0; 
		padding-bottom: calc(var(--global--spacing-vertical) * 2);
	}

	.single-luminato_content .wp-block-embed:empty,
	.single-luminato_content .wp-block-video:empty { display: none; }

	.single-luminato_content .wp-block-embed ~ .featured_image { display: none; }

	body.hasBanner.single-luminato_content .featured_image { padding-top: 62.5%; }

	body.hasBanner #tribe-events-pg-template .featured_image::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 100px;
		display: block;
		background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
	}


#tribe-events-pg-template, .tribe-events-pg-template {
	margin: 0;
	padding: 0;
	max-width: none;
}

article.luminato_content { margin-top: 0 !important }
article.luminato_content > .entry-content { margin-top: calc(var(--global--spacing-vertical) / 2); }

.tribe-events-single-event-title,
.single-luminato_content header.entry-header {
	display: none;
}

.tribe-events-single-event-recurrence-description {
	display: none;
}

.tribe-events-back {
	display: none;
}

#tribe-events-content {
	padding: 0;
	margin-bottom: 0;
}
#tribe-events-pg-template .tribe_events > *:not(.wp-block-group:first-child) {
	max-width: var(--responsive--alignwide-width);
	margin-left: auto;
	margin-right: auto;
}

#tribe-events-pg-template .taxonomy_list,
.single-luminato_content .taxonomy_list {
	list-style: none;
	padding: 0;
}

	#tribe-events-pg-template .tribe_events .wp-block-group:first-child > .wp-block-group__inner-container,
	.single-luminato_content .entry-content .wp-block-group:first-child > .wp-block-group__inner-container { position: relative; }

		#tribe-events-pg-template .taxonomy_list.series_list,
		.single-luminato_content .taxonomy_list.series_list {
			position: absolute;
			display: block;			
			z-index: 2;
			bottom: 0;
			right: 0;
			font-size: 9px;
			line-height: 13px;
			font-family: 'Favorit Expanded';
			margin-bottom: var(--global--spacing-vertical);
		}
			#tribe-events-pg-template .taxonomy_list.series_list { left: 0; }
			.single-luminato_content .taxonomy_list.series_list { left: var(--global--spacing-vertical); }

			.single-luminato_content .wp-block-embed ~ .taxonomy_list.series_list { 
				left: 0;

			}

			#tribe-events-pg-template .taxonomy_list.series_list a,
			.single-luminato_content .taxonomy_list.series_list a {				
				color: white;
				padding: 6px 20px;
				padding: 13px;
				padding: 8px 13px;
				display: inline-block;
				background-color: #1a1a1a;
				transition: all 0.2s ease-in-out;
				pointer-events: auto;
				text-decoration: none;
			}

				#tribe-events-pg-template .taxonomy_list.series_list a:hover,
				.single-luminato_content .taxonomy_list.series_list a:hover { 
					/* background-color: white; */
					background-color: #00ffb2;
					text-decoration: none;
					color: black;
				}

#tribe-events-pg-template h5 {
	font-family: 'Favorit Expanded';
	font-size: 12px;
	line-height: 1.167em;
	margin-top: var(--global--spacing-vertical);
	margin-bottom: var(--global--spacing-vertical);
}

.single-luminato_content h5 {
	font-family: 'Favorit Expanded';
	font-size: 21px;
	line-height: 1.19em;
	margin-top: var(--global--spacing-vertical);
	margin-bottom: var(--global--spacing-vertical);
}

#tribe-events-pg-template h1.title,
.single-luminato_content h1.title {
	font-size: 72px;
	line-height: 1.111em;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	max-width: var(--responsive--alignwide-width);
	margin-left: auto;
	margin-right: auto;
	clear: none;
}

	@media screen and (max-width: 1024px) {
		#tribe-events-pg-template h1.title,
		.single-luminato_content h1.title { font-size: 40px; }
	}


#tribe-events-pg-template .eventSpecs {
	font-size: 16px;
	line-height: 1.375em;
	margin-bottom: var(--global--spacing-vertical) !important;

	/* grid-row: 1 / 3; */
	grid-row: 1 / 4;
}

	#tribe-events-pg-template .eventSpecs h3 {
		font-size: 21px;
		line-height: 1.19em;
		margin-bottom: calc(var(--global--spacing-vertical) / 2);
		white-space: nowrap;
	}

	#tribe-events-pg-template .eventSpecs a { color: #5706cf; text-decoration: none; }
	#tribe-events-pg-template .eventSpecs a:hover { color: black; }


		/* for animated underlines */
		#tribe-events-pg-template .eventSpecs a {
			background-image: linear-gradient(currentColor,currentColor);
			/* background-position: 0 100%; */
			background-position: 0 87%;
			background-repeat: no-repeat;
			background-size: 0 1px;
			transition: background-size .4s;
		}
			#tribe-events-pg-template .eventSpecs a:hover { background-size: 100% 1px; }


	#tribe-events-pg-template .eventSpecs > .wp-block-column > * { 
		margin-top: calc(var(--global--spacing-vertical) / 2); 
		margin-bottom: calc(var(--global--spacing-vertical) / 2); 
	}

	#tribe-events-pg-template .eventSpecs .tribe-events-schedule__datetime {
		font-size: inherit;
		line-height: inherit !important;
			font-weight: inherit;
	}

		#tribe-events-pg-template .eventSpecs .tribe-events-schedule__datetime ul { padding-left: 1em; }

			#tribe-events-pg-template .eventSpecs .tribe-events-schedule__datetime ul li {
				margin-bottom: 0.5em;
			}

				#tribe-events-pg-template .eventSpecs .tribe-events-schedule__datetime ul li > span { font-size: inherit; }

		#tribe-events-pg-template .eventSpecs .tribe-events-schedule__datetime > * {
			font-size: 16px;
			font-weight: normal;
			line-height: 1.375em;
		}

			#tribe-events-pg-template .eventSpecs .tribe-events-schedule__separator--time,
			#tribe-events-pg-template .eventSpecs .tribe-events-schedule__time--end,
			#tribe-events-pg-template .eventSpecs .tribe-events-schedule__all-day {
				display: none;
			}

	#tribe-events-pg-template .eventSpecs .duration { margin-bottom: calc(var(--global--spacing-vertical) / 2); }

	#tribe-events-pg-template .eventSpecs .tribe-block__venue__name h3 {
		font-family: inherit;
		font-size: inherit !important;
		font-weight: inherit !important;
		line-height: inherit !important;
	}

	#tribe-events-pg-template .eventSpecs .tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__address {
		line-height: inherit;
		color: inherit;
		margin-bottom: calc(var(--global--spacing-vertical) / 2);
	}

#main .mainDetails > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: 3fr 1fr;
}

	#main .mainDetails > .wp-block-group__inner-container > *:not(.ctaButtons):not(.buyTickets):not(.wp-block-luminato-sponsors-list) {
		max-width: 800px;
		margin-left: 0;
		margin-bottom: 0;
		grid-column: 1;
	}

	#main .ctaButtons {
		grid-column: 2;
		grid-row: 1;
		width: 100%;
		padding: 0 0 0 6rem;
		margin-top: 0;
	}

		#main .ctaButtons .wp-block-button,
		#main .ctaButtons .wp-block-button a { width: 100%; }

	#main .buyTickets {
		border: 0.75px solid black;
		color: black;
		grid-column: 2;
		grid-row: 1;
		margin-left: 6rem !important;
		width: calc(100% - 6rem);
		font-size: 12px;
		line-height: 14px;
		font-family: var(--global--font-primary);
		margin-bottom: var(--global--spacing-vertical) !important;
		margin-top: 0 !important;
		padding-top: 0;
		padding-bottom: 0;
		text-align: center;
		height: 45.5px;
	}

		#main .buyTickets.button {
			background-color: transparent;
			transition: all 0.2s ease-in-out;
			padding: var(--button--padding-vertical) var(--button--padding-horizontal);
		}

			#main .buyTickets.button:hover {
				background-color: black;
				color: white;
			}

		#main .ctaButtons + .buyTickets {
			grid-row: 2;
			margin-top: calc(var(--global--spacing-vertical) * -1) !important;
		}	

	#main .wp-block-luminato-sponsors-list {
		grid-column: 2;
		grid-row-start: 2;
		grid-row-end: 50;
		max-width: none;
		width: 100%;
		min-width: calc(180px + 6rem);
		margin-top: 0;
		background: transparent;
		padding: 0 0 0 6rem;
		border: none;
	}

		#main .ctaButtons + .buyTickets + .wp-block-luminato-sponsors-list {
			grid-row-start: 3;
		}


		#main .wp-block-luminato-sponsors-list h3 {
			font-size: 21px;
			line-height: 1.19em;
			margin-top: calc(var(--global--spacing-vertical) / 2);
			margin-bottom: calc(var(--global--spacing-vertical) / 2);
		}

			#main .wp-block-luminato-sponsors-list .wp-block-luminato-block-sponsor {
				background: none;
				border: none;
				padding: 0;
				margin: var(--global--spacing-vertical) 0;
				vertical-align: top;
			}

				#main .wp-block-luminato-sponsors-list .wp-block-luminato-block-sponsor a { text-decoration: none; }
				#main .wp-block-luminato-sponsors-list .wp-block-luminato-block-sponsor a:hover { text-decoration: underline; }

				#main .wp-block-luminato-sponsors-list .wp-block-luminato-block-sponsor .label {
					font-size: 12px;
					line-height: 1.5em;
					display: block;
					margin-bottom: 1em;
				}

				#main .wp-block-luminato-sponsors-list .wp-block-luminato-block-sponsor img {
					max-width: 180px;
					max-height: 200px;
				}

				#main .wp-block-luminato-sponsors-list .wp-block-luminato-block-sponsor .extra {
					font-size: 16px;
					line-height: 1.375em;
					display: block;
					margin-top: 1em;
				}

					#main .wp-block-luminato-sponsors-list .wp-block-luminato-block-sponsor .extra a {
						text-decoration: none;
						color: #5706cf;
					}

						#main .wp-block-luminato-sponsors-list .wp-block-luminato-block-sponsor .extra a:hover {
							color: black;
							text-decoration: underline;
						}


#tribe-events-pg-template .wp-block-luminato-press {
	padding: 60px 0;
	background-color: #1a1a1a;
	margin-top: 150px;
	margin-bottom: 150px;
}

	#tribe-events-pg-template .wp-block-luminato-press-item .stars::before {
		background: linear-gradient(90deg, transparent var(--percent), #1a1a1a var(--percent));
	}

	#tribe-events-pg-template .wp-block-luminato-press-item .stars::after { color: #1a1a1a; }


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

		#main .mainDetails {
			max-width: none !important;
			margin-left: 0 !important;
			margin-right: 0 !important;
		}

		#main .mainDetails + .series_links { margin-top: 0 !important; }

		#main .mainDetails > .wp-block-group__inner-container {
			grid-template-columns: 1fr;
			padding-bottom: 2rem;
		}

		#main .mainDetails > .wp-block-group__inner-container > :not(.ctaButtons):not(.buyTickets):not(.wp-block-luminato-sponsors-list) {
			max-width: var(--responsive--alignwide-width);
			margin-left: auto;
			width: 100%;
		}

		#tribe-events-pg-template .eventSpecs {
			grid-row: 1;
		}

		#main .ctaButtons {
			grid-column: 1;
			grid-row-start: 2;
			margin: 0 auto;
			padding: 2rem 0;
		}

		#main .buyTickets {
			grid-column: 1;
			grid-row-start: 2;
			width: 100%;
			margin-left: auto !important;
		}

		#main .ctaButtons + .buyTickets {
			grid-row-start: 3;
		}

		#main .ctaButtons .wp-block-button,
		#main .ctaButtons .wp-block-button a { 
			/* width: auto; */
		}

		#main .mainDetails .wp-block-luminato-sponsors-list {
			grid-column: 1;
			grid-row-start: 50;
			margin: 4rem 0 -22px;
			padding: 2rem 0;
			background-color: #F7F7F7;
		}

		#main .mainDetails .wp-block-luminato-sponsors-list h3 {
			max-width: var(--responsive--alignwide-width);
			margin-left: auto;
			margin-right: auto;
		}

		#main .mainDetails .wp-block-luminato-sponsors-list .sponsors {
			max-width: calc(var(--responsive--alignwide-width) + (2 * var(--global--spacing-horizontal)));
			margin-left: auto;
			margin-right: auto;
		}

		#main .mainDetails .wp-block-luminato-sponsors-list .wp-block-luminato-block-sponsor {
			margin: var(--global--spacing-vertical) var(--global--spacing-horizontal);
			display: inline-block;
		}

		#main .mainDetails .wp-block-luminato-sponsors-list + p { margin-top: 4rem; }

		#tribe-events-pg-template .wp-block-luminato-press { margin-top: 0; }

	}


#main .series_links {
	max-width: 100% !important;
	background-color: #FF0A43;
	color: #1a1a1a;
	margin-top: 70px;
	margin-bottom: 0;
}

	#main .series_links .series {
		max-width: var(--responsive--alignwide-width);
		margin: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 40px 0;
	}

		#main .series_links .series h3 {
			font-size: 23px;
			line-height: 1.39em;
			font-family: var(--global--font-secondary);
			margin-right: 3rem;
		}


		#main .series_links .series .button {
			background-color: transparent;
			border-color: black;
			color: black;
			transition: all 0.2s ease-in-out;
			text-align: center;
			white-space: nowrap;
		}

			#main .series_links .series .button:hover {
				/*
				background-color: white;
				border-color: white;
				*/
				background-color: #00ffb2;
				border-color: #00ffb2;
			}

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

		#main .series_links .series {
			flex-direction: column;
			align-items: start;
		}

		#main .series_links .series h3 {
			font-size: 16px;
		}

		#main .series_links .series .button {
			width: 100%;
			margin-top: 2rem;
		}

	}


#tribe-events-pg-template .credits_title {
	margin-top: var(--global--spacing-vertical);
	margin-bottom: var(--global--spacing-vertical);
}

#tribe-events-pg-template #tribe-events-footer { display: none; }


/* Video embeds */

.wp-block-embed.is-type-video { margin-top: 0; }




/* Galleries */

.wp-block-luminato-gallery { 
	margin-top: 200px; 
	margin-bottom: 80px;
}

.wp-block-luminato-gallery h3.label {
	max-width: var(--responsive--alignwide-width);
	margin-left: auto;
	margin-right: auto;
	margin-top: var(--global--spacing-vertical);
	margin-bottom: var(--global--spacing-vertical);
	font-size: var(--heading--font-size-h2);
	letter-spacing: var(--heading--letter-spacing-h2);
	line-height: var(--heading--line-height-h2);
}

.wp-block-column > .wp-block-luminato-gallery:first-child h3.label { margin-top: 0; }

.wp-block-luminato-gallery.carousel > .content {
	margin: 0 -12px;
}

.wp-block-luminato-gallery.carousel .blocks-gallery-grid {
	display: block;
	width: 100%;
	padding-bottom: 30px;
}

.wp-block-luminato-gallery.carousel .blocks-gallery-grid .blocks-gallery-item {
	width: calc((var(--responsive--alignwide-width) + 24px) / 3) !important;
	height: calc((var(--responsive--alignwide-width) + 24px) / 3 * .76);
}

/* enlarging images on hover */
.wp-block-gallery.is-cropped .blocks-gallery-item a { overflow: hidden; }
.wp-block-gallery.is-cropped .blocks-gallery-item a img { transition: transform 0.6s ease; }
.wp-block-gallery.is-cropped .blocks-gallery-item a:hover img { transform: scale(1.1); }


.wp-block-luminato-gallery.carousel .blocks-gallery-grid .blocks-gallery-item > figure {
	position: relative;
	margin-right: 12px;
	margin-left: 12px;
}

.wp-block-luminato-gallery.carousel .slick-prev,
.wp-block-luminato-gallery.carousel .slick-next {
	top: 100%;
	width: 71px;
	height: 41px;
	background-color: transparent !important;
	background-size: 71px 41px;
	background-repeat: no-repeat;
}

.wp-block-luminato-gallery.carousel .slick-prev { 
	right: 104px; 
	left: unset; 
	background-position: left center;
	background-image: url('arrow-prev-black.png');
}
.wp-block-luminato-gallery.carousel .slick-next {
	right: 13px; 
	background-position: right center;
	background-image: url('arrow-next-black.png');
}

	.wp-block-luminato-gallery.carousel .slick-prev::before,
	.wp-block-luminato-gallery.carousel .slick-next::before {
		content: '';
	}

.wp-block-luminato-gallery.carousel .blocks-gallery-caption {
	margin-top: 30px;
}

	@media screen and (max-width: 640px) {
		.wp-block-luminato-gallery.carousel .blocks-gallery-grid .blocks-gallery-item {
			width: calc((var(--responsive--alignwide-width) + 24px) / 2) !important;
			height: calc((var(--responsive--alignwide-width) + 24px) / 2 * .76);
		}
		.wp-block-luminato-gallery.carousel .blocks-gallery-grid { padding-bottom: 24px; }
		.wp-block-luminato-gallery.carousel .blocks-gallery-caption { margin-top: 36px; }
	}

	@media screen and (max-width: 480px) {
		.wp-block-luminato-gallery.carousel .blocks-gallery-grid .blocks-gallery-item {
			width: calc(var(--responsive--alignwide-width) + 24px) !important;
			height: calc((var(--responsive--alignwide-width) + 24px) * .76);
		}
	}



.blocks-gallery-caption {
	font-size: var(--global--font-size-base);
	color: black;
}

	@media screen and (max-width: 1024px) {
		.wp-block-luminato-gallery { 
			margin-top: 130px; 
			margin-bottom: 30px;
		}
		.wp-block-gallery .blocks-gallery-image figcaption,
		.wp-block-gallery .blocks-gallery-item figcaption {
			font-size: 11px;
		}
	}

	@media screen and (max-width: 480px) {
		.wp-block-gallery .blocks-gallery-image,
		.wp-block-gallery .blocks-gallery-item {
			width: calc(100% - var(--global--spacing-unit));
			margin-right: 0;
		}

		.blocks-gallery-grid .blocks-gallery-image,
		.blocks-gallery-grid .blocks-gallery-item,
		.wp-block-gallery .blocks-gallery-image,
		.wp-block-gallery .blocks-gallery-item {
		}
	}



/* Podcasts */

.luminato_podcast .entry-content > .wp-block-group:first-child > .wp-block-group__inner-container {
	position: relative;
}

.luminato_podcast .featured_image {
	/*
	width: 250px;
	height: 250px;
	*/
	width: 440px;
	height: 334px;
	position: absolute;
	right: 0;
	top: 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
	@media screen and (max-width: 1024px) {
		.luminato_podcast .featured_image { width: 250px; height: 250px; }
	}
	@media screen and (max-width: 768px) {
		.luminato_podcast .featured_image { width: 200px; height: 200px; }
	}

.luminato_podcast .entry-header > figure.post-thumbnail,
.luminato_podcast .entry-header > .featured_image { display: none; }

.luminato_podcast .entry-content > .wp-block-group:first-child > .wp-block-group__inner-container > p {
	padding-right: 45%;
}

@media screen and (max-width: 640px) {
	.luminato_podcast .featured_image { display: none; }
	.luminato_podcast .entry-header {
		display: grid;
		grid-template-columns: 1fr;
			width: 100%;
			max-width: 100%;
			grid-gap: 35px 0;
	}
	.luminato_podcast .entry-header h1 { 
		display: block; 
		grid-row: 2;
	}
	.luminato_podcast .entry-header > figure.post-thumbnail { 
		display: block; 
		grid-row: 1;
		max-width: 100%;
		width: 100%;
		margin-top: 0;
	}
	.luminato_podcast .entry-header > figure.post-thumbnail img {
		margin-top: 0;
	}
	.luminato_podcast .entry-content > .wp-block-group:first-child > .wp-block-group__inner-container > p {
		padding-right: 0;
	}
	.luminato_podcast .entry-title {
		max-width: var(--responsive--aligndefault-width);
		margin-left: auto;
		margin-right: auto;
		width: var(--responsive--aligndefault-width);
		margin-bottom: 0;
	}
}

.podcast_episodes {
	padding-top: 100px;
	border-top: 1px solid #1a1a1a;
	margin-top: 125px;
	margin-bottom: 150px;
}

.podcast_episodes h3 {
	margin-bottom: 70px;
	font-size: var(--global--font-size-lg);
	line-height: 1.125em;
}

.podcast_episodes table {
	font-size: 16px;
	line-height: 1.375em;
}

	.podcast_episodes td a { text-decoration: none; }
	.podcast_episodes td a:hover { text-decoration: underline; }

	.podcast_episodes thead { display: none; }

	.podcast_episodes tr { transition: background-color 0.2s ease-in-out; }

		.podcast_episodes tr:hover { background-color: #00ffb2; }

		.podcast_episodes td {
			border-left: none;
			border-radius: ;
			border-right: none;
			padding: calc(1.5 * var(--global--spacing-unit)) calc(0.5 * var(--global--spacing-unit));
		}

			.podcast_episodes tr > td:first-child {
				font-family: var(--heading--font-family);
				font-size: 21px;
				line-height: 1.19em;
				text-align: left;
			}

			.podcast_episodes tr > td:last-child {
				text-align: right;
			}



.luminato_podcast_ep { margin-top: calc(2 * var(--global--spacing-vertical)) !important; }
.luminato_podcast_ep .entry-header { padding: 0 !important; }
.luminato_podcast_ep .entry-header figure,
.luminato_podcast_ep .entry-header .featured_image { display: none; }

.luminato_podcast_ep .entry-title {
	font-size: 72px;
	line-height: 1.139em;
	margin-bottom: 0;
}

	@media screen and (max-width: 1024px) {
		.luminato_podcast_ep .entry-title { font-size: 40px; }
	}

	@media screen and (max-width: 640px) {
		.luminato_podcast_ep .entry-title { font-size: 34px; }
	}

	.luminato_podcast_ep .entry-title::before {
		content: '';
		display: inline-block;
		width: 0;
		height: 0;
		border-width: 0.25em 0 0.25em 0.5em;
		border-style: solid;
		border-color: transparent transparent transparent black;
		margin: 0.125em 0.375em 0.125em 0;
	}


.luminato_podcast_ep .entry-content { }

	.luminato_podcast_ep .entry-content > .wp-block-group:first-child > .wp-block-group__inner-container {
		position: relative;
	}

		.luminato_podcast_ep .entry-content > .wp-block-group:first-child > .wp-block-group__inner-container > :not(.featured_image) {
			width: 100%;
			padding-right: 45%;
		}

		.luminato_podcast_ep .featured_image {
			/*
			width: 250px;
			height: 250px;
			*/
			width: 440px;
			height: 334px;
			position: absolute;
			right: 0;
			top: 0;
			background-size: cover;
			background-position: center;
			background-repeat: no-repeat;
		}
			@media screen and (max-width: 1024px) {
				.luminato_podcast_ep .featured_image { width: 250px; height: 250px; }
			}
			@media screen and (max-width: 768px) {
				.luminato_podcast_ep .featured_image { width: 200px; height: 200px; }
			}

		.luminato_podcast_ep .featured_image + h3,
		.luminato_podcast_ep .wp-block-group__inner-container > h3:first-child {
			font-size: 21px;
			line-height: 1.19em;
			margin-top: 0 !important;
			margin-bottom: calc(2 * var(--global--spacing-vertical));
		}

			@media screen and (max-width: 1024px) {
				.luminato_podcast_ep .featured_image + h3,
				.luminato_podcast_ep .wp-block-group__inner-container > h3:first-child { font-size: 15px; }
			}


		@media screen and (max-width: 640px) {
			.luminato_podcast_ep .featured_image { display: none; }
			.luminato_podcast_ep .entry-header {
				display: grid;
				grid-template-columns: 1fr;
					width: 100%;
					max-width: 100%;
					grid-gap: 35px 0;
			}
			.luminato_podcast_ep .entry-header h1 { 
				display: block; 
				grid-row: 2;
			}
			.luminato_podcast_ep .entry-header figure { 
				display: block; 
				grid-row: 1;
				max-width: 100%;
				width: 100%;
				margin-top: 0;
			}
			.luminato_podcast_ep .entry-header figure img {
				margin-top: 0;
			}
			.luminato_podcast_ep .entry-title {
				max-width: var(--responsive--aligndefault-width);
				margin-left: auto;
				margin-right: auto;
				width: var(--responsive--aligndefault-width);
				margin-bottom: 0;
			}

			.luminato_podcast_ep .featured_image + h3, 
			.luminato_podcast_ep .wp-block-group__inner-container > h3:first-child {
				margin-bottom: 50px;
			}

			.luminato_podcast_ep .entry-content > .wp-block-group:first-child > .wp-block-group__inner-container > :not(.featured_image) {
				padding-right: 0;
			}

		}

.episode {
	margin-top: 70px;
	margin-bottom: 70px !important;
}

	.episode > :not(iframe):not(h3) {
		display: none;
	}



/* Related Content */

.post_list h3 {
	margin-bottom: var(--global--spacing-vertical);
	margin-top: var(--global--spacing-vertical);
	font-size: var(--heading--font-size-h2);
	line-height: var(--heading--line-height-h2);
}

.post_list .artist_list {
	max-width: none;
	margin-left: -12px;
	margin-right: -12px;
}

	.post_list .artist_list .artist {
		width: calc((100% / 3) - 24px);
	}

		@media screen and (max-width: 640px) {
			.post_list .artist_list { margin-left: -5px; margin-right: -5px; }
			.post_list .artist_list .artist { width: calc((100% / 2) - 10px); }
		}

		@media screen and (max-width: 480px) {
			.post_list .artist_list .artist { width: 100%; }
		}

		.post_list .artist_list .artist .thumbnail {
			width: 100%;
			height: 0;
			padding-top: 76%;
		}

.featured_event + .post_list {
	margin-top: calc(var(--global--spacing-vertical) * 5);
}




/* Podcast blocks */
.post_list.podcast_block .listHeader {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.post_list.podcast_block .listHeader .button {
	border-color: black;
	background-color: transparent !important;
	color: black !important;
	transition: all 0.2s ease-in-out;
}
.post_list.podcast_block .listHeader .button:hover {
	/*
	background-color: black !important;
	color: white !important;
	*/
	background-color: #00ffb2 !important;
	border-color: #00ffb2;
}
.post_list.podcast_block .artist_list .artist {
	width: calc((100% / 2) - 24px);
}
@media screen and (max-width: 640px) {
	.post_list.podcast_block .artist_list .artist {
		width: calc((100% / 2) - 10px);
	}
	.post_list.podcast_block .listHeader {
		align-items: normal;
		flex-direction: column;
	}
	.post_list.podcast_block .listHeader .button {
		margin-bottom: var(--global--spacing-vertical);
		text-align: center;
	}
}
@media screen and (max-width: 480px) {
	.post_list.podcast_block .artist_list .artist { width: 100%; }
}


/* Team Member blocks */

.wp-block-luminato-team-member {
	position: relative;
	display: grid;
	grid-template-columns: 1fr auto;
	margin-top: calc(var(--global--spacing-vertical) * 1.5);
	margin-bottom: calc(var(--global--spacing-vertical) * 1.5);
	padding-top: calc(var(--global--spacing-vertical) * 1.5);
}

	.wp-block-luminato-team-member.brief {
		border-top: 1px solid #282828;
	}

	.wp-block-luminato-team-member.full {
		grid-template-columns: auto 1fr;
	}

	body.dark .wp-block-luminato-team-member.brief {
		border-top: 1px solid #d8d8d8;
	}

	.wp-block-luminato-team-member .anchor {
		position: absolute;
		height: 150px;
		bottom: 100%;
		pointer-events: none;
		opacity: 0;
	}

	.wp-block-luminato-team-member .photo {
		grid-column: 2;
		grid-row: 1 / 10;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		width: 324px;
		height: 440px;
	}

		.wp-block-luminato-team-member.brief .photo {
			margin-left: 80px;
		}

		.wp-block-luminato-team-member.full .photo {
			grid-column: 1;
			margin-right: 140px;
		}

		.wp-block-luminato-team-member .photo.small {
			width: 208px;
			height: 283px;
		}

			@media screen and (max-width: 1024px) {
				.wp-block-luminato-team-member.brief .photo { margin-left: 60px; }
				.wp-block-luminato-team-member.full .photo { margin-right: 60px; }
			}

			@media screen and (max-width: 768px) {
				.wp-block-luminato-team-member .photo {
					width: 162px !important;
					height: 220px !important;					
				}
			}

.wp-block-luminato-team-member > :not(.anchor):not(.photo) {
	grid-column: 1;
	max-width: calc(var(--responsive--aligndefault-width) / 2);
}

	.wp-block-luminato-team-member.full > :not(.anchor):not(.photo) {
		grid-column: 2;
		max-width: var(--responsive--aligndefault-width);
	}

h1 + .wp-block-luminato-team-member.brief {
	border-top: none !important;
}

.wp-block-luminato-team-member .button {
	justify-self: start;
	margin-top: calc(var(--global--spacing-vertical) * 2);
	background-color: transparent !important;
	border: 1px solid white !important;
	transition: all 0.2s ease-in-out;
}

.wp-block-luminato-team-member .button:hover {
	background-color: white !important;
	color: black !important;
}

.wp-block-luminato-team-member .title {
	font-size: 16px;
	line-height: 1.375em;
}

	.wp-block-luminato-team-member.full .title { font-size: 21px; }

.wp-block-luminato-team-member .description p {
	margin-top: var(--global--spacing-vertical);
}

.wp-block-luminato-team-member + .wp-block-luminato-text-interstitial {
	margin-top: 6rem !important;
}

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


	.wp-block-luminato-team-member {
			grid-template-columns: 1fr !important;
			padding-bottom: calc(var(--global--spacing-vertical) * 5);
	}

	.wp-block-luminato-team-member .photo {
			grid-column: 1;
			grid-row: 3;
			width: 100% !important;
			height: 0 !important;
			padding-top: 136%;
			margin-top: 1rem;
			margin-right: 0 !important;
			margin-left: 0 !important;
	}

	.wp-block-luminato-team-member > :not(.anchor):not(.photo) {
			max-width: var(--responsive--aligndefault-width);
			grid-column: 1 !important;
	}

	.wp-block-luminato-team-member .button {
			margin-top: calc(var(--global--spacing-vertical) * 1.5);
			justify-self: normal;
			text-align: center;
	}


	.name {
			grid-row: 1;
	}

	.title {
			grid-row: 2;
	}


	.wp-block-luminato-team-member + .wp-block-luminato-text-interstitial {
		margin-top: 2rem !important;
	}

}


/* Color block */
.wp-block-luminato-color-block {
	max-width: 100% !important;
	padding: 110px 0;
	margin: 110px 0;
}
.wp-block-luminato-color-block > * {
	max-width: var(--responsive--aligndefault-width);
	margin-left: auto;
	margin-right: auto;
}
.wp-block-luminato-color-block > *:last-child { margin-bottom: 0; }
.wp-block-luminato-text-interstitial + .wp-block-luminato-color-block,
.wp-block-luminato-color-block + .wp-block-text-interstitial { margin-top: 0; }

.wp-block-luminato-color-block + .wp-block-luminato-color-block { margin-top: -110px; }

@media screen and (max-width: 1024px) {
	.wp-block-luminato-color-block {
		padding: 6rem 0;
		margin: 6rem 0;
	}
	.wp-block-luminato-color-block + .wp-block-luminato-color-block { margin-top: -6rem; }
}


/* Blockquote */

.wp-block-quote, 
.wp-block-quote p, 
.wp-block-quote::before, 
.wp-block-quote::after {
	font-size: var(--global--font-size-lg);
	font-family: var(--global--font-primary);
}

.wp-block-quote cite {
	font-family: var(--global--font-secondary);
	font-size: 16px;
	line-height: 1.375em;
	color: inherit;
}


/* Columns on Staff page */

.wp-block-columns.staff { justify-content: end; }



/* Numbered bullets on About pages */

.wp-block-column > h5 > .has-inline-color { font-family: var(--global--font-secondary); }



/* Festival Partners page */

.partnerLogos h5 {
	margin-top: 2em !important;
	margin-bottom: 2em !important;
}

.partnerLogos .wp-block-image .alignleft {
	display: inline-block;
	float: none;
}

.partnerLogos .wp-block-image {
	display: inline-block;
	margin-top: 0;
}



/* Festival Donors page */

.festivalDonors h5 {
		margin-top: calc(var(--global--spacing-vertical) * 2) !important;
}

.entry-content .festivalDonors h5 + p {
	margin-top: calc(0.66 * var(--global--spacing-vertical)) !important;
}




/* Blog */

body.blog header { margin-bottom: calc(3 * var(--global--spacing-vertical)); }
body.blog header .entry-title { font-size: var(--global--font-size-page-title); }
body.blog article.post {
		display: grid;
		border-top: 1px solid #d8d8d8;
		margin: 0 !important;
}
body.blog article.post:hover {
	background-color: #cb92ff;
	color: black;
}

body.blog article.post a { 
	text-decoration: none; 
	color: white;
}
body.blog article.post:hover a,
body.blog article.post:hover .entry-title { color: black !important; }

body.blog article.post > .entry-content {
		max-width: var(--responsive--aligndefault-width);
		width: var(--responsive--aligndefault-width);
		margin-left: auto;
		margin-right: auto;
		display: grid;
		grid-template-columns: 466px auto;
		padding: 2rem 0;
		justify-content: start;
}
body.blog article.post > .entry-content::before,
body.blog article.post > .entry-content::after { content: unset; }

body.blog article.post .thumbnail {
		margin: 0 !important;
		width: 324px;
		height: 248px;
		display: block;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
}

body.blog article.post .details {
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
body.blog article.post .postSpecs {
	display: block;
	margin-top: 0;
	margin-bottom: 1em;
	font-size: var(--global--font-size-sm);
}
body.blog article.post .postSpecs .category > span { display: inline-block; }
body.blog article.post .postSpecs .category > span:not(:last-child)::after { 
	content: ',\00a0 '; 
	margin-left: -0.25em;
}
body.blog article.post .postSpecs .category::after {
	content: '\00a0|';
}
body.blog article.post p {
	font-size: var(--global--font-size-sm);
	padding-right: 50%;
}


body.blog article.post .entry-title { 
	margin-bottom: 0.75em; 	
	font-family: var(--global--font-primary);
}
body.blog article.post .entry-title,
body.blog article.post .entry-title + p { margin-top: 0; }

@media screen and (max-width: 1024px) {
	body.blog article.post .thumbnail {
		width: 243px;
		height: 186px;
		margin-bottom: 222px;
	}
	body.blog article.post > .entry-content { grid-template-columns: 343px auto; }
	body.blog article.post p { padding-right: 0; }
}

@media screen and (max-width: 640px) {
	body.blog article.post { padding: calc(var(--global--spacing-vertical) * 2) 0; }
	body.blog article.post .thumbnail {
		width: 100%;
		height: 0;
		padding-top: 76%;
	}
	body.blog article.post .details { padding-top: 22px; }
	body.blog article.post > .entry-content { grid-template-columns: 1fr; }
}

body.single-post article { margin-top: 65px !important; }

	body.single-post .entry-header { 
		max-width: 100%; 
		position: relative;
		padding: 0 !important;
	}

		body.single-post .crumbWrapper {
			position: absolute;
			top: -65px;
			left: 0;
			right: 0;
			margin: 0;
			color: white;
		}

			body.single-post .breadcrumbs a { color: white; }

		body.single-post .featured_image {
			height: 0;
			width: 100%;
			background-size: cover;
			background-position: center;
			margin: 0 !important;
			max-width: none !important;
			position: relative;
		}

			body.single-post .featured_image { padding-top: 100px; }

			body.hasBanner.single-post .featured_image { 
				/* padding-top: 62.5%; */
				padding-top: 50%; 
			}

			body.hasBanner.single-post .featured_image::after {
				content: '';
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				height: 35%;
				display: block;
				background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
			}

body.single-post .postSpecs { 
	font-size: var(--global--font-size-sm); 
	width: 100%;
}

/* Categories with links */
body.single-post .postSpecs .post-categories {
		list-style: none;
		padding: 0;
		display: inline-block;
}
body.single-post .postSpecs .post-categories > li { display: inline-block; }
body.single-post .postSpecs .post-categories > li:not(:last-child)::after { 
	content: ',\00a0 '; 
	margin-left: -0.25em;
}
body.single-post .postSpecs .post-categories::after {
	content: '\00a0|';
}

/* Categories without links */
body.single-post .postSpecs .category > span { display: inline-block; }
body.single-post .postSpecs .category > span:not(:last-child)::after { 
	content: ',\00a0 '; 
	margin-left: -0.25em;
}
body.single-post .postSpecs .category::after {
	content: '\00a0|';
}


body.single-post h1.title {
	font-size: 72px;
	line-height: 1.111em;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	max-width: var(--responsive--alignwide-width);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	clear: none;
}

	@media screen and (max-width: 1024px) {
		body.single-post h1.title { font-size: 40px; }
	}




body.single-post article > .entry-content {
	display: grid;
	grid-template-columns: 3fr 1fr;
	max-width: var(--responsive--aligndefault-width);
	width: var(--responsive--aligndefault-width);
	margin-left: auto;
	margin-right: auto;
}

	body.single-post article > .entry-content > *:not(.wp-block-luminato-featured-content) {
		max-width: 800px;
		margin-left: 0;
		margin-bottom: 0;
		grid-column: 1;
	}

	body.single-post .wp-block-luminato-featured-content {
		grid-column: 2;
		grid-row-start: 2;
		grid-row-end: 50;
		max-width: none;
		width: 100%;
		margin-top: 0;
		background: transparent;
		padding: 0 0 0 6rem;
		border: none;
	}

		body.single-post .wp-block-luminato-featured-content h3 {
			font-size: 21px;
			font-family: 'Favorit Expanded';
			line-height: 1.19em;
			margin-top: calc(var(--global--spacing-vertical) / 2);
			margin-bottom: var(--global--spacing-vertical);
		}


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

		/*
		#main .mainDetails {
			max-width: none !important;
			margin-left: 0 !important;
			margin-right: 0 !important;
		}
		*/

		body.single-post article > .entry-content {
			grid-template-columns: 1fr;
		}

		body.single-post article > .entry-content > *:not(.wp-block-luminato-featured-content) {
			max-width: var(--responsive--alignwide-width);
			margin-left: auto;
			width: 100%;
		}

		body.single-post .wp-block-luminato-featured-content {
			grid-column: 1;
			grid-row-start: 6;
			margin: 4rem 0 -22px;
			padding: 0 0 2rem;
		}

			body.single-post .wp-block-luminato-featured-content .featured_page_link {
				display: inline-block;
				margin-right: calc(var(--global--spacing-horizontal) * 2);
				vertical-align: top;
			}

		body.single-post .wp-block-luminato-featured-content h3 {
			max-width: var(--responsive--alignwide-width);
			margin-left: auto;
			margin-right: auto;
		}

		body.single-post .wp-block-luminato-featured-content .sponsors {
			max-width: calc(var(--responsive--alignwide-width) + (2 * var(--global--spacing-horizontal)));
			margin-left: auto;
			margin-right: auto;
		}

	}

body.single-post .wp-block-luminato-featured-content .featured_page_link {
	margin-bottom: 2rem;
}
body.single-post .wp-block-luminato-featured-content .featured_page_link a { text-decoration: none; }
body.single-post .wp-block-luminato-featured-content .featured_page_link a:hover { text-decoration: underline; }

body.single-post .wp-block-luminato-featured-content .featured_page_link .title {
	font-family: var(--global--font-primary);
	display: block;
}
body.single-post .wp-block-luminato-featured-content .featured_page_link .description {
	font-size: 16px;
	line-height: 1.375em;
	display: block;
}
body.single-post .wp-block-luminato-featured-content .featured_page_link .button {
	background-color: transparent !important;
	border: 1px solid black;
	color: black !important;
	transition: all 0.2s ease-in-out;
	text-align: center;
	display: block;
	margin-top: 0.5rem;
}
body.single-post .wp-block-luminato-featured-content .featured_page_link .button:hover {
	background-color: black !important;
	color: white !important;
}



/* Series Landing page */
article.luminato_series { 
	margin-top: 0 !important; 
}

	body.single-luminato_series .breadcrumbs {
		margin-bottom: -65px !important;
		z-index: 2;
		position: relative;
		color: white;
	}
	body.single-luminato_series .breadcrumbs a { color: white; }
	article.luminato_series .entry-header {
		max-width: 100%;
		position: relative;
		padding: 0 !important;
	}
	
		article.luminato_series .entry-header h1.entry-title { display: none; }
	
		article.luminato_series .entry-header .featured_image {
			height: 0;
			width: 100%;
			background-size: cover;
			background-position: center;
			margin: 0 !important;
			max-width: none !important;
			position: relative;
		}

			body.hasBanner article.luminato_series .entry-header .featured_image {
				padding-top: 62.5%;
			}

				body.hasBanner article.luminato_series .entry-header .featured_image::after {
					content: '';
					position: absolute;
					top: 0;
					left: 0;
					right: 0;
					height: 35%;
					display: block;
					background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
				}


	article.luminato_series .wp-block-group.mainDetails {
		border-bottom: 1px solid black;
		padding-bottom: 60px;
		margin-bottom: 140px;
	}

		article.luminato_series .dateRange {
			font-family: var(--global--font-primary);
			font-size: 21px;
			line-height: 1.19em;
		}

		@media screen and (max-width: 1024px) {
			article.luminato_series .wp-block-group.mainDetails { 
				margin-bottom: 80px; 
				border-bottom: none;
			}
			article.luminato_series .dateRange { font-size: 15px; }
		}





/* Footer */

.newsletterForm {
	background-color: white;
	color: black;
}

.newsletterForm .newsletterFormContents {
	max-width: var(--responsive--alignwide-width);
	margin: 145px auto 225px;
	width: 100%;
}

	.newsletterForm h2 {
		text-align: center;
		margin-bottom: 80px;
	}

	.newsletterForm .row { display: flex; }

		.newsletterForm input {
			margin: 0;
			border: 1px solid black;
			font-size: 14px;
			line-height: 1.286em;
			padding: 35px 25px;
			font-family: 'Favorit Expanded';
		}

			.newsletterForm .row input:first-child { border-right-width: 0; }
			.newsletterForm .row:first-of-type input { border-bottom-width: 0; }

			#newsletter_first { flex-basis: 50%; }
			#newsletter_last { flex-basis: 50%; }
			#newsletter_email { flex-basis: 70%; }
			#newsletter_submit {
				text-align: left;
				transition: all 0.2s ease-in-out;
				width: 100%;
			}
				#newsletter_submit:hover { 
					/*
					background-color: #5706cf; 
					color: white;
					border-color: #5706cf;
					*/
					background-color: #00ffb2;
					border-color: #00ffb2;
				}

			/* arrow */
			#newsletter_submit_wrapper { 
				position: relative;
				flex-basis: 30%; 
			}
			#newsletter_submit_wrapper::before,
			#newsletter_submit_wrapper::after {
				content: '';
				position: absolute;
				right: 25px;
				bottom: 0;
				width: 75px;
				height: 90px;
				pointer-events: none;
				background-size: 1325px 55px;
				background-position: right center;
				background-repeat: no-repeat;
				transition: all 0.2s ease-in-out;
			}
			#newsletter_submit_wrapper::before { background-image: url('menuArrow.png'); opacity: 1; }
			#newsletter_submit_wrapper::after { background-image: url('menuArrow-black.png'); opacity: 0; }

			#newsletter_submit_wrapper:hover::before { opacity: 0; }
			#newsletter_submit_wrapper:hover::after { opacity: 1; }

			@media screen and (max-width: 768px) {
				.newsletterForm .newsletterFormContents { margin: 55px auto 140px; }
				.newsletterForm h2 { margin-bottom: 50px; }
				.newsletterForm .row { flex-wrap: wrap; }
				.newsletterForm input { 
					flex-basis: 100% !important; 
					font-size: 10px;
					line-height: 1.6em;
					padding: 24px 20px;
				}
				.newsletterForm .row input:first-child { border-right-width: 1px !important; }
				#newsletter_submit_wrapper { 
					flex-basis: 100% !important; 
				}
				#newsletter_submit_wrapper::after { 
					height: 66px;
					right: 15px;
					background-size: 964px 40px;
				}
			}

			@media screen and (max-width: 480px) {
				.newsletterForm .newsletterFormContents { margin: 100px auto; }
				.newsletterForm h2 { margin-bottom: 25px; }
			}


footer#colophon {
	background-color: #1a1a1a;
	color: white;
	max-width: 100%;
	width: 100%;
	padding-top: 2rem;
}

footer#colophon a {
	color: white;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}
footer#colophon a:focus,
footer#colophon a:hover { 
	color: #ff0a43; 
	background-color: transparent;
}

footer#colophon > .content {
	max-width: var(--responsive--alignwide-width);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;

	display: grid;
	grid-template-columns: 3fr 1fr;
	grid-template-rows: auto auto auto 2em;
}

.footer-navigation-wrapper li .svg-icon {
	fill: #ff0a43;
	transition: all 0.2s ease-in-out;
}

.footer-navigation-wrapper li a:hover .svg-icon {
	fill: white;
}



.footer-menu-1 {
	grid-column: 1;
	grid-row: 1 / 3;
	font-size: 30px;
	line-height: 45px;
	margin-bottom: 70px;
}

.footer-menu-1 .footer-navigation-wrapper,
.footer-menu-2 .footer-navigation-wrapper {
	display: block;
}

.footer-menu-1 .footer-navigation-wrapper { font-family: var(--global--font-primary); }

.footer-navigation {
	grid-column: 1;
	grid-row: 3;
	margin-bottom: 0;
	margin-top: 0;
	align-self: end;
}

	.footer-navigation .footer-navigation-wrapper {
		justify-content: start;
	}

		.footer-navigation .footer-navigation-wrapper li {
			line-height: 50px;
		}

.footer-menu-2 {
	grid-column: 2;
	grid-row: 1;
	margin-bottom: 70px;
	font-size: 16px;
	line-height: 22px;
}


.footer-navigation-wrapper li {
	display: block;
	line-height: 1.5;
}

.footer-menu-1 .footer-navigation-wrapper li a,
.footer-menu-2 .footer-navigation-wrapper li a {
	padding-top: 0;
	padding-bottom: 0;
}

.footerLogo img {
	width: 163px;
	/* height: 86px; */
	display: block;
}



footer#colophon .site-info {
	grid-column: 2;
	grid-row: 2;
	padding: 0 8px;
	align-self: end;
}

footer#colophon #text-2 {
	grid-column: 2;
	grid-row: 3 / 5;
	font-size: 11px;
	line-height: 16px;
	padding: 0 var(--primary-nav--padding);
	margin-top: 2em;
	align-self: end;
}
	footer#colophon #text-2 p {
		font-size: 11px;
		line-height: 16px;
	}

.finePrint {
	font-size: 11px;
	line-height: 13px;
	padding: 0 var(--primary-nav--padding);
	margin-top: 25px;
	grid-row: 4;
	align-self: end;
}
.footer-fineprint-menu { display: inline; }
.footer-fineprint-menu-wrapper {
	list-style: none;
	padding: 0;
	display: inline;
}
	.footer-fineprint-menu-wrapper li {
		display: inline;
		margin-left: 1em;
		white-space: nowrap;
	}



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

	footer#colophon > .content {
		grid-template-columns: 2fr 1fr;
		grid-template-columns: 3fr 2fr;
		grid-template-rows: unset;
	}

	.footer-menu-1 {
		grid-column: 1 / 3;
		grid-row: 1;
		margin-bottom: 40px;
	}

	.footer-menu-2 {
		grid-column: 1;
		grid-row: 2 / 4;
		margin-bottom: 30px;
	}

	footer#colophon .site-info {
		align-self: start;
	}

	.footer-navigation {
		grid-column: 2;
		margin-top: 30px;
	}

	.finePrint {
		grid-row: 5;
		grid-column: 1 / 3;
	}

	footer#colophon #text-2 {
		grid-column: 1 / 3;
		grid-row: 4;
		margin-top: 3em;
	}

		footer#colophon #text-2 .textwidget {
			padding-top: 4em;
			border-top: 1px solid white;
		}

	.footerLogo img { width: 110px; }		

}

@media screen and (max-width: 480px) {
	footer#colophon > .content { grid-template-columns: 1fr 1fr; }
	.footer-navigation .footer-navigation-wrapper { justify-content: end; }
	footer#colophon .site-info { justify-self: end; }
}

.button.readMore {
	margin-top: 60px;
	display: inline-block;
	background-color: transparent !important;
	border-color: white;
	transition: all 0.2s ease-in-out;
}
.button.readMore:hover {
	/* background-color: white !important; */
	background-color: #00ffb2 !important;
	color: var(--button--color-text-hover);
}

.captionContainer {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 0.5rem 44px 0.5rem 0.5rem;
	cursor: pointer;
	z-index: 100;
	background-color: #000000b3;
	transition: background-color 0.2s ease-in-out;
	text-align: right;
}
	.captionContainer.hidden { background-color: transparent; }

		.captionContainer::after {
			font-family: 'dashicons';
			position: absolute;
			right: 0;
			bottom: 0;
			content: "\f129";
			padding: 0.375em;
			margin: 0.5em;
			color: white;
			background-color: rgba(0,0,0,0.5);
			border-radius: 50%;
			font-size: 16px;
			cursor: pointer;
			transition: background-color 0.2s ease-in-out;
			line-height: 1em;
		}

			.captionContainer:hover::after {
				background-color: rgba(0,0,0,1);
			}
	
	.captionContainer .caption {
		color: white;
		font-size: 12px;
		padding: 6px;
		margin: 8px;
		opacity: 1;
		transition: opacity 0.2s ease-in-out;
	}
	
		.captionContainer.hidden .caption { 
			opacity: 0;
			pointer-events: none;
		}




/* Event Taxonomy Links block */


.taxonomy_links {
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 100% !important;
	margin-left: 0;
	margin-right: 0;
	margin-top: 140px;
	border-top: 0.75px solid #d8d8d8;
}
	
	.taxonomy_links.event_series {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.taxonomy_links > a {
		border-bottom: 0.75px solid #d8d8d8;
		text-decoration: none;
		height: 550px;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		transition: all 0.2s ease-in-out;
		position: relative;
		cursor: none;
	}

		.taxonomy_links.event_series > a { height: 480px; }

		.taxonomy_links.discipline > a:nth-child(odd),
		.taxonomy_links.tribe_events_cat > a:nth-child(odd) {
			border-right: 0.75px solid #d8d8d8;
		}

		.taxonomy_links.event_series > a:nth-child(3n+1),
		.taxonomy_links.event_series > a:nth-child(3n+2) {
			border-right: 0.75px solid #d8d8d8;
		}
	
		.taxonomy_links > a:hover {
			color: black;
			background-color: #ff0a43;
		}

		.taxonomy_links .arrow {
			position: absolute;
			mix-blend-mode: difference;
			fill: #ff0a43;
			z-index: 10000;
		}		

		.taxonomy_links .title {
			font-family: var(--heading--font-family);
			font-size: 72px;
			margin: 0.25em 20px;
			text-align: center;
		}

		.taxonomy_links .description {
			font-size: var(--global--font-size-sm);
			line-height: 1.375em;
			height: 0;
			text-align: center;
			margin: 0 50px;
			opacity: 0;
			transition: opacity 0.2s ease-in-out, max-height 0.2s ease-in-out;
		}

			.taxonomy_links > a:hover .description { opacity: 1; }

			.taxonomy_links.event_series > a .description { display: none; }

			.taxonomy_links .description p {
				margin-bottom: 1.25em;
			}


	@media screen and (max-width: 1024px) {
		.taxonomy_links { 
			display: block; 
		}
		.taxonomy_links > a { 
			height: auto !important; 
			align-items: unset;
			padding: 40px 0;
		}
		.taxonomy_links > a { border-right: none !important;	}
		.taxonomy_links .title { font-size: 40px; }
		.taxonomy_links .description {
			padding-right: 35%;
			max-height: 0;
		}
		.taxonomy_links > a:hover .description { max-height: 500px; }
		.taxonomy_links .title,
		.taxonomy_links .description {
			text-align: left;
			height: auto;
			width: var(--responsive--aligndefault-width) !important;
			margin-left: auto;
			margin-right: auto;
		}
	}


	@media screen and (max-width: 600px) {
		.taxonomy_links .description { padding-right: 0; }
	}


/* Enlarging Photos on hover */
a.thumbnail,
.page_link .image {
	overflow: hidden;
	position: relative;
}
a.thumbnail::before,
.page_link .image::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: inherit;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.6s ease;
}
a.thumbnail:hover::before,
.page_link .image:hover::before {
	transform: scale(1.1);
}


/* Accordion blocks */

.wp-block-luminato-accordion-element {
	border-top: 1px solid black;
	max-width: 100% !important;
	border-bottom: 1px solid black;
	margin-top: 60px;
	margin-bottom: 0;
}

	.wp-block-luminato-accordion-element + .wp-block-luminato-accordion-element { margin-top: -1px; }

	body.dark .wp-block-luminato-accordion-element {
		border-color: white;
	}

	.wp-block-luminato-accordion-element > .title h3,
	.wp-block-luminato-accordion-element > .content {
		max-width: var(--responsive--aligndefault-width);
		margin-left: auto;
		margin-right: auto;
	}

	.wp-block-luminato-accordion-element > .title h3 {
		margin-top: 60px;
		margin-bottom: 60px;
		font-size: 72px;
	}

		.wp-block-luminato-accordion-element > .title h3::before {
			content: '';
			width: 52px;
			height: 54px;
			display: inline-block;
			background-image: url('plus-black.png');
			background-size: 52px 54px;
			background-repeat: no-repeat;
			background-position: center;
			vertical-align: baseline;
			margin-right: 30px;
		}
		body.dark .wp-block-luminato-accordion-element > .title h3::before { background-image: url('plus-white.png'); }

		.wp-block-luminato-accordion-element.open > .title h3::before {
			background-image: url('chevron-black.png');
			background-size: 48px 23px;
		}
		body.dark .wp-block-luminato-accordion-element.open > .title h3::before { background-image: url('chevron-white.png'); }

	.wp-block-luminato-accordion-element > .content {
		padding-bottom: 0;
		transition: padding-bottom 0.3s ease-in-out, max-height 0.3s ease-in-out;
		max-height: 0;
		overflow-y: hidden;
	}

		.wp-block-luminato-accordion-element.open > .content {
			max-height: 400vh;
			padding-bottom: 72px;
		}

		.wp-block-luminato-accordion-element > .content > * {
			margin-top: var(--global--spacing-vertical);
			margin-bottom: var(--global--spacing-vertical);
		}

	@media screen and (max-width: 1024px) {
		.wp-block-luminato-accordion-element > .title h3 {
			margin-top: 50px;
			margin-bottom: 50px;
			font-size: 40px;
		}
		.wp-block-luminato-accordion-element > .title h3::before {
			width: 30px;
			height: 31px;
			background-size: 30px 31px;
			margin-right: 24px;
		}
		.wp-block-luminato-accordion-element.open > .title h3::before { background-size: 28px 13px; }
		.wp-block-luminato-accordion-element.open > .content { padding-bottom: 60px; }
	}

	@media screen and (max-width: 640px) {
		.wp-block-luminato-accordion-element > .title h3 {
			margin-top: 25px;
			margin-bottom: 25px;
			font-size: 20px;
		}
		.wp-block-luminato-accordion-element > .title h3::before {
			width: 17px;
			height: 18px;
			background-size: 17px 18px;
			margin-right: 12px;
		}
		.wp-block-luminato-accordion-element.open > .title h3::before { background-size: 16px 8px; }
		.wp-block-luminato-accordion-element.open > .content { padding-bottom: 35px; }
	}


/* Gallery Overlay */

.gallery-overlay {
	background-color: #1a1a1a;
	padding: 110px 0 105px;
	color: white;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1000;
}


	body.admin-bar .gallery-overlay { top: 32px; }

	.gallery-overlay a {
		color: white;
	}

	.gallery-overlay .close.button {
		position: absolute;
		top: 37px;
		right: calc((100% - var(--responsive--alignwide-width))/2);
		width: 92px;
		margin: 0 auto;
		line-height: 0;
		font-size: 0;
		color: transparent;
	}

		.gallery-overlay .close.button::before,
		.gallery-overlay .close.button::after {
			content: '';
			width: 100%;
			display: block;
			border-top: 1px solid #1a1a1a;
			border-bottom: 1px solid #fff;
			margin: 0.5rem 0;
			position: relative;
			transition: border-bottom-color 0.2s ease-in-out;
		}
		.gallery-overlay .close.button:hover::before,
		.gallery-overlay .close.button:hover::after {
			border-bottom-color: #ed093e;
		}

		.gallery-overlay .close.button::before {
			transform: rotate(15deg);
			top: calc(0.5rem + 1px);
		}

		.gallery-overlay .close.button::after {
			transform: rotate(-15deg);
			top: calc(-0.5rem - 1px);
		}


	.gallery-overlay .imageContainer {
		max-width: var(--responsive--alignwide-width);
		margin: 0 auto;
		justify-content: center;
		display: flex;
		/* background-color: black; */
		transition: opacity 1s;
    	opacity: 1;
    	
		/*
		height: 100%;
		position: relative;
		*/
		position: absolute;
		top: 110px;
		bottom: 105px;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
	}

		.gallery-overlay .imageContainer.invisible { opacity: 0; }


		.gallery-overlay .imageContainer img {
			object-fit: contain;
			max-height: 100%;
			width: auto;
		}

		.gallery-overlay .imageContainer .text {
			position: absolute;
			top: calc(100% + 1.5rem);
			left: 0;
			color: white;
			font-family: var(--global--font-secondary);
			font-size: 16px;
			font-weight: 400;
			right: 200px;
		}

		.gallery-overlay .imageContainer .text .caption {
			font-size: 16px;
		}

		.gallery-overlay .imageContainer .text .credit {
			font-size: 12px;
			display: block;
			margin: -1em 0 1.0em;
			font-style: italic;
		}

	.gallery-overlay .nav {
		max-width: var(--responsive--alignwide-width);
		margin: 1.5rem auto 0;
		height: 41px;
		/* position: relative; */
		position: absolute;
		left: 0;
		right: 0;
		bottom: 40px;
	}

		.gallery-overlay .nav .prev,
		.gallery-overlay .nav .next {
			width: 71px;
			height: 41px;
			top: 0;
			background-color: transparent !important;
			background-size: 71px 41px;
			background-repeat: no-repeat;
			transition: all 0.2s ease-in-out;
			transform: translate(0, 0);
			font-size: 0;
			line-height: 0;
			position: absolute;
			display: block;
			cursor: pointer;
			opacity: 1;
		}

		.gallery-overlay .nav .prev { 
			right: 91px; 
			left: unset; 
			background-position: left center;
			background-image: url('arrow-prev.png');
		}

		.gallery-overlay .nav .next {
			right: 0; 
			background-position: right center;
			background-image: url('arrow-next.png');
		}

			.gallery-overlay .nav .prev.disabled,
			.gallery-overlay .nav .next.disabled {
				opacity: 0.25;
				pointer-events: none;
			}

			.gallery-overlay .nav .prev::before,
			.gallery-overlay .nav .next::before {
				content: '';
			}

			.gallery-overlay .nav .prev::after,
			.gallery-overlay .nav .next::after {
				content: '';
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				z-index: 2;
				pointer-events: none;
				opacity: 0;
				transition: opacity 0.2s ease-in-out;
				background-repeat: no-repeat;
			}

			.gallery-overlay .nav .prev::after {
				background-position: left center;
				background-image: url('arrow-prev-red.png');
			}

			.gallery-overlay .nav .next::after {
				background-position: right center;
				background-image: url('arrow-next-red.png');
			}

			.gallery-overlay .nav .prev:hover {
				transform: translate(-10px, 0);
			}

			.gallery-overlay .nav .next:hover {	
				transform: translate(10px, 0);
			}

			.gallery-overlay .nav .prev:hover::after,
			.gallery-overlay .nav .next:hover::after {
				opacity: 1;
			}



/* Events Map */
.wp-block-luminato-events-map .map { 
	width: auto; 
	height: 600px;
	max-height: calc(100vh - 200px);
}

.wp-block-luminato-events-map .map .marker { 
	width: 25px; 
	height: 35px;
	background-size: 25px 35px;
	background-repeat: no-repeat;
	background-position: center;
	background-image:  url('mapMarker.png');
	background-color: transparent;
}

.wp-block-luminato-events-map .mapboxgl-popup {
	max-width: auto !important;
}

.wp-block-luminato-events-map .mapboxgl-popup-anchor-top .mapboxgl-popup-tip { border-bottom-color: black; }
.wp-block-luminato-events-map .mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip { border-top-color: black; }
.wp-block-luminato-events-map .mapboxgl-popup-anchor-right .mapboxgl-popup-tip { border-left-color: black; }
.wp-block-luminato-events-map .mapboxgl-popup-anchor-left .mapboxgl-popup-tip { border-right-color: black; }

.wp-block-luminato-events-map .mapboxgl-popup-content {
		background: black;
		color: white;
}


.wp-block-luminato-events-map .venueTitle {
	font-size: 16px;
		line-height: 1.19;
		font-family: var(--global--font-secondary);
		font-weight: 400;
}

.wp-block-luminato-events-map .venueTitle::before { /* spacer for close button */
		content: '';
		width: 55px;
		height: 20px;
		float: right;
}

.wp-block-luminato-events-map .event .title {
		font-size: 21px;
		font-family: var(--heading--font-family);
		line-height: 1.19;
		margin: 0.25em 0;
}

.wp-block-luminato-events-map .event .more {
		color: white;
		text-align: center;
		display: block;
		padding-top: 1em;
		text-decoration: none;
}
.wp-block-luminato-events-map .event .more:hover { text-decoration: underline; }

.wp-block-luminato-events-map .mapboxgl-map {
		font-family: var(--global--font-secondary);
		letter-spacing: 0.13px;
		line-height: 1.5;
}


	.wp-block-luminato-events-map .mapboxgl-popup-close-button {
		position: absolute;
		top: 10px;
		right: 10px;
		width: 46px;
		margin: 0 auto;
		line-height: 0;
		font-size: 0;
		color: transparent;
		border-radius: 0;
		padding: 0;
		background: none !important;
	}

		.wp-block-luminato-events-map .mapboxgl-popup-close-button::before,
		.wp-block-luminato-events-map .mapboxgl-popup-close-button::after {
			content: '';
			width: 100%;
			display: block;
			border-top: 1px solid #1a1a1a;
			border-bottom: 1px solid #fff;
			margin: 0.25rem 0;
			position: relative;
			transition: border-bottom-color 0.2s ease-in-out;
		}

		.wp-block-luminato-events-map .mapboxgl-popup-close-button::before {
			transform: rotate(15deg);
			top: calc(0.25rem + 1px);
		}

		.wp-block-luminato-events-map .mapboxgl-popup-close-button::after {
			transform: rotate(-15deg);
			top: calc(-0.25rem - 1px);
		}
		.wp-block-luminato-events-map .mapboxgl-popup-close-button:hover::before,
		.wp-block-luminato-events-map .mapboxgl-popup-close-button:hover::after {
			border-bottom-color: #ed093e;
		}


.wp-block-luminato-events-map .mapboxgl-ctrl-attrib-button {
		background-color: #ffffff80 !important;
		padding: 0;
}

