/*
Red: #b80a04
Dk Red: #861717
Br Red: #FF3B2E
Black: #110B0B
Lt Gray: #e1e3e3

Primary: linear-gradient(40deg, #e4212e 0%, #E0271A 40%, #ed6424 100%)
linear-gradient(40deg, #b80a04 0%, #E0271A 40%, #861717 100%)

Primary: linear-gradient(51deg, #861717 30%, #e4212e 65%, #FF3B2E 100%)

Secondary: linear-gradient(40deg, #08090b 0%, #12161A, 90%)
*/


/* Events Booking */
.eb-box-heading {
    background: #861717;
    border: none;
}
.fc .fc-button-primary {
    color: #fff;
    background-color: #861717;
    border-color: #861717;
}
h1.eb-page-heading {
    font-size: 34px;
    font-weight: 500;
    letter-spacing: .5px;
}
a.uk-button.uk-button-primary.eb-register-button.eb-individual-registration-button {
    display: none;
}
a.uk-button.uk-button-primary.eb-register-button.eb-group-registration-button {
    display: none;
}