/* ITEM PRICE * ---------------------- 7-11  1138 */
.hero-menu-item-price{

   font-size: 16px !important;
  font-weight: 100;
  color: #666666;
  transition: all cubic-bezier(0.39, 0.58, 0.57, 1) 0.3s;
  box-shadow: 0 0 5px -5px rgba(17, 17, 17, 0.1607843137);
}

/*SECTION TITLE - Text above menu items  7-11-1207*/
.section-title1 h2 {
    font-family:  serif;
    font-size: 30px;
    line-height: 18px;
    font-weight: 600;
	color: #056b0d;
  	margin-bottom:10px;
  	margin-top:10px;
}

/*VIA MX CREATOR SUPPORT - MARGIN ABOVE TOP TITLE */
section.parallax-section {
	padding: 10px 0 !important;
}

/*VIA MX CREATOR SUPPORT - MARGIN BELOW LAST MENU ITEM */
.single-menu .hero-menu_content {
	padding: 20px 20px 20px; 
	margin-bottom:0px;
	margin-top:0px;

/*
  	background:#ffffff;
	border:1px solid #eee;
*/