/* Post Meta */
.ff-post-meta {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.ff-avatar-meta {
  margin-right: 12px;
  border-radius: 50%;
}
.ff-post-meta span span {
  margin: 0 6px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .ff-post-meta {
	flex-direction: column;
    align-items: start;
  }
  .ff-post-meta span span {
	display: none;
  }
  .ff-avatar-meta {
    margin-bottom: 12px;
  }
}
/* Post Navigation */
.ff-prev-link a,
.ff-next-link a {
  text-decoration: none;
  font-weight: 500;
}
.post-navigation-link__label {
  display: block;
  font-size: 17px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.post-navigation-link__title {
  font-size: 22px;
  color: var(--global-palette3);
}
@media only screen and (max-width: 1024px) {
  .post-navigation-link__label {
    font-size: 15px;
  }
  .post-navigation-link__title {
    font-size: 18px;
  }
}
/* Related Posts */
.ff-related-posts ul {
  margin-left: 0;
}
.ff-related-posts ul li {
  background-color: var(--global-palette8);
}
/* Social Share */
.wilnau-social-share a:active,
.wilnau-social-share a:visited,
.wilnau-social-share a:focus {
  background-color: transparent;
}
