.sticky-navigation .main-navigation a {
  color: #9d9d9d;
}

/* Logo Bar */
.client-logos li img {
  max-height: 100px;
  opacity: 1;
  filter: none;
}

/* Testamonials (repurposed for Books) */
.feedback .pic-container-inner {
  border-radius: 0;
  border: none;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
}

.feedback .pic-container img {
  height: 100%;
  width: auto;
}

/* 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;
}