/* Header */
.custom-logo-link img {
  width: auto;
  height: auto;
}

.site-header.has-header {
  /* header background before scrolling */
  background-color: rgba(96, 3, 3, 0.9);
}

.site-header, .site-header.header-scrolled {
  /* header background after scrolling */
  background-color: rgba(96, 3, 3, 1);
}


/* Elements */
.main-navigation a:hover {
  color: #fff;
}

.button.header-button {
  color: #fff;
}

button:hover, .button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  color: #fff;
}
input[type="submit"] {

  line-height: 1.9;
  border-radius: 0;
}

/* Custom Services Area */
.relanet-service-content {
  text-align: center;
}

.relanet-service-content h3 {
  margin-bottom: 20px !important;
}

/* Single Post */
.entry-meta .byline, .entry-meta .cat-links {
  display: none;
}

.entry-meta span::after {
  display: none;
}

.disclaimer {
  color: #888;
  font-size: 12px;
  margin-top: 40px;
}