.sticky-navigation .main-navigation a {
  color: #9d9d9d;
}

/* Single Post */
.entry-content .disclaimer {
  color: #888;
  font-size: 12px;
  margin-top: 30px;
}

/* Remove unwanted post metadata */
.entry-meta .entry-author, .entry-meta .author-link, .entry-meta .posted-in {
  display: none;
}

/* Remove Social Media */
/* Note: Social Media icons broken as of WordPress 5.5 */
#very-top-header .very-top-right, footer .social-icons {
  display: none;
}

/* Adjust logos in client bar*/
.client-logos li img {
  filter: none;
  opacity: 1;
  max-height: 60px;
}