/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:

.noisyhops-beers-menu,
.noisyhops-food-menu {
    display: flex;
    gap: 1rem;
}
    .noisyhops-beers-menu.food {
    margin-top: 30px;

.noisyhops-beer-item,
.noisyhops-food-item {
    flex-basis: calc(33% - 1rem);
    background-color: #ae9670;
    color: #fff;
    transition: flex-basis .3s cubic-bezier(0.075, 0.82, 0.165, 1);
    border-radius: 4px;

}
.noisyhops-beer-item h2,
.noisyhops-food-item h2{
    margin-bottom: 8px;
    font-size: 40px;
    color: #8C271E;
}
.noisyhops-beer-item img,
.noisyhops-food-item img {
    height: 300px;
    object-fit: cover;
    width: 100%;
    border: 5px solid #ae9670;
    border-radius: 4px;
}
.noisyhops-beer-item:hover,
.noisyhops-food-item:hover {
    flex-basis: 100%;
}
.noisyhops-beers-item:hover img {
    border: 5px solid red !important;
}


.noisyhops-beer-item__info,
.noisyhops-food-item__info {
    padding: 10px;
}

@media (max-width: 767px) {
    .noisyhops-beers-menu,
    .noisyhops-food-menu {
        justify-content: center;
        flex-wrap: wrap;
        
    }
    .noisyhops-beer-item h2,
    .noisyhops-food-item h2 {
        font-size: 25px;
    }
    .noisyhops-beer-item,
    .noisyhops-food-item {
        flex-basis: calc(50% - 1rem);
    }
    .noisyhops-beer-item img,
    .noisyhops-food-item img {
        height: 200px;
    }
}*/

@import url("https://fonts.googleapis.com/css?family=Bree+Serif|Poppins|Source+Sans+Pro|Montserrat:400,900&display=swap");

* {
  /* margin: 0;
  padding: 0; */
  box-sizing: border-box;
  font-family: "Source Sans Pro", "Poppins", sans-serif;
}
body {
  /* background: #333; */
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5em;
}

.menu {
  font-family: sans-serif;
  font-size: 14px;
}

.menu-group-heading {
  margin: 0;
  padding-bottom: 1em;
  border-bottom: 2px solid #ccc;
}
.noisyhops-beers-menu.food {
    margin-top: 30px;}

.menu-heading h2 {
  font-size: 40px;
  margin-bottom: 30px;
  color: #fff;
}

@media (min-width: 768px) {
    .menu-heading h2 {
        margin-bottom: 0;
        font-size: 50px;
    ;
    }
    .menu-heading {
        flex-basis: 40%;

    }
    .menu-group {
        display: flex;
    }
    .menus-container {
        flex-basis: 60%;
    }
}
@media (min-width: 1010px) {
    .menu-heading h2 {
        font-size: 60px;
    }
    .menu-heading {
        flex-basis: 30%;
    }
    .menus-container {
        flex-basis: 70%;
    }
}

/*.menu-group {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5em;
  padding: 1.5em 0;
}*/

.noisyhops-beer-item.menu-item {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border: 2px solid #fff;
  padding: 16px 10px 10px 10px;
  background-color: #000;
}


@media (min-width: 1010px) {
    .noisyhops-beer-item.menu-item {
        display: flex;
        width: 80%;
    }
}

.menu-item-img {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  object-fit: cover;
  margin-right: 1.5em;
}

.menu-item-text {
  flex-grow: 1;
  color: #fff;
}

.menu-item-heading {
  display: flex;
  justify-content: space-between;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #fff;
  border-bottom: 2px dotted #fff;
  padding-bottom: 8px;
}
.menu-item-heading.beers span:first-child {
  font-family: 'Permanent Marker', cursive;
}
.menu-item-price {
  margin-bottom: 0;
}
@media (min-width: 768px) {
    .menu-item-heading {
        margin-top: 16px;
        font-size: 24px;
        width: 90%;
    }
}
@media (max-width: 767px) {
    .title-description {
        margin-bottom: 20px !important;
    }
}
.title-description {
    color: #fff;
    font-style: italic;
    margin-top: 16px;
    width: 90%;
}
.title-description a {
  color: #fff !important;
}
.menu-item-name {
  margin-right: 1.5em;
}

.menu-item-desc {
  line-height: 1.6;
}

@media screen and (min-width: 992px) {
  .menu {
    font-size: 16px;
  }

  .menu-group {
    grid-template-columns: repeat(2, 1fr);
  }

  
}

@media (min-width: 1010px) {
  .menu-item-img {
    width: 250px;
    height: auto;
  }
}
.beers-background-color {
    position: relative;
    z-index: 1;
}

.beers-background-color::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.6);
    z-index: -1;
}

.weekly-beer-menu {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  overflow-x: auto;
}

#beerListContainer {
  position: relative;
  overflow: hidden;
  background-color: #000;
  padding: 40px;
}

#beerListContainer video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
}

#beerListContainer::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

#beerListContainer > :not(video) {
  position: relative;
  z-index: 2;
}

.menu-top-link-wrapper {
  display: block;
  width: 100%;
  padding: 20px;
  background-color: #000;
}

.menu-top-link {
  display: inline-block;
  padding: 10px 18px;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.25s ease, transform 0.25s ease;
}

.menu-top-link:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-1px);
}

.weekly-beer-item {
  background-color: #f9f9f9; /* Fondo claro para contraste */
  border: 1px solid #ddd; /* Borde suave */
  border-radius: 8px; /* Bordes redondeados */
  padding: 20px;
  margin-bottom: 20px; /* Separar los elementos */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* Sombra ligera */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  max-width: 400px; /* Limitar el ancho */
  flex-basis: calc(33% - 12px);
  min-width: 320px;
}

.menu-item-description {
  text-align: center;
}

.weekly-beer-item:hover {
  transform: translateY(-5px); /* Efecto flotante al pasar el ratón */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* Sombra más pronunciada al hover */
}

.weekly-beer-item h3 {
  font-size: 24px; /* Tamaño más grande para el título */
  color: #333; /* Color de texto oscuro */
  margin-bottom: 10px;
  text-align: center; /* Centrar el título */
}

.weekly-beer-item img {
  display: block;
  margin: 0 auto 15px; /* Centrar la imagen y espacio inferior */
  border-radius: 8px; /* Bordes redondeados en la imagen */
}

.weekly-beer-item p {
  font-size: 16px; /* Texto de descripción más grande */
  line-height: 1.6; /* Mejor legibilidad */
  color: #555; /* Texto gris para contraste suave */
  margin-bottom: 10px;
}

.weekly-beer-item strong {
  color: #333; /* Texto en negrita más oscuro */
}

.weekly-beer-item p:last-child {
  font-size: 18px; /* Destacar el precio */
  color: #e67e22; /* Color naranja para resaltar el precio */
  font-weight: bold;
  text-align: center; /* Centrar el precio */
}
.wa__btn_popup {
  right: 12px !important;
  bottom: 85px !important;
}


.chalkboard-menu *{
    font-family: 'Permanent Marker', cursive;
}
.chalkboard-menu {
  background-color: #222;
  color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.2);
  font-family: 'Permanent Marker', cursive;
  max-width: 900px;
  margin: 0 auto;
  border: 5px solid #fff;
}
.chalkboard-menu h2 {
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
.chalkboard-title {
  color: #fff;
  text-align: center;
  font-size: 2.5em;
  text-transform: uppercase;
  border-bottom: 3px dashed #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.chalkboard-description {
  text-align: center;
  font-style: italic;
  font-size: 1.2em;
  margin-bottom: 20px;
}
.chalkboard-list {
  list-style: none;
  padding: 0;
}
.chalkboard-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px dashed #fff;
  padding: 15px 0;
}
.chalkboard-item:last-child {
  border-bottom: none;
}
.chalkboard-item-name {
  font-size: 1.5em;
}
.chalkboard-item-price {
  font-size: 1.5em;
  font-weight: bold;
}

