@media screen and (min-width: 1025px) {
  .header {
    left: 0;
    top: 0;
    width: 100% !important;
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .header .header-logo__link {
    display: block !important;
  }
  .header li:after {
    background-color: #1e1e1e !important;
  }
  .header li a {
    color: #1e1e1e !important;
  }
  .header .sub-menu {
    background-color: #ffffff !important;
  }
  .header .sub-menu li {
    border: none !important;
  }
  .header .sub-menu li + li {
    border-top: 1px solid #7b7b7b !important;
  }
  .footer {
    background-color: #1e1e1e !important;
  }
  .footer #footer-menu {
    background-color: transparent !important;
  }
  .footer a:not(.tag-cloud-link) {
    color: #ffffff !important;
  }
  .footer .tagcloud a {
    background-color: #f4f4f4;
    color: #666;
  }
  .footer .copyright {
    color: #ffffff !important;
  }
}

@media screen and (max-width: 1024px) {
  .mobile_nav {
    background-color: #ffffff !important;
  }
  .header-logo__link {
    display: block !important;
  }
  .footer {
    background-color: #1e1e1e !important;
  }
  .footer #footer-menu {
    background-color: transparent !important;
  }
  .footer ul {
    line-height: 1.75 !important;
  }
  .footer a:not(.tag-cloud-link) {
    color: #ffffff !important;
  }
  .footer .tagcloud a {
    background-color: #f4f4f4;
    color: #666;
  }
  .footer .copyright {
    color: #ffffff !important;
  }
  #container {
    padding: 0 !important;
  }
}
