#content-top .block-menu .content > ul {
  margin: 0;
  padding: 0;
  list-style: none none;
  height: auto;
  width: auto;
  font-size: 0;
}
#content-top .block-menu .content > ul > li {
  position: relative;
  font-size: 1rem;
  float: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 16.667%;
  height: auto;
  background: #231F20;
  background-size: contain;
}
#content-top .block-menu .content > ul > li[class*="sparrow"] {
  background: url('images/menu_sparrow.png') no-repeat center center #777f73;
}
#content-top .block-menu .content > ul > li[class*="farm"] {
  background: url('images/menu_farm.png') no-repeat center center #a28e5c;
}
#content-top .block-menu .content > ul > li[class*="butchery"] {
  background: url('images/menu_butchery-deli.png') no-repeat center center #bbad91;
}
#content-top .block-menu .content > ul > li.exhibition {
  background: url('images/menu_exhibition.png') no-repeat center center #778c8d;
}
#content-top .block-menu .content > ul > li.events {
  background: url('images/menu_events.png') no-repeat center center #78736a;
}
#content-top .block-menu .content > ul > li.last {
  background: url('images/menu_cafe.png') no-repeat center center #231f20;
}
#content-top .block-menu .content > ul > li > a {
  display: block;
  text-decoration: none;
  height: 70px;
  width: auto;
  font-size: 0;
  background: url('images/menu-drop-arrow.png') no-repeat 99% 97%, linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
#content-top .block-menu .content > ul > li > ul {
  height: auto;
  max-height: 0;
  overflow: hidden;
  width: 100%;
  position: absolute;
  background: white;
  z-index: 100;
  margin-top: 1px;
  display: block;
  transition: max-height 0.5s linear;
}
#content-top .block-menu .content > ul > li > ul > li {
  margin-top: -1px;
  height: auto;
  width: auto;
  float: none;
  border: 1px solid #C8BCA0;
  transition: background 0.25s linear;
}
#content-top .block-menu .content > ul > li > ul > li > a {
  height: auto;
  width: auto;
  display: block;
  text-align: center;
  color: #78736A;
  padding: 5px 0;
}
#content-top .block-menu .content > ul > li > ul > li > a:hover {
  color: #78736A;
}
#content-top .block-menu .content > ul > li > ul > li:hover {
  background-color: #EBE6DC;
  transition: background 0.25s linear;
}
#content-top .block-menu .content > ul > li:hover > ul {
  max-height: 300px;
  transition: max-height 0.5s linear;
}
/*# sourceMappingURL=menu.css.map */