.uk-button {
  font-size: 14px;
  border-radius: 4px;
  color: #292c2f;
  background: #fff;
  border: 1px solid #292c2f;
  padding: 10px 20px;
  box-shadow: none;
  text-shadow: none;
  transition: all 0.3s ease-in-out 0s;
}
.uk-button:hover,
.uk-button:focus {
  color: #fff;
  background: #292c2f;
  transition: all 0.3s ease-in-out 0s;

.uk-button-primary,
.uk-button-success,
.uk-button-alert,
.uk-button-danger {
  box-shadow: none;
  text-shadow: none;
}
.uk-badge-alert,
.uk-button-alert {
  color: #fff;
  background: #ee7722;
  border: 1px solid #ee7722;
}
.uk-badge-alert:hover,
.uk-badge-alert:focus,
.uk-button-alert:hover,
.uk-button-alert:focus {
  background: rgba(239, 165, 32, 1);
  border: 1px solid #efa520;
}
.hi-icon-effect-1b:hover .hi-icon {
  background: #ee7722;
  color: #fff;
}