.l-post_header__parent {
  font-family: "Roboto", sans-serif;
  color: #007ac7;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5em;
  margin: 0;
}
.l-post_header__parent:hover, .l-post_header__parent:active, .l-post_header__parent:focus, .l-post_header__parent:visited {
  color: #007ac7;
}
@media (max-width: 1599.98px) {
  .l-post_header__parent {
    font-size: 1.2em;
  }
}
@media (max-width: 991.98px) {
  .l-post_header__parent {
    font-size: 1em;
  }
}
.l-post_header__title {
  font-size: 3.75em;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin: 15px 0 0 0;
  line-height: 1.17;
  color: #007ac7;
}
@media (max-width: 1599.98px) {
  .l-post_header__title {
    font-size: 3em;
  }
}
@media (max-width: 991.98px) {
  .l-post_header__title {
    font-size: 1.875em;
  }
}
.l-post_header__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin: 25px 0 0;
}
.l-post_header__meta-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.l-post_header__description {
  margin: 0;
  display: flex;
  gap: 10px;
  align-items: center;
}
.l-post_header__description a {
  height: 30px;
  width: auto;
  padding: 5px 20px;
  background: #e2efff;
  color: #007ac7;
  text-transform: uppercase;
  font-size: 0.8125em;
  border-radius: 16px;
}
.l-post_header__date {
  font-size: 0.75em;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  color: #afafaf;
  margin: 0;
  padding: 0 15px 0 0;
  position: relative;
}
.l-post_header__date:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #dbdbdb;
}
.l-post_header__time {
  font-size: 0.75em;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  color: #333333;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 7px;
}
.l-post_header__time img {
  width: 16px;
  height: 16px;
}
.l-post_header__share .addtoany_share {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #007ac7 url("/wp-content/themes/caramoon/img/icons/share.svg") no-repeat center center !important;
  background-size: 20px 20px !important;
}
.l-post_header__share .addtoany_share span {
  display: none !important;
}