/*!
// Restaurant menu sections
// --------------------------------------------------*/

/* Global Styling */

a.g-btn,.g-btn {
  margin-right: 1em; /* remove this while use*/
  margin-bottom: 1em; /* remove this while use*/
  display: inline-block;
  outline: none;
  zoom: 1;
  text-align: center;
  text-decoration: none;
  font-family: inherit;
  font-weight: 300;
  letter-spacing: 1px;
  vertical-align: middle;
  border: 1px solid;
  transition: all 0.2s ease;
  box-sizing: border-box;
  text-shadow: 0 1px 0 rgba(0,0,0,0.01);
}
.g-btn-large {
  font-size: 1.0625em;
  padding: 0.5625em 1.5em;
}
.g-btn-red {
  color: #B22222;
  border-color: #B22222;
}
.g-btn-red:hover {
  background: #B22222;
  color: #fff;
  border-color: #B22222;
}
.g-btn-gray {
  color: #808080;
  border-color: #808080;
}
.g-btn-gray:hover {
  background: #808080;
  color: #fff;
  border-color: #808080;
}


@media (max-width: 768px) {
  .ly-element h4 {
    font-size: 20px;
    line-height: 24px;
  }
}

.group-menu {
  padding-top: 0px;
  padding-bottom: 30px;
}
.group-menu-detail {
  margin-bottom: 30px;
  width: fit-content;
  margin: auto;
  margin-bottom: 8px;
}
.group-menu-detail hr {
  width: 90%;
  margin: auto;
}
h3.group-menu-name {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 18px;
}
.group-menu-description {
  font-size: 20px;
  text-align: center;
}

.menu-item-name,
.menu-item-description,
.menu-item-price,
.group-menu-name,
.group-menu-description {
  font-family: "Lato", sans-serif;
}

.menu-item-name {
  color: #424A4B;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0px;
}

.menu-item-price {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 0;
  color: #424A4B;
}

.menu-item-description {
  line-height: 20px;
  font-size: 14px;
  color: #818687;
  opacity: 0.9;
  margin-top: 0;
}

h4.menu-item-name, p.menu-item-description {
  margin-bottom: 6px;
}

.menu-type-classic h4.menu-item-name {
  margin-bottom: 0px;
}

/* End of Global Styling */



/* Classic Style */

.menu-type-classic .menu-item {
  margin-bottom: 20px;
  padding: 0 25px;
}
.menu-type-classic .menu-item-name__container {
  max-width: 70%;
}
.menu-type-classic .menu-item-price__container {
  flex-grow: 1;
  display: flex;
}
.menu-type-classic .menu-item > li {
  margin: 0;
  padding: 16px 0;
}
.menu-type-classic .menu-item-child {
  display: flex;
  display: -ms-flex;
  display: -moz-flex;
  align-items: center;
}

.menu-type-classic .menu-item-divider {
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding: 0 8px;
  padding-bottom: 6px;
}
.menu-item-divider hr {
  border-top: 2px dotted;
  margin: 0;
  width: 100%;
  opacity: 0.3;
}

@media (min-width: 960px) {
  .menu-type-classic .menu-item {
    padding: 0;
  }
  .menu-type-classic .menu-item-child {
    align-items: center;
  }
  .menu-type-classic .menu-item > li {
    border: none;
    padding: 0;
    margin-top: 20px;
  }
}

/* End Classic Style */

/* Modern Style */

.menu-type-modern {
  padding: 0 20px;
}

.menu-type-modern .menu-item .image {
    height: 150px !important;
    border-radius: 5px;
}

.menu-type-modern .menu-title,
.menu-type-modern .menu-name,
.menu-type-modern .menu-price,
.menu-type-modern .menu-item p {
    text-align: center;
}

.menu-type-modern .columns {
    padding: 30px;
}

.menu-item__img {
  height: 120px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.menu-item-content {
  padding: 10px 20px;
  border-radius: 4px;
}

@media (min-width: 640px) {
  .menu-item-child {
    box-shadow: none;
  }
  .menu-item-content {
    background-color: transparent;
  }
  .menu-type-modern .menu-item-child {
    box-shadow: none;
  }
}

@media (min-width: 960px) {
  .menu-type-modern {
    padding: 0;
  }
}

/* End Modern Style */


/* Gourmet Style */

.menu-type-gourmet hr {
  border-color: #707070;
  margin: 20px auto;
  width: 100%;
}
.menu-type-gourmet .menu-item {
  margin-bottom: 20px;
}
.menu-type-gourmet .menu-item-name {
  text-align: center;
}
.menu-type-gourmet .menu-item-price {
  text-align: center;
}
.menu-type-gourmet .menu-item-description {
  text-align: center;
}
.menu-type-gourmet .menu-item-child {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 960px) {
  .group-menu {
    box-shadow: none;
  }
}

/* End Gourmet Style