.restbeef_header_contacts_list li {
  background: #ffea00 !important;
  color: #212121 !important;
  padding: 2px 5px !important;
  border-radius: 3px !important;
  font-size: 16px !important;
  font-weight: bold !important;
}

.AboutCol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  grid-auto-rows: minmax(100px, auto);
}

a.btn_book_table {
  background: #b71c1c !important;
}

a:hover.btn_book_table {
  background: #fff !important;
}

li.current-menu-ancestor a,
.restbeef_nav .restbeef_menu > li:hover > a {
  background: #e53935 !important;
  color: white !important;
  border-radius: 5px;
}
.restbeef_nav .restbeef_menu > li > a {
  padding: 10px 16px !important;
}

.Content-item {
  background: #white;
  border: 1px solid #ebebeb;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto;
  grid-gap: 10px;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 8px #e2e2e2;
}

.Content-img figure img {
  border-radius: 5px;
  box-shadow: 0 0 5px;
  min-width: 80px;
}
.Content-img figure {
  margin-bottom: 15px;
}

.Content-text {
  grid-column: 1 / 6;
}
.Content-img {
  border-left: 1px solid #e2e2e2;
  background: none;
  padding-left: 10px;
}
.Content-img h5.restbeef_menu_price {
  margin: 0px;
  text-align: center;
}
.restbeef_menu_item_description {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}

.restbeef_image_logo {
  height: 150px;
  background-size: 110px auto;
}
