@font-face {
	font-family: 'AauxNextBold';
	src: url('../fonts/aaux-next-bold-webfont.eot');
	src: url('../fonts/aaux-next-bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/aaux-next-bold-webfont.woff') format('woff'),
		 url('../fonts/aaux-next-bold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AauxRegular';
	src: url('../fonts/aaux-regular-webfont.eot');
	src: url('../fonts/aaux-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/aaux-regular-webfont.woff') format('woff'),
		 url('../fonts/aaux-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icon-yelp, .icon-twitter, .icon-instagram, .icon-foursquare, .icon-facebook, .icon-goto, .icon-survey {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.icon-yelp:before {
	content: "\e000";
}

.icon-twitter:before {
	content: "\e001";
}

.icon-instagram:before {
	content: "\e002";
}

.icon-foursquare:before {
	content: "\e003";
}

.icon-facebook:before {
	content: "\e004";
}

.icon-goto:before {
	content: "\e005";
}

.icon-survey:before {
	content: "\e015";
}

* {
	margin: 0;
	padding: 0;
}

@media print {
	* {
		box-shadow: none !important;
		text-shadow: none !important;
	}

	.nutrition {
		display: none !important;
		visibility: hidden !important;
	}
}

html {
	background-color: #fff;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: center -343px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

body {
	background-color: transparent;
	color: #231f20;
	margin: 0 auto !important;
	text-align: left;
	-webkit-text-size-adjust: 100%;
	max-width: 980px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

p {
	color: #231f20;
	font-family: Georgia, serif;
}

li {
	color: #231f20;
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 1.6;
}

a {
	color: #c9654c;
	outline: none;
	-webkit-transition: color .25s ease-in;
	-moz-transition: color .25s ease-in;
	transition: color .25s ease-in;
}

a:active,
a:focus {
	color: inherit;
	outline: none;
}

a:hover {
	color: inherit;
}

img {
	border: none;
	height: auto;
	max-width: 100%;
}

a img {
	border: none;
	outline: none;
}

.clear {
	clear: both;
	display: block;
}

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

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.row {
	max-width: 980px;
	width: auto;
}

input:focus {
	outline: none;
}

label {
	cursor: default;
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

.capitalize {
	text-transform: capitalize;
}

.add-margin-top {
	display: block;
	margin-top: 1.0em !important;
}

.add-margin-right {
	display: block;
	margin-right: 1.0em !important;
}

.add-margin-bottom {
	display: block;
	margin-bottom: 1.0em !important;
}

.add-margin-bottom-2 {
	display: block;
	margin-bottom: 2.0em !important;
}

.add-margin-left {
	display: block;
	margin-left: 1.0em !important;
}

.remove-margin-top {
	margin-top: 0 !important;
}

.remove-margin-right {
	margin-right: 0 !important;
}

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

.remove-margin-left {
	margin-left: 0 !important;
}

.remove-border-bottom {
	border-bottom: none !important;
}

.image-replacement {
	color: transparent;
	font: 0/0 a;
	text-shadow: none;
}

hr {
	border-top: 1px dotted #a7a9ac;
	clear: both;
	height: 0;
	margin: 16px 0;
	width: 100%;
}

.dashed {
	border-top: 2px dotted #a7a9ac;
	clear: both;
	height: 0;
	margin: 16px 0;
	width: 100%;
}

.dotted {
	/* background: #fff url(../images/horizontal-rule.png) repeat-x; */
	background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAAEhcmxxAAAAO0lEQVQoU2N4cPvCfxBmQGEwoAiBOf//IzCRHAolblw4/B/EQKcHVsfLJ3f/P7l/7T9MgBAfp0nD2QYArhfCqb/+VQQAAAAASUVORK5CYII=) repeat-x;
	border: none;
	color: #9a867a;
	height: 12px;
	margin-bottom: 10px;
}

.extra-space {
	margin: 40px 0;
}

/* =Header
----------------------------------------------------------------------------- */

header {
	max-height: 228px;
	min-height: 228px;
	position: relative;
}

.logo {
	background: url(../images/wf-logo.svg) no-repeat top left;
	background-size: contain;
	float: left;
	margin-left: 15px;
	height: 66px;
	margin-top: 40px;
	overflow: hidden;
	text-indent: -9999px;
	width: 100%;
	max-width: 350px;
}

.logo a {
	display: block;
	height: 100%;
	width: 100%;
}

nav {
	padding-bottom: 30px;
	height: 110px;
	width: 100%;
}

nav ul {
	clear: both;
	list-style: none;
	margin-left: 12px;
}

nav ul li {
	background: url(../images/sprite.png) no-repeat -515px -106px;
	color: #61482a;
	display: block;
	float: left;
	font-family: AauxNextBold, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin-left: 10px;
	padding-top: 35px;
	text-align: center;
	text-transform: uppercase;
}

nav ul li:first-child {
	margin-left: 0;
}

nav ul li:hover {
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	transform: rotate(2deg);
	font-weight: normal;
}

nav ul li a {
	background: #fff;
	border: 1px solid #d2d2d2;
	-webkit-box-shadow: 3px 3px 3px rgba(170,164,142, 0.8);
	-moz-box-shadow: 3px 3px 3px rgba(170,164,142, 0.8);
	box-shadow: 3px 3px 3px rgba(170,164,142, 0.8);
	color: #61482a;
	display: block;
	padding: 9px 20px;
	text-decoration: none;
}

nav ul li.contest a {
	background-color: #434a5f;
	color: #FFF;
	border: 1px solid #3f495e;
}

nav ul li a:hover {
	text-decoration: none;
}

nav ul li.current-menu-item {
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	transform: rotate(-2deg);
}

nav ul li.current-menu-item a {
/* 	color: #a81f17; red */
	color: #e87b3b; /* orange */
}

nav ul li.order-now {
	background-image: none;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
}

nav ul li.order-now:hover {
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

nav ul li.order-now a {
	background-color: #eb7c3c;
	background: rgba(235,124,60, 0.95) url(../images/sprite.png) no-repeat -625px -92px;
	color: #fff;
	padding-right: 45px;
	width: 126px;
}

nav ul li.order-now a:hover {
	background-color: #f77022;
	background-color: rgba(247,112,34, 1.0);
}

nav ul li.holiday-order a {
	color: #FFF;

/* // Christmas
	background-color: #da2d3a;
	border: 1px solid #da2d3a;
*/

/* // Burgandy
	background-color: #893e4f;
	border: 1px solid #893e4f;
*/

/* 	// Easter / teal */
	background-color: #71CBD4;
	border: 1px solid #5aacb4;
/*
	// Orange
	background-color: #e87b3b;
	border: 1px solid #dc7437;
*/
/* 	// St. Pattys Green
	background-color: #478A57;
	border: 1px solid #478A57;
*/
}

.global {
	color: #524741;
	list-style: none;
	position: absolute;
	top: 15px;
	right: 300px;
}

.global li {
	display: inline;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.global a {
	color: #524741;
	margin-left: 20px;
}

.store-locator-global {
	background: url(../images/sprite.png) no-repeat -470px 0;
	height: 91px;
	margin: 0;
	padding: 25px;
	padding-top: 15px;
	padding-right: 80px;
	position: absolute;
	right: 0;
	top: 0;
	width: 285px;
}

.store-locator-global p {
	color: #61482a;
	font-family: AauxNextBold, sans-serif;
	font-size: 18px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.store-locator-global a {
	color: #61482a;
	text-decoration: none !important;
}

.store-locator-global input[type="tel"],
.store-locator-global input[type="text"],
.store-locator-global input[type="number"] {
	border: 1px solid #ddd;
	border-left-color: #c3c3c3;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-right: none;
	border-top-color: #7c7c7c;
	color: #bcbcbc;
	float: left;
	font-family: 'Lucida Grande', sans-serif !important;
	font-size: 11px;
	height: 22px;
	padding: 3px;
	width: 155px;
}

.store-locator-global input[type="text"]:focus {
	background-color: #fff;
	color: #524741;
	outline: none;
}

.store-locator-global input[type="submit"] {
	-webkit-appearance: none;
	background: #e0dcd4 url(../images/sprite.png) no-repeat right -1px;
	border: none;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #666355;
	border-right: 1px solid #a09b85;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	cursor: pointer;
	float: left;
	height: 22px;
	text-indent: -9999px;
	width: 23px;
}

#hero {
	float: left;
	margin-bottom: 25px;
	margin-top: -17px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#hero a,
#hero img {
	display: block;
	width: 100%;
}

.cycle-pager {
	display: table;
	margin: 0 auto;
	position: relative;
	top: -10px;
	z-index: 99;
}

.cycle-pager li {
	display: inline;
	font-size: 0;
	text-indent: -9999px;
}

.cycle-pager li a {
	background-image: url(../images/sprite.png);
	background-position: -210px -131px;
	background-repeat: no-repeat;
	display: inline-block;
	height: 12px;
	padding: 8px;
	text-indent: -9999px;
	width: 12px;
}

.cycle-pager .cycle-active a {
	background-position: -210px -111px;
}

.align-center {
	margin: 0 auto;
	text-align: center;
}

h1 {
	background: url(../images/sprite.png) no-repeat -753px -38px;
	color: #9e6214;
	font-family: AauxNextBold, sans-serif;
	font-size: 36px;
	font-weight: normal;
	line-height: 46px;
	margin-top: 0;
	padding-left: 60px;
	text-transform: uppercase;
}

h2 {
	color: #61482a;
	font-family: AauxNextBold, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	margin-bottom: 0.5em;
}

h3 {
	color: #716358;
	font-family: AauxNextBold, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	margin-bottom: 1.0em;
	padding-bottom: 6px;
}

h4 {
	color: #ae2e26;
	font-family: AauxNextBold, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	margin-bottom: 1.0em;
	text-transform: uppercase;
}

section {
	background-color: #fff;
	margin: 50px auto 0 auto !important;
}

.p-sans {
	color: #716358;
	font-family: AauxNextBold, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	margin-bottom: 1.0em;
	padding-bottom: 6px;
}

.aaux-next{
	font-family: AauxNextBold, sans-serif;
	color: #a81f17;
}

.additional-content {
	/* background: url(../images/horizontal-rule.png) repeat-y right top; */
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAAEhcmxxAAAAO0lEQVQoU2N4cPvCfxBmQGEwoAiBOf//IzCRHAolblw4/B/EQKcHVsfLJ3f/P7l/7T9MgBAfp0nD2QYArhfCqb/+VQQAAAAASUVORK5CYII=) repeat-y right top;
	padding-right: 25px;
}

/* =Sidebar
----------------------------------------------------------------------------- */

.sidebar {
	margin-bottom: 15px;
}

.sidebar.location-search {
	margin-bottom: 20px;
}

.sidebar ul {
	background-color: #f7f9ed;
	border: 1px solid #fff;
	border-bottom: 1px solid #fcfef3;
	border-left: 2px solid #fff;
	border-right: 2px solid #fdfdfc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 3px 3px rgba(237,239,226, 1.0);
	-moz-box-shadow: 0 1px 3px 3px rgba(237,239,226, 1.0);
	box-shadow: 0 1px 3px 3px rgba(237,239,226, 1.0);
	list-style: none;
	padding: 8px;
}

.sidebar ul li {
	border-top: 2px dotted #d3d3c6;
	font-family: AauxRegular, Arial, sans-serif;
	font-size: 15px;
	margin-left: 0;
}

.sidebar ul li:first-child {
	border-top: none;
}

.sidebar ul li a {
	color: #231f20;
	display: block;
	padding: 10px;
}

.sidebar ul li a:hover {
	color: #a81f17;
	text-decoration: none;
}

.sidebar ul li.current_page_item a,
.sidebar ul li.current-menu-item a {
	color: #a81f17;
}

#gform_1 label,
.validation_error {
	display: none;
}

#gform_1 .gform_title {
	text-transform: uppercase;
}

.gform_ajax_spinner {
	margin-left: 10px;
}

.ginput_container {
	margin-bottom: 1.0em;
}

.gform_heading {
	margin-bottom: 2.0em;
}

.validation_error,
.validation_message,
.gfield_description.validation_message {
	color: #c60f13 !important;
	display: block;
	font-size: 12px;
	margin-bottom: 1.0em;
	margin-top: 0;
}

.gfield_error input,
.gfield_error textarea {
	outline: 1px solid #c60f13;
	outline-offset: 0;
}

.gform_wrapper li {
	list-style: none;
}

.gform_body input[type="tel"],
.gform_body input[type="text"],
.gform_body input[type="email"],
.gform_body textarea {
	font-size: 16px;
	padding: 2px 4px;
	width: 100%;
}

.gform_body select {
	font-size: 16px;
	max-width: 100%;
	width: 100%;
}

.gform_description {
	color: #5f5b4f;
	display: block;
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 1.0em;
}

.section-heading h2 {
	border-bottom: none;
	color: #e87b3b;
	font-family: AauxNextBold, sans-serif;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 0.75em !important;
	text-transform: uppercase;
}

.section-heading p {
	color: #231f20;
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 1.6;
}


.ginput_product_price {
	margin-right: 10px;
}

#gforms_confirmation_message {
	color: #5da423;
	line-height: 1.3;
	margin-top: 16px;
}

.find-a-location input[type="submit"],
.gform_footer input[type="submit"] {
	background-color: #f6f4d7;
	background: url(../images/sprite.png) no-repeat right -135px, -moz-linear-gradient(top, #f6f2d9 0%, #ede9d1 100%);
	background: url(../images/sprite.png) no-repeat right -135px, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f2d9), color-stop(100%, #ede9d1));
	background: url(../images/sprite.png) no-repeat right -135px, linear-gradient(top, #f7f3db 0%, #ede9d1 100%);
	border: 1px solid;
	border-bottom-color: #eee9d4;
	border-left-color: #f2f0e5;
	border-right-color: #eae7da;
	border-top-color: #f1eee3;
	color: #61482a !important;
	cursor: pointer;
	font-family: AauxNextBold, sans-serif;
	font-size: 18px !important;
	-webkit-font-smoothing: antialiased;
	font-weight: normal !important;
	padding: 4px 40px 4px 18px;
	text-rendering: auto;
	text-transform: uppercase;
}

footer .gform_footer input[type="submit"] {
	background-color: #f6f4d7;
	background: -moz-linear-gradient(top, #f6f2d9 0%, #ede9d1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f2d9), color-stop(100%, #ede9d1));
	background: linear-gradient(top, #f7f3db 0%, #ede9d1 100%);
	border: 1px solid;
	border-bottom-color: #eee9d4;
	border-left-color: #f2f0e5;
	border-right-color: #eae7da;
	border-top-color: #f1eee3;
	color: #61482a !important;
	cursor: pointer;
	font-family: AauxNextBold, sans-serif;
	font-size: 18px !important;
	-webkit-font-smoothing: antialiased;
	font-weight: normal !important;
	padding: 4px 18px 4px 18px;
	text-rendering: auto;
	text-transform: uppercase;
}

.button,
.button:hover {
	background: #f6f4d7 url(../images/sprite.png) no-repeat right -167px;
	background: url(../images/sprite.png) no-repeat right -135px, -moz-linear-gradient(top, #f6f2d9 0%, #ede9d1 100%);
	background: url(../images/sprite.png) no-repeat right -135px, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f2d9), color-stop(100%, #ede9d1));
	background: url(../images/sprite.png) no-repeat right -135px, linear-gradient(top, #f7f3db 0%, #ede9d1 100%);
	border: 1px solid;
	border-bottom-color: #eee9d4;
	border-left-color: #f2f0e5;
	border-right-color: #eae7da;
	border-top-color: #f1eee3;
	color: #fff;
	font-family: AauxNextBold, sans-serif;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
	margin-top: 1.0em;
	padding: 6px 40px 4px 18px;
	text-rendering: auto;
	text-transform: uppercase;
}

.button a {
	color: #fff;
}

.button[disabled],
.button[disabled]:hover {
	background: url(../images/sprite.png) no-repeat right -135px, -moz-linear-gradient(top, #f6f2d9 0%, #ede9d1 100%);
	background: url(../images/sprite.png) no-repeat right -135px, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f2d9), color-stop(100%, #ede9d1));
	background: url(../images/sprite.png) no-repeat right -135px, linear-gradient(top, #f7f3db 0%, #ede9d1 100%);
}

button:focus {
	outline: none;
}

.button-promo,
.button-promo:hover {
	background: #ec762b none;
	padding-right: 18px;
}

#location_search_submit_field,
.find-a-location input[type="submit"]:active,
.gform_footer input[type="submit"]:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: none;
}

/* =Locations
----------------------------------------------------------------------------- */

.locations .row:first-child {
	border-top: none;
}

.locations .row {
	border-top: 2px dotted #b2b4b6;
	padding: 10px 0;
	padding-bottom: 14px;
}

.locations .view-more {
	float: right;
	margin-top: 8px;
}

#location-map {
	height: 350px;
	margin-bottom: 1.0em;
	width: 100%;
}

address {
	line-height: 1.6;
}

.address-data a[itemprop="telephone"],
.result_phone a {
	color: #231f20;
	margin: -.5em;
	padding: .5em;
	position: relative;
}

.location-single #location-map {
	margin-top: 2em;
}

#simplemap div,
#location-map div {
	box-sizing: content-box;
}

#simplemap img,
#location-map img,
#googlecart-checkout-control img {
	max-width: none;
}

#simplemap .gm-style > div:first-child > div:first-child > div:nth-of-type(3) > div:nth-of-type(3) > div:first-child > div:first-child > div:nth-of-type(2) {
	width: 201px !important;
}

#simplemap .gm-style > div:first-child > div:first-child > div:nth-of-type(3) > div:nth-of-type(3) > div:first-child > div:first-child > div:nth-of-type(4) {
	width: 200px !important;
}

#simplemap .gm-style-iw,
#simplemap .gm-style > div:first-child > div:first-child > div:nth-of-type(3) > div:nth-of-type(3) > div:first-child {
	width: 200px !important;
}

.infowindow {
	line-height: 1.25;
}

.infowindow span:first-child {
	font-weight: bold;
}

.infowindow span {
	clear: both;
	display: block;
}

.infowindow a {
	margin: -.5em;
	padding: .5em;
	position: relative;
}

.infowindow .actions {
	margin-top: 1em;
}

[itemscope] {
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.6;
}

[itemprop="name"] {
	color: #c9654c;
	font-size: 16px;
	font-weight: bold;
}

[itemprop="description"] {
	font-size: 14px;
	margin-bottom: 0;
}

time[itemprop="openingHours"] {
	display: block;
}

.find-a-location {
	background-color: #f7f9ed;
	border: 1px solid #fff;
	border-bottom: 1px solid #fcfef3;
	border-left: 2px solid #fff;
	border-right: 2px solid #fdfdfc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 3px 3px rgba(237,239,226, 1.0);
	-moz-box-shadow: 0 1px 3px 3px rgba(237,239,226, 1.0);
	box-shadow: 0 1px 3px 3px rgba(237,239,226, 1.0);
	list-style: none;
	padding: 8px;
}

.find-a-location p {
	border-bottom: 2px dotted #dadbce;
	font-family: AauxNextBold, sans-serif;
	font-size: 18px;
}

.find-a-location .current-location {
	border-bottom: 0;
	clear: left;
	display: none;
	margin-bottom: 0;
}

/* =Holiday Order Form
----------------------------------------------------------------------------- */

.gfield {
	clear: both;
	margin-bottom: 1.5em;
}

.gfield_required {
	color: #4d4d4d;
}

.holiday-orders input[type="text"].ginput_quantity,
.holiday-orders input[type="number"].ginput_quantity {
	display: inline;
	width: auto;
}

.holiday-product {
	border-top: 1px solid #eee;
	padding-top: 1.5em;
	margin-bottom: 0;
}

.holiday-product label {
	color: #716358;
	font-family: AauxNextBold, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

.gfield_checkbox {
	margin-left: 0;
}

.gfield_checkbox label {
	display: inline;
	margin-left: 8px;
}

.ginput_total,
.ginput_total input,
.ginput_product_price {
	color: #9e6214;
	-webkit-font-smoothing: antialiased;
}

#field_2_15 .gfield_description {
	color: #999;
	font-size: 12px;
	margin-bottom: 6px;
}

#input_2_27,
#input_2_28 {
	border: none;
	box-shadow: none;
	font: 14px/22px Georgia, serif;
	margin: 0;
	padding: 0;
	width: 100px;
}

#input_2_27:focus,
#input_2_28:focus {
	background-color: #fff;
}

.admin-only {
	display: none;
}
.internal-use .admin-only {
	display: block;
}

/* Remove pricing for St. Patty's Day #field_2_11 label,
.holiday-orders .ginput_total,
.holiday-orders .ginput_total input,
.holiday-orders .ginput_product_price {
	display: none;
}
*/

/* =Contact Us Form
----------------------------------------------------------------------------- */

#gform_6 input, #gform_6 textarea {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #555;
	padding-left: 10px;
}

::-webkit-input-placeholder {
   color: #555;
}

:-moz-placeholder { /* Firefox 18- */
   color: #555;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #555;
   opacity: 1 !important;
}

:-ms-input-placeholder {
   color: #555;
}

#gform_6 input:focus,
#gform_6 textarea:focus {
	color: #444;
	outline: none;
}

#gform_6 textarea {
	padding: 10px;
}

#field_6_2 label,
#field_6_3 label, #field_6_4 label,
#field_6_5 label, #field_6_6 label,
#field_6_9 label, #input_6_10 label,
.gfield_time_minute label, #field_6_13 label,
#field_6_14 label, #field_6_15 label, #field_6_16 label {
	display: none;
}

#field_6_9 .gfield_description,
#field_6_6 .gfield_description,
#field_6_16 .gfield_description,
#field_6_8 .gfield_description {
	color: #231f20;
	font-size: 11px;
	margin: 0 0 0 2px;
}

#field_6_12 .gfield_label,
#field_6_13:before,
#field_6_7 .gfield_label,
#field_6_8 .gfield_label,
#field_6_17 .gfield_label {
	color: #716358;
	font-family: AauxNextBold, sans-serif;
	font-size: 18px;
}

.gchoice_8_1 input,
.gchoice_7_1 input {
	margin-right: 5px;
}

#field_6_10 input {
	display: inline-block;
	float: left;
	clear: none;
	width: 80%;
}
	#field_6_10 .ginput_container {
		float: left;
		clear: none;
		width: 15%;
		line-height: 2;
	}
	#input_6_10 {
		width: 16% !important;
		padding-right: 1px;
	}
	#input_6_10_1 {
		margin-right: 5px;
	}
	select#input_6_11 {
		border: 1px solid #CCC;
		font-size: 14px;
		color: #555;
	}
	select#input_6_11:focus {
		outline: none;
	}
	select#input_6_11 option {
		padding: 5px;
	}
	#field_6_13 {
		padding-top: 20px;
	}
	#field_6_13:before {
		content: 'Time of Visit';
		color: #716358;
		position: absolute;
		top: -5px;
		width: 200px;
	}
	#field_6_13 .ginput_container {
		margin-right: 5px;
	}
	#field_6_13 .ginput_container:after {
		content: ':';
		position: absolute;
		right: -5px;
	}
	#field_6_13, #field_6_14, #field_6_15 {
		position: relative;
		float: left;
		clear: none;
		margin-bottom: 10px;
	}
	#field_6_14 {
		padding-top: 20px;
		padding-left: 12px;
	}
	#field_6_15 {
		padding-top: 20px;
		padding-left: 5px;
	}
#input_6_12 {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
	#input_6_12 li label {
		font-size: 13px;
	}
#input_6_12 label {
	display: inline-block;
	padding-left: 5px;
}
#choice_7_1,
#choice_8_1 {
	float: left;
	margin-top: 6px;
}

.product select {
	width: 100%;
}

#input_6_17 {
	margin-left: 0;
}

#field_6_17 .ginput_container {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	margin-left: 0;
}
#field_6_17 label {
	font-size: 0.9em;
}

.gfield_label {
	color: #716358;
	font-family: AauxNextBold, sans-serif;
	font-size: 18px;
}

.gfield_radio {
	margin-left: 0;
}

.gfield_radio label {
	display: inline-block;
	font-size: 13px;
	margin-left: 0;
}

.gfield_radio input {
	display: inline-block;
	margin-left: 0;
	margin-right: 15px;
}

#field_9_1 .ginput_container {
	-webkit-columns: 2 180px;
	-moz-columns: 2 180px;
	columns: 2 180px;
}

/* =Breadhead Appreciation Week Form
----------------------------------------------------------------------------- */

#input_7_1, #input_10_1, #input_11_1, #input_15_1, #input_16_1,
#input_17_1, #input_17_2_3, #input_17_2_6, #input_17_3_3, #input_17_3_6 {
	width: auto;
}

#gform_7 .ginput_complex > span,
#gform_10 .ginput_complex > span,
#gform_11 .ginput_complex > span,
#gform_15 .ginput_complex > span,
#gform_16 .ginput_complex > span,
#gform_17 .ginput_complex > span,
#gform_18 .ginput_complex > span {
	float: left;
}

#gform_7 .ginput_complex > span:first-child,
#gform_10 .ginput_complex > span:first-child,
#gform_11 .ginput_complex > span:first-child,
#gform_15 .ginput_complex > span:first-child,
#gform_16 .ginput_complex > span:first-child,
#gform_17 .ginput_complex > span:first-child,
#gform_18 .ginput_complex > span:first-child {
	margin-right: 0.5%;
}

#input_7_2 input[type="text"],
#input_7_3 input[type="text"],
#input_10_2 input[type="text"],
#input_10_3 input[type="text"],
#input_11_2 input[type="text"],
#input_11_3 input[type="text"],
#input_15_2 input[type="text"],
#input_15_3 input[type="text"],
#input_16_2 input[type="text"],
#input_16_3 input[type="text"],
#input_17_2 input[type="text"],
#input_17_3 input[type="text"],
#input_18_1 input[type="text"] {
	margin-bottom: 6px;
}

#input_7_2 label,
#input_7_3 label,
#input_10_2 label,
#input_10_3 label,
#input_11_2 label,
#input_11_3 label,
#input_15_2 label,
#input_15_3 label,
#input_16_2 label,
#input_16_3 label,
#input_17_2 label,
#input_17_3 label,
#input_18_1 label {
	margin-bottom: 12px;
	color: #999;
	font-size: 12px;
}


/* RSVP Form
----------------------------------------------------------------------------- */
#gform_19 .ginput_complex > span {
	float: left;
}
#input_19_1 input[type="text"] {
	margin-bottom: 6px;
}
#input_19_1 label {
	margin-bottom: 12px;
	color: #999;
	font-size: 12px;
}
#gform_19 .ginput_complex > span:first-child {
	margin-right: 0.5%;
}


/* =Donation Form
----------------------------------------------------------------------------- */

#gform_submit_button_8,
#gform_submit_button_10 {
	background: url(../images/donate-form-arrow.png) no-repeat right center, -moz-linear-gradient(top, #f6f2d9 0%, #ede9d1 100%);
    background: url(../images/donate-form-arrow.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f2d9), color-stop(100%, #ede9d1));
    background: url(../images/donate-form-arrow.png) no-repeat right center, linear-gradient(top, #f7f3db 0%, #ede9d1 100%);
}


/* =Menu + Catering
----------------------------------------------------------------------------- */

.menu {
	list-style: none;
	margin-left: 0;
}

.menu li:first-child {
	border-top: none;
	padding-top: 0;
}

.menu-item {
	border-top: 2px dotted #c8c9cb;
	clear: both;
	padding: 16px 0;
	padding-bottom: 0;
}

.menu-item-edit-link,
.menu-item .menu-item-edit-link {
	font-family: AauxNextBold, sans-serif;
	font-size: 18px;
	font-weight: normal;
	visibility: hidden;
}

.menu-item-category {
	color: #ae2e26;
	font-family: AauxNextBold, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
}

[itemprop="name"]:hover .menu-item-edit-link,
.menu-item-title:hover .menu-item-edit-link {
	text-decoration: none;
	visibility: visible;
}

.menu-item-title {
	color: #716358;
	font-family: AauxNextBold, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0;
}

.catering .menu-item-description {
	margin-bottom: 1.0em;
}

.menu-item-description .variation-nutrition,
.menu-item-description .variation-seasonal,
.menu-item-description .variation-ingredient {
	display: none !important;
}

.menu-item-description dl {
	color: #716358;
	display: inline;
	font-family: AauxRegular, sans-serif;
	font-weight: normal;
}

.menu-item-description .variation-name {
	display: inline;
	font-size: 12px;
	margin-right: 4px;
}

.menu-item-description .variation-price {
	color: #716358;
	display: inline;
	font-family: AauxNextBold, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin-right: 4px;
}

.variation-price ins {
	text-decoration: none;
}

.seasonal-item,
.nutrition {
	color: #fff;
	display: inline-block;
	float: right;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	height: 20px;
	line-height: 1.2;
	margin-left: 4px;
	margin-right: 2px;
	visibility: hidden;
	width: 20px;
}

.seasonal-item span,
.nutrition span {
	background-color: #e37b41;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	height: 100%;
	padding: 4px;
	padding-left: 5px;
	text-align: center;
	visibility: visible;
	width: 100%;
}

.nutrition span {
	background-color: #89ab57;
	color: #fff;
}

.nutrition-icon {
	display: inline-block;
	height: 20px;
	overflow: hidden;
	width: 20px;
}

.nutrition-icon:before {
	background-color: #89ab57;
	border-radius: 50%;
	color: #fff;
	content: "N";
	display: inline-block;
	float: left;
	font: bold 11px/20px Arial, sans-serif;
	height: 20px;
	text-align: center;
	width: 20px;
}

.menu-legend {
	border: none;
	padding: 0;
}

.menu-legend:after {
	background: #fff url(../images/horizontal-rule.png) repeat-x;
	content: "";
	display: block;
	height: 12px;
	margin-bottom: 10px;
	position: relative;
}

.menu-legend legend {
	display: none;
}

.menu-legend-item {
	clear: both;
	font-size: 13px;
	font-family: AauxNextBold, sans-serif;
	line-height: 1.1;
	padding-left: 30px;
	position: relative;
}

.menu-legend-group:first-child {
	border-top: none;
	padding-top: 0;
}

.menu-legend-group {
	border-top: 2px dotted #a7a9ac;
	padding-top: 20px;
}

.menu-legend-item .icon {
	color: #fff;
	display: block;
	font: normal bold 11px/100% Arial, sans-serif;
	position: absolute;
	left: 0;
	height: 22px;
	text-align: center;
	text-decoration: none;
	width: 22px;
}

.menu-legend-item .nutrition,
.menu-legend-item .seasonal-item {
	height: 28px;
	line-height: 1.2;
	margin-left: -2px;
	margin-top: -6px;
	padding: 4px;
	visibility: visible;
	width: 28px;
}

.menu-legend-bakery .menu-legend-icons,
.menu-legend-coffee-beverages .menu-legend-icons,
.menu-legend-cakes-pies .menu-legend-icons,
.menu-legend-catering .menu-legend-icons,
.menu-legend-beverages .menu-legend-icons,
.menu-legend-desserts .menu-legend-icons {
	display: none;
}

.all-natural {
	float: right;
	display: inline-block;
	height: 22px;
	margin-left: 6px;
	text-indent: -9999px;
	width: 22px;
}

.all-natural,
.menu-legend .chicken,
.menu-legend .pork,
.menu-legend .super-greens,
.menu-legend .turkey {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
}

.all-natural-chicken,
.menu-legend .chicken {
	background-position: -210px -170px;
}

.menu-legend .pork {
	background-position: -210px -200px;
}

.menu-legend .turkey {
	background-position: -210px -250px;
}

.all-natural-pork {
	background-position: -210px -197px;
}

.super-greens {
	background-position: -210px -221px;
}

.menu-item-metadata {
	float: right;
	overflow: hidden;
	margin-bottom: 0.5em;
	padding-top: 4px;
}

.menu-item-metadata dl:first-child {
}

.menu-item-metadata dl {
	float: right;
	margin-bottom: 1.0em;
}

.menu-item-metadata dt {
	float: right;
	margin-right: 0px;
}

.menu-item-metadata dd {
	float: right;
}

.menu-item-metadata span em {
	font-style: normal;
	padding-left: 4px;
}

.menu-item-metadata span:first-child em {
	padding-left: 0;
}

.menu-item-metadata span:before {
	content: ", ";
}

.menu-item-metadata span:first-child:before {
	content: "";
}

.menu-item-metadata .variation-name,
.menu-item-metadata .variation-price {
	display: none;
}

/* =Menu Category Overrides
----------------------------------------------------------------------------- */

.menu.bakery .menu-item-metadata {
	margin-top: -20px;
}

.menu.catering li:first-child {
	border-top: none;
}

/* =Seasonal Menu
----------------------------------------------------------------------------- */

.menu-group {
	border-top: 2px dotted #a7a9ac;
	padding-bottom: 0.5em;
	padding-top: 1.0em;
}

.menu-group:first-child {
	border-top: none;
}

.menu-group .menu {
	margin-top: -1.0em !important;
}

.menu-group .menu-item-view {
	margin-top: -54px;
}

.menu-group .menu-item-metadata {
	margin-top: 12px;
}

.orange-button,
.brown-button,
.purple-button,
.googlecart-add-button,
.menu-item-view a,
.view-more a,
.result_directions,
#location_search_submit_field {
	background-color: #ec7c3c;
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: right -164px;
	background-image: url(../images/sprite.png) no-repeat right -164px, -moz-linear-gradient(top, #ec7c3c 0%, #dd7636 100%) !important;
	background-image: url(../images/sprite.png) no-repeat right -164px, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ec7c3c), color-stop(100%, #dd7636)) !important;
	background-image: url(../images/sprite.png) no-repeat right -164px, linear-gradient(top, #ec7c3c 0%, #dd7636 100%) !important;
	border: none;
	color: #fff;
	display: inline-block;
	font-family: AauxNextBold, sans-serif;
	font-size: 12px;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
	min-width: 135px !important;
	padding: 10px;
	padding-right: 26px;
	text-transform: uppercase;
}

.brown-button {
	background-color: #9e6214;
}

.purple-button {
	background-color: #6F4D89;
}

.orange-button small,
.brown-button small,
.purple-button small {
	font-size: 70%;
}

.lrg-button {
	font-size: 16px;
}

.view-more a:first-child,
.result_directions:nth-of-type(1) {
	margin-bottom: 0.5em;
}

.result_directions {
	text-align: left;
}

.emphasis {
	color: #c9654c;
}

/* =Careers
----------------------------------------------------------------------------- */

.careers-videos {
	border: 9px solid #906550;
	margin-bottom: 1.0em;
	padding: 9px;
	text-align: center;
}

.careers-videos {
	border-width: 8px 9px 9px 11px;
	-webkit-border-image: url(../images/careers-border.png) 8 9 9 11 repeat stretch;
	-moz-border-image: url(../images/careers-border.png) 8 9 9 11 repeat stretch;
	border-image: url(../images/careers-border.png) 8 9 9 11 repeat stretch;
}

.careers-videos li {
	display: block;
	float: left;
	list-style: none;
	margin-bottom: 1.0em;
	margin-left: 0;
	margin-right: 30px;
	max-width: 195px;
	min-width: 195px;
}

.careers-videos li:nth-child(2n+2) {
	margin-left: -15px;
	margin-right: -30px;
}

.careers-videos a {
	color: #a81f17;
	font-family: AauxNextBold, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: center;
	text-transform: uppercase;
}

.careers-videos a.orange-button {
	color: #fff;
	font-size: 12px;
}

.watch-video {
	display: block;
	float: left;
	line-height: 1.1;
	margin-bottom: 0;
	text-align: center;
	width: 100%;
}

.watch-video a {
	display: block;
	font-weight: bold;
	text-decoration: none;
}

.watch-video img {
	display: block;
	text-align: center;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.careers-quote {
	border-left: none;
	padding: 0;
}

.careers-quote p {
	color: #231f20;
	font-size: 13px;
	margin-bottom: 0;
}

.careers-quote cite {
	color: #a81f17;
	font-family: AauxNextBold, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-transform: uppercase;
}

/* =Menu + Catering Sidebar
----------------------------------------------------------------------------- */

.menu-category {
	padding-left: 36px;
	position: relative;
}

.menu-category span {
	background-image: url(../images/sprite-menu.png);
	background-repeat: no-repeat;
	background-position: -9999px 9999px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 36px;
	height: 36px;
}

.menu-heading-subcategory {
	color: #e87b3b;
	border-bottom: none;
	font-size: 22px;
	text-transform: uppercase;
}

.seasonal span {
	background-position: 0 0;
}

.breakfast span {
	background-position: 0 -36px;
}

.breakfast-brunch span {
	background-position: 0 -540px;
}

.sandwiches span,
.lunch-dinner span {
	background-position: 0 -72px;
}

.salads span {
	background-position: 0 -108px;
}

.soup span {
	background-position: 0 -144px;
}

.pasta span {
	background-position: 0 -180px;
}

.bakery span {
	background-position: 0 -216px;
}

.coffee-beverages span {
	background-position: 0 -252px;
}

.cakes-pies span {
	background-position: 0 -9999px;
}

.wildflower-kids span {
	background-position: 0 -288px;
}

.download-menu span {
	background-position: 0 -324px;
}

.beverages span {
	background-position: 0 -360px;
}

.snacks-appetizers span {
	background-position: 0 -396px;
}

.desserts span,
.cakes-pies span {
	background-position: 0 -468px;
}

.contact-catering span {
	background-position: 0 -504px;
}

/* =Bread of the Month
----------------------------------------------------------------------------- */

.baked-fresh-daily {
	margin-left: 1.0em;
}

/* =Soup Calendar
----------------------------------------------------------------------------- */

.intro,
.intro p {
	color: #5f5b4f;
	font-size: 19px;
	line-height: 1.5;
}

.soup-calendar {
	display: block;
	margin-bottom: 20px;
}

.soup-calendar dd:first-child {
	margin-left: 0 !important;
}

.soup-calendar dd {
	background-color: #f7faed;
	-webkit-box-shadow: 3px 3px 3px 0 #ccc;
	-moz-box-shadow: 3px 3px 3px 0 #ccc;
	box-shadow: 3px 3px 3px 0 #ccc;
	display: block;
	float: left;
	list-style: none;
	margin-left: 8px;
	min-width: 40px;
	text-align: center;
	text-transform: uppercase;
}

.soup-calendar a {
	color: #231f20;
	display: block;
	padding: 8px;
	text-decoration: none;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.soup-calendar a:hover {
	color: #000;
}

.soup-calendar a ins {
	display: none;
	text-decoration: none;
}

.soup-calendar .today a {
	background-color: #ec7c3c;
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -768px -190px;
	color: #fff;
	padding-bottom: 30px;
}

.soup-calendar .today a:hover {
	background-color: #f77022;
}

.soup-selections {
	clear: both;
	margin-left: 0;
	visibility: hidden;
}

.soup-selections li {
	list-style: none;
}

.soup-selections.today,
.soup-selections.active {
	visibility: visible;
}

small {
	font-size: 70%;
}

.soup-rotation {
	background-color: #eee;
	margin-right: 10px;
	padding: 10px;
}

.soup-rotation label {
	display: none;
}

/* =Footer
----------------------------------------------------------------------------- */

footer {
	color: #9a867a;
	margin-top: 30px;
}

footer .fervor {
	background: url(../images/fervor.svg) no-repeat center center;
	height: 9px;
	margin: 0 auto;
	margin-bottom: 1.0em;
	opacity: 0.5;
	text-align: center;
	text-indent: -9999px;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	width: 46px;
}

footer .fervor:hover {
	opacity: 0.6;
}

footer .fervor a {
	display: block;
	height: 100%;
	width: 100%;
}

footer .columns:first-child {
	border-left: none;
}

footer .twelve {
	/* background: #fff url(../images/horizontal-rule.png) repeat-x; */
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAAEhcmxxAAAAO0lEQVQoU2N4cPvCfxBmQGEwoAiBOf//IzCRHAolblw4/B/EQKcHVsfLJ3f/P7l/7T9MgBAfp0nD2QYArhfCqb/+VQQAAAAASUVORK5CYII=) repeat-x;
	padding: 35px 15px 0 15px;
}

.footer-home,
.footer-sitemap {
	width: 100% !important;
}

.footer-sitemap .columns {
	border-left: none;
}

.footer-home .columns {
	border-left: 1px dotted #a7a9ac;
	min-height: 270px;
	padding: 0 25px;
}

.quick-links {
	display: none;
}

.sitemap {
	list-style: none;
}

.sitemap > li {
	color: #dab264;
	font-family: AauxNextBold, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-left: 0;
	text-transform: uppercase;
}

.sitemap > li a {
	color: #dab264;
}

.sitemap ul {
	margin-left: 0;
}

.sitemap ul li {
	color: #9a867a;
	font-family: Arial, sans-serif;
	font-size: 13px;
	list-style: none;
	margin-left: 0;
	text-transform: none;
}

.sitemap ul li a {
	color: #9a867a;
}

.legal {
	float: left;
	margin-left: -15px;
	margin-top: 15px;
	position: relative;
	text-align: center;
	width: 100%;
}

.legal ul {
	clear: left;
	float: right;
	position: relative;
	right: 50%;
	text-align: center;
}

.legal li {
	display: block;
	float: left;
	font-size: 13px;
	font-family: Arial, sans-serif;
	left: 50%;
	margin: 0 8px;
	position: relative;
	text-align: center;
}

.legal li a {
	color: #9a867a;
	display: block;
}

.legalese li {
	margin-bottom: 1.0em;
}

/* =Footer Stay Connected
----------------------------------------------------------------------------- */

.footer-social {
	border-left: 1px dotted #fff;
	padding: 0 0 12px 30px;
}

.footer-social p strong {
	color: #eba326;
	font-size: 16px;
	font-weight: bold;
}

.footer-social ul {
	background-color: #f7f9ed;
	border: 1px solid #fff;
	border-bottom: 1px solid #fcfef3;
	border-left: 2px solid #fff;
	border-right: 2px solid #fdfdfc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 3px 3px rgba(237,239,226, 1.0);
	-moz-box-shadow: 0 1px 3px 3px rgba(237,239,226, 1.0);
	box-shadow: 0 1px 3px 3px rgba(237,239,226, 1.0);
	list-style: none;
	margin: 0;
	padding: 0 10px;
}

.footer-social li {
	border-top: 2px dotted #d3d3c6;
	display: block;
	font-family: "AauxRegular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 0.9em;
}

.footer-social li:first-child {
	border-top: none;
}

.footer-social a {
	display: block;
	padding: 5px 0;
}

.footer-social i {
	color: #9a867a;
	font-size: 22px;
	margin-right: 15px;
	-webkit-transition: color .25s ease-in;
	-moz-transition: color .25s ease-in;
	transition: color .25s ease-in;
}

.footer-social span {
	position: relative;
	top: -4px;
}

.footer-social i.icon-goto {
	color: #dab264;
	font-size: 12px;
	margin-left: 10px;
	position: relative;
	top: -3px;
}

.footer-social a:hover i.icon-goto {
	color: #000;
}

.footer-social dl dt a {
	display: block;
	height: 100%;
	width: 100%;
}

.social-status {
	background: url(../images/sprite.png) no-repeat 0 -113px;
	color: #5f5b4f;
	float: left;
	font-size: 12px;
	line-height: 1.5;
	height: 212px;
	padding: 20px 24px 6px 20px;
	position: relative;
	width: 202px;
}

.social-status ul {
	list-style: none;
}

.social-status li {
	font-size: 12px;
	word-wrap: break-word;
}

.social-status time {
	display: block;
	clear: both;
}

.visible-on-mobile {
	display: none;
}

/* =Responsive Menu
----------------------------------------------------------------------------- */

.nav-btn {
	background: url(../images/icon-menu.png) no-repeat;
	display: none;
	float: right;
	height: 30px;
	margin: 45px 25px 0 0;
	text-indent: -9999px;
	width: 30px;
}

.mobile-logo {
	display: none;
	float: left;
	margin: 25px 0 0 25px;
	padding-bottom: 25px;
	max-width: 300px;
}

.sidebar-btn {
	background-color: #ec7c3c;
	border: none;
	color: #fff;
	display: none;
	font-family: AauxNextBold, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
	padding: 12px 10px 10px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}



/* =Accordian
----------------------------------------------------------------------------- */

.accordion-toggle {cursor: pointer;}
.accordion-content {display: none;}
.accordion-content.default {display: block;}
.accordion-toggle.plus .accordian-indicator::after {content: "+";}
.accordion-toggle.minus .accordian-indicator::after {content: "-";}
