.sticky-navigation .main-navigation a {
  color: #9d9d9d;
}

.main-navigation ul ul {
  background-color: #222;
}

/* Our Story */
#story .brief-image-right img {
  max-height: 150px;
  width: auto;
}

/* Body */
a.button {
  display: inline-block;
  appearance: button;
  background-color: #f16c20;
  background-image: url(/wp-content/themes/llorix-one-lite/images/tr-btn.png);
  background-size: contain;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.6;
  padding: 10px 30px;
  text-align: center;
  text-transform: uppercase;
}

a.button:hover, a.button:active, a.button:focus {
  background-image: none;
  text-decoration: none;
}

/* 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;
}

/* Adjust logos in client bar*/
.client-logos li img {
  filter: none;
  opacity: 1;
  max-height: 60px;
}