/*
 *  Header
 */
body h1.blog-logo img,
body div.blog-logo img {
  max-height: 130px;
}

/*
 *  Navigation Bar
 */
body .navigation.bg-dark,
body .bg-dark {
  background-color: #006838;
}

@media (max-width: 800px) {
  body .toggle-container {
    background-color: #006838;
  }

  body .nav-toggle .bar,
  body .search-toggle .handle,
  body .search-toggle .metal {
    background-color: #fff;
  }

  body .search-toggle .glass {
    background-color: #006838;
  }
}

body .blog-menu a,
body .blog-menu > li + li:before {
  color: #fff;
}

body .blog-menu > .menu-item-has-children::after,
body .blog-menu > .page_item_has_children::after {
  border-top-color: #fff;    /* Color of the submenu arrow */
}

body .blog-menu li:hover a,
body .blog-menu ul li {
  background-color: #004f2a;
}

/*
 *  Body
 */

/* Sets colors for highlighted text */
html ::selection {
  background: #006838;
  color: #fff;
}

body button {
  color: #fff;
  padding: 12px 16px;
}

body button,
body .button,
body .faux-button,
body a.more-link,
body .wp-block-button__link,
body .wp-block-file__button,
body input[type="button"],
body input[type="reset"],
body input[type="submit"] {
  background-color: #006838;
}

body button:hover,
body .button:hover,
body .faux-button:hover,
body a.more-link:hover,
body .wp-block-button__link:hover,
body .wp-block-file__button:hover,
body input[type="button"]:hover,
body input[type="reset"]:hover,
body input[type="submit"]:hover {
  background: #004f2a;
}

/*
 *  Footer
 */
body .footer.bg-dark,
body .credits.bg-dark {
  background-color: #231f20;
}

body .footer .widget-content,
body .credits {
  color: #939598;
}

body .credits-inner {
  border-top: 1px solid #939598;
}

/* Single Posts */
.disclaimer {
  color: #888;
  font-size: 12px;
}

.post-categories {
  display: none;
}

.post-author, .post-author + .date-sep {
  display: none;
}
