/* stylelint-disable max-line-length */
/* stylelint-enable max-line-length */
/*
--- Animations!!! ---
-- Slider
-- Squeeze
-- Arrow Left
-- Arrow Right

How to use:

Have this in it's own file e.g. _hamburger.scss
@include h('cross', 25px, 20px, #fff, 2px, 2px, 0.3s);

Parameters:
@include h(AnimationType, Width, Height, Colour, Border Radius, Thickness, Transition Speed);

*/
.event-dates-listing {
  position: relative;
}
.event-dates-listing .event-item {
  display: flex;
  gap: 18px;
  border-bottom: 1px solid #d2d2d2;
  padding: 24px 0;
}
.event-dates-listing .event-item__info {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  padding-right: 155px;
}
.event-dates-listing .event-item__title {
  margin-bottom: 6px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
}
.event-dates-listing .event-item__title a {
  text-decoration: none;
  color: #000;
}
.event-dates-listing .event-item__date-time {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #000;
}
.event-dates-listing .event-item__date-time span + span::before {
  content: "-";
  display: inline-block;
  margin-right: 4px;
}
.event-dates-listing .event-item__action-buttons {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  gap: 10px;
}
.event-dates-listing .event-item__action-buttons.multiple-buttons {
  padding-top: 34px;
}
.event-dates-listing .event-item__action-buttons .event-action-btn {
  justify-content: flex-end;
}
.event-dates-listing .event-item__action-buttons .sign-up-button {
  font-weight: 700;
}
.event-dates-listing .event-item__link {
  display: inline-block;
  margin-top: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .event-dates-listing .event-item__title {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 599px) {
  .event-dates-listing .event-item__info {
    padding-right: 0;
  }
  .event-dates-listing .event-item__title {
    font-size: 1rem;
    line-height: 1.3;
  }
  .event-dates-listing .event-item__date-time,
  .event-dates-listing .event-action-btn {
    font-size: 0.875rem;
  }
  .event-dates-listing .event-item__action-buttons {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    margin: 15px 0 0;
  }
  .event-dates-listing .event-item__action-buttons.multiple-buttons {
    padding-top: 0;
  }
  .event-dates-listing .event-item__action-buttons .event-action-btn {
    justify-content: flex-start;
  }
}

.post-content-footer .social-share {
  margin-top: 60px;
}
.post-content-footer .social-share li {
  margin: 0;
  padding: 0;
}
.post-content-footer .social-share li::before {
  display: none;
}
.post-content-footer .post-content-footer__section {
  margin-top: 40px;
}
.post-content-footer .post-content-footer__section h6 {
  margin-bottom: 27px;
  font-family: "Readex Pro", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}
.post-content-footer .post-content-footer__section + .post-content-footer__section {
  border-top: 1px solid #1b9dd4;
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .post-content-footer .post-content-footer__section {
    padding-top: 30px;
  }
  .post-content-footer .post-content-footer__section h6 {
    margin-bottom: 11px;
  }
}
@media only screen and (max-width: 599px) {
  .post-content-footer .post-content-footer__section {
    padding-top: 30px;
  }
  .post-content-footer .post-content-footer__section h6 {
    margin-bottom: 11px;
  }
}
.post-content-footer.block-theme-override--blue .post-content-footer__section + .post-content-footer__section, .post-content-footer.block-theme-override--blue.block-theme-override--blue .post-content-footer__section + .post-content-footer__section {
  border-color: #1b9dd4;
}
.theme-colour--blue .post-content-footer .post-content-footer__section + .post-content-footer__section {
  border-color: #1b9dd4;
}
.post-content-footer.block-theme-override--green .post-content-footer__section + .post-content-footer__section, .post-content-footer.block-theme-override--green.block-theme-override--green .post-content-footer__section + .post-content-footer__section {
  border-color: #49a53a;
}
.theme-colour--green .post-content-footer .post-content-footer__section + .post-content-footer__section {
  border-color: #49a53a;
}
.post-content-footer.block-theme-override--pink .post-content-footer__section + .post-content-footer__section, .post-content-footer.block-theme-override--pink.block-theme-override--pink .post-content-footer__section + .post-content-footer__section {
  border-color: #ea99b8;
}
.theme-colour--pink .post-content-footer .post-content-footer__section + .post-content-footer__section {
  border-color: #ea99b8;
}
.post-content-footer.block-theme-override--yellow .post-content-footer__section + .post-content-footer__section, .post-content-footer.block-theme-override--yellow.block-theme-override--yellow .post-content-footer__section + .post-content-footer__section {
  border-color: #fab709;
}
.theme-colour--yellow .post-content-footer .post-content-footer__section + .post-content-footer__section {
  border-color: #fab709;
}

.post-staff__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 23px 28px;
}
@media only screen and (max-width: 599px) {
  .post-staff__list {
    grid-template-columns: 1fr;
  }
}
.post-staff .post-staff-item {
  position: relative;
}
.post-staff .post-staff-item__image-container {
  height: 205px;
  overflow: hidden;
  margin-bottom: 9px;
}
.post-staff .post-staff-item__image-container img {
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(1.4);
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 599px) {
  .post-staff .post-staff-item__image-container {
    height: 275px;
  }
}
.post-staff .post-staff-item__info a,
.post-staff .post-staff-item__info span {
  display: block;
  font-size: 0.875rem;
  color: #000;
}
.post-staff .post-staff-item__info a {
  font-weight: 400;
  text-decoration: none;
}
.post-staff .post-staff-item__info span {
  margin-top: 2px;
  font-weight: 700;
  text-transform: uppercase;
}

.single-event .post-content-footer .post-content-footer__section {
  border-top: 1px solid #1b9dd4;
  padding-top: 20px;
}

.content-w-sidebar--single-event.block-theme-override--blue .post-content-footer .post-content-footer__section, .content-w-sidebar--single-event.block-theme-override--blue.block-theme-override--blue .post-content-footer .post-content-footer__section {
  border-color: #1b9dd4;
}
.theme-colour--blue .content-w-sidebar--single-event .post-content-footer .post-content-footer__section {
  border-color: #1b9dd4;
}
.content-w-sidebar--single-event.block-theme-override--green .post-content-footer .post-content-footer__section, .content-w-sidebar--single-event.block-theme-override--green.block-theme-override--green .post-content-footer .post-content-footer__section {
  border-color: #49a53a;
}
.theme-colour--green .content-w-sidebar--single-event .post-content-footer .post-content-footer__section {
  border-color: #49a53a;
}
.content-w-sidebar--single-event.block-theme-override--pink .post-content-footer .post-content-footer__section, .content-w-sidebar--single-event.block-theme-override--pink.block-theme-override--pink .post-content-footer .post-content-footer__section {
  border-color: #ea99b8;
}
.theme-colour--pink .content-w-sidebar--single-event .post-content-footer .post-content-footer__section {
  border-color: #ea99b8;
}
.content-w-sidebar--single-event.block-theme-override--yellow .post-content-footer .post-content-footer__section, .content-w-sidebar--single-event.block-theme-override--yellow.block-theme-override--yellow .post-content-footer .post-content-footer__section {
  border-color: #fab709;
}
.theme-colour--yellow .content-w-sidebar--single-event .post-content-footer .post-content-footer__section {
  border-color: #fab709;
}

/*# sourceMappingURL=single-event.css.map*/