/* Enter Your Custom CSS Here */
.tribe-tickets-attendees-list-optout {
display: none;
}

.tribe-tickets-remaining {
display: none;
}

.tribe-attendees-list-container {
display: none;
}

.tickets-unavailable {
display: none;
}

.tribe-events .tribe-events-calendar-month__calendar-event-datetime {
  display: none;
}

.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: #CC0000; 
}

.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date-link {
  color: gray;
}

.tribe-common a:not(.tribe-common-anchor--unstyle), .tribe-common a:not(.tribe-common-anchor--unstyle):active, .tribe-common a:not(.tribe-common-anchor--unstyle):focus, .tribe-common a:not(.tribe-common-anchor--unstyle):hover, .tribe-common a:not(.tribe-common-anchor--unstyle):visited {
  font-size: 1.2em;
  font-weight: 500;
}

.tribe-events-content a {
    border-bottom: none;
  	color: #7b140c;
}

.tribe-events-content a:hover {
  
  border-bottom: none;
  color: #cf2e2e
  
}
