/**
 * Custom CSS here.
 */

/* LINKS */
.button:hover, .readon, .readmore, button.validate, #member-profile a, #member-registration a, .formelm-buttons button, .btn-primary, #Kunena form#jumpto input.kbutton:hover {
  background: -moz-linear-gradient(center top , rgba(20, 137, 236, 1) 0%, rgba(20, 111, 196, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  background: -webkit-linear-gradient(top, rgba(20,137,236,1) 0%, rgba(20,111,196,1) 100%) !important;
}
.button, .readon, .readmore, button.validate, #member-profile a, #member-registration a, .formelm-buttons button, .btn-primary {
  border-color: #145797 !important;
}