Modified 7/11


/*START STYLE MODIFICATIONS FOR MX MENU CREATOR */

/*431 SPACE BELOW MENU ITEM */
.single-menu .hero-menu-item {
	padding-right:20px;
	margin-bottom:20px;
}

/*436 PADDING ABOVE MENU TYPES */
.single-menu .hero-menu_content {
	padding:20px 20px 20px;
	margin-bottom:20px;
	margin-top:10;
	background:#f9f9f9;
	border:1px solid #eee;
}


/*453 MENU ITEM TITLE  ?????*/
.hero-menu-item-title h6{
	color:#fff;
	float:left;
	font-family: sans-serif;
	font-size:40px;
	font-weight:100;
	position:relative;
}


/*453 MENU ITEM TITLE ?????*/
.single-menu .hero-menu-item h6 {
	font-size:40x; /* Changed from 40 to 80 and back to 40 7-11 1213
/*	font-family: sans-serif;  ------------------ added 7-11-1145  and removed*/
}






/*493 MENU ITEM INFO TEXT */
.hero-menu-item-info p{
	color: #fff;
	font-weight:400;
	text-align:left;
	font-style: italic;
	background-color: rgba(193,157,96,0.7);
	padding: 10px 10px;
	margin-bottom: 2px;
	margin-right: 2px;
	border-radius: 30px;
	font-size: 17px;
}







/*554 SPACE BELOW ITEMS 0628 1521 hight from 15*  removed h6 after item --------------------------------------*/
.single-menu .hero-menu-item {
    font-size:20px;
	min-height:0px;
}



/*648 TOP TITLE TEXT  ???*/
.section-title h4 {
 	font-family: sans-serif;
	font-style:italic;
	font-size:30px;
	font-weight:500;
	padding-bottom:0px;
}

/*SECTION TITLE Top of section (Module) Above Item Headings and Item title. Text is defined in General Settings Tab*/
.section-title h2 {
	font-size:35px;
	font-weight:500; /* changed from 400 to 600 7-11 1225 */
	color: #d17f94;
	font-family: sans-serif;
}



/*SECTION TITLE - Text above menu items  7-11-1207*/
.section-title1 h2 {
    font-family:  sans-serif;
    font-size: 25px;
    line-height: 18px;
    font-weight: 600;
	color: #d17f94;
}

/*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:0;
  
 
	background:#ffffff;
	border:1px solid #eee;
 
}

.txtinfo {
	padding: 0px 0px 0px !important;
}

/* Menu Item Text----------------------------------*/
.hero-menu-item-details p{
	color: #fff;
	text-align:left;
	max-width:400px;
	font-weight:300;
		margin-left: 20px;
	margin-right:60px;
	padding-right:0px;
  
      font-family:  sans-serif;
    font-size: 15px;

  
}

/* 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);

 /*
  background: #fff;
  padding: 1px 5px;
  border-radius: 2px;
  */


}



