/* BASE CSS */
* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #FFFFFF;
}

body {
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 32px;
	font-weight: 300;
	color: #615C58;
	color: #000000;
	padding-top: 520px;
}

body.layout2, body.layout4 {
	padding-top: 970px;
}

body.editor {
	background-image: none;
	min-height: 400px;
	padding-top: 0px;
}

body.editor, .cke_panel_block {
	background-color: #FFFFFF;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
}

table td {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
}

ul {
	padding-left: 15px;
}

#content ul, #content ol, .editor ul, .editor ol {
	padding-left: 15px;
	margin-bottom: 10px;
}

h1 {
	font-size: 30px;
	line-height: 32px;
	font-weight: 400;
	color: #587F2B;
	margin-bottom: 10px;
}

h1 + h2 {
	margin-top: -10px;
	margin-bottom: 10px;
}

h2 {
	font-size: 25px;
	line-height: 27px;
	font-weight: 50;
	color: #CED64D;
	color: #9DA344;
	margin-bottom: 5px;
}

h2 a {
	color: #CED64D;
}

hr {
	border: 0px;
	height: 1px;
	color: #615C58;
	background-color: #615C58;
	margin: 20px 0px;
}

img {
	border: none;
}

#content img, .editor img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color: #587F2B;
}

blockquote {
	margin: 10px 0px 10px 15px;
}

optgroup option {
	padding-left: 20px;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

.cf:before, .cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	zoom: 1;
}

.right_photo {
	float: right;
	margin: 5px 0px 10px 15px;
	display: inline;
}

.left_photo {
	float: left;
	margin: 5px 15px 10px 0px;
	display: inline;
}

/* FORM CSS */

fieldset {
	border: 0px;
}

legend {
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 5px;
}

label, .label {
	white-space: nowrap;
}

fieldset td {
	padding: 2px 4px;
}

input, select, textarea {
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	padding: 2px;
}

.button, input[type="button"], input[type="submit"], input[type="reset"] {
	border: 0px;
	background-color: #CED64D;
	color: #587F2B;
	font-size: 14px;
	font-weight: 400;
	padding: 2px 4px;
}

a.button {
	display: inline-block;
	padding: 5px 20px;
	font-size: 20px;
	margin-bottom: 20px;
}

.alert, .red {
	color: #FF0000;
}

/* LAYOUT CSS */

.container {
	width: 960px;
	margin: 0px auto;
	position: relative;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 418px;
	padding-top: 8px;
	border-top: 15px solid #CED64D;
	background-image: url('../images/header_bg.jpg');
	background-repeat: repeat-x;
	background-position: top center;
}

.layout2 #header {
	height: 918px;
	background-image: url('../images/header_bg_home.jpg');
}

#request_quote {
	float: left;
	font-size: 15px;
	line-height: 16px;
	text-transform: uppercase;
	font-style: italic;
	color: #5D8430;
}

#socialnav {
	float: right;
	height: 19px;
	margin-bottom: 8px;
}

#socialnav li {
	list-style: none;
	width: 21px;
	height: 19px;
	float: left;
	display: inline;
}

#socialnav li.twitter {
	margin-left: 3px;
}

#socialnav li.instagram {
	margin-left: 7px;
}

#socialnav li.pinterest {
	margin-left: 3px;
}

#socialnav li a {
	display: block;
	width: 21px;
	height: 19px;
	background-repeat: no-repeat;
	text-indent: 105%;
	overflow: hidden;
}

#socialnav li a:hover {
	background-position: 0px -19px;
}

#socialnav li.facebook a {
	background-image: url('../images/icon_facebook.png');
}

#socialnav li.twitter a {
	background-image: url('../images/icon_twitter.png');
}

#socialnav li.instagram a {
	background-image: url('../images/icon_instagram.png');
}

#socialnav li.pinterest a {
	background-image: url('../images/icon_pinterest.png');
}

#logo {
	clear: both;
	text-align: center;
	margin-bottom: 46px;
}

#header_photo {
	clear: both;
	margin-top: 19px;
}

#content {
	width: 860px;
	margin: 0px auto 40px auto;
}

.layout3 #content {
	width: 670px;
}

#footer {
	background-image: url('../images/footer_bg.jpg');
	background-repeat: repeat-x;
	height: 142px;
}

.layout2 #footer {
	background-image: url('../images/footer_bg_home.jpg');
	height: 324px;
}

#footer_contact {
	float: right;
	font-size: 15.5px;
	line-height: 24px;
	color: #928277;
	padding-top: 32px;
}

.layout2 #footer_contact {
	float: none;
	font-size: 17px;
	line-height: 31px;
	padding: 44px 0px 36px 60px;
}

#footer_contact strong {
	font-weight: 400;
	color: #587F2B;
	margin-left: 49px;
}

#footer_contact em {
	color: #587F2B;
	margin: 0px 12px;
}

.layout2 #footer_contact em {
	color: #928277;
	margin: 0px 12px 0px 49px;
}

#footer_contact a {
	color: #928277;
}

#footer_logos {
	float: left;
	border-right: 2px solid #D4DB66;
	height: 67px;
	padding: 35px 30px 40px 0px;
}

.layout2 #footer_logos {
	border-right: 0px;
	border-top: 2px solid #D4DB66;
	padding: 30px 0px 0px 0px;
	float: none;
	height: auto;
	text-align: center;
}

#copyright {
	background-color: #CED64D;
	padding: 52px 0px 50px 0px;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	color: #909440;
}

#copyright img {
	vertical-align: top;
	margin-left: 28px;
}

/* NAVIGATION CSS */

#nav {
	padding: 0px;
	margin: 0px;
}

#nav li {
	list-style: none;
	float: left;
	margin-left: 8px;
	display: inline;
	width: 113px;
	border-bottom: 2px solid #CED64D;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#nav li.first {
	margin-left: 0px;
}

#nav li.active, #nav li:hover {
	border-bottom: 2px solid #5D8430;
}

#nav li a {
	color: #A2937D;
	color: #766D5F;
	display: block;
}

#nav li a:hover, #nav li.active a, #nav li:hover a {
	color: #5D8430;
}

#content #subnav {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

#subnav li {
	list-style: none;
	float: left;
	margin-right: 5px;
	display: inline;
	font-size: 15px;
}

#subnav li a {
	background-color: #CED64D;
	color: #587F2B;
	padding: 1px 4px;
}


/* GALLERY STYLES */

.gallery {
	padding: 0px;
	margin: 0px;
}

.gallery td {
	text-align: center;
	padding: 0px 28px 25px 0px;
	width: 149px;
	line-height: 16px;
}

.gallery-image {
	border: 1px solid #CED64D;
	width: 147px;
	height: 147px;
	margin-bottom: 3px;
	padding: 0px;
}

.gallery-image td {
	background-color: #F7F6F4;
	width: 135px;
	height: 135px;
	vertical-align: top;
	padding: 6px;
	display: block;
}

.gallery-image img {
	padding: 0px;
	margin: 0px;
}

/* Home CSS */

#home_slideshow_wrapper {
	position: absolute;
	top: 226px;
	left: 0px;
	width: 100%;
	min-width: 960px;
	height: 700px;
	overflow: hidden;
}

#home_slideshow_inner {
	position: absolute;
	top: 0px;
	left: 50%;
	margin: 0px 0px 0px -625px;
	width: 1250px;
	height: 700px;
}

#home_slideshow ul {
	margin: 0px;
	padding: 0px;
	width: 1250px;
	height: 700px;
	position: relative;
}

#home_slideshow li  {
	list-style-type: none;
/*	display: none;*/
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1250px;
	height: 700px;
}

#home_slideshow li:first-child {
	display: block;
}

#home_slideshow .content {
	border: 2px solid #FFFFFF;
	font-family: "Bilbo", "Lato", Arial, Helvetica, sans-serif;
	font-size: 50px;
	line-height: 50px;
/*	text-transform: uppercase;*/
	text-align: center;
	color: #FFFFFF;
	padding: 30px;
	position: absolute;
	top: 0px;
	left: 0px;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}

#home_slideshow_index {
	position: absolute;
	bottom: 18px;
	left: 0px;
	z-index: 100;
	margin: 0px;
	padding: 0px;
}

#home_slideshow_index li {
	list-style: none;
	cursor: pointer;
	float: left;
	margin-left: 1px;
	display: inline;
	width: 19px;
	height: 19px;
	background-image: url('../images/slideshow_bullet.png');
	background-repeat: no-repeat;
	text-indent: 105%;
	overflow: hidden;
}

#home_slideshow_index li.active {
	background-position: 0px -19px;
}

/* FEEDBACK FORM CSS */

.feedback {
	background-color: #F6F5F3;
	padding: 20px;
}

.feedback label {
	display: block;
	width: 350px;
	float: left;
	padding: 5px 0px;
	white-space: normal;
}

.feedback div {
	padding: 5px 0px;
	float: right;
	width: 450px;
}

.feedback div.fullwidth {
	float: none;
	width: 100%;
}

.feedback div label {
	display: inline;
	float: none;
	clear: none;
	margin: 0px;
	width: auto;
	text-align: left;
	font-weight: normal;
}

.feedback input, .feedback textarea {
	width: 438px;
	border: 1px solid #DED8CB;
	padding: 3px 5px;
}

.feedback textarea {
	width: 438px;
	height: 110px;
}

.feedback input.radio, .feedback input.checkbox {
	width: 16px;
	padding: 0px;
}

.feedback br {
	clear: both;
}

.feedback div br {
	clear: none;
}

.feedback .button {
	width: auto;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 0px;
}

.feedback em {
	color: #0BD3F5;
}

.feedback div.recaptcha * {
	margin: 0px;
	padding: 0px;
	border: 0px;
	float: none;
}

/* FAQ Styles */

#faqs div.question {
	cursor: pointer;
	padding: 3px 19px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: left top;
}

#faqs div div.question {
	background-color: #F6F5F3;
	padding: 10px 20px 10px 30px;
	background-image: url(../images/faq_button_off.gif);
	background-position: 8px center;
	font-size: 16px;
	line-height: 21px;
}

#faqs div div.answer {
	display: none;
}

#faqs div.expand div.question {
	background-image: url(../images/faq_button_on.gif);
	background-color: #CED64D;
	color: #FFFFFF;
}

#faqs div.expand div.answer {
	display: block;
	margin: 0px 0px 20px 30px;
	line-height: 20px;
}

#instagram_feed .title {
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	color: #587F2B;
}

#instagram_feed .title img {
	width: 25px;
	height: 25px;
	vertical-align: bottom;
	margin-right: 5px;
}

#instagram_feed ul {
	padding: 0px;
	margin: 0px 0px 10px -10px;
}

#instagram_feed li {
	list-style: none;
	float:left;
	position: relative;
	width: calc(12.5% - 10px);
	padding-bottom: calc(12.5% - 10px);
	margin: 10px 0px 0px 10px;
	overflow:hidden;
}

#instagram_feed li a {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#instagram_feed a span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.24);
	-webkit-transition: background-color 300ms linear;
	-ms-transition: background-color 300ms linear;
	transition: background-color 300ms linear;
}

#instagram_feed a:hover span {
	background-color: transparent;
}

#instagram_feed a span span {
	display: none;
}

#meals {
	text-align: center;
}

#meals .meal {
	margin-bottom: 30px;
}

#meals .meal + h2 {
	margin-top: 50px;
}

#meals p {
	line-height: 26px;
}

#meals select {
	font-size: 14px;
	margin-bottom: 5px;
}

#meals input {
	vertical-align: middle;
}

.home_cta {
	background-color: #CED64D;
	float: right;
	margin: 0px 0px 30px 30px;
	display: inline;
	padding: 30px 20px 20px 20px;
	text-align: center;
}

.home_cta a strong {
	font-family: "Bilbo", "Lato", Arial, Helvetica, sans-serif;
	font-size: 45px;
	font-weight: normal;
	color: #FFFFFF;
}

.home_cta a {
	display: block;
	color: #587F2B;
}

.home_cta:hover {
	background-color: #DBE354;
}
