/*
* Custom lining for the background of about us and fact sheet to not be so WIDE on top and bottom. 
* please adjust as needed
*/

.bg-white {
  padding-top: 75px;
  padding-bottom: 75px;
}

/*
* Section - Hero
*/

/** BG - Static */
#hero-bg-static {
  background-image: url("../branded/hero-banner.jpg");
}

#hero-bg-static-form1023 {
  background-image: url("../branded/1023-banner.jpg");
}

#hero-bg-static-404 {
  background-image: url("../branded/404-banner.webp");
}

/** BG - Parallax */
#hero-bg-parallax > .bg-img-parallax {
  background: url("../images/bg-hero-parallax.jpg");
}

/** BG - Slider */
#hero-bg-slider .flickity-slider > .carousel-cell:nth-child(1) {
  background: url("../images/bg-hero-slide-1.jpg");
}

#hero-bg-slider .flickity-slider > .carousel-cell:nth-child(2) {
  background: url("../images/bg-hero-slide-2.jpg");
}

#hero-bg-slider .flickity-slider > .carousel-cell:nth-child(3) {
  background: url("../images/bg-hero-slide-3.jpg");
}

/** BG - Slideshow */
#hero-bg-slideshow .slides > .bg-img-cover:nth-child(1) {
  background: url("../images/bg-hero-slide-1.jpg");
}

#hero-bg-slideshow .slides > .bg-img-cover:nth-child(2) {
  background: url("../images/bg-hero-slide-2.jpg");
}

#hero-bg-slideshow .slides > .bg-img-cover:nth-child(3) {
  background: url("../images/bg-hero-slide-3.jpg");
}

/** BG - Video */
#hero-bg-video:before {
  z-index: 15;
}

#hero-bg-video .container {
  position: relative;
  z-index: 20;
}

#hero-bg-video .player.is-mobile {
  display: none;
}


/*
* Countdown
*/

#countdown {
  margin-bottom: 10px;
  margin-top: -40px;
}



/* ----------------------------------------------------------------
-------------------- CUSTOM PAGE SECTIONS -------------------------
---------------------------------------------------------------- */

/*
* ALL EVENTS (formerly Venue)
*/

#all_events {
  background-image: url("../branded/events-banner.jpg");
}


/*
* CONTACT (formerly Promo)
*/

#contact {
  background-image: url("../branded/contact-banner.jpg");
}

/* ----------------------------------------------------------------
-------------------- STOCK PAGE SECTIONS -------------------------
---------------------------------------------------------------- */

/*
* Section - Venue
*/

#venue {
  background-image: url("../images/bg-venue.jpg");
}


/*
* Promo
*/

#promo {
  background-image: url("../images/bg-promo.jpg");
}


/*
* Ticket
*/

#ticket {
  background-image: url("../images/bg-ticket.jpg");
}


/*
* Register
*/

#register {
  background-image: url("../images/bg-register.jpg");
}


/*
* Footer
*/

.footer-logo {
  max-height: 40px;
}

.footer-icon-social {
  bottom: 10px;
  position: relative;
}


/* ----------------------------------------------------------------
-------------------- Additionally  -------------------------
---------------------------------------------------------------- */

/* --- plus symbol ---- */

.number_add::after {
  content: "+";
}


/* --- Carousel ---- */

.carousel-inner {
  padding: 1em;
}
.card {
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
}
.card-body {
  display: flex;
  justify-content: center;
}
.carousel-control-prev,
.carousel-control-next {
  background-color: #e1e1e1;
  width: 6vh;
  height: 6vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .carousel-item {
    margin-right: 0;
    flex: 0 0 33.333333%;
    display: block;
  }
  .carousel-inner {
    display: flex;
  }
}
.card .img-wrapper {
    max-width: 100%;
    height: 13em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card img {
    max-height: 100%;
}
@media (max-width: 767px) {
  .card .img-wrapper {
    height: 17em;
  }
}