@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,600,700);
@import url(http://fonts.googleapis.com/css?family=Muli);

body {
	background: url(../images/background-salad.jpg) no-repeat bottom center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #2c2c2c;
}

h1, h2, h3 {
	font-family: 'Muli', Helvetica, Arial, sans-serif;	
	color: #008752;
	font-weight: 400;
}

h3 {
	font-size: 1.2em;
	padding-bottom: 5px;
	border-bottom: 1px solid #aaa;
}

h3.hours {
	font-size: 1.4em;
}

h3.no-border {
	border-bottom: none;
}

a {
	color: #008752;
}

.wrapper {
	padding-left: 25px;
	padding-right: 25px;
}

.italic {
	font-style: italic;
}

@media screen and (min-width: 1400px){
	body {
		background: url(../images/background-salad.jpg) no-repeat 70% center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}

@media screen and (max-height: 800px) {
	body {
		background: url(../images/background-salad.jpg) no-repeat 95% center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}

@media screen and (max-width: 600px) {
	.wrapper {
		padding-left: 10px;
		padding-right: 10px;
	}	
}

/* ======================================== *
	Header
 * ======================================== */
#header-wrapper {
	background: #c1e99a url(../images/background-abstract-salad.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#header {
	padding-top: 20px;
	padding-bottom: 12px;
}

#header-2 {
	vertical-align: middle;
}

#green-bar-top-wrapper {
	height: 23px;
	background: #007d4a url(../images/green-texture.jpg) repeat;
	border-bottom: 1px solid #003821;
	border-top: 1px solid #006f43;
	-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255, 0.3);
	-moz-box-shadow: inset 0 1px 1px rgba(255,255,255, 0.3);
	box-shadow: inset 0 1px 1px rgba(255,255,255, 0.3);
}

@media screen and (max-width: 950px), screen and (max-height: 800px) {
	#header {
		padding-top: 12px;
		padding-bottom: 7px;
	}

	#green-bar-top-wrapper {
		height: 10px;
	}

	#logo {
		width: 190px;
	}
}

@media screen and (max-width: 800px) {
	#header-2 > .inner {
		padding-left: 15px;
		padding-right: 0;
	}
}

@media screen and (max-width: 750px) {
	#green-bar-top-wrapper { 
		display: none;
	}

	#header-wrapper {
		padding: 0;
	}

	#header {
		padding-bottom: 0;
	}

	#header-1 {
		text-align: center;
		padding-bottom: 20px;
		padding-top: 15px;
	}
	
	#header-2 {
		padding-bottom: 0;
	}
	#header-2 > .inner{
		padding: 0;
	}
}

/* ======================================== *
	Menu
 * ======================================== */	
#main-menu #menu-dropdown {
	display: none;
	background: #007d4a url(../images/green-texture.jpg) repeat;
	border-bottom: 1px solid #003821;
	border-top: 1px solid #006f43;
	-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255, 0.3);
	-moz-box-shadow: inset 0 1px 1px rgba(255,255,255, 0.3);
	box-shadow: inset 0 1px 1px rgba(255,255,255, 0.3);
	text-align: center;
	color: #fff;
	font-size: 18px;
	padding: 7px;
	font-family: 'Muli', Helvetica, Arial, sans-serif;
	text-transform: lowercase;
	cursor: pointer;
}

#main-menu #menu-dropdown .icon {
	background: url(../images/icon-menu.png) no-repeat left center;
	padding-left: 30px;
}

#main-menu .menu {
	list-style: none;
	margin-top: 10px;
	padding-left: 0;
}

#main-menu .menu > .menu-item {
	display: inline-block;
	margin: 0 0 0 18px;
}

#main-menu .menu > .menu-item:first-child {
	margin-left: 0;
}

#main-menu .menu > .menu-item > a {
	color: #007346;
	font-size: 22px;
	display: inline-block;
	padding: 10px 0;
	font-family: 'Muli', Helvetica, Arial, sans-serif;
	text-transform: lowercase;
}

#main-menu .menu > .menu-item > a:hover {
	color: #26300d;
	text-decoration: none;
}

#main-menu .menu > .menu-item:before {
	content: "•";
	font-size: 30px;
	line-height: 30px;
	margin: 0 18px 0 0;
	color: #7ac142;
	position: relative;
	top: 5px;
}

#main-menu .menu > .menu-item:first-child:before {
	content: "";
	margin: 0;
}

/* second level navigation */
#main-menu .menu > li > div {
	position: relative;
}

#main-menu .menu > li > div > ul {
	position: absolute;
	top: 100%;
	left: 15px;
	text-align: left;
	min-width: 200px;
	z-index: 1000;
	border-top: 0;
	display: none;
	visibility: hidden;
	opacity: 0;
	list-style: none;
	padding-left: 0;
	font-size: .9em;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	background: #007d4a url(../images/green-texture.jpg) repeat;
	-webkit-box-shadow: 0 4px 5px rgba(0,0,0, 0.4);
	-moz-box-shadow: 0 4px 5px rgba(0,0,0, 0.4);
	box-shadow: 0 4px 5px rgba(0,0,0, 0.4);
}

#main-menu .menu li > div > ul > li {
	position: relative;
}

#main-menu .menu li > div > ul > li > a {
	display: block;
	font-size: 16px;
	padding: 5px 15px;
	color: #fff;
	border-top: 1px solid rgba(255,255,255,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.3);
	text-shadow: 0px 2px 4px rgba(0,0,0,0.50);
	font-family: 'Muli', Helvetica, Arial, sans-serif;
}

#main-menu .menu li > div > ul > li > a:hover {
	text-decoration: none;
	color: #ebaf55;
}

#main-menu .menu li > div > ul > li.last > a {
	border-bottom: 0;
} 

/* navigation hover rollouts */
html.no-touch #main-menu .menu > li:hover > div > ul,
html.no-touch #main-menu .menu > div > ul:hover,
#main-menu .menu ul.display {
	display: block;
	visibility: visible;
	opacity: 1;
}


@media screen and (max-width: 950px), screen and (max-height: 800px) {
	#main-menu .menu > .menu-item {
		margin: 0 0 0 12px;
	}

	#main-menu .menu > .menu-item > a {
		font-size: 18px;
		font-family: 'Muli', Helvetica, Arial, sans-serif;
		text-transform: lowercase;
	}

	#main-menu .menu > .menu-item:before {
		content: "•";
		font-size: 26px;
		line-height: 26px;
		margin: 0 12px 0 0;
		top: 5px;
	}

	#main-menu .menu > li > div > ul { 
		left: 5px;
	}
}

@media screen and (min-width: 750px) {
	#main-menu .menu {
		display: block !important;
	}
}

@media screen and (max-width: 750px) {
	#main-menu .menu {
		display: none;
		background: #007d4a;
		margin-top: 0;
	}

	#main-menu .menu > .menu-item {
		margin: 0;
	}

	#main-menu .menu > .menu-item > a {
		color: #fff;
		padding:0;
		display: block;
	}

	#main-menu .menu > .menu-item:before {
		content: "";
		margin: 0;
	}

	#main-menu #menu-dropdown {
		display: block;
	}

	#main-menu .menu .menu-item {
		display: block;
		text-align: center;
		padding: 5px 25px;
		background: rgba(255,255,255,0.05);
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}



	#main-menu .menu > li > div > ul {
		width: 100%;
		text-align: right;
		left: 0;
	}

	#main-menu .menu li > div > ul > .menu-item {
		padding: 0;
	}
}

html.no-touch.mobile-nav #main-menu .menu > li:hover > div > ul,
html.no-touch.mobile-nav #main-menu .menu li > div > ul:hover,
html.mobile-nav #main-menu .menu div > ul.display  {
	visibility: visible;
	opacity: 1.0;
	display: block;
}


/* ======================================== *
	Body
 * ======================================== */
#body {
	min-height: 800px;
}

#body-1 {
	background: rgba(255,255,255, 0.8);
}

#body-1 > .inner {
	padding-top: 50px;
	padding-bottom: 150px;
}

#body-2 {
	text-align: right;
}

#body #right-sidebar {
	text-align: center;
	display: inline-block;
}

#body #right-sidebar #hours-location {
	background-color: rgba(255,255,255, 0.8);
	padding: 50px 25px 10px 25px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}

body.home #body h2 {
	margin-bottom: 8px;
	font-size: 34px;
	line-height: 36px;
}

#twitter-feed ul {
	list-style: none;
	padding-left: 0;
}

#twitter-feed ul li {
	background: url(../images/tweet-icon.png) no-repeat top left;
	min-height: 50px;
	margin: 25px 0;
	line-height: 1.3em;
	padding: 0 0 0 65px;
}

#twitter-feed ul li p {
	margin-bottom: 0;
}

#twitter-feed ul li .timePosted {
	font-size: 11px;
	margin-top: 3px;
}

@media screen and (max-width: 950px) {
	body.page-template-default #body-2,
	body.page-template-templatescontact-php #body-2,
	body.page-template-templatescatering-php #body-2 {
		background: rgba(255,255,255, 0.8);
		text-align: center;
		width: 100%;
	}

	body.page-template-default #body-1 > .inner,
	body.page-template-templatescontact-php #body-1 > .inner,
	body.page-template-templatescatering-php #body-1 > .inner {
		padding-bottom: 0;
	}

	body.page-template-default #body #right-sidebar #hours-location,
	body.page-template-templatescontact-php #body #right-sidebar #hours-location,
	body.page-template-templatescatering-php #body #right-sidebar #hours-location {
		background-color: transparent;
	}

	body.page-template-default #body #right-sidebar,
	body.page-template-templatescontact-php #body #right-sidebar,
	body.page-template-templatescatering-php #body #right-sidebar {
		margin-top: 0;
	}
}


@media screen and (max-width: 900px) {
	body.home #body-1 {
		width: 66%;
	}

	body.home #body-2 {
		width: 33%;
	}

	body.home #body-2 > .inner {
		min-width: 310px;
	}

	body.home #body-1 > .inner {
		padding-top: 25px;
		min-width: 400px;
	}

	body.home #body #right-sidebar #hours-location {
		padding-top: 25px;
	}
}

@media screen and (max-width: 750px) {
	body.home #body-1 {
		width: 100%;
	}

	body.home #body-1 > .inner {
		padding-bottom: 0;
	}

	body.home #body-2 {
		width: 100%;
		background: rgba(255,255,255, 0.8);
		text-align: center;
	}

	body.home #body #right-sidebar #hours-location {
		background-color: transparent;
	}
}

#slideshow { 
	margin-top: 25px;
	position: relative; 
	border: 5px solid #fff;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0, 0.6);
	-moz-box-shadow: 0 0 15px rgba(0,0,0, 0.6);
	box-shadow: 0 0 15px rgba(0,0,0, 0.6);
}

#slideshow > .spacer{
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	visibility: hidden;
	display: block !important;
}

#slideshow > div { 
   position: absolute; 
   top: 0; 
   left: 0;
   width: 100%;
}

#slideshow > div > img{
	display: block;
	width: 100%;
}


/* ======================================== *
	Footer
 * ======================================== */
#footer-wrapper {
	background: #c1e99a url(../images/background-abstract-salad.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0;
	-webkit-box-shadow: 0 0 35px rgba(0,0,0, 0.5);
	-moz-box-shadow: 0 0 35px rgba(0,0,0, 0.5);
	box-shadow: 0 0 35px rgba(0,0,0, 0.5);
}

html.touch #footer-wrapper {
	position: relative;	
}

#footer {
	padding: 20px 0;
	font-weight: 600;
	color: #008752;
	font-size: 13px;
	line-height: 20px;
}

#footer span.bullet {
	margin: 0 10px;
	color: #7ac142;
	font-size: 28px;
	line-height: 13px;
	position: relative;
	top: 5px;
}

#footer-2 {
	text-align: right;
	vertical-align: middle;
}

#footer-1 a {
	color: #008752;
}

#footer-1 a:hover {
	text-decoration: underline;
}

#footer .social-links.top {
	display: none;
	text-align: center;
	margin: 10px 0;
}

#footer .facebook {
	display: inline-block;
	width: 13px;
	height: 28px;
	background: url(../images/icon-facebook.png) no-repeat;
	vertical-align: middle;
	margin-right: 15px;
}

#footer .twitter {
	display: inline-block;
	width: 28px;
	height: 23px;
	background: url(../images/icon-twitter.png) no-repeat;
	vertical-align: middle;
	margin-right: 15px;
}

#footer .email {
	display: inline-block;
	width: 31px;
	height: 20px;
	background: url(../images/icon-email.png) no-repeat;
	vertical-align: middle;
}

#green-bar-bottom {
	height: 10px;
	background: #007d4a url(../images/green-texture.jpg) repeat;
	border-bottom: 1px solid #003821;
	border-top: 1px solid #006f43;
	-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255, 0.3);
	-moz-box-shadow: inset 0 1px 1px rgba(255,255,255, 0.3);
	box-shadow: inset 0 1px 1px rgba(255,255,255, 0.3);
}

@media screen and (max-width: 950px), screen and (max-height: 800px) {
	#footer {
		padding: 7px 0;
	}

	#green-bar-bottom {
		height: 6px;
	}
}

@media screen and (max-width: 950px), screen and (max-height: 600px) {
	#footer-wrapper {
		position: relative;
	}
}

@media screen and (max-width: 850px) {
	#footer .bullet.last {
		display: none;
	}
	#footer-1 a {
		display: inline-block;
		margin-right: 50px;
	}
}

@media screen and (max-width: 650px) {
	#footer-2 {
		display: none;
	}

	#footer-1 {
		text-align: center;
		padding-bottom: 10px;
	}

	#footer .copyright {
		display: block;
	}

	#footer .rights {
		display: none;
	}

	#footer .social-links.top {
		display: block;
	}

	#footer-1 a {
		margin-right: 0;
	}
}


.salad-ingredient {
	display: inline-block;
	width: 225px;
	padding-bottom: 5px;
}

#body .bullet {
	display: inline-block;
	margin: 0 15px;
}

p.success {
	color: #05814f;
	font-weight: 700;
}

#contact-form {
	max-width: 650px;
	padding-right: 25px;
}

#contact-form td:first-child {
	width: 75px;
}

#contact-form table {
	width: 100%;
}

#contact-form input[type=submit] {
	border: 0;
	padding: 10px 20px;
	background-color: #05814f;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#05814f), to(#045b38));
	background-image: -webkit-linear-gradient(#05814f, #045b38);
	background-image: -moz-linear-gradient(#05814f, #045b38);
	background-image: -o-linear-gradient(#05814f, #045b38);
	background-image: linear-gradient(#05814f, #045b38);
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#contact-form input[type=text],
#contact-form textarea {
	width: 100%;
	max-width: 300px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	color: #333;
	margin-bottom: 4px;
}

#contact-form textarea {
	height: 100px;
	margin-top: 2px;
	resize: none;
}

.map.dynamic > div {
	border: 5px solid #fff;
}




.food-box .food-item {
	clear: both;
	padding: 25px 0;
}


.food-box .food-item .food-title {
	margin-bottom: 5px;
	font-size: 1.3em;
	padding-bottom: 5px;
	line-height: 1.2em;
	border-bottom: 1px solid #aaa;
	font-family: 'Muli', Helvetica, Arial, sans-serif;	
	color: #008752;
}

.food-box .food-item .food-title img{
	margin-left: 10px;
}


.food-box .food-item .description {
	line-height: 1.2em;
	font-size: .9em;
	color: #666;
	margin-bottom: 5px;
}

.food-box .food-item .price {
	font-size: 1.4em;
	color: #008752;
	float: right;
	position: relative;
	top: 0px;
}


.food-box .food-item .v-price {
	color: #008752;
	font-weight: 700;	
}

.food-box .food-item .add-on-price {
	color: #008752;
	font-weight: 700;	
}