/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.restaurant-menu    {
    margin-bottom: 30px;
    overflow: hidden;
}

.restaurant-menu-name   {
    background-color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: normal;
    text-transform: uppercase;
}

.restaurant-menu-name:after {
    content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . ";
    float: left;
    white-space: nowrap;
    width: 0;
}

.restaurant-menu-price  {
    background-color: #fff;
    float: right;
    padding-left: 10px;
}



