a.relanet-button, a.relanet-block-button {
  display: inline-block;
  padding: 10px 30px 10px 30px;
  border: none;
  border-radius: 3px;
  color: #fff;
  background-color: #f16c20;
  background-image: url(/wp-content/themes/llorix-one-lite/images/tr-btn.png);
  background-repeat: repeat-x;
  background-size: contain;
  text-shadow: none;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  transition: none;
}

a.relanet-button:hover, a.relanet-block-button:hover {
  text-decoration: none;
  background-image: none;
}

a.relanet-block-button {
  display: block;
}

.sticky-navigation .main-navigation a {
  color: #9d9d9d;
}

/* Logos Section  (IR Global) */
.client-logos li img {
  max-height: 60px;
  max-width: 100%;
  filter: initial;
  opacity: 1;
}

.client-logos li img:hover {
  filter: grayscale(1);
  opacity: 0.6;
}

/* Our Story */
.brief .brief-content-text p {
  margin-top: 20px;
}

.brief .brief-content-text p:first-of-type {
  margin-top: 40px;
}

/* Our Customers */
.testimonials-box .feedback {
  padding: 0;
}

.testimonials-box .pic-container {
  display: none;
}
/* Blog */
.entry-author, .post-author {
  display: none;
}

.posted-in {
  display: none;
}

.post-comments {
  display: 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;
}