
@media screen and (max-width: 1100px) {
  .components div.component {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 900px) {
  .footer .brands {
    font-size: .75em;
    width: 167px;
  }

  .footer .brands img {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 820px) {
  .logo.alignleft,
  .menu_header_holder.alignright {
    float: none;
    display: block;
    text-align: center;
    margin: 0;
  }
  
  .logo.alignleft {
    margin-bottom: 1em;
  }
  
  #cssmenu {
    display: inline-block;
  }
  
  .page-header-home.holder {
    padding: 4em 0;
  }
}

@media screen and (max-width: 760px) {
  .footer-nav-section img {
    max-width: 200px;
  }
  
  .list-columns ul:first-of-type,
  .list-columns ul:last-of-type {
    float: none;
    margin: 0 auto;
  }
  
  .default-header h1 {
    padding: 0;
  }
}

@media screen and (max-width: 650px) {
  .footer .flex {
    display: block;
    width: 300px;
    margin: 0 auto;
    text-align: center;
  }

  .footer .brands a {
    display: block;
    margin-bottom: 10px;
  }

  .footer-nav-section .social-icons {
    margin: 20px 0;
  }
  
  .footer .brands a:not(:last-of-type) img {
    margin: 0 0 1em 0;
  }
  
  .components div.component {
    flex-basis: 100%;
  }
  
  .page-header-home.holder {
    padding: 2em 0;
  }
}
@media screen and (max-width: 400px) {
  #cssmenu > ul > li {
    margin: 0;
  }
}














