#fbm7_menu {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #d63031;
  z-index: 9999;
  border-top: 1px solid #660000;
}

#fbm7_menu ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 60px;
}

#fbm7_menu li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

#fbm7_menu li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  height: 100%;
  width: 100%;
}

.fbm7-icon {
  font-size: 20px;
  line-height: 1;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fbm7-icon i {
  display: block;
  height: 20px;
  width: 20px;
}

.fbm7-label {
  font-size: 0.75em;
  margin-top: 2px;
  line-height: 1;
}

@media (max-width: 600px) {
  .fbm7-label {
    display: none;
  }
}
