.owl-dots {
    display: none !important;
}

.bs-main-menu .item.logo {
    max-width: 260px;
    min-width: 100px;
    height: 100%;
    padding: 0;
    overflow: hidden;
    align-self: flex-start;
    display: flex
;
    flex-flow: row nowrap;
    justify-content: flex-start;
    position: relative;
    cursor: var(--zdr-cursor-pointer, pointer);
}

.bs-main-menu .item.logo img {
    max-width: 260px;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
    display: flex
;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .banner-widget .bs-media-wgt .media-element .media-image, .banner-widget .bs-media-wgt .media-element:not(.secondary-media) .media-image img {
    max-width: 120px;
    justify-self: center;
    }
}

.image-status.st1 {
    display: none;
}

.ui.modal.gallery-modal .image-comments {
    background-color: #e0e5ec;
    padding: 28px;
    height: 100%;
    display: flex
;
    flex-direction: column;
    border-bottom-right-radius: 6px;
    display: none;
}

.community-section-footer .bs-footer .ft-top .logo {
    width: 285px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
}

.modal.buy-ticket-modal .details-modal-header .venue {
    margin: 12px 0 16px;
    display: none;
}

.modal.buy-ticket-modal .details-modal-header h3 {
    font-family: var(--bold-font), Arial, Helvetica, sans-serif;
    padding-bottom: 10px;
}