@import url('https://fonts.googleapis.com/css?family=Open+Sans');

#wrapper .ticket-link a,
#wrapper button.ticket-link,
#wrapper .free,
#wrapper .future-sale a {
  color: #ffc753;
  font-family: 'Arvo', sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #eab649;
  border-radius: 0;
  background: #932923;
  cursor: pointer;
}

#wrapper .future-sale a {
  border: 1px solid #eab649;
  color: #eab649;
  font-size: 12pt;
  line-height: 1;
  padding: 10px;
  border-radius: 0;
  width: auto;
    max-width: 180px;
    font-size: 0.75em;
}

#wrapper .tickets-at-the-door,
#wrapper .on-sale-soon,
#wrapper .custom,
#wrapper .sold-out,
#wrapper .cancelled,
#wrapper .postponed,
#wrapper .rescheduled,
#wrapper .off-sale,
#wrapper .sales-ended,
#wrapper .unavailable {
  width: auto;
  min-width: 130px;
  margin: 20px auto 0;
  display: inline-block;
  background-color: #c5b683;
  border-radius: 0;
  color: #63572f;
}

#wrapper .ticket-link a:hover,
#wrapper button.ticket-link:hover,
#wrapper .future-sale a:hover {
  color: black;
  background: #eab649;
  text-decoration: none;
}

#wrapper .list-view .ticket-link a,
#wrapper .list-view button.ticket-link,
#wrapper .list-view .free {
  width: 130px;
  margin-bottom: 0;
  display: inline-block; }

#wrapper .list-view .tickets-at-the-door,
#wrapper .list-view .on-sale-soon,
#wrapper .list-view .custom,
#wrapper .list-view .sold-out,
#wrapper .list-view .cancelled,
#wrapper .list-view .postponed,
#wrapper .list-view .rescheduled,
#wrapper .list-view .off-sale,
#wrapper .list-view .sales-ended,
#wrapper .list-view .unavailable {
  width: auto;
  min-width: 130px;
  margin: 0;
  display: inline-block;
  border: 0;
  font-weight: bold;
}

#wrapper .event-detail .ticket-link a,
#wrapper .event-detail button.ticket-link,
#wrapper .event-detail .free {
  width: 110px;
  margin: 10px 0;
}
#wrapper .event-detail .future-sale a {
  width: auto;
  max-width: 160px;
  margin: 10px 0;
}
#wrapper .event-detail .tickets-at-the-door,
#wrapper .event-detail .on-sale-soon,
#wrapper .event-detail .custom,
#wrapper .event-detail .sold-out,
#wrapper .event-detail .cancelled,
#wrapper .event-detail .postponed,
#wrapper .event-detail .rescheduled,
#wrapper .event-detail .off-sale,
#wrapper .event-detail .sales-ended,
#wrapper .event-detail .unavailable {
  width: auto;
  max-width: 160px;
  margin: 20px 0;
  padding: 0;
  text-align: left;
  border: 0;
}

#wrapper .calendar-view .ticket-link a,
#wrapper .calendar-view button.ticket-link,
#wrapper .calendar-view .free {
  width: 100%;
  margin: 10px auto 0;
  line-height: 1;
  max-width: 100px;
}

#wrapper .calendar-view .tickets-at-the-door,
#wrapper .calendar-view .on-sale-soon,
#wrapper .calendar-view .future-sale a,
#wrapper .calendar-view .custom,
#wrapper .calendar-view .sold-out,
#wrapper .calendar-view .cancelled,
#wrapper .calendar-view .postponed,
#wrapper .calendar-view .rescheduled,
#wrapper .calendar-view .off-sale,
#wrapper .calendar-view .sales-ended,
#wrapper .calendar-view .unavailable {
  width: 100%;
  margin: 10px auto 0;
  border: 0;
  font-size: 11pt;
  line-height: 1.25;
  max-width: 120px;
  box-sizing: border-box;
}

#wrapper .calendar-view .future-sale a {
  border: 1px solid;
  font-size: 10pt;
  padding: 5px;
  max-width: 100px;
}
