@media screen and (max-width: 1199px) {
  .widget_sd_widget_menu_toggle {
    margin: 0;
  }
  .menu-toggle {
    display: block !important;
    font-family: "Montserrat", sans-serif;
    background-color: transparent;
    color: #FFF;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    padding: 0;
    height: 35px;
    width: 35px;
  }
  .menu-toggle svg {
    margin: auto 0;
    width: 25px;
    height: 17px;
    color: #FFF;
  }
}
.header-scrolled .menu-toggle svg {
  color: #000;
}

.menu-open .menu-toggle {
  background-color: #FFF;
  border-radius: 100px;
  height: 35px;
  width: 35px;
}
.menu-open .menu-toggle svg {
  transform: translate(-0.5px, -3px);
  color: #000;
  height: 10px;
  width: 10px;
}

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