/* Panel Top 04 */
.social img,
.menu img {
  margin-top: 5px;
  height: 26px;
  width: 26px;
}

.menu li a {
  font-size: 24px;
}

.sidebar {
  z-index: 9999;
}

.menu li a,
.content a {
  position: relative;
  transition: opacity 0.1s;
  text-decoration: none;
}

.menu li a:not(.nohover)::before,
.content a:not(.nohover)::before,
.content a:not(.nohover)::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 2px;
  width: 0;
  background: #ffb437;
  transition: width 0.3s;
}

.menu li a:not(.nohover):hover::before,
.panel .sections .menu li.active a::before {
  width: 100%;
  text-color: #a00032;
}

.panel .sections .menu li a:not(.nohover)::before {
  height: 5px;
  bottom: -34px;
  background: #ffb437;
}

/* Bar (#2) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-69-8ed88fe1"] */
.slide[data-cid=slide-69-8ed88fe1] .flex-69 [class*=col-].selected {
  cursor: pointer;
  pointer-events: all;
}
.slide[data-cid=slide-69-8ed88fe1] .flex-69 .box-69 {
  display: block;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  background-size: cover;
  color: #fff;
}
.slide[data-cid=slide-69-8ed88fe1] .flex-69 .box-69.rounded {
  overflow: hidden;
  border-radius: 6px;
}
.slide[data-cid=slide-69-8ed88fe1] .flex-69 .box-69:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: 0.5s;
}
.slide[data-cid=slide-69-8ed88fe1] .flex-69 .box-69 .cell-69 {
  outline: none;
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 20px;
  z-index: 10;
  opacity: 0;
  transition: 0.5s;
  color: #fff;
  transform: translateY(10px);
}
.slide[data-cid=slide-69-8ed88fe1] .flex-69 .box-69:hover {
  opacity: 1;
}
.slide[data-cid=slide-69-8ed88fe1] .flex-69 .box-69:hover .cell-69 {
  opacity: 1;
  transform: translateY(0px);
}
.slide[data-cid=slide-69-8ed88fe1] .flex-69 .box-69:hover:after {
  opacity: 0.98;
}

/* Menu (#3) */
/*.slide[data-cid="slide-97-6dd97c30"]{
  .drinks-menu {
    width: 150px;
    height: 150px;
    padding: 10px;
    font-size: 14px;
    border-radius: 6px;
    margin-right: 20px;
    left: 0;
    cursor: default;  
    pointer-events: none;
    &:hover {
      transform: translateY(0) !important;
    }
  }

  .drinks-menu img {
    width: 50%;
  }
  .menu-item {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    padding: 80px 0 65px 0;
    @include media(768px, min) {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    &:last-child {
      border-bottom: none !important;
    }
  }

  .menu-item-alt {
    padding: 30px 0;
  }
  &.whiteSlide .menu-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    a.button.text-white {
      color: $default-text-color !important;
    }
  }
  .drink-title {
    min-width: 49%;
    display: inline-block;
    vertical-align: text-top;
  }
  @include media(992px, max) {
    .drink-title {
      min-width: 37%;
      margin-left: 80px !important;
    }
  }
  @include media(768px, max) {
    .drink-title {
      margin-left: 0 !important;
      margin-top: 200px;
      padding: 0 !important;
      display: block;
    }
		.drink-title-alt {
      margin-left: 0 !important;
      margin-top: 50px;
      display: block;
    }
  }
}*/
.slide[data-cid=slide-97-6dd97c30] .drinks-menu {
  width: 150px;
  height: 150px;
  padding: 10px;
  font-size: 14px;
  border-radius: 6px;
  margin-right: 20px;
  left: 0;
  cursor: default;
  pointer-events: none;
}
.slide[data-cid=slide-97-6dd97c30] .drinks-menu:hover {
  transform: translateY(0) !important;
}
.slide[data-cid=slide-97-6dd97c30] .drinks-menu img {
  width: 50%;
}
.slide[data-cid=slide-97-6dd97c30] .menu-item {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  padding: 80px 0 65px 0;
}
@media (min-width: 768px) {
  .slide[data-cid=slide-97-6dd97c30] .menu-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.slide[data-cid=slide-97-6dd97c30] .menu-item:last-child {
  border-bottom: none !important;
}
.slide[data-cid=slide-97-6dd97c30] .menu-item-alt {
  padding: 30px 0;
}
.slide[data-cid=slide-97-6dd97c30].whiteSlide .menu-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.slide[data-cid=slide-97-6dd97c30].whiteSlide .menu-item a.button.text-white {
  color: #202020 !important;
}
.slide[data-cid=slide-97-6dd97c30] .drink-title {
  min-width: 49%;
  display: inline-block;
  vertical-align: text-top;
}
@media (max-width: 991px) {
  .slide[data-cid=slide-97-6dd97c30] .drink-title {
    min-width: 37%;
    margin-left: 80px !important;
  }
}
@media (max-width: 767px) {
  .slide[data-cid=slide-97-6dd97c30] .menu-item {
    padding: 20px 0;
    min-height: 140px;
    display: flex;
    align-items: center;
  }
  .slide[data-cid=slide-97-6dd97c30] .drinks-menu {
    width: 50px;
    height: 100px;
    padding: 5px;
    margin-right: 10px;
    flex-shrink: 0;
  }
  .slide[data-cid=slide-97-6dd97c30] .drinks-menu img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .slide[data-cid=slide-97-6dd97c30] .drink-title {
    margin-left: 0 !important;
    margin-top: 0;
    padding: 0 !important;
    display: block;
  }
  .slide[data-cid=slide-97-6dd97c30] .drink-title-alt {
    margin-left: 0 !important;
    margin-top: 0;
    display: block;
  }
  .slide[data-cid=slide-97-6dd97c30] .menu-item p {
    margin: 0;
  }
  .slide[data-cid=slide-97-6dd97c30] .drink-name,
.slide[data-cid=slide-97-6dd97c30] .inline-block.middle.phablet-block {
    display: block;
    margin-bottom: 5px;
  }
}

/* Team (#4) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-101-5edf2980"] */
.slide[data-cid=slide-101-5edf2980] .social-101:hover {
  opacity: 1 !important;
}

/* Gallery (#5) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-135-d2a709ca"] */
.slide[data-cid=slide-135-d2a709ca] .btn-135 {
  line-height: 60px;
}
.slide[data-cid=slide-135-d2a709ca] .btn-135 svg {
  height: 26px !important;
  width: 26px !important;
  top: 0 !important;
}
.slide[data-cid=slide-135-d2a709ca] .box-135 {
  width: 280px !important;
}

/* Place (#6) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-80-6341178a"] */
.slide[data-cid=slide-80-6341178a] .flex-80 > [class*=col-] {
  margin-bottom: 25px;
}
.slide[data-cid=slide-80-6341178a] .box-80 {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.slide[data-cid=slide-80-6341178a] .box-80.rounded {
  border-radius: 6px;
}
.slide[data-cid=slide-80-6341178a].whiteSlide .box-80 {
  border-color: #E5E5E5;
}

/* Panel Bottom 12 */
.call-button {
  width: 80px;
  height: 80px;
  background-color: green;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  color: white;
  margin-bottom: 20px;
}

.call-button img {
  width: 60px;
  height: 60px;
}
