/*------------------------------------------------*/
/*------------------------------------------------*/
                /* MENU STYLES */
/*------------------------------------------------*/
/*------------------------------------------------*/
.body{
    overflow: visible;
}

.header{
    text-align: center;
    background-color:#FF6600;
    padding-top: 10px;
    padding-bottom: 10px;
}
.ui-content{
    padding: 0px;
}
.ui-tabs{
    padding: 0px;
}

.ui-btn{
    background-color: #FF6600 !important;
    border: none !important;    
    color: #000 !important;
    text-decoration: none !important;
    text-shadow: none !important
}
.navibar{
    background-color: #000;
    text-align: center;

}

.navibar ul{
    margin-bottom: 0px;
    padding: 0;
}

.navibar li{
    list-style: none;
    text-decoration: none;
    color: white !important;
    display: inline-block;
    text-shadow: none;
    font-size: 16px;
    font-weight: bolder;
    padding: 10px;
    justify-content: center;
    align-items: center;
    transition: background-color 0.7s ease;

}
.navibar li a{
    list-style: none;

    color: white !important;
  
}


.navibar li:hover{
    background-color: #FF6600;
    color: #000;
}
.navibar li:hover a{
    color: #000;
}

.navibar li a{
     transition: color 0.5s ease;
    color: #fff;
    text-decoration: none;
}

.navibar li a:hover{
    color: #000;
    text-decoration: none;
}
.gridContainer{
    width: 100%
}



.pricepasta{
    font-size: 30px;
    font-weight: 100;
    text-align: right;
    margin-bottom: 0px;

}

.priceboxpasta{
    display:inline;
    justify-content: center;
    align-items: center;
    padding-left: 0px !important;
    padding-right: 0px !important;
    max-width: 33.333333%;
}

.pricerowpasta{
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: right;
    margin-top: 12px;
}

.pricerowpasta  .pricepasta{
    width: 32%;
    display:inline-block;
    text-align: center;
}

.price{
    font-size: 30px;
    font-weight: 100;
    text-align: right;
    width: 100%;
}

.pricebox{
    display: flex;
    justify-content: center;
    align-items: center;
}

.menuitem{
    display: inline-block;
    margin-bottom: 0;
}

.menudesc{
    font-size: 14px;
    margin-bottom: 1px;
    
    padding-bottom: 3px;
}

.menurow{
    margin-top: 2px;
    padding-top: 2px;
    border-top-style: dotted;
    border-top-style: dashed;
    border-bottom-style: solid;
    border-width: 2px;
}

.menunav{
    background: black;

    
}

.extras{
    border-bottom-style: none !important;
}

.menunav li a {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 14px !important;
}

.extras{
    text-align: center
}

.extra{
    padding-bottom: 5px;
    
}
.extraprice{
    border-top: none;
    border-top: 0px;
    border: none;
}

.vealchick{
    text-align: center;
}


.notop{
    border-top: none;
}

.footer{
    background-color: #FF6600;
    text-align: center;
}

.footer h6{
    text-shadow: none;
    padding: 4px;
    margin: 0;
    color: #e5e5e5;
}

.footer h6 a {
    text-decoration: none;
    color: #e5e5e5;
}
.footer h6 a:hover {
    
    color: #393939;
}
.menuimage img{
    padding: 20px
    
}
.menuimage{
    display: inline-block;
}

.alignimages{
   text-align: center;
}

.buttons{
    text-align: center
}
.buttons img{
    max-width: 244px;
}
.buttons img{
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 10px;
}

.sangria{
    text-align: center;
}
/*---------- MEDIA queries -----------*/



@media screen and (max-width: 510px) {
    .vealtitlediv{
        padding: 0px !important;
    }
    .menunav li a {
    white-space: normal;
    height: 56px;
    vertical-align: middle;
    
}
}
@media screen and (max-width: 450px) {
    
    .vealtitle,.drink{
        font-size: 1.8rem;
    }
   .menunav li a {
    font-size: 13px !important;
       text-align: center;
       overflow: visible;
   
    }
}

@media screen and (max-width: 405px) {
    
    .vealtitle,.drink,.spark{
        font-size: 1.6rem;
    }
    .menunav li a {
        font-size: 11px !important;}
} 
@media screen and (max-width: 365px) {


    .pricepasta{
        font-size: 25px;
    }

    .price{
        font-size: 25px;
    }
     .vealtitle,.drink{
        font-size: 1.4rem;
    }
    .menunav li a {
   
    font-size: 11px !important;
    }
}
@media screen and (max-width: 330px) {
  .spark{
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 992px) {

.pricerowpasta  .pricepasta{
    width: 100%;
    display: block;
    padding-left: 5%;
    text-align: right;
    margin-top: 0;
}

    .pricerowpasta{
        margin-top: 0;
        margin-bottom: 3px;
    }
    .meanurow .col-6{
        vertical-align: middle;
    }

}



.ui-btn-active{
    background-color: #000 !important;
    text-shadow: 0;
    text-decoration: none;
    color: White !important;
    border-color: #000 !important; 
    
    text-shadow: none !important; 

} 

.ui-btn:focus {
       box-shadow: none !important;
}
.ui-state-focus{
    box-shadow: none;
    text-shadow: none;
}

