@import "../../basetemplate/css/weboverrides.css";
@import url("https://use.typekit.net/xrd0znw.css");
@import url("https://use.typekit.net/qet0inf.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playwrite+GB+S:ital,wght@0,100..400;1,100..400&display=swap');

body {
	--primary-link-color: #1F2937;
	--primary-link-color-hover: #ffd800;
	--primary-button-text-color: #000;

	--button-color: #ffd800;

	--body-background-color: #f6f6f6;
	--section-background-color: #fff;
	--item-background-color: #fafafa;

	--validation-error-text-color: #dd0000;

	--heading-font-family-h1-h2: "Roboto Slab", arial;
	--body-font-family: "din-2014", arial;

	/* Archery (warm brown) */
	--archery-bg: #ddd;
	--archery-text: #000;

	/* Athletics (green) */
	--athletics-bg: #ddd;
	--athletics-text: #000;

	/* Cycling (blue) */
	--cycling-bg: #ddd;
	--cycling-text: #000;

	/* Powerlifting (deep purple) */
	--powerlifting-bg: #ddd;
	--powerlifting-text: #000;

	/* Rowing (teal) */
	--rowing-bg: #ddd;
	--rowing-text: #000;

	/* Sitting Volleyball (coral) */
	--sitting-volleyball-bg: #ddd;
	--sitting-volleyball-text: #000;

	/* Swimming (aqua blue) */
	--swimming-bg: #ddd;
	--swimming-text: #000;

	/* Wheelchair Basketball (amber) */
	--wheelchair-basketball-bg: #ddd;
	--wheelchair-basketball-text: #000;

	/* Wheelchair Rugby (olive) */
	--wheelchair-rugby-bg: #ddd;
	--wheelchair-rugby-text: #000;

	/* Pickleball (lime) */
	--pickleball-bg: #ddd;
	--pickleball-text: #000;

	/* Laser Run (red) */
	--laser-run-bg: #ddd;
	--laser-run-text: #000;

	/* Esports (indigo) */
	--esports-bg: #ddd;
	--esports-text: #000;

	/* Opening Ceremony (gold) */
	--opening-ceremony-bg: #000;
	--opening-ceremony-text: #fff;

	--festival-pass-bg: #ffe600;
	--festival-pass-text: #000;

  	--countdown-timer-background-color: var(--button-color);
  	--countdown-timer-border-style: 2px solid #000;
	--countdown-timer-color: #000;

}

.g-button.secondary {
	border: 2px solid #000;
	font-size: 15px;
	font-weight: bold;
}
.g-button.secondary:hover {
	color: #000;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.g-button.primary:hover {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.g-driver-link {
	color: var(--primary-link-color-hover);

	.g-icon {
		fill: var(--primary-link-color-hover);
	}
}

h1,
h2 {
	font-family: var(--heading-font-family-h1-h2);
}

.g-button {
	background-color: var(--button-color);
}

.g-ui-box {
	padding: 15px;
}

.delivery-type {
	margin-bottom: 0;
}

a.postage-fees:hover {
	cursor: pointer;
}

body.v-password-protected {
	background-color: #202867;
	background-image: none;
	color: #000;
	font-family: "Be Vietnam Pro", Arial;

	.g-masthead-title {
		color: #fff;
	}

	.g-ui-box {
		background-color: #fff;
	}

	.g-button {
		background-color: #139df4;

		&:hover {
			background-color: #4cb6f9;
		}
	}

	*:not(main.l-content):not(main.l-content *) {
		display: none;
	}

	main:before {
		/*content: '';
		display: block;
		background-image: url('https://c.ststat.net/content/seeticketsv2/eventim/svgs/see-by-eventim-white-yellow.svg');
		background-repeat: no-repeat;
		background-position: center;
		height: 200px;
		width: 100%;*/
	}
}

body.v-password-protected.kb-test {
	& :not(main.l-content):not(main.l-content *) {
		display: revert;
	}
	header, footer {
		display: none !important;
	}
}

.pv-event-calendar {

	.pv-calendar-day-event,	.pv-calendar-day-event-waitinglist {
  		padding: .325rem;
	}

	.carousel.animate {
		display: none;
	}

	.pv-calendar-day.not-display-month {
		background: #FDFDFD;
	}

	.pv-calendar-day-event,  .pv-calendar-day-event-waitinglist {

		a {
			min-height: 130px;
		}
		a:not([title*="Invictus Festival"]) {
			min-height: 105px;
		}

		a:not(:has(.pv-calendar-day-event-subtext)) {
			border-radius: 8px;
			padding: 5px;
			font-size: 13px;

			time {
				color: inherit;
				display: inline;
				font-weight: 700;
			}


			&[title*="Invictus Festival"] {
				color: var(--festival-pass-text);
				background-color: var(--festival-pass-bg);

				/*time {
					display: none;
				}*/

				&:after {
					/*content: "🎟️ " attr(title);
					font-weight: 600;*/
					content: attr(datetime) " - 22:30:";
				}
			}

			&[title*="Ceremony"] {
				color: var(--opening-ceremony-text);
				background-color: var(--opening-ceremony-bg); 

				.pv-calendar-day-event-subtext {
					color: var(--opening-ceremony-text);
				}

				&:after {
					/*content: "🎉 Opening Ceremony - ";*/
					content: ": 🎉 " attr(title);
				}
			}

			&[title*="Archery"] {
				color: var(--archery-text);
				background-color: var(--archery-bg);

				&:after {
					content: ": 🏹 " attr(title);
				}
			}

			&[title*="Athletics"] {
				color: var(--athletics-text);
				background-color: var(--athletics-bg);

				&:after {
					content: ": 🏃 " attr(title);
				}
			}

			&[title*="Cycling"] {
				color: var(--cycling-text);
				background-color: var(--cycling-bg);

				&:after {
					content: ": 🚴 " attr(title);
				}
			}

			&[title*="Powerlifting"] {
				color: var(--powerlifting-text);
				background-color: var(--powerlifting-bg);

				&:after {
					content: ": 🏋️ " attr(title);
				}
			}

			&[title*="Rowing"] {
				color: var(--rowing-text);
				background-color: var(--rowing-bg);

				&:after {
					content: ": 🚣 " attr(title);
				}
			}

			&[title*="Sitting Volleyball"] {
				color: var(--sitting-volleyball-text);
				background-color: var(--sitting-volleyball-bg);

				&:after {
					content: ": 🏐 " attr(title);
				}
			}

			&[title*="Swimming"] {
				color: var(--swimming-text);
				background-color: var(--swimming-bg);

				&:after {
					content: ": 🏊 " attr(title);
				}
			}

			&[title*="Basketball"] {
				color: var(--wheelchair-basketball-text);
				background-color: var(--wheelchair-basketball-bg);

				&:after {
					content: ": 🧑‍🦽🏀 " attr(title);
				}
			}

			&[title*="Wheelchair Rugby"] {
				color: var(--wheelchair-rugby-text);
				background-color: var(--wheelchair-rugby-bg);

				&:after {
					content: ": 🧑‍🦽🏉 " attr(title);
				}
			}

			&[title*="Pickleball"] {
				color: var(--pickleball-text);
				background-color: var(--pickleball-bg);

				&:after {
					content: ": 🎾 " attr(title);
				}
			}

			&[title*="Laser Run"] {
				color: var(--laser-run-text);
				background-color: var(--laser-run-bg);

				&:after {
					content: ": 🔫🏃 " attr(title);
				}
			}

			&[title*="Esports"] {
				color: var(--esports-text);
				background-color: var(--esports-bg);

				&:after {
					content: ": 🎮 " attr(title);
				}
			}
		}

		a:has(.pv-calendar-day-event-subtext) {
			border-radius: 8px;
			padding: 5px;
			font-size: 13px;

			time {
				color: inherit;
				display: inline;
				font-weight: 700;
			}

			&[title*="Ceremony"] {
				color: var(--opening-ceremony-text);
				background-color: var(--opening-ceremony-bg);

				.pv-calendar-day-event-subtext {
					color: var(--opening-ceremony-text);
				}

				time:before {
					/*content: attr(datetime) ": 🎉 ";*/
					content: attr(datetime) ":\a";
					white-space: pre;
				}
			}

			&[title*="Archery"] {
				color: var(--archery-text);
				background-color: var(--archery-bg);

				.pv-calendar-day-event-subtext {
					color: var(--archery-text);
				}

				time:before {
					/*content: attr(datetime) ": 🏹 ";*/
					content: attr(datetime) ":\a";
					white-space: pre;
				}
			}

			&[title*="Athletics"] {
				color: var(--athletics-text);
				background-color: var(--athletics-bg);

				.pv-calendar-day-event-subtext {
					color: var(--archery-text);
				}

				time:before {
					/*content: attr(datetime) ": 🏃 ";*/
					content: attr(datetime) ":\a";
					white-space: pre;
				}
			}

			&[title*="Cycling"] {
				color: var(--cycling-text);
				background-color: var(--cycling-bg);

				.pv-calendar-day-event-subtext {
					color: var(--archery-text);
				}

				time:before {
					/*content: attr(datetime) ": 🚴 ";*/
					content: attr(datetime) ":\a";
					white-space: pre;
				}
			}

			&[title*="Powerlifting"] {
				color: var(--powerlifting-text);
				background-color: var(--powerlifting-bg);

				.pv-calendar-day-event-subtext {
					color: var(--archery-text);
				}

				time:before {
					/*content: attr(datetime)": 🏋️ ";*/
					content: attr(datetime) ":\a";
					white-space: pre;
				}
			}

			&[title*="Rowing"] {
				color: var(--rowing-text);
				background-color: var(--rowing-bg);

				.pv-calendar-day-event-subtext {
					color: var(--archery-text);
				}

				time:before {
					/*content: attr(datetime)": 🚣 ";*/
					content: attr(datetime) ":\a";
					white-space: pre;
				}
			}

			&[title*="Sitting Volleyball"] {
				color: var(--sitting-volleyball-text);
				background-color: var(--sitting-volleyball-bg);

				.pv-calendar-day-event-subtext {
					color: var(--archery-text);
				}

				time:before {
					/*content: attr(datetime) ": 🏐 ";*/
					content: attr(datetime) ":\a";
					white-space: pre;
				}
			}

			&[title*="Swimming"] {
				color: var(--swimming-text);
				background-color: var(--swimming-bg);

				.pv-calendar-day-event-subtext {
					color: var(--archery-text);
				}

				time:before {
					/*content: attr(datetime) ": 🏊 ";*/
					content: attr(datetime) ":\a";
					white-space: pre;
				}
			}

			&[title*="Basketball"] {
				color: var(--wheelchair-basketball-text);
				background-color: var(--wheelchair-basketball-bg);

				.pv-calendar-day-event-subtext {
					color: var(--archery-text);
				}
				
				time:before {
					/*content: attr(datetime) ": 🧑‍🦽🏀 ";*/
					content: attr(datetime) ":\a";
					white-space: pre;
				}
			}

			&[title*="Wheelchair Rugby"] {
				color: var(--wheelchair-rugby-text);
				background-color: var(--wheelchair-rugby-bg);

				.pv-calendar-day-event-subtext {
					color: var(--archery-text);
				}

				time:before {
					/*content: attr(datetime) ": 🧑‍🦽🏉 ";*/
					content: attr(datetime) ":\a";
					white-space: pre;
				}
			}

			&[title*="Pickleball"] {
				color: var(--pickleball-text);
				background-color: var(--pickleball-bg);

				.pv-calendar-day-event-subtext {
					color: var(--archery-text);
				}

				time:before {
					/*content: attr(datetime) ": 🎾 ";*/
					content: attr(datetime) ":\a";
					white-space: pre;
				}
			}

			&[title*="Laser Run"] {
				color: var(--laser-run-text);
				background-color: var(--laser-run-bg);

				.pv-calendar-day-event-subtext {
					color: var(--archery-text);
				}

				time:before {
					/*content: attr(datetime) ": 🔫🏃 ";*/
					content: attr(datetime) ":\a";
					white-space: pre;
				}
			}

			&[title*="Esports"] {
				color: var(--esports-text);
				background-color: var(--esports-bg);

				.pv-calendar-day-event-subtext {
					color: var(--archery-text);
				}

				time:before {
					/*content: attr(datetime) ": 🎮 ";*/
					content: attr(datetime) ":\a";
					white-space: pre;
				}
			}

			&[title*="Invictus Festival"] {
				color: var(--festival-pass-text);
				background-color: var(--festival-pass-bg);

				/*time,
				.pv-calendar-day-event-subtext {
					display: none;
				}*/
				.pv-calendar-day-event-subtext {
					color: var(--archery-text);
				}

				time:before {
					content: attr(datetime) " - 22:30: \a";
					white-space: pre;
				}
			}

		}
	}
}

@media screen and (max-width: 48.75rem) {
	.pv-event-calendar {
		.pv-calendar-day-event,  .pv-calendar-day-event-waitinglist {
			a {
				min-height: 60px;
			}	
		}
	}
}

@media screen and (max-width: 30rem) {
	.pv-event-calendar {
		.pv-calendar-day-event,  .pv-calendar-day-event-waitinglist  {
			a {
				min-height: 105px;
			}	
		}
	}
}

.final {
	position: absolute;
  	right: 5px;
  	/*background: #999;
	color: #fff;
  	padding: 0px 5px;
  	font-weight: bold;
  	border: 1px solid #000;*/
  	bottom: 5px;
	font-size: 15px;
}
.semi-final {
	/*position: absolute;
  	right: 5px;
  	background: #999;
	color: #fff;
  	padding: 0px 5px;
  	font-weight: bold;
  	border: 1px solid #000;
  	bottom: 5px;*/
}

.medal-key {
  	padding: 5px;
  	border-radius: 5px;
  	width: initial;
  	display: inline-block;
  	margin: 5px;
	
	.final, .semi-final {
		position: initial;
	}
}


@media screen and (max-width: 48.75rem) {
	.pv-calendar-day-event a, .pv-calendar-day-event-waitinglist a {
		margin: 0;
		padding: 0;
		border: 1px solid #878787;
		font-size: 14px !important;
	}

	.tour-calendar__navigation__heading {
		display: block;
	}

	.v2-basket-inner-title .g-order-summary-top__title {
		text-align: left;
	}
}


.v2-tour-banner {
	display: none;
}

.l-content {
	margin-top: 50px;
	font-family: var(--body-font-family);
}

aside header {
	margin-bottom: 10px;
}

.eventinfo {
	border: none;
	padding: 0;

	&>aside,
	&>section {
		border: var(--default-border-style);
		border-radius: var(--default-border-radius);
		padding: 20px;
	}

	aside.g-floatingbasket {
		margin-bottom: 10px;

		.g-floatingbasket-content {
			.g-button {
				display: none !important;
			}
		}

		h4 {
			font-weight: 600;
			font-size: 16px;
		}
	}

	aside.g-driver:last-child {
		padding-bottom: 20px;
	}

	.g-seating-plan-container {
		margin-top: 0;

		h3 {
			font-weight: 600;
		}
	}

	aside.g-driver {
		margin-top: 0;
	}
}

.v-basket-index {
	.g-ui-box.your-basket {
		border: none;
		padding: 0;
	}

	.fixed-scroll {
		position: relative;
	}

	/*Donations*/
	.basket-ticket-loader {

		#buyTickets,
		#nextOfferPageButton,
		#upsellSubmit {
			font-size: var(--primary-button-font-size);
		}

		.extended-offer-description,
		.v2-price-group.one-group-top {
			margin-top: 0;
		}

		.v2-price-row {
			gap: 10px;

			.v2-price-row__price,
			.v2-price-selections {
				flex: 0 0 calc(50% - 5px);
				/* half width */
			}

			.v2-price-selections {
				justify-content: flex-end;
			}

			/* third box */
			.v2-price-after {
				flex: 0 0 100%;
				/* full width */

				.pre-line-format {
					white-space: normal;

					img {
						margin: auto;
					}
				}
			}

			.v2-price-row__price-label .fees {
				display: none;
			}
		}
	}

	.buy-more {
		font-size: 15px;
		font-weight: 600;
		background-color: var(--button-color);
		border: none;

		&:hover {
			color: var(--primary-button-text-color);
			background-color: var(--primary-link-color-hover);
		}
	}

	#buyTicketsContainer {
		position: relative;
	}

}

#buyTickets,
#nextOfferPageButton,
#upsellSubmit {
	font-size: 15px;
}

.question-header {
	img {
		max-width: 250px;
		display: block;
		margin: 20px 0px;
	}
}

.price-narr-cont img {
	max-width: 100%;
}

#donationModalContent {
	.v2-price-group {
		display: flex;
		gap: 10px;
	}
}

.image-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999999;
}

.overlay-image {
	max-width: 90%;
	max-height: 90%;
	border-radius: 8px;
}

#donationModalContent {
	.pre-line-format img {
		cursor: pointer;
	}

	#buyTickets {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 48.75rem) {
	#donationModalContent {
		.v2-price-group {
			display: block;
		}

		.pre-line-format img {
			display: block;
			margin: auto;
		}
	}
}

.v2-price-row__price-label {
	.fees {
		display: none;
	}
}

.top-bar--menu li a.support-centre {
	background-color: #ffd800;
	color: #000;
}

/* kb filter test */
.filters {
	.text-filter {
		width: 90%;
	}
}
.extra-filters.filter-hidden {
	display: none;
}
.events-filter {
	display: grid;
	/*grid-template-rows: repeat(2,auto);
  	grid-auto-flow: column;*/
  	grid-template-columns: repeat(auto-fit, minmax(9rem, max-content));

	.event-icon-filter, .more-filters {
		/*border: 2px solid #ddd;
		padding: 0.3rem;
		border-radius: 8px;
		cursor: pointer;
		margin: 0.2rem;
		-webkit-user-select: none;       
		-moz-user-select: none; 
		-ms-user-select: none; 
		user-select: none; 
		opacity: 0.7;
		text-align: center;
    	font-size: 15px;*/
		/* kb - new version as they wanted it simpler */
		padding: 0.5rem;
		border-radius: 8px;
		cursor: pointer;
		opacity: 0.6;
		margin: 0 10px;
		font-weight: bold;
		line-height: 12px;
		height: 41px;
		text-align: center;
		.filter-text {
			text-align: center;
			.tiny {
				font-size: 10px;
				display: block;
			}
		}
	}

	.event-icon-filter.festival {
		color: var(--festival-pass-text);
        background-color: var(--festival-pass-bg);
		.filter-text {
			line-height: 23px;
		}
	}
	.event-icon-filter.ceremony {
		color: var(--opening-ceremony-text);
        background-color: var(--opening-ceremony-bg);
	}
	.event-icon-filter.session {
		color: var(--pickleball-text);
        background-color: var(--pickleball-bg);
	}
	.more-filters {
        border: 2px solid;
		opacity: 1;
		.filter-text {
			line-height: 21px;
		}
	}

	.event-icon-filter.active {
		/*border: 2px solid #000;*/
		box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
		opacity: 1;

	}
	.extra-filters .event-icon-filter.active {
		border: 2px solid #000;
		box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
		opacity: 1;

	}

	.event-icon-filter.active.festival {
		background-color: var(--festival-pass-bg);
		border-color: var(--festival-pass-bg);
	}	
	.event-icon-filter.active.archery {
		background-color: var(--archery-bg);
		border-color: var(--archery-text);
	}
	.event-icon-filter.active.opening {
		background-color: var(--athletics-bg);
		border-color: var(--athletics-text);
	}
	.event-icon-filter.active.athletics {
		background-color: var(--athletics-bg);
		border-color: var(--athletics-text);
	}
	.event-icon-filter.active.cycling {
		background-color: var(--cycling-bg);
		border-color: var(--cycling-text);
	}
	.event-icon-filter.active.powerlifting {
		background-color: var(--powerlifting-bg);
		border-color: var(--powerlifting-text);
	}
	.event-icon-filter.active.rowing {
		background-color: var(--rowing-bg);
		border-color: var(--rowing-text);
	}
	.event-icon-filter.active.volleyball {
		background-color: var(--sitting-volleyball-bg);
		border-color: var(--sitting-volleyball-text);
	}
	.event-icon-filter.active.swimming {
		background-color: var(--swimming-bg);
		border-color: var(--swimming-text);
	}
	.event-icon-filter.active.basketball {
		background-color: var(--wheelchair-basketball-bg);
		border-color: var(--wheelchair-basketball-text);
	}
	.event-icon-filter.active.rugby {
		background-color: var(--wheelchair-rugby-bg);
		border-color: var(--wheelchair-rugby-text);
	}
	.event-icon-filter.active.pickleball {
		background-color: var(--pickleball-bg);
		border-color: var(--pickleball-text);
	}
	.event-icon-filter.active.laser {
		background-color: var(--laser-run-bg);
		border-color: var(--laser-run-text);
	}
	.event-icon-filter.active.esports {
		background-color: var(--esports-bg);
		border-color: var(--esports-text);
	}


}

/*@media screen (max-wdith: 500px;) {
	.events-filter {
		grid-template-rows: repeat(3,auto);
	}
}*/

.extra-filters {
	.event-icon-filter {
		border: 2px solid #ddd;
		padding: 0.3rem;
		border-radius: 8px;
		cursor: pointer;
		margin: 0.2rem;
		-webkit-user-select: none;       
		-moz-user-select: none; 
		-ms-user-select: none; 
		user-select: none; 
		opacity: 0.7;
		text-align: center;
    	font-size: 15px;
		height: auto;
    	line-height: 26px;
	}
}


@media screen and (max-width: 43.125rem) {
	.filters .g-grid-col {
		margin-bottom: 10px !important;
	}
	.events-filter {
		display: flex;
		flex-wrap: wrap;
	}
	.events-filter {
		.event-icon-filter, .more-filters {
			margin: 5px 5px;
		}
	}
}


.g-ui-box.filters { 
	h4 {
		margin: 0.8rem 0;
	}
} 

.tour-calendar__navigation__heading {
	margin: 1rem 0;
}

#eventCalendar {
  	& .pv-event-calendar {
    	& .pv-event-calendar-content {
      		padding: 0;
      		display: flex;
      		gap: 0px;
    	}
	}
}

#eventCalendar {
	& .pv-event-calendar {
		& .pv-event-calendar-content {
			& .pv-event-calendar-day {
				&.empty {
					display: none;
				}
      		}
    	}
  	}
}

.pv-calendar-day-date-day {
	display: inline-block;
}

.pv-event-calendar-day {
  	flex-grow: 1;
  	margin: 2px;
  	min-height: 125px;
  	width: 11%;
}


@media screen and (max-width: 48.75rem) {
	.pv-event-calendar-day {
  		width: initial;
		min-height: initial;
	}
}

.opacity-30 {
	opacity: 0.25;
}

@media screen and (max-width: 43.125rem) and (min-width: 30rem) {
  	.v-tour-index:not(.theatre-booking-flow) .g-grid-col.x8, .v-tour-index .g-grid-col[class], .v-tour-index .g-grid-col[class].x10, .v-tour-index .g-grid-col[class].x11, .v-tour-index .g-grid-col[class].x8, .v-tour-index .g-grid-col[class].x9 {
    	-ms-flex-preferred-size: 100%;
    	-webkit-flex-basis: 100%;
    	-moz-flex-basis: 100%;
    	flex-basis: 100%;
    	min-width: 100%;
  	}
}

@media screen and (max-width: 30rem) {
	.v-tour-index .g-grid-col[class], .v-tour-index:not(.theatre-booking-flow) .g-grid-col.x8 {
		-ms-flex-preferred-size: 100%;
		-webkit-flex-basis: 100%;
    	-moz-flex-basis: 100%;
    	flex-basis: 100%;
    	margin-bottom: .625rem !important;
    	min-width: 100%;
  	}
}

.panels {

	.info-panel {
		min-height: 12rem;
		h2 {
			text-transform: uppercase;
		}
	}

	.pass-panel {
		background-color: var(--button-color);
		color: #000;
		padding: 1rem;
		border-radius: var(--default-border-radius);
	}
	.session-panel {
		background-color: var(--athletics-bg);
		color: #000;
		padding: 1rem;
		border-radius: var(--default-border-radius);
	}
	.ceremony-panel {
		background-color: #000;
		color: #fff;
		padding: 1rem;
		border-radius: var(--default-border-radius);
		h2, h3 {
			color: #fff;
		}
	}
	.sports-panel {
		min-height: auto;
		border-radius: var(--default-border-radius);
		color: #000;
		padding: 1rem;
		border: 2px solid var(--athletics-bg);
		h2 {
			font-size: 18px;
		}
	}
	.group-panel {
		background-color: #000;
		color: var(--button-color);
		padding: 1rem;
		h2 {
			font-size: 18px;
		}
	}

	.fa-solid {
		background-color: #000;
  		padding: 0.5rem;
  		border-radius: 25px;
  		font-size: 20px;
  		color: #fff;
		background-color: #000;
    	width: 40px;
    	height: 40px;
    	display: flex;
    	justify-content: center;
    	align-items: center;
		float: left;
	}
	.pass-image::before {
		transform: rotate(-45deg);
		margin-top: -2px;
    	margin-left: -2px;
	}
	.ceremony-panel {
		i {
			background-color: var(--button-color);
			color: #000;
		}
		h3 {
			color: var(--button-color);
		}
	}
	.group-panel {
		i {
			background-color: var(--button-color);
			color: #000;
		}
		h2 {
			color: var(--button-color);
			padding: 9px 3rem 9px 0;
		}
	}


	h2 {
		margin: 0 3rem;
		font-size: 1.4rem;
		margin-top: -3px;
	}
	h3 {
		font-size: 1rem;
		font-family: "Playwrite GB S";
		font-style: italic;
		margin: 0 3rem;
	}
	.info-text {
    	-webkit-transition: all 0.5s ease-in-out;
    	-moz-transition: all 0.5s ease-in-out;
    	transition: all 0.5s ease-in-out;
		overflow: hidden;
		position: relative;
		min-height: 0;
		p {
			margin: 10px;
		}
		.tiny {
			font-size: 11px;
		}
	}
	.sports-panel {
		p {
			margin: 0 10px;
		}
		.fa-star {
			position: absolute;
  			right: 1.5rem;
  			top: 1rem;
  			transform: rotate(45deg);
  			font-size: 20px;
  			color: var(--button-color);
		}
	}

}

@media screen and (max-width: 890px) {
	.panels {
		.sports-panel {
			p {
				display: none;
			}
			h2 {
				font-size: 15px;
			}
		}
	}
	/*.panels {
  		.x4 .info-panel {
    		min-height: 5rem;
			cursor: pointer;
  		}
		.info-text {
			opacity: 0;
    		transition: all 0.25s ease-in;
			max-height: 0;
		}
		.info-panel h2::after {
			content: "";
			border: solid var(--primary-link-color);
  			border-width: 0 .2em .2em 0;
  			float: right;
  			margin: 0 10px;
  			padding: .3em;
			transform: rotate(-45deg);
  			-webkit-transform: rotate(-45deg);
			position: absolute;
      		right: 2rem;
      		top: 2rem;
			transition: 0.2s;
		}
		.ceremony-panel.info-panel h2::after {
			border: solid #fff;
			border-width: 0 .2em .2em 0;
		}
	}
	.panels {
		.reveal-info {
			h2::after {
					transform: rotate(45deg);
  					-webkit-transform: rotate(45deg);
					transition: 0.2s;
			}
			.info-text {
				opacity: 1;
				max-height: 10rem;
			}
		}
	}*/
}

/* new changes 08-08 */
#offerPageHeading ul li.current-offer-page {
	background-color: var(--button-color);
}
#offerPageHeading ul li {
	a {
		span {
			display: none;
		}
	}
}

/*.pv-shared-basket-header {
	position: initial;
	margin: 0 2rem;
	a {
		svg {
			color: #fff;
			fill: #fff;
			g {
				color: #fff;
				fill: #fff;
			}
			path {
				fill: #fff;
			}
		}
	}
	.basket-link span {
		background: var(--button-color);
		color: #000;
	}
	.basket-link.basket-black svg path {
  		/fill: #fff;
	}

}*/
.header-basket {
	min-height: 2.5rem;
	.pv-shared-basket-header {
  		position: absolute;
  		top: -18px;
  		margin: 1.5rem 0rem 1rem 1rem;
  		right: 0;
	}
}

.eventinfo {
	border: var(--default-border-style);
    border-radius: var(--default-border-radius);
	section {
		border: none;
	}
}
aside.g-driver {
	border: none;
}

.pv-shared-link-order {
	border: none;
	border-radius: var(--default-border-radius);
	background-color: var(--button-color);
	margin-bottom: 20px;
	padding: 20px;
	color: #000;
	.g-button.primary {
		background-color: #000;
		color: #fff;
	}
} 

.v2-price-after {
	.pre-line-format {
  		white-space: initial;
	}
}

.page-countdown {
	p {
		font-size: 17px;
  		font-weight: bold;
	}
	.timer {
		font-size: 18px;
		font-weight: bold;
	}
}

.pv-calendar-day-date {
	text-align: center;
	float: none;
}


.v-customer-service-index {
	.t-breadcrumbs-wrapper {
		display: none;
	}
}

.pv-event-calendar-content .pv-calendar-day-date {
	display: none;
	.pv-calendar-day-date-date, .pv-calendar-day-date-day {
		display: none;
	} 
}
.ig-dates {
	display: flex;
	background: #fff;
	flex-wrap: wrap;
  	align-items: center;
	span.pv-calendar-day-date {
		flex-grow: 1;
  		margin: 2px;
  		min-height: 25px;
  		width: 11%;
	}
	.pv-calendar-day-date-date {
		margin-right: 0;
	}
}
.ig-dates.fixed-dates {
	position: fixed;
	top:0;
	width: inherit;
	max-width: inherit;
	z-index: 1000;
}



@media screen and (max-width: 48.75rem) {
	.pv-event-calendar-content .pv-calendar-day-date {
		display: block;
		.pv-calendar-day-date-date, .pv-calendar-day-date-day {
			display: block;
		} 
	}
	.filters .pv-calendar-day-date time {
    	align-items: center;
    	display: initial;
		text-align: center;
	}
	.filters .pv-calendar-day-date {
		border: 2px solid #ddd;
    	padding: 0.3rem;
    	border-radius: 8px;
    	cursor: pointer;
    	margin: 0.2rem;
    	-webkit-user-select: none;
    	-moz-user-select: none;
    	-ms-user-select: none;
    	user-select: none;
    	opacity: 0.7;
    	text-align: center;
    	font-size: 15px;
	    height: auto;
    	line-height: 26px;
	}
	.filters .pv-calendar-day-date.active {
		box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
		opacity: 1;
		border: 2px solid #000;
	}
}

@media screen and (max-width: 630px) {
	.ig-dates {
		span.pv-calendar-day-date {
			width: 20%;
		}

		.ig-days {
			background: #000;
			color: #fff;
			opacity: 1;
		}
	}
}


/* making narratives stand out */
.v-event-eventdetails {
	.narrative .stand-out-narrative {
		background-color: var(--button-color);
		padding: 1rem;
		border-radius: 8px;
		font-size: 20px;
  	}
}

.question-header h3 {
  	margin-bottom: 2px;
}


#basketCheckoutForm {
	margin-bottom: 10px;
}

.ig-req-ast {
	color: red;
}

.ig-req-ans {
	font-size: 13px;
	margin-top: -15px;
	display: block;
}

.ig-req-chk {
	margin-left: 3px;
}

.ig-waitlist {
	display: block;
	background-color:#ffd800;
	padding: 2px 5px;
	width: fit-content;
	border-radius: 0.4rem;
}

.pv-calendar-day-event-waitinglist a {
	border-radius: 3px;
	color: #232323;
	display: block;
	font-size: 14px;
	font-weight: 400;
	padding: .125rem;
	position: relative;
	text-decoration: none;
}

#buyTicketsContainer {
	.bt-no-selection:hover {
  		cursor: pointer;
	}
	.bt-btn-no-selection, .bt-no-selection {
		opacity: 1;
	}
}

.narrative {
	.info-clicker {
		border: none;
		cursor: pointer;
  		border-radius: var(--default-border-radius);
  		background-color: var(--button-color);
  		margin-bottom: 20px;
  		padding: 20px;
  		color: var(--primary-link-color);
		span {
			margin-left: 8px; 
		}
		.more-info {

		}

	}
	.info-clicker.info-open {
		.g-icon.chevron-right {
			transform: translateY(-25%) rotate(90deg);
		}
	}
}

#quantity-validation .field-validation-error, .big-alert.field-validation-error, .success-imp {
	font-weight: 500;
	background: #f9f9f9;
}

.social-account-links-v2-block .social-icons-style-regular .sqs-svg-icon--wrapper > div, #block-yui_3_17_2_1_1772127396693_3914 .sqs-svg-icon--wrapper > div {
	transform: scale(1.4);
}