/*
Theme Name: GrandStand Tickets
Description: This is a premium custom Designed & Developed theme for www.GrandStandTickets.com
Author: Thomas Toma - https://www.viral-dev.com/contact-us/
Template: flatsome
Version: 3.0
*/

/* Import Google Inter font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue:wght@400&display=swap');


.swiper-container{
    box-sizing: border-box;
    padding-top: 5px;
    padding-bottom: 5px;
}

.logo-carousel-free .sp-lc-logo img {
    margin: 0 auto !important;
    display: block !important;
    height:60px !important;
    object-fit:contain !important;
}

dl.variation {
    text-transform: initial !important;
}

dt.variation-Ticket {
	font-weight: 700 !important;
    text-transform: initial !important;
}
dd.variation-Ticket {
    text-transform: initial !important;
}

dl.variation dt {
    clear: both;
    float: left;
    font-weight: 700 !important;
}

.not-confirmed{
	display:none;
}

.confirmed{
	display:flex;
}

.sales-closed-message-with-event{
	background-color:#c6a002;
	border-radius:10px;
	padding: 36px;
	font-size:18px;
	color:white;
	margin-bottom: 16px;
}


.cart_totals {
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
    border: 0px solid #c6a002;
}

.cart-sidebar{
	padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15), 0px 6px 6px rgba(0, 0, 0, 0.10);
    border: 2px solid #c6a002;
}

.sales-closed-wrapper-with-event{
	width:60%;
	margin-top:20px;
	margin-right: 1rem;
}

.font-size-14{
	font-size:14px !important;
	color:white;
}

.payment-white .payment-icon{
	background-color: rgb(255 255 255) !important;
}

.section-wrapper2{
	padding-bottom:50px;
	margin-top: -24px;
}


/*************** ADD CUSTOM CSS HERE.   ***************/
@media (max-width: 1000px) {
    .medium-12, .medium-columns-1 .flickity-slider>.col, .medium-columns-1>.col {
        flex-basis: 100%;
        max-width: 100%;
    }
}


.flickity-viewport {
	min-height:430px !important;
}


.card-home-event-header {
    transition: color 0.2s ease-in-out;
}

.home-banner:hover .card-home-event-header {
    color: #C6A002 !important;
}


.accordian-custom {
	/* background-color:#F0F0F1; */
	border-radius: 10px;
}

.accordian-custom .accordion-item .accordion-title {
    border-bottom: 1px solid #ddd !important;
    display: block;
    font-size: 16px;
    line-height: 1.4;
    padding: .6em 2.3em;
    position: relative;
    transition: border .2s ease-out,background-color .3s
}



    .slider-card {
        max-width: 100% !important;
    }

@media (max-width: 1000px) {
    .flickity-slider {
        width:90%!important
    }

    .slider-card {
        max-width: 90%!important
    }
}



.card-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.card {
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  /* border: 2px solid #ffffff; */
  overflow: hidden;
  box-shadow: 0 4px 13px #0000001c;
}


.card:hover .card-image {
  transform: scale(1.05); /* Slightly increase the image size */
}

.card-bottom {
  padding: 16px;
  position: relative;
  background-color: #fff;
}

.card-content-small {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3px;
  display: flex;
}

.card-icon-svg {
  min-width: 14px;
  max-width: 14px;
}

.card-text {
  color: #0b0b0bcc;
  margin-bottom: 0px;
}

.card-button {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 40px;
    color: #fff;
    background-color: #c6a002;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    padding: 6px 22px;
    font-size: 16px;
    width: 100%;
    display: flex;
    transition: background-color 0.3s ease
}

.card-button-arrow {
  width: 14px;
  transition: transform 0.3s ease; /* Smooth rotation transition */
}

.card-button:hover .card-button-arrow {
  transform: rotate(45deg); /* Rotate arrow on hover */
}

.card-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  transition: transform 0.3s ease; /* Smooth transition for scaling */
}

.card-top {
  min-height: 220px;
  padding: 16px;
  position: relative;
  overflow: hidden;
}

.card-flag {
  border-radius: 8px;
  width: 50px !important;
  /* height: 35px !important; */
  object-fit: cover;
  /* border: 1.5px solid white; */
}

.flag-event-wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.sale_open {
    color: #fff;
    border-radius: 1000px;
    padding: 6px 16px;
    top: 0;
    position: absolute;
    right: 0;
    background-position: left;
    background-repeat: no-repeat;
    color: #4CAF50;
    letter-spacing: -.3px;
    font-weight: 600;
    font-size: 14px;
    display: flex
;
    background-color: #ffffff;
    align-items: center;
}


.sale_coming {
    color: #fff;
    border-radius: 1000px;
    padding: 6px 16px;
    top: 0;
    opacity: 50%;
    position: absolute;
    right: 0;
    color: #000000;
    letter-spacing: -.3px;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    background-color: #fff;
    align-items: center;
}
.sale_closed {
    color: #fff;
    border-radius: 11000px;
    padding: 6px 16px;
    top: 0;
    opacity: 50%;
    position: absolute;
    right: 0;
    color: #000000;
    letter-spacing: -.3px;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    background-color: #fff;
    align-items: center;
}

.image-overlay {
  z-index: 0;
  background-image: linear-gradient(#0b0b0bcc, #0b0b0b00 50%, #0b0b0b80);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.vip-container {
  background-color: #c3ad3a;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 9px 14px;
  font-size: 16px;
  display: flex;
  position: absolute;
  inset: -38px auto auto;
}

.paragraph-2 {
  display: inline-block; /* Ensures background covers text properly */
  line-height: 1;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0px;
  color: white;
}

.stars-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.star-icon {
  width: 10px;
  color: #ffffff;
}

.heading {
  line-height:1.2;
  margin-bottom: 12px !important;
  font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
  .card-wrapper {
    flex-flow: column;
  }

	.vip-container {
  inset: -40px auto auto;
}
	.card-top {
  min-height: 200px;
  padding: 16px 16px 0;
  position: relative;
  overflow: hidden;
}
.heading {
    line-height: 1.2;
    margin-bottom: 12px!important;
    font-size: 1.1rem
}

}



.woocommerce-additional-fields {
	display: none !important;
}
.open-map{
	font-size: 12px;
    line-height: 1;
    white-space: nowrap;
	color:#fff;
}

.only-show-tab {
		display: none;
	}
.trackmap-svg-wrapper{
	overflow: hidden;
}

.close-btn {
	display:none;
}

.map-toggle-btn {
	display: none;
}


.card-overlay {
  background-image: linear-gradient(#000c, #0000001a 47%, #000c);
  position: absolute;
  inset: 0%;
}

.svg-2 {
  width: 24px;
  min-width: 24px;
}

.card-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.card-top-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
}

.card-bottom-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.card-content-wrapper {
  z-index: 1;
  grid-column-gap: 15rem;
  grid-row-gap: 15rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.flex-box-card {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-box-card.butty {
  background-color: #c6a002;
  border-bottom: 1px #fff;
  border-radius: 10px;
  padding: 8px 12px;
}

.flex-box-card.butty:hover {
  background-color: #a08102;
}

.flex-box-card.butty:hover .arrow-svg-2{
  transform: rotate(90deg);
}

.card-wrapper {
  color: #fff;
  background-image: url("https://www.grandstandtickets.com/wp-content/uploads/2024/09/British-GP-_Silverstone_-F1-Tickets_ProductImage.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: all .2s;
  display: block;
  position: relative;
  overflow: hidden;
}
  .card-wrapper.is-2 {
    background-image: url("https://www.grandstandtickets.com/wp-content/uploads/2024/09/Spanish-_Barcelona_-F1-Tickets_ProductImage.webp");
  }
  

.card-wrapper:hover {
  transform: translate(0, -5px);
  box-shadow: 0 5px 9px #00000080;
}

.arrow-svg-2 {
  color: #fff;
  width: 20px;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}

@media screen and (max-width: 479px) {
  .arrow-svg-2 {
    width: 32px;
  }
}

.paragraph {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 0;
}

.paragraph.h-m {
  color: #fff;
  white-space: nowrap;
  text-shadow: none;
  font-size: 14px;
}

.paragraph.top {
  white-space: nowrap;
}

.div-block {
  height: auto;
}

.div-block-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.paragraph-2 {
  text-transform: capitalize;
  margin-bottom: 0;
}

.top-right-tor {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #fff;
  border-radius: 10px;
  align-items: center;
  padding: 5px 10px;
  display: flex;
}

@media screen and (max-width: 850px) {
	.card-content-wrapper {
    grid-column-gap: 8rem;
    grid-row-gap: 10rem;
    padding: 1.25rem;
  }
  .card-heading {
    font-size: 20px;
  }

  .card-wrapper {
    height: auto;
    box-shadow: 0 5px 9px #0003;
  }

  .card-wrapper:hover {
    transform: translate(0);
  }
}

@media screen and (max-width: 479px) {
  .card-content-wrapper {
    grid-column-gap: 8rem;
    grid-row-gap: 6rem;
    padding: 1.25rem;
  }

  .flex-box-card.butty {
    background-color: #cf212a00;
    border-bottom-style: none;
    padding: 0;
  }
	.flex-box-card.butty:hover {
    background-color: #cf212a00;
    border-bottom-style: none;
    padding: 0;
  }

  .arrow-svg {
    width: 32px;
  }

  .paragraph.h-m {
    display: none;
  }
}












.ticket-wrapper:hover .ticket-circles{
	border: 2px solid #c6a002;
}

.ticket-circles{
	position: absolute;
	width: 3rem;
	border: 2px solid #ddd;
	height: 3rem;
	background: #ffffff;
	border-radius: 50%;
	left: -3rem;
	top: 85%;
	/* bottom: -72%; */
	transition: all 0.1s ease;
}

.ticket-circles.right{
    left: auto;
    right: -3rem;
    /* top: auto; */
    /* bottom: 0px; */
}


.hide-desktop-cat{
	display: none;
}

h1 {
    font-family: 'Bebas Neue', sans-serif !important;
}

.homepage_bottom{
border-radius: 10px !important;
}

.add_ticket_to_cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.add_ticket_to_cart.clicked {
    background-color: #4caf50; /* Change to a success green */
    color: white; /* Optional: adjust text color */
}

/* SVG Animation */
.add_ticket_to_cart svg {
    transition: transform 0.5s ease, opacity 0.3s ease;
}

.section-bg-overlay {
    /* background-color: rgba(0, 0, 0, 0.349); */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%);
}


.overlay {
   background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 70%);
}


.add_ticket_to_cart.clicked svg {
   transition: all 0.5s ease;
}

/* Text Block Animation */
.add_ticket_to_cart .text-block {
    /* transition: all 0.5s ease, opacity 0.3s ease; */
}

.add_ticket_to_cart.clicked .text-block {

    opacity: 1; /* Ensure visibility */
}


body {
	font-family: "Inter", sans-serif;
	background-color: #F7F9FC !important;
}

#venue-map svg {
    width: 100%
}

#venue-map .track-border {
    fill: none;
    stroke: #ffffff00;
    stroke-width: 17px;
    stroke-linejoin: round;
}

#venue-map .track-overlay {
    fill: none;
    stroke: #ffffff00;
    stroke-width: 1px;
    stroke-linejoin: round;
}

#venue-map .track-drive {
    fill: none;
    stroke: #c6a002;
    stroke-width: 5px;
    stroke-linejoin: round;
}

#venue-map .soccerfield {
    fill: hsl(161.4deg 94.97% 45.42%);
    stroke: hsl(161.39999999999998, 93.5%, 30.4%);
}

#venue-map .grandstand-legend,#venue-map .grandstand {
    fill: #ffffff;
    stroke: #999999;
}

#venue-map .suite-legend,#venue-map .suite {
    fill: #ebd67d;
    stroke: #999999;
}

#venue-map .general-admission-legend,#venue-map .general-admission {
    fill: #ffffff;
    stroke: #999999;
}

#venue-map .unavailable-legend,#venue-map .unavailable {
    fill: #999999;
    stroke: #999999;
}

#venue-map .curve-red {
    fill: #fff
}

#venue-map .curve-grey {
    fill: #ddd
}

#venue-map .flag-white,#venue-map .starting-grid {
    fill: #fff
}

#venue-map .drive-arrow {
    fill: #fcd34d
}

#-venue-map .labels-logo {
    display: none;
}

#-venue-map text {
    display: none;
}

#venue-map .labels-stands {
	fill:white;
	mix-blend-mode: difference;
	pointer-events:none !important;
}

#venue-map .labels-small {
	fill:white;
	mix-blend-mode: difference;
	pointer-events:none !important;
}

#venue-map .labels-grandstand {
	fill:white;
	mix-blend-mode: difference;
	pointer-events:none !important;
}

#venue-map .labels-grandstand-bel, #venue-map ._labels-grandstand-bel {
	fill: #fff;
	mix-blend-mode: difference;
	pointer-events:none !important;
}

#venue-map .labels-legend {
    display: inline;
    font-size: 26px;
	fill:white;
	pointer-events:none !important;
}

#venue-map .active {
    fill: #c6a002 !important;
    stroke: #c6a002 !important;
}

#venue-map .court {
    fill: #06e29e !important;
}

#venue-map .svg-background {
	fill: #ffffff00;
    stroke: #ffffff;
	stroke-width:2px;
}

#venue-map .labels-logo {
    display: none;
}


//lightbox svg
#venue-map-lightbox svg {
    width: 100%
}

#venue-map-lightbox .track-border {
    fill: none;
    stroke: #ffffff00;
    stroke-width: 17px;
    stroke-linejoin: round;
}

#venue-map-lightbox .track-overlay {
    fill: none;
    stroke: #ffffff00;
    stroke-width: 1.72px;
    stroke-linejoin: round;
}

#venue-map-lightbox .track-drive {
    fill: none;
    stroke: #c6a002;
    stroke-width: 5px;
    stroke-linejoin: round;
}

#venue-map-lightbox .soccerfield {
    fill: hsl(161.4deg 94.97% 45.42%);
    stroke: hsl(161.39999999999998, 93.5%, 30.4%);
}

#venue-map-lightbox .grandstand-legend,#venue-map-lightbox .grandstand {
    fill: #ffffff;
    stroke: #999999;
}

#venue-map-lightbox .suite-legend,#venue-map-lightbox .suite {
    fill: #ffffff;
    stroke: #999999;
}

#venue-map-lightbox .general-admission-legend,#venue-map-lightbox .general-admission {
    fill: #ffffff;
    stroke: #999999;
}

#venue-map-lightbox .unavailable-legend,#venue-map-lightbox .unavailable {
    fill: #999999;
    stroke: #999999;
}

#venue-map-lightbox .curve-red {
    fill: #fff
}

#venue-map-lightbox .curve-grey {
    fill: #ddd
}

#venue-map-lightbox .flag-white,#venue-map-lightbox .starting-grid {
    fill: #fff
}

#venue-map-lightbox .drive-arrow {
    fill: #fcd34d
}

#-venue-map-lightbox .labels-logo {
    display: none;
}

#-venue-map-lightbox text {
    display: none;
}

#venue-map-lightbox .labels-stands {
	fill:white;
	mix-blend-mode: difference;
}

#venue-map-lightbox .labels-grandstand {
	fill:white;
	mix-blend-mode: difference;
}
#venue-map-ligtbox .labels-grandstand-bel, #venue-map-lightbox ._labels-grandstand-bel {
	fill: #fff;
	mix-blend-mode: difference;
}
#venue-map-lightbox .labels-legend {
    display: inline;
    font-size: 26px;
	fill:white;
	mix-blend-mode: difference;
}

#venue-map-lightbox .active {
    fill: #c6a002 !important;
    stroke: #c6a002 !important;
}

#venue-map-lightbox .svg-background {
	fill: #ffffff00;
    stroke: #ffffff;
	stroke-width:2px;
}
#venue-map-lightbox .labels-logo {
    display: none;
}
#venue-map-lightbox .labels-small {
	fill:white;
	mix-blend-mode: difference;
}
.nosale {
    fill: hsl(0deg 0% 50% / 100%) !important;
    stroke: none!important
}



.ticket-active{
	border-color: #c6a002;
}

.content-wrapper {
	display: flex;
	flex-direction: row;
	width: 100%;
}

.event-info-top {
	display:flex;
	flex-direction:row;
	gap: 2rem;
	margin-bottom:1rem;
	margin-top: 1rem;
}

.hidden {
    display: none;
}
		.w-button {
            color: #fff;
            line-height: inherit;
            cursor: pointer;
            background-color: #3898ec;
            border: 0;
            border-radius: 0;
            padding: 9px 15px;
            text-decoration: none;
            display: inline-block;
			margin-bottom; 0em;
        }

.filter-but {
	padding: 7px;
	border: 2px solid #ddd;
	width: 3rem;
	border-radius: 5px;
	height: 3rem;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	margin: 0px;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 400;
	letter-spacing: 0px;
}

.category-text{
	font-size: 16px;
    color: #c6a002;
	font-weight:500;
}


.active-filter {
	border-color: #c6a002;
}

.filter-but:hover .hover-info {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0); /* Slide into place */
}

.info-button {
            color: #ffffff;
            white-space: nowrap;
            background-color: #c6a002;
            border-radius: .5rem;
            margin-right: 20px;
            font-weight: 600;
            font-size:14px;
            transition: 0.1s ease; /* Smooth transition for the border color */
        }

.info-button:hover{
	color:white;
	background-color: #ab8b05;
}

        .table-wrapper {
            grid-column-gap: 1rem;
            grid-row-gap: 1rem;
            /* border-right: 1px solid #d8d8d8; */
            flex-direction: column;
            padding-right: 1rem;
            display: flex;
            width:60%;
            margin-top:1rem;
        }

.map-wrapper{
	width: 40%;
	top: 132px;
	margin-top: 20px;
	position: sticky;
}

.closed_sales{
    padding: 32px;
    border-radius: 10px;
    /* margin-right: 1rem; */
    border: 2px solid #dddddd;
    background: #f3f3f3;
    height: fit-content;
    margin-top: 0px;
	margin-bottom: 30px;
}

.map-info-wrapper {
	padding: 16px;
	border: 2px solid #d7d7d7;
	position: sticky;
	border-radius: 10px;
	background: #f3f3f3;
	top: 120px;
}

.trackmap {
	padding:10px;
	box-shadow: 0 2px 13px -5px #0003;
	border-radius: 7px;
	background-color:#1c1c1c;
	color: white;
	margin-bottom: 20px;
}



        .table-header {
            grid-column-gap: 16px;
            grid-row-gap: 16px;
            grid-template-rows: auto;
            grid-template-columns: 1fr 1fr 1fr;
            grid-auto-columns: 1fr;
            justify-content: space-between;
            width: 100%;
            padding: 20px;
            display: flex;
        }

        .grid-items {
  			grid-column-gap: 0rem;
  			grid-row-gap: 0rem;
  			grid-template-rows: auto;
  			grid-template-columns: 1fr 1fr 1fr 1fr;
  			grid-auto-columns: 1fr;
  			justify-content: space-between;
  			align-items: center;
  			margin-bottom: 1rem;
  			display: flex;
  			width: 100%;
  			flex-direction: row;
			position: relative;
  }

        .div-block {
            grid-column-gap: 6.7rem;
            grid-row-gap: 6.7rem;
            justify-content: center;
            align-items: center;
            display: flex;
        }

         .div-block-2 {
    		border-radius: 10px;
    		justify-content: space-between;
    		align-items: center;
    		padding-top: 1.5rem;
    		padding-bottom: 1.5rem;
    		display: flex;
    		width: 100%;
    		transition: border-color 0.3s ease; /* Smooth transition for the border color */
    		border-radius: 0px;
    		border-top: 2px dashed #bdbdbd; /* Top border with desired style and color */
    		border-right: 0; /* Remove right border */
    		border-bottom: 0; /* Remove bottom border */
    		border-left: 0; /* Remove left border */ /* Initial border style */
  		}


        .bold {
            flex-flow: column;
            margin-bottom: 10px;
            font-weight: 700;
            display: flex;
        }

        .atc-wrapper {
            border-radius: 10px;
            flex-flow: row;
            justify-content: flex-start;
            align-items: center;
            height: 3.25rem;
            display: flex;
            overflow: hidden;
			border: 1px solid #ddd;
        }

        .qty-wrapper {
            grid-column-gap: .5rem;
            grid-row-gap: .5rem;
            background-color: #fff;
            justify-content: space-between;
            align-items: center;
            height: 100%;
			min-width:124px;
            padding: .25rem 0.5rem;
            display: flex;
        }

        .hover-wrapper {
    color: #000;
    background-color: #c6a002;
    justify-content: center;
    align-items: center;
    width: 100px; /* Explicit width for smooth resizing */
    height: 100%;
    padding: 0.5rem 1rem; /* Explicit padding */
    font-weight: 700;
    text-decoration: none;
    display: flex;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); /* Smooth transition for all properties */
}

.add_ticket_to_cart.clicked {
    width: 115px; /* Smoothly expand to a new width */
    background-color: #4caf50; /* Change to success green */
    color: white;
}

/* Default state for .atc-wrapper */
.atc-wrapper {
    border-radius: 10px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    height: 3.25rem;
    width: auto; /* Explicit width */
    display: flex;
    overflow: hidden;
    border: 1px solid #ddd;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); /* Smooth easing for size changes */
}

        .hover-wrapper:hover {
            background-color: #8b7000;
        }

        .text-block {
            color: #fff;
            padding: 0 0 0 .5rem;
        }

        .div-block-3 {
            color: #000;
        }

        .div-block-4 {
            background-color: #fff;
            border-radius: 5px;
            padding: 0px;
			width: auto;
        }

        .text-block-2 {
            padding-right: 0;
            font-weight: 700;
        }

        .text-block-3 {
            padding-bottom: 0;
            font-size: 18px;
            font-weight: 600;
        }

        .tickets-left {
			color: #5d5d5d;
            margin-bottom: 0;
        }

        .svg-atc {
            color: #fff;
            width: 1.5rem;
        }

        .rect {
            color: #9e1b1b;
        }

        .div-block-5 {
            width: 40%;
            height: 100%;
        }

        .image {
            object-fit: contain;
            width: 100%;
        }

        .div-block-6 {
            justify-content: flex-start;
            align-items: center;
            display: flex;
        }

        .text-block-4 {
            padding-right: 20px;
            font-size: 18px;
            font-weight: 700;
        }

.icon-but-wrapper {
	display: flex;
	flex-direction: row;
	/* justify-content: space-between; */
	/* flex-basis: max-content; */
}

.icon-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  align-items: center;
}

.ticket-wrapper {
	padding: 1.5rem 1.5rem 0rem 1.5rem;
        box-shadow: 0 2px 13px -5px #0003;
        border-radius: 10px;
		background-color: #f3f3f3;
		border: 2px solid #ddd;
	transition: border-color 0.1s ease; /* Smooth transition for the border color */
    }

.ticket-wrapper:hover{
	border-color: #c6a002;
}

.icon-svg {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  display: flex;
  position: relative;
}

.hover-info {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 25px; /* Start slightly lower */
    left: 50%;
    transform: translateX(-50%) translateY(10px); /* Slide effect */
    background: #ffffff;
    border: 1px solid #ddd;
    padding: 16px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    z-index: 10;
    width: 200px;
    font-size: 14px;
    text-align: left;
    transition: opacity 0.1s ease, visibility 0.1s ease, transform 0.3s ease;
}

.icon-svg:hover .hover-info {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0); /* Slide into place */
}

.svg-icon {
	transition: 0.2s ease; /* Smooth transition for the border color */
}

.svg-icon:hover {
    color: #c6a002;
}


.svg {
  color: #ffe3e3;
}

.svg-2 {
  color: #000;
}

.svg-icon {
  color: #797979;
}

.ticket-name-wrapper{
	display: flex;
	align-content: center;
	align-items:center;
	
}


.lightbox-ticket {
	padding: 60px;
	border-radius:7px !important;
	margin-bottom: 2rem !important;
}

.accordian-wrapper-only-tab{
	display:none;
}


@media only screen and (max-width: 991px) {
	.sales-closed-wrapper-with-event{
	width:100%;
	margin-right: 0rem;
}
	
	.accordian-wrapper{
		/* display: none; */
	}
	.accordian-wrapper-only-tab{
	display: none;
}
	.content-wrapper{
		flex-direction:column;
	}
    
	.table-wrapper {
		width: 100%;
        padding-right: 0rem;
		border-right: 0px;
	}
	.map-wrapper {
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 0rem;
    /* background-color: rgb(255 255 255 / 0%); */ /* Semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 30px;
    /* box-shadow: 0 4px 13px #0000001c; */
}

/* Map content */
.map-info-wrapper {
    width: 100%;
}

.venue-map-hm {
	display: none;
}

/* Close button */
.trackmap-top-wrapper{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-content: center;
	gap:20px;
}
	
	.only-show-tab {
		display: block;
	}

/* Close button */
.close-btn {
	display: block;
	position: static;
	color: #fff;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	z-index: 11;
	background-color: #dc252500;
	border: 1px solid transparent;
	border-radius: 0;
	box-sizing: border-box;
	color: currentColor;
	cursor: pointer;
	display: inline-block;
	font-size: 30px;
	font-weight: bolder;
	letter-spacing: .03em;
	line-height:0em !important;
	margin-right: 0em;
	margin-top: 0.25em;
	max-width: 100%;
	min-height:auto;
	padding:0;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-rendering: optimizeLegibility;
	text-shadow: none;
	text-transform: uppercase;
	transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s;
	vertical-align: middle
}

/* Toggle button */
.map-toggle-btn {
	display: flex;
	position: fixed;
	right: 0px;
	bottom: 10px;
	z-index: 10;
}


.toggle-map  {
    background: #000;
    color: white;
    border: none;
    padding: 1px 10px 0px 10px;
    display: flex;
    gap: 10px;
    font-size: 18px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.trackmap {
    /* max-height: 70vh; */
    /* margin-bottom: 20px; */
}
}

@media only screen and (max-width: 520px) {
	
	.ticket-circles {
		top:92%;
	}
	
		.hide-desktop-cat{
	display: inline-block;
}

	.category-text {
		display: none;
	}
	
	.hover-wrapper {
    width: auto; /* Explicit width for smooth resizing */
}


/* When clicked */
.add_ticket_to_cart.clicked {
    width: auto; /* Smoothly expand to a new width */
    background-color: #4caf50; /* Change to success green */
    color: white;
}
	
    .grid-items {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
		margin-bottom:16x;
    }
	.lightbox-ticket {
	padding: 30px;
	border-radius:7px !important;
	margin-bottom: 2rem !important;
}

	.event-info-top {
		flex-direction:column;
		gap:10px;
	}
	.text-block-3 {
            color: #000;
            padding-bottom: 0;
            font-size: 16px;
            font-weight: 700;
            display: flex;
            width: 100%;
            justify-content: space-between;
            align-content: center;
            align-items: flex-start;
            gap: 20px;
        }
	.ticket-name-wrapper{
	display: flex;
	flex-direction: column;
	align-content: left;
	align-items:flex-start;
	gap:10px;
	width: 100%;
	padding-right: 0.25rem;
	padding-left: 0.25rem;
	padding-top: 0.25rem;
}
	
	.div-block-2:hover {
    	border-color: #bdbdbd; /* Add your desired hover border color here */
	}
	.atc-wrapper{
		border: 1px solid #ddd;
	}
	
	.bold {
        font-weight: 600;
		color: #000;
        }
	
	.left-wrapper {
		font-size: 14px;
		display: flex;
		flex-direction: row;
		gap: 16px;
		width: 100%;
		justify-content: space-between;
	}
	.text-block-4 {
		color: #c6a002;
		font-size: 20px;
		display: flex;
        flex-direction: column;
	}
	
	.hover-info {
		left: 0%;
		width: 180px;
		transform: translateX(0%) translateY(10px); /* Slide effect */
	}
	.icon-svg:hover .hover-info {
    opacity: 1;
    visibility: visible;
    transform: translateX(0%) translateY(0); /* Slide into place */
}
	.filter-but:hover .hover-info {
    opacity: 1;
    visibility: visible;
    transform: translateX(-7%) translateY(0); /* Slide into place */
}

    .div-block-2 {
        gap: 10px;
        border-radius: 0px;
        border-right: 0; /* Remove right border */
        border-bottom: 0; /* Remove bottom border */
        border-left: 0; /* Remove left border */
        justify-content: space-between;
        align-items: flex-start;
        padding: 16px 0.25rem 16px 0.25rem;
        display: flex;
        box-shadow: none;
        flex-direction: column;
    }
	.icon-wrapper {
		margin-left: 0px;
	}
	.info-button {
		font-size: 12px;
		font-weight: 600;
	}

    .ticket-wrapper {
        padding: 16px 16px 0px 16px;
        box-shadow: 0 2px 13px -5px #0003;
        border-radius: 10px;
		background-color: #f3f3f3;
    }
	.text-block {
		display:none;
	}
	.div-block-6 {
		justify-content: space-between;
		width: 100%;
		flex-wrap:wrap;
	}
	.qty-wrapper {
            background-color: #ffffff;
            padding: .25rem 0.75m;
            display: flex;
        }
}




.html_topbar_left a {
	font-size: 13px !important;
}
.event.type-event .article-inner .entry-header {
	display: none;
}
.event_f1_wrapper h2.av-special-heading-tag {
	padding: 0 15px;
	text-align: center;
	display: block;
	position: relative;
}
.event_f1_wrapper h2.av-special-heading-tag:after {
	display: block;
	content: " ";
	height: 2px;
	width: 80%;
	margin-left: 10%;
	margin-top: 6px;
	margin-bottom: 10px;
	background: linear-gradient(90deg, #c69f02, #000, #c6a002);
}
.events_bottom_wrapper1 + .events_block { display: none; }

.events_bottom_wrapper1 {
	padding: 0 !important;
	margin-left: 0 !important;
	max-width: 100% !important;
}

/* Homepage & Header Styles */
.homepage_block {
	padding: 30px;
    background-color: rgb(0, 0, 0);
}
.homepage_block img {
	opacity: 1;
}

.homepage_banners img {
	border-radius: 8px;
}
.homepage_banners .section-title-container {
	margin-bottom: 0;
}
.homepage_banners h3 {
    font-size: 24px;
    line-height: 24px;
}
.homepage_banners a {
	position: absolute;
	margin: 0;
	bottom: 0;
	right: 20px;
}

.section-title-normal,
.section-title-normal span {
	border-bottom: 0;
}

.homepage_hero {
	border-radius: 0px;
	overflow: hidden;
	align-items:flex-end;
}


.homepage_hero h1 {
	font-size: 62px;
	font-weight:400;
	margin-bottom: 0;
	line-height: 1;
}
.homepage_hero h4 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 0;
}

.homepage_block {
	border-radius: 8px;
}
.homepage_block img {
	border-radius: 8px;
	margin-bottom: 20px
}
.homepage_block p:last-child {
	margin-bottom: 0;
}
.homepage_block .section-bg {
	background-image: none !important;
}

.custom_home_read_more_btn {
	color: #0865D2 !important;
}

/* custom events style */
.grandstand_event_item .col-inner {
	background-color: #F4F4F4;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	transition: 0.2s ease; /* Smooth transition for the border color */
	box-shadow: 0 1px 7px -5px #0003;
	border: 2px solid #ddd;
}

.grandstand_event_item .col-inner:hover {
	box-shadow: 0 2px 13px -5px #0003;
	border: 2px solid #c6a002;
}

.grandstand_event_item .box a {
	display: block;
}

.grandstand_event_item .box-text {
	padding-bottom: 10px;
}
.box-text-inner {
	position: relative;
	text-align: left;
	padding: 5px 10px 0;
}
.box-text-inner h5 {
	max-width: calc(100% - 35px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.box-text-inner span.date {
	color: rgba(0, 0, 0, 50);
	padding-left: 20px;
	background-image: url(https://grandstandtickets.viral-dev.com/wp-content/uploads/2024/05/icon_calendar.svg);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
}
.box-text-inner span.autodrome {
	color: rgba(0, 0, 0, 50);
	padding-left: 20px;
	background-image: url(https://grandstandtickets.com/wp-content/uploads/2024/06/location_on.svg);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	margin-top: 5px;
}
.box-text-inner img.flag {
	position: absolute;
	right: 5px;
	top: 5px;
	height: 30px;
	width: 30px;
	border-radius: 8px;
}
.box.box-normal .badge.post-date {
	top: 30%;
}
.box.box-normal a.tickets_calendar_btn {
	display: block;
}
.f1temp, .f1temp img {
	border-radius: 8px;
}
/* Calendar cards cutoff */
.box-text-inner.blog-post-inner p.from_the_blog_excerpt {
    max-width: calc(100% - 30px);
}

header .header-button a {
	color: #000000;
	border-color: #D7D7D7;
}
header .header-divider {
	display: none;
	visibility: hidden;
}
/* Ovveride default Flatsome left align */
header .header-nav.nav-left {
	text-align: center;
    justify-content: center;
}
header .nav>li {
	margin-left: 10px;
	margin-right: 10px;
}
header .nav>li>a {
	color: #272626;
	font-size: 16px;
	font-weight:600;
	/* padding-left: 5px; */
	/* padding-right: 5px; */
}
header .nav>li>a:hover {
	color: #c6a002;
}
.paragraph_home_hide {
	display: none;
}

/* FAQ Page and accordion */
.faq {}
.faq .accordion-title {
	background-color: #f4f4f4;
	color: #000000;
	margin-top: 20px;
	border: 1px solid #AFAFAF;
	border-radius: 8px;
}
.faq .accordion-title.plain.active {
	background-color: #000000;
	color: #FFFFFF;
	border-bottom: 1px solid #000;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;	
}
.faq .accordion-inner {
	background-color: #000000;
	color: #FFFFFF;
	border-bottom: 1px solid #AFAFAF;
	border-left: 1px solid #AFAFAF;
	border-right: 1px solid #AFAFAF;
	border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.faq .accordion-inner:before {
    border-top: 1px solid #464646;
    display: block;
    content: " ";
    margin-top: -10px;
    padding-bottom: 20px;
}

/* About us page */
.about_wrapper {}
.about_wrapper .about_us_tabs {
	list-style: none;
}
.about_wrapper .about_us_tabs li {
	margin-left: 0;
	padding-top: 20px;
	border-top: 1px solid #D9D9D9;   
}
.about_wrapper .about_us_tabs li.activ {
	background-color: #000000;
	color: #FFFFFF;
	padding: 25px 30px;
	border-radius: 8px;
    margin-bottom: 0;
}
.about_wrapper .about_us_tabs li.activ + li{
	border-top: none;
}
.about_wrapper .about_us_tabs li:first-child {
	border-top: none;
	padding-top: 0;
}
.about_wrapper .about_us_tabs .activ h5 {
	color: #FFFFFF;
}
.about_wrapper .about_us_tabs .activ p {
	color: rgba(255, 255, 255, 0.7);
}
.about_img_tab img {
	border-radius: 8px;
}

/* Events page styling */
.blog-single.page-wrapper {
	padding-top: 0;
	padding-bottom: 0;
}
.blog-single.page-wrapper > .row > .large-10 {
        flex-basis: 100%;
        max-width: 100%;
}
.event_hero.hero_overlay .bg.section-bg::after {
    background-color: rgba(0, 0, 0, 0.3);
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.event_hero {
	margin-bottom: 50px;
	width:100dvw;
	padding-left:0px !important;
	padding-right:0px !important;
}

.event_hero .section-content {
	display: flex;
	flex-direction: column;
	align-items:center;
	justify-content: center;
}

.event-hero-row{
	width:100% !important;
}

.event_hero h1 {
	color: #FFFFFF;
	margin-bottom: 16px;
}
.event_hero h2 {
	color: #FFFFFF;
	font-weight: normal;
	margin-bottom: 20px;
}
.event_hero span.date {
    display: block;
    color: #FFFFFF;
    font-size: 20px;
    /* padding-left: 30px; */
    margin-bottom: 8px;
    /* background-image: url(https://grandstandtickets.viral-dev.com/wp-content/uploads/2024/05/icon_calendar_white.svg); */
    background-repeat: no-repeat;
    background-position: 0 4px;
}
.events_block {
	padding: 30px 30px 0;
    background-color: rgb(0, 0, 0);
    border-radius: 8px;
}
.events_block p {
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 0;
}
.events_hero_bottom {
	background-color: rgb(0, 0, 0);
	margin-top: 50px;
	border-radius: 8px;
	padding: 15px;
	display: none;
	visibility: hidden;
}
.events_hero_bottom div {
	color: #FFFFFF;
	padding-bottom: 0;
}
div.events_bottom_laps,
div.events_bottom_gears,
div.events_bottom_distance,
div.events_bottom_since {
	text-align: center;
}
div.events_bottom_laps span,
div.events_bottom_gears span,
div.events_bottom_distance span,
div.events_bottom_since span {
	position: relative;
}
div.events_bottom_laps span:before {
	display: inline-block;
	content: " ";
	width: 24px;
	height: 24px;
    background-image: url(https://grandstandtickets.viral-dev.com/wp-content/uploads/2024/05/icon_laps.svg);
    background-repeat: no-repeat;	
    display: inline-block;
    vertical-align: top;	
    margin-right: 5px;
}
div.events_bottom_gears span:before {
	display: inline-block;
	content: " ";
	width: 24px;
	height: 24px;
    background-image: url(https://grandstandtickets.viral-dev.com/wp-content/uploads/2024/05/icon_gear.svg);
    background-repeat: no-repeat;	
    display: inline-block;
    vertical-align: top;	
    margin-right: 5px;
}
div.events_bottom_distance span:before {
	display: inline-block;
	content: " ";
	width: 24px;
	height: 24px;
    background-image: url(https://grandstandtickets.viral-dev.com/wp-content/uploads/2024/05/icon_distance.svg);
    background-repeat: no-repeat;	
    display: inline-block;
    vertical-align: top;	
    margin-right: 5px;
}
div.events_bottom_since span:before {
	display: inline-block;
	content: " ";
	width: 24px;
	height: 24px;
    background-image: url(https://grandstandtickets.viral-dev.com/wp-content/uploads/2024/05/icon_since_trophy.svg);
    background-repeat: no-repeat;	
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}
.quantity_container button {
	margin-bottom: 0;
}
.quantity_container input[type=number] {
    -webkit-appearance: none !important;
    -moz-appearance: none;
    background-color: #ffffff00;
    appearance: none;
    text-align: center;
}
input[type="number"] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
}
.events_bottom_wrapper1, .events_bottom_wrapper2 {
    max-width: 80%;
    margin-left: 10%;    
}
.events_bottom_wrapper1 {
	padding: 0 !important;
}
.events_bottom_wrapper2 {
	border-radius: 8px;
	margin-top: 20px;
	z-index: 0;
	position: relative;
}
.events_bottom_wrapper h4 {
	margin-bottom: 0;
}

.table_events {
	border-collapse:collapse;
	border-spacing: 0;
}
.table_events thead {
    border-radius: 10px;
    border-style: hidden;
    box-shadow: 0 0 0 1px #D7D7D7;
	margin-bottom: 20px;
}
.table_events thead tr th {
	padding: 20px;
}
.table_events .icon-shopping-cart {
	margin-right: 0 !important;
}


.table_events tbody tr td {
    padding: 15px; /* Add consistent padding */
    /*border-top: 10px solid #FFF; */
    vertical-align: middle; /* Align content in the middle */
	border: none;
}

/* Ticket Name Styling */
.table_events tbody tr td:first-child {
    font-weight: bold;
}

/* Price Column */
.table_events tbody tr td:nth-child(2) {
    font-size: 18px;
    color: #C6A002; /* Gold color */
    font-weight: bold;
    text-align: center;
}

/* Quantity and Add to Cart Styling */
.table_events tbody tr td:nth-child(3),
.table_events tbody tr td:nth-child(4) {
    text-align: center;
}

/* Add to Cart Button */
.table_events a.btn.add_ticket_to_cart.button {
	margin: 0;
}

.table_events a.btn.add_ticket_to_cart.button:hover {
    background-color: #A78902; /* Darker gold on hover */
}

/* Hotel Page Search Style */
.hotels_block {}
.hotels_block .col {
	/* max-width: 1200px; */
	width: 100%;
}
.hotels_block .hotel_search h1 {
	color: #FFF;
	font-size: 60px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-top: 8vh;
	margin-bottom: 20px;
}
.hotels_block .hotel_search h3 {
	color: #FFF;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width: 500px;
	margin-bottom: 30px;
}
.hotel_top_section {
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 1800px;
    margin: 0 auto;
    border-radius: 8px;
    margin-bottom: 60px;
	min-height: 40vh;
    max-height: 800px;
	position: relative;
	overflow: hidden;
}
.hotel_top_section::after {
    background-color: rgba(0, 0, 0, 0.3);
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.book_hotel_form {
	display: block;
	width: 100%;
	background-color: #FFFFFF;
	height: 70px;
	border-radius: 8px;
	padding: 0 30px;	
	position: relative;
	margin-top: 8vh;
	overflow: hidden;
}
.book_hotel_form_input_wrapper {
	border-left: 1px solid #D9D9D9;
	display: inline-block;
	padding: 15px 40px;
}
.book_hotel_form_dates {
	display: inline-block;
}
.book_hotel_form_dates > .book_hotel_form_input_wrapper {
	border-left: none;
}
.book_hotel_form_dates > .book_hotel_form_input_wrapper input {
	max-width: 90px;
}
.book_hotel_form_dates > svg {
	width: 30px;
}
.book_hotel_form label {
	display: block;
	color: #000;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #7f7f7f;
	margin-bottom: 0;
}
.book_hotel_form input {
	display: block;
	height: 30px;
}

/* Hotels listings */
.hotels_list {}
.hotels_list .star_rating {
	display: block;
    border-radius: 25px;
    background: #FFF;
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0 15px;
}
.hotels_list .star_rating img {
	margin-top: -3px;
}
.hotels_list .distance_event {
    position: absolute;
    z-index: 10;
    bottom: 0px;
    left: 0;
    width: 50%;
	border-right: 1px solid #fafafa66;
}
.hotels_list .distance_center {
    position: absolute;
    z-index: 10;
    bottom: 0px;
    right: 0;
    width: 50%;
}
.hotels_list .hotel {
	position: relative;
	width: 400px;
}
.hotels_list .gallery.hotel_slider {
	position: relative;
	width: 100% !important;
	border-radius: 8px;
	overflow: hidden;
}
.hotels_list .gallery.hotel_slider::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: " ";
	width: 100%;
	height: 69px;
	flex-shrink: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}
.hotels_list .gallery.hotel_slider::after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: " ";
	width: 100%;
	height: 86px;
	flex-shrink: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 69.5%);
}
.hotels_list .hotel .gallery > img {
	width: 100%;
    /* height: 250px; */
}
.hotel_data h3 {
    width: calc(100% - 80px);
    display: inline-block;
	vertical-align: top;
	margin-bottom: 0;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hotel_data span.reviews {
	display: inline-block;
    vertical-align: top;
    width: 80px;
	line-height: 35px;
    text-align: right;
}
.hotel_data .reviews svg {
	display: inline-block;
	margin-bottom: -2px;
    margin-right: 5px;
}
.hotel_data .reviews .reviews.trip_advisor {
	display: inline-block;
}

/* Spinner Loading */
span.spinner.is-active {
    display: block;
    color: #FFF;
    font-size: 32px;
    text-align: center;
    top: calc(50% + 40px);
    left: 0;
    right: 0;
    position: absolute;
}
.spinning {
	animation: rotate 2s linear infinite;
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	width: 50px;
	height: 50px;
	
	& .path {
	  stroke: #FFFFFF;
	  stroke-linecap: round;
	  animation: spin 1.5s ease-in-out infinite;
	}
	
  }
  
  @keyframes rotate {
	100% {
	  transform: rotate(360deg);
	}
  }
  
  @keyframes spin {
	0% {
	  stroke-dasharray: 1, 150;
	  stroke-dashoffset: 0;
	}
	50% {
	  stroke-dasharray: 90, 150;
	  stroke-dashoffset: -35;
	}
	100% {
	  stroke-dasharray: 90, 150;
	  stroke-dashoffset: -124;
	}
  }


  /* Hotel Single page style */
  .product-type-hotel {}
  .product-type-hotel h1{
	color: #000;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
  }
  .product-type-hotel div.sub_header {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
  }
  .main_image {
  }
  .main_image img {
	border-radius: 16px;
	overflow: hidden;	
  }
  .thumbs a {
    display: inline-flex;	
}
.thumbs a:nth-of-type(even) {
    flex-basis: calc(50% - 15px);
    max-width: calc(50% - 15px);
	margin: 0 0 30px 15px;
}
.thumbs a:nth-of-type(odd) {
    flex-basis: calc(50% - 15px);
    max-width: calc(50% - 15px);
	margin: 0 15px 30px 0;
}
.thumbs a:hover img {
	opacity: 0.6;
}
.thumbs a img {
	border-radius: 16px;
	overflow: hidden;
}
.thumbs a:nth-child(5) {
	margin-bottom: 0;
}
.thumbs a:nth-child(6) {
    position: relative;
	border-radius: 16px;
    overflow: hidden;
	margin-bottom: 0;
}
.thumbs a:nth-child(6)::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: 0.5;
	display: block;
	content: " ";
}
.thumbs a:nth-child(6) span {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 10;
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	width: 100%;
    height: 20px;
    text-align: center;
}
.thumbs a object {
	width: 26px;
    margin-bottom: -6px;
}
.product-type-hotel .hotel-rooms {
	padding: 30px;
	position: relative;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 366px 102px 0px rgba(0, 0, 0, 0.00), 0px 234px 94px 0px rgba(0, 0, 0, 0.01), 0px 132px 79px 0px rgba(0, 0, 0, 0.05), 0px 59px 59px 0px rgba(0, 0, 0, 0.09), 0px 15px 32px 0px rgba(0, 0, 0, 0.10);
}
/* .product-type-hotel .loading_hotels {
	width: calc(100% - 60px);
	height: calc(100% - 60px); 
	width: 100%;
	height: 100%;	
}*/

.product-type-hotel .hotel-rooms .loading_hotels {
	width: calc(100% - 60px);
	height: calc(100% - 60px); 
}
.product-type-hotel .amenities .other_amenities {
	max-height: 300px;
	overflow: auto;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 50px;
	/* background-color: #c69f0246; */
	background-color: #f4f4f4;
	border-radius: 8px;
}
.product-type-hotel .amenities .other_amenities li {
	display: inline-block;
	vertical-align: top;
	list-style: none;
    font-size: 13px;
    width: 33%;
}
.product-type-hotel .amenities .main_amenities li.amenity {
    vertical-align: top;
    border-radius: 8px;
    background: #f4f4f4;
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 20px;
    max-width: 150px;
    min-width: 100px;
    min-height: 110px;
}
.product-type-hotel .amenities .main_amenities li.amenity i {
	display: block;
}

div.reviews .reviews_list .review {
    margin-bottom: 15px;
    border-top: 1px solid #ececec;
    padding-top: 10px;
}
div.reviews .reviews_list .review .review_author {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	font-size: 16px;
}
div.reviews .reviews_list .review .review_rating {
    display: inline-block;
	vertical-align: top;
    margin-left: 10px;
    position: relative;
    top: 4px;
}


/* Google map popup markers style */
.gm-style-iw-d {
    overflow: visible !important;
}
.gm-style-iw-chr button {
	background-color: #FFFFFF !important;
	opacity: 0.8;
}
.gm-style-iw-chr button span {
	margin: 7px;
}
.map_marker_popup img {
    margin-top: -50px;
    margin-left: -15px;
}
  
/* Modal add hotel popup */
#book_room {
	max-width: 100% !important;
	padding: 0 !important;
	width: 850px;
}
#book_room .mfp-close-btn-in .mfp-close {
	top: 10px !important;
    right: 10px;
}
#book_room .mfp-preloader {
	display: block !important;
}
#book_room > h4 {
	color: #444;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	padding: 20px 0 0 20px;
}
.book_room_title {
	padding: 20px;
}
.book_room_title h4 {
	display: inline-block;
	width: calc(100% - 110px);
}
.book_room_title a {
    border-radius: 8px;
    border: 1px solid #D7D7D7;
    background: #FFF;
    color: #0865D2;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: inline-block;
    padding: 10px 20px;
	width: 110px;
}
.ticket_row {
	/* border-top: 2px solid #DADADA; */
	border-bottom: 20px solid #F5F5F5;
	padding: 0 20px 20px;
}
.ticket_row > div {
    display: inline-block;
}
.ticket_name {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	padding-left: 15px;
	width: calc(80% - 100px);
}
.ticket_name > img {
	margin-right: 15px;
}
.ticket_price {
    color: #C6A002;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    width: 150px;
    padding-right: 15px;
    text-align: right;
    line-height: 36px;
}
.ticket_cart {

}
.ticket_cart a {
    background-color: #c69f02;
    color: #FFFFFF !important;
    padding: 6px 18px;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
    border-radius: 0px;
    border-radius: 8px;
    display: inline-block;
    vertical-align: top;
    line-height: 25px;
    margin: 0;
}
#book_room .book_room_list {
	display: block;
	min-height: 400px;
	position: relative;
}
#book_room .book_room_list.loading .loading_modal {
	display: block !important;
	left: 0;
	top: 0;
}
.book_room_list {
	padding: 20px;
	margin-bottom: 30px;

    display: block;
    min-height: 400px;
    max-height: 480px;
    position: relative;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;	
	background-color: #F5F5F5;
}
.book_room_list .hotel .hotel_data {
	margin-left: 0;
	margin-right: 0;;
}
.book_room_list .hotel {
	max-width: 300px;
	white-space: normal;
	margin-right: 20px;
	display: inline-block;
}

/* Footer Styling */
.footer.footer-1 {
	background-color: #121211;
	color: #000000;
    background-image: url(https://test.grandstandtickets.com/wp-content/uploads/2024/06/footer_dashes.svg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 200px;
}
.footer.footer-1 .row .col {
    margin-top: 25px;
}
.footer.footer-1 h3 {
	color: #FFFFFF;
}
.footer.footer-2 .widget_media_image img {
	width: 127px;
}

/* Cart and Checkout styling */
.nav-dropdown-has-border .nav-dropdown {
	border-radius: 8px;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details .wc-item-meta p {
	display: inline-block;
}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.woocommerce-table__product-total.product-total {
	vertical-align: top;
}

/* DatePicker Style skin */
.ui-datepicker {}
.ui-datepicker .ui-widget-header {
	background-color: #c6a002;
	border: 1px solid #c69f02;
	color: #FFF;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	border: 1px solid #c6a002;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
	top: 3px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 3px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 3px;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, 
.ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, 
.ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
	background-color: #fcd34d;
	border: 1px solid #90750b;
}
.ui-state-active, .ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active, a.ui-button:active, 
.ui-button:active, .ui-button.ui-state-active:hover {
	background-color: #c6a002;
	border: 1px solid #90750b;
}

.button.secondary {
	border-radius: 8px;
	border: 2px solid #FFF;
	background: rgba(0, 0, 0, 0.50);
}
.button.secondary:hover {
	background: rgba(0, 0, 0, 0.85);
}

/* Fix padding currency selector */
.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a span {
	padding: 0 5px !important;
}

@media screen and (max-width: 1200px) {
/*************** ADD Large Desktop ONLY CSS HERE  ***************/	
	.events_bottom_wrapper1, .events_bottom_wrapper2  {
	    max-width: 90%;
	    margin-left: 5%;
	}


@media screen and (min-width: 850px) {
/*************** ADD Desktop ONLY CSS HERE  ***************/	
    .gallery-columns-6 .gallery-item, .large-columns-6 .flickity-slider>.col, .large-columns-6>.col {
        flex-basis: 25%;
        max-width: 25%;
    }
     .gallery-columns-6 .gallery-item:first-child, .large-columns-6 .flickity-slider>.col:first-child, .large-columns-6>.col:first-child{
        flex-basis: 15%;
        max-width: 15%;
     }
     .gallery-columns-6 .gallery-item:last-child, .large-columns-6 .flickity-slider>.col:last-child, .large-columns-6>.col:last-child{
        flex-basis: 10%;
        max-width: 10%;
     }
	 .book_hotel_form button.search_hotels {
		position: absolute;
		top: 0;
		right: -20px;
		border-bottom-left-radius: 0px !important;
		border-top-left-radius: 0px !important;
		height: 70px;
		width: 200px;
	}
	.hotels_list_wrapper {
		width: 50%;
	}
	.hotels_map {
		width: 50%;
	}
	.product-type-hotel .large-8 {
		/* padding-left: 0; */
		padding-right: 0;
	}
	.product-type-hotel .large-4 {
		padding-left: 40px;
		padding-bottom: 20px;
	}
	.product-type-hotel .main_image img {
		height: 100%;
	}
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	
	.event_hero span.date {
    font-size: 16px;
}
	.event_hero.hero_overlay .col {
		padding-bottom: 0;
	}
	/* .events_bottom_wrapper1 button.deduct_quantity, .events_bottom_wrapper1 button.add_quantity {
		display: none;
	} */
	.events_bottom_wrapper1, .events_bottom_wrapper2  {
	    max-width: 100%;
	    margin-left: 0;
	}
	.event_hero .section-content {
	    width: 100%;
	    margin-left: 0;
	}
	.section-wrapper2{
	padding-bottom:30px;
}
	.faq_hero {
		min-height: 300px !important;
	}
	body .homepage_hero h1 {
		font-size: 36px;
        margin-top: 50px;
	}
	body .homepage_hero h4 {
		font-size: 18px;
	}
	body .quantity_container {
		margin-right: 0;
	}
	body .quantity_container input[type=number] {
		padding: 0 5px;
		width: 30px !important;
		text-align: center;
	}
	/* body .table_events td:nth-child(3),
	body .table_events th:nth-child(3) {
		display: none;
	} */
	.table_events td, .table_events th:not(:nth-child(3)) {
		padding: 10px;
	}
	.table_events tbody td:first-child,
	.table_events thead th:first-child {
		padding-left: 10px;
	}
	.table_events tbody td:last-child,
	.table_events thead th:last-child {
		padding-right: 10px;
	}
	body .table_events td:nth-child(2) {
		text-align: center;
	}
	body .table_events td:nth-child(3) {
		padding: 0;
	}
	body .table_events th:nth-child(3) {
        width: 30px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 10px 0;
        font-size: 0;
        content: "Qty";
        display: block;
        border: 0;
	}
	body .table_events th:nth-child(3):after {
		content: "Qty";
		display: block;
		font-size: 15px;
		border: 0;
		padding: 20px 0;
		text-align: center;
		width: 30px;
	}	
	.events_block {
		display: none;
	}
	.events_hero_bottom {
		opacity: 0.75;
	}
	div.events_bottom_laps, div.events_bottom_gears, div.events_bottom_distance, div.events_bottom_since {
		font-size: 14px;
		text-align: left;
	}
	.events_bottom_gears,
	.events_bottom_since {
		margin-left: -20px;
	}
	body .event_hero h1 {
		margin-top: 0;
		margin-bottom: 10px;
		font-size: 32px;
	}
	.event_f1_wrapper {
		padding-left: 0 !important;
		padding-right: 0 !important;
	
	}
	.events_bottom_wrapper1 + .events_block.mobile_circuit_wrapper {display: none;width: 100% !important;max-width: 100% !important;}

	body.home .section.homepage_hero + div.gap-element {
		padding-top: 0 !important;
	}
	body.home section.homepage_banners {
		padding-left: 0;
		padding-right: 0;
	}
	body.home section.homepage_banners h3 {
		font-size: 20px;
	}
	body .footer.footer-1 {
		padding-top: 20px;
	}
	body .footer.footer-1 .row .col {
		margin-top: 0;
		padding-bottom: 20px;
		margin-bottom: 0;
	}

	/* Mobile update pricing tables and transorm to Blocks */
	body .table_events thead {
		display: none;
	}
	body .table_events tr {
		display: block;
		background-color: #f4f4f4;
		border-radius: 20px;
		overflow: hidden;
		margin-bottom: 10px;
	}	
	body .table_events tbody td:first-child {
		display: block;
		width: 100%;
		margin-bottom: -6px;
		text-align: center;
		font-weight: 500;
		padding: 20px;
		border-bottom: 1px solid #ccc;
		margin-bottom: 2px;
	}
	body .table_events tbody tr td:nth-child(2) {
		color: #C6A002;
		width: 25%;
		display: inline-block;
		font-size: 16px;
		font-weight: 500;
	}	
	body .table_events td:nth-child(3) {
        padding: 0;
        width: 50%;
        display: inline-block;
        text-align: center;
    }
	body .table_events tbody td:last-child {
		width: 25%;
		display: inline-block;
		text-align: center;
	}
	body .table_events tbody tr td {
		border-top: 0;
		border-bottom: 0;		
	}
	/* Popup book a room - after add to cart action */
	body .mfp-container {
		padding: 10px;
	}
	body .mfp-close-btn-in .mfp-close {
		top: 8px !important;
	}
	body #book_room { 
		border-radius: 8px;
		border-bottom: 10px solid #f5f5f5;
	}
	body #book_room > h4 {
		font-size: 4vw;
	}
	body #book_room .ticket_name {
		width: 100% !important;
		margin-bottom: 10px;
		font-size: 16px;
    	line-height: 20px;
		padding-left: 0;
	}
	body #book_room .ticket_name img {
		float: left;
	}
	body #book_room .ticket_price {
		line-height: 37px;
		vertical-align: top;
		font-size: 18px;
		width: 50%;
		text-align: left;
		padding-left: 5px;
	}
	body #book_room .ticket_cart {
		width: calc(50% - 10px);
		text-align: right;
	}
	body .book_room_title {
		padding: 10px;
	}
	body .book_room_title h4 {
		width: 100%;
		text-align: center;
	}
	body .book_room_title a {
		width: 100%;
	}
	body #book_room .hotel p.hotel_data_room_type {
		width: 100%;
	}
	body #book_room .hotel p.hotel_data_room_price {
		min-width: 100px;
		width: 100px;
		font-size: 18px;
	}
	body #book_room .hotel .hotel_data > a {
		font-size: 14px;
		width: 35%;
		padding: 6px;
		text-align: center;
	}
	body #book_room .hotel .hotel_data > button {
		width: 25%;
		margin-left: 15px;
	}
	body .product-type-hotel .amenities .other_amenities li.amenity {
		width: 50%;
	}
	body .product-type-hotel .amenities .main_amenities li.amenity {
		width: 31%;
		font-size: 14px;
	}
	body .product-type-hotel .amenities .main_amenities li.amenity:nth-child(3n) {
		margin-right: 0;
	}
}


@media only screen and (max-width: 650px) {
	body .hotels_list .gallery.hotel_slider {
		max-width: 100% !important;
	}
	body .hotels_block .hotel {
		max-width: 100% !important;
	}
	.check_in_out_fields .book_hotel_form {
		margin-top: 3vh;
	}
	.book_hotel_form_dates {
		border-bottom: 1px solid #D9D9D9;
		display: block;
	}
	.book_hotel_form_dates > div:first-child {
		padding-left: 0 !important;
	}
	.book_hotel_form_input_wrapper {
		padding: 15px 15px 10px 15px;
		width: calc(50% - 20px);
	}
	.book_hotel_form > .book_hotel_form_input_wrapper {
		border-left: none !important;
		padding-left: 0;
	}
	.book_hotel_form > .book_hotel_form_input_wrapper  + .book_hotel_form_input_wrapper {
		padding-left: 50px;
	}
	.hotels_block .check_in_out_fields button {
		margin-bottom: 10px;
		width: 100%;
        max-width: 100%;
	}
	.hotels_block .hotel_search h1 {
		font-size: 40px;
		margin-top: 4vh;
	}
}

/* Max width 850px mobile */
@media only screen and (max-width: 850px) {
	.hotels_block .hotel {
		max-width: 320px;
		margin: 0 auto 20px;
	}
	body.product-template-default.single.single-product .main { order: 2; }
	body.product-template-default.single.single-product .sidebar { order: 1; }
	body .book_hotel_form {
		height: unset;
		height: initial;
	}
	.hotels_block .check_in_out_fields button {
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 610px) {
	.hotels_block .hotels_list {
		height: initial;
		overflow-y: initial;
		max-height: initial;
	}
	#map {
		height: 500px !important;
	}
}