.shows-container a:hover {
    color: inherit;
    text-decoration: none;
}

.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
}

.show-listing-container {
    z-index: 2;
}

.shows-container a.text-color-black:hover {
    color: #d20000 !important;
}

div.pagination {
    display: flex;
    justify-content: space-between;
}

.special-title {
    font-size: 150%; /* Adjust as needed */
    margin-top: -30px; /* Adjust as needed */
    margin-bottom: 30px;
    text-shadow: 0px 0px 30px #FFD700;
    color: #FFD700 !important;
}

.img-cover {
    object-fit: cover;
    object-position: center 30%;
}

img.info-icon {
    width: 60px;
    height: 60px;
    min-height: 60px;
}

div.festival-banner {
    text-align: center;
    margin-top: 1em;
}

img.festival-banner {
    width: 80%;
    height: auto;
}

div.info-icon {
    text-align: center;
    line-height: 28px;
}

.icon-container {
    justify-content: space-around;
}

.venue-information {
    text-transform: uppercase;
    font: var(--font-title);
    font-weight: 900;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 65px 0;
}

.absolute-fill-show {
    width: 93%;
    height: 100%;
    position: absolute;
}

@keyframes glow {
    from {
        box-shadow: 0 0 10px -10px #FFD700;
    }
    to {
        box-shadow: 0 0 10px 10px #FFD700;
    }
}

@keyframes glow-text {
    from {
        text-shadow: 0px 0px 0px #FFD700;
        color: white;
    }
    to {
        text-shadow: 0px 0px 20px #FFD700;
        color: #FFD700;
    }
}

.city-details--title {
    margin-right: 0.5em;
    display: inline;
    margin-bottom: 1em;
    text-align: center;
    font-family: bebas-neue, calluna-sans, Arial, Helvetica, sans-serif;
    font-size: 30px;
}

.city-details--subtitle {
    margin-right: 0.5em;
    display: inline;
    margin-bottom: 1em;
    text-align: center;
    font-family: calluna-sans, Arial, Helvetica, sans-serif;
    font-size: 30px;
}


.city-details--title-carousel {
    position: absolute;
    top: calc(80% - 40px);
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 2;
    font-size: 70px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 2px 2px black;
}

.title-h1 {
    font-size: 70px;
}

.background-grey {
    background-color: #000000;
    z-index: 1;
    position: absolute;
    top: calc(80% - 46px);
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100px;
    opacity: 80%;
}

#title-br {
    display: none;
}

.parent {
    margin: 0rem;
    padding: 0rem 0rem;
    text-align: center;
}

.hacked-gradient {
    background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 50%);
    z-index: 1;
}

.venue-information--name,
.venue-information--day,
.venue-information--time,
.venue-information--container,
button.btn {
    z-index: 1;
}

.venue-information *:not(button) {
    line-height: 80%;
}

.venue-information .btn {
    max-width: 150px;
}

.venue-information--name {
    font-size: 150%;
}

.venue-information--time {
    font-size: 100%;
}

.accessible-btn > * {
    color: blue;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 100%;
    padding: 8px;
}

/* Slider */
.glide__arrow {
    border: none !important;
    font-size: 2em;
}

.glide__arrows .glide__arrow--left {
    left: 0em;
}

.glide__arrows .glide__arrow--right {
    right: 0em;
}

.map-container {
    min-height: 100%;
    max-width: 126vh;
}

.glide__arrow {
    top: 80% !important;
}

@media (min-width: 992px) {
    .city-list-container > .shows-container {
        height: 600px;
        overflow-x: hidden;
    }

    .container-fluid {
        margin-top: 0em;
    }

    .container {
        margin-top: 2.5em;
    }


}

@media (max-width: 992px) {
    .map-container {
        height: 450px;
    }

    .city-list-container {
        order: 1;
    }

    .city-details--title {
        font-size: 30px;
        margin-right: 0.2em;
    }

    .city-details--title-carousel {
        top: calc(80% - 30px);
        font-size: 50px;
    }

    .title-h1 {
        font-size: 50px;
    }

    img.info-icon {
        width: 65px;
        height: 65px;
    }

    div.info-icon {
        text-align: center;
        font-size: 15px;
        line-height: 14px;
    }

    img.festival-banner {
        width: 100%;
        height: auto;
    }

    img.festival-presenter {
        width: 40%;
    }

}

.cactus {
    margin-right: 1rem;
}

.cactus-image {
    width: 50px; /* Adjust the width as needed */
    height: auto;
}

.show-info {
    flex: 1;
}

@media (max-width: 650px) {
    .title-h1 {
        font-size: 40px;
    }

    #title-br {
        display: block;
    }

    .city-details--title-carousel {
        top: calc(80% - 116px);
    }

    .background-grey {
        display: none;
    }

    .carousel_image {
        filter: brightness(0.5);
    }

    div.pagination {
        display: block;
        text-align: center;
    }

}

/* Mobile styles */
.mobile-only {
    display: inline-block;
}

.desktop-only {
    display: none;
}

/* Desktop styles */
@media (min-width: 992px) {
    .mobile-only {
        display: none !important;
    }

    .desktop-only {
        display: block;
        /* Additional styling for desktop text as needed */
    }
}

.mc-field-group {
    text-align: left;
    color: white;
    font-family: calluna-sans, Arial, Helvetica, sans-serif;
    margin-top: 15px;
    margin-bottom: 15px;
}

.convert_v1_btn {
    display: none;
}

.filter-by-city-cta {
    display: block;
}

@media screen and (max-width: 999px) {
    .filter-by-city-cta {
        display: none;
    }

    .convert_v1_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 20;
        background-color: rgba(255, 255, 255, 0.47); /* Add a background color */
        padding: 10px 0; /* Add some padding */
        box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */
    }

    .convert_v1_btn a {
        width: 90%;
        max-width: 500px;
        text-align: center;
    }
}
