.list-type {
	position:relative;
	display:flex;
	margin-top:30px;
	z-index:1;
	justify-content: center;
	gap:1rem;
	flex-wrap:wrap;

	& .pink-btn {
		margin-inline:0;
		font-size:clamp(0.7rem,2.5vw,1.2rem);
		font-size:0.8rem;
	}
}

.map {
    display:grid;
    grid-template-columns:1.25fr 1fr;
    gap:clamp(1rem,5vw,3rem);
    margin-bottom:3rem;

    & .left {

        & .inner {
            position:relative;
        }
        
        & .dot {
            position:absolute;
            left:0%;
            top:0%;
            z-index:2;
        }
    }

    & .right {
        display:grid;
        align-items:center;

        & .inner {
            background-color:#007afc;
            padding:clamp(1rem,5vw,3rem);
            border-radius:1rem;

        }

        & a {
            display:block;
            font-size:1.4rem;
            clear:left;
            width:100%;
            text-decoration: none;
            text-transform: uppercase;
            font-family: Roboto;
            font-weight: Bold;
            font-style: italic;
            margin-bottom:0.5rem;
        }
    }
}

#click-region {
	position:absolute;
	width:36%;
	left:58%;
	top:3%;
	z-index:3;
	filter:drop-shadow(0 0 20px #000);
	animation-duration: 1s;
}

#map {
    filter:drop-shadow(0rem 2.5rem 1rem var(--dark_blue));
}

.dot {
    display:inline-grid;
    align-items:center;
    line-height:1;
    font-size:1.3rem;
    background-color:var(--dark_blue);
    color:#fff;
    width:2rem;
    height:2rem;
    aspect-ratio: 1;
    text-align: center;
    font-weight:Bold;
    text-decoration: none;
    padding:0.25rem;
    border-radius:100rem;
}

#scotland {
    left:35%;
    top:20%;
}
#northern-ireland {
    left:29%;
    top:44%;
}
#north-east {
    left:64%;
    top:51%;
}
#north-west {
    left:52%;
    top:57%;
}
#ireland {
    left:22%;
    top:60%;
}
#midlands {
    left:62%;
    top:67%;
}
#wales {
    left:40%;
    top:73%;
}
#east {
    left:84%;
    top:72%;
}
#london {
    left:77.5%;
    top:80%;
}
#south-west {
    left:37%;
    top:89%;
}
#south-east {
    left:68%;
    top:84%;
}


.region-title {
    display:none;
    text-align: center;
}


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

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

	.show-type {
		margin-bottom:5%;
	}

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

		.unique {
			padding:clamp(0.75rem,2.5vw,2rem);
			border-radius:1em;
			width:min(850px,100%);
			margin-inline:auto;
			float:none;
			clear:both;
			display:block;

			& .shows {
				display:grid;
				gap:0.75em;
				margin:0;
			}

			& .venue {
				background-color:#0003;
				margin:0;
			}

		}

	main .show-type-title {
		font-size:3rem;
		line-height:1;
		text-transform: uppercase;
		letter-spacing: -0.05em;
		text-shadow:0.05em 0.05em 0 #0005;
		margin-bottom:1rem;
	}

	.shows {
        display:none;
		padding-bottom:clamp(0.75rem,2.5vw,2rem);
	}

    .shows:has(.venue:not([style*="display:none"])) {
        display:block;
    }

    .month-title

	main .month-title {
		font-size:2rem;
		margin:0.5em 0;
		color:var(--deeppink);
        text-align: center;
	}

	.venue {
		display:grid;
		grid-template-columns: 4fr 2fr;
		grid-gap:5%;
		text-align: left;
		margin:0 auto 2px;
		width:min(800px,100%);
		padding:0.75em 0;
	}

		.venue {
			background-color:#0006;
			padding:0.75em;
			border-radius:0.5em;
		}

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

	.venue .date {
		font-size:1.3em;
		margin-bottom:0;
		color:var(--deeppink);
	}

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

	.venue .location {
		float:left;
		margin-bottom:0;
		font-size:2em;
	}

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

	.venue .contact-info {
		float:left;
		clear:left;
		font-size:1.2em;
		opacity:0.6;
		margin:0;
	}

	.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-image: url('../img/glitter_bg.jpg');
  		background-size: cover;
	}

	.buy {
		display:grid;
		grid-gap:0.5em;
		align-content: center;
	}

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

			.buy a.available:hover {
				background-color:#fff;
      			color:var(--deeppink);
      			box-shadow: 0 0 3em var(--deeppink);
			}

			.buy a p {
				font-size:1em;
				margin:0;
			}

				.buy a p.lastfew,
				.buy a p.sellingfast {
					display:inline-block;
					color:var(--red);
					background-color:var(--yellow);
					font-size:0.9em;
					border-radius:100em;
					padding:0.25em 0.4em;
					margin:0 0 0 0.5em;
					line-height: 1;
					text-align: center;
				}

				.buy a p.sellingfast {
					background-color:var(--blue);
					color:var(--dark_blue);
				}

				/* .buy a.add {
					margin-top:0.5em;
				} */

				.buy a.sold-out {
					background-color:#000;
					color:var(--deeppink);
				}

				.buy a.sold-out p {
					color:#fff;
					border: 1px solid #fff;
					width: 50%;
					margin-left: 25%;
					transform: rotate(-2deg);
				}

                .buy a:hover p.lastfew {
                    background-color:var(--red);
                    color:#fff;
                }
				.buy a:hover p.sellingfast {
                    background-color:var(--blue);
                    color:var(--dark_blue);
                }
	
	.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;
	}

	.bg_glow {
		animation-name: bg_glow;
		animation-duration: 1.5s;
		animation-iteration-count: infinite;
		animation-direction: alternate;
		animation-timing-function: ease-in-out;
	}

	.venue.bg_glow:nth-of-type(3n+1){
		animation-delay: 0s;
	}

	.venue.bg_glow:nth-of-type(3n+2){
		animation-delay: 0.25s;
	}

	.venue.bg_glow:nth-of-type(3n+2){
		animation-delay: 0.5s;
	}

	@keyframes bg_glow {
		0%{
			background-color:var(--bgc1);
		}
		100%{
			background-color:var(--bgc2);
		}
	}



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

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

	.tickets {
		padding-inline:min(2.5vw,5rem);
	}
}

@media screen and (width < 1000px) {

	#hero_fg {
		height:auto;
		width:100%;
	}

		.TextformatterVideoEmbed {
			margin-bottom:5em;
		}

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


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

	.pink-btn.postlink {
		font-size:1em;
	}

	.unique {
		width:calc(100% - 4rem);

		& .show-type-title {
			font-size:1.8rem;
			text-wrap: balance;
		}

		& p {
			font-size:0.9rem;
			line-height:1.4;
		}

		& .month-title {
			display:none;
		}
	}

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

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

	.special {
		float:left;
		clear:left;
	}

		.special p {
			margin:0.25em 1em 0.25em 0;
		}
}

@media screen and (width < 600px) {

	.two-col {
		grid-template-columns: 1fr;
		margin-bottom:0;
		grid-gap:0;
	}

	.int-tour {
		padding:1rem;
	}

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

	.tour-title,
	main .show-type-title {
		font-size:2.4rem;
		margin-bottom:0.5rem;
	}

	.int-tour > p {
		font-size: 1.2rem;
	}

	.shaded {
		margin-top:1rem;
	}

	.shaded p {
		font-size: 1rem;
	}
}

@media screen and (max-width:550px) {
	.venue {
		grid-template-columns: 1fr;
		padding-bottom:2em;
	}

	main .show-type-title {
		font-size:3rem;
	}
}

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

	

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

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

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