@font-face {
font-display:swap;
    font-family: 'Druk Wide Medium';
    src: url('/wp-content/themes/hello-elementor/assets/fonts/Druk-WideMedium.woff2') format('woff2'),
         url('/wp-content/themes/hello-elementor/assets/fonts/Druk-WideMedium.woff') format('woff'),
         url('/wp-content/themes/hello-elementor/assets/fonts/Druk-WideMedium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.elementor.elementor-99562.elementor-location-header {display:none;position: absolute;width: 100%;top: 500px;}

#menuToggle
{
  display: block;
  -webkit-user-select: none;
  user-select: none;
  margin-top: 5px;
}

#menuToggle a
{
  text-decoration: none;
  color: #ffffff;
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: tomato;
}

.faq-section {
    border-top: 1px solid #212121;
    border-bottom: 1px solid #212121;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-bottom: 60px;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0;
  z-index: 2; 
  
  -webkit-touch-callout: none;
}

#menuToggle span
{
  display: block;
  width: 26px;
  height: 2px;
  margin-bottom: 6px;
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-1px, 1px);
  background: #ffffff;
}

#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
  position: absolute;
  max-width: 100%;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  margin: 0;
  padding: 50px;
  padding-top: 90px;
  box-sizing: border-box;
  overflow-y: auto;
  background: #000000;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  left: 0;
  top: 55px;
  display: none;
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

#menu li label
{
  cursor: pointer;
}

#menuToggle input:checked ~ ul
{
  transform: none;
}

.header.main_website_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 99999;
    background: #000;
    align-items: center;
    padding: 10px 20px;
    justify-content: space-between;
}

.header.main_website_header > a img {
    width: 198px;
}

div#courage.inner-section {
    margin: 0 0 100px 0;
    padding: 100px 20px;
}

div#courage.inner-section .text {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

div#courage.inner-section h2 {
    font-family: 'Goblin One';
    font-weight: 300;
    color: #d30c0c;
    text-transform: uppercase;
    font-size: 32px;
} 

nav.header_menu ul {
    display: flex;
    gap: 25px;
    margin: 0;
    padding: 0;
}

nav.header_menu ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav.header_menu ul li a {
    color: #fff;
    transition: all .3s;
    font-size: 14px;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
}

nav.header_menu ul li a:hover {
    text-decoration: none;
    color: #d11d25;
}

div.section {
    color: #fff;
}

div.section .container {
    max-width: 1260px;
    width: 100%;
    padding: 80px 40px;
    margin: 0 auto;
}

.modals_new .modal h3 .mark {
    background: transparent;
    color: #D01E21;
}

#microArtModal h3 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
}

div#microArtModal {
    font-size: 14px;
}

div#microArtModal a.product_type_bundle.add_to_cart_button.ajax_add_to_cart.button_new_format {
    margin-top: 30px;
    margin-bottom: 21px;
}

div#microArtModal .psa-popup-checkout {
    color: #fff;
    margin-top: 43px;
}

.modals_new #microArtModal .modal__inner > img {
    width: 160px;
}

div#cartModal {
    z-index: 9999999;
}

div#about h1 {
    font-family: Georgia, serif;
    color: #adadad !important;
    line-height: 61px;
    font-size: 20px;
    margin: 0;
    line-height: 30px;
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
}

div.section .split-screen {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

div.section .split-screen.three-line {
    grid-template-columns: 1fr 1fr 1fr;
}

.flip-box h2.elementor-heading-title.elementor-size-default {
    font-size: 26px;
}

div#about h2 {
    color: #fff;
    font-size: 22px;
    letter-spacing: 9px;
    text-align: center;
    margin-bottom: 60px;
}

.section .container > h2 {
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    margin-top: 0px;
    margin-bottom: 40px;
    text-align: center;
}

div#extras .container {
    padding-top: 20px;
}

div#about video.elementor-video {
    width: 100%;
    margin-bottom: 30px;
}

#about.section p {
    text-align: justify;
    font-size: 18px;
}

#about.section h3 {
    font-size: 22px;
    margin-bottom: 40px;
}

div#about a.read_more {
    margin-top: 40px;
}

.section a.tickets_button {
    width: 250px;
    color: #fff;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: bouncePsa 2s infinite alternate;
    transform: scale(1);
    background: #D01E21;
    font-size: 18px;
    padding: 18px;
    border-radius: 6px;
    box-shadow: 0 0 40px #ff000047;
    margin: 0 auto;
    font-weight: 500;
    transition: all .3s;
    gap:8px;
}

div#about .full_copy h2, div#about .full_copy b {
    font-weight: 500;
    letter-spacing: 0;
    margin: 30px 0;
    text-align: left;
}

.section a {
    color: #e01517;
}

div#courage {
    background-image: url('https://medievaltorturemuseum.com/wp-content/uploads/2022/02/Layer2.webp');
    background-size: cover;
    position: relative;
}

#courage > div > div > div:nth-child(2) > img {
    position: absolute;
    bottom: -100px;
    max-width: 330px;
    left: 50%;
    transform: translateX(-50%);
}

div#courage p {
    font-size: 18px;
}

div#courage h2 {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 50px;
}

div#courage {
    padding: 60px 0;
    margin-top: 60px;
}

div#courage a.tickets_button {
    margin: 40px 0 0 0;
}

div#courage .col {
    position: relative;
}

div#why-us h2 {
    text-align: center;
    color: #fff;
    font-size: 22px;
    letter-spacing: 9px;
    padding: 0px 0 60px 0;
    margin: 0;
}

div#why-us .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 70px;
}

div#why-us .grid .item img {
    height: 52px;
    margin-bottom: 20px;
}

div#why-us .grid .item {
    text-align: center;
}

div#why-us .grid .item p {
    display: table;
    max-width: 290px;
    margin: 0 auto;
    font-weight: 500;
    line-height: 21px;
}

div#gallery {
    background: #000;
    position: relative;
    padding: 0 0 60px 0;
}

#gallery div#bdt-panel-slider-246846c .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 60px;
}

div#gallery h2 {
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
}

.middle-title {
    color: #fff;
    font-family: "DM Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 10px;
    text-align: center;
    margin-bottom: 30px;
}

.icons-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    justify-content: space-evenly;
}

.icons-row img {height: 60px;}

.icons-row .item {
    text-align: center;
}

p.list-title {
    font-family: "DM Sans", Sans-serif;
    font-weight: 400;
    color: #ccc;
    display: table;
    width: 100%;
    margin: 11px 0px 0 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
}

.col.image-sec > img {
    max-width: 370px;
    margin: 0 auto;
    display: table;
}

div#tickets .container > h2 {
    color: #fff;
    font-weight: bold !important;
    font-size: 36px;
    margin-bottom: 10px;
    text-align: center;
}

div#extras {
    background: #000;
}

.col.info-sec h2 {
    color: #F00316;
    font-family: "DM Sans", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

div#tickets .split-screen {
    align-items: center;
}

.col.info-sec ul {
    margin: 0 0 30px 0;
    padding: 0;
    color: #bbb;
}

.col.info-sec ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.col.info-sec ul.list.with_icons {
    color: #fff;
}

.ticket_info {
    color: #bbb;
    font-size: 18px;
}

span.price-big {
    color: #d01d20;
    font-size: 28px;
    font-weight: 600;
}

.ticket_info strike {
    font-size: 20px;
    text-decoration: none;
    position: relative;
    opacity: 0.9;
}

.ticket_info strike:after {
    content: '';
    width: 100%;
    position: absolute;
    height: 2px;
    background: #bbb;
    left: 0;
    top: 0;
    transform: rotate(12deg) translate(4px, 10px);
}

a.product_type_bundle.add_to_cart_button.ajax_add_to_cart.button_new_format {
    width: 250px;
    color: #fff;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: bouncePsa 2s infinite alternate;
    transform: scale(1);
    background: #D01E21;
    font-size: 18px;
    padding: 18px;
    border-radius: 6px;
    box-shadow: 0 0 40px #ff000047;
    margin: 0 auto;
    font-weight: 500;
    transition: all .3s;
    gap: 8px;
}

.buy_ticket_section {
    display: flex;
    align-items: anchor-center;
}

div#combos .grid {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    justify-content: center;
}

div#combos .grid .item img {
    width: 101%;
    max-width: 110%;
}

div#combos .grid .item {
    background: #231f20;
    border-radius: 4px;
    overflow: hidden;
    width: 24%;
}

div#combos .grid .item .item-content {
    background: #222222;
    padding: 10px 20px 25px 20px;
    border-radius: 4px;
}

div#combos h2 {
    color: #fff;
    font-weight: bold !important;
    font-size: 36px;
    margin-bottom: 40px;
    text-align: center;
    margin-top: 0;
}

a.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    color: #fff;
    background: #d01d21;
    display: table;
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 10px;
    margin-top: 20px;
    border-radius: 100px;
    transition: all .3s;
    position: relative;
}

div#combos .grid .item img.icon {
    width: 16px;
    margin-left: 5px;
}

ul.list.with_icons img {
    width: 30px;
    margin-right: 10px;
}

.flip-box-back a {
    color: #fff;
}

.flip-box-back a:hover {
    color: #fff!important;
}

.price_new {
    font-size: 16px;
    color: #fff;
}

.price_new .pr1, .price_new .pr3 {
    display: table;
}

.price_new .pr2 {
    font-size: 26px;
}

.price_new .pr2 span.save_p {
    font-size: 14px;
    padding: 0 3px;
}

.item-footer {
    display: flex;
    margin-top: 15px;
    justify-content: space-between;
    position: relative;
}

.price_new span.crossed {
    font-size: 26px;
    text-decoration: line-through;
    display: table;
}

.price_new:nth-child(2) {
    color: #909090;
}

#reviews h2 {
    color: #fff;
    font-weight: bold !important;
    font-size: 36px;
    margin-bottom: 40px;
    text-align: center;
    margin-top: 0;
}

div#reviews {
    background: #000;
}

#combos.section .container {
    padding-top: 40px;
}

div#media h2 {
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 40px;
    text-align: center;
    margin-top: 0;
}

div#media {
    background: #000;
}

div#media .container {
    padding-top: 40px;
    padding-bottom: 120px;
}

div#location h2 {
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
}

div#location .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
}

div#location .grid .item img {
    width: 50px;
}

div#location .grid .item {
    background: #1f1f1f;
    position: relative;
    z-index: 9;
    border-radius: 8px;
    padding: 30px;
}

.social-icons-wrapper {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 20px;
}

.social-icons-wrapper a {
    background: #e01517;
    border-radius: 100px;
    padding: 8px;
    transition: all .3s;
}

div#location .container {
    padding-bottom: 0;
    margin-bottom: -40px;
}

div#map img {
    max-height: 350px;
    object-fit: cover;
}

.section a:hover {
    color: #ff4749;
}

div#subscribe {
    padding: 60px 30px 30px 30px;
}

footer.footer .logo {
    max-width: 255px;
    display: table;
}

footer.footer .logo img {
    width: 248px;
    object-fit: contain;
    object-position: left center;
}

footer.footer .split-screen {
    display: flex;
    justify-content: space-between;
}

footer.footer .split-screen .col.links_footer {
    display: flex;
    align-items: center;
    gap: 20px;
}

footer.footer .split-screen .col.links_footer .social-icons-wrapper {
    margin: 0;
    gap: 5px;
}

footer.footer .split-screen .col.links_footer a {
    color: #fff;
}

footer.footer .split-screen .col.links_footer .social-icons-wrapper a {
    background: transparent;
    width: 35px;
    transition: all .3s;
}

footer.footer p.copyright {
    color: #fff;
    border-top: 1px solid #cccccc1f;
    text-align: center;
    padding-top: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
}

a.product_type_bundle.add_to_cart_button.ajax_add_to_cart.button_new_format:hover,
a.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
.section a.tickets_button:hover,
.social-icons-wrapper a:hover{
    background: #ad191c!important;
    text-decoration: none;
    color:#fff;
}

span.scull:after {
    background: #6b4d4d00;
    width: 11px;
    height: 13px;
    border-bottom: 3px solid #fff;
    content: '';
    position: absolute;
    border-radius: 110%;
    left: 3.5px;
    top: 16px;
    animation: smile-skull ease-in-out .25s infinite;
}

span.scull {
    position: relative;
    height: 35px;
}

footer.footer .split-screen .col.links_footer .social-icons-wrapper a:hover {
    background: #ffffff26!important;
}

.sib-input.sib-form-block input#EMAIL {
    color: #fff;
    background: #363636;
    border: none!important;
    outline: none!important;
}

.sib-form .entry__field {
    border: none!important;
    background: transparent!important;
}

.ticket-item {
    text-align: center;
    border: 1px solid #1f1f1f;
    border-radius: 10px;
    padding: 50px 40px;
    width: 45%;
}

.ticket-item h2 {
    margin: 0;
    padding: 0;
    font-size: 26px;
}

div#tickets .split-screen.more-tickets {
    align-items: stretch;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

div#tickets .split-screen.more-tickets .col.image-sec img {
    max-width: 280px;
}

.ticket-item h2 span {
    color: #fff;
    background: #d01d21;
    border-radius: 4px;
    padding: 0 6px;
    font-size: 21px;
}

.ticket-item .buy_ticket_section {
    margin-top: 40px;
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 40px;
}

.ticket-item .buy_ticket_section a.product_type_bundle.add_to_cart_button.ajax_add_to_cart.button_new_format {
    margin: 0;
}

.ticket-item.tiny-art .middle-title img {
    max-width: 170px;
}

@media (max-width:768px) {
    div.section .split-screen {
        grid-template-columns: 1fr!important;
        gap: 30px;
    }
    
    .flip-box {
        height: 200px;
    }

    #about.section p {font-size: 16px;}

    div#about h2 {letter-spacing: 4px;margin-bottom: 10px;margin-top: 20px;}

    div.section .container {
        padding: 80px 20px;
    }

    #about.section h3 {
        text-align: center;
    }

    #about > div > div > div:nth-child(2) > a {
        display: none;
    }

    #about > div {
        padding-bottom: 20px;
    }

    div#courage {
        padding: 0;
        margin: 0;
         background-position: center;
    }

    #courage > div > div > div:nth-child(2) > img {
        position: static;
        max-width: 231px;
        transform: none;
        display: table;
        margin: 0 auto;
    }

    div#courage h2 {
        text-align: center;
        font-size: 26px;
        margin-top: -2px;
        margin-bottom: 26px;
    }

    div#courage p {
        text-align: center;
    }

    #courage > div {
        padding: 60px 20px;
    }

    div#courage a.tickets_button {
        width: 95%;
        margin: 30px auto 0 auto;
    }


    div#why-us .grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    div#why-us h2 {
        padding-bottom: 0px;
        letter-spacing: 2px;
        margin-bottom: 40px;
    }

    div#courage.inner-section {padding: 60px 20px;}

    div#courage.inner-section h2 {
        font-size: 26px;
    }
    
    div#why-us .grid .item {
        display: flex;
        align-items: center;
        text-align: left;
    }

    div#why-us .grid .item p {
        width: 100%;
    }

    div#why-us .grid .item img {
        width: 132px;
        margin: 0;
    }

    #why-us > div {
        padding-bottom: 0;
    }

    div#gallery h2 {
        font-size: 26px;
    }

    .section .container > h2 {
        font-size: 26px;
    }

    div#extras {
        position: relative;
    }

    #gallery div#bdt-panel-slider-246846c .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
        bottom: 100px;
    }

    .buy_ticket_section {
        flex-direction: column;
    }

    div#combos .grid {
        grid-template-columns: 1fr;
        display: grid;
    }
    
    div#combos .grid .item {
        width: 100%;
    }

    div#location .grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    div#map {
        padding: 20px;
        margin-top: 10px;
    }

    div#location .container {
        margin: 0;
        padding: 60px 20px 0 20px;
    }

    div#map img {
        height: 250px;
        border-radius: 6px;
    }

    footer.footer .split-screen .col.links_footer {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    footer.footer {
        padding-bottom: 80px;
    }

    #chicago > footer.footer > div > div > div:nth-child(1) {
        display: none;
    }

    footer.footer .split-screen {
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 30px;
    }

    .footer h3 {
        font-size: 20px;
    }

    div#location .grid .item h3 {
        font-size: 20px;
    }

    div#location .grid .item > img {
        float: left;
        width: 20px;
        margin: 22px 10px 0 0;
    }

    div#location .grid .item {
        padding: 10px 20px 20px 20px;
    }

    div#location h2 {
        font-size: 26px;
    }

    div#media h2 {
        font-size: 26px;
    }

    div#media .container {
        padding-bottom: 80px;
        padding-top: 20px;
    }

    #reviews h2 {
        font-size: 26px;
    }

    div#combos h2 {
        font-size: 26px;
    }

    a.product_type_bundle.add_to_cart_button.ajax_add_to_cart.button_new_format {
        width: 90%;
        margin: 15px auto 0 auto;
    }

    .col.info-sec {
        width: 100%;
        display: table;
    }

    .col.image-sec > img {
        width: 100%;
        max-width: 300px;
    }

    div#tickets .container > h2 {
        font-size: 26px;
    }

    .icons-row img {
        height: 35px;
    }

    div#tickets .split-screen {
        gap: 10px;
    }

    .col.info-sec h2 {
        text-align: center;
    }

    .col.info-sec ul li {
        margin-bottom: 10px;
        text-align: center;
    }

    #tickets > div {
        padding-bottom: 50px;
    }

    div#subscribe {
        padding: 60px 0 0 0;
    }
    
    .social-icons {
        bottom: 78px;
        height: 220px;
    }
    .stars {
        transform: scale(0.7);
    }

    div#bdt-panel-slider-20963e8 .swiper-pagination.swiper-pagination-bullets.swiper-pagination-clickable {
        bottom: 50px;
    }
    p.offer-main {
        margin-top: 15px;
    }
    
    .modals_new .modal__inner > img {
        width: 80px;
    }
}

.floating_button {
    opacity: 0;
    user-select: none;
    pointer-events: none;
    transition: opacity 0.5s;
}

.floating_button.shower {
    opacity: 1;
    user-select: all;
    pointer-events: all;
}

p.blurb {
    color: #A8A8A8;
    text-transform: uppercase;
    letter-spacing: 2px;
    max-width: 290px;
    margin: -50px auto 50px auto;
}

h3.bdt-panel-slide-title.bdt-transition-slide-bottom {
    text-transform: uppercase;
    margin-bottom: 8px;
}

p.subtitle {
    font-family: 'Goblin One';
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    max-width: 310px;
    margin: 20px auto 20px auto;
    line-height: 18px;
    opacity: 1;
}

.bdt-panel-slide-desc.bdt-position-bottom-left.bdt-position-z-index .offer {
    margin: 15px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: -29px;
    flex-direction: column;
}

p.offer-main {
    display: flex;
    border-radius: 10px;
    padding: 2px 10px;
    background: #000;
    align-items: center;
    gap: 5px;
    color: #fff;
}

p.expiriences-row img {
    width: 110px;
}

p.expiriences-row {
    font-weight: bold;
    color: #fff;
    font-size: 16px;
}

p.loc-text {
    color: #fff;
    text-align: center;
    width: 100%;
    margin-top: -10px;
}

.xoo-wsc-basket {
    display: none!important;
}

a.tickets_button.floating_button {
    position: fixed;
    bottom: 15px;
    display: flex;
    align-items: center;
    gap: 7px;
    background: #d01d21;
    color: #fff;
    padding: 5px 0px;
    font-size: 18px;
    border-radius: 48px;
    width: 77%;
    text-align: center;
    justify-content: center;
    z-index: 999;
    right:20px;
    text-decoration: none!important;
}

.gradient_footer {
    position: fixed;
    background: linear-gradient(0deg, black, transparent);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 998;
    opacity: 0;
    user-select: none;
    pointer-events: none;
    transition: all .5s;
}

.gradient_footer.shower {
    opacity: 1;
}

div#icons-first .items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    text-align: center;
}

div#icons-first .h5 {
    color: #fff;
    font-size: 16px;
    color: rgb(208 29 33);
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 2px;
    font-weight: 400;
}

div#icons-first .items .item {
    background: linear-gradient(45deg, #090909, #ffffff0f);
    border-radius: 8px;
    padding: 20px;
}

#icons-first > div {
    padding-bottom: 0;
}

div#icons-first h1 {
        letter-spacing: 4px;
        margin-bottom: -45px;
        margin-top: 40px;
        font-size: 18px;
        text-transform: uppercase;
        text-align: center;
        padding: 0;
        padding: 0 30px;
}

p.subtitle.as_title > span:nth-child(1) {
    font-size: 24px;
}
p.subtitle.as_title > span:nth-child(2) {
    font-size: 33px;
    margin: 4px 0;
    line-height: 32px;
}
p.subtitle.as_title > span:nth-child(3) {
    font-size: 22px;
    line-height: 19px;
}

p.subtitle.as_title > span {
    display: table;
    margin: 0 auto;
    font-family: 'Goblin One';
}

.bdt-panel-slide-desc.bdt-position-bottom-left.bdt-position-z-index {
    mix-blend-mode: unset;
    opacity: 1;
    top: 99px;
    position: relative;
}

p.subtitle.as_title {
    color: #D31C24;
    margin-bottom: 10px;
    position: relative;
    text-shadow: 0 0px 30px #000, 0 0px 30px #000, 0 0px 30px #00000057;
    margin: 0 auto;
}

#bdt-panel-slider-20963e8 .bdt-panel-slide-desc.bdt-position-bottom-left.bdt-position-z-index a.slider-button {
    background: #d11d25;
    border: none;
    color:#fff;
    padding: 14px;
}

p.subtitle.as_title.helper {
    text-shadow: 0 0 BLACK;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

div#icons-first .items .item img {
    margin: -30px 0;
    transform: scale(1.2);
  }

div#icons-first .items .item:nth-child(1) img {
    animation: flicker 1s linear infinite;
}

div#icons-first .items .item:nth-child(4) img {
    animation: flicker 3s linear infinite;
}



@keyframes flicker {
	0%, 19.999%, 22%, 62.999%, 64%, 64.999%, 70%, 100% {
		//text-shadow: none;
    opacity: .99;
		
	}
	20%, 21.999%, 63%, 63.999%, 65%, 69.999% {
		opacity: 0.4;
	}
}



/* -------------------------------------------------------------------
 * ## modal
 * ------------------------------------------------------------------- */
.modals_new .modal {
  z-index: 400;
  height: 100%;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: visibility 0s linear 0.3s, opacity 0.3s 0s, transform 0.3s;
  overflow-y: auto;
  position: fixed;
  left: 0;
  top: 0;
    display: block;
}

.modals_new .modal h3 {
  margin-top: 16px;
  color: #fff;
}

.modals_new .modal .h3 {
    margin-top: 16px;
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
}

.modals_new .modal svg {
  fill: #8dc63f;
  width: 4.8rem;
  height: 4.8rem;
}

.modals_new .modal.show-modal {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.3s 0s, transform 0.3s;
  z-index: 999999;
}

.modals_new .modal__inner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  padding: 5.6rem 3.2rem 2rem;
  width: 90vw;
  max-width: 34rem;
  border-radius: 0.4rem;
  background-color: #161616;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
}

.modals_new .modal__close {
  display: flex;
  right: 2rem;
  top: 2rem;
  padding: 16px;
  cursor: pointer;
  width: 33px;
  height: 33px;
  position: absolute;
  background: #2d2d2d;
  border-radius: 100px;
}

.modals_new .modal__close::before,
.modals_new .modal__close::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 12px;
  top: 11px;
  left: 15px;
}

.modals_new .modal p {
    color: #fff;
    line-height: 20px;
    margin: 20px 0 0px 0;
}

form#form_new {
    margin-top: 30px;
}

.modals_new .modal__close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}

.modals_new .modal__close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
}

.modals_new .modal form input[type="email"] {
  height: 5.6rem;
  padding: 1.2rem 24px 1.2rem;
}

.modals_new .modal form label {
  color: #000000;
  font-family: "Gothic A1", sans-serif;
  font-size: 1.3rem;
  line-height: 1.846;
  padding: 0 2rem;
}

.modals_new .modal form label i {
  padding-right: 6px;
}

.modals_new .modal form label svg {
  height: 1.3rem !important;
  margin-right: 4px;
}

button.btn--stroke.btn--small.modal-trigger {
    border: none;
    position: fixed;
    right: 5px;
    bottom: 72px;
    z-index: 999;
    transition: all .3s;
    opacity: 0.9;
    background: transparent!important;
    outline: none!important;
    opacity: 0;
    user-select: none;
    pointer-events: none;
}

button.btn--stroke.btn--small.modal-trigger.shower {
    opacity: 1;
    user-select: all;
    pointer-events: all; 
}

button.btn--stroke.btn--small.modal-trigger:hover {
    background: transparent;
    transform: scale(1.1);
    opacity: 1;
}

button.btn--stroke.btn--small.modal-trigger.animated {
    animation: 1.5s wiggle  linear;
}

@keyframes wiggle {
 10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

/*
.seenpopup button.btn--stroke.btn--small.modal-trigger {
    display: none;
}*/

div#countdown {
    color: #5d5d5d;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

div#countdown span {
    background: #000000;
    padding: 10px 17px;
    border-radius: 8px;
    color: #fff;
    position: relative;
}

.timer {
    border-top: 1px solid #343434;
    border-bottom: 1px solid #343434;
    padding: 15px 15px 40px 15px;
    margin-top: 20px;
}

.timer p {
    margin: 0;
}

.xoo-wsc-ft-amt.xoo-wsc-ft-amt-fee_chicago-sales-tax-10-25-processing-fee.add {
    order: 9;
}

p.info {
    text-align: left;
    font-size: 12px;
    color: #777;
    margin-top: 40px;
    padding: 0 20px;
}

.xoo-wsc-ft-amt.xoo-wsc-ft-amt-discount.less * {
    color: #e01517 !important;
}

.modals_new .modal .timer p {
    margin: 0 0 15px;
}

div#countdown span:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
    color:#a2a2a2;
}

div#countdown span:nth-child(1):after {
    content: 'hrs';
}

div#countdown span:nth-child(2):after {
    content: 'min';
}

div#countdown span:nth-child(3):after {
    content: 'sec';
}

.modals_new .modal h3.thankyou {
    font-size: 18px;
}

.modal.thankyou.show-modal img.icon {
    width: 50px;
}

.modal.thankyou.show-modal h3 {
    font-size: 20px;
}

.modals_new .modal .timer p {
    font-size: 21px;
    line-height: 30px;
}

.social-icons .stars a {
    display: block;
}

div#about.mobile_version {
    display: none;
}

.social-icons a:hover {
    color:#fff;
    opacity: 0.8;
}

.ticket-item.tiny-art h2 {
    margin-bottom: 20px;
} 

div#tickets .split-screen.border-top {
    border-top: 1px solid #ffffff1c;
    padding-top: 60px;
    margin-top: 60px;
}

.split-screen.border-top .col.image-sec > img {max-width: 530px;border-radius: 10px;}

div#combos .grid .item .item-content h4 {
    font-size: 16px;
}

.footer.home_footer {
    position: relative;
    z-index: 9999;
}

div#bdt-panel-slider-20963e8:after {
    content: '';
    background: linear-gradient(0deg, #0a0a0a, transparent);
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: 0px;
    z-index: 2;
}


.combo-ticket .line {text-align: center;color: #000;background: #FFC300;width: 100%;display: flex;align-items: center;justify-content: center;gap: 5px;text-transform: uppercase;padding: 5px;position: absolute;top: 20px;transform: rotate(1deg);}

.combo-ticket .line img {
    max-width: 24px;
}

.combo-ticket {
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(14, 12, 16, 0.20) 64.33%, rgba(100, 92, 118, 0.20) 104.02%), linear-gradient(0deg, rgba(14, 12, 16, 0.20) 65.94%, rgba(100, 92, 118, 0.20) 115.57%), #0D0C10;
    overflow: hidden;
    box-shadow: 0 54px 90px -60px #FF003D;
    position: relative;
    margin-top: 50px;
    margin-bottom: 60px;
    padding-bottom: 50px;
}

.combo-ticket img.signature {
    max-width: 570px;
    margin-top: 60px;
}

.combo-ticket img.ticket1 {
    max-width: 300px;
    position: absolute;
    left: 320px;
    top: 144px;
}

.combo-ticket img.ticket2 {
    max-width: 260px;
    position: absolute;
    left: 10px;
    top: -50px;
}

.combo-ticket .split-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.combo-ticket .icons-tickets .item > img {
    max-width: 50px;
}

.combo-ticket .icons-tickets .item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
}

.combo-ticket .icons-tickets .item a img {
    width: 24px;
}

.combo-ticket .icons-tickets {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.combo-ticket .icons-tickets .item:before {
    width: 9px;
    height: 9px;
    content: '';
    background: #ff003d;
    border-radius: 10px;
}

.combo-ticket p.desc a img {
    width: 20px;
    margin: -4px 0px -4px -4px;
}

.combo-ticket .content-area {
    margin-top: 88px;
    color: #B7B6B8;
}

.combo-ticket p.bold {
    color: #fff;
    font-weight: 600;
    margin: 20px 0;
    font-size: 18px;
}

.combo-ticket .icons-tickets .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 18px;
}

.combo-ticket .split-grid.pricing a.product_type_bundle.add_to_cart_button.ajax_add_to_cart.elementor-button.elementor-size-sm {
    max-width: 400px;
    text-transform: uppercase;
    margin: 0 0 0 20px;
    width: 100%;
    color: #fff;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: bouncePsa 2s infinite alternate;
    transform: scale(1);
    background: #D01E21;
    font-size: 18px;
    padding: 18px;
    border-radius: 6px;
    box-shadow: 0 0 40px #ff000047;
    font-weight: 500;
    transition: all .3s;
    gap: 8px;
}

.combo-ticket .split-grid.pricing a.product_type_bundle.add_to_cart_button.ajax_add_to_cart.elementor-button.elementor-size-sm span {
    text-transform: none;
    background: #ffc300;
    color: #111;
    padding: 6px 10px;
    border-radius: 100px;
}

.combo-ticket .price-tag {
    text-align: center;
    font-family: 'Druk Wide Medium';
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 42px;
}

.combo-ticket .price-zone {
    position: relative;
    color: #000;
    display: flex;
    flex-direction: column;
    max-width: 200px;
    align-items: start;
}

.combo-ticket span.discount-price {
    color: #FFC101;
    font-size: 21px;
}


.price-zone span {font-size: 29px;position: relative;display: table;}

.price-zone:before {
    width: 128%;
    height: 100%;
    position: absolute;
    background: #ffc300;
    content: '';
    transform: skew(-5deg, 0deg);
    left: -20px;
}

.price-zone span.old-price {
    font-size: 16px;
    margin-bottom: -5px;
    margin-top: 4px;
    color: #4E4E4E;
    position: relative;
}

.split-grid.pricing {
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.price-zone span.old-price:before {
    width: 100%;
    height: 1px;
    background: #4E4E4E;
    left: 0;
    top: 11px;
    content: '';
    position: absolute;
    box-shadow: 0 1px 0 #ffc300;
    transform: rotate(-6deg);
}


.combo-ticket .icons-tickets .item span.opening {
    background: hsl(0deg 0% 100% / 10%);
    border-radius: 10px;
    padding: 0 4px;
    display: table;
    font-size: 14px;
}

.combo-ticket .composition {
    padding: 20px;
}

.combo-ticket a:hover {
    color: #fff;
}

.combo-ticket .signature {
  animation: signaturePulse 4s ease-in-out infinite;
}

@keyframes signaturePulse {
  0%   { transform: scale(1); opacity: 0.9; }
  50%  { transform: scale(1.05); opacity: 1; }
  100% { transform: scale(1); opacity: 0.9; }
}

.combo-ticket .ticket1,
.combo-ticket .ticket2 {
 animation: ticketFly 10s linear infinite;
}

.combo-ticket .ticket2 {
  animation-delay: 6s;
}

@keyframes ticketFly {
  0%   { transform: translate(0, 0) rotate(0deg); }
  50%  { transform: translate(5px, 15px) rotate(-5deg); }
  100%   { transform: translate(0, 0) rotate(0deg); }
}


.combo-ticket p {
    font-size: 18px;
}

@media (max-width:768px) {
    

    div#bdt-panel-slider-20963e8 .swiper-pagination.swiper-pagination-bullets.swiper-pagination-clickable {
        bottom: 70px!important;
    }
    
    nav.mobile_navigation {
        display: block;
    }

    nav.header_menu {
        display: none;
    }
    
    .header.main_website_header > a img {
        width: 150px;
    }
    
    div.header.main_website_header > a {
        position: absolute;
        left: 64px;
    }
    
    .header.main_website_header {
        padding: 15px 20px;
    }
    
    div#tickets .split-screen.border-top {display: flex;flex-direction: column-reverse;}

    div#combos .grid .item .item-content h4 {
        font-size: 18px;
    }
    
    .ticket-item {
        width: 100%;
        padding: 30px 10px;
    }
 
    div#tickets .split-screen.more-tickets {
        gap: 40px;
    }

    .ticket-item .buy_ticket_section {
        gap: 10px;
        margin-top: 20px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .ticket_info {
        margin: 0 auto;
        display: flex;
        align-items: baseline;
        gap: 9px;
    }

    div#tickets .split-screen.more-tickets .col.image-sec img {
        max-width: 200px;
    }

    .ticket-item h2 span {
        display: table;
        margin: 10px auto 0 auto;
    }

    .ticket-item .ticket_info {
        display: flex;
        align-items: baseline;
        gap: 5px;
    }

    .ticket-item h2 {
        font-size: 22px;
    }
    div#about.mobile_version {
        display: block;
    }

    div#about.desktop_version h2 {
        display: none;
    }

    div#about.desktop_version .split-screen > .col:first-child {
        display: none;
    }

    div#about.mobile_version .container {padding-top: 40px;}
    
    div#about.mobile_version .split-screen > .col:last-child {
        display: none;
    }
    
    .header.main_website_header.home_header > a {
        position: static;
    }
    
}

@media (min-width:768px) {
    
    .bdt-panel-slide-desc.bdt-position-bottom-left.bdt-position-z-index .offer {
        margin: 30px auto 0 auto;
    }
    
    .home_header ul.locations-list-new {width: 210px;margin-left: -116px;}
    
    nav.mobile_navigation {
        display: none;
    }
    
    a.tickets_button.floating_button, .gradient_footer {
        display: none;
    }
    
    p.blurb {
        margin-top: -170px;
    }
    p.subtitle.as_title {
        max-width: 660px;
    }

    p.subtitle.as_title > span:nth-child(1) {
        font-size: 34px;
        line-height: 34px;
    }

    p.subtitle.as_title > span:nth-child(2) {
        font-size: 53px;
        line-height: 52px;
    }

    p.subtitle.as_title > span:nth-child(3) {
        p.subtitle.as_title > span: nth-child(3);
        font-size: 20px;
        line-height: 32px;
    }

    .bdt-panel-slide-desc.bdt-position-bottom-left.bdt-position-z-index {
        top: 140px;
    }

    p.subtitle {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 13px;
    }
    
    #bdt-panel-slider-20963e8 .bdt-panel-slide-text.bdt-transition-slide-bottom {
        margin-top: 20px;
    }
    
    div#icons-first .items {display: flex;}

    div#icons-first .items .item {
        width: 100%;
    }

    button.btn--stroke.btn--small.modal-trigger {
        right: 10px;
        bottom: 10px;
    }
    
    p.expiriences-row {
        font-size: 14px;
    } 
}



@media (max-width:768px) {

    .combo-ticket img.signature {
        width: 100%;
    }

    .combo-ticket .split-grid {
        grid-template-columns: 1fr;
    }

    .combo-ticket {
        box-shadow: 0 10px 70px 0px #ff003d42;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        margin-bottom: 80px;
    }
    
    .combo-ticket .price-zone {
        margin-left: -14px;
    }

    .combo-ticket .composition {
        overflow: hidden;
    }

    .combo-ticket .line {
        font-size: 13px;
    }

    .combo-ticket img.ticket2 {
        max-width: 130px;
        left: 19px;
        top: 20px;
    }

    .combo-ticket img.ticket1 {
        max-width: 160px;
        left: 180px;
        top: 110px;
    }

    .combo-ticket .content-area p.desc {
        text-align: center;
        font-size: 14px;
    }

    .combo-ticket .content-area {
        margin-top: 0px;
        font-size: 14px;
    }

    .combo-ticket p.bold {
        text-align: center;
        border-top: 1px solid hsl(0deg 0% 100% / 10%);
        margin: 20px 20px 0 20px;
        padding-top: 20px;
    }

    .combo-ticket .icons-tickets .item > img {
        max-width: 40px;
    }

    .combo-ticket .icons-tickets {
        padding: 0 20px;
        margin-top: 10px;
    }

    .price-zone span {
        margin-left: 18px;
    }

    .combo-ticket .price-tag {
        gap: 40px;
    }

    .combo-ticket .split-grid.pricing a.product_type_bundle.add_to_cart_button.ajax_add_to_cart.elementor-button.elementor-size-sm {
        width: 90%;
        margin: 25px auto 0px auto;
        position: relative;
        z-index: 9;
    }

    .combo-ticket .split-grid.pricing {
        margin-top: 20px;
    }
    
    .combo-ticket .split-grid.pricing a.product_type_bundle.add_to_cart_button.ajax_add_to_cart.elementor-button.elementor-size-sm span {
        font-size: 14px;
    }

}
