/* body.single-event {
    min-height: initial;
} */

body.single-event main article {
    width: 100%;
}

body.single-event h2.subtitle {
    color: rgb(163 163 163);
    font-size: 1.125rem;
    line-height: 1.75rem;
}

body.single-event a.icon:not(.event-icon-footer) {
    padding-left: 1.25rem;
    padding-top: 1.25rem;
}

body.single-event a.event-icon-footer {
    bottom: 0;
    background: rgb(0 0 0);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 30px 0;
}

body.single-event .cabb-block.form .event-form.form-content-wrapper {
    padding: 2rem;
    row-gap: 0;
}

body.single-event .cabb-block.form * {
    color: rgb(255 255 255);
    background: rgb(0 0 0);
}

body.single-event .cabb-block.form .event-form.form-content-wrapper .wpforms-container {
    margin: 0;
    color: rgb(255 255 255);
}

body.single-event .cabb-block.form .event-form.form-content-wrapper .wpforms-container button[type=submit] {
    background-color: rgb(255 255 255) !important;
    color: rgb(0 0 0);
}

body.single-event h1.title {
    color: rgb(23 23 23);
}

body.single-event .header-img {
    opacity: 0;
}

body.single-event .streaming-items {
    padding-bottom: .5rem;
    padding-top: 1rem;
    border-bottom: 1px solid rgb(245 245 245);
}

body.single-event .streaming-items a>div {
    margin-top: 0;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: .5rem;
    margin-bottom: .5rem;
    padding-left: .75rem;
    padding-right: .75rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

body.single-event .streaming-items a>div:not(.bg-gray-800) {
    background-color: rgb(245 245 245);
}

body.single-event .streaming-item {
    column-gap: .75rem;
}

body.single-event .streaming-item svg {
    width: .625rem;
    height: .625rem;
}

body.single-event .streaming-item button {
    padding: .5rem;
    border-width: 2px;
    transition-duration: .4s;
    height: fit-content;
    width: fit-content;
    cursor: pointer;
    background: transparent;
    display: flex;
}

body.single-event .streaming-item button.btn-alt {
    background: rgb(0 0 0);
    fill: rgb(255 255 255);
}

body.single-event .streaming-item button.btn-alt svg {
    fill: rgb(255 255 255);
}

body.single-event .streaming-item button.btn-alt {
    border-color: rgb(255 255 254);
    color: rgb(255 255 254);
}

body.single-event .streaming-item .col-span-3 img {
    aspect-ratio: 1;
    object-fit: contain;
}

body.single-event .streaming-item .col-span-6 {
    flex-direction: column;
}

body.single-event .streaming-item .col-span-6 p {
    margin: 0;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

body.single-event .streaming-items a>div:not(.bg-gray-800) .col-span-6 p {
    color: rgb(64 64 64);
}

body.single-event .streaming-item .col-span-6 h3 {
    margin: 0;
}

body.single-event .event-content,
.js-event-countdown {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

body.single-event .event-content {
    border-bottom: 1px solid rgb(245 245 245);
}

body.single-event .event-content h1 {
    line-height: 1.25;
    font-size: 1.5rem;
}

body.single-event .events-list-item__action .events-list-item__release-info {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    white-space: nowrap;
}

body.single-event .events-list-item-inner-wrapper *,
body.single-event .events-list-item__action button:not(.danger):not(.btn-primary) {
    color: rgb(0 0 0) !important;
    border-color: rgb(0 0 0);
}

body.single-event .events-list-item__action button.btn-primary:not(:hover) {
    color: var(--wp--preset--color--orange);
    background-color: rgb(255 255 255);
    border-color: var(--wp--preset--color--orange);
}

body.single-event .algolia-no-items {
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: rgb(163 163 163);
    font-size: 16px;
    line-height: 24px;
}

/* Global */
.events-list-item__time{
    font-family: var(--wp--preset--font-family--roboto-condensed);
}

body.single-event .events-list-item__time *,
body.single-event .events-list-item__time-year,
body.single-event .events-list .events-list-items .events-list-item__time-label {
    color: rgb(255 255 255) !important;
}

body.single-event .events-list .events-list-items .events-list-item__time,
body.single-event a.btn-secondary:hover,
body.single-event button.btn-secondary:hover,
body.single-event .events-list .btn-secondary:not(.danger):hover {
    color: rgb(255 255 255) !important;
    background-color: rgb(0 0 0);
}

body.single-event .events-list .events-list-items .events-list-item__titles-subtitle {
    vertical-align: middle;
    line-height: 1.5rem;
}

body.single-event .events-list .events-list-items .events-list-item__place {
    width: 100%;
}

body.single-event .events-list .events-list-items .events-list-item__place,
body.single-event .events-list .events-list-items .events-list-item__titles-title {
    display: inline-block;
    vertical-align: middle;
}

body.single-event .events-list .btn-primary,
body.single-event .events-list .btn-secondary {
    font-size: .65rem;
    padding-left: .25rem;
    padding-right: .25rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    width: 6rem;
    display: flex;
    justify-content: center;
}

body.single-event .events-list-search-outer-wrapper {
    display: none;
}

body.single-event .countdown-item {
    flex-direction: column;
    padding: .75rem;
}

body.single-event .countdown-item * {
    margin: 0;
    line-height: 1;
}

body.single-event div.js-event-countdown>div {
    gap: .5rem;
}

body.single-event span[class*='js-event-countdown-'] {
    line-height: 1.5rem;
    font-weight: 700;
    font-size: 1.875rem;
}

body.single-event,
body.single-event main {
    background-color: rgb(0 0 0);
}

body.single-event .events-list .events-list-items .events-list-item {
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

body.single-event .events-list .events-list-item-inner-wrapper .events-list-item__cover{
    display:none !important;
}

/* Spinner */

body.single-event .spinner-overlay {
    position: relative;
    margin: 40px 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

body.single-event .spinner-overlay .d-flex{
    flex-direction:column;
}

body.single-event .spinner-overlay h5.fetch-message{
    color: rgb(38 38 38);
    text-transform: capitalize;
}

body.single-event .spinner-dots {
    display: flex;
    align-items: center;
    gap: 5px;
}

body.single-event .spinner-dots div {
    width: 10px;
    height: 10px;
    background-color: var(--wp--preset--color--orange);
    border-radius: 50%;
    animation: bounce 0.6s infinite alternate;
}

body.single-event .spinner-dots div:nth-child(2) {
    animation-delay: 0.2s;
}

body.single-event .spinner-dots div:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes bounce {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-10px);
    }
}

@media (max-width: 639px) {
    body.single-event main.single-event article.text-gray-900.overflow-hidden {
        margin: 0;
    }
}

@media (min-width: 640px) {
    body.single-event main article {
        max-width: 28rem;
    }

    body.single-event .event-content,
    body.single-event .js-event-countdown {
        padding: 2rem;
    }

    body.single-event .streaming-items a>div {
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    /* 10% darker */
    body.single-event .streaming-items a.group:hover .streaming-item {
        background-color: rgb(220, 220, 220);
    }

    /* 10% darker */
    body.single-event .events-list .events-list-items .events-list-item:hover {
        background-color: rgb(229, 229, 229);
    }
}