/* Menu list */
    .menu-category-list{ padding:0; margin:0;}
.menu-category-list li {
    padding: 10px 0 0 0;
    font-size: 1.25rem;
    list-style: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    min-width: 150px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.menu-category-list li strong {
    font-size: 35px;
    line-height: 1;
    color: #F5C211;
    margin-left: 10px;
    top: -3px;
    position: relative;
}
    .menu-category-list li:hover {padding-left: 20px; font-weight: bolder; }
.menu-category-list {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    list-style: none;
    padding-left: 0;
    column-count: 1;
    column-gap: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: stretch;
    max-width: 75vw;
    margin: 0 auto !important;
    overflow-x: auto;
}
.menu-category-list li a {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}
/* Menu */

    .section._1 {margin-bottom: 5px; padding-bottom: 15px !important; padding-top: 15px;min-height:50vh;  }
    .section._2 {margin-bottom: 5px; padding-bottom: 15px !important; padding-top: 15px;50vh;   }
  .text-menu_heading {
    font-family: "CampanaScript", Sans-serif;
    font-weight: 500;
    font-size: 5rem;
    line-height: 55px;
    text-transform: lowercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #F5C211;
    padding-bottom: 25px;
    margin-bottom: 15px !important;
    color:#0606b6;
}
    .text-drink_name {font-size: 18px; font-weight: 600; line-height: 30px; letter-spacing: 1px; margin-bottom: -5px !important; }
    .text-drink-diet {font-size: 12px; font-weight: 600; line-height: 22px; margin-top: 0.55rem; display: inline-block; margin-right: 35px; position: absolute; color: #F5C211; }
.text-drink_ingredients {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: .5rem;
    padding-left: 20px;
    margin-bottom: 10px;
}
    .text-drink_ingredients.price{white-space:nowrap;}
    .text-drink_ingredients p strong {color: #F5C211; margin-bottom: -15px !important; display: block; position: relative; width: 100%; letter-spacing: 1px; }
    .collection-item {display: flex; justify-content: space-between; margin-top: 1.5rem; margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px solid rgba(100, 100, 100, 0.1); }
    .collection-item.bottom{margin-top:1rem;}
    .menu-price_wrapper {align-items: baseline; display: flex; padding-left: 2rem; flex-direction: row-reverse; align-content: space-between; }
    .menu-empty_state{color:#000;}
    .text-drink_price {font-size: 18px; font-weight: 600; line-height: 22px; margin-top: .5rem; display: inline-block; margin-left: 15px; }
    .text-diet {display: inline-block; float: left; color: #F5C211; font-weight: 500; }
    .hero-right {display: flex; flex-direction: row; flex-wrap: wrap; align-content: space-between; justify-content: space-around; align-items: center; padding: 75px !important; max-width: 800px; margin-left: 100px; }
.menu-wrapper {
    overflow: hidden;
    padding: 1rem 2rem;
    width: 50%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: stretch;
}
    .menu-wrapper.beer{border-bottom-style:none;}
    .menu-wrapper.food{border-bottom-style:none;border-right-style:none;}
.menu-top_right {
    background-position: 50%;
    background-size: cover;
    width: 50%;
    border-radius: 50px;
    margin: 0 20px;
}
    .section._1, .section._2 {display: flex;  }
    .section._2 {   flex-direction: row-reverse;}
.text-drink-diet{position: relative; white-space: nowrap; margin-right: 0;}

/*-----------------Tablet Landscape screens---------------------*/
@media only screen and (min-width: 1025px){

    .elementor-element.elementor-element-edit-mode.elementor-element-db7500c.e-con.e-child.e-flex.e-con-full.e-con--column.ui-resizable {
    min-height: 50vh;
}

}

/*-----------------Tablet Landscape screens---------------------*/
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {

    .elementor-element.elementor-element-edit-mode.elementor-element-db7500c.e-con.e-child.e-flex.e-con-full.e-con--column.ui-resizable {
    min-height: 33vh;
}

}

/*-----------------Tablet Portrait screens---------------------*/
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {

.elementor-element.elementor-element-edit-mode.elementor-element-db7500c.e-con.e-child.e-flex.e-con-full.e-con--column.ui-resizable {
    min-height: 33vh;
}
.menu-wrapper {
    overflow: hidden;
    padding: 1rem 2rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: stretch;
}
.menu-top_right {
    display: none;
}
.collection-item {
        display: flex;
        justify-content: space-between;
        margin-top: 15px;
        margin-bottom: 15px !important;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(100, 100, 100, 0.1);
        flex-direction: row;
        align-content: center;
        align-items: flex-start;
    }
.section._1 {
    margin-bottom: 5px;
    padding-bottom: 15px !important;
    padding-top: 15px;
    min-height: 33vh;
}
/*--------end of Tablet Landscape styles-------*/
}


/*-----------------Mobile screens---------------------*/
@media only screen and (max-width: 767px){
    .menu-wrapper {
        overflow: hidden;
        padding: 1rem 2rem;
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: center;
        align-items: stretch;
    }
.menu-top_right {
    display: none;
}
.collection-item {
        display: flex;
        justify-content: space-between;
        margin-top: 15px;
        margin-bottom: 15px !important;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(100, 100, 100, 0.1);
        flex-direction: row;
        align-content: center;
        align-items: flex-start;
    }
    .section._1 {
    margin-bottom: 5px;
    padding-bottom: 15px !important;
    padding-top: 15px;
    min-height: 33vh;
}
/*--------end of mobile styles-------*/
}

