/* Event Footer Navigation Mobile View Styling  */
@media only screen and (max-width: 900px) {
  .tribe-events-sub-nav li a {
    background-color: #005f86;
    color: #fff !important;
  }
  
}

/* Register Button Styliing */
.btn-primary{
  color:#fff !important;
  background-color: #0b5f84;
  border-color: #0b5f84;
}


/* .btn.btn-primary a {
  color: #FFFFFF;
} */

.tribe-events-c-search__button {
  background-color: #005f86;
}

/* .tribe-events-c-search__button a {
  color: #FFFFFF;
} */