/* 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);

*/
.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;
}

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