.bg-image {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit: cover;
	z-index:1;
	filter:grayscale(1);
	mix-blend-mode: screen;
	opacity: 0.15;
}

main {
	padding:8em 4% 4%;
	text-align: center;
	position: relative;
	z-index:2;
}

.about .two-col {
	/* border-image:url('../img/border-stars.svg') 33.3% round;
	border-image-width: 1.5em;
	border-style:solid; */
	padding:5em;
	grid-gap:3em;
}

.about .two-col img {
	width:100%;
}

	.about p:last-of-type {
		margin-bottom:0;
	}

	.about-imgs img {
		margin-bottom:2em;
	}

	.about .text h2 {
		font-size:4vw;
		line-height: 1.1;
		color:var(--gold);
	}

	.default p,
	.default h2,
	.default h3,
	.default h4,
	.default li {
		text-align:left;
	}

	.default h2,
	.default h3,
	.default h4 {
		color:var(--gold);
	}

	h1,
	h2.alt_head {
		font-size:4vw;
		margin-bottom:0.5em;
		width:100%;
		font-weight: normal;
  		color:var(--gold);
		text-transform: uppercase;
		text-align: center;
	}

	.show-type {
		display:block;
		margin-bottom:5%;
		width:800px;
		max-width:100%;
		margin:0 auto;
	}

	main .show-type-title {
		font-size:4em;
		font-weight:normal;
	}

	.shows {
		margin-bottom:2.5%;
	}

	main .month-title {
		margin:0 0 1em 0;
		font-size:3em;
	}

	.venue {
		display:grid;
		grid-template-columns: 4fr 2fr;
		grid-gap:5%;
		text-align: left;
		margin:0 5%;
		width:90%;
		border-bottom:2px dotted #ffffff30;
		padding:0.75em;
	}

	.venue:last-of-type {
		border-bottom:0;
	}

	.venue .date {
		font-size:1.5em;
		margin-bottom:0;
		color:var(--gold);
		line-height:1;
	}

		.venue .date .time {
			color:#fff;
		}

	.venue .location {
		float:left;
		margin-bottom:-0.1em;
		font-size:2.7em;
		line-height: 1.1;
	}

		.venue .city {
			color:var(--gold);
		}

	.venue .contact-info {
		float:left;
		clear:left;
		font-size:1.4em;
		opacity:0.6;
		margin:0;
		color:#fff;
	}

	.special {
		float:right;
		clear:none;
	}

	.special p{
		float:left;
		clear:none;
		margin:0 0 0 1em;
		line-height: 1;
		font-size:0.6em;
		padding:0.35em 0.5em;
		border-radius:100em;
  		background-size: cover;
	}

	.buy {
		display:grid;
	}

		.buy a {
			float:left;
			cleaR:left;
			width:100%;
			text-align: center;
			background-color:var(--gold);
			color:#333;
			border-radius: 10em;
			text-transform: uppercase;
			letter-spacing: 0.075em;
			font-size:1.4em;
			font-weight: bold;
			padding:0.9em 2em;
			text-decoration: none;
			align-self:center;
		}

			.buy a.available:hover {
				background-color:#fff;
				filter:drop-shadow(0 0 1.5em #efc750);
			}

			.buy a.soon,
			.buy a.soon:hover,
			.buy a.sold-out,
			.buy a.sold-out:hover {
				background-color:#666;
			}

				.buy a p.lastfew {
					display:inline-block;
					border-radius:10em;
					padding:0.1em 0.5em;
					font-size:0.8em;
					font-weight:bold;
					margin:0;
					text-align: center;
					background-color:red;
					color:#fff;
					line-height: 1;
					text-transform: uppercase;
				}

				main p.buyp {
					display:inline-block;
					font-size:1em;
					line-height:1;
					margin:0 0.25em 0 0;
				}

				.buy a.add {
					margin-top:0.5em;
				}
	
	.Red {
		background-color: rgba(63, 18, 18, 0.4);
		--bgc1:rgba(63, 18, 18, 0.2);
		--bgc2:rgba(63, 18, 18, 0.5);
	}

	.Orange {
		background-color: rgba(142, 79, 34, 0.4);
		--bgc1:rgba(142, 79, 34, 0.2);
		--bgc2:rgba(142, 79, 34, 0.5);
	}

	.Yellow {
		background-color: rgba(142, 125, 34, 0.4);
		--bgc1:rgba(142, 125, 34, 0.2);
		--bgc2:rgba(142, 125, 34, 0.5);
	}

	.Green {
		background-color: rgba(83, 142, 34, 0.4);
		--bgc1:rgba(83, 142, 34, 0.2);
		--bgc2:rgba(83, 142, 34, 0.5);
	}

	.Blue {
		background-color: rgba(34, 132, 142, 0.4);
		--bgc1:rgba(34, 132, 142, 0.2);
		--bgc2:rgba(34, 132, 142, 0.5);
	}

	.Purple {
		background-color: rgba(83, 34, 142, 0.4);
		--bgc1:rgba(83, 34, 142, 0.2);
		--bgc2:rgba(83, 34, 142, 0.5);
	}

	.Red,
	.Orange,
	.Yellow,
	.Green
	.Blue
	.Purple {
		padding:0.75em;
	}

.two-col {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap:5%;
}

	.about .text {
		align-self: center;
		text-align: left;
	}

	.news-list-item {
		text-decoration: none;
		border-bottom:2px dotted #ffffff30;
		margin-bottom:6em;
		padding-bottom:3em;
	}

		.news-list-item .two-col {
			grid-template-columns: 1fr 3fr;
			text-align: left;
		}

		.news-list-item .text {
			align-self: center;
		}

			.news-list-item h2 {
				color:var(--red);
				font-size:3em;
			}
		
			.news .two-col {
				grid-template-columns: 1fr 2fr;
				text-align:left;
			}

				.thumbnail,
				.news-img img {
					border-radius:100em;
				}

			.news h1 {
				margin-bottom:0.5em;
				width:100%;
				text-align: left;
				line-height: 1.2;
			}

			.news > h2 {
				font-size:4vw;
				color:var(--gold);
				text-transform: uppercase;
			}

			.news .full-width {
				text-align: left;
				padding-left:10%;
				padding-right:10%;
			}

			.news .gal {
				display:grid;
				grid-template-columns: 1fr 210px;
				grid-gap:1em;
			}

			.news .gal .thumbs {
				list-style: none;
				margin:0;
				padding:0;
				display:grid;
				grid-template-columns: repeat(3,1fr);
				grid-gap:0.5em;
			}

			.gal .thumbs li,
			.gal .thumbs li a,
			.gal .thumbs li a img {
				float:left;
				clear:left;
				width:100%;
				padding:0;
				margin:0;
			}

				.gal .thumbs a img,
				.thumbnails {
					float:left;
					border:1px solid var(--yellow);
				}

				.gal .thumbs img.active,
				.gal .thumbs a:hover img {
					border: 1px solid var(--red);
				}

			.sy-slide {
				padding:0;
			}

			.datelink a {
				float:left;
				clear:none;
				margin-right:1em;
				font-size:1.4em;
				line-height: 1;
				color:var(--red);
			}

			.datelink p {
				clear:none;
				float:left;
				line-height: 1;
			}

.all-cast {
	display:grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap:3em 1em;
	margin-top:2em;
}

	.all-cast.featured-cast {
		display:block;
		text-align: center;
	}

		.all-cast.featured-cast .person {
			display: inline-block;
			float:none;
			clear:none;
			width:calc(50% - 0.5em);
			margin-bottom:3em;
		}

	.person {
		text-decoration: none;
		position: relative;
	}

	.person .star {
		position:absolute;
		top:0;
		left:50%;
		transform:translate(-50%, -60%);
		width:3em;
	}

	.person img {
		width:100%;
	}

	.person .text {
		padding:1em;
		background-color:var(--gold);
	}

		.person .text h2 {
			margin:0;
			line-height: 1;
			color:#000;
			font-size: 2.8em;
			text-align: center;
		}

		.person .text p {
			margin:0;
			color:#000;
			font-size: 1.8em;
			text-align:center;
		}

		.person:hover .text {
			background-color:#fff;
		}



	.cast-member {
		display:grid;
		grid-template-columns: 1fr 1fr;
		grid-gap:3em;
		text-align: left;
	}

		.cast-member h2 {
			clear:left;
			margin:0;
			font-size:6em;
		}

		.cast-member .role {
			font-size:2em;
			margin-bottom: 1em;
			color:var(--gold);
		}

		.cast-member > img {
			width:100%;
		}

.pager-nav,
.pager-nav ul{
	float:left;
	Clear:left;
	width:100%;
	text-align: center;
	padding:0;
	margin:0;
}

.pager-nav {
	margin-bottom:5%;
}

	.pager-nav ul li {
		display:inline-block;
		padding:0;
		margin:0;
	}
	
		main .pager-nav ul li a {
			display:block;
			border:1px solid #fff;
			border-radius:10em;
			padding:0.5em 1em;
			color:#fff;
			text-decoration: none;
			margin:0.25em;
		}
		
			main .pager-nav ul li a:hover,
			main .pager-nav ul li.active a{
				background-color:var(--red);
			}

.gallery {
	display:grid;
	grid-template-columns: repeat(5,1fr);
	grid-gap:1em;
	margin-bottom:5em;
}

.gallery a {
	overflow: hidden;
	border:3px solid var(--gold);
}

	.gallery a img {
		display:block;
		width:100%;
	}
	
	.gallery a:hover {
		border:3px solid var(--red);
	}

.videos {
	margin-bottom:10%;
	display:grid;
	grid-template-columns: 1fr 1fr;
	grid-gap:5%;
}
	.videos h2 {
		font-size:5.5em;
		font-weight: 300;
		color:var(--red);
		margin-bottom:0.5em;
		width:100%;
		text-align:center;
		line-height: 1;
	}

	video {
		float:left;
		clear:left;
		width:100%;
		margin-bottom:2.5em;
	}
	
	.backto {
		float:left;
		display:inline;
		font-size:1.2em;
		color:#000;
		background-color:var(--gold);
		padding:0.2em 1em 0.15em;
		border-radius:100em;
		margin-bottom:0.5em;
		text-decoration: none;
	}

		.backto:hover {
			background-color:#fff;
		}

/* Store */
.store-items {
	display:grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap:5%;
	padding:0 5%;
	margin-bottom:10%;
}

	.store-item {
		text-decoration: none;
	}

	.item-title {
		float:left;
		clear:left;
		width:100%;
		text-align: left;
		margin-top:0.5em;
		margin-bottom:0.25em;
	}

	.store-item > img {
		margin-bottom:1em;
		height:400px;
		width:100%;
		object-fit: contain;
		margin:0 auto 1em;
	}

		.store-item p.price {
			font-size:1.4em;
			font-weight: normal;
			color:var(--red);
		}

		.store-item h2 {
			margin-bottom:0.25em;
		}

		.store-item p.view {
			display:block;
			margin:0 auto;
			float:none;
			width:8em;
			font-size:1.2em;
			color:#000;
			background-color:var(--yellow);
			padding:0.25em 1em;
			border-radius:10em;
		}

		.store-item:hover p.view {
			background-color:#fff;
		}

		.store-item .image {
			position: relative;
			margin-bottom:1em;
		}

		.store-item .photo1 {
			opacity:1;
			transition: opacity 0.5s ease-out;
		}

			.store-item .image img {
				max-height:400px;
				margin:0 auto;
			}

		.store-item .hover {
			opacity:0;
			transition: opacity 0.5s ease-out;
			position:absolute;
			left:0;
			top:0;
			width:100%;
			height:100%;
			/* background-color:#000000aa; */
		}

			.store-item .hover img {
				position: absolute;
				width:auto;
				max-height: 100%;
				padding:0;
				left:50%;
				top:50%;
				transform: translate(-50%, -50%);
			}

			.store-item:hover .hover {
				opacity:1;
			}

			.store-item:hover .photo1 {
				opacity:0;
			}

		#gallery,
		#gallery li,
		main .sy-controls,
		main .sy-controls li {
			margin:0;
			padding:0;
		}

		.sy-pager li {
			padding:0;
			opacity:1;
			margin:0 0.5em !important;
		}

			.sy-active {
				background-color:var(--red);
			}

	.store-item h2 {
		color:var(--red);
	}

	.item-info {
		display:grid;
		grid-template-columns: 1fr 1fr;
		grid-gap:5%;
		padding:0 5%;
		text-align:left;
	}

		.item-info h1 {
			font-size:3vw;
			width:100%;
		}

		.item-info .price {
			font-size:2em;
			color:var(--red);
			font-weight:Bold;
		}

		#quantity {
			background-color:#ffffff40;
			border:1px solid #ffffff80;
			outline:none;
			border-radius:10em;
			text-align:center;
			padding:0.5em 1em;
			width:75px;
		}

		.add label {
			float:left;
			clear:left;
			font-size:1.4em;
			margin-right:1em;
			padding-top:0.45em;
		}

		.add button {
			font-size:1.2em;
			float:left;
			clear:both;
			outline:0;
			border:0;
			cursor: pointer;
			margin-top:2em;
		}

	.store-buy a {
		display:block;
		float:left;
		clear:left;
		width:auto;
		margin:0 0.5em 0.5em 0;

		text-align: center;
		background-color:var(--gold);
		color:#333;
		border-radius: 10em;
		text-transform: uppercase;
		letter-spacing: 0.075em;
		font-size:1.4em;
		font-weight: bold;
		padding:0.9em 2em;
		text-decoration: none;
	}

		.store-buy a:hover {
			background-color:#fff;
			filter:drop-shadow(0 0 1.5em #efc750);
		}




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

	.venue {
		margin:0 0 0.75em 0;
		width:100%;
	}

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

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

	.contentbg {
		width:110%;
		left:4%;
	}

		.contentbg img {
			width:3em;
		}

	@keyframes slide_in {
		0% {
			left:110%;
		}
		100% {
			left:4%;
		}
	}

	.videos {
		display:block;
	}

		.TextformatterVideoEmbed {
			margin-bottom:5em;
		}

	.gallery {
		grid-gap:1em;
	}

	.venue {
		grid-template-columns:2fr 1fr;
	}

	.store-items {
		grid-template-columns: 1fr 1fr;
	}

		.store-item > img {
			height:300px;
		}

	h1,
	h2.alt_head {
		font-size: 4em;
	}

	main h2.show-type-title {
		font-size: 2.5em;
	}

	.news > h2 {
		font-size:4em;
	}

	.news .full-width {
		padding:0;
	}
}


@media screen and (max-width:849px) {
	.venue .contact-info {
		clear:left;
		margin:0;
		font-size:1em;
	}

	.about .two-col,
	.cast-member {
		grid-template-columns: 1fr;
		margin-bottom:10%;
	}

		.about .text {
			text-align: center;
		}

		.about img {
			width:100%;
		}
}

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

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

@media screen and (max-width:699px) {
	.gallery {
		grid-template-columns: repeat(3,1fr);
	}
	
	.item-info {
		display:block;
	}

		.item-info .sy-box {
			margin-bottom:2em;
		}

		.item-info h1 {
			font-size: 3em;
		}

	.all-cast{
		grid-template-columns: repeat(2,1fr);
		grid-gap:3em 1em;
	}
}

@media screen and (max-width:599px) {
	
	.store-items {
		display:block;
	}

		.store-item {
			display:block;
			margin-bottom:5em;
		}

		.store-item > img {
			height:auto;
			align-self: unset;
			width:100%;
		}
}

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

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

	main h1.sparkle_text,
	main h2.sparkle_text {
		font-size:15vw;
	}

	.news-list-item {
		padding-bottom:5%;
	}

		.news-list-item .two-col,
		.news .two-col {
			display:block;
		}

		.news-list-item .text {
			align-self: unset;
		}
		.news-list-item img,
		.news img {
			margin-bottom:2em;
		}

	.all-cast{
		grid-template-columns:1fr;
	}
}

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

	.venue .date {
		font-size:1.1em;
	}

	.venue .location {
		font-size:1.6em;
	}

	.buy a,
	.store-buy a {
		font-size:1em;
	}
}