/**
 * Theme Name: Gail Ambrosius 2013
 * Author: Chatman Design
 * Author URI: http://www.chatmandesign.com/
 * 
 * @package	GailAmbrosius2013
 * @author	Chatman Design / Corey Caswick
 */

/*** STANDARD COLORS ***

White						fff
Light brown				a84d0f
Dark brown				472306
Dark brown (fine)		643611
Accent pink				f6ede7
Checkout Blue			0072bc
Subtle gray				d5d1cd
General text			472307
*/

/*** UNIVERSAL STYLES ***/
/* General Styles */
html,body {
	min-height: 100%;
	padding: 0 !important;
	border: 0 !important;
	margin: 0 !important;
}
html {
	height: 100%;
	background-color: #472306;
}
body {
	overflow-x: hidden;
	font-size: 14px;
	color: #472307;
}
a {
	color: #a84d0f;
	text-decoration: none;
}
a:hover,
a:active {
	text-decoration: underline;
}
h1 {
	color: #a84d0f;
	font-size: 1.5em;
	text-align: left;
}
h2 {
	font-size: 1.2em;
}
h1, h2, h3, h4, h5, th, strong, b {
	font-weight: 500;
} /* bold weight */
address {
	font-style: normal;
}

button, input {
	font-family: inherit;
	font-size: inherit;
	border-radius: 0;
}
ul, li {
	padding: 0;
	margin: 0;
}
li { 
	display: inline-block;
	vertical-align: middle;
}
q {
  quotes: "“" "”" "‘" "’";
}
q:before {
	 content: open-quote;
}
q:after {
	 content: close-quote;
}
:focus {
	outline: 1px dotted #ccc;
}
input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus:-moz-placeholder {
	color: transparent;
}
input:focus::-moz-placeholder {
	color: transparent;
}
input:focus:-ms-input-placeholder {
	color: transparent;
}

.alignleft,
.image-flush-left /* Legacy */ {
	float: left;
	margin: 0 12px 12px 0;
}
.alignright,
article.post .wp-post-image,
.image-flush-right /* Legacy */ {
	float: right;
	margin: 0 0 12px 12px;
}
.aligncenter {
	margin: 12px auto;
}
p + p img.alignleft,
p + p img.alignright,
.image-flush-left, /* Legacy */
.image-flush-right /* Legacy */ {
	margin-top: 12px;
}
div.alignleft {
	text-align: left;
}
div.alignright {
	text-align: right;
}
div.aligncenter {
	text-align: center;
}

.announcement {
	box-sizing: border-box;
	width: 50%;
	min-width: 500px;
	max-width: 700px;
	background: #f6ede7 no-repeat 20px center;
	background-size: 40px;
	padding: 1rem;
	margin: auto;
}
.announcement.holidayshipping {
	width: 53%;
	background-image: url(images/gift.svgz);
	padding-left: 80px;
}
.announcement .hin {
	font-weight: 500;
	font-size: larger;
}
.announcement > h2 { margin: 0; }
@media (max-width: 500px) {
	.announcement {
		min-width: 100%;
	}
	.announcement.holidayshipping {
		background-position-y: 20px;
	}
}
@media (max-width: 410px) {
	.announcement .hin {
		display: block;
	}
}

.bg {
	position: relative;
	z-index: 1;
	background-color: #fff;
	background-image: url(images/ga-sig.svg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg>.wrap {
	padding-top: 12px;
}
.wrap {
	margin: 0 auto;
}
.notheme .wrap {
	box-sizing: border-box;
	width: 100%;
}
.wrap>header  {
	position: relative;
}
.mob-ico {
	display: none
}
#top-links {
	font-size: 12px;
	text-transform: uppercase;
}
#top-links div {
	margin-top: 5px;
}
#top-links a {
	color: inherit;
}
#top-links .mobmenu {
	display: none;
}
#top-links .places {
	position: absolute;
	left: 0;
}
#top-links .places li {
	margin: 0 0.6em;
}
#top-links .places .ir {
	width: 18px;
	height: 18px;
	overflow: hidden;
}
#top-links .places .ir a {
	display: block;
	width: 100%;
	height: 100%;
	color: transparent;
	text-indent: -9999px;
}
#top-links .phone {
	display: none;
}
#top-links .actions {
	position: absolute;
	right: 0;
}
#top-links .actions li {
	margin: 0 1em;
}
#top-links .fb {
	background-image: url(images/sprites.gif);
	background-position: 0 0;
}
#top-links .tw {
	background-image: url(images/sprites.gif);
	background-position: -18px 0;
}
#top-links .pn {
	background-image: url(images/sprites.gif);
	background-position: -36px 0;
}

.search-form {
	position: relative;
}
.search-form .search-field {
	width: 3.5em;
	border: 0;
	cursor: pointer;
	-webkit-transition: width 0.5s;
	-moz-transition: width 0.5s;
	-ms-transition: width 0.5s;
	-o-transition: width 0.5s;
	transition: width 0.5s;
}
.search-form .search-field:focus {
	width: 6.8em;
	cursor: text;
	outline-style: solid;
}
.search-form .search-field::-webkit-input-placeholder {
   color: rgb(71, 35, 7);
   text-transform: uppercase;
}
.search-form .search-field:-moz-placeholder {
   color: rgb(71, 35, 7);
   text-transform: uppercase;
}  /* Firefox 18- */
.search-form .search-field::-moz-placeholder {
   color: rgb(71, 35, 7);
   text-transform: uppercase;
   opacity: 1.0;
} /* Firefox 19+ */
.search-form .search-field:-ms-input-placeholder {
   color: rgb(71, 35, 7);
   text-transform: uppercase;
}
.search-form .search-field.placeholdersjs {
   color: rgb(71, 35, 7);
   text-transform: uppercase;
} /* <IE9 with polyfill */
.search-form .search-field:focus::-webkit-input-placeholder {
	color: transparent;
}
.search-form .search-field:focus:-moz-placeholder {
	color: transparent;
}
.search-form .search-field:focus::-moz-placeholder {
	color: transparent;
}
.search-form .search-field:focus:-ms-input-placeholder {
	color: transparent;
}
.search-form .search-submit {
	min-height: 12px;
	width: 12px;
	overflow: hidden;
	color: transparent;
	text-indent: -2000%;
	background: transparent url(images/search-12.gif) no-repeat center center;
	padding: 1px 0 1px 20px;
}
.search-form .search-options {
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: left;
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important;
}
.search-form .search-options:focus {
	outline: none;
}
.search-form .search-options div {
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important;
}
.search-form .search-options .arrow {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	font-size: 0.5em;
	text-align: center;
	padding: 5px !important;
}
.search-form .search-options:focus .arrow {
	color: #fff;
	background: #472306;
}
.search-form .search-options .panel {
	display: none;
	white-space: nowrap;
	background: #fff;
	box-shadow: 0 0 4px 0 rgba(71, 35, 7, 0.25);
}
.search-form .search-options:focus .panel {
	position: absolute;
	right: 0;
	display: inline-block;
}
.search-form .search-options .title {
	background: #472306;
	color: #fff;
	font-weight: 500;
	padding: 2px 1.18em !important;
}
.search-form .search-options li {
	display: block;
	white-space: nowrap;
	margin: 0 0 0 0 !important;
	border-bottom: 1px solid #dcd6d0;
}
.search-form .search-options li>label {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 2px 1.18em !important;
}
.search-form .search-options li>label:hover {
	background: #f6ede7;
}

#top-links li:first-of-type {
	margin-left: 0;
}
#top-links li:last-of-type {
	margin-right: 0;
}
.wrap>header h1 {
	text-align: center;
	margin: 0;	
}
.wrap>header h1 img {
	width: auto;
	height: 100%;
}
.mob-contact {
	display: none;
}
.mainMenu {
	position: relative;
	z-index: 1000;
	text-align: center;
	margin: 18px 0 25px 0;
}
.mainMenu a {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	padding: 0 1.18em;
}
.mainMenu>li {
	line-height: 20px;
}
.mainMenu>ul {
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mainMenu>ul>li {
	display: inline-block;
	vertical-align: top;
	height: 20px;
	text-transform: uppercase;
	font-weight: 500;
	border-right: 1px solid #643611;
}
menu-primary-navigation.mainMenu>ul>li:hover {
	box-shadow: 0 0 4px 0 rgba(71, 35, 7, 0.25);
}
.mainMenu>ul>li:hover>a,
.mainMenu>ul>li>a:hover,
.mainMenu>ul>li>a:active,
.mainMenu>ul>li>a:focus,
.mainMenu>ul>li.open>a {
	color: #fff;
	text-decoration: none;
	background: #472306;
}
.mainMenu>ul>li:last-of-type {
	border-right: 0;
}
.menu-primary-navigation.mainMenu>ul>li>ul {
	position: absolute;
	display: none;
	background: #fff;
	box-shadow: 0 0 4px 0 rgba(71, 35, 7, 0.25);
}
.menu-primary-navigation.mainMenu>ul>li>ul>li {
	display: block;
	text-align: center;
	text-transform: capitalize;
	font-size: 13px;
	font-weight: normal;
	line-height: 24px;
	border-bottom: 1px solid #dcd6d0;
}
.menu-primary-navigation.mainMenu li>ul>li:hover,
.menu-primary-navigation.mainMenu li>ul>li.open {
	background: #f6ede7;
}
.menu-primary-navigation.mainMenu li>ul>li>a {
	color: #472307 !important;
	text-align: left;
	text-decoration: none;
	padding-left: 1.3em;
	padding-right: 1.3em;
}
nav.menu-mobile-navigation {
	display: none;
}

#hero {
	position: relative;
	margin-bottom: 30px;
}
#hero .promo_slider {
	overflow: visible;
}
#hero .promo_slider .panel {
	background: #fff;
}
#hero .promo_slider .panel a {
	display: block;
	width: 100%;
	height: 100%;
	color: inherit;
}
#hero .promo_slider .panel a:hover,
#hero .promo_slider .panel a:active {
	text-decoration: none;
}
#hero .promo_slider .panel img {
	position: absolute;
	display: block;
	right: 0;
	bottom: 0;
	width: auto;
	height: 100%;
}
#hero .promo_slider .panel .text {
	position: absolute;
	display: block;
	left: 0;
	top: 28px;
	width: 275px;
}
#hero .promo_slider .panel h3 {
	color: #a74c12;
	font-weight: 500;
	font-size: 20px;
	margin: 13px 0 0.2em 0;
}
#hero .promo_slider .panel p {
	width: 90%;
	line-height: 1.2;
	margin: 0 0 0.9em 0;
}
#hero .promo_slider .panel button {
	color: #fff;
	font-size: 11px;
	font-family: inherit;
	letter-spacing: 1px;
	background: #a74c12;
	padding: 4px 8px 3px 8px;
	border: 0;
}
#hero .promo_slider .panel button:hover {
	background: #472306;
}
#hero .promo_slider_nav {
	position: absolute;
	left: 0;
	bottom: -5px;
	height: 5px;
	text-align: left;
	background: transparent;
	padding: 0;
	margin: 0;
}
#hero .promo_slider_nav .slider_selections span,
#hero .promo_slider .marker {
	display: block;
	float: left;
	width: 42px;
	height: 5px;
	overflow: hidden;
	text-indent: -9999px;
	color: #d8cdc3;
	background: #d8cdc3;
	margin: 0 6px 0 0;
}
#hero .promo_slider_nav .slider_selections span.current,
#hero .promo_slider .marker {
	color: #643611;
	background: #643611;
}
#hero .promo_slider .marker {
	float: none;
}
#hero .promo_slider_nav .move_backward,
#hero .promo_slider_nav .move_forward,
#hero .promo_slider_nav .promo_slider_sep {
	display: none;
}

.banner-stripe {
	width: 100%;
	height: 30px;
	clear: all;
	line-height: 30px;
	text-align: center;
	background: #f6ede7;
	margin: 20px 0;
}
.banner-stripe a {
	color: inherit
}
.banner-stripe .left {
	display: inline-block;
	vertical-align: top;
	font-style: italic;
	margin: 0 8px;
}
.banner-stripe .left q {
	font-weight: 500;
}
.banner-stripe .left.foodnet-logo {
	position: relative;
	top: -9px;
	width: 48px;
	height: 48px;
	overflow: hidden;
	text-indent: -9999px;
	color: transparent;
	background: url(images/foodnet-logo-48.png) no-repeat center center;
}
.banner-stripe .right {
	display: none;
}

.promos {
	text-align: center;
	padding: 0;
	margin: 0 auto;
}
.promos li {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}
.promos img {
	height: auto;
}

.latest-tweet {
	width: 650px;
	background: url(images/twitter.gif) no-repeat right 6px;
	padding-right: 25px;
	margin: 1.25em auto;
}
.latest-tweet .text,
.latest-tweet .from {
	display: inline-block;
	vertical-align: top;
}
.latest-tweet .text {
	float: left;
	width: 500px;
}
.latest-tweet .from {
	float: right;
	width: 150px;
	text-align: right;
	line-height: normal;
}
.latest-tweet .controls {
	display: block;
	visibility: hidden;
	font-size: 75%;
	text-transform: uppercase;
}
.latest-tweet:hover .controls,
.latest-tweet:focus .controls {
	visibility: visible;
}

footer.main {
	position: relative;
	clear: both;
	color: #a39183; /* Fallback */
	color: rgba(215,215,215,0.6);
	background: #472306;
	padding-bottom: 35px;
	margin-top: 115px;
}
footer.main a {
	color: inherit;
}
footer.main .bg-pattern {
	position: absolute;
	width: 100%;
	height: 146px;
	left: 0;
	top: -106px;
	z-index: 2;
	background: url(images/foot-bg-1131.jpg) no-repeat center top;
}
footer.main .wrap {
	position: relative;
	top: -10px;
	z-index: 10;
}
footer.main .links {
	display: inline-block;
	vertical-align: top;
	font-size: 13.5px;
}
footer.main .links h4 {
	color: #d78551;
	text-transform: uppercase;
	margin: 0 0 0.4em 0;
}
footer.main .links li {
	display: block;
}
footer.main .right {
	display: inline-block;
	vertical-align: top;
	float: right;
	width: 400px;
	text-align: right;
}
footer.main .email-list h4 {
	display: inline-block;
	vertical-align: baseline;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 0.4em 0;
}
footer.main .email-list input {
	display: inline-block;
	vertical-align: top;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 11px;
	padding: 2px 0 1px 0;
	border: 0;
}
footer.main .email-list input[type="email"] {
	width: 125px;
	color: #472307;
	background: #fff;
	padding-left: 5px;
	border-radius: 2px 0 0 2px;
}
footer.main .email-list input[type="submit"] {
	width: auto;
	color: #a84d0f;
	background: #f3efec;
	padding-left: 5px;
	padding-right: 3px;
	border-radius: 0 2px 2px 0;
}
footer.main .get-updates {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
footer.main .social-links {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
footer.main .social-links .ir {
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	height: 21px;
	overflow: hidden;
	margin: 0 6px;
}
footer.main .social-links .ir a {
	display: block;
	width: 100%;
	height: 100%;
	color: transparent;
	text-indent: -9999px;
}
footer.main .social-links .fb {
	background-image: url(images/wsprites-21.png);
	background-position: 0 0;
}
footer.main .social-links .tw {
	background-image: url(images/wsprites-21.png);
	background-position: -21px 0;
}
footer.main .social-links .pn {
	background-image: url(images/wsprites-21.png);
	background-position: -42px 0;
}
footer.main .green-power {
	display: none;
}
footer.main .fine-print {
	text-align: center;
	font-size: 12px;
	letter-spacing: 1px;
	margin-top: 2.25em;
}
footer.main .fine-print p.info {
	margin-bottom: 0;
}
footer.main .fine-print .info>span {
	display: inline-block;
	padding: 0 1em;
	border-right: 1px solid;
}
footer.main .fine-print .info>span:last-of-type {
	border-right: 0;
}

/* Buttons */
input[type="submit"],
button,
.button {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 116px;
	font-size: 13px;
	text-align: center;
	color: #fff;
	background: #a84d0f;
	cursor: pointer;
	padding: 3px 6px;
	border: 0;
	border-radius: 3px;
}
a.button {
	padding-bottom: 2px;
}
:hover.button {
	text-decoration: none;
}

input.comboinput {
	display: inline-block;
	vertical-align: top;
	padding: 1px 6px;
	border: 1px solid #d5d1cd;
	border-right: 0;
	border-radius: 3px 0 0 3px;
	margin-right: 0 !important;
}
input.comboinput[type="submit"], 
button.comboinput, 
a.comboinput {
	display: inline-block;
	vertical-align: top;
	padding: 3px 6px 2px 6px;
	border: 1px solid transparent;
	border-radius: 0 3px 3px 0;
	margin-left: 0 !important;
}

.store .product input[type="submit"],
.button.checkout {
	background: #0072bc;
}
.button.subtle {
	background: #d5d1cd;
}
.button.compact /* Deprecated */,
.button.fit {
	width: auto;
}

.read-more {
	white-space: nowrap;
}

/*** MAGNIFIC POPUP ***/

/* General */
.mfp-bg {
	opacity: 0.6;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b,
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
	border-left: 0 !important;
	border-right: 0 !important;
}

/* IFrame Loading Spinner */
@-webkit-keyframes spin {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes spin {
	from { -moz-transform: rotate(0deg); }
	to { -moz-transform: rotate(360deg); }
}
@keyframes spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}
.mfp-iframe-holder .mfp-content {
	background: #fff;
}
.mfp-iframe-holder .mfp-content:before {
	content: "";
	position: absolute;
	width: 50%;
	height: 50%;
	top: 25%;
	left: 25%;
	opacity: 0.5;
	background: url(images/ga-icon.svg) no-repeat center center;
	background-size: auto 25%;
}
.mfp-iframe-holder .mfp-content:after {
	content: "";
	position: absolute;
	width: 50%;
	height: 50%;
	top: 25%;
	left: 25%;
	background: url(images/ga-icon-loading.svg) no-repeat center center;
	background-size: auto 25%;
	-webkit-animation: spin 4000ms infinite linear;
	-moz-animation: spin 4000ms infinite linear;
	animation: spin 4000ms infinite linear;
	-o-transition: rotate(3600deg);
}

/* IFrames */
.mfp-iframe-holder .mfp-content {
	width: 675px; /* 750px; */
}
.mfp-iframe-scaler {
	padding-top: 391px;
}
.mfp-content iframe {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
	background: transparent;
}
.mfp-content iframe.loaded {
	opacity: 1;
	z-index: 1050;
}

/* Image Zoom */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.6;
}
.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}


/*** INTERIOR PAGES ***/

/* General */
.page.wrap {
	font-size: 15px;
}

/* Content Pages */
.content-page.wrap .featured-image {
	float: right;
	margin: 10px -10px 20px 20px;
}

/* Page: About Gail */
.page-id-51 .content-page.wrap ul,
.page-id-51 .content-page.wrap li {
	display: block;
}
.page-id-51 .content-page.wrap ul {
	text-indent: -1.3em;
	padding-left: 1em;
	margin-left: 1em;
}
.page-id-51 .content-page.wrap li:before {
	content: '• ';
}

/* Page: Contact Us */
.page-contact-us .map {
	float: right;
}

/* Page: Other Retail Locations */

.content-page.wrap ul.retail-locations {
	padding: 0;
	margin: 0;
	text-indent: 0;
}
.content-page.wrap ul.retail-locations>li:before {
	content: none !important;
}
.content-page.wrap ul.retail-locations>li {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	list-style: none !important;
}
.content-page.wrap ul.retail-locations>li>ul {
	padding-left: 2px;
}
.content-page.wrap ul.retail-locations>li>ul>li,
.content-page.wrap ul.madison-locations>li,
.content-page.wrap ul.served-locations>li {
	display: block;
}
.content-page.wrap ul.retail-locations h3 {
	width: 75%;
	padding: 2px 0 0 2px;
	border-top: 1px solid #d5d1cd;
}

/* Page: Travel */
.page-id-49 .content-page.wrap ul {
	text-align: center;
	text-indent: 0;
	padding: 0;
	margin: 0;
}
.page-id-49 .content-page.wrap ul>li:before {
	content: none !important;
}
.page-id-49 .content-page.wrap ul>li {
	display: inline-block;
	vertical-align: top;
	list-style: none !important;
}
.page-id-49 .content-page.wrap ul>li .wp-caption-text {
	text-align: center;
}

/* Page: Allergen Guide */
.page-id-280 tr>td:first-child {
	vertical-align: top;
	padding: 10px;
}
.page-id-46 p + p img.alignleft {
	margin-top: 0;
}

/* The Loop */
.loop>article {
	clear: both;
}
.loop>article .header {
	clear: both;
}
.loop>article .header h2 {
	margin-bottom: 0;
}
.loop>article .header .date {
	display: none;
	font-size: 85%;
}
.loop>article.post .header .date {
	display: inline;
}
.loop>article .wp-post-image {
	float: right;
	margin-left: 10px;
}
.comments {
	clear: both;
}

/* Search */
.page-search .search-form .search-field {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 41%;
	cursor: text;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid #ccc;
	outline: inherit;
	margin-right: 1%;
}
.page-search .search-form .search-submit {
	width: 15%;
	background: #a84d0f;
	color: #fff;
	text-indent: 0;
	padding: 2px 0;
}
.page-search .search-form .search-options {
	vertical-align: middle;
	left: 3px;
}
.page-search .search-form .search-options .arrow {
	font-size: 0.65em;
}
.page-search .search-form .search-options .panel {
	font-size: 85%;
}

/* HCIM Slider */
/* See anything-slider.css */


/*** STORE ***/

/* General */
.store .invisible {
	display: none;
}

/* Header */
#shopping-bag {
	position: absolute;
	right: 54px;
	top: 36px;
	height: 63px;
	text-align: right;
	background: url(images/shopbag.png) no-repeat right bottom;
	padding: 0 50px 0 0;
}
#shopping-bag>div {
	margin-top: 9px;
}
#shopping-bag .subtotal {
	color: #0072bc;
}
#shopping-bag .button.checkout {
	width: auto;
	color: #fff !important;
	text-transform: none;
	padding: 1px 1em 0 1em;
	margin-top: 5px;
}

/* Categories */
.store h2 {
	margin-bottom: 0.4em;
}
.store .catalog-bread-crumbs,
.store .product-bread-crumbs {
	font-size: 13px;
}
.store .col-wrap>div {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.store .catalog-product .image,
.store.page-product .recommended-products>li .image {
	float: left;
	width: 87px;
	height: 87px;
	background: #fff;
	border: 5px solid #eae4df;
	margin-right: 16px;
}
.store .catalog-product .image img,
.store.page-product .recommended-products>li .image img {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #fff;
}
.store.page-catalog .catalog-list {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	list-style: none;
	font-size: 14px;
	padding: 0;
	margin: 1.5em 0;
}
.store.page-catalog .catalog-product {
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border-top: 1px solid #dcd4ce;
}
.store.page-catalog .catalog-product:last-of-type {
	border-bottom: 1px solid #dcd4ce;
}
.store.page-catalog .catalog-product .details {
	min-height: 87px;
	padding: 0.5em 140px 0 100px;
}
.store.page-catalog .catalog-product h5 {
	font-size: 17px;
	font-weight: 500;
	margin: 0;
}
.store.page-catalog .catalog-product a {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	color: inherit;
	padding: 12px 18px;
}
.store.page-catalog .catalog-product a:hover {
	text-decoration: none;
	background: #f6ede7;
}
.store.page-catalog .catalog-product .view-product {
	float: right;
	position: absolute;
	right: 20px;
	top: 50%;
	white-space: nowrap;
	line-height: 1;
	color: #fff;
	background: #472306;
	padding: 3px 12px;
	border-radius: 3px;
	margin-top: -12px;
}
.store.page-catalog .catalog-page-breaks {
	text-align: center;
}

/* Search */
.store.page-catalog #inputSearchStr {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 41%;
	margin-right: 1%;
}
.store.page-catalog .button-start-search {
	width: 15%;
}

/* Products */
.store .product .images {
	position: relative;
	float: right;
	top: -40px;
	border-bottom: 1px solid #d5d1cd;
	margin-left: 1.5em;
}
.store .product label {
	min-width: 5em;
}
.store .product select,
.store .product label,
.store .product input[type="text"] {
	display: inline-block;
	vertical-align: middle;
}
.store .product .allergens {
	position: relative;
	top: -0.75em;
}
.store .product .allergens a:hover {
	text-decoration: none;
}
.store .product .allergens a>abbr {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	font-size: 9px;
	text-align: center;
	line-height: 16px;
	border: 0;
	border-radius: 50%;
}
.store .product .allergens a[href="/gluten-free/"]>abbr {
	color: #fff;
	background: #582700;
}
.store .product .allergens a[href="/nut-free/"]>abbr {
	color: #582700;
	background: #c49a6c;
}
.store .product .allergens a[href="/peanut-free/"]>abbr {
	color: #fff;
	background: #7b1c1d;
}
.store .product .allergens a[href="/soy-free/"]>abbr {
	color: #fff;
	background: #582700;
}
.store .product .allergens a[href="/vegan/"]>abbr {
	color: #fff;
	background: #582700;
}
.store .product .input-quantity {
	width: 2em;
	font-size: smaller;
	margin-left: 0.25em;
}
.store .product #attribute_input_1 {
	width: 155px;
	margin-right: 20px;
}
.store .product .product-purchase {
	margin-top: 8px;
}
.store .product form .buttons {
	margin-top: 1.5em;
}
.store .product input[type="submit"] {
	margin-right: 13px;
}
.store .product .price {
	font-weight: 500;
}
.store.product-page .col-wrap>div {
	display: inline-block;
	vertical-align: middle;
	width: 45%;
	padding: 0;
	margin: 0;
}
.store.product-page .col-wrap>.breadcrumb-col {
	float: left;
}
.store.product-page .col-wrap>.social-col {
	float: right;
}
.store.page-product .product-social-button {
	display: inline-block;
	vertical-align: bottom;
	float: right;
}
.product-facebook-like-button>iframe {
	width: 90px;
	height: 20px;
}
.store.page-product .recommended-products>li {
	display: inline-block;
	vertical-align: top;
	width: 87px;
	text-align: center;
	font-size: smaller;
	margin: 0 14px;
}
.store.page-product .recommended-products>li:first-child {
	margin-left: 0;
}
.store.page-product .recommended-products>li:last-child {
	margin-right: 0;
}
.store.page-product .recommended-products>li>div {
	display: block;
	margin: 0 auto;
}
.store.page-product .recommended-products>li .image {
	float: none;
	margin: 0 auto;
}
.store.page-product .recommended-products>li .caption {
	margin: 2px auto;
}
.store.page-product .product-rating {
	margin: 0.5em 0;
}
.store.page-product .about-shipping {
	background: #d5d1cd;
	margin: 1.5em 0;
}
.store.page-product .product-page-blocks h3 {
	margin-top: 1em;
}

.store.page-product .mfp-iframe-holder .mfp-content {
	width: 75%;
}
.store.page-product .mfp-iframe-scaler {
	padding-top: 70%;
}


/* Collections/Flavors */
/*
.notheme .collection.wrap {
	padding-left: 0;
	padding-right: 20px;
}
.page.collection .archive-nav {
	position: relative;
	top: -1.5em;
	font-size: 85%;
}
.page.collection .archive-nav li {
	display: inline-block;
	vertical-align: baseline;
	width: auto;
}
.page.collection .archive-nav li:first-child {
	padding-left: 0;
}
.page.collection ul {
	list-style-type: none !important;
	padding: 0;
	margin: 0;
}
.page.collection li {
	display: inline-block;
	vertical-align: top;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	padding: 10px;
}
.page.collection li img {
	float: left;
	margin: 10px;
}
.page.collection li h3.entry-title {
	font-size: 105%;
	margin: 0;
}
.page.collection li .entry-content {
	font-size: 85%;
	margin-left: 140px;
}
.page.collection li .entry-content>p {
	margin: 0.25em 0;
}
*/
.notheme .collection.wrap {
	padding-left: 0;
	padding-right: 20px;
}
.page.collection .archive-nav {
	position: relative;
	top: -1em;
	font-size: 85%;
}
.page.collection .archive-nav li {
	display: inline-block;
	vertical-align: baseline;
	width: auto;
	padding: 0 0.75em;
}
.page.collection .archive-nav li:first-child {
	padding-left: 0;
}

/* Flavor List */
.flavor-list {
	list-style-type: none !important;
	text-indent: 0 !important;
	padding: 0 !important;
	margin: 0 auto !important;
}
.flavor-list li {
	display: inline-block !important;
	vertical-align: top !important;
	width: 140px !important;
	text-align: center !important;
	margin: 10px 5px !important;
}
.flavor-list li:before {
	content: none !important;
}
.flavor-list li>a {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	color: #472306;
	padding: 10px 10px 8px 10px;
	border-radius: 3px;
}
.flavor-list li>a:hover {
	text-decoration: none;
	background: #f6ede7;
}
.flavor-list li img {
	width: 120px;
	height: 120px;
}
.flavor-list li .entry-title {
	font-size: 85%;
	margin-top: 5px;
}
.flavor-list li .entry-content {
	font-size: 85%;
}

/* Flavor List - Detail */
.flavor-detail-list {
	list-style-type: none !important;
	padding: 0;
	margin: 0 auto;
}
.flavor-detail-list li {
	display: inline-block;
	vertical-align: top;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	padding: 10px 5px;
}
.flavor-detail-list li img {
	float: left;
	width: 120px;
	height: 120px;
}
.flavor-detail-list li .entry-title {
	font-size: 85%;
}
.flavor-detail-list li .entry-content {
	font-size: 85%;
	padding-left: 120px;
}

/* Single Flavor */
.flavor-wrap {
	position: relative;
	width: 675px;
	height: 391px;
	background: no-repeat right bottom;
}
.flavor-wrap>article {
	position: absolute;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	top: 0;
	left: 0;
	width: 40%;
	min-height: 100%;
	background: #f6ede7;
	background: rgba(245,236,230,0.85);
	padding: 30px;
	padding-bottom: 10px;	
}
.flavor-wrap>article>h1 {
	margin-top: 0;
}

/* Cart */
.page-cart table.cart {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border-bottom: 1px solid #d5d1cd;
}
.page-cart table.cart th,
.page-cart table.cart td {
	vertical-align: top;
}	/* valign */
.page-cart table.cart th {
	font-weight: 500;
	text-align: left;
	padding-bottom: 10px;
}
.page-cart table.cart .text-center {
	text-align: center;
}
.page-cart table.cart .text-right {
	text-align: right;
}
.page-cart table.cart td.cart-image {
	width: 80px;
	padding: 5px 5px 10px 0;
}
.page-cart table.cart td.cart-image img {
	width: 100%;
	height: auto;
}
.page-cart table.cart tr.one {
	height: 1em;
}
.page-cart table.cart .cart-description,
.page-cart table.cart tfoot .button {
	font-size: 85% !important;
}
.page-cart table.cart .quantity {
	width: 2em;
}
.page-cart .div-checkout-button {
	text-align: right;
}
.page-cart .cart-totals {
	text-align: right;
}
.page-cart .cart-totals li {
	display: block;
}
.page-cart .cart-amount-subtotal {
	font-size: larger;
}
.page-cart .promo-code {
	float: left;
}
.page-cart .form-controls {
	text-align: right;
}
.page-cart .form-controls .button,
.page-cart .form-controls .comboinput {
	margin: 2px;
}

/* Login */
.page-login .col-wrap>div {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0;
	margin: 0;
}
.page-login h3 {
	margin-bottom: 0;
}
.page-login h3 + div {
	font-size: 85%;
	margin-bottom: 1em;
}
.page-login form input {
	margin: 2px 0;
}

/* Register */
.page-signup .field {
	margin: 2px 0;
}
.page-signup .field>label,
.page-signup .field>div {
	display: inline-block;
	vertical-align: baseline;
}
.page-signup .field>label {
	width: 10em;
}
.page-signup .col-wrap>div {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0;
	margin: 0;
}
.page-signup .hint {
	font-size: 85%;
}
.page-signup .required label {
	font-weight: 500;
}
.page-signup .fieldset.promotions {
	margin-top: 1em;
}

/* Checkout */
.page-opc.wrap {
	position: relative;
}
.page-opc.wrap .button-continue-with-order {
	margin: 10px 0;
}
.page-opc.wrap form label {
	display: inline-block;
	vertical-align: baseline;
	min-width: 7.5em;
}
.page-opc.wrap form input {
	display: inline-block;
	vertical-align: baseline;
}
.page-opc.wrap form input[type=text] {
	width: 12em;
}
.page-opc.wrap form textarea {
	display: block;
	width: 100%;
}
.page-opc.wrap form .input {
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: 0.25em;
}
.page-opc.wrap form select {
	width: 12em;
}
.page-opc.wrap .required label {
	font-weight: 500;
}

#opc-billing-edit-link,
#opc-shipping-address-edit-link {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 116px;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #d5d1cd;
	cursor: pointer;
	padding: 3px 6px;
	padding-bottom: 2px;
	border: 0;
	border-radius: 3px;
}
#opc-account {
	margin-top: 1em;
}

#opc-gift-message {
	overflow: auto;
	min-height: 30px;
	border: 1px solid #d5d1cd;
}
#opc-gift-message>textarea {
	width: 98%;
	border: 0;
}

#opc-invoice {
	position: absolute;
	right: 0px;
	top: 67px;
	width: 20%;
	font-size: 85%;
	padding: 10px;
	border-left: 1px solid #d5d1cd;
}
#opc-invoice>h3 {
	margin-top: 0;
}
#opc-invoice table {
	width: 100%;
}
#opc-invoice #cart-items {
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 3px;
}
#opc-invoice .invoice-amount,
#opc-invoice .cart-item-price {
	text-align: right;
}
#opc-item-count {
	margin-bottom: 5px;
}
.page-opc.wrap #cart-items-toggle {
	margin-top: 5px;
}
#opc-invoice-total-row {
	font-weight: 500;
	font-size: 110%;
}
#opc-billing,
#opc-shipping {
	display: inline-block;
	vertical-align: top;
	width: 37%;
}
.page-opc.wrap .shipping-notes {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-bottom: 1em;
}
.page-opc.wrap .shipping-notes>ul>li {
	font-size: 85%;
	margin: 0.25em 0;
}
#opc-gift-certificate-form {
	padding-left: 3em;
}
#opc-gift-certificate-form .buttons {
	text-align: right;
}

.page-opc.wrap .place-order-now {
	width: 75%;
	margin: 3ex 0;
	padding-top: 5px;
	border-top: 1px solid #d5d1cd;
}
.page-opc.wrap .button-purchase {
	display: block;
	margin: 10px 0;
}
.page-opc.wrap .select-expiration-month {
	width: 5em;
}
.page-opc.wrap .select-expiration-year {
	width: 7em;
}
.page-opc.wrap form .input-cvv2 {
	width: 4em !important;
}

/* Gift Certificates */
#page-gift_certificate .field {
	margin: 2px 0;
}
#page-gift_certificate .field>label,
#page-gift_certificate .field>div {
	display: inline-block;
	vertical-align: baseline;
}
#page-gift_certificate .field>label {
	width: 10em;
}
#page-gift_certificate .col-wrap>div {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0;
	margin: 0;
}
#page-gift_certificate .hint {
	font-size: 85%;
}
#page-gift_certificate .required label {
	font-weight: 500;
}
#page-gift_certificate .fieldset.promotions {
	margin-top: 1em;
}
#page-gift_certificate .giftCertificateHeader {
	background: url(images/gail_giftcertificate.jpg) no-repeat right center;
	padding-right: 90px;
}

/* Order Completion */
.page-completed.wrap {
	text-align: center;
	padding: 50px 0 100px 0;
}
.page-completed.wrap>div {
	display: inline-block;
	vertical-align: middle;
}
.page-completed.wrap .thank-you-text {
	text-align: left;
	margin: 0 1em;
}

/*** STORE: ACCOUNT CENTER ***/

/* General */
.account-nav {
	position: relative;
	top: -5px;
	margin-bottom: 1em;
}
.account-nav>li>a.my-orders-btn {
	background: #a84d0f;
}
.account-nav>li>a {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 116px;
	font-size: 13px;
	text-align: center;
	color: #fff;
	background: #d5d1cd;
	cursor: pointer;
	padding: 3px 6px;
	border: 0;
	border-radius: 3px;
	padding-bottom: 2px;
}
.account-nav>li>a:hover {
	text-decoration: none;
}

.account-center .field {
	margin: 2px 0;
}
.account-center .field>label,
.account-center .field>div {
	display: inline-block;
	vertical-align: baseline;
}
.account-center .field>label {
	width: 10em;
}
.account-center .col-wrap>div {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0;
	margin: 0;
}
.account-center .hint {
	font-size: 85%;
}
.account-center .required label {
	font-weight: 500;
}
.account-center .fieldset.promotions {
	margin-top: 1em;
}

.msg-error {
	font-weight: 500;
	color: #c00;
}

/* My Account */
#page-account .page.wrap {
	margin-bottom: 150px;
}

/* My Orders */
#page-orders .list.orders {
	min-width: 473px;
}
#page-orders .list.orders a {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 100%;
	color: inherit;
	padding: 2px 1em;
}
#page-orders .list.orders a:hover {
	text-decoration: none;
}
#page-orders .list.orders tr:hover {
	background: #f6ede7;
}
#page-orders .list.orders th {
	white-space: nowrap;
	background: #d5d1cd;
	padding: 0 1em;
}
#page-orders .list.orders th:first-child {
	border-radius: 3px 0 0 0;
}
#page-orders .list.orders th:last-child {
	border-radius: 0 3px 0 0;
}
#page-orders .list.orders th,
#page-orders .list.orders td {
	text-align: left;
	vertical-align: top;
}
#page-orders .list.orders th:first-child,
#page-orders .list.orders td:first-child>a {
	padding-left: 0.5em;
}
#page-orders .list.orders th:last-child,
#page-orders .list.orders td:last-child>a {
	text-align: right;
	padding-right: 0.5em;
}
#page-orders .list.orders td:last-child {
	text-align: right;
}
#page-orders .list.orders tr>td {
	border-bottom: 1px solid #dcd6d0;
	border-bottom: 1px solid rgba(220, 214, 208, 0.5);
}
#page-orders .list.orders tr:last-child>td {
	border-bottom: 2px solid #d5d1cd;
}

/* Order Detail */
#page-order .col-wrap>div {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

#page-order .list.order {
	width: 100%;
}
#page-order .list.order a {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 100%;
	color: inherit;
	padding: 2px 1em;
}
#page-order .list.order th {
	white-space: nowrap;
	background: #d5d1cd;
	padding: 0 1em;
}
#page-order .list.order th:first-child {
	border-radius: 3px 0 0 0;
}
#page-order .list.order th:last-child {
	border-radius: 0 3px 0 0;
}
#page-order .list.order th,
#page-order .list.order td {
	text-align: left;
	vertical-align: top;
}
#page-order .list.order td {
	padding: 0 1em;
}
#page-order .list.order th:first-child,
#page-order .list.order td:first-child {
	padding-left: 0.5em;
}
#page-order .list.order th:last-child,
#page-order .list.order td:last-child {
	text-align: right;
	padding-right: 0.5em;
}
#page-order .list.order td:last-child {
	text-align: right;
}
#page-order .list.order td {
	border-bottom: 1px solid #dcd6d0;
	border-bottom: 1px solid rgba(220, 214, 208, 0.5);
}
#page-order .list.order tr:last-child>td {
	border-bottom: 2px solid #d5d1cd;
}
#page-order .list.order .product-name {
	width: 50%;
}
#page-order .list.order .product-options {
	font-size: 85%;
	font-style: italic;
}
#page-order .list.order .qty {
	text-align: center;
}
#page-order .list.order>tfoot td {
	border: none !important;
}
#page-order .list.order>tfoot td:first-child {
	text-align: right;
}
#page-order .list.order>tfoot tr.total td {
	font-weight: 500;
	font-size: 115%;
}

/* My Profile */
#page-profile .field {
	margin: 2px 0;
}
#page-profile .field>label,
#page-profile .field>div {
	display: inline-block;
	vertical-align: baseline;
}
#page-profile .field>label {
	width: 10em;
}
#page-profile .col-wrap>div {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0;
	margin: 0;
}
#page-profile .hint {
	font-size: 85%;
}
#page-profile .required label {
	font-weight: 500;
}
#page-profile .fieldset.promotions {
	margin-top: 1em;
}

/* My Address Book */
.address-book-entry {
	margin: 1em;
}
.address-book-entry:first-child {
	margin-left: 0;
}
.address-book-entry:last-child {
	margin-right: 0;
}

/* Home/Sitemap */
.page-site-map .list.categories li {
	display: block;
	font-size: 1rem;
	margin-left: 2em;
}
.page-site-map .list.otherlinks li {
	padding: 0 0.5em;
	border-right: 1px solid;
	margin-top: 2em;
}
.page-site-map .list.otherlinks li:last-child {
	border-right: 0;
}


/*** RESPONSIVE STYLES ***/

/* 324 (Mobile) */
@media only screen and (max-width: 669px) {
	.bg {
		background-image: none;
	}

	.mob-hidden,
	#top-links,
	#shopping-bag,
 	nav.menu-primary-navigation,
	nav.menu-mobile-navigation,
	#hero .promo_slider .marker,
	.latest-tweet,
	footer.main .links,
	footer.main .get-updates {
		display: none;
	}
	
	#jPanel-menu,
	nav.menu-mobile-navigation {
		display: block;
	}
	#jPanelMenu-menu {
		z-index: 100 !important;
		background: #472306;
		box-shadow: 0 0 4px 0 rgba(71, 35, 7, 0.25);
		margin: 0;
	}
	#jPanelMenu-menu li {
		display: block;
		height: auto;
		font-size: 17px;
		border-right: 0;
	}
	#jPanelMenu-menu li>a {
		color: #fff;
		padding: 14px 0 12px 0;
	}
	#jPanelMenu-menu>ul>li {
		border-bottom: 1px solid;
		border-bottom-color: #a39183; /* Fallback */
		border-bottom-color: rgba(215,215,215,0.1);
	}
	#jPanelMenu-menu>ul>li>ul {
		-moz-box-sizing: border-box;
	box-sizing: border-box;
		position: static;
	}
	#jPanelMenu-menu>ul>li>ul>li {
		border-right: 1px solid #dcd6d0;
	}
	#jPanelMenu-menu>ul>li>ul>li>a {
		padding-left: 5px;
	}
	.jPanelMenu-panel .bg>.wrap:first-child {
		padding-top: 1px;
	}
	
	.menu-primary-navigation.mainMenu>ul>li.open>ul {
		display: block;
	}
	.menu-primary-navigation.mainMenu li>ul>li:hover {
		background: #fff;
	}

	.mob-ico {
		display: block;
		width: 100%;
		padding: 0;
		margin: 8px 0;
	}
	.mob-ico>li {
		display: inline-block;
		vertical-align: middle;
		width: 25%;
		padding: 0;
		margin: 0;
	}
	.mob-ico>li>a,
	.mob-ico>li>button {
		display: block;
		overflow: hidden;
		width: 44px;
		height: 44px;
		text-indent: -9999px;
		color: transparent;
		background: transparent no-repeat center center;
/* 		background-size: contain; */
		padding: 0;
		border: 0;
		margin: auto;
	}
	.mob-ico .menu button {
		background-image: url(images/mob-menu-ico.png);
	}
	.mob-ico .call a {
		background-image: url(images/mob-call-ico.svg);
	}
	.mob-ico .map a {
		background-image: url(images/mob-map-ico.svg);
	}
	.mob-ico .search button {
		background-image: url(images/mob-search-ico.svg);
	}
	.mob-ico .search-form {
		display: none;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		background: #fff;
	}
	.mob-ico .search-form.open {
		display: block;
	}
	.mob-ico .search-form.open .search-field {
		position: absolute;
		-moz-box-sizing: border-box;
	box-sizing: border-box;
		left: 0;
		top: 0;
		height: 44px;
		width: 230px;
		font-size: 135%;
		padding: 0 5px;
		border: 1px solid #ccc;
		outline: 0;
	}
	.mob-ico .search-form.open .search-submit {
		position: absolute;
		top: 0;
		right: 16px;
		width: 44px;
		height: 44px;
		background: transparent url(images/mob-search-ico.svg) no-repeat center center;
		background-size: 44px 44px;
		padding: 0;
	}
	.mob-ico .search-form.open .search-options {
		position: absolute;
		right: -6px;
		top: 4px;
		font-size: 200%;
	}

	#top-links .mobmenu {
		display: block;
		float: left;
		width: 24px;
		height: 24px;
		overflow: hidden;
		text-indent: -9999px;
		color: transparent;
		background: #f6ede7 url(images/mobmenu.png) no-repeat center center;
		border: 0;
	}

	#top-links .phone {
		display: block !important;
		margin: auto;
	}
	
	.bg>.wrap {
		padding-top: 0;
	}
	.wrap {
		width: 304px;
		text-align: center;
	}
	.wrap>header h1 {
		height: 105px;
		font-size: inherit;
		background: url(images/ga-sig.svg) no-repeat center 25px;
		background-size: contain;
		margin: 22px 0 8px 0;
	}
	.mob-contact {
		display: block;
	}
	
	#hero {
		margin-bottom: 40px;
	}
	#hero,
	#hero .promo_slider {
		width: 100%;
		height: 330px;
	}
	#hero .promo_slider .panel img {
		position: static;
		height: 172px;
		margin: 0 auto;
	}
	#hero .promo_slider .panel .text {
		position: static;
		width: 100%;
		height: auto;
	}
	#hero .promo_slider_nav .slider_selections span {
		float: none;
		display: inline-block;
	}
	#hero .promo_slider .panel p {
		width: 100%;
	}
	#hero .promo_slider_nav {
		width: 100%;
		text-align: center;
	}
	
	.banner-stripe {
		margin: 30px 0;
	}
	.banner-stripe .left {
		font-size: 11px;
		margin: 0 8px 0 0;
	}
	.banner-stripe .left.foodnet-logo {
		top: -3px;
		width: 37px;
		height: 36px;
		background: url(images/foodnet-logo-37.png) no-repeat center center;
	}

	.promos li {
		width: 100%;
		margin: 5px 0;
	}
	.promos img {
		width: 90%;
		max-width: 243px;
		height: auto;
	}
	
	footer.main .bg-pattern {
		background-size: auto 60%;
		top: -75px;
	}
	footer.main .links {
		width: 50%;
	}
	footer.main .right {
		display: block;
		float: none;
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}
	footer.main .email-list {
		margin: 1.5em auto;
	}
	footer.main .email-list label {
		display: block;
	}
	footer.main .email-list input {
		font-size: 14px;
	}
	footer.main .email-list input[type="email"] {
		width: 10em;
	}
	footer.main .email-list input[type="submit"] {
		width: 42px;
		text-align: center;
		padding-left: 0;
		padding-right: 0;
		margin-right: 0;
	}
	footer.main .social-links .ir {
		margin: 0 18px;
	}
	footer.main .fine-print .info {
		color: #fff;
	}
	footer.main .fine-print .info span {
		display: block;
		border-right: 0;
		margin: 0 auto;
	}
	footer.main .fine-print .hours {
		display: none !important;
	}
	
	/* Content Pages */
	.page.wrap {
		text-align: left;
	}
	.page.wrap img.alignleft,
	.page.wrap img.alignright,
	.content-page.wrap .featured-image {
		float: none;
		display: block;
		margin: 12px auto;
	}
	.content-page.wrap .featured-image>img {
		width: 100%;
		height: auto;
	}
	.page.wrap img.mobleft {
		float: left;
	}
	.page.wrap img.mobright {
		float: right;
	}
	.page.wrap img.mobfit {
		width: 100%;
		height: auto;
	}
	
	/* Other Retail Outlets */
	.content-page.wrap ul.retail-locations>li {
		width: 100%;
	}
	.content-page.wrap ul.retail-locations h3 {
		margin-bottom: 0;
	}
	
	/* Store pages */
	.store .wrap>header h1,
	.store .wrap>header div,
	.store .wrap>header nav {
		display: none;
	}
	
	.store .mob-ico>li:first-of-type>button {
		float: left;
	}
	.store .mob-ico>li:last-of-type>a {
		float: right;
	}
	.store .mob-ico>li.cart {
		width: 50%;
	}
	.store .mob-ico>li.cart>a {
		width: auto;
		height: 22px;
		line-height: 22px;
		text-indent: 0;
		color: #fff;
	}
	.store .mob-ico>li.cart>span {
		height: 22px;
		line-height: 22px;
	}
	.store .mob-ico>li.home>a {
		background: url(images/ga-icon.svg);
		background-size: contain;
	}
	.col-wrap>div {
		display: block;
		width: 100%;
	}
	
	/* Category pages */
	.store.page-catalog .catalog-product .view-product {
		display: none;
	}
	.store.page-catalog .catalog-product .details {
		padding: 0 0 0 103px !important;
	}
	.store.page-catalog .catalog-product a {
		padding-left: 0;
		padding-right: 0;
	}
	
	/* Product pages */
	.store .product-social {
		display: none;
	}
	.store .product .images {
		position: static;
		float: none;
	}
	.store .product .button,
	.store .product input[type=submit] {
/* 		height: 42px !important; */
	}
	
	/* Collection/Flavors */
	.page.collection li {
		width: 100%;
	}
	
	.flavor-detail-list li {
		width: 100%;
	}
	
	/* Single Flavor */
	.flavor-wrap {
		width: auto;
		height: auto;
		background: no-repeat center top;
		background-size: contain;
	}
	.flavor-wrap>article {
		position: static;
		width: 100%;
		height: auto;
		background: none;
		padding-top: 245px;
	}
	.flavor-wrap>article>h1 {
		margin-top: 0;
	}

	/* Cart */
	.page-cart .fieldset.promo-code {
		width: 100%;
		text-align: center;
		margin-bottom: 0.75em;
	}
	#form-cart-continue-shopping,
	#form-cart-update {
		-moz-box-sizing: border-box;
	box-sizing: border-box;
		width: 49%;
		height: 42px;
		white-space: nowrap;
		line-height: 37px;
		font-size: 100%;
		margin: 4px 0;
	}
	#form-cart-continue-shopping {
		float: left;
	}
	#form-cart-update {
		float: right;
	}
	.page-cart .form-controls .button.checkout {
		-moz-box-sizing: border-box;
	box-sizing: border-box;
		width: 100%;
		height: 42px;
		clear: both;
		font-size: 120%;
		margin: 4px 0;
	}
	.page-cart table.cart .cart-image {
		width: 0 !important;
		height: 0;
		overflow: hidden;
	}
	.page-cart table.cart .cart-image img {
		display: none;
	}
	
	/* Order Completion */
	.page-completed.wrap {
		padding: 30px 0 0 0;
	}
	
	
	/*** Store: Account Center ***/
	
	/* General */
	.account-nav {
		text-align: center;
	}
	.account-nav>li {
		width: 45%;
		margin: 4px;
	}
	.account-nav>li>a {
		width: 100%;
		height: 42px;
		white-space: nowrap;
		line-height: 37px;
		font-size: 100%;
	}

	/* My Orders */
	#page-orders .list.orders {
		width: 100%;
		min-width: 100%;
	}
	#page-orders .list.orders th,
	#page-orders .list.orders td>a {
		padding: 0.5em;
	}

	/* Order Detail */
	#page-order .list.order {
		font-size: 85%;
	}
}

/* 670 (Tablet) */
@media only screen and (min-width: 670px) and (max-width: 959px) {
	.bg {
		background-position: center 31px;
 		background-size: 678px auto;		
	}
	
	.wrap {
		width: 670px;
	}
	.notheme .wrap {
		-moz-box-sizing: border-box;
	box-sizing: border-box;
		width: 100%;
		padding: 10px;
	}
	.wrap>header h1 {
		height: 130px;
	}
	.wrap>header nav {
		font-size: 13px;
		font-weight: 500;
	}
	.wrap>header nav a {
		padding: 0 0.75em;
	}

	.menu-primary-navigation.mainMenu>ul>li:hover>ul,
	.menu-primary-navigation.mainMenu>ul>li.open>ul {
		display: block;
	}
	.menu-primary-navigation.mainMenu>ul>li>ul>li {
/* 		line-height: 32px; */
	}

	#hero {
		width: 640px;
		height: 230px;
	}
	#hero .promo_slider {
		height: 230px;
	}
	
	.promos li {
		margin: 0 7px;
	}
	.promos img {
		width: 205px;
		height: auto;
	}
	
	footer.main .links,
	footer.main .right {
		width: 25%;
	}
	footer.main .get-updates {
		font-size: 11px;
		letter-spacing: 1px;
		line-height: 1.35;
		margin: 0.8em 0;
	}
	footer.main .email-list input[type="submit"] {
		width: 40px;
	}
}

/* 960+ (Desktop) */
@media only screen and (min-width: 960px) {
	/* General Styles */
	.bg {
		background-position: center -4px;
 		background-size: 1062px auto;
	}
	
	.wrap {
		width: 960px;
	}
	.notheme .wrap {
		-moz-box-sizing: border-box;
	box-sizing: border-box;
		width: 100%;
		padding: 10px;
	}
	.wrap>header h1 {
		height: 143px;
	}
	.wrap>header nav>ul {
		background-image: url(images/lflourish-72.png), url(images/rflourish-72.png);
		background-position: left center, right center;
		background-repeat: no-repeat, no-repeat;
		padding: 0 84px;
	}

	.menu-primary-navigation.mainMenu>ul>li:hover>ul {
		display: block;
	}

	#hero {
		width: 700px;
		height: 285px;
		margin: 0 0 30px 155px;
	}
	#hero .promo_slider {
		height: 285px;
	}
	
	.banner-stripe .left {
		float: left;
	}
	.banner-stripe .right {
		display: block;
		float: right;
		margin: 0 8px;
	}
	.banner-stripe .right .ga-icon {
		position: relative;
		top: -1px;
		width: auto;
		height: 26px;
	}

	.promos li {
		margin: 0 8px;
	}
	.promos img {
		width: 243px;
	}

	footer.main {
		padding-bottom: 75px;
	}
	footer.main .links {
		width: 142px;
	}
	footer.main .links:first-child {
		margin-left: 26px;
	}
	footer.main .get-updates {
		width: 230px;
		margin-right: 5px;
	}
	footer.main .email-list h4 {
		margin-right: 6px;
	}
	footer.main .email-list input[type="submit"] {
		margin-right: 10px;
	}
	footer.main .social-links {
		width: 156px;
	}
	footer.main .green-power {
		display: block;
		float: right;
		width: 355px;
		text-align: right;
		font-style: italic;
		margin: 1.25em 0 0 0;
	}
	footer.main .green-power img, 
	footer.main .green-power div {
		display: inline-block;
		vertical-align: baseline;
	}
	footer.main .green-power div {
		width: 255px;
		text-align: left;
	}
	footer.main .green-power .mge-logo {
		margin-right: 12px;
	}
	footer.main .green-power strong {
		white-space: nowrap;
	}
	
	/* Content Pages */
	.page.wrap {
		-moz-box-sizing: border-box;
	box-sizing: border-box;
		padding-left: 109px;
		padding-right: 100px;
	}
}
@media only screen and (min-width: 960px) and (max-width: 1062px) {
	.bg {
 		background-size: contain;
	}
}

/* Notheme */
/* Needs to override all other styles except print */
body.notheme {
	background: #fff;
}

/* Print  */
@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	 }

	 a,
	 a:visited {
		text-decoration: underline;
	 }

	 a[href]:after {
		content: " (" attr(href) ")";
	 }

	 abbr[title]:after {
		content: " (" attr(title) ")";
	 }

	 /*
	  * Don't show links for images, or javascript/internal links
	  */

	 .ir a:after,
	 a[href^="javascript:"]:after,
	 a[href^="#"]:after {
		content: "";
	 }

	 pre,
	 blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	 }

	 thead {
		display: table-header-group; /* h5bp.com/t */
	 }

	 tr,
	 img {
		page-break-inside: avoid;
	 }

	 img {
		max-width: 100% !important;
	 }

	 @page {
		margin: 0.5cm;
	 }

	 p,
	 h2,
	 h3 {
		orphans: 3;
		widows: 3;
	 }

	 h2,
	 h3 {
		page-break-after: avoid;
	 }
}