.menu-toggle {
  display: flex !important;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  text-transform: uppercase;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  float: right;
  margin-top: 0;
  padding: 0;
  -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 .icon-container {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.menu-toggle svg {
  width: 25px;
  height: 15px;
}
.menu-toggle:hover {
  color: #ea650c;
  -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 */
