/* 
Theme Name: bittermilk
Version: 1.0
Author: Fuzzco
Author URI: http://www.fuzzco.com
*/

/* TYPOGRAPHY & COLORS
------------------------------------------------

"athelas"	Regular (400)
"proxima-nova"	Regular (400)	Semibold (600)	Bold (700)
	
cream	#fdfbf3
red		#e71a56
gold	#95905a
grey	#383737
											  */

/* RESET
--------------------------------------------- */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,b, u, i, center,
dl, dt, dd, ol, ul, li,fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* UTILITIES
--------------------------------------------- */

.clear:before,
.clear:after {
    content: "";
    display: table;
}
.clear:after {
    clear: both;
}
.clear {
    zoom:1;
}
img,
embed,
object,
video {
	max-width: 100%;
	height: auto !important;
}
::selection {
	background: #333;
	color: #E5E5E5;
}
::-moz-selection {
	background: #333;
	color: #E5E5E5;
}
*:focus {
	outline: none
}
::-webkit-input-placeholder {}
:-moz-placeholder {}
input[type=text] {
	-webkit-appearance: none;
	border-radius: 0;
}
input {
	-webkit-appearance: none;
	border: none;
	outline: none;
}

/* TYPOGRAPHY
--------------------------------------------- */

body {	
	font-size: 62.5%;
	line-height: 100%;
	-webkit-text-size-adjust: none;
	text-rendering: optimizeLegibility;
}
h1, h2 ,h3 ,h4, h5, h6 {
	font-family: "proxima-nova",sans-serif;
	line-height: 1.1em;
	letter-spacing: .12em;
}
h1, .inherit-h1 {
	font-size: 1.7em;
	font-weight: 700;
	text-transform: uppercase;
	color: #383737;
}
h2, .inherit-h2 {
	font-size: 1.7em;
	font-weight: 700;
	text-transform: uppercase;
	color: #E71A56;
	line-height: 1.2em;
}
h2.dark, .inherit-h2-dark, h2.dark a {
	color: #383737;
}
h2.dark a:hover {
  color: #E71A56;
}
h3, .inherit-h3 {
	font-size: 1.5em;
	font-weight: 600;
	text-transform: uppercase;
	color: #383737;
	letter-spacing: .14em;
}
h3.red {
	color: #E71A56;
}
a {
	outline: none;
	color: #95905A;
}
a:link,
a:visited {
	text-decoration: none;
	color: #95905A;
}
a:hover {
	color: #E71A56;
}
a.red-link {
	color: #E71A56;
}
a.red-link:hover {
	color: #383737;
}
p, .line-list li, .p-style {
	font-size: 1.5em;
	margin-bottom: 15px;
	font-family: "proxima-nova",sans-serif;
	line-height: 1.5em;
	color: #95905A;
}
ul.p-style {
	list-style: disc;
	margin-left: 1.2em;
}
.grow p {
	font-size: 2em;
}
p.serif, p em {
	font-family: "athelas",serif;
	font-style: italic;
}
.extra {
	font-size: 1.4em;
	letter-spacing: .14em;
	color: #95905A;
	font-family: "athelas",serif;
}
em {
	font-style: italic;
}
strong {
	font-weight: 700;
}


/* RESPONSIVE GRID
--------------------------------------------- */

.col {
	float: left;
	margin: 0 1.5%;
}
.col-wrap {
	width: 100%;
}
.full-width {
	width: 97%;
	margin: 0 1.5%;
}
.one-of-four {
	width: 22%;
}
.two-of-four {
	width: 47%;
}

.two-of-four .two-of-four  {
  margin: 0;
}
.two-of-four .col-margin-left {
  margin-left: 6%;
}

.wrap {
	float: left;
}
.wrap-three-of-four {
	width: 75%;
}
.one-of-three {
	width: 29.35%;
	margin: 0 1.9%;
}
.two-of-three {
	width: 62.66%;
	margin: 0 2%;
}

.col-double-stroke {
	border: 3px double #95905a;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.double-stoke-bottom {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 3px double #95905a;
}
.double-stoke-top {
	padding-top: 20px;
	margin-top: 15px;
	border-top: 3px double #95905a;
	margin-bottom: 8px;
}
.stroke-bottom {
	padding-bottom: 6px;
	margin-bottom: 8px;
	border-bottom: 1px solid #95905a;
}
.whats-next p {
	margin-bottom: 5px;
}
.mbot-small {
	margin-bottom: 15px;
}
.mbot-medium {
	margin-bottom: 30px;
}
.mbot-large {
	margin-bottom: 45px;
}


/* GENERAL / MODULES
--------------------------------------------- */

body {
	background: #fdfbf3;
}
.m-show {
	display: none;
}
.master-stripe-outer {
	border: 2px solid #95905a;
	margin: 8px;
}
.master-stripe-inner {
	border: 2px solid #95905a;
	margin: 4px;
	padding: 1em;
}
.stage {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.main {
	margin-bottom: 80px;
}
input[type=text], input[type=email] {
	padding: 6px 8px;
	font-size: 1.5em;
	font-family: "proxima-nova",sans-serif;
	line-height: 1.5em;
	color: #95905A;
	background: #fdfbf3;
	border: 1px solid #95905a;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-appearance: none;
}
input[type=text]:focus, input[type=email]:focus {
	border: 1px solid #383737;
}
::-webkit-input-placeholder {
	color: #95905A;
}
:-moz-placeholder { /* Firefox 18- */
	color: #95905A;
}
::-moz-placeholder {  /* Firefox 19+ */
	color: #95905A;
}
:-ms-input-placeholder {  
	color: #95905A;
}
.button-gold, a.button-gold {
	display: block;
	background: #95905a;
	width: 100%;
	height: 3em;
	padding: .9em;
	font-family: "proxima-nova",sans-serif;
	font-size: 1.5em;
	letter-spacing: .12em;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	color: #383737;
	border: none;
	outline: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	transition: background .2s;
	-webkit-transition: background .2s;
	-moz-transition: background .2s;
	cursor: pointer;
}
a.button-gold {
	height: 3em;
	padding: 1.1em 1em;
}
.button-gold:hover {
	background: #A59F76;
	transition: background .2s;
	-webkit-transition: background .2s;
	-moz-transition: background .2s;
}

/* Header */
.cart-ribbon {
	display: block;
	position: absolute;
	top: 0px;
	right: 40px;
	width: 36px;
	height: 140px;
	background: url('-/img/your-cart.png') 0 0 no-repeat;
}
.cart-ribbon:hover {
	background-position: -40px 0px;
}
.admin-bar .cart-ribbon {
	top: 28px;
}
header {
	width: 97%;
	margin: 2em auto 5em;
	position: relative;
}
.masthead {
	width: 100%;
	overflow: hidden;
	margin-bottom: 2em;
}
.extra-left {
	position: absolute;
	top: 2em;
	left: 4.5em;
}
.extra-right {
	position: absolute;
	top: 2em;
	right: 4.5em;
}
#wordmark {
	display: block;
	width: 400px;
	height: 70px;
	background: url('-/img/bittermilk-logo.png');
	overflow: hidden;
	text-indent: -999px;
	margin: 0 auto;
}
.main-nav ul {
	overflow: hidden;
}
.main-nav li {
	font-family: "proxima-nova",sans-serif;
	font-size: 1.5em;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.1em;
	letter-spacing: .12em;
	display: block;
	text-align: center;
	width: 25%;
	float: left;
	position: relative;
}
.main-nav li a {
	display: inline-block;
	padding: 10px;
}
.main-nav li.current-menu-item a {
	color: #E71A56;
}
.nav-flourish {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 0px;
	left: -18px;
	background: url('-/img/nav-flourish.png') top center no-repeat;
}
.main-nav li:first-child .nav-flourish {
	display: none;
}

/* Footer */
.footer-large {
	width: 97%;
	margin: 0 auto;
	background: #E71A56 url('-/img/footer-border-top.png') top center repeat-x;
	position: relative;
	bottom: -30px;
	clear: both;
}
.easter-egg {
	position: relative;
	overflow: hidden;
	height: 200px;
}
.footer-border-left,
.footer-border-right {
	width: 30px;
	height: 540px;
	position: absolute;
	top: 0px;
}
.footer-border-left {
	left: 0px;
	background: url('-/img/footer-border-left.png') top left repeat-y;
}
.footer-border-right {
	right: 0px;
	background: url('-/img/footer-border-right.png') top right repeat-y;
}
.footer-border-top-left,
.footer-border-top-right {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.footer-border-top-left {
	background: url('-/img/footer-border-top-left.png') top left no-repeat;
}
.footer-border-top-right {
	background: url('-/img/footer-border-top-right.png') top right no-repeat;
}
.seal {
	width: 100px;
	height: 100px;
	position: absolute;
	top: -45px;
	left: 50%;
	margin: 0 0 0 -50px;
	background: url('-/img/gold-seal.png') top center no-repeat;
	cursor: pointer;
	z-index: 2;
}
.seal-ears {
	width: 50px;
	height: 50px;
	background: url('-/img/seal-ears.png');
	position: absolute;
	left: 25px;
	top: 32px;
	transition: top .18s;
	-webkit-transition: top .18s;
	-moz-transition: top .18s;
	z-index: 3;
}
.seal-hat {
	width: 50px;
	height: 50px;
	background: url('-/img/seal-hat.png');
	position: absolute;
	left: 25px;
	top: 30px;
	z-index: 4;
}
.seal:hover .seal-ears {
	top: 7px;
	transition: top .18s;
	-webkit-transition: top .18s;
	-moz-transition: top .18s;
}
.footer-text {
	width: 100%;
	margin-top: 60px;
	text-align: center;
}
.teaser {
	display: block;
	width: 400px;
	height: 40px;
	margin: 0 auto;
	background: url('-/img/bitter-end.png') top center no-repeat;
	overflow: hidden;
	text-indent: -999px;
}
.social-links {
	width: 400px;
	display: table;
	margin: 5px auto 15px;
	font-family: "proxima-nova",sans-serif;
	font-size: 1.5em;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.1em;
	letter-spacing: .12em;
	text-align: center;
}
.social-links li {
	display: inline-block;
	color: #383737;
	text-align: center;
	position: relative;
	padding: 0 0 0 25px;
	margin: 0 0 0 10px;
	background: url('-/img/black-dot.png') top left no-repeat;
}
.social-links li:first-child {
	background: none;
	list-style: none;
	padding: 0;
	margin: 0;
}
.social-links a {
	color: #383737;
}
.social-links a:hover {
	color: #fdfbf3;
}
.colophon {
	position: relative;
	margin: 20px auto 0;
	font-family: "proxima-nova",sans-serif;
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: 600;
	color: #FDFAE9;
}
.footer-trick {
	width: 90%;
	max-width: 700px;
	margin: 60px auto 0;
	background: #fdfbf3 url('-/img/ticket-edge.png') top center repeat-x;
	height: 324px;
	overflow: hidden;
	position: relative;
}
.trick-inner {
	margin: 11px 6px 0px 6px;
	padding: 9px;
	height: 324px;
	position: relative;
	background: url('-/img/dotted-border-x.png') top center repeat-x;
}
.trick-inner img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.trick-border-left,
.trick-border-right {
	width: 9px;
	height: 324px;
	position: absolute;
	top: 0px;
	background: url('-/img/dotted-border-y.png') top left repeat-y;
}
.trick-border-left {
	left: 0px;
}
.trick-border-right {
	right: 0px;
}
.trick-border-top-left,
.trick-border-top-right {
	width: 9px;
	height: 10px;
	position: absolute;
	top: 0;
	left: 0;
}
.trick-border-top-left {
	background: url('-/img/dotted-border-top-left.png') top left no-repeat;
}
.trick-border-top-right {
	background: url('-/img/dotted-border-top-right.png') top left no-repeat;
}



/* PAGE-SPECIFIC
--------------------------------------------- */

/* Home */

.home-feature-wrap {
	width: 100%;
	max-width: 843px;
	margin: 0 auto;	
	position: relative;
}
.home-feature-wrap a {
	display: block;
}
.home-feature-wrap a > div {
	position: relative;
}
.carousel-left,
.carousel-right {
  width: 66px;
  height: 30px;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
}
.carousel-left {
  left: -70px;
	background-image: url('-/img/arrow-left.png');
}
.carousel-right {
  right: -70px;
	background-image: url('-/img/arrow-right.png');
}
.label {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 5%;
	width: 90%;
	background: #95905a;
	font-family: "proxima-nova",sans-serif;
	font-size: 1.5em;
	letter-spacing: .14em;
	font-weight: 600;
	color: #383737;
	line-height: 1.1em;
	text-transform: uppercase;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 15px;
	white-space: pre-wrap;
}
.label-inner {
	display: block;
	margin: 3px;
	border: 1px solid #FDFAE9;
	padding: .8em 1em;
}
#email-field {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.dropcap {
	display: block;
	float: left;
	background: url('-/img/bittermilk-b.png') 0 0 no-repeat;
	background-size: 22px 40px;
	text-indent: -999px;
	overflow: hidden;
	position: relative;
	bottom: -1px;
	margin: -19px 2px 0 0;
	width: 22px;
	height: 40px;
}
.home .grow {
	margin-top: 20px;
}

/* Information */
#twitter-icon, #facebook-icon {
	display: block;
	width: 110px;
	height: 100px;
	float: left;
	text-indent: -999px;
	overflow: hidden;
}
#twitter-icon {
	background: url('-/img/twitter-icon.png') 0 0 no-repeat;
}
#facebook-icon {
	background: url('-/img/facebook-icon.png') 0 0 no-repeat;
}
#twitter-icon:hover, #facebook-icon:hover {
	background-position: 0 -100px;
}
.portrait {
	position: relative;
}
.hover-image {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.tel-link {
	display: none;
}

/* Recipes */
.ajax {
	display: block;
}
.recipe-thumb {
	border-bottom: 1px solid #95905a;
	padding-bottom: 15px;
	margin-bottom: 15px;
	cursor: pointer;
}
.recipe-card {
	clear: both;
	width: 100%;
	padding: 15px 0px 30px;
	overflow: hidden;
}
.recipe-title {
	width: 96%;
	margin: 0 2% 20px;
}
.tips img {
	margin: 15px 0px;
}

/* Find us */
.line-list li {
	border-top: 1px solid #95905a;
	margin-bottom: 0px;
	padding: 3px 0px;
}
.line-list li a {
  display: block;
}
.line-list li.active a {
  color: #E71A56;
}
.line-list li:first-child {
	border-top: 3px double #95905a;
}
.line-list-bottom-stroke {
	border-bottom: 3px double #95905a;
}
.line-list  {
	text-align: right;
	margin-bottom: 30px;
}
.locations h2,
.locations h3 {
	margin-bottom: 10px;
}
.state-title {
	border-bottom: 3px double #95905a;
	margin-bottom: 30px;
}

/* Purchase */
.product-grid .one-of-four:nth-child(4n+1) {
	clear: left;
}
.add {
	margin-bottom: 15px;
}
a.inline-cart-link {
	text-decoration: underline;
}
.centered-message {
	width: 100%;
	max-width: 600px;
	margin: 40px auto 0;
	text-align: center;
}
.centered-message h1 {
	margin-bottom: 15px;
}
.centered-message p a {
	color: #E71A56;
	font-weight: 800;
}
.centered-message p a:hover {
	color: #383737;
}
.list-name {
	width: 100%;
	min-height: 40px;
	padding: 1.2em 0px;
	text-align: center;
	border-top: 3px double #95905a;
	border-bottom: 1px solid #95905a;
}
.list-name h2 {
	font-size: 1.3em;
}
.single-product {
	display: block;
	margin-bottom: 30px;
}
.single-product:hover h2 {
	color: #E71A56;
}
.single-product img {
	display: block;
	margin: 0 auto;
}
.checkout-button-wrap {
	width: 100%;
	position: relative;
	height: 50px;
}
.button-update {
	width: 22%;
	position: absolute;
	right: 24%;
}
.button-checkout {
	width: 22%;
	position: absolute;
	right: 0;
}
#country {
	width: 100%;
}
table {
	width: 100%;
	border-top: 3px double #95905a;
	margin-top: 8px;
}
table tr {
	border-bottom: 1px solid #95905a;
}
.price-cell {
	width: 15%;
	padding: 14px 8px;
}
thead td {
	border-left: 1px solid #95905a;
	padding: .5em 0;
	font-size: 1.2em;
	font-family: "proxima-nova",sans-serif;
	line-height: 1.5em;
	color: #383737;
	letter-spacing: .12em;
	padding: 8px 8px 3px;
}
thead td:first-child {
	border-left: none;
	padding: 8px 0 3px;
}
tbody {
	font-family: "proxima-nova",sans-serif;
	border-bottom: 3px double #95905a;
	font-size: 1.7em;
	font-weight: 600;
	color: #383737;
	letter-spacing: .13em;
}
tbody td {
	padding: 14px 0px;
	line-height: 1.2em;
	border-left: 1px solid #95905a;
	text-align: right;
}
tbody td:first-child {
	border-left: none;
	text-align: left;
}
.price {
	font-family: "proxima-nova",sans-serif;
	text-align: right;
	font-size: 2.1em;
	text-transform: uppercase;
	color: #E71A56;
}

.add .price {
	float: right;
	margin-top: -20px;
	font-size: 1.8em;
}

.add .add {
	margin-top: 20px;
}

.select {
	margin-top: 20px;
	margin-bottom: 20px;
}
.select select {
	width: 100%;
}

#product-variants label {
	display: block;
	font-family: "proxima-nova",sans-serif;
	font-size: 1em;
	line-height: 1.1em;
	letter-spacing: .12em;
	margin-top: 10px;
	text-transform: uppercase;
}

#add-to-cart.disabled {
	background: #888;
	opacity: 0.5;
	cursor: no-drop;
}

.price sup {
	font-size: 70%;
	position: relative;
	bottom: .3em;
	margin-left: .1em;
}
.remove-x {
	text-align: center;
}
.subtotal-cell {
	font-family: "proxima-nova",sans-serif;
	font-size: 1.7em;
	font-weight: 600;
	color: #383737;
	letter-spacing: .13em;
	text-align: right;
}
.quantity-input {
	text-align: center;
}
.quantity-input input {
	font-size: 17px;
	font-weight: 600;
	color: #383737;
	padding: 0px;
	width: 40px;
	text-align: center;
	border: none;
}
.quantity-input input:focus {
	color: #E71A56;
	border: none;
}
tfoot .subscript {
	padding: .5em 0;
	font-size: 1.2em;
	font-family: "proxima-nova",sans-serif;
	line-height: 1.5em;
	color: #383737;
	letter-spacing: .12em;
	padding: 8px 0px 3px;
}
.cart-x-pad {
	padding: 1.2em 8px;
}
.compound-label {
	display: block;
	height: 30px;
	width: 70px;
	margin-bottom: 15px;
	overflow: hidden;
	background: url('-/img/compound-label.png') 0 0 no-repeat;
}
.error-box {
	margin-top: 15px;
}
.error-box p {
	color: #e71a56;
}
.compound-no-2 { background-position: 0 -30px; }
.compound-no-3 { background-position: 0 -60px; }
.compound-no-4 { background-position: 0 -90px; }
.compound-no-5 { background-position: 0 -120px; }
.compound-no-6 { background-position: 0 -150px; }
.compound-no-7 { background-position: 0 -180px; }
.compound-no-8 { background-position: 0 -210px; }
.compound-no-9 { background-position: 0 -240px; }
.compound-no-10 { background-position: 0 -270px; }

.product-description p:first-of-type {
	font-family: "athelas",serif;
	font-style: italic;
}

.product-description h2 {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 3px double #95905a;
	margin-bottom: 10px;
}

#cartform .totals {
	border-bottom: 3px double #95905a;
}

#cartform .col {
	padding-top: 40px;
	margin: 0;
}

#cartform .col.shipping {
	border-right: 1px solid #95905a;
	padding: 40px 5% 40px 0;
	width: 45%;
	
}

#cartform .col.right {
	float: right;
	text-align: right;
	width: 40%;
}

#cartform #total-label,#cartform #shipping-label {
	float: right;
	
}

@media (max-width:870px) {
	#cartform .col.right {
		width: 46%;
	}
	
	#cartform #total-label,#cartform #shipping-label {
		clear: both;
		margin-top: 10px;
	}
}

#cartform .price {
	float: right;
	padding-left: 10px;
	letter-spacing: 1px;
	margin-top: 2px;
}

#cartform #checkout {
	color: #FFF;
	margin: 30px 0 0 !important;
	position: relative;
	width: 100%;
}

#cartform #shipping-cost-row {
	padding-bottom: 20px;
}

#cartform .shipping {
	
}
	#cartform .shipping h3 {
		margin-bottom: 20px;
	}

	#cartform .shipping .field:first-child {
		float: left;
	}

	#cartform .shipping .field {
		font-family: "proxima-nova",sans-serif;
		float: right;
		padding: 10px 0;
		width: 48%;
	}
	
	#cartform .shipping .field label {
		color: #95905a;
		display: block;
		font-size: 1.3em;
		font-weight: 600;
		margin-bottom: 5px;
	}
	
	#cartform .shipping .field input, #cartform .shipping .field select {
		width: 100%;
	}
	
	#cartform .shipping .field input[type='text'] {
		font-size: 1.4em;
		padding: 5px;
	}
	
	#cartform .shipping .btn {
		background: #AAA;
		font-size: 1.2em;
		margin-top: 15px;
	}
		#cartform .shipping .btn:hover,#cartform .shipping .btn:focus {
			background: #BBB;
		}

#error_response {
	color: #E71A56;
	display: none;
	line-height: 1.5;
	font-family: "proxima-nova",sans-serif;
	font-size: 1.3em;
	letter-spacing: 1px;
	padding-top: 15px;
	text-transform: uppercase;
}

.centered-store-message {
	text-align: center;
}
	.centered-store-message img {
		display: block;
		margin: 0 auto 30px;
	}
	
.not-found img {
	display: block;
	margin: 0 auto 30px;
}


/* HD SUPPORT
--------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (-moz-min-device-pixel-ratio: 2),
       only screen and (-o-min-device-pixel-ratio: 2/1),
       only screen and (min-device-pixel-ratio: 2) {
       
       
    .cart-ribbon {
		background: url('-/img/your-cart@2x.png') 0 0 no-repeat;
		background-size: 80px 140px;
	}
	#wordmark {
		background: url('-/img/bittermilk-logo@2x.png');
		background-size: contain;
	}
	.nav-flourish {
		background: url('-/img/nav-flourish@2x.png') top center no-repeat;
		background-size: 36px 36px;
	}
	.footer-large {
		background: #E71A56 url('-/img/footer-border-top@2x.png') top center repeat-x;
		background-size: 30px 30px;
	}
	.footer-border-left {
		background: url('-/img/footer-border-left@2x.png') top left repeat-y;
		background-size: 30px 30px;
	}
	.footer-border-right {
		background: url('-/img/footer-border-right@2x.png') top right repeat-y;
		background-size: 30px 30px;
	}
	.footer-border-top-left {
		background: url('-/img/footer-border-top-left@2x.png') top left no-repeat;
		background-size: 30px 30px;
	}
	.footer-border-top-right {
		background: url('-/img/footer-border-top-right@2x.png') top right no-repeat;
		background-size: 30px 30px;
	}
	.seal {
		background: url('-/img/gold-seal@2x.png') top center no-repeat;
		background-size: contain;
	}
	.seal-ears {
		background: url('-/img/seal-ears@2x.png');
		background-size: contain;
	}
	.seal-hat {
		background: url('-/img/seal-hat@2x.png');
		background-size: contain;
	}
	.teaser {
		background: url('-/img/bitter-end@2x.png') top center no-repeat;
		background-size: 400px 40px;
	}
	.social-links li {
		background: url('-/img/black-dot@2x.png') top right no-repeat;
		background-size: 18px 18px;
	}
	.footer-trick {
		background: #fdfbf3 url('-/img/ticket-edge@2x.png') top center repeat-x;
		background-size: 16px 6px;
	}
	.trick-inner {
		background: url('-/img/dotted-border-x@2x.png') top center repeat-x;
		background-size: 10px 9px;
	}
	.trick-border-left,
	.trick-border-right {
		background: url('-/img/dotted-border-y@2x.png') top left repeat-y;
		background-size: 9px 10px;
	}
	.trick-border-top-left {
		background: url('-/img/dotted-border-top-left@2x.png') top left no-repeat;
		background-size: 9px 10px;
	}
	.trick-border-top-right {
		background: url('-/img/dotted-border-top-right@2x.png') top left no-repeat;
		background-size: 9px 10px;
	}
	#twitter-icon {
		background: url('-/img/twitter-icon@2x.png') 0 0 no-repeat;
		background-size: 110px 200px;
	}
	#facebook-icon {
		background: url('-/img/facebook-icon@2x.png') 0 0 no-repeat;
		background-size: 110px 200px;
	}
	.compound-label {
		background-image: url('-/img/compound-label@2x.png');
		background-size: 70px 300px;
	}
	
	.carousel-left {
  	background-image: url('-/img/arrow-left@2x.png');
    background-size: 66px 30px;
  }
  .carousel-right {
  	background-image: url('-/img/arrow-right@2x.png');
    background-size: 66px 30px;
  }
       
}


/* TABLET
--------------------------------------------- */

/* Landscape */

@media only screen 
and (max-width : 1060px) {

	.seal-ears {
		top: 7px;
	}
	.extra-left {
		display: none;
	}
	.extra-right {
		display: none;
	}
	.tel-text {
		display: none;
	}
	.tel-link {
		display: block;
	}
	.label {
		display: none;
	}
	
	.carousel-left,
	.carousel-right {
  	display: none;
	}

}

/* Portrait */

@media only screen 
and (max-width : 880px) {

	.t-hide {
		display: none;
	}
	.col {
		margin-bottom: 30px;
	}
	.single-product {
		margin-bottom: 0;
	}
	.line-list li:first-child {
  	border-top: 1px solid #95905A;
	}
	.line-list-bottom-stroke {
  	border-bottom: 0;
  }
	.recipe-written {
		margin-bottom: 0px;
	}
	.wrap {
		float: none;
	}
	.wrap-three-of-four {
		width: 100%;
	}
	.one-of-three {
		width: 29.33%;
		margin: 0 2%;
	}
	.two-of-three {
		width: 62.66%;
		margin: 0 2%;
	}
	.two-of-four {
		width: 97%;
	}
	.two-of-four .two-of-four {
  	width: auto;
  	float: none;
  	margin: 0;
	}
	.one-of-four {
		width: 47%;
	}
	.button-update {
		width: 48%;
		float: left;
		position: static;
	}
	.button-checkout {
		width: 48%;
		float: left;
		position: static;
		margin-left: 4%;
	}
	
		.button-checkout:focus {
			background: #A59F76;
		}
	 .product-grid .one-of-four:nth-child(4n+1) {
      clear: none;
    }
    .product-grid .one-of-four:nth-child(2n+1) {
      clear: left;
    }

	.line-list {
  	margin-bottom: 20px;
	}
	.line-list-no-mbot-mobile {
  	margin-bottom: 0;
	}
	
	.carousel-left,
	.carousel-right {
	  top: auto;
	  bottom: -30px;
  	display: block;
	}
	.carousel-left {
  	left: 0;
	}
	.carousel-right {
  	right: 0;
	}
	
}


/* MOBILE
--------------------------------------------- */

/* Landscape */

@media only screen 
and (max-width : 700px) {

	.main {
		margin-bottom: 40px;
	}
	.m-hide {
		display: none;
	}
	header {
		margin: 2em auto 2em;
	}
	.nav-flourish {
		display: none;
	}
	.one-of-three {
		width: 46%;
		margin: 0 2%;
	}
	.two-of-three {
		width: 96%;
		margin: 0 2%;
	}
	.recipe-written {
		width: 96%;
		margin: 0 2% 0;
	}
	.cart-ribbon {
		display: none;
	}
	.easter-egg {
		height: auto;
		width: 100%;
		padding-bottom: 40px;
		clear: both;
	}
	.cart-ribbon-mobile {
		display: none;
		width: 170px;
		height: 36px;
		background: url('-/img/your-cart-mobile@2x.png') 0 0 no-repeat;
		background-size: 170px 80px;
		position: fixed;
		right: 0px;
		top: 20px;
		z-index: 10;
	}
	.cart-ribbon-mobile:active, .cart-ribbon-mobile:hover  {
		background-position: 0 -40px;
	}
	
	#cartform table {
		border-collapse: collapse;
	}
	
	#cartform td {
		padding: 5px;
	}
	
	#cartform .price-cell {
		width: 20%;
	}
	
	#cartform table * {
		font-size: 1.1em;
		letter-spacing: 0;
	}
	
	
	#cartform .col {
		float: none;
		padding: 40px 0 !important;
		width: 100% !important;
	}
	
	#cartform .col.shipping {
		border-right: 0;
		border-bottom: 1px solid #95905a;
	}
	
	#cartform .col.right {
		font-size: 0.8em;
		text-align: center;
	}

}

/* Portrait */
@media only screen 
and (max-width : 500px) {

	.one-of-four {
		width: 96%;
		margin: 0 2%;
	}
	.col {
		margin-bottom: 30px;
	}
	.recipe-thumb {
		margin-bottom: 15px;
	}
	.recipe-written {
		margin-bottom: 5px;
	}
	.easter-egg {
		padding-bottom: 20px;
	}
	.main-nav li {
		font-family: "proxima-nova",sans-serif;
		font-size: 1.5em;
		font-weight: 600;
		text-transform: uppercase;
		line-height: 1.1em;
		letter-spacing: .1em;
		display: block;
		text-align: center;
		width: 50%;
		float: left;
		position: relative;
	}
	.main-nav li a {
		display: inline-block;
		padding: 6px;
	}
	#wordmark {
		width: 260px;
		height: 46px;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.teaser {
		position: relative;
		width: 88%;
		height: 24px;
		background-size: contain;
	}
	.social-links {
		width: 88%;
		margin: 0 auto 10px;
	}
	.social-links li,
	.social-links li:first-child {
		display: block;
		background: none;
		padding: 5px 0px;
		width: 100%;
		text-align: center;
		margin: 0 auto 10px;
	}
	.colophon {
		display: block;
		width: 88%;
		margin: 0 auto;
	}
	.checkout-button-wrap {
		height: auto;
	}
	.button-update {
		width: 100%;
		float: none;
		position: static;
		margin: 0;
	}

}