/* Header */
body img.custom-logo {
  width: auto;
}

/* Employee Widget */
.employee-content {
  font-size: 0;        /* Hides biography text below image/title */
}

/* BODY */

a,
a:hover {
  color: #ff0000;
}

body, .widget-area .widget, .widget-area .widget a {
  color: #333333;
}

input[type="submit"] {

  line-height: 1.9;
  border-radius: 0;
}

a.relanet-button {
  display: inline-block;
  padding: 12px 30px;
  border: 1px solid #fcd088;
  background-color: #fcd088;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 4px;
  line-height: 1.9;
  text-align: center;
  transition-delay: 0s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition-timing-function: ease;
  white-space: pre;
  word-wrap: break-word;
}

.relanet-button, .header-button {
  background-color: #fcd088;
  color: #333;
}

.relanet-button:hover, .header-button:hover {
  background-color: transparent;
  color: #fcd088;
  text-decoration: none;
}

/* Change section spacing */
section {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

/* Alert Box */
.alertbox {
  border: 4px solid #ff0000;
  padding: 20px;
  font-weight: bold;
}

.alertbox strong {
  color: #f00;
}

/* Services */
#services .su-column {
  margin-bottom: 40px;
}

/* Footer */
/* Make enough room for Frank's long email address without wrapping */

@media (min-width: 768px) {
  .footer-info .container {
    width: 100%;
  }
}

.footer-branding {
  display: none;
}
.footer-contact {
  width: 100%;
  border-left: none;
}

/* 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;
}

/* Ads */
.ads {
  text-align: center;
}

.ads img {
  max-width: 300px !important;
  height: auto;
}