﻿/*
  Patches
 */

@media (max-width:767px) {
  .navbar .navbar-nav .dropdown-menu {
    height: auto;
    position: static;
    overflow: auto;
  }

  .navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #403d39 !important;
    background-color: transparent !important;
  }
}