.asvc-rest-menu-list ul {
    list-style-type: none;
}
.asvc-rest-menu-list h3 {
margin-bottom:0;
line-height:1em;
text-transform:uppercase;
}
.asvc-rest-menu-list ul li {
    margin-bottom: 25px;
}

.asvc-rest-menu-list ul li:last-child {
    margin-bottom: 0;
}
.asvc-rest-menu-item {
    position:relative;
    padding-top:25px;
}
.asvc-rest-menu-list .asvc-rest-menu-title-holder {
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    padding-right: 5px;
}

.asvc-rest-menu-list .asvc-rest-menu-line {
    height: 3px;
    border-bottom: 1px dotted rgba(0,0,0,.2);
    display: table-cell;
    width: 98%;
    z-index: 1;
    position: relative;
    bottom: 2px;
}

.asvc-rest-menu-list .asvc-rest-menu-price-holder {
    display: table-cell;
    width: 1%;
    padding-left: 7px;
    white-space: nowrap;
}

.asvc-rest-menu-list .asvc-rest-menu-bottom-holder {
    position: relative;
    top: 5px;
}

.asvc-rest-menu-list .asvc-rest-menu-description-holder {
    float: left;
    width: 70%;
    line-height: 1.3em;
    font-size:14px;
}

.asvc-rest-menu-list .asvc-rest-menu-label-holder {
    position: absolute;
    width: 30%;
    text-align: right;
    top:-60px;
    right:-15px;
}

.asvc-rest-menu-list .asvc-rest-menu-label-holder .asvc-rest-menu-label {
    background-color: red;
    color: #fff;
    font-style: italic;
    padding: 3px 13px;
    text-align: center;
    font-weight:400;
    font-size:14px;
}

.asvc-rest-menu-list li.asvc-rest-menu-with-featured-image .asvc-rest-menu-item-content {
    padding-left: 100px;
}

.asvc-rest-menu-list li.asvc-rest-menu-with-featured-image .asvc-rest-menu-item-image {
    float: left;
    width: auto;
    max-width:200px;
    position: relative;
    padding-right:20px;
}

.asvc-rest-menu-list li.asvc-rest-menu-with-featured-image .asvc-rest-menu-item-image a {
    display: block;
}

.asvc-rest-menu-list li.asvc-rest-menu-with-featured-image .asvc-rest-menu-item-image img {
    vertical-align: middle;
}

.asvc-rest-menu-list.asvc-rest-menu-light .asvc-rest-menu-label,.asvc-rest-menu-list.asvc-rest-menu-light .asvc-rest-menu-price,.asvc-rest-menu-list.asvc-rest-menu-light .asvc-rest-menu-title {
    color: #fff;
}

.asvc-rest-menu-list.asvc-rest-menu-light .asvc-rest-menu-line {
    border-color: rgba(255,255,255,.25);
}
.lora-italic {
font-family: Lora;
font-style:italic;
font-weight:200;
font-size:60px;
}
.clearboth {
    clear: both;
}