
@charset "utf-8";
/*------------------------------------------------------------------
[Master Stylesheet]

Project: Rhythm
Version: 3.7.2
Last change: 29 September 2022
Primary use: Multipurpose Template  

   */


ul, li{
    list-style-type: none;
}

.piatto {
	float: left;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.00208em;
  

}

.piatto span{

    line-height: 14px;
    
    

}
.prezzo {
	float: right;

}
.textbox{
	line-height: 0px;
}
.lineamenu{


}

.line{
	border-bottom: 1px solid #aaaaaa;
    margin-top:-14px;
}

.pietanze{
	    
    font-size: 2.17rem;
    letter-spacing: -0.04em;
}


@media only screen and (max-width: 480px) {
.piatto {
	line-height: 14px;
  

}
}

 
.btn-mod-red,
a.btn-mod-red{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 13px 4px;
    color: #fff;
    background: red;
    border: 2px solid transparent;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .065em;
    border-radius: 0;
    box-shadow: none;
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.btn-mod:hover,
.btn-mod:focus,
a.btn-mod:hover,
a.btn-mod:focus{
    background: #000;
    color: #fff;
    text-decoration: none;
    outline: none;
    border-color: transparent;
    box-shadow: none;
}
.btn-mod:active{
    cursor: pointer !important;
    outline: none !important;
}