/* Enter Your Custom CSS Here */
.fusion-one-fourth .fusion-widget-area #menu-locations {
  list-style:none;
}
.fusion-one-fourth .fusion-widget-area #menu-locations li{
  background: #f1f2f2;
  margin-bottom: 10px;
  border-color: rgba(245,245,245,0);
  padding: 10px 15px;
  cursor:pointer;
}
.fusion-one-fourth .fusion-widget-area #menu-locations li:hover a,
.fusion-one-fourth .fusion-widget-area #menu-locations li.current-menu-item a{
  color: #fff;
}
.fusion-one-fourth .fusion-widget-area #menu-locations li:hover,
.fusion-one-fourth .fusion-widget-area #menu-locations li.current-menu-item{
  background: #ed1c24;
}
.fusion-one-fourth .fusion-widget-area #menu-locations li a{
 color:#333333;
 display:block;
}
.fusion-one-fourth .fusion-widget-area #menu-locations li a:before{
  content:'';
}
.fusion-footer-widget-area h4.widget-title{
color:#8c8989;
}
