#topbar .languages ul a {
    color: #cda45e;
}

.section-title {
    padding-bottom: 20px;
}

.details p {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.menu .menu-item {
    margin-top: 20px;
}

.menu .menu-ingredients {
    margin-left: 85px;
    font-style: italic;
    font-size: 13px;
    line-height: 1.4;
    font-family: "Poppins", sans-serif;
    color: rgba(255, 255, 255, 0.5);
}

.menu .menu-img {
    width: 100px;
    border-radius: 50%;
    float: left;
    border: 5px solid rgba(255, 255, 255, 0.2);
    margin-right: 20px;
}


.tspecials .tspecials-item {
    margin-top: 20px;
}

.tspecials .tspecials-ingredients {
    margin-bottom: 100px;
    margin-left: 85px;
    font-style: italic;
    font-size: 13px;
    line-height: 1.4;
    font-family: "Poppins", sans-serif;
    color: rgba(255, 255, 255, 0.5);
}

.tspecials .tspecials-img {
    width: 120px;
    border-radius: 20%;
    float: left;
    border: 2px solid rgba(255, 255, 255, 0.2);
    margin-right: 20px;
    margin-bottom: 20px;
}


.menu .special-events-img {
    width: 250px;
    border-radius: 50%;
    float: left;
    border: 2px solid rgba(255, 255, 255, 0.2);
    margin-right: 20px;
}

img.zoom {
    width: 100px;
    height: 100px;
    position: relative;
    z-index: 100;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
 
.transition {
    -webkit-transform: scale(2.8); 
    -moz-transform: scale(2.8);
    -o-transform: scale(2.8);
    transform: scale(2.8);
}

.breadcrumbs {
    padding: 15px 0;
    background: #1d1b16;
    margin-top: 1px;
}

.img-fluid2 {
    max-width: 60%;
    height: auto;
}

.img-fluid3 {
    max-width: 30%;
    height: auto;
}

.gallery a img {
  float: left;
  width: 20%;
  height: auto;
  border: 0px solid #fff;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}

.gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}

.sl-caption {
    text-align: center;
}

.sl-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.8;
    display: none;
    z-index: 1035;
}

.sl-wrapper .sl-navigation button {
    color: #fff;
}

.sl-wrapper .sl-close {
    color: #fff;
}

.nightly-events .nightly-events-img {
    width: 150px;
    border-radius: 20%;
    float: left;
    border: 5px solid rgba(255, 255, 255, 0.2);
    margin-right: 20px;
    margin-bottom: 20px;
}

.nightly-events .nightly-events-item {
    margin-top: 20px;
}

.nightly-events .nightly-events-ingredients {
    margin-left: 85px;
    margin-bottom: 85px;
    font-style: italic;
    font-size: 13px;
    line-height: 1.4;
    font-family: "Poppins", sans-serif;
    color: rgba(255, 255, 255, 0.5);
}