/* Breakpoints
---------------------------------------------------------------------------------------------------- */
/* Transitions
---------------------------------------------------------------------------------------------------- */
/* Size
---------------------------------------------------------------------------------------------------- */
/* Fonts
---------------------------------------------------------------------------------------------------- */
/* Typography mixins
---------------------------------------------------------------------------------------------------- */
/* Block margins
---------------------------------------------------------------------------------------------------- */
/* Box mixins
---------------------------------------------------------------------------------------------------- */
/* Icon mixins
---------------------------------------------------------------------------------------------------- */
/* Button mixins
---------------------------------------------------------------------------------------------------- */
/* Card mixins
---------------------------------------------------------------------------------------------------- */
/* Pagination mixins
---------------------------------------------------------------------------------------------------- */
/* Form mixins
---------------------------------------------------------------------------------------------------- */
/* Popup mixins
---------------------------------------------------------------------------------------------------- */
/* Admin mixins
---------------------------------------------------------------------------------------------------- */
.single-post .acf-block:not(:first-child):not(.latest-news-block) > .acf-block-inner > h2 {
  font-size: 22px;
}
@media screen and (min-width: 860px) {
  .single-post .acf-block:not(:first-child):not(.latest-news-block) > .acf-block-inner > h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .single-post .acf-block:not(:first-child):not(.latest-news-block) > .acf-block-inner > h2 {
    font-size: 32px;
  }
}
.single-post .site-content .alignfull:not(.latest-news-block) .alignwide {
  margin-left: auto;
  margin-right: auto;
  max-width: 992px;
}
.single-post .article-meta {
  margin-top: 64px;
}
.single-post .article-meta:last-child {
  margin-bottom: 120px;
}
@media (max-width: 1023px) {
  .single-post .article-meta:last-child {
    margin-bottom: 100px;
  }
}
@media (max-width: 859px) {
  .single-post .article-meta:last-child {
    margin-bottom: 60px;
  }
}
.single-post .article-meta .article-share {
  border-top: solid 1px var(--Grey-20);
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 48px;
}
@media (max-width: 459px) {
  .single-post .article-meta .article-share {
    justify-content: center;
  }
}
@media (max-width: 349px) {
  .single-post .article-meta .article-share {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.single-post .article-meta .article-share h2 {
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
}
.single-post .article-meta .article-share .addtoany_list {
  display: flex;
  column-gap: 8px;
}
.single-post .article-meta .article-share .addtoany_list a {
  border: solid 1px var(--Dark-Grey-Green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  height: 40px;
  text-decoration: none;
  width: 40px;
}
.single-post .article-meta .article-share .addtoany_list a .a2a_svg {
  display: none;
}
.single-post .article-meta .article-share .addtoany_list a.a2a_button_email:before {
  transition: background-color 0.2s linear;
  background-color: var(--Dark-Grey-Green);
  width: 24px;
  height: 24px;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-image: url("../img/icons/envelope.svg");
  content: "";
}
.single-post .article-meta .article-share .addtoany_list a.a2a_button_facebook:before {
  transition: background-color 0.2s linear;
  background-color: var(--Dark-Grey-Green);
  width: 24px;
  height: 24px;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-image: url("../img/icons/social-facebook.svg");
  content: "";
}
.single-post .article-meta .article-share .addtoany_list a.a2a_button_x:before {
  transition: background-color 0.2s linear;
  background-color: var(--Dark-Grey-Green);
  width: 24px;
  height: 24px;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-image: url("../img/icons/social-x.svg");
  content: "";
}
.single-post .article-meta .article-share .addtoany_list a.a2a_button_linkedin:before {
  transition: background-color 0.2s linear;
  background-color: var(--Dark-Grey-Green);
  width: 24px;
  height: 24px;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-image: url("../img/icons/social-linkedin.svg");
  content: "";
}
.single-post .article-meta .article-share .addtoany_list a:hover, .single-post .article-meta .article-share .addtoany_list a:focus-visible {
  border-color: var(--Orange);
}
.single-post .article-meta .article-share .addtoany_list a:hover:before, .single-post .article-meta .article-share .addtoany_list a:focus-visible:before {
  background-color: var(--Orange);
}/*# sourceMappingURL=single-post.css.map */