.btn {
    background-image: -moz-linear-gradient(top, #dd2e1b, #9a0202);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dd2e1b), to(#9a0202));
    background-image: -webkit-linear-gradient(top, #dd2e1b, #9a0202);
    background-image: -o-linear-gradient(top, #dd2e1b, #9a0202);
        background-image: linear-gradient(to bottom, #dd2e1b, #9a0202);

}
.btn, .uk-button {
font: inherit;color: #fff;padding: 0 15px;font-size: 14px;line-height: 30px;border-radius: 10px;
}
div.cbPoweredBy.cb_template.cb_template_default{display:none;}
#eb-categories .eb-description, #eb-events .eb-description, #eb-event-page .eb-description{    border-bottom: none;
    border-left: none;
    border-right: none;
}
#eb-categories .eb-box-heading, #eb-events .eb-box-heading, #eb-event-page .eb-box-heading {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(226, 226, 226, 0.7),rgba(255, 255, 255, 0.7));    border: none;
}
#eb-event-page h1.eb-page-heading {
    text-align: center;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(226, 226, 226, 0.7),rgba(255, 255, 255, 0.7));
    border-bottom: 2px solid #cccccc;
    border-top: 2px solid #960f00;
}