body {
	line-height: 1.35em;
	/*background-image: url(../images/HuHot-BG.jpg);*/
	background-color: #dfd089;
}
.fooditem a {
	color: darkred !important;
	text-transform: uppercase;
	font-family: 'arial_narrowbold';
	letter-spacing: 1px;
	font-size: 20px;
}
h1 {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 30px;
	font-size: 48px;
}
h2 {
	color: black;
	border-bottom: 3px solid #a98f52;
	margin-bottom: 20px;
	padding: 7px;
	padding-left: 14px;
	background: linear-gradient(#a98f52, #a98f52);
	font-weight: bold;
	font-family: 'arial_narrowbold';
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 7px;
}
.menusection {
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.menusect {
	padding-left: 4%;
	padding-right: 4%;
	width: 93.5% !important;
}
ul.leaders {
    padding: 0;
    overflow-x: hidden;
    list-style: none;
}
/************* FOOD ITEMS - DOT LEADERS *************/
ul.leaders li:before {
    float: left;
    width: 0;
    white-space: nowrap;
    color: gray;
}
ul.leaders span:first-child {
    padding-right: 0.33em;
    padding-left: 0px !important;
}
ul.leaders span + span {
    float: right;
    padding-left: 0.33em;
}
.spicy, .attention1, .attention2, .attention3 {
	float: none !important;
	padding-right: 0.33em !important;
    padding-left: 0px !important;
}
.spicy img, .attention1 img, .attention2 img, .attention3 img {
	position: relative;
	bottom: 3px;
	display: inline-block !important;
	float: none !important;
}
.feature {
	display: inline-block;
	padding-right: 10px;
}
/************* ADDITIONS - DOT LEADERS *************/
ul.leaders p.additions:before {
    float: left;
    width: 0;
    white-space: nowrap;
    color: gray;
}
ul.leaders p.additions span:first-child {
    padding-right: 0.33em;
    background: white;
}
ul.leaders p.additions span + span {
    float: right;
    padding-left: 0.33em;
    background: white;
}
.additions, .variations {
	margin-left: 20px;
	margin-top: -20px;
	margin-bottom: 20px;
}
.additions {
	color: gray;
}
.additions span.price, .variations span.price {
	font-weight: normal !important;
	font-size: 16px;
}
.addition, .variations {
	font-size: 14px;
}
/************* SIZES - DOT LEADERS *************/
ul.leaders p.sizes:before {
    float: left;
    width: 0;
    white-space: nowrap;
    color: gray;
    content:
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . ";
}
ul.leaders p.sizes span:first-child {
    padding-right: 0.33em;
    background: white;
}
ul.leaders p.sizes span + span {
    float: right;
    padding-left: 0.33em;
    background: white;
}
.sizes {
	margin-left: 20px;
	font-style: italic;
	margin-top: -20px;
	margin-bottom: 20px;
}
.size {
	font-size: 14px;
	font-weight: bold;
	color: #606060FF;
}
/***************************************************/
.fooditem {
	font-weight: bold;
	font-size: 18px;
}
.price {
	font-style: normal;
	color: black;
	font-size: 18px;
	font-weight: bold;
}
.description {
	margin-left: 20px;
	margin-right: 30px;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 16px;
	color: black;
	font-weight: 600;
}
.featured {
	background-color: #FFFFF1;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 0px;
	margin-bottom: 20px;
	border: thin solid lightgray;
	border-radius: 10px;
	overflow: hidden;
}
ul.leaders li.featured span:first-child {
    background: #FFFFF1;
}
 ul.leaders li.featured span + span {
    background: #FFFFF1;
    padding-right: 0.50em;
}
i {
	color: red;
}
.photo {
	box-shadow: inset 0px 0px 40px rgba(0,0,0,.08);
	margin-bottom: 5px;
	margin-top: 5px;
	border-radius: 10px;
}
.foodphoto {
	border: thin solid black;
	border-radius: 10px;
	width: 100%;
	position: relative;
	z-index: -2;
}

/******** EDIT FORM STYLES ***************/
#editconfigs, #addconfigs {
	display: none;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 30px;
	border-radius: 15px;
	box-shadow: 0px 0px 30px #3d3d3d;
}
#editconfigs h1, #addconfigs h1 {
	margin-top: 0px;
}
.filtereddate {
	display: block;
}
.coloumn {
	border: thin solid #c6c6c6;
	padding: 10px;
	margin: 7px;
	overflow: hidden;
	border-radius: 5px;
}
.coloumn h3 {
	font-size: 18px;
	font-weight: bold;
	margin-top: -5px;
	margin-bottom: 7px;
	color: darkgray;
}
h3.groupheadtitle {
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 20px;
	color: darkgray;	
}
#editconfigs input, #editconfigs select, #addconfigs input, #addconfigs select  {
	display: inline-block;
	width: 220px;
	float: left;
	margin-top: 5px;
	padding-left: 5px;
}
#editconfigs label, #addconfigs label {
	display: inline-block;
	width: 130px;
	float: left;
	clear: both;
	text-align: right;
	padding-right: 10px;
	margin-top: 5px;
}
#editconfigs input#filteredbtn, #addconfigs input#filteredbtn {
	display: block !important;
	margin: 10px auto 0px auto !important;
	float: none !important;
}
button#filteredtopbtn {
	margin-top: 0px !important;
}
.margintop {
	display: block;
	margin-bottom: 0px;
}
#closebtn, #deletebtn {
	position: absolute;
	right: 30px;
	top: 50px;
	cursor: pointer;
	font-weight: bold;
}
#closebtn a {
	color: white;
}
#deletebtn {
	right: 100px;
}
.centeralign {
	text-align: center !important;
	width: 100% !important;
}
.threecolinput {
	width: 95% !important;
	margin: 0px 5px 0px 5px;
}
.seslogout {
	font-size: 14px;
	color: black;
}
.sortarrows {
	display: inline;
	width: 10px;
}
.topfilter {
	margin-top: 10px;
	font-size: 14px;
}
#fooditembuttons {
	text-align: center;
}
.savenclose {
	color: white;
	background-color: darkgray !important;
}
.savenclose:hover {
	background-color: lightgray !important;
	border: thin solid darkgray;
	color: black;
}
input:focus, select:focus, textarea:focus {
	background-color: #e9e9e9;
}
/*********************************************/