@keyframes showHide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.single-post .c-layout__image.header, .single-post .c-layout__image--mobile.header {
  height: 525px;
}
@media (max-width: 1199.98px) {
  .single-post .c-layout__image.header, .single-post .c-layout__image--mobile.header {
    height: 425px;
  }
}
@media (max-width: 991.98px) {
  .single-post .c-layout__image.header, .single-post .c-layout__image--mobile.header {
    height: 275px;
  }
}
@media (max-width: 767.98px) {
  .single-post .c-layout__image.header, .single-post .c-layout__image--mobile.header {
    height: 230px;
  }
}
@media (max-width: 575.98px) {
  .single-post .c-layout__image.header, .single-post .c-layout__image--mobile.header {
    height: 190px;
  }
}
.single-post__content {
  position: relative;
  z-index: 1;
}
.single-post__separator {
  height: 2px;
  width: 100%;
  border: none;
  background-image: linear-gradient(to right, #c94eca, #50D5EC);
  opacity: 1;
}

.c-post-header {
  padding-top: 180px;
  padding: 180px 0 0;
}
@media (max-width: 1599.98px) {
  .c-post-header {
    padding: 144px 0 0;
  }
}
@media (max-width: 991.98px) {
  .c-post-header {
    padding: 80px 0 0;
  }
}
@media (max-width: 767.98px) {
  .c-post-header {
    padding: 70px 0 0;
  }
}
@media (max-width: 575.98px) {
  .c-post-header {
    padding: 50px 0 0;
  }
}
.c-post-header__title {
  color: #483696;
  font-size: 2.625em;
  font-weight: normal;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 1599.98px) {
  .c-post-header__title {
    font-size: 2.1em;
  }
}
@media (max-width: 991.98px) {
  .c-post-header__title {
    font-size: 2.5em;
  }
}
@media (max-width: 767.98px) {
  .c-post-header__title {
    font-size: 1.875em;
  }
}
@media (max-width: 575.98px) {
  .c-post-header__title {
    font-size: 1.75em;
  }
}
.c-post-header__title-level-2 {
  color: #000000;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2;
  margin: 0.75rem 0;
}
@media (max-width: 1599.98px) {
  .c-post-header__title-level-2 {
    font-size: 1.2em;
  }
}
@media (max-width: 991.98px) {
  .c-post-header__title-level-2 {
    font-size: 1.375em;
  }
}
@media (max-width: 767.98px) {
  .c-post-header__title-level-2 {
    font-size: 1.25em;
  }
}
@media (max-width: 575.98px) {
  .c-post-header__title-level-2 {
    font-size: 1.125em;
  }
}
.c-post-header__title-level-3 {
  color: #7B7B7B;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.2;
  margin: 0.75rem 0;
}
@media (max-width: 1599.98px) {
  .c-post-header__title-level-3 {
    font-size: 1.2em;
  }
}
@media (max-width: 991.98px) {
  .c-post-header__title-level-3 {
    font-size: 1.375em;
  }
}
@media (max-width: 767.98px) {
  .c-post-header__title-level-3 {
    font-size: 1.25em;
  }
}
@media (max-width: 575.98px) {
  .c-post-header__title-level-3 {
    font-size: 1.125em;
  }
}
.c-post-header__pretitle {
  font-family: "avenirbook", sans-serif;
  text-transform: uppercase;
  color: #000;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.85;
  letter-spacing: 4px;
  margin-bottom: 20px;
  display: block;
}
.c-post-header__pretitle:hover, .c-post-header__pretitle:active, .c-post-header__pretitle:focus, .c-post-header__pretitle:visited {
  color: #000;
}
.c-post-header__info {
  font-size: 1.125em;
  font-weight: 900;
  line-height: 1.78;
  text-align: center;
  margin: 20px 0 40px;
  padding: 0 0 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  position: relative;
}
@media (max-width: 1599.98px) {
  .c-post-header__info {
    font-size: 1em;
    margin: 16px 0 32px;
  }
}
@media (max-width: 991.98px) {
  .c-post-header__info {
    margin: 20px 0;
  }
}
.c-post-header__info:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #979797;
}
@media (max-width: 575.98px) {
  .c-post-header__info:after {
    content: none;
  }
}
.c-post-header__category {
  color: #483696;
  text-transform: uppercase;
}
.c-post-header__category:hover, .c-post-header__category:active, .c-post-header__category:focus, .c-post-header__category:visited {
  color: #483696;
}
.c-post-header__date {
  margin: 0;
  color: #000;
}
.c-post-header__share {
  margin-left: 20px;
}
.c-post-header__share .sharethis-inline-share-buttons {
  width: 26px;
  height: 30px;
}
.c-post-header__share .sharethis-inline-share-buttons .st-btn {
  background: transparent !important;
  background-image: url("../../../img/icons/share-icon.svg") !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  border-radius: 0 !important;
  width: 26px !important;
  height: 30px !important;
}
.c-post-header__share .sharethis-inline-share-buttons .st-btn img {
  display: none;
}
.c-post-header__image-container {
  margin: 30px auto 40px;
}
.c-post-header__image {
  border-radius: 12px;
}