.single_event_wrap {
  position: relative;
  border: 1px solid #ccc;
  padding: 1rem 2rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width : 767px) {
  .single_event_wrap {
    text-align: center;
  }
}
.single_event_wrap .form-button {
  text-align: right;
  padding-top: 0.7rem;
}
@media only screen and (max-width : 767px) {
  .single_event_wrap .form-button {
    text-align: center;
  }
}
#rsvp_calendar_btns button[type="button"],
#rsvp_calendar_btns button[type="submit"] {
  position: relative;
  background: #e24886;
  border: none;
  color: #fff;
  text-shadow: none;
  border-radius: 0;
  padding: 11px 15px 10px;
}
#rsvp_calendar_btns button[type="button"] {
  border-radius: 0 10px 10px 0;
  background: white;
  color: #e24886;
  border: 2px solid #e24886;
  padding: 9px 17px 8px;
}
#calendar_filters {
  color: #333;
}
#rsvp_calendar_main .calendar-day {
  position: relative;
  display: block;
  border-bottom: 1px solid white;
}
#rsvp_calendar_main .calendar-day.disabled {
  opacity: 0.7;
  color: #333;
}
#rsvp_calendar_main .calendar-day.active {
  font-weight: 800;
  display: block;
  border-bottom: 1px solid #e24886;
}
#rsvp_calendar_main .calendar-day:hover {
  border-bottom: 1px solid #333;
  color: #e24886;
}
.rsvp_confirm_btn .rsvp_done_msg {
  font-weight: 600;
  border: 2px solid #2fa82f;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 35px;
  opacity: 0.8;
  color: #2fa82f;
}
.rsvp_confirm_btn .rsvp_empty_msg {
  font-weight: 600;
  border: 2px solid #6d7278;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 35px;
  opacity: 0.8;
  color: #6d7278;
}
.class-row {
  border-bottom: 1px solid #686868;
  font-size: 0.95em;
}
.row-header {
  border-bottom: 2px solid #838b8b;
  margin-left: -15px;
  margin-right: -15px;
}
.class-row p {
  font-size: 1em;
}
.class-row:hover {
  background: #fafafa;
}
.classes {
  font-family: Quicksand, sans-serif;
  letter-spacing: 0.075em;
  margin-bottom: 3em;
  padding: 30px;
}
.bookacti-reschedule-booking {
  display: none !important;
}
.tile_disabled {
  background-color: #bcbaba;
  opacity: 0.5;
}
.woocommerce-message a {
  color: #d8d7d7;
}
/*# sourceMappingURL=custom_styles.css.map */