.owl-dots {
    display: none !important;
}

div#ember290 {
    margin-left: 150px;
    margin-right: 150px;
}

div#ember308 {
    margin-left: 150px;
    margin-right: 150px;
}

.modal.buy-ticket-modal .details-modal-header {
    background: linear-gradient(120deg, #000000 0%, #754310 35%, #975A1C 52%, #C07E43 65%, #000000 85%);
    color: #fff;
    padding: 52px 24px;
}
.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;
}

.bs-button.primary, .bs-button.uls-button.primary {
    background: rgb(242, 150, 0);
    color: var(--primary-button-text-color, #fff);
    box-shadow: 0 0 0 1px var(--primary-button-border-color) inset;
    position: relative;
}

.bs-button.primary.focus, .bs-button.primary:hover:not(.active), .bs-button.uls-button.primary.focus, .bs-button.uls-button.primary:hover:not(.active) {
    background: rgb(242, 150, 0);
    color: var(--primary-button-text-color, #fff);
    box-shadow: 0 0 0 1px var(--primary-button-border-color) inset;
}

.bs-variation:not(.theme-view) {
    --preview-bg-color: rgb(242, 150, 0);
    --section-title-text-color: rgb(242, 150, 0);
    --alternate-section-title-text-color: rgb(242, 150, 0);
    --banner-title-text-color: #ffffff;
    --inner-banner-title-text-color: #ffffff;
    --primary-button-bg-color: rgb(242, 150, 0) !important;
    --menu-item-active-color: rgb(242, 150, 0);
}
