/* Header */

.flat_responsive_logo {
  width: 50%;    /* Give more width to logo */
}

.flat_responsive_menus {
   width: 50%;  /* Give less width to menu */
}

/* Mobile Menu */
@media screen and (max-width: 1024px) {

  .toggle_button_flat_responsive_menu {
    display: block;
    color: #25c998;
  }

  .toggle_button_flat_responsive_menu:focus,
  .toggle_button_flat_responsive_menu:active,
  .toggle_button_flat_responsive_menu:hover {
    color: #25c998;
  }

  .toggle_button_flat_responsive_menu + div {
    background-color: #1a2d53 !important;
  }

  .mobilemenu .current_page_item > a,
  .mobilemenu .current_page_ancestor > a,
  .mobilemenu .current-menu-item > a,
  .mobilemenu .current-menu-ancestor > a {
    background-color: #1a2d53;
  }

  ul.mobilemenu > li > a:hover,
  ul.mobilemenu > li > a:focus,
  ul.mobilemenu > li > a:active {
    background-color: #121f39;
  }

  ul.mobilemenu li:focus-within > a {
    background-color: #1a2d53;
  }

}

/*
 * Body
 */
#logos {
  text-align: center;
}

#logos img {
  max-height: 75px;
  width: auto;
  margin: 25px;
}

/*
 * Footer
 */
body #menu-footer a,
body .copyright a {
  color: #25c998;
}

#menu-footer a:hover,
.copyright a:hover {
  color: #1c9671;
}

/*
 * Forms
 */

input[type="submit"], button {

  background-color: #1a2d53;
  color: #fff;
}

input[type="submit"]:hover, button:hover {

  background-color: #121f39;
}

input[type="submit"]:disabled, button:disabled {

  color: #ddd;
  background-color: rgb(92, 184, 231);
  border-color: rgb(204, 204, 204);
}

/* Single Post */
.post footer.entry-meta {
  display: none;
}

.post .byline {
  display: none;
}

.disclaimer {
  color: #888;
  font-size: 12px;
}