.calendar-block {
  background-image: none;
  background-color: #fff;
  text-align: center;
  padding-top: 2rem;
}

.calendar-block .field--name-field-title h2 {
  color: #033f84;
  display: inline-block;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
  margin: 25px 0 15px;
  margin-bottom: 25px;
  padding-bottom: 12px;
  position: relative;
}

.calendar-block .field--name-field-title h2::after {
  background: #ffdc00;
  bottom: 0;
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  width: 100%;
}

@media (min-width: 0) and (max-width: 767px) {
  .calendar-block .field--name-field-title h2 {
    font-size: 38px;
  }
}

@media (min-width: 0) and (max-width: 374px) {
  .calendar-block .field--name-field-title h2 {
    font-size: 28px;
  }
}

.calendar-block .field--name-field-title h2::after {
  background: #ffdc00;
  bottom: 0;
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  width: 100%;
}

.calendar-block h1 strong {
  color: #ffdc00;
}

.calendar-block .field--name-field-text {
  margin-left: 10%;
  margin-right: 10%;
}

.calendar-block .view-calendar.view-id-calendar {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.07);
  padding: 22px 12px;
  border: 6px solid #f0f0f0;
  border-radius: 12px;
  background: #ffffff;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.calendar-block .view-calendar.view-id-calendar .fc-today-button,
.calendar-block .view-calendar.view-id-calendar .fc-right {
  display: none;
}

.calendar-block .view-calendar.view-id-calendar .fc-button-group .fc-button {
  border-radius: 2em;
  background-color: #ffdc00;
  background-image: none;
  border: 0;
}

.calendar-block .view-calendar.view-id-calendar .fc-button-group .fc-button .fc-icon {
  margin: 0;
}

.calendar-block .view-calendar.view-id-calendar .fc-button-group .fc-button .fc-icon::after {
  font-size: 26px;
  top: 2px;
}

.calendar-block .view-calendar.view-id-calendar .fc-button-group .fc-button .fc-icon.fc-icon-right-single-arrow::after {
  content: '>';
  right: -1px;
}

.calendar-block .view-calendar.view-id-calendar .fc-button-group .fc-button .fc-icon.fc-icon-left-single-arrow::after {
  content: '<';
  left: -1px;
}

.calendar-block .view-calendar.view-id-calendar .fc-toolbar {
  border-bottom: 1px solid #000;
  text-align: center;
  position: relative;
}

.calendar-block .view-calendar.view-id-calendar .fc-toolbar .fc-next-button {
  position: absolute;
  right: 0;
}

.calendar-block .view-calendar.view-id-calendar .fc-center h2 {
  font-size: 26px;
  line-height: 60px;
  color: #033f84;
  text-shadow: none;
  margin-left: -34px;
  margin-top: -14px;
}

.calendar-block .view-calendar.view-id-calendar .fc-view-container {
  padding: 10px;
  font-family: Lato, Verdana, Tahoma, "DejaVu Sans", sans-serif;
  font-weight: bold;
  color: #000;
}

.calendar-block .view-calendar.view-id-calendar .fc-view-container .fc-day-grid-container {
  height: 100% !important;
}

.calendar-block .view-calendar.view-id-calendar .fc-view-container table {
  margin: 0;
}

.calendar-block .view-calendar.view-id-calendar .fc-view-container .fc-head-container {
  border: 0;
}

.calendar-block .view-calendar.view-id-calendar .fc-view-container .fc-head-container table {
  margin: 1.5rem 0;
}

.calendar-block .view-calendar.view-id-calendar .fc-view-container .fc-day-header {
  border: 0;
  font-weight: normal;
  text-transform: capitalize;
}

.calendar-block .view-calendar.view-id-calendar .fc-view-container .fc-week {
  height: 86px !important;
}

@media (min-width: 0) and (max-width: 374px) {
  .calendar-block .view-calendar.view-id-calendar .fc-view-container .fc-week {
    height: 0 !important;
  }
}

.calendar-block .view-calendar.view-id-calendar .fc-view-container .fc-day {
  border: 1px solid #e1e1e1;
}

.calendar-block .view-calendar.view-id-calendar .fc-view-container .fc-event-container .fc-event {
  border: 0;
  background-color: transparent !important;
  cursor: unset !important;
  width: 100%;
  height: 86px;
  margin-top: -28px;
  padding: 10px;
  box-sizing: border-box;
}

@media (min-width: 0) and (max-width: 991px) {
  .calendar-block .view-calendar.view-id-calendar .fc-view-container .fc-event-container .fc-event {
    height: auto;
    margin-top: 0;
    padding: 0;
  }
}

.calendar-block .view-calendar.view-id-calendar .fc-view-container .fc-event-container .fc-event .fc-content {
  text-align: center;
}

.calendar-block .view-calendar.view-id-calendar .fc-view-container .fc-event-container .fc-event .fc-content .fc-time {
  display: none !important;
}

.calendar-block .view-calendar.view-id-calendar .fc-view-container .fc-event-container .fc-event .fc-content img {
  max-height: 66px !important;
  max-width: 95% !important;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.happy-sunday .qtip {
  display: none !important;
}
