/*
Theme Name: Verona Child
Theme URI: URI to your theme
Description: Verona child theme
Author: Your name and a link to your site
Template: verona
*/

@import url("../verona/style.css");

/* Now below we can override styles from the parent theme... */
header nav ul li {    
margin-left: 25px;    
}

.price-tag {
    padding: 5px 0;
    border-top: 1px solid #ebdac9;
    border-bottom-right-radius: 3px;
    background: #f3e1d0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    min-height: 25px;
    padding-left: 100px;
}

.food-menu-item p {
    font-size: 10px;
    line-height: 11px;
    height: 50px;
    margin-bottom: 7px;    
    padding-right: 3px;
}
.menu-title {
    font-size: 13px;
 
    padding-top: 4px;
}
