/**/
.schedule-calendar>div.schedule-month{
border-top: none;
}
.schedule-calendar>div:not(.schedule-month) + .schedule-month {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}

.ticketblock.ni-information-panel.ps-5.w-50 {
  padding-left: 1rem !important;
}

.ni-fullscreen-gallery .fullscreen_close {
	top: 1em;
}


.ni-fullscreen-gallery:not(.is-fullscreen) .swiper-button-prev:before, 
.ni-fullscreen-gallery:not(.is-fullscreen) .swiper-button-next:before 
{
	padding: 0rem !important;
}



@media (max-width: calc(767px)) {
    .ni-event-item .accordion-header .accordion-button:after {
        margin-left: 0rem !important;
        font-size: 12px;
    }

    .ni-event-item .accordion-header .accordion-button {
        padding-bottom: 0;
        /* background: yellow; */
        margin-left: 0rem !important;
    }
    .ni-production-synopsis .ni-short-description .row .col {
     width: 100% !important;
     flex: auto;
     margin-bottom: 2rem;
    }

}
