@charset "UTF-8";
/* CSS Document */

.page-header h1, h1.page-title  {
	font-family: 'Rochester';
	font-size: 50px;
	color: #250f03;
	background-image: url(../../images/page-header-bg.png);
	background-repeat: no-repeat;
	padding-left: 50px;
	box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
	font-weight: normal !important;
}

h1.page-title {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

.top-header .span4.logo {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

#slogan p {
	text-align: center;
	font-size: 28px;
	padding-bottom: 15px;
	color: #250f03;
}

.top-header .span4.search-bar {
	margin-top: 155px;
}

.search-bar #searchform, .search-bar ul#menu-header-social-links {
	float: right;
}

ul li.header-links {
	padding-left: 8px;
}

ul.app-links {
	padding-top: 15px;
}

ul.app-links li {
	display: inline-block;
	padding-right: 10px;
}

input.wpcf7-submit, input#mc_signup_submit {
	border: 1px solid #4e8f09;
	background-color: #7abe31;
	color: #fff;
	text-shadow: 1px 1px #4e8f09;
	padding: 8px 15px;
	border-radius: 5px;
}

/*HOMEPAGE STYLES------------------------------*/
#homepage-slider {
	padding-top: 15px;
	padding-bottom: 15px;
}

#mission-statement {
	background-color: #250f03;
	color: #ffffff;
	border-bottom: 15px solid #fff;
}

#mission-statement p {
	color: #ffffff;
	font-family: 'Rochester';
	font-size: 35px;
	line-height: 48px;
	text-align:center;
	padding: 20px;
}

#green-content .span3, #green-content .span9 {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	background-color: #ffffff;
	border-radius: 8px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#green-content .span3 h4, #green-content .span9 h4 {
	font-family: 'Open Sans';
	font-weight: bold;
	color:#7abe31;
	font-size: 30px;
	text-transform: uppercase;
}

#green-content .span4 {
	margin-top: 50px;
	margin-bottom: 50px;
}

#green-content .span4 p {
	line-height: 24px;
}

ul li.nav-menu a, footer ul li.footer-shop a {
	text-transform: uppercase;
}

ul#menu-main-nav li a {
	font-size: 16px;
	font-weight: bold;
}

/* LUSH MENU PAGE -----------------------------*/

.menu_category  h2{
font-family: 'Nunito';
border-bottom: 1px solid #250f03;
text-transform: uppercase;
color: #250f03;
margin-top: 20px;
}

p.menu_category_desc, span.menu_price {
	color: #db247e;
}

.menu_item_info h3, ul.one-column li h3 {
	color: #7abe31;
	border-bottom: double #ccc;
}

/* MAIL CHIMP WIDGET -----------------------------*/

label.mc_email_format, .field-group.groups.mc_email_options {
	display: none;
}

.mc_signup_submit {
	text-align: inherit;
}

input#mc_signup_submit {
	width: 50%;
	margin-top: 0;
}

.mc_merge_var {
	margin-bottom: 0 !important;
}

input#mc_mv_EMAIL {
	height:28px;
}

/* SEARCH BAR -----------------------------*/
.span4.search-bar input#s {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	float:left;
}

.span4.search-bar input#searchsubmit {
	border-left:none;
	float: left;
	border: 1px solid #4e8f09;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;	
	height: 30px;
	background-color: #7abe31;
	color: #fff;
	text-shadow: 1px 1px #4e8f09;
	padding-left: 10px;
	padding-right: 10px;
}