.tribe-events button.tribe-events-c-search__button {
  background-color:#ee6700;
  background-image:none;
  /*! box-shadow:none; */color:#ffffff;
  /*! font-style:normal; *//*! outline:none; *//*! text-decoration:none; *//*! text-shadow:none */
}

.tribe-events .tribe-events-c-search__button:focus,
.tribe-events .tribe-events-c-search__button:hover,
.tribe-events button.tribe-events-c-search__button:focus,
.tribe-events button.tribe-events-c-search__button:hover {
  background-color:#000000;
  border:none;
  border-radius:var(--tec-border-radius-default);
  box-shadow:none;
  color:var(--tec-color-text-events-bar-submit-button-hover);
  font-size:var(--tec-font-size-2);
  font-style:normal;
  outline:none;
  text-decoration:none;
  text-shadow:none
}