/* Start custom CSS */#ep_single_event_image img.ep-d-block {
    width: 468px;
    border-radius: 16px;
}

.ep-event-type-cal-section {
    display: none;
}

.emagic .ep-btn-group.ep-ticket-btn-radio .ep-btn.ep-ticket-btn {
    color: #953EA3;
    border: 1px solid #53195D;
    background-color: #FDFCFD;
}

.emagic .ep-btn.ep-btn.ticket_minus {
    background-color: #F2EFF3;
}

.emagic .ep-btn.ep-btn.ticket_minus:hover {
    background-color: #65636D;
}

.emagic .ep-btn.ep-btn.ticket_plus {
    background-color: #FBEBFB;
}

.emagic .ep-btn.ep-btn.ticket_plus:hover {
    background-color: #AB4ABA;
}

#ep_single_event_checkout_btn {
    background-color: #FFC53D;
}

#ep_single_event_checkout_btn:hover {
    background-color: #FFBA18;
}/* End custom CSS */