/*
Theme Name: Fred and Ricky's Custom Theme
Theme URI: 
Description: Custom Theme
Author: Connectria
Version: 1.0
*/


/*
Orange color: EB9E2B
Green Color: 6B9B43
Red Color: D35047
Dark Menu Color: 231F20
Dark Border Color: 5A4A42
*/



/*********WORDPRESS**********/
.content img {
	margin: 0;
	height: auto;
	max-width: 100%;
	width: auto;
	padding: 5px;
}
.content .attachment img {
	max-width: 900px;
}
.content .alignleft,
.content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.content .alignright,
.content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.content .aligncenter,
.content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.content img.alignleft,
.content img.alignright,
.content img.aligncenter {
	margin-bottom: 12px;
}
.content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
.content .wp-caption img {
	margin: 5px 5px 0;
}
.content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.content .wp-smiley {
	margin: 0;
}
.content .gallery {
	margin: 0 auto 18px;
}
.content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.content .gallery img {
	border: 2px solid #cfcfcf;
}
.content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.content .gallery dl {
	margin: 0;
}
.content .gallery img {
	border: 10px solid #f1f1f1;
}
.content .gallery br+br {
	display: none;
}
.content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

.clearboth {
	clear: both;
}

.btn-inverse {
	background-color: #000;
	color: #fff;
}

.search-button-wrap {}
.search-btn-group {
	position: relative;
}
.search-btn-group .btn:first-child {
	border-right: 2px solid #555;
}

.search-btn-group .btn:last-child {
	border-left: 1px solid #777;
	margin-left: 0px;
}

.btn-inverse:hover i, a.btn-inverse   {
	color: #fff !important;
}

.search-btn-group:after {
	content: '';
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #000;
	position: absolute;
	bottom: -8px;
	left: 46%;
}



/********* Main Styles **********/
p { 
	font-size: 15px; 
	color: #58595B;
	margin-bottom: 20px;
	}

body { 
	/*font-family: 'Montserrat', sans-serif;*/
}

h1, h2, h3, h4, h5 {
	color: #6B9B43;
}

h2.page-introduction {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
}

h1 a, h2 a, h3 a, h4 a { }

a {
	color: #6B9B43;
	text-decoration: none;
  }

a:hover { 
	text-decoration: underline;
	color: #EB9E2B;
	 }

img { max-width: 100%; }

.container.content {
	background: #fff;
}

.page-content { 
	background-color: #fff;
	padding: 28px;
	}


.post-thumbnail {
	float: left;
	margin: 0 15px 15px 0;
}

.pull-quote {
	border-top: 1px solid #5A4A42;
	border-bottom: 1px solid #5A4A42;
	color: #6B9B43;
	font-size: 18px;
	font-weight: 700;
	padding: 25px 0;
	margin: 40px auto;
	text-align: center;
}

.form-control { border-radius: 0 !important; }

.content-wrap h1 {
	font-size: 40px;
}

p { 
	margin: 20px 0;
	line-height: 28px;
	font-size: 18px;
	 }

ul, ol {
	padding-left: 35px;
	list-style-position:inside;
}

ul li, ol li {
color: #58595B;
	margin: 5px 0;
	font-size:18px;


}

/********* Header **********/

header {
	background-color: #fff;
	box-shadow: 0 3px 5px rgba(0, 0, 0,.2);
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0,.2);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0,.2);
	height: 126px;
	position: relative;
	z-index: 100;
	}

#header-wrap {
	position: relative;
	height: 80px;
	max-width: 1170px;
	margin: 0 auto;
}


.weekly-deals-wrap {
	background-color: #EB9E2B;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	height: auto;
	position: absolute;
	height: 36px;
	width: auto;

	background-image: url(images/weeklydeals-bg.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: 10px bottom;
	}
	
	.weekly-deals-wrap > a {
		color: #231F20;
		padding-left: 130px;
		position: relative;
		display: block;
		height: 100%;
		font-size: 14px;
		padding-right: 10px;
		line-height: 32px;
	}

.navbar-brand {
	margin: 0 auto;
	height: 80px;
	position: absolute;
	width: 200px;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	float: none;
	z-index: 9999;
	padding: 0;
}

.site-logo {
	display: block;
	max-width: 200px;
	position: relative;
	z-index: 9999;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	}
	
.site-logo img {
}


/********* Top Nav **********/

nav.navbar {
	margin-bottom: 0 !important;
	border: 0;
	background-color: transparent;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	position: absolute;
	width: 100%;
}

ul#main-nav {
	margin: 0 auto;
	float: none !important;
	width: auto;
	}

ul#main-nav > li {
	margin: 0;
	display: inline-block;
	float: none !important;
	width: calc(16% - 33px);
	position: relative;
	}

ul#main-nav > li:nth-child(3){
	margin-right: 110px;
}

ul#main-nav > li:nth-child(4){
	margin-left: 110px;
}

ul#main-nav li a {
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center;
}

ul#main-nav > li > a {
	color: #EB9E2B;
	transition: color .5s;
	background: transparent;
	line-height: 55px;
}

ul#main-nav li a:hover {
	color: #231F20;
}

ul#main-nav > li > a {
	padding: 0 20px;
	background: transparent;
	letter-spacing: 1px;
	height: 100%;
	width: 100%;
}

ul#main-nav li:hover {
	transition: background .5s ease;
}

ul#main-nav li:hover > a, ul#main-nav > li.current-menu-item  > a {
	background: transparent !important;
	color: #231F20;
	transition: color .5s;
}

ul.sub-menu {
	position: absolute;
	visibility: hidden;
	background-color: transparent;
	padding:  12px 0 0;
	list-style: none;
	z-index: 100;
	max-height: 0;
	transition:  max-height .8s ease;
	overflow: hidden;	
	display: block;
	min-width: 150px;
	text-align: center;
	border: none;
	z-index: -1;
	}
	
ul#main-nav li:hover ul.sub-menu {
	visibility: visible;
	max-height: 1000px;
	transition:  max-height .8s ease;
	}
	
ul.sub-menu li  {
	margin: 0;
	background-color: rgba(255,255,255,.8);
 	border: 0 1px solid #222;
}

ul.sub-menu li:hover {
	background-color: #fff;
}
 
ul.sub-menu > li a {
 	color: #231F20;
 	font-weight: 100;
 	font-size: 13px;
 	text-align: center;
 	white-space: nowrap;
 	height: 100%;
 	width: 100%;
 	display: block;
 	padding: 10px 0;
}
 
 .sub-menu li:hover a {
 	text-decoration: none;
 }
 
 .nav-cart-wrap {
	 font-size: 16px;
	 line-height: 55px;
 }

.btn-fr-orange {
	background-color: #EB9E2B;
	color: #fff;
	font-size: 18px;
	border-radius: 0;
	box-shadow: none;
	display: inline-block;
	width: auto;
	padding: 12px 16px !important;
	letter-spacing: 1px;
	box-sizing: border-box;
	height: auto;
	border: none;
	text-transform: uppercase;
}

.btn-fr-green {
	background-color: #6B9B43;
	color: #fff;
	font-size: 18px;
	border-radius: 0;
	box-shadow: none;
	display: inline-block;
	width: auto;
	padding: 12px 16px !important;
	letter-spacing: 1px;
	box-sizing: border-box;
	height: auto;
	border: none;
	text-transform: uppercase;	
	transition: background .3s, color .3s;
}

/********* Main page template **********/
.page-main-image-wrap {
	height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0;
	position: relative;
}

.page-main-image-wrap .item {
	height: 100%;
}

.fw-image-block {
	height: 440px;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
	background-clip: content-box;
	padding: 0;
	margin: 30px 0;
}

.mixed-content-block {
	text-align: center;
	margin: 30px 0;
}

.page-section-title {
	font-size: 24px;
	color: #5A4A42;
	text-align: center;
	border-bottom: 1px solid #5A4A42;
	display: inline-block;
	padding: 0 10px 25px;
	margin: 0 0 5px;
	text-transform: uppercase;
	font-weight: 500;
	min-width: 300px;
}

.page-section-sub-title {
	font-size: 20px;
	color: #5A4A42;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 30px;
}

.mixed-content-block p {
	font-size: 18px;
	color: #58595B;
	font-weight: 200;
	line-height: 1.9;
}


/********* Homepage **********/
.homepage-main-image-wrap {
	height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0;
	position: relative;
}

.homepage-banner-wrap {
	background-color: rgba(107,155,67, .9);
	position: absolute;
	width: 100%;
	bottom: 45px;
	box-shadow: 0px 3px 4px rgba(0,0,0,.15);
	-webkit-box-shadow: 0px 3px 4px rgba(0,0,0,.15); 
	-moz-box-shadow: 0px 3px 4px rgba(0,0,0,.15);
}

h1.homepage-banner {
	font-size: 40px;
	text-align: center;
	color: #fff;
	margin: 20px;
}

#home-icon-row {
	background-color: #f2f2f2;
	box-shadow: inset 0px 0px 4px rgba(0,0,0,.15);
	-webkit-box-shadow: inset 0px 0px 6px rgba(0,0,0,.15); 
	-moz-box-shadow: 0px 3px 4px rgba(0,0,0,.15);
	padding: 20px 0;
	margin: 30px 0 50px;
	}

.middle-row-icon {
	height: auto;
	color: #404041;
	line-height: 10px;
	text-align: center;
}
.middle-row-icon span {
	display: block;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0px 3px 4px rgba(0,0,0,.15);
	-webkit-box-shadow:0px 3px 4px rgba(0,0,0,.15); 
	-moz-box-shadow: 0px 3px 4px rgba(0,0,0,.15);
	}

.middle-row-icon img {
	width: 100%;
	height: auto;
}

.middle-row-icon p {
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 0;
 }

#home-bottom-row {
	margin: 30px 0;
}

.home-product-cat-wrap {
	border: 1px solid #e2e2e2;
	padding: 5px;
	margin-bottom: 20px;
}


.home-product-category a {
	display: block;
	height: 100%;
	width: 100%;
}

.home-product-cat-img-wrap {
	margin: -5px;
	margin-bottom: auto;
	height: auto;
	position: relative;
	width: calc(100% + 10px);
	text-align: center;
}


.home-product-cat-img-wrap img {
	width: 100%;
	height: auto;
}

h3.product-cat-title {
	font-size: 18px;
	color: #5A4A42;
	text-align: center;
	margin: 10px 0;
	text-decoration: none !important;
}

a:hover h3.product-cat-title {
	text-decoration: none;
}

.home .btn-fr-orange {
	margin: 30px auto;
	transition: all .6s ease;
}

.home-mixed-content-block {
	text-align: center;
}

.store-category-wrap.text-center > div {
	display: inline-block;
	float: none;
}


/********* News Page Template  **********/

.blog-excerpts-wrap .post-entry {
	border-top: 1px solid #5A4A42;
	margin: 20px 0;
	padding: 26px 0;
}

.blog-excerpts-wrap .post-title, .blog-excerpts-wrap .post-title a {
	color: #EB9E2B;
	text-decoration: none;
	font-size: 18px;
}

.blog-excerpt {
	color: #58595B;
	font-size: 14px;
}

.blog-date {
	color: #849F3D;
	font-size: 14px;
	margin-top: 20px;
}


.pagination, .pagination li span, .pagination>li:last-child>a, 
.pagination>li:last-child>span { border-radius: 0 !important;}

.pagination li.active span {
	background-color: #EB9E2B;
	border-color: #EB9E2B; 
}

.pagination>li>a, .pagination>li>span {
	color: #EB9E2B; 
}

.carousel-inner .item {
	background-size: cover;
	background-position: center center;
}



/********* Locations Page **********/

.acf-map {
	width: 100%;
	height: 370px;
	margin: 20px 0;
	margin-bottom: 35px;
}

.locations-wrap {
	margin: 30px auto;
}

.location {
	border: 1px solid #e2e2e2;
	padding: 10px;
}

.location h4 {
	font-size: 24px;
	margin-bottom: 4px;
	color: #6B9B43;
}

.location p a.tel-link, .location p a.tel-link:hover {
	color: #58595B;
	text-decoration: none;
	font-weight: 600;
	margin-top: 10px;
	display: block;
}

.location p {
	font-size: 15px;
	color: #58595B;
	margin-bottom: 0;
}

.location .btn {
	font-size: 18px;
}

.marker-logo-wrap {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.marker-logo {
	width: 150px;
}

/********* FAQ Page **********/

.page-title-wrap {
	text-align: center;
}

.fr-accordion-wrap {
	background-color: ;
	margin-top: 40px;
}

div.panel.panel-default {
	margin-bottom: 15px;
	border-radius: 0;
}

.fr-accordion-wrap .panel h4 a {
	text-decoration: none;
	display: block;
	color: #231F20;
	font-size: 24px;
	font-weight: 400;
	position: relative;
	padding-left: 30px;
    }
   
 .fr-accordion-wrap .panel h4 a span i {
	 transform: rotate(90deg);
	 -webkit-transform: rotate(90deg);
	 transition: all .6s ease;
 }
    
.fr-accordion-wrap .panel h4 a.collapsed span i {
	 transform: rotate(0deg);
	 -webkit-transform: rotate(0deg);
	 transition: all .6s ease;
	}
	
.fr-accordion-wrap .panel-heading {
	background-color: 	#6B9B43;
	padding: 15px;
	border-radius: 0;
}
	
.fr-accordion-wrap .panel-heading h4 a {
	color: #fff;
}	

span.panel-indicator {
	display: block;
	height: 100%;
	vertical-align: middle;
	position: absolute;
	left: 0;
}


/********* Contact Page **********/

#gform_1 input[type="text"], #gform_1 input[type="email"], #gform_1 textarea {
	padding: 12px 16px !important;
	min-height: 50px;
}

#gform_1 textarea {
	margin-top: 20px;
}
#gform_2 input[type="text"], #gform_2 input[type="email"], #gform_2 textarea {
	padding: 12px 16px !important;
	min-height: 50px;
}

#gform_2 textarea {
	margin-top: 20px;
}

.mailchimp-outer-wrap {
	margin-top: 30px;
	background: #A6C38E;
	padding: 30px;
}

.mailchimp-outer-wrap h2 {
	margin: 0 0 35px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: 200;
}

#mc_embed_signup input[type="text"], #mc_embed_signup input[type="email"] {
	background-color: #DBE7D2;
	border: none;
	box-shadow: none; -webit-box-shadow: none; -moz-box-shadow: none;
	padding: 12px 16px !important;
	height: 50px;
	}
	
#mc_embed_signup input[type="submit"] {
	border: none;
	transition: all .6s ease;
}



/*********  Archive Page **********/

.archive-posts-row {
	margin-bottom: 30px;
}

.archive .page-section-title {
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 200;
}

.archive-title-row {
	text-align: center;
}

.post-content-wrap {
	border: 1px solid #e2e2e2;
	padding: 15px;
	padding-bottom: 40px;
}

.archive h4.post-title {
	font-size: 22px;
	color: #6B9B43;
	padding: 15px 0;
	font-weight: 200;
}

.row.blog-post-wrap {
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 35px;
	padding-bottom: 30px;
}

.row.blog-post-wrap:last-child {
	border: none;
}
a.blog-thumb-link {
	display: block;
	height: 100%;
	width: 100%;
	background-size: cover;
	min-height: 200px;
}

h4.blog-post-title {
	margin-top: 0px;
	margin-bottom: 8px;
	color: #5A4A42;
}

.blog-excerpt-wrap p {
	font-weight: 100;
	margin-top: 0;
	margin-bottom: 4px;
}

.blog-excerpt-wrap .read-more {
	float: right;
	font-size: 18px;
	font-weight: 200;
}

.blog-post-meta, .single-post-meta {
	font-size: 16px;
	color: #ccc;
	text-transform: uppercase;
	font-weight: 200;
}

.pagination>li>a:hover, .pagination>li>span:hover, 
.pagination>li>a:focus, .pagination>li>span:focus {
	color: #999;
}

.jobs-field-wrap p {
	color: #999;
}

/********* Menu Items Page **********/

.food-archive-nav-wrap {
	background-color: #f2f2f2;
	height: auto;
	padding: 25px 0;
	box-shadow: 0 3px 5px rgba(0, 0, 0,.2);
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0,.2);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0,.2);
	position: relative;
	z-index: 50;
	}

.our-menu-tabs {
	z-index: 1;
	position: relative;
	border: none;
	margin: 0 auto;
	text-align: center;
}
.our-menu-tabs li {
	float: none;
	display: inline-block;
	background-color: #fff;
	border: 1px solid #ccc;
	margin: 0 2px;
	}

.our-menu-tabs li a {
	color: #5A4A42;
	text-decoration: none;
	background-color: ;
	font-size: 16px;
	border: none;
	border-radius: 0;
	margin-right: 0;
	transition: all .6s ease;
	}

.our-menu-tabs li a:hover, .our-menu-tabs li.active a:hover {
	background-color: #e2e2e2;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
	background-color: #333333;
	border: none;
	color: #fff;
}

.our-menu-tabs li.active a {
	background-color: ;
}

.archive-cat-head {
	background-color: #A6C38E;
	padding: 0;
	position: relative;
	min-height: 300px;
	margin: 0 0 50px;
}

.archive-cat-head > div, .archive-cat-head > div > div { height: 100%; }
.archive-cat-head > div > div { padding: 0 ;}
.archive-cat-img {
	height: 100%;
	min-height: 350px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.archive-cat-desc-wrap {
	padding: 15px;
	padding-right: 30px;
	padding-top: 50px;
}

.archive-cat-title {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}
.archive-cat-desc {
	color: #fff;
	font-size: 24px;
	font-weight: 200;
}

#food-items-section {
	margin-bottom: 50px;
}

.food-item-wrap {
	height: 100%;
	text-decoration: none;
	border: 1px solid #e2e2e2;
	transition: all .6s ease;
	margin-bottom: 50px;
}

.food-item-wrap a:hover, h4.food-item-title a:hover {
	text-decoration: none;
}

.food-item-wrap:hover  {
	text-decoration: none;
	background-color: #f7f7f7;
}

.item-image-wrap {
	min-height: 160px;
	position: relative;
}

.item-image-overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	background-size: 86% auto;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.item-image-overlay.weekend {
	background-image: url(images/banner-weekends.png);
}

.item-image-overlay.vacation {
	background-image: url(images/banner-vacation.png);
}


.food-item-image-wrap.placeholder {
	background: #e2e2e2;
}

.item-image-wrap img {
	padding: 0;
	width: 100%;
	height: auto;
}

h4.food-item-title {
	font-size: 22px;
	color: #6B9B43;
	padding: 15px 10px;
	font-weight: 200;
	text-align: center;
}

#all.tab-pane {
	padding-top: 30px;
	background-color: #fff;
	margin-top: -2px;
	z-index: 2;
	position: relative;
}

.archive-item-price {
	position: absolute;
	bottom: 12px;
	right: 0;
	padding: 8px 12px;
	background-color: rgba(107,155,67, .9);
	color: #fff;
	font-size: 24px;
	font-weight: 200;
	line-height: 1em;
}

a.order-page-link {
	position: absolute;
	bottom: 10px;
	left: 0;
	background-color: rgba(0,0,0,.55);
	color: #fff;
	padding: 10px;
	text-transform: uppercase;
}

a.order-page-link:hover {
	text-decoration: none;
}

.single-menu .jumbotron a.order-page-link {
	left: auto;
	right: 10%;
	font-size: 20px;
	padding: 14px;
}

.item-buttons-wrap {
	padding: 15px;
	height: 65px;
	position: relative;
}

.btn-fr {
	border-radius: 0;
	color: #6B9B43;
}

.allergens-wrap { 
	text-align: center;
	float: left;
	padding-left: 4.5%;
	}
	
.allergens-wrap.bottom-allergens {
	float: none;
	display: block;
	margin-bottom: 30px;
	margin-top: 30px;
	padding: 0px;
	font-weight: 600;
	font-size: 16px;
}

.bottom-allergens h4 {
	color: #000;
	
}

.allergens-wrap > span {
	display: inline-block;
	margin: 0 6px;
	height: 35px;
	width: 35px;
	color: #fff;
	font-size: 18px;
	border-radius: 50%;
	line-height: 35px;
}

span.icon-soy-free {
	background-color: #6B9B43;
}
span.icon-nut-free {
	background-color: #cb2027;
}
span.icon-gluten-free {
	background-color: #EB9E2B;
}

span.family-size-btn {
	display: block;
	height: 34px;
	background-image: url(images/family-size.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

span.family-size-btn.placeholder {
	background: none;
}


/********* Menu Items Single page **********/

.info-box {
	padding: 20px;
}

.menu-item-addtl {
	margin-left: -15px;
	margin-right: -15px;
}

.title-desc {
	border-right: 2px solid #fff;
}

.menu-item-title {
	color: #6B9B43;
	font-size: 40px;
	text-align: center;
}

p.menu-item-desc {margin-bottom: 50px;}
p.menu-item-desc, .item-additional-desc {
	font-size: 18px;
	text-align: center;
}

.item-details {
	text-align: center;
	margin: 15px 0 ;
}

.price-wrap {
	display: inline-block;
	margin: 0 10px;
}

.price-wrap p {
	color: #6B9B43;
	font-size: 12px;
	margin-top: 0;
}

.serve-with-wrap {
	margin: 15px 0 ;
	text-align: center;
}

.item-details a:hover { text-decoration: none;}

.item-details span, .serve-with span {
	font-size: 20px;
	padding: 6px 10px;
	color: #999;
	margin: 0 6px;
	border: 1px solid #999;
	display: inline-block;
}

span.price {
	color: #fff;
	border-color: #6B9B43;
	background-color: #6B9B43;
}

.serve-with {
	position: relative;
	padding: 0;
	
}

.serve-with span {
	margin: 0;
}
.serve-with span:first-child {
	background-color: #999;
	color: #fff;
}

.container-fluid.gray-bg {
	background-color: #F2F2F2;
	padding: 30px 0;
	position: relative;
	margin: 25px 0 50px;
}

.container-fluid.gray-bg > .row {
}

.container-fluid.gray-bg:last-child  {
	margin-bottom: 30px;
}

.item-additional-title {
	font-size: 24px;
	text-align: center;
	color: #666;
}

.nutrition-wrap {
	text-align: center;
	padding: 25px 0 50px;
}

#nutrition_modal .modal-content {
	max-width: 400px;
	text-align: center;
}

#nutrition_modal .modal-header {
	height:30px;
	padding: 5px 15px;
}



/********* Sidebars **********/

.blog-sidebar {
}

.search-form-widget button {
	color: #ccc;
	border: 1px solid #ccc;
	background-color: #fff;
	border-left: 0px;
	margin-left: -4px;
}

.search-form-widget input[type="text"] {
	border-right: 0px;
	width: 86%;
}

.search-form-widget input[type="text"]:focus {
	box-shadow: none;
	border-color: #ccc;
}

.search-form-widget ::-webkit-input-placeholder {
	color: #e2e2e2;
}

#sidebar > div, .sidebar-widget {
	margin-bottom: 35px;
}

#sidebar h4, #sidebar h4 > a {
	color: #5A4A42;
}

#sidebar p, .sidebar-widget p {
	color: #999;
	font-size: 14px;
	font-weight: 100;
	line-height: 1.4;
	margin-top: 4px;
}

.sidebar-social-icons {
	text-align: center;
}

.sidebar-social-icons a {
}


/********* Footer **********/
footer {
	background: #EB9E2B;
	padding-bottom: 20px;
}

.footer-border {
	margin: 35px 28px 25px;
}

.footer-nav-wrap {
	padding: 0 20px;	
}

.social-link {
	text-decoration: none;
}

.footer-social-media {
	text-align: center;
}

.footer-copyright {
	font-size: 13px;
	font-weight: 100;
	padding: 0 20px;
	color: #764F16;
	text-align: center;
	}

#menu-footer-menu {
	text-align: center;
	float: none;
	margin: 15px auto;
	margin-bottom: 0;
}

#menu-footer-menu li, #menu-footer-menu li:hover  {
	background: transparent;
	float: none;
	display: inline-block;
}

#menu-footer-menu a {
	color: #fff;
	text-decoration: none;
	padding: 0;
	background: transparent;
}

#menu-footer-menu li:first-child a:after {
	content: "|";
	padding:0 10px;
}


.facebook-link i.fa-circle {
	color: #005B89;
}
.twitter-link i.fa-circle{
	color: #009FBC
}

.linkedin-link i.fa-circle{
	color: #007bb6
}

.tumblr-link i.fa-circle{
	color: #32506d
}

.pinterest-link i.fa-circle{
	color: #cb2027
}

.instagram-link i.fa-circle {
	color: #125688;
}


.google-plus-link i.fa-circle {
	color: #dd4b39;
}
	


.search-form-wrap {
	margin-bottom: 20px;
	text-align: right;
}


/********* Mobile Specific **********/ 

@media (min-device-width: 768px) and (max-width:1070px) {	
	ul#main-nav li a {font-size: 12px; padding: 0; }
	ul#main-nav > li {width: calc(16% - 36px);}
	h4.food-item-title {font-size: 16px;}
}

@media(max-width:767px) {
	header {height: auto; position: relative; padding-bottom: 40px; }
	#header-wrap { height: auto; position: absolute;  width: 100%; text-align: center;}
	.weekly-deals-wrap {
		position: relative;
	}
	
	nav.navbar { 
		top: 0; transform: translate(0%, 0%); -webkit-transform: translate(0%, 0%); height: 40px; z-index: 100; min-height: 40px; border-color:  transparent;
		/*box-shadow: 0 3px 5px rgba(0, 0, 0,.4); -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0,.4); -moz-box-shadow:0 3px 5px rgba(0, 0, 0,.4);*/
	}
	.navbar-brand { height: auto; width: 100%; transform: translate(0%, 0%); -webkit-transform: translate(0%, 0%); left: 0; padding: 10px 0; z-index: 0; position: relative;}
	.site-logo { transform: translate(0%, 0%); -webkit-transform: translate(0%, 0%); top: 0; max-width: 100%;}
	.site-logo img {max-height: 100%; }
	
	.navbar-toggle { float: none; margin: 0; padding: 4px 8px; color: #333;}
	.navbar-toggle i { }

	.homepage-banner-wrap { bottom: 10%; }
	h1.homepage-banner { font-size: 8vw; }
	.page-content { padding: 20px 0; }

	.nav-wrapper { background-color: rgba(190, 190, 190, .94 ); top: 10px; z-index: 0; position: relative;  padding-top: 0;  min-height: 40px;
		box-shadow: 0 3px 5px rgba(0, 0, 0,.4); -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0,.4); -moz-box-shadow:0 3px 5px rgba(0, 0, 0,.4);
		border-color: #333;
	}
	
	ul#main-nav { margin-left: -15px; margin-right: -15px; }
	
	ul#main-nav > li {
		display: list-item;
		width: 100%;
		margin: 0 !important;
		border-bottom: 1px solid #999;
		border-top: 1px solid #eee;
		padding: 6px 0;
	}
	
	ul#main-nav li:first-child { border-top: none;	}	
	ul#main-nav li:hover { background-color: transparent; }
	ul#main-nav li:hover > a, ul#main-nav > li.current-menu-item > a { color: #333; }
	
	ul#main-nav > li > a { line-height: 2.2; color: #333; text-transform: uppercase; }
	
	ul.sub-menu { position: relative; background-color: #d2d2d2; padding-left: 50%; padding-top: 0; z-index: 110; }
	ul.sub-menu li { background-color: transparent; text-transform: capitalize;}
	ul.sub-menu li a { text-transform: capitalize; text-align: left !important;}
	
	.menu-item-has-children > a:after {
		content: "\f0d7";
		font-family: 'FontAwesome';
		color: #333;
		margin-left: 10px;
		position: absolute;
	}
	
	.row.store-category-wrap > div  { margin-bottom: 20px; }
	.home-product-cat-img-wrap {max-height: none; }
	.home-product-cat-img-wrap img {
		width: 100%;
	}
	.middle-row-icon { margin-bottom: 20px;}
	.middle-row-icon p { margin-top: 8px; line-height: 14px; }
	
	.location-outer {margin-bottom: 20px;}
	
		
	.gform_fields li > div > span {
		display: block !important;
		width: 100% !important;
	}	
	
	.gform_wrapper .top_label input.medium { width: 97.5% !important; }
		
	.mailchimp-outer-wrap {padding: 30px 0; }
	#mc_embed_signup form { padding: 0 !important; width: 100%; }
	#mc_embed_signup .mc-field-group { width: 100% !important;}
	.mc-field-group.row { margin-left: 0; margin-right: 0; } 
	
	.first-name, input.email { margin-bottom: 10px;}
	
	.our-menu-tabs li {margin-bottom: 10px;}
	.our-menu-tabs li a { font-size: 3vw; }
	.info-box {padding: 0;}
	.archive-cat-desc-wrap { padding: 15px; text-align: center;}
	.item-details span, .serve-with span { font-size: 12px; margin: 0; }
	#header-searchbar-wrap form {
		padding: 4px;
		margin: 0;
	}
	.store-category-wrap.text-center > div {
		display: block;
	}
	
}