.widget_sd_widget_menu_toggle {
  display: none;
}

@media screen and (max-width: 1199px) {
  .widget_sd_widget_menu_toggle {
    display: block;
  }
  .menu-toggle {
    display: flex !important;
    font-family: "Open Sans", sans-serif;
    background-color: transparent;
    color: #FFF;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    float: right;
    margin-top: 0;
    padding: 0;
    height: 50px;
    width: 50px;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
  }
  .menu-toggle:hover, .menu-toggle:focus {
    padding: 0;
    background-color: #e15600;
  }
  .menu-toggle:hover svg, .menu-toggle:focus svg {
    width: unset;
    height: 20px;
    color: #FFF;
  }
  .menu-toggle svg {
    width: unset;
    height: 20px;
    color: #FFF;
  }
}

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