a.menu-btn-bk-wide {
  display: inline-block;
  background: #77777a;
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  width: 100%;
  font-size: 100%;
  line-height: 1.9;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  padding: 1em;
  margin-bottom: 3px;
  transition: all 0.7s;
}
a.menu-btn-bk-wide:visited {
  background: #77777a;
  color: #ffffff;
  border: 1px solid transparent;
  text-decoration: none;
}
a.menu-btn-bk-wide:active {
  background: #77777a;
  color: #666666;
  border: 1px solid #ffffff;
  text-decoration: none;
}
a.menu-btn-bk-wide:hover {
  background: #77777a;
  box-shadow: 0 0 0 300px #eeeeee inset;
  border-color: #ffffff;
  color: #666666;
  text-decoration: none;
  opacity: 1;
}


