/* Header */
img.custom-logo {
  height: auto;
  width: auto;
}

/* Body */
input[type="submit"] {

  line-height: 1.9;
  border-radius: 0;
}

/* 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;
}

/* Footer */
/* Make enough room for 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;
}