@media screen and (max-width: 1200px) {
  header.scrolled .header-middlebar .menu-toggle {
    background-color: #ddecf5;
  }
  header.scrolled .header-middlebar .menu-toggle svg path {
    color: #1e7dbf;
  }
  header.scrolled .header-middlebar .menu-toggle svg:hover svg path {
    fill: #1e7dbf !important;
    color: #1e7dbf !important;
  }
  header .header-middlebar .menu-toggle {
    margin-left: 15px;
    background-color: #ee7203;
  }
  header .header-middlebar .menu-toggle svg path {
    color: #FFF;
  }
  .menu-toggle {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #ddecf5;
    font-family: "zedou", sans-serif;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    float: right;
    margin-top: 0;
    height: 40px;
    width: 40px;
    padding: 0;
    color: #FFF;
    z-index: 9999;
  }
  .menu-toggle svg {
    height: 25px;
    width: 18px;
    margin: 0;
    color: #1e7dbf;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .menu-toggle:hover, .menu-toggle:focus {
    background-color: #ddecf5;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #1e7dbf;
  }
  .menu-toggle:hover svg, .menu-toggle:focus svg {
    color: #FFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

/*# sourceMappingURL=style.css.map */
