/* TOC 

1. Variables
2. Global
3. Primary Nav
4. Footer
5. Home
6. Modules
7. Updates

*/

/*------------------------------------*
   1. Variables
*------------------------------------*/

:root {
    --primary: #9204d9;
    --primary-100: #8104c0;
    --primary-200: #7903b3;
    --primary-300: #7003a7;
    --primary--100: #a304f2;
    --primary--200: #aa09fa;
    --primary--300: #ae15fb;
    --primary-rgba-0: rgba(146, 4, 217, 0);
    --primary-rgba-10: rgba(146, 4, 217, 0.1);
    --primary-rgba-20: rgba(146, 4, 217, 0.2);
    --primary-rgba-30: rgba(146, 4, 217, 0.3);
    --primary-rgba-40: rgba(146, 4, 217, 0.4);
    --primary-rgba-50: rgba(146, 4, 217, 0.5);
    --primary-rgba-60: rgba(146, 4, 217, 0.6);
    --primary-rgba-70: rgba(146, 4, 217, 0.7);
    --primary-rgba-80: rgba(146, 4, 217, 0.8);
    --primary-rgba-90: rgba(146, 4, 217, 0.9);
    --default: #eee;
    --esp-yellow: #F7F242;
}

/*------------------------------------*
   2. Global
*------------------------------------*/

@font-face {
    font-family: 'berylium_rg';
    src: url(/assets/halloween/fonts/berylium_rg-webfont.woff2) format('woff2'), url(/assets/halloween/css/berylium_rg-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@keyframes headline-animation-1 {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0) rotate(0deg);
    }

    2% {
        opacity: 0.9;
        transform: translate3d(-8px, -5px, 0) rotate(1deg);
    }

    4% {
        opacity: 0.4;
        transform: translate3d(5px, -6px, 8px) rotate(3deg);
    }

    6% {
        opacity: 0.9;
        transform: translate3d(5px, 6px, 0) rotate(0deg);
    }

    8% {
        opacity: 0.1;
        transform: translate3d(-4px, 2px, 0) rotate(1deg);
    }

    10% {
        opacity: 0.2;
        transform: translate3d(2px, 8px, -5px) rotate(-3deg);
    }

    12% {
        opacity: 1;
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
}

@keyframes headline-animation-2 {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

    18% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

    20% {
        opacity: 0.9;
        transform: translate3d(20px, -7px, 0) scaleX(-1);
    }

    21% {
        opacity: 0.2;
        transform: translate3d(23px, -8px, 0) scaleX(-1.2);
        filter: blur(4px);
    }

    22% {
        opacity: 0.7;
        transform: translate3d(24px, -6px, 0) scaleX(1);
        filter: blur(0px);
    }

    23% {
        opacity: 1;
        transform: translate3d(22px, -6px, 0) scaleX(-1);
    }

    24% {
        opacity: 0.7;
        transform: translate3d(23px, -7px, 0) scaleX(1.2);
    }

    25% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes headline-animation-3 {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

    3% {
        opacity: 0.95;
        transform: translate3d(0, -3px, 0);
    }

    4% {
        opacity: 0.65;
        transform: translate3d(0, -6px, 0);
        filter: blur(3px);
    }

    5% {
        opacity: 0.9;
        transform: translate3d(0, -5px, 0);
        filter: blur(1px);
    }

    6% {
        opacity: 0.4;
        transform: translate3d(-1px, -7px, 0);
    }

    6% {
        opacity: 1;
        transform: translate3d(0, -6px, 0);
    }

    7% {
        opacity: 0.75;
        transform: translate3d(2px, -10px, 0);
        filter: blur(2px);
    }

    8% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        filter: blur(0px);
    }
}

.headline-animation-1 {
    position: relative;
    animation: headline-animation-1 2s 5s 1;
}

.headline-animation-2 {
    position: relative;
    animation: headline-animation-2 2s 5s 1;
}

.headline-animation-3 {
    position: relative;
    animation: headline-animation-3 3s 3s 1;
}

h2,
h3,
h4 {
    margin: 0 0 4px 0;
}

.bg--black {
   background-color: #000;
}

.bg--white {
   background-color: #fff !important;
}

/*-------------*
   announcement-bar
*-------------*/

.announcement-bar {
   background-color: var(--esp-yellow);
   border-color: var(--esp-yellow);
   color: #000;
   text-align: center;
   padding: 1.5rem;
   display: block;
   margin: 0;
   color: #000;
   border-radius: 0;
}

.announcement-bar p {
    color: #000;
}

.announcement-bar strong {
   font-weight: 700;
}

.announcement-bar p:last-of-type {
   margin: 0;
}

.announcement-bar + #header {
    position: sticky !important;
    top: 0;
}

.announcement-bar + #header > .header-body {
    position: relative !important;
    top: auto !important;
}

/*#home {
    height: calc(100vh - 76px);
}*/

/*-------------*
   theme overrides
*-------------*/

.page-header.page-header-modern.page-header-background.page-header-background-md {
    padding: 200px 0;
}

.card ul,
.card ul li {
    color: var(--default);
}

/*------------------------------------*
   3. Primary Nav
*------------------------------------*/

/*------------------------------------*
   4. Footer
*------------------------------------*/

/*------------------------------------*
   5. Home
*------------------------------------*/

h1.home-hero__title {
    margin-bottom: 60px;
    font-size: 85px;
    line-height: 100px;
    color: white;
    font-family: "berylium_rg";
    font-weight: normal;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.45);
    letter-spacing: normal;
}

@media (min-width: 1440px) {
    h1.home-hero__title {
        font-size: 96px;
    }
}

/*------------------------------------*
   6. Modules
*------------------------------------*/

/** cards **/

.card-thumbnail--horizontal {
    position: relative;
    width: 100%;
    background-position: center center !important;
}

@media (min-width: 992px) {
    .card-thumbnail--horizontal {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-size: cover;
      background-repeat: no-repeat;
  }
}

/** slider **/

.callout__background-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.default-carousel__image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 600px;
    width: 100%;
}

.default-carousel__caption {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.default-carousel__caption .text-white p {
    color: #fff;
}

/** image text block **/

.image-text-block {
    margin-bottom: 65px;
    padding-bottom: 65px;
    border-bottom: 1px solid var(--default);
}

.image-text-block__header a:hover {
    text-decoration: none;
}

.image-text-section--root .image-text-block {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/** inline form **/

.ctct-form-embed.form_2 .ctct-form-defaults .ctct-form-header {
    color: #323232;
}
.ctct-form-embed.form_2 .ctct-form-defaults .ctct-form-text,
.ctct-form-embed.form_2 .ctct-form-custom .ctct-form-label,
.ctct-form-embed.form_2 .ctct-form-custom .ctct-form-listname,
.ctct-form-embed.form_2 .ctct-form-custom .ctct-form-lists-legend,
.ctct-form-embed.form_2 .ctct-form-custom .ctct-form-date-slash,
.ctct-form-embed.form_2 .ctct-form-defaults .ctct-gdpr-text,
.ctct-form-embed.form_2 .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-link,
.ctct-form-embed.form_2 .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-privacy-link {
    color: #323232;
}
div.ctct-form-embed form.ctct-form-custom {
margin: 0 auto;
box-sizing: border-box;
min-height: 100px; }
div.ctct-form-embed form.ctct-form-custom .ctct-form-required {
position: relative; }
div.ctct-form-embed form.ctct-form-custom .ctct-form-required:before {
content: "\2217";
position: absolute;
top: -4px;
left: -12px;
color: #f5463b; }

div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
    background-color: #ffffff;
    border: 1px solid #b0b6bb;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.main-footer__link--social {
   width: 35px;
   height: 35px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 100%;
   background-color: #000;
   color: #fff;
   text-decoration: none;
   font-size: 1.5rem;
}

#footer .footer-copyright p {
    font-size: 1rem;
}

/*------------------------------------*
   7. Updates
*------------------------------------*/

/** 2025/07/01 **/

/* disable theme overlays */

.overlay.overlay-op-6:hover:before, .overlay.overlay-op-6.overlay-show:before, .overlay.overlay-op-6.show:before {
    opacity: 0;
}
.overlay:hover:before, .overlay.overlay-show:before, .overlay.show:before {
    opacity: 0;
}
.overlay.overlay-op-5:hover:before, .overlay.overlay-op-5.overlay-show:before, .overlay.overlay-op-5.show:before {
    opacity: 0 !important;
}

/** 2025/07/17 ticketing **/

.shopping-cart-card {
    display: none;
}
.shopping-cart--desktop {
    display: none;
}
@media (min-width: 992px) {
  .shopping-cart-card,
  .shopping-cart--desktop {
    display: flex;
    position: sticky;
    top: 84px;
  }
}
.shopping-card-launcher--mobile,
.shopping-cart-card-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 24px rgba(0,0,0,.1);
  z-index: 10;
}
.shopping-cart__offcanvas {
    max-width: 100vw !important;
    height: auto !important;
}

/** 2025/08/11 ticketing **/

#ticket-options .filter-block-tabs__btn {
    color: #ccc;
    background: var(--dark--200);;
    border-color: var(--primary);
}

#ticket-options .filter-block__tabs {
    border-color: var(--primary);
}

#ticket-options .filter-block-tabs__btn.active,
#ticket-options .filter-block-tabs__btn:hover,
#ticket-options .filter-block-tabs__btn:active {
    color: var(--primary) !important;
    background: #111;
    border-color: var(--primary);
}