.tribe-events-view {
  background: #F9FDFF;
}

.custom-wrapper {
  background: #F9FDFF;
}

.custom-container {
  max-width: calc(1176px + 42px*2); 
  margin-inline: auto; 
  display: flex; 
  justify-content: center; 
  align-items: center; 
  padding-top: 80px;
  padding-bottom: 0px;
}

.btn-yellow {
  background: #ECA63C; 
  /* background: red; */
  font-size: 20px; 
  text-transform: uppercase; 
  font-family: 'futura-pt-bold', Sans-serif; 
  font-weight: 500; 
  padding: 11px 39px 11px 39px; 
  border-radius: 0px;
  /* transition: all 300ms ease; */
}

.btn-yellow:hover {
  background: #f0b863;
}

.btn-yellow > a,
.btn-yellow > a:hover {
  color: #422A05;
}

.tribe-events-calendar-month__body {
  background: white !important;
}

