.tribe-events .tribe-events-calendar-month__day-date-daynum {
  color: #fff;
}

.tribe-events .tribe-events-calendar-month__header-column-title {
  color: #fff;
}
.tribe-events button.tribe-events-c-top-bar__datepicker-button,
.tribe-events button.tribe-events-c-top-bar__datepicker-button:focus,
.tribe-events button.tribe-events-c-top-bar__datepicker-button:hover {
  color: #fff;
}

.tribe-common .tribe-common-c-svgicon__svg-fill {
  fill: #fff;
}

.tribe-events
  .tribe-events-calendar-month__day--current
  .tribe-events-calendar-month__day-date,
.tribe-events
  .tribe-events-calendar-month__day--current
  .tribe-events-calendar-month__day-date-link {
  color: #fff;
}

.tribe-common .tribe-common-c-svgicon {
  color: #fbb03a;
}

.tribe-common .tribe-common-b2 {
  color: #fff;
}

.tribe-common .tribe-common-c-svgicon--hybrid circle,
.tribe-common .tribe-common-c-svgicon--mail,
.tribe-common .tribe-common-c-svgicon--map-pin,
.tribe-common .tribe-common-c-svgicon--messages-not-found g,
.tribe-common .tribe-common-c-svgicon--no-map,
.tribe-common .tribe-common-c-svgicon--phone,
.tribe-common .tribe-common-c-svgicon--virtual g,
.tribe-common .tribe-common-c-svgicon--website {
  /* fill: #fff; */
}
.tribe-common .tribe-common-c-svgicon--messages-not-found path {
  stroke: #fff;
}

.tribe-events .datepicker .day.active,
.tribe-events .datepicker .day.active.focused,
.tribe-events .datepicker .day.active:focus,
.tribe-events .datepicker .day.active:hover,
.tribe-events .datepicker .month.active,
.tribe-events .datepicker .month.active.focused,
.tribe-events .datepicker .month.active:focus,
.tribe-events .datepicker .month.active:hover,
.tribe-events .datepicker .year.active,
.tribe-events .datepicker .year.active.focused,
.tribe-events .datepicker .year.active:focus,
.tribe-events .datepicker .year.active:hover {
  background-color: #fbb03a;
  color: #fff;
}
