/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
(Tweaked for CleanThemes theme)
*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
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;
}

/* CSS cross-browser clear fix */
.cf:before,
.cf:after {
  content:"";
  display:table;
}
.cf:after {
  clear:both;
}
.cf {
  zoom:1;
}


/* Remove FF input padding for consistant alignment */
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Remove the odd input formatting from iOS */
button,
input[type=submit],
input[type=button]{
  -webkit-appearance: none;
}

/* Stop Webkit's big glowy boxes, we have our own highlight effect */
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

/* Standard text CSS */
strong, b { font-weight:bold; }
abbr, acronym { border-bottom:1px dotted #c4bf99; cursor:help; } 
em, i { font-style:italic; }
ul,ol,dl { margin:1em; font-size:100%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
blockquote {
  margin:1.5em 0em 1.5em 10px;
  padding:.5em 0em;
  quotes:"\201C""\201D";
  font-size:130%;
  font-style:italic;
  line-height: 100%;
}
blockquote:before{
  color: #c4bf99;
  content:open-quote;
  font-size:3em;
  line-height:.1em;
  margin-left: -20px;
  margin-right: 10px;
  vertical-align:-0.48em;
}
blockquote :first-child { display:inline; }
blockquote :last-child { margin-bottom:0; }
blockquote:after { content: no-close-quote; }

ol,ul,dl { margin-left:2em; }
ol li {    list-style: decimal outside; }
ul li { list-style: disc outside; }
dl dd { margin-left:1em; }
th,td {
  border-bottom: 1px solid #c4bf99;
  border-collapse: collapse;
  border-top: 1px solid #c4bf99;
  padding: 0.7em;
}
th {
  /*distinguishing table headers from data cells*/
  font-weight:bold;
  text-align:left;
  border-bottom-width: 3px;
}
caption { margin-bottom:.5em; text-align:center; }
p,fieldset,table { margin-bottom:1em; }

hr {
  border: none;
  width: 100%;
  color: transparent;
  border-bottom: 3px double #212121;
  height: 9px;
  margin: 1em 0;
}


/* Replaced Google Fonts biznisss with our own */

body, input, textarea, select option
{ font-family: 'JansonTextW04-55Roman', Georgia, Utopia, 'Times New Roman', Times, serif; }

h1,h2,h3,h4,h5,h6
{ font-family: 'Avenir LT W01 95 Black'; }

#pageheader .logotext
{ font-family: 'Avenir LT W01 95 Black'; }


.nav-row
{ font-family: 'Janson Text W01SC 55 Rm SC', Georgia, Utopia, 'Times New Roman', Times, serif; }

#pageheader .search-box input[type="text"],
.signup-form input[type="email"],
input[type="submit"],
button,
label,
#cart-summary-overlay,
#pageheader .utils,
.page-header .filters,
.tags,
#pagefooter
{ font-family: 'Avenir LT W01 95 Black'; }








/* Theme styles */

body {
  font-size: 15px;
  line-height: 1.6em;
  color: #a7a79c;
  background: #212121;
  letter-spacing: 1px;
  overflow-y: scroll;
}

::selection{/* Webkit & Opera */
  background:#fffcdf;
  color:#252525;
}
::-moz-selection{ /* Firefox */
  background:#fffcdf;
  color:#252525;
}

a,
a:link,
a:visited {
  color:#f99d1c;
  -moz-transition: color 100ms;
  -webkit-transition: color 100ms;
  transition: color 100ms;
  text-decoration:none;
}

a:hover {
  color:#f7a52a;
}

select {
  max-width: 100%;
}

input,
textarea {
  font-size: 15px;
  line-height: 15px;
  background-color: #252525;
  color: #c4bf99;
  border: 1px solid #c4bf99;
  padding: 11px 15px;
  margin: 0;
  vertical-align: middle;
  max-width: 100%;
  letter-spacing: 1px;
}

input[type=checkbox] {
  border:none;
  -moz-border-radius:0;
  -webkit-border-radius:0;
  border-radius:0;
}

textarea {
  height:120px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* HTML5 input placeholders */
::-webkit-input-placeholder {
  
  color: #252525;
}

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

::-moz-placeholder {  /* Firefox 19+ */
  
  color: #252525;
}

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

.button,
a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background:#fffcdf;
  border: none;
  color:#252525;
  font-size: 12px;
  line-height: 12px;
  height: auto;
  margin: 0;
  text-decoration: none !important;
  
  cursor: pointer;
  padding: 16px 15px 14px;
  vertical-align: middle;
  min-width: 120px;
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -moz-border-radius:0;
  -webkit-border-radius:0;
  border-radius:0;
  -moz-transition: background-color 100ms, color 100ms;
  -webkit-transition: background-color 100ms, color 100ms;
  transition: background-color 100ms, color 100ms;
  display: inline-block;
  zoom:1;
  *display:inline;
  letter-spacing: 1px;
}

.button.compact,
button.compact,
input[type="submit"].compact,
input[type="reset"].compact,
input[type="button"].compact {
  width: auto;
  min-width: 0;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background: #c4bf99;
}

.button.altcolour,
button.altcolour,
input[type="submit"].altcolour,
input[type="reset"].altcolour,
input[type="button"].altcolour {
  background: #252525;
  color: #fffcdf;
}

.button.altaltcolour,
button.altaltcolour,
input[type="submit"].altaltcolour {
  background: #c4bf99;
}

.button.altaltcolour:hover,
button.altaltcolour:hover,
input[type="submit"].altaltcolour:hover {
  background: #fffcdf;
}

.button.notabutton,
a.button.notabutton,
button.notabutton,
input[type="submit"].notabutton {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  text-transform: none;
  vertical-align: baseline;
  min-width: 0;
  overflow: visible;
  height: auto;
  color:#f99d1c;
  -moz-transition: color 100ms;
  -webkit-transition: color 100ms;
  transition: color 100ms;
}

.button.notabutton:hover,
a.button.notabutton:hover,
button.notabutton:hover,
input[type="submit"].notabutton:hover {
  color:#f7a52a;
}

.button.disabled,
a.button.disabled,
button[disabled],
input[type="submit"][disabled],
input[type="reset"][disabled],
input[type="button"][disabled] {
  background: #999 !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #fffcdf;
  font-weight: normal;
  line-height: 1.2em;
  
  margin-bottom: 1em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
  color: inherit;
  text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color:#f7a52a;
}

h1,
h2.h1-style { font-size: 34px; }




h2,
h1.h2-style,
h2.h2-style,
h3.h2-style,
h4.h2-style,
h5.h2-style,
h6.h2-style {
  font-size: 30px;
}


h3,
h1.h3-style,
h2.h3-style,
h3.h3-style,
h4.h3-style,
h5.h3-style,
h6.h3-style {
  font-size: 27px;
}


h4,
h1.h4-style,
h2.h4-style,
h3.h4-style,
h4.h4-style,
h5.h4-style,
h6.h4-style {
  font-size: 24px;
}


h5,
h1.h5-style,
h2.h5-style,
h3.h5-style,
h4.h5-style,
h5.h5-style,
h6.h5-style {
  font-size: 21px;
}


h6,
h1.h6-style,
h2.h6-style,
h3.h6-style,
h4.h6-style,
h5.h6-style,
h6.h6-style {
  font-size: 18px;
}


h1.majortitle,
h2.title, /* Req for Shopify account templates */
h2.majortitle,
h3.majortitle,
h4.majortitle,
h5.majortitle,
h6.majortitle,
.majortitle {
  margin: 10px 0;
  font-family: "NYIrvin";
}

h1.hometitle,
h2.hometitle,
h3.hometitle,
.hometitle {
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 1em;
  margin: 10px 0;
  text-transform: uppercase;
}


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

.hidden {
  display: none;
}

/* Lists  */
#pageheader ul,
#pageheader li {
  margin: 0;
  padding: 0;
  display: inline;
}

.container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.container .container {
  padding-left: 0;
  padding-right: 0;
}

.flexslider .container {
  padding-left: 40px;
  padding-right: 40px;
}

#content {
  /*padding-bottom: 60px;*/
  padding-bottom: 0;
  border-top: 3px solid #212121;
}

.template-index #content {
  padding-bottom: 0;
}

/* Header */
#pageheader {
  position: relative;
  /* background: #212121; */
  z-index: 4000; /* Place above slider for live-search dropdown */
    max-width: 1140px;
    margin: 0 auto;
}

#pageheader,
#pageheader a {
  color: #645951;
}

#pageheader .logo {
  text-align: center;
/*  padding: 0px 0 0px; */
padding: 0;
  letter-spacing: 1px;
}

#pageheader .logo a {
  color: #fffcdf;
}

#pageheader .logo img {
  vertical-align: top;
}

#pageheader .logo .logotext {
  font-size: 22px;
  line-height: 1em;
}

#pageheader .search-box,
#pageheader .utils {
  position: absolute;
  top: 50%;
}

#pageheader .logo-pos-below .search-box,
#pageheader .logo-pos-below .utils,
#pageheader .logo-pos-above .search-box,
#pageheader .logo-pos-above .utils {
  top: 0;
  margin-top: 0;
}

#pageheader .search-box {
  left: 30px;
  /*margin-top: -15px;*/
  margin-top: -37px;
}

#pageheader .search-box .search-form {
  border-top: 1px solid #212121;
  border-bottom: 1px solid #212121;
  border-right: 0;
  border-left: 0;
  position: relative;
  display:inline-block;
  zoom:1;
  *display:inline;
}

#pageheader .search-box.focus .search-form {
  background-color: #312F2E;
  border-color: #212121;
}

#pageheader .search-box .search-form i {
  width: 22px;
  height: 22px;
  background: url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/social_spr_cream.png?17164604890432741283') -221px center no-repeat;
  top: 7px;
  left: 2px;
  position: absolute;
  z-index: 1;
}

#pageheader .search-box.focus .search-form i {
  background-image: url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/social_spr_cream.png?17164604890432741283');
}

#pageheader .search-box .search-form input[type="text"] {
  border: none;
  background: transparent;
  padding: 11px 10px 11px 26px;
  width: 210px;
  font-size: 13px;
  color: #645951;
  text-transform: uppercase;
}

#pageheader .search-box.focus .search-form input[type="text"] {
    /*color: #212121;*/
    color: #a7a79c;
}

/* HTML5 input placeholders */
#pageheader .search-box .search-form input[type="text"]::-webkit-input-placeholder {
  color: #645951;
  opacity: 1;
}

#pageheader .search-box .search-form input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #645951;
  opacity: 1;
}

#pageheader .search-box .search-form input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
  color: #645951;
  opacity: 1;
}

#pageheader .search-box .search-form input[type="text"]:-ms-input-placeholder {
  color: #645951;
  opacity: 1;
}

#pageheader .search-box .search-form input[type="submit"] {
  opacity: 0;
  filter:alpha(opacity=0);
  position: absolute;
  top: 0;
  right: 8px;
  background: transparent;
  color: #c4bf99;
  border: none;
  width: 20px;
  min-width: 0;
  height: 25px;
  padding: 5px 0;
  line-height: 2px;
  font-size: 100%;
}

#pageheader .search-box.focus .search-form input[type="submit"] {
  opacity: 1;
  filter:alpha(opacity=100);
}

#pageheader .search-box .results-box {
  position: absolute;
  background: #FFFBD5;
  width: 300px;
  max-width: 100%;
  z-index: 5000;
}

#pageheader .search-box .results-box > * {
  display: block;
  font-family:"Janson Text W01SC 55 Rm SC";
  padding: 7px 2px;
  margin: 0;
  border-bottom: 1px solid #a7a79c;
  border-left: 0;
  border-right: 0;
  min-height: 24px;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

#pageheader .search-box .results-box > *:first-child {
  border-top: 1px solid #a7a79c;
}

#pageheader .search-box .results-box > *:hover {
  background: #312F2E;
  color: #a7a79c;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

#pageheader .search-box .results-box .img {
  float: left;
  margin: -4px 10px 0 0;
  width: 32px;
  height: 32px;
  text-align: center;
  overflow: hidden;
}

#pageheader .search-box .results-box .img img {
  vertical-align: middle;
  margin-top: -2px;
}

#pageheader .search-box .results-box .load {
  background: url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/ajax-load.gif?17164604890432741283') center center no-repeat;
  text-align: center;
}

#pageheader .search-box .results-box .note {
  text-align: center;
  background: #FFFBD5;
  border: #FFFBD5;
  color: #645951;
  font-size: 13px;
  text-transform: lowercase;
}

#pageheader .utils {
  right: 30px;
  height: 44px;
  line-height: 40px;
  margin-top: -18px;
  text-transform: uppercase;
  font-size: 13px;
}

#pageheader .utils .social-links,
#pageheader .utils .cart-summary,
#pageheader .utils .account-links-cont {
  vertical-align: middle;
  display:inline-block;
  zoom:1;
  *display:inline;
}

#pageheader .utils .social-links {
  margin-right: 30px;
}

#pageheader .utils .account-links-cont {
  text-align: right;
}
#pageheader .utils .account-links-cont .slash {
  font-family:"JansonTextW04-55Roman";
  line-height: 16px;
  margin: 0 10px;
}

#pageheader .utils .cart-summary {
  text-align: right;
  margin-left: 7px;
}

#pageheader .utils .cart-summary .switcher {
  margin-left: 3px;
  display: inline;
  vertical-align: middle;
  position: relative;
}

#pageheader .utils .cart-summary .switcher .selected-currency {
  padding: 4px 5px;
  border: 1px solid #141414;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

#pageheader .utils .cart-summary .switcher .switcher-drop {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 50;
}

#pageheader .utils .cart-summary .switcher .switcher-drop .inner {
  margin-top: 1.3em;
  line-height: 1em;
  padding: 8px 20px 6px;
  border: 1px solid #dedede;
  background: #fff;
  color: #444;
  white-space: nowrap;
}

#pageheader .utils .cart-summary .switcher .switcher-drop .inner:before {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #dedede transparent;
  position: absolute;
  top: 1.3em;
  right: 15px;
  margin-top: -5px;
}

#pageheader .utils .cart-summary .switcher .switcher-drop .inner:after {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: 1.3em;
  right: 15px;
  margin-top: -4px;
}

#pageheader .utils .cart-summary .switcher.show-drop .switcher-drop,
#pageheader .utils .cart-summary .switcher:hover .switcher-drop {
  display: block;
  -webkit-animation: reveal 0.2s ease-out 0s 1 normal none;
  animation: reveal 0.2s ease-out 0s 1 normal none;
}

#pageheader .utils .cart-summary .switcher-drop {
}

#pageheader .utils .cart-summary .button {
  min-width: 0;
  padding: 8px 15px;
  vertical-align: middle;
  color: #252525;
}

#pageheader .util-area {

}

#pageheader .util-area .signup-reveal-area {
  display: inline;
  position: relative;
}

#pageheader .util-area .signup-reveal {
  
  font-size: 12px;
}

#pageheader .util-area .signup-form-cont {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 50;
}

#pageheader .util-area .signup-reveal-area.show-drop .signup-form-cont,
#pageheader .util-area .signup-reveal-area:hover .signup-form-cont {
  display: block;
  -webkit-animation: reveal 0.2s ease-out 0s 1 normal none;
  animation: reveal 0.2s ease-out 0s 1 normal none;
}

#pageheader .util-area .signup-form-cont .signup-form {
  margin-top: 1.3em;
}

#pageheader .util-area .signup-form-cont .signup-form:before {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #dedede transparent;
  position: absolute;
  top: 1.3em;
  left: 15px;
  margin-top: -5px;
}

#pageheader .util-area .signup-form-cont .signup-form:after {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: 1.3em;
  left: 15px;
  margin-top: -4px;
}

#pageheader .util-area .signup-form {
  background-color: #fff;
  border-color: #dedede;
}

#pageheader .util-area .signup-form * {
  color: #444;
  background: transparent;
}

/* HTML5 input placeholders */
#pageheader .util-area .signup-form input::-webkit-input-placeholder {
  color: #444;
}

#pageheader .util-area .signup-form input:-moz-placeholder { /* Firefox 18- */
  color: #444;
}

#pageheader .util-area .signup-form input::-moz-placeholder {  /* Firefox 19+ */
  color: #444;
}

#pageheader .util-area .signup-form input:-ms-input-placeholder {
  color: #444;
}

#pageheader .util-area .signup-form label {
  display: none;
}

/* Nav */
.nav-row {
  text-align: center;
  line-height: 2em;
  font-size: 16px;
}

.nav-row .multi-level-nav > div { /* All nav rows regardless of tier */
  padding: 5px 0;
  padding: 0;
}

.nav-row .tier-1 {
}

.nav-row ul {
  margin: 0;
  
  display:inline-block;
  zoom:1;
  *display:inline;
}

.nav-row ul li {
  vertical-align: top;
  margin: 0;
  
  display:inline-block;
  zoom:1;
  *display:inline;
}

.nav-row a {
  padding: 12px 20px;
  white-space: nowrap;
  display:inline-block;
  zoom:1;
  *display:inline;
}

.nav-row a.expanded,
.nav-row li.active > a {
  color:#f7a52a;
}

.tag-active {
  color: #FFFBD5 !important;
}

.nav-row a .exp {
  /*margin-left: 5px;
  width: 10px;
  display:inline-block;
  zoom:1;
  *display:inline;*/
}

.nav-row a.listing-title {
  font-weight: bold;
}

.nav-row .slash {
  padding: 10px 0;
  display:inline-block;
  zoom:1;
  *display:inline;
}

.nav-row ul ul {
  display: none;
}

.nav-row ul ul.listed {
  display: block;
  padding-bottom: 10px;
}

.nav-row .tier-1 ul ul.listed {
  display: none;
}

.nav-row ul ul.listed > li {
  display: block;
}

.nav-row ul ul.listed > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1em;
}

.tags.nav-row {
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  /*padding: 15px;*/
  padding: 5px;
  text-transform: capitalize;
  margin-bottom: 0;

}

.tags .active a {
  color: #e94b3f;
}

.multi-tag-row {
  margin-bottom: 10px;
  margin-bottom: 0;
}

.tags.nav-row,
.multi-tag-row .tags.nav-row {
  background: #212121;
  /*border-top: 1px solid #6D6D66;*/
  border-bottom: 1px solid #6D6D66;
  margin-top: -1px;
}


.tags.nav-row a, 
.multi-tag-row .tags.nav-row a {
  color: #645951;
  font-family:"Janson Text W01SC 55 Rm SC";
  font-size: 14px;
  font-weight: normal;
  padding: 5px 15px;
}

.tags.nav-row a.expanded,
.tags.nav-row li.active > a,
.tags.nav-row a:hover,
.multi-tag-row .tags.nav-row a.expanded,
.multi-tag-row .tags.nav-row li.active > a,
.multi-tag-row .tags.nav-row a:hover {
  color: #FFFBD5;
}




.tags.nav-row.social {
  text-align: right;
}

/* Main nav only */
#main-nav {
  border-bottom: 1px solid #4d4d4d;
}

#main-nav .multi-level-nav > div {
  border-top: 1px solid #141414;
  background: #141414;
}

#main-nav .multi-level-nav .tier-1 { background: #312F2E; }
#main-nav .multi-level-nav .tier-2 { background: #312F2E; width: 400px; margin: auto;}

#main-nav a {
  color: #8A8A81;
}

#main-nav a.expanded,
#main-nav li.active > a,
#main-nav a:hover {
  color: #a7a79c;
}

#main-nav .account-links {
  padding: 0 18px;
  color: #8A8A81;
  white-space: nowrap;
}

#main-nav .account-links a {
  padding-left: 0;
  padding-right: 0;
  color: #8A8A81;
}

/*STICKY NAV*/
/*#main-nav, .top-bar {
  position: relative;
  top: 0;
}
*/

.top-bar.attached {
  /*position: relative;*/
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  background-color: #312f2e;
  border-top: 1px solid #000;
  border-bottom: 1px solid #4d4d4d;
    -moz-box-shadow:    inset  0  8px 8px -8px #282625, 
                        inset  0 -8px 8px -8px #282625;
    -webkit-box-shadow: inset  0  8px 8px -8px #282625, 
                        inset  0 -8px 8px -8px #282625;
     box-shadow:        inset  0  8px 8px -8px #282625, 
                        inset  0 -8px 8px -8px #282625;

}


#main-nav {
    background-color: #312f2e;
    border-top: 1px solid #000;
    -moz-box-shadow:    inset  0  8px 8px -8px #282625, 
                        inset  0 -8px 8px -8px #282625;
    -webkit-box-shadow: inset  0  8px 8px -8px #282625, 
                        inset  0 -8px 8px -8px #282625;
     box-shadow:        inset  0  8px 8px -8px #282625, 
                        inset  0 -8px 8px -8px #282625;
}

.nav-row {
    
}
#main-nav.nav-row li{
    width: 24%;
}
#main-nav.nav-row a{
    font-size: 18px;
    padding: 10px 27px;
}
#main-nav.nav-row > li:hover a{
    color: #fff5ce;
}
#main-nav a:hover {
    color: #fff5ce;
}
.nav-row .has-dropdown {
    position: relative;
}
.nav-row .dropdown-wrapper {
    background-image: url('menu-header-bracket.svg');
    background-position: 35px 30px;
    background-repeat: no-repeat;
    background-size: 395px auto;
    background-color: #312f2e !important;
    border-top: 1px solid #4b4b4b;
    left: 50%;
    width: 420px !important;
    padding: 60px 20px 30px 20px;
    position: absolute;
    transform:translateX(-50%);
}
.nav-row .dropdown {
    /*position: absolute;*/
    display: none;
    height: auto !important;
    z-index: 99;
    /*left: 0;*/
    right: auto;
    top: auto;
    /*background: transparent;*/
    min-width: 100%;
}
.top-bar-section .has-dropdown.hover > .dropdown, 
.top-bar-section .has-dropdown:hover > .dropdown{
    display: block;
}


.nav-row .dropdown .columns {
    position: relative;
    padding-left: 0;
    /*margin-right: 40px;*/
    margin: 0 20px 0 25px;
    float: left;
    width: 165px;
}
#main-nav.nav-row .dropdown li{
    height: auto;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #4d4d4d;
    -webkit-box-shadow: inset 0 -1px 0 0 #000;
    -moz-box-shadow: inset 0 -1px 0 0 #000;
    box-shadow: inset 0 -1px 0 0 #000;
}

#main-nav.nav-row .dropdown a{
    display: block;
    font-family:"Janson Text W01SC 55 Rm SC";
    line-height: 1.25;
    padding: 10px 0;
    text-align: left;
    width: 100%;
}
#main-nav.nav-row .dropdown .sub{
    margin: -5px 0 10px;
}

#main-nav.nav-row .dropdown .sub li{
    display: block;
}
#main-nav.nav-row .dropdown .sub a{
    font-family:"JansonTextW01-56Italic";
    font-size: 16px;
    line-height: 1.5;
    padding: 0;
}

#main-nav.nav-row .dropdown > li,
#main-nav.nav-row .dropdown .columns li:last-child,
#main-nav.nav-row .dropdown .sub li {
    border-bottom: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}



 /*Store messages */
#store-messages {
    background-image: url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/rule-points-down.png?17164604890432741283');
    background-position: 50% top;
    background-repeat: repeat-x;
    background-size: 14px;
    /*border-top: 3px solid #212121;*/
    min-height: 13px;
}

#store-messages .message {
  position: relative;
  text-align: center;
  margin: 20px 0 5px;
  padding: 17px 0 17px;
}

#store-messages.messages-2 .message {
  float: left;
  width:49.5%;
}

#store-messages.messages-3 .message {
  float: left;
  width:33%;
}
#store-messages .message-2 {
  border-left: 1px dashed #4d4d4d;
  border-right: 1px dashed #4d4d4d;
   /*Comment our border-right for 2-message display */
}

#store-messages .message a {
  display: block;
}

#store-messages .message .title,
#store-messages .message .tagline {
  margin: 0 20px;
  
}

#store-messages .message .title,
#store-messages .message .tagline  {
  letter-spacing: 0;
  line-height:1em;
  font-family:"NYIrvin";
  font-size: 24px;
  font-weight: normal;
  -moz-transition: color 100ms;
  -webkit-transition: color 100ms;
  transition: color 100ms;
}

#store-messages .message a .title,
#store-messages .message a .tagline {
  color: #f89d1e;
}

#store-messages .message a:hover .title,
#store-messages .message a:hover .tagline {
  color: #f89d1e;
}

#store-messages .message .tagline {
  font-family:"JansonTextW01-56Italic";
  font-size: 18px;
  color: #FFFBD5;
  display: block;
  letter-spacing: 1px;
  line-height:1.4em;
  margin-top:3px;
}
.template-index #store-messages .message .tagline {
  color: #645951;
}


#store-messages .message .fluff {
  border-left: 1px solid #4d4d4d;
  width: 1px;
  position: absolute;
  left: 0;
  top: 20px;
  height: 28px;
}

/* Headings above content 
.page-header {
  text-align: center;
  padding: 10px 0 10px;
}

.page-header .pagetitle {
  margin-bottom: 20px;
}

.page-header .user-content {
  text-align: left;
}

.page-header .filters {
  float: left;
  /*float: right;*/
  
  font-size: 12px;
}

.page-header .social-area {
  float: right;
  
  font-size: 12px;
    display: none;

}

.page-header .social-area .rsslink,
.page-header .social-area .social {
  vertical-align: middle;
  display:inline-block;
  zoom:1;
  *display:inline;
}

.page-header .social-area .rsslink img {
  height: 28px;
  width: 28px;
  margin-left: 10px;
}

.page-header .filters .tags {
  margin-right: 25px;
}

.page-header .filters .tags,
.page-header .filters .see-more,
.page-header .social-area,
.page-header .social-area .tags {
  font-family:"Janson Text W01SC 55 Rm SC";
  font-size: 14px;
}
.page-header .filters a.tags, 
.page-header .filters a.tags:link, 
.page-header .filters a.tags:visited,
.page-header .filters .tags a, 
.page-header .filters .tags a:link, 
.page-header .filters .tags a:visited,
.page-header .social-area a, 
.page-header .social-area a:link, 
.page-header .social-area a:visited {
  color: #8A8A81;
} 
.page-header .see-more a, 
.page-header .see-more a:link, 
.page-header .see-more a:visited {
    color: #b8c091;
  color: #8A8A81;
}
.page-header .filters a.tags:hover,
.page-header .filters .tags a:hover,
.page-header .social-area a:hover {
  color: #a7a79c;
} 
.page-header .see-more a:hover {
  color: #FFFBD5;
} 
.page-header .see-more .sep {
  padding: 0 5px;
}

.page-header .filters .view-as {
  color: #645951;
  font-family:"Janson Text W01SC 55 Rm SC";
  font-size: 14px;
}
.page-header .filters .view-as a, 
.page-header .filters .view-as a:link, 
.page-header .filters .view-as a:visited {
  color: #645951; 
} 
.page-header .filters .view-as a:hover,
.page-header .filters .view-as a.active {
  color: #FFFBD5; 
} 


/* Pagination */
.pagination-row {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;

}

.pagination {
  font-family:"Janson Text W01SC 55 Rm SC";
  font-size: 16px;
  letter-spacing: 1px;
}

.pagination .pagecount {
  border-left: 1px solid #4D4D4D;
  border-right: 1px solid #4D4D4D;
  padding: 0 10px;
  margin: 0 2px;
}

/* Main footer */
#pagefooter {
  padding: 0 0 50px;
  font-size: 12px;
  
}

#pagefooter .image-links {
  /* background: #212121; */
  padding: 25px 0;
 /*  border-top: 1px solid #4d4d4d; */
  max-width: 1080px;
  margin: 0 auto;
}

#pagefooter .image-links .image-link {
  width: 31.4%;
  width: 32.3%;
  float: left;
  text-align: center;
}

#pagefooter .image-links .image-link.block-1 {
  margin-left: 0;
}

#pagefooter .image-links .image-link.block-2 {
  margin: 0 1.4%;
}

#pagefooter .image-links .image-link.block-3 {
  margin-right: 1.4%;
  margin-right: 0;
}

#pagefooter .image-links .image-link a {
  display: block;
  position: relative;
}

#pagefooter .image-links .image-link img {
  max-width: 100%;
  height: auto;
  text-align: center;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  opacity: 0.5;
}
#pagefooter .image-links .link-text {
  display: block;
  position: absolute;
  top: 50%;
  width: 90%;
  padding: 0 5%;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  opacity: 0.9;  
}

#pagefooter .image-links .link-text h4 {
  margin-bottom: 0;
  text-transform: uppercase;
}
#pagefooter .image-links .link-text p {
  color: #f89d1e;
  font-family:"Janson Text W01SC 55 Rm SC";
  font-size: 20px;
  text-transform: lowercase;
} 

#pagefooter .image-links .image-link a:hover img {
  opacity: 0.2;  
}
#pagefooter .image-links .image-link a:hover .link-text {
  opacity: 1.0;  
}


#pagefooter .nav-row {
  background: #312F2E;
  border-top: 1px solid #141414;
  border-bottom: 1px solid #4d4d4d;
}

#pagefooter .nav-row a {
  color: #8A8A81;
}
#pagefooter .nav-row a:hover {
  color: #a7a79c;
}



#pagefooter .lower {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

#pagefooter .legal {
  color: #828280;
  letter-spacing: 1px;
  margin-top: 30px;
  text-transform: uppercase;
}
#pagefooter .copyright, 
#pagefooter .sep,
#pagefooter .legal a {
  display: inline;
}
#pagefooter .sep {
  margin: 0 15px;
}
#pagefooter .legal a,
#pagefooter .legal a:visited,
#pagefooter .legal a:hover,
#pagefooter .legal a:focus,
#pagefooter .legal a:active {
  color: #828280;
}

#pagefooter .copyright .copy {
  white-space: nowrap;
}

#pagefooter .copyright img {
  vertical-align: middle;
  margin-right: 20px;
}

#pagefooter .interact {
  margin-top: 30px;
}

#pagefooter .interact .social-links {
  display:inline-block;
  zoom:1;
  *display:inline;
  vertical-align: middle;
}

#pagefooter .social-links ul {
margin-left:0em;
margin-top: -2.125em;
}

#pagefooter .payment-methods {
  margin-top: 20px;
}

#pagefooter .payment-methods ul {
  margin-left: 0;
}

#pagefooter .payment-methods {
    margin: 0;
}

#pagefooter .interact {
    margin-top: 40px;
}
#pagefooter .interact .cmApp_signupContainer {
    zoom: 1;
    vertical-align: middle;
    background-image: url('signup-bracket-l-000.svg'), url('signup-bracket-r-000.svg');
    background-position: left bottom, right bottom;
    background-repeat: no-repeat,no-repeat;
    background-size: auto 100%, auto 100%;
    padding: 3px 12px 34px;
    max-width: 375px;
}


.interact .cmApp_signupContainer .cmApp_formHeader {
    border-bottom: 2px solid #000;
    color: #828280 !important;
    display: block;
    font-family:"JansonTextW01-56Italic";
    font-weight: normal;
    line-height: 1;
    margin-bottom: 3px;
    padding-bottom: 12px;
}

.interact .cmApp_signupContainer .cmApp_formSubmitButton {
    background-color: transparent !important;
    background-image: url('btn-subscribe-arrow.svg');
    background-position: 8px 8px;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    border: none;
    color: #FFFBD5;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    min-width: 0;
    font-size: 16px;
    padding: 16px 12px 16px;
    height: 32px;
    overflow: hidden;
    text-indent: -9000px;
    vertical-align: middle;
    width: 32px;
}
.interact .cmApp_signupContainer div {
    display: inline-block;
    margin: 0;
    vertical-align: middle;

}
.interact #cmApp_signupForm {

}
.interact #cmApp_signupContainer .cmApp_signupFormWrapper {
    border-bottom: 2px solid #000;
    padding-bottom: 3px;
    width: 100%;
}

.interact #cmApp_signupForm .cmApp_fieldWrap {
    display: inline-block;
    line-height: 1;
    margin: 0;    
    width: 57%;
    vertical-align: middle;
}

.interact .cmApp_signupContainer .cmApp_formSubHeader {
    color: #828280 !important;
display: inline-block;
    font-family: "Avenir LT W01 85 Heavy";
    font-size: 13px;
    line-height: 18px;
    margin: 10px 0;
    padding: 0 15px 0 15px;
    border-right: 1px solid #828280;
    vertical-align: middle;
    text-transform: uppercase;
}

.cmApp_signupContainer div.cmApp_errorMsg {
    color: #fb9e00 !important;
    font-family: "Avenir LT W01 85 Heavy";
    font-size: 11px;
    line-height: 2;
    text-transform: uppercase;
}
.interact .cmApp_signupContainer .cmApp_formInput {
    margin: 0;
    line-height: 1;
}

.interact .cmApp_signupContainer #cmApp_signupEmail {
    background: transparent;
    /*background: #fff;*/
    border: 0;
    color: #fffdde !important;
    font-family:"Avenir LT W01 85 Heavy";
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    padding: 10px 5px;
    text-align: left;
    /*font-size: 16px;*/
}
@media only screen and (max-width: 480px) {
  .interact .cmApp_signupContainer .cmApp_formSubHeader {
    border-right: none;
    display: block;
  }
  .interact #cmApp_signupForm .cmApp_fieldWrap {
    margin-left: 3%;
    width: 75%;
  }
  .interact .cmApp_signupContainer #cmApp_signupEmail {
    background: #312f2e;
  }
}
.cmApp_signupContainer ::-webkit-input-placeholder {
   color: transparent;
}
.cmApp_signupContainer :-moz-placeholder { /* Firefox 18- */
   color: transparent;  
}

.cmApp_signupContainer ::-moz-placeholder {  /* Firefox 19+ */
   color: transparent;  
}

.cmApp_signupContainer :-ms-input-placeholder {  
   color: transparent;  
}



/* Signup form in header *or* footer */
.signup-form-cont {
  text-align: center;
  clear: both;
  padding: 2em 0 0;
  white-space: nowrap;
}

.signup-form {
  display:inline-block;
  zoom:1;
  *display:inline;
  vertical-align: middle;
  padding: 0 0 36px;
  background-image: url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/signup-bracket-l.svg?17164604890432741283'), url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/signup-bracket-r.svg?17164604890432741283');
  background-position: left bottom, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, auto 100%;
  /* border-bottom: 3px solid #212121; */
  padding: 0 12px 36px;
}

.signup-form .contact-form{
  border: 0;
  /*border-top: 2px solid #645951;
  border-bottom: 2px solid #645951;*/
  background-color: transparent;
}

.contact-form{
  border-style: solid;
  border-width: 27px;
  -moz-border-image: url(contact-border.png) 27 repeat;
  -webkit-border-image: url(contact-border.png) 27 repeat;
  -o-border-image: url(contact-border.png) 27 repeat;
  border-image: url(contact-border.png) 27 fill repeat;
}

.signup-form .event-form{
  border: 0;
  border-top: 2px solid #645951;
  border-bottom: 2px solid #645951;
  background-color: transparent;
}

.signup-form label {
  color: #FFFBD5;
  font-family:"Avenir LT W01 85 Heavy";
  font-size: 12px;
  line-height: 12px;
  padding: 0 20px;
  border-right: 1px solid #645951;
  vertical-align: middle;
  text-transform: uppercase;
}

.signup-form input[type="email"] {
  background: transparent;
  border: none;
  color: #8A8A81;
  font-family:"JansonTextW04-55Roman";
  text-align: center;
  font-size: 14px;
  min-width: 240px;
}
.signup-form input[type="submit"] {
  background: transparent;
  color: #FFFBD5;
  font-size: 18px;
  padding: 18px 12px 14px;
}
.signup-form h3 {
  color: #FFFBD5;
  font-family:"JansonTextW01-56Italic";
  font-size: 18px;
  font-style: normal;
  line-height: 1;
  margin: 0 0 1em;
}

.signup-form h4 {
  margin: 0.6em 2em;
}

/* Social links */
.social-links li {
  list-style:none;
  display:inline;
  text-align: left;
}

.social-links a {
  display:inline-block;
  zoom:1;
  *display:inline;
  height: 0;
  text-indent: -999em;
  vertical-align: middle;
  
  width: 22px;
  padding-top: 22px;
  background: url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/social_spr_cream.png?17164604890432741283') 0 0 no-repeat;
  
}

.social-links a:hover {
  opacity: 0.8;
}

.social-links .facebook a {}

.social-links .twitter a { background-position: -22px 0; }
.social-links .rss a { background-position: -44px 0; }
.social-links .pinterest a { background-position: -66px 0; }
.social-links .google a { background-position: -88px 0; }
.social-links .instagram a { background-position: -110px 0; }
.social-links .vimeo a { background-position: -132px 0; }
.social-links .youtube a { background-position: -154px 0; }
.social-links .flickr a { background-position: -176px 0; }
.social-links .tumblr a { background-position: -198px 0; }


.social .socitem {
  vertical-align:top;
  display:inline-block;
  zoom:1;
  *display:inline;
}

.social .socitem.label {
  margin: -2px 10px 0 0;
}

.collection-slider-1 {
    background-image: url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/rule-points-down.png?17164604890432741283');
    background-position: 50% top;
    background-repeat: repeat-x;
    background-size: 14px;
    border-top: 3px solid #212121;
    padding-top: 40px;

}

.shop-home-collection-wrapper .collection-slider-1 {
    background: none;
    border-top: none;
}



 /*Shop Home Page */
.featured-product-wrapper {
  background: #000000;
  } 
.featured-product.layout-content-with-image-left .content, 
.featured-product.layout-content-with-image-right .content {
  margin-right: 4%;
  text-align: center;
  padding: 2em 5% 3em;
  width: 28%;
  background-image: url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/content-cont-bracket-top.png?17164604890432741283'),  url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/content-cont-bracket-bottom.png?17164604890432741283');
  background-position: 50% top, 50% bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 100% auto;
}
.featured-product.layout-content-with-image-left .content p, 
.featured-product.layout-content-with-image-right .content p {
  font-size: 16px;
}
.featured-product.layout-content-with-image-left .content .more-link, 
.featured-product.layout-content-with-image-right .content .more-link {
  display: block;
  font-family:"Janson Text W01SC 55 Rm SC";
  text-decoration: none; 
}
.featured-product.layout-content-with-image-left .image-cont, 
.featured-product.layout-content-with-image-right .image-cont {
  width: 56%;
}
.featured-product.layout-content-with-image-left .image-cont img, 
.featured-product.layout-content-with-image-right .image-cont img {
  max-width: auto;
  width: 100%;
  zoom: auto;
}
.shop-home-collection-wrapper {
    background-image: url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/rule-points-down.png?17164604890432741283');
    background-position: 50% top;
    background-repeat: repeat-x;
    background-size: 14px;
    border-top: 3px solid #212121;
}
.shop-home-collection-wrapper .collection-slider-row {
  border-bottom: 1px solid #4d4d4d;
  margin: 0 auto;
  max-width: 1080px;
}
.shop-home-collection-wrapper .collection-slider-row:last-child {
  border-bottom: none;
}

.shop-home-collection-wrapper .collection-slider .collection-listing,
.shop-home-collection-wrapper .collection-slider .collection-listing-stream {
  background: none;
  border: none;
  overflow: hidden;
  position: relative;
  height: 238px;
}
.shop-home-collection-wrapper .collection-slider .collection-listing .product-block,
.shop-home-collection-wrapper .collection-slider .collection-listing .product-block .block-inner {
  height: 238px;
  max-height: none;
}

.shop-home-collection-wrapper .collection-slider .collection-listing .product-block .title {
  font-family:"Avenir LT W01 95 Black";
  font-size: 18px;
  text-transform: uppercase;
}
.shop-home-collection-wrapper .collection-slider .collection-listing .product-block .price {
  color: #a7a79c;
  font-family:"Avenir LT W01 95 Black";
  font-family:"JansonTextW01-56Italic";
  font-size: 13px;
}

.shop-home-collection-wrapper .collection-slider .collection-listing .product-block .block-inner .image-cont {
  max-height: none;
}

.shop-home-collection-wrapper .collection-slider .collection-listing .product-block .block-inner .image-cont img {
  max-height: 180px;
}

.shop-home-collection-wrapper .collection-slider .product-block.expanded .image-cont:after {
  top: 180px;
}


/* Product listing */


.product-block {
  text-align: center;
}

.product-block .block-inner {
  height: 250px;
}

.product-block .image-cont {
  position: relative;
  max-height: 250px;
  opacity: 0;
  padding-bottom: 0px;
}

.no-js .product-block .image-cont {
  opacity: 1;
}

.product-block .image-cont img {
  max-height: 250px;
  width: auto;
}

.product-block .image-cont .image-link {
  display: block;
  position: relative;
}

.product-block .productlabel {
  position: absolute;
  
  bottom: 5%;
  
  left: 0;
  right: 0;
  text-align: center;
}

.productlabel > span {
  padding: 6px 20px;
  background: #f99d1c;
  color: #fffcdf;
  
  font-size: 80%;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.productlabel.soldout > span {
  background: #f99d1c;
}

.productlabel.general > span {
  background: #f99d1c;
}

.product-block .hover-info {
  position: absolute;
  color: inherit;
  
  /* For hiding pre-hover */
  opacity: 0;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
  
  
  top: 0;
  left: 0;
  width: 100%;
  bottom: -1px;
  
}

.ie7 .product-block .hover-info,
.ie8 .product-block .hover-info{
  display: none;
}

.product-block .hover-info .bg {
  background: #212121;
  opacity: 0.9;
  filter: alpha(opacity=90);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  -webkit-transition: opacity 150ms;
  -moz-transition: opacity 1500ms;
  transition: opacity 150ms;
}


.product-block:hover .block-inner .hover-info,
.product-block.expanded .block-inner .hover-info {
  opacity: 1;
  display: block;
}


.product-block .hover-info > .inner {
  width: 100%;
  
  display: table;
  height: 100%;
  
  position: relative;
  z-index: 10;
}


.ie7 .product-block .hover-info > .inner {
  position: absolute;
  display: block;
  height: auto;
  width: auto;
  top: 50%;
  left: 40px;
  right: 40px;
  margin-top: -30px;
}


.product-block .hover-info > .inner > .innerer {
  
  display: table-cell;
  vertical-align: middle;
  
  
  padding: 0 52px;
  
}

.ie7 .product-block .hover-info > .inner > .innerer {
  display: block;
}

.product-block .hover-info .reducedfrom {
  font-style: italic;
  opacity: 0.7;
  margin: 0 5px;
  
}

.product-block .hover-info .reducedfrom .amount {
  text-decoration: line-through;
}

.product-block .hover-info .price {
  margin: 0 5px;
}

.product-block .hover-info .price .from {
  font-size: 80%;
}

.product-block.expanded .image-cont:after {
  top: 250px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #252525;
  border-width: 15px;
  left: 50%;
  margin: -9px 0 0 -15px;
}


  .collection-slider .collection-description {
    color: #FFFBD5;
    font-family:"JansonTextW01-56Italic";
    font-size: 16px;
    line-height: 1;
  }


/* Collection blocks - in style of product block */

.product-block.collection-block .productlabel {
  
  margin-top: -30px;
  
}

.product-block.collection-block .productlabel > span {
  background: #fffcdf;
  color: #252525;
  -moz-transition: background-color 100ms;
  -webkit-transition: background-color 100ms;
  transition: background-color 100ms;
  
}

.product-block.collection-block:hover .productlabel > span {
  background: #c4bf99;
}

.product-block.collection-block .productlabel .count {
  text-transform: none;
  font-style: italic;
  display: block;
}

.product-block.collection-block .image-cont {
  padding-bottom: 0;
}

.collection-slider-row.is-showing-collections {
  
  background: #252525;
  
}

.collection-slider-row.is-showing-collections .collection-listing {
  height: 270px;
}

/* Search results */
.product-block.page-block {
}

.product-block.page-block .block-inner {
  border: 1px solid #000;
  
  width: 300px;
  
  overflow: hidden;
}

.product-block.page-block .block-inner .text-cont {
  padding: 20px;
  overflow: hidden;
  text-align: left;
}

/* Placeholder blocks for layout */
.product-block.placeholder {
  border: none !important;
  height: 0px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  
  display: none;
  
}

/* Product detail */

#content .main-product-detail-container {
  background: #312F2E;
  max-width: 100%;
}

.product-detail .gallery {
  position: relative;
}

.product-detail .gallery img {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: top;
}

.product-detail .gallery .main-image {
  margin: 0 0 20px 0;
  text-align: center;
}

.product-detail .gallery.has-thumbnails .main-image {
  margin-right: 60px;
}

.product-detail .gallery .thumbnails {
  position: absolute;
  top: 0;
  right: 0;
}

.product-detail .gallery .thumbnails > * {
  display: block;
  margin-bottom: 10px;
}

.product-detail .detail {
  text-align: left;
  position: relative;
}

.product-detail .detail .title {
  font-size: 20px;
  margin: 0 0 0.5em;
  text-transform: uppercase;
}

.product-detail .detail .price {
}

.product-detail .detail .price .was-price {
  font-size: 15px;
  margin-right: 15px;
  text-decoration: line-through;
}

.product-detail .detail .productlabel {
  position: static;
  float: right;
  margin: 0 0 10px 10px;
}

.product-detail .detail .description {
  /*border-bottom: 1px solid #312F2E;*/
  border-top: 1px solid #6D6D66;

  color: #a7a79c;
  margin: 0;
  padding: 0;
}
.product-detail .detail .description h5 {
  /*border-top: 1px solid #6D6D66;*/
  /*border-bottom: 1px solid #212121;*/
  border-bottom: 1px solid #6D6D66;
  color: #645951;
  cursor: pointer;
  font-family:"JansonTextW01-56Italic";
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 0;
  padding: 14px 0;
  text-transform: capitalize;
}
.jsforms .product-detail .detail .description h5.closed {
    background-image: url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/text-disclose-down.svg?17164604890432741283');
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-size: 22px;
}
.jsforms .product-detail .detail .description h5.open {
    background-image: url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/text-disclose-up.svg?17164604890432741283');
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-size: 22px;
}
.product-detail .detail .description .tags ul {
  margin: 0;
}
.product-detail .detail .description .tags li {
  display: inline-block;
  list-style-type: none;
  padding: 0;
}

.product-detail .detail .description .tags a{
  color: #645951;
  color: #f99d1c;
  display: block;
  font-family: "Janson Text W01SC 55 Rm SC";
  font-size: 14px;
  font-weight: normal;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: capitalize;
  zoom: 1;
}

.product-detail .detail .description span {
  /*border-top: 1px solid #6D6D66;*/
  /*border-bottom: 1px solid #212121;*/
  border-bottom: 1px solid #6D6D66;
  display: block;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 0;
  padding: 1em 2em 1em 0;
}
.product-detail .description {
  clear: both;
}
.product-detail #product-forms {
  /*border-bottom: 1px solid #6D6D66;*/
  margin-top: 10px;
  position: relative;
}
 
.template-collection .product-detail .detail .description span {
  border: 0;
}


.product-detail .product-form .input-row {
  margin: 20px 0;
  margin: 0;
  clear: both;
}
.product-detail .product-form .variant-row {
  /*border-top: 1px solid #6D6D66;*/
  /*border-bottom: 1px solid #212121;*/
  border-bottom: 1px solid #6D6D66;
  cursor: pointer;
  display: block;
  overflow: auto;
  padding: 10px 0 10px;
  width: 100%;
}
.jsforms .product-detail .product-form .variant-row {
  width: 65%;
}
.product-detail .product-form .description-row {
 border-bottom: 1px solid #6D6D66;
  cursor: pointer;
  display: block;
  overflow: auto;
  padding: 10px 0 10px;
  width: 65%;
  /*width: 100%;*/
}
.product-detail .product-form .col {
  border-top: none;
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
}
.product-detail .product-form .col1 {
  padding: 0;
  width: 15%;
}
.product-detail .product-form .col2 {
  padding: 10px 0 0 1%;
  padding: 0;
  width:34%;
}
.product-detail .product-form .col3 {
  padding: 0 10px 0 0;
  padding: 0;
  text-align: right;
  width: 22%;
}
.product-detail .product-form .col4 {
  padding: 0 10px 0 0;
  padding: 0;
  text-align: right;
  width: 29%;
}
.jsforms .product-detail .product-form .col2 {
  width: 55%;
}
.jsforms .product-detail .product-form .col3 {
  width: 25%;
}
.jsforms .product-detail .product-form .col4 {
    display: none;
    width: 0;
  }
.product-detail .product-form .variant-add {
  min-width: 0;
  text-transform: uppercase;
  white-space: normal;
  width: 50%;
}
  .jsforms .product-detail .product-form .variant-add {
    display: none;
  }
a#add-all.button {
  display: none;
  visibility: hidden;
  -moz-transition: background-color 300ms;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
  -moz-transition: color 300ms;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

.jsforms a#add-all.single,
.jsforms a#add-all.button {
  display: inline-block;
  font-family:"Avenir LT W01 95 Black";
  /*margin-top: 10px;*/
  min-width: 73px;
  position: absolute;
  text-transform: uppercase;
  visibility: visible;
  right: 0;
  top: 20px;
  white-space: normal;
  width: 73px;
}
.jsforms a#add-all.inverted {
  background: #a7a79c;
  color: #8A8A81;
}
.jsforms a#add-all.thanks {
  background: #b8c091;
  color: #FFFBD5;
}

.stickem-container {
  position: relative;
}

.jsforms a#add-all.stickit {
    margin-left: 660px;
    position: fixed;
    height: 36px;
    bottom: 0;
}
.product-detail .blend-number-lockup {
  height: 42px;
  width: auto;
}

.product-detail .product-form .variant-title {
  color: #a7a79c;
  display: block;
  font-family:"Janson Text W01SC 55 Rm SC";
  font-size: 16px;
  line-height: 1;
  margin: 0 0 8px;
}
.product-detail .product-form .variant-desc {
  color: #6D6D66;
  display: block;
  font-family:"JansonTextW01-56Italic";
  font-size: 14px;
  line-height: 1.25;
  text-transform: lowercase;
}
.product-detail .product-form .variant-price {
  color: #b8c091;
  display: block;
  font-family:"Janson Text W01SC 55 Rm SC";
  font-size: 22px;
  line-height: 1.25;
  padding: 3px 0 0;
}
.product-detail .product-form .input-row label {
  color: #6D6D66;
  display: inline-block;
  font-family:"Janson Text W01SC 55 Rm SC";
  font-weight: normal;
  letter-spacing: 1px;
  margin: 0.5em 0.5em auto 0;
}
.product-detail .product-form .variant-qty {
  background: #212121;
  border: 1px solid #6D6D66;
  color: #FFFBD5;
  font-family:"Avenir LT W01 85 Heavy";
  font-size: 16px;
  line-height: 16px;
  padding: 10px;
  text-align: center;
}
.product-detail .product-form .input-row label.singleopt {
  float: none;
  width: auto;
}

.product-detail .product-form .input-row label[for="quantity"] {
  margin-top: 8px;
}

.product-detail .product-form .input-row .selector-wrapper {
  clear: both;
}

.product-detail .product-form .input-row .inline-option .selector-wrapper {
  clear: none;
  display: inline;
}

.product-detail .product-form .input-row select {
  min-width: 70px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 4px;
  border: 1px solid #4d4d4d;
  -webkit-appearance: menulist-button;
}
.template-product #main-product-detail {
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.related-products-container {
    background-image: url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/rule-points-down.png?17164604890432741283');
    background-position: 50% top;
    background-repeat: repeat-x;
    background-size: 14px;
    border-top: 3px solid #212121;
    padding-top: 40px;
}

#related-products h4 {
  text-transform: uppercase;
}
#related-products .collection-listing {
  background: none;
  border: none;
  padding: 0;
}

/* Slide-out product detail, i.e. home, collection */

.collection-listing .product-detail {
  background: #252525;
  overflow: hidden;
  position: relative;
  line-height: 1.6em;
}

.collection-listing .product-detail .inner {
  padding: 50px 90px;
}

.collection-listing-stream .product-detail .gallery .thumbnails,
.collection-listing .product-detail .gallery .thumbnails {
  position: static;
}

.collection-listing-stream .product-detail .gallery .thumbnails > *,
.collection-listing .product-detail .gallery .thumbnails > * {
  display: inline;
  margin: 0;
}

.collection-listing-stream .product-detail .gallery .thumbnails .active,
.collection-listing .product-detail .gallery .thumbnails .active {
  text-decoration: underline;
}

.collection-listing .product-detail,
.collection-listing .product-detail .title,
.collection-listing .product-detail .title a,
.collection-listing .product-detail h1.majortitle,
.collection-listing .product-detail h2,
.collection-listing .product-detail h3,
.collection-listing .product-detail h4,
.collection-listing .product-detail h5,
.collection-listing .product-detail h6 {
  color: #fffcdf;
}

.collection-listing .product-detail a {
  color: #b7c092;
}

.collection-listing .product-detail a.button {
  background-color: #b7c092;
  color: #fff;
}

.collection-listing .product-detail a.button:hover {
  background-color: #b7c092;
}

.collection-listing .product-detail .gallery .main-image,
.collection-listing-stream .product-detail .gallery .main-image {
  margin-right: 0;
}

.collection-listing-stream .detail .title {
  font-family: 'Avenir LT W01 95 Black';
}

.product-detail .close-detail {
  position: absolute;
  right: 20px;
  top: 20px;
  background: transparent url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/close-bg-dark.png?17164604890432741283') center center no-repeat;
  text-indent: -999em;
  width: 40px;
  height: 40px;
  padding: 10px;
}

/* Collection slider specific */
.collection-slider-row {
  padding-top: 40px;
}

/*




*/
.collection-slider .collection-listing {
  overflow: hidden;
  position: relative;
  height: 298px;
}

.collection-slider .collection-listing .product-block {
  color: #FFFBD5;
  padding: 10px 10px;
}

.collection-slider .collection-listing .product-block,
.collection-slider .collection-listing .product-block .block-inner {
  height: 298px;
  max-height: none;
}

.collection-slider .collection-listing .product-block .title {
  font-family:"Avenir LT W01 95 Black";
  font-size: 22px;
  text-transform: uppercase;
}
.collection-slider .collection-listing .product-block .price {
  color: #a7a79c;
  font-family:"Avenir LT W01 95 Black";
  font-family:"JansonTextW01-56Italic";
  font-size: 17px;
}

.collection-slider .collection-listing .product-block .block-inner .image-cont {
  max-height: none;
}

.collection-slider .collection-listing .product-block .block-inner .image-cont img {
  max-height: 240px;
}

.collection-slider .collection-listing .product-block .product-detail {
  display: none;
}

.collection-slider-row .collection-listing .product-detail {
  position: relative;
  height: auto;
  margin-top: 0;
}

.collection-slider .product-block.expanded .image-cont:after {
  top: 240px;
}

/* Collection page specific */

#content .collection-header-container,
#content .product-header-container {
  background: #312F2E;
  border-bottom: 1px solid #6D6D66;
  max-width: 100%;
  margin-top: -3px;
}
#content .collection-header-container .page-header, 
#content .product-header-container .page-header {
  margin: 0 auto;
  max-width: 1080px;
}

#content .collection-listing .majortitle,
#content .collection-listing-stream .majortitle {
  /*display: none;*/
  font-family:"Avenir LT W01 95 Black";
  text-transform: uppercase;
}

/*.collection-listing,
.collection-listing-stream {
    background-image: url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/rule-points-down.png?17164604890432741283');
    background-position: 50% top;
    background-repeat: repeat-x;
    background-size: 14px;
    border-top: 3px solid #212121;
    border-bottom: 3px solid #212121;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-top: 40px;
    text-align: center;
    line-height: 0;
}*/

.collection-listing .collection-listing-title {
    background-image: url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/rule-points-down.png?17164604890432741283');
    background-position: 50% top;
    background-repeat: repeat-x;
    background-size: 14px;
    border-top: 3px solid #212121;
    border-bottom: 3px solid #212121;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 20px;
    text-align: center;
    line-height: 0;
}

.collection-listing {
  text-align: center;
}

.template-index .collection-listing {
  background-image: none;
    border-top: 0;
    border-bottom: 0;
}


  
  .collection-listing .product-caption {
      color: #645951;
      font-family:"Janson Text W01SC 55 Rm SC";
      font-size: 14px;
      line-height: 1.25;
      margin: 0.5em 0 2em;
      overflow: auto;
  }
  .collection-listing .product-caption .prod-type {
      display: block;
      font-family:"JansonTextW01-56Italic";
  }


.collection-listing .product-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 308px;
  
  padding: 10px 8px;
  vertical-align: top;
  line-height: 1.6em;
}

.collection-listing .product-block .image-cont img {
  max-height: 250px;
  vertical-align: top;
}

.collection-listing .product-detail {
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 0;
  margin-top: 20px;
}

/* Collection Detail */

.collection-detail .page-header {
  padding: 0;
}

.collection-detail .detail .description {
  color: #a7a79c;
  margin: 0 auto;
  padding: 0;
  max-width: 1080px;
}
.collection-detail .detail .description h5 {
  color: #f99d1c;
  cursor: pointer;
  font-family:"JansonTextW04-55Roman";
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
  letter-spacing: 2px;
  margin: 15px 0 15px;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
}

.collection-detail .detail .description a {
  text-decoration: none;
}

.collection-detail .detail .description a.plus {
  display: none;
}

.collection-detail .detail .description span {
  display: block;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 0;
  padding: 0 1em 0 1em;
}

.collection-detail .detail .description p {
  display: block;
  font-family: 'JansonTextW01-56Italic';
  font-size: 16px;
  letter-spacing: 1px;
  margin: 0;
  padding: 0 1em 0 1em;
  text-align: center;
}

/* Collection page stream-mode! */
.collection-listing-stream .block-inner {
  display: none;
}

.collection-listing-stream .product-detail {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #4d4d4d;
}

.collection-listing-stream .product-block:first-child .product-detail {
  border-top: none;
}

.collection-listing-stream .product-detail .close-detail {
  display: none;
}

/* View All under title on homepage */
.view-all {
  text-align: center;
  font-size: 80%;
  letter-spacing: 2px;
  line-height: 1em;
  text-transform: uppercase;
  margin: 15px 0 15px;
}

.view-all > * {
  vertical-align: middle;
}

.view-all .prev,
.view-all .next {
  margin: 0 16px;
  font-size: 140%;
}

/* Collection page items */
.view-as-label {
}

#view-as-tiles,
#view-as-stream {
  padding-left: 25px;
  position: relative;
  margin-left: 15px;
}

#view-as-tiles div,
#view-as-stream div {
  background: #645951;
  position: absolute;
  -moz-transition: background-color 100ms;
  -webkit-transition: background-color 100ms;
  transition: background-color 100ms;
}

#view-as-tiles.active,
#view-as-stream.active {
  color: #FFFBD5;
}

#view-as-tiles.active div,
#view-as-stream.active div {
  background: #FFFBD5;
  position: absolute;
}

#view-as-tiles:hover div,
#view-as-stream:hover div {
  background: #FFFBD5;
}

#view-as-tiles div {
  height: 6px;
  width: 6px;
}

#view-as-tiles .fluff1 { left: 0; top: 0; }
#view-as-tiles .fluff2 { left: 8px; top: 0; }
#view-as-tiles .fluff3 { left: 0; top: 8px; }
#view-as-tiles .fluff4 { left: 8px; top: 8px; }

#view-as-stream .fluff {
  left: 0;
  top: 0;
  height: 14px;
  width: 14px;
}

/* Experience pages */
#secondary-nav {
    background-image: url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/rule-points-up.png?17164604890432741283');
    background-position: 50% bottom;
    background-repeat: repeat-x;
    background-size: 14px;
    border-bottom: 3px solid #212121;
}
#secondary-nav .experience-nav {
  margin: 0 auto;
  max-width: 1080px;
  padding: 1em 0 0.75em;
}
#secondary-nav .experience-nav ul {
  /*max-width: 75%;*/
  /*max-width: 800px;*/
}
#secondary-nav li {
  position: relative;
  text-align: center;
  margin: 13px 0 16px;
  /*margin: 0;*/
  /*padding: 17px 0 10px;*/
  padding: 0;
  /*max-width: 25%;*/
}

#secondary-nav .experience-nav li {
  border-left: 1px dashed #4d4d4d;
  display: inline-block;
  /*display: table-cell;*/
  vertical-align: middle;
}
#secondary-nav .experience-nav li:first-child {
  border-left: none;
}

#secondary-nav .experience-nav a {
  display: block;
  font-family:"NYIrvin";
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.3;
  line-height:1em;
  padding: 13px 40px 16px;
  text-align: center;
  /*white-space: normal;*/
  -moz-transition: color 100ms;
  -webkit-transition: color 100ms;
  transition: color 100ms;
}

#secondary-nav .experience-nav a,
#secondary-nav .experience-nav a {
  color: #4d4d4d;
}

#secondary-nav .experience-nav a:hover,
#secondary-nav .experience-nav a:hover,
#secondary-nav .experience-nav .active a {
  color: #FFFBD5;
}
.experience-content-wrapper {
/*    background-image: url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/rule-points-down.svg?17164604890432741283');
    background-position: 50% top;
    background-repeat: repeat-x;
    background-size: 14px;*/
    border-top: 3px solid #212121;
    /*padding-top: 40px;*/
    padding-top: 20px;
}
/*  .experience-content-wrapper .experience-section {
    background-image: url('//cdn.shopify.com/s/files/1/0613/6461/t/4/assets/rule-diag-lines.svg?13933626165006266293'), url('//cdn.shopify.com/s/files/1/0613/6461/t/4/assets/rule-diag-lines.svg?13933626165006266293');
    background-position: 50% bottom;
    background-repeat: repeat-x, repeat-x;
    background-size: 5px, 5px;
  }
*/  .experience-content-wrapper .experience-section .exp-rule {
    background-image: url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/rule-diag-lines.svg?17164604890432741283'), url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/rule-diag-lines.svg?17164604890432741283');
    background-position: 50% bottom;
    background-repeat: repeat-x, repeat-x;
    background-size: 5px, 5px;
    height: 12px;
    display: block;
    margin: 2em 0 0;
  }
  .experience-section h1.majortitle {
    /*border-top: 1px solid #6D6D66;
    border-bottom: 1px solid #000000;*/
    line-height: 1;
    margin: 0;
    /*padding: 0.75em 0 0.5em;*/
    padding: 0;
    text-align: center;
  }
  .jsforms .experience-section h1 .handle {
    /*background-image: url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/cream-disclose-down.svg?17164604890432741283');
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-size: 32px 32px;*/
    display: inline-block;
    cursor: pointer;
    margin: 0 auto;
    max-width: 80%;
    padding: 0.75em 0 0.5em;
    width: 100%;
  }
  .jsforms .experience-section h1 .handle.open {
    /*background-image: url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/cream-disclose-up.svg?17164604890432741283');
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-size: 32px 32px;*/
  }
  .experience-section .user-content {
    padding-bottom: 0;
    padding-top: 10px;
  }
  .experience-section .intro-copy {
    border-bottom: 1px solid #6D6D66;
    padding: 1em 15% 1em;
    margin: 0 0 3em;
    text-align: center;
  }
  .experience-section .brewing-copy h4 {
    color: #828280;
    font-family:"Avenir LT W01 85 Heavy";
    font-size: 16px; 
    font-weight: normal;
    margin: 1.75em 0 0.25em;
  }
  .experience-section .brewing-copy p {
    color: #828280;
    font-size: 16px;
  }

  .experience-section .intro-copy p {
    font-size: 16px;
    line-height: 1.5;
  }
  .experience-section .intro-copy p em {
    font-family:"JansonTextW01-56Italic";
    letter-spacing: 1px;
  }
  .experience-section .intro-copy p .small-caps {
    font-family:"Janson Text W01SC 55 Rm SC";
  }
  .experience-section .intro-copy a {
    text-decoration: none;
  }
  .jsforms .experience-section.numerology h1 .handle,
  .jsforms .experience-section.tea-terms h1 .handle {
    padding: 0.75em 0 0.25em;
  }
  .experience-section.tea-terms .user-content .terms {
    display: inline-block;
    margin-right: 3%;
    vertical-align: top;
    width: 29%;
  }
  .experience-section.numerology .user-content p,
  .experience-section.tea-terms .user-content p {
    color: #828280;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.5;
  }
  .experience-section .user-content p .smallcaps {
    font-family:"Janson Text W01SC 55 Rm SC";
  }

  .experience-section.tea-terms .user-content p strong {
    color: #FFFBD5;
    font-family:"Janson Text W01SC 55 Rm SC";
    font-weight: normal;
  }
  .experience-section .user-content h2 {
    font-size: 20px;
    margin: 1.5em 0;
    text-transform: uppercase;
  }
  #ingredients-list,
  #ingredient-details {
    display: inline-block;
    vertical-align: top;
  }
  #ingredients-list {
      margin-right: 1%;
      width: 21%;
      float: left;
      padding: 1em 0 1em 20px;
      margin-bottom: 1em;
      background-color: #312f2e;
      border: 1px solid #000;
  }
    #ingredient-details {
    padding-top: 1em;
    width: 67%;
  }
  .experience-section #main-content {
    float: right;
    width: 66%;
  }
  #guts #ingredient-details {
    width: 100%;
  }
  #ingredients-list h3 {
    color: #FFFBD5;
    font-family:"Avenir LT W01 85 Heavy";
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0 0 1em;
  }

  #ingredients-list hr {
      border: none;
      width: auto;
      color: transparent;
      border-top: 1px solid #212121;
      border-bottom: 1px solid #4d4d4d;
      height: 2px;
      margin: 10px 1em 14px 0;
  }
  #ingredients-list select {
    display: none;
    background: #fff;
    color: #645951;
    font-family: 'Avenir LT W01 95 Black';
    font-size: 15px;
    letter-spacing: 1px;
    padding: 5px 0;
    text-transform: uppercase;

  }
  #ingredients-list select option {
    font-size: 13px;
  }
  #ingredients-list ul {
    margin: 0;
    padding: 0;
  }
  #ingredients-list p {
      color: #828280;
      font-family: "Janson Text W01SC 55 Rm SC";
      font-size: 16px;
      letter-spacing: 1px;
      margin: 0 1em 0 0;
      text-align: center;
  }
  #ingredients-list a {
      font-family: "JansonTextW01-56Italic";
      font-size: 15px;
      display: block;
      letter-spacing: 1px;
      line-height: 1.1;
      list-style-type: none;
      margin: 0 1em 0.75em 0;
      color: #828280;
  }

 /* #ingredients-list a,
  #ingredients-list a:visited {
    color: #645951;
    text-decoration: none;
    white-space: normal; */
  }
  #ingredients-list a.active,
  #ingredients-list a:hover {
    
    color: #fff5ce;
  }

  .border-bottom{
    border-bottom: 1px solid;
  }

/* Meet the teamakers specific */
  .staff-bios td{
    border: none;
  }

  .staff-bios .layout-content-with-image-left,
  .staff-bios .layout-content-with-image-right{
    background-image: none;
  }

  .flip-clock-wrapper ul li{list-style: none!important;}
  .brewing-instructions .page{
    width: 500px;
    float: left;
  }

  .brewing-instructions strong{
      font-family: avenir;
      font-size: 20px;
    }
  .timer-container{
    text-align: center;
    background-color: #312F2E;
    /*width: 400px;*/
    width: 44%;
    padding: 20px;
    right: 0px;
    top: 0px;
    float: right;
  }

  .timer-container .timer-btns ul{
    margin-left: 30px;
  }
  .timer-container .timer-btns li{
    /*color: #828280;*/
    font-family:"Janson Text W01SC 55 Rm SC";
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0 15px;
    margin: 0;
    text-align: center;
    width: 32%;
  -moz-transition: color 100ms;
  -webkit-transition: color 100ms;
  transition: color 100ms;
  }
   .timer-container .timer-btns li:hover,
   .timer-container .timer-btns li:focus {
     color: #fff5ce;
   }



  .timer-container .timer-set{
      cursor: pointer;
      list-style: none;
  }
  .timer-container h4 {
    font-family:"Avenir LT W01 85 Heavy";
    font-size: 22px;
    margin: 0 0 10px 0 !important;
    color: #fff5ce;
    letter-spacing: 1px;
}
  .experience-section .user-content .timer-container h5{
      font-family:"Avenir LT W01 85 Heavy";
      color: #fff5ce;
      font-size: 14px;
      letter-spacing: 1px;
      margin: 2em 0 0.25em;
      text-align: left;
      text-transform: uppercase;
  }
  .timer-container p{
    text-align: left;
  }
  .user-content .timer-container li,
  .user-content .timer-container p{
    color: #828280;
    letter-spacing: 1px;
    font-size: 16px;
  }
  .user-content .timer-container li {
    color: #f99d1c;
  }

  .timer-container li{
    float: left;
    margin-left: 3px;
  }
  .timer-btns{
    border-bottom: #4d4d4d 1px solid;
    border-top: #4d4d4d 1px solid;
    height: 50px;
  }
  .timer-container .flip-clock-wrapper{
      margin: 2em 3em 0px 3em!important;
  }
  .flip-clock-label{
    display: none;
  }
  .experience-content-wrapper a{
    text-decoration: none!important;
  }
  .experience-content-wrapper iframe{
    display: block;
  }
  .locations td{
    border:none;
  }
  .locations hr{
    border: none;
    width: 100%;
    color: transparent;
    border-bottom: 1px solid #8A8A81;
    height: 9px;
    /*margin: 1em 0;*/
  }
  .meet-makers td{
    border: none;
  }
  .meet-makers .border-bottom-stripe{
    background-image: url('//cdn.shopify.com/s/files/1/0613/6461/t/4/assets/rule-diag-lines.svg?15973158622056350957'), url('//cdn.shopify.com/s/files/1/0613/6461/t/4/assets/rule-diag-lines.svg?15973158622056350957');
    background-position: 50% bottom;
    background-repeat: repeat-x, repeat-x;
    background-size: 5px, 5px;
  }

  .footer-border-top{
    background-image: url('//cdn.shopify.com/s/files/1/0613/6461/t/4/assets/rule-points-up.png?9267089448980307549');
    background-position: 50% bottom;
    background-repeat: repeat-x;
    background-size: 14px;
    border-top: 3px solid #212121;
    min-height: 13px;
  }
  .tea-img{
    max-width: 250px;
    min-width: 100px;
  }  


@media (max-width: 767px) {
  #ingredients-list { 
    padding: 1em 0 0 20px;
  }
  #ingredients-list nav { display: none; }
  #ingredients-list select { display: block; margin: 0 auto; }
}

  #ingredient-details .sample,
  #ingredient-details .origin {
    display: inline-block;
    vertical-align: top;
  }

  #ingredient-details .sample {
      border: 2px solid #4d4d4d;
      margin-right: 4%;
      overflow: visible;
      padding: 5px;
      width: 55%;
  }


  #ingredient-details .sample img {
    display: block;
    max-width: auto;
    width: 100%;
  }
  #ingredient-details h2 {
    margin-bottom: 0;
  }

#ingredient-details .origin {
    background: url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/origin-frame-top-212121.png?17164604890432741283') no-repeat 50% top, url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/origin-frame-bottom.png?17164604890432741283') no-repeat 50% bottom, url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/origin-frame-edge.png?17164604890432741283') repeat-y left 50px, url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/origin-frame-edge.png?17164604890432741283') repeat-y right 50px;
    background-size: 100% auto, 100% auto, 8px auto, 8px auto;
    overflow: visible;
    margin: 0;
    padding: 15% 1em 1em;
    text-align: center;
    vertical-align: bottom;
    width: 29%;
}
  #ingredient-details .origin h4 {
    color: #FFFBD5;
    font-family:"Avenir LT W01 85 Heavy";
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
  }
  #ingredient-details .origin p {
    background-image: url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/origin-map-rule.svg?17164604890432741283');
    background-position: 50% bottom;
    background-repeat: no-repeat;
    background-size: auto 6px;
    color: #645951;
    font-family:"JansonTextW01-56Italic";
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0.5em 0 1em;
    padding-bottom: 1.5em;
  }
  #ingredient-details .origin .shows-lightbox {
    display: block;
    width: 100%;
  }
  #ingredient-details .origin img {
    display: block;
    height: auto;
    /*width: 80%;*/
    /*width: auto;*/
    width: 100%;
  }

 
.info-tabs ul.tabs {
  background-color: #312f2e;
  border: 1px solid #000;
  display: block;
  margin:  0.5em 0 2em;
  padding: 0;
  text-align: center;
  width: 94%;
}
.info-tabs ul.tabs li {
  display: inline-block;
  margin-bottom: 0;
  padding: 0;
  /*width: 19%;*/
  width: auto;
 text-align: center;
}
.info-tabs ul.tabs li a {
  display: block;
  font-family: "Janson Text W01SC 55 Rm SC";
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 3;
  margin: 0;
  padding: 0 1em;
  text-decoration: none;
  width: auto;
  color: #828280;
}
.info-tabs ul.tabs li a.active {
  /*background: none repeat scroll 0 0 #FFFFFF;*/
  color: #fff5ce;
  margin: 0;
  /*padding-top: 4px;*/
  /*padding: 0 1em;*/
  position: relative;
  /*top: -4px;*/
}
.info-tabs ul.tabs li:first-child a.active {
  margin-left: 0;
}
.info-tabs ul.tabs li:first-child a {
  /*border-top-left-radius: 2px;*/
  border-width: 1px 1px 0;
}
.info-tabs ul.tabs li:last-child a {
  /*border-top-right-radius: 2px;*/
}
.info-tabs ul.tabs:before, ul.tabs:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}
.info-tabs ul.tabs:after {
  clear: both;
}

#guts .info-tabs h3 {
    font-family:"Avenir LT W01 85 Heavy";
    color: #828280;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
@media only screen and (max-width: 959px) {
  #origin.experience-section #main-content {
    width: 73%;
  }
  .info-tabs ul.tabs {
    width: auto;
  }
  .info-tabs ul.tabs li a {
    font-size: 14px;
    line-height: 3;
    padding: 0 0.5em;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  #ingredients-list {
    float: none;
    padding: 1em;
    width: auto;
  }
  #origin.experience-section #main-content {
    /*width: 73%;*/
    width: auto;
  }
}
@media only screen and (max-width: 600px) {
   #ingredient-details .sample {
      width: 56%;
  }
}
@media only screen and (max-width: 480px) {
   #ingredient-details .origin,
   #ingredient-details .sample {
      display: block;
      margin: 0 auto 1em;
      width: auto;
   }
   #ingredient-details .origin {
   padding-top: 30%;
   }
   

}


  .ingredient-copy {
    padding: 30px 0;
  }
  .ingredient-copy h1,
  .ingredient-copy h2 {
    display: inline-block;
  }
  .ingredient-copy h1 {
    display: inline-block;
    font-family:"NYIrvin";
    font-size: 23px;
    letter-spacing: 0;
    line-height: 24px;
    padding-right: 0.35em;
    vertical-align: baseline;
  }
  .ingredient-copy h2 {
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    vertical-align: baseline;
  }
  .user-content .ingredient-copy p {
    color: #a7a79c;
    font-size: 16px;
    line-height: 1.5;
  }
  .user-content .ingredient-copy a {
    text-decoration: none;
  }
  .numerology .user-content h5 {
    color: #a7a79c;
    font-family:"Janson Text W01SC 55 Rm SC";
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 2;
    margin: 1em 0;
  }
  .numerology .user-content .footnote {
    color: #828280;
    font-size: 16px;
    line-height: 1.5;
    margin: 1em 0 3em 0;
  }


 /*Batch Notes*/
  .lookup-block {
    display: inline-block;
    margin-right: 10%;
    vertical-align: top;
    width: 39%;
  }

  .user-content .lookup-block h1 {
    font-family: 'NYIrvin';
    font-size: 27px;
    font-weight: normal;
    margin: 0;
  }
  .user-content .lookup-block p {
    color: #a7a79c;
    font-size: 16px;
  }

.batch-form-cont {
  /*text-align: center;*/
  clear: both;
  padding: 0em 0 0;
  white-space: nowrap;
}

.batch-form {
  display:inline-block;
  zoom:1;
  *display:inline;
  vertical-align: middle;
  padding: 0 0 36px;
  background-image: url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/signup-bracket-l.svg?17164604890432741283'), url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/signup-bracket-r.svg?17164604890432741283');
  background-position: left bottom, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, auto 100%;
  /* border-bottom: 3px solid #212121; */
  padding: 36px 12px 36px;
  width: 90%;
}

.batch-form .batch-lookup-form{
  border: 0;
  border-top: 2px solid #645951;
  border-bottom: 2px solid #645951;
  background-color: transparent;
}

.batch-form label {
  color: #FFFBD5;
  font-family:"Avenir LT W01 85 Heavy";
  font-size: 12px;
  line-height: 12px;
  padding: 0 20px;
  border-right: 1px solid #645951;
  vertical-align: middle;
  text-transform: uppercase;
}

.batch-form input[type="text"] {
  background: transparent;
  border: none;
  color: #8A8A81;
  font-family:"JansonTextW04-55Roman";
  text-align: center;
  font-size: 14px;
  width: 48%;
}
.batch-form input[type="submit"] {
  background: transparent;
  color: #FFFBD5;
  font-size: 18px;
  padding: 18px 12px 14px;
}
.batch-form h3 {
  color: #FFFBD5;
  font-family:"JansonTextW01-56Italic";
  font-size: 18px;
  font-style: normal;
  line-height: 1;
  margin: 0 0 1em;
}

.batch-form h4 {
  margin: 0.6em 2em;
}
.user-content #origin-info h2 {
  display: inline-block;
  font-size: 20px;
  margin: 0 0 1.5em;
  text-transform: uppercase;
}
.batch-product-image {
  float: right;
  margin: -1em -1em 0 0;
  max-width: 45%;
}

.lookup-block table {
  margin-bottom: 0.75em;
}

.lookup-block td {
  border: none;
  color: #a7a79c;
  display: block;
  font-size: 16px;
  padding: 0;
}
.lookup-block .label {
  color: #645951;
  font-family:"Janson Text W01SC 55 Rm SC";
  letter-spacing: 1px;
  text-transform: lowercase;
}
#origin-ingredients tr {
  display: block;
  padding: 0 0 0.5em;
}
#origin-ingredients .ingred-name {
  color: #f89d1e;
}

/* Blog / articles */
.article-list .article {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #4d4d4d;
}

.article-list .article:first-child {
  border-top: none;
  padding-top: 20px;
}

.article .container,
#comments.container {
  max-width: 800px;
}

.article .continue-reading {
  letter-spacing: normal;
  margin-bottom: 1em;
}

.article .meta {
  font-style: italic;
  letter-spacing: normal;
}

.article .meta .time {
  display: block;
  opacity: 0.9;
}

.article .meta .tags .label {
  color: #fffcdf;
}

.article .meta .tags a {
  opacity: 0.9;
  color: inherit;
}

.article .meta .tags a:hover {
  color:#f7a52a;
}

.user-content {
  letter-spacing: normal;
  padding: 1em 0;
}

.user-content h1,
.user-content h2,
.user-content h3,
.user-content h4,
.user-content h5,
.user-content h6 {
  /* letter-spacing: 1px; */
  margin: 1em 0 5px;
  margin: 1em 0 0;
}
.user-content h1 {
  margin: 0.75em 0 0;
}

.user-content h3 {
  color: #645951;
  font-family:"JansonTextW01-56Italic";
  font-size: 21px;
  margin: 0.2em 0 5px;
  font-weight: normal;
}

.user-content p {
  color: #8A8A81;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 1em 0;
}
.user-content p em {
  /*font-family:"Janson Text W01SC 55 Rm SC";*/
  font-family:"JansonTextW01-56Italic";
  font-style: normal;
}

.user-content a {
  text-decoration: underline;
}

.user-content iframe {
  max-width: 100%;
}

/* Meta info */
.meta .iconmeta {
  background: url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/meta_icons_white.png?17164604890432741283') no-repeat 0 0;
  padding-left: 25px;
  margin-right: 10px;
  line-height: 1.4em;
  height: 20px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.meta .iconmeta a {
  white-space: nowrap;
}

.meta .iconmeta.time {
  background-position: 0 -162px;
}

.meta .iconmeta.tags {
  background-position: 0 -80px;
}

/* Cart */

.template-cart #content {
  padding-top: 30px;
}

#cartform .divider {
  padding-bottom: 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid #4d4d4d;
}

#cartform .item-list {
  margin: 10px 0 40px;
}

#cartform .item {
  clear:both;
  list-style:none;
  position:relative;
  border-top: 1px solid #4d4d4d;
  padding: 10px 0;
}

#cartform .item:first-child {
  border-top: none;
}

#cartform .item a.remove {
  position: absolute;
  top: 37px;
  right: 5%;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#cartform .item .image {
  width: 75px;
  height: 75px;
  line-height: 75px;
  margin: 0 4% 0 5%;
  float: left;
}

#cartform .item .image img {
  max-height: 100%;
  vertical-align: middle;
}

#cartform .item .desc {
  overflow: hidden;
  margin: 27px 50% 0 0;
}

#cartform .item .desc .name {
  /*color: #a7a79c;*/
  display: block;
  font-family:"Janson Text W01SC 55 Rm SC";
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1;
}

#cartform .item .quantity {
  position: absolute;
  top: 27px;
  right: 30%;
  width: 130px;
}

#cartform .item .quantity label {
  color: #6D6D66;
  /*display: inline-block;*/
  font-family:"Janson Text W01SC 55 Rm SC";
  font-weight: normal;
  letter-spacing: 1px;
  margin: 0.5em 0.5em auto 0;
}

#cartform .item .quantity input {
  width: 34px;
  /*padding-left: 2px;*/
  /*padding-right: 2px;*/
  /*text-align: center;*/

  background: #212121;
  border: 1px solid #6D6D66;
  color: #FFFBD5;
  font-family:"Avenir LT W01 85 Heavy";
  font-size: 16px;
  line-height: 16px;
  padding: 10px;
  text-align: center;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#cartform .item .line-total {
  /*color: #b8c091;*/
  font-family:"Janson Text W01SC 55 Rm SC";
  font-size: 22px;
  line-height: 1.25;
  margin-top: 5px;
  position: absolute;
  top: 27px;
  right: 10%;
  width: 90px;
  text-align: right;
}


#cartform .checkout-note {
}
#cartform .checkout-note label {
  font-family: "Janson Text W01SC 55 Rm SC";
}


#cartform .checkout-note textarea {
    background: #212121;
  border: 1px solid #6D6D66;
  width: 370px;
  max-width: 90%;
  margin-top: 10px;
}

#cartform .totals-area {
  text-align: center;
}

#cartform .totals-area .checkout-col {
  color: #8A8A81;
  font-family: "JansonTextW01-56Italic";
  float: right;
  max-width: 360px;
}

#cartform .totals-area .subtotal {
  margin: 0 0 40px;
  font-family: "Janson Text W01SC 55 Rm SC";
  font-weight: normal;
  letter-spacing: 1px;
}

#cartform .totals-area .checkout-buttons {
  font-family:"Janson Text W01SC 55 Rm SC";
  margin: 0 0 40px;
  letter-spacing: 1px;
}
#cartform .totals-area .checkout-buttons #update-cart {
  font-family:"Avenir LT W01 95 Black";
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #b8c091;
}
#cartform .termsagreement {
  margin-bottom: 5px;
}

#cartform .termsagreement label {
  vertical-align:middle;
}

#additional-checkout-buttons {
  padding-top: 20px;
}
#additional-checkout-buttons input {
  background: none;
  border: none;
  height: auto;
}

#cartform #shipping-calculator {
}

#cartform #shipping-calculator {
  font-size: 20px;
  text-transform: uppercase;
}

#cartform #shipping-calculator .inputrow {
  float: left;
  clear: none;
  width: 20%;
  padding: 0 30px 20px 0;
}

#cartform #shipping-calculator .inputrow label {
  display: block;
  float: none;
  margin: 0 0 10px 0;
  font-family: "Janson Text W01SC 55 Rm SC";
  text-transform: lowercase;

}

#cartform #shipping-calculator .inputrow.ziprow {
  width: auto;
  overflow: hidden;
  padding-right: 0;
}

#cartform #shipping-calculator .inputrow.ziprow input {
  width: auto;
  font-family:"Avenir LT W01 95 Black";
  letter-spacing: 1px;
  text-transform: uppercase;
}

#cartform #shipping-calculator .inputrow.ziprow #address_zip {
  width: 120px;
  margin-right: 20px;
  background: #212121;
  border: 1px solid #6D6D66;
  color: #FFFBD5;
  font-family:"Avenir LT W01 85 Heavy";
  font-size: 16px;
  line-height: 16px;
  padding: 10px;
  text-align: center;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#cartform #shipping-calculator #wrapper-response {
  padding: 20px 0;
  clear: both;
}

/** Forms **/

#template { /* All default Shopify form templates start with #template */
  text-align: center;
}

#template .template_header {
  margin: 40px 0;
}

#template button,
#template input {
  width: 362px;
  text-align: center;
}

#template textarea {
  width: 362px;
}

#template label {
  
  font-size: 85%;
}

#template .action_bottom {
  margin-top: 27px;
}

#template .note {
  display: block;
}

#template .errors {
  margin: 10px 25px;
  font-style: italic;
}

#template .errors li {
  list-style: none;
}

.jsforms #template .large_form {
  position: relative;
  margin-top: -1px;
}

.jsforms #template .large_form label {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  padding: 0 20px;
}

#template.lefty-form {
  text-align: left;
}

#template.lefty-form input[type="text"],
#template.lefty-form input[type="email"],
#template.lefty-form textarea {
  text-align: left;
}

#template.righty-form {
  text-align: center;
}

#template.righty-form input[type="text"],
#template.righty-form input[type="email"],
#template.righty-form input[type="phone"],
#template.righty-form input[type="attending"],
#template.righty-form input[type="company"],
#template.righty-form input[type="location"],
#template.righty-form input[type="website"],
#template.righty-form textarea{
  text-align: center;
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
}

#template.righty-form input[type="submit"] {
  width: 15%;
  background-color:#5F554D;
  color: #ffffff;
}

.contact-form .large_form{
    width: 106%;
    left: -15px;
}


#template.righty-form input[type="text"],
#template.righty-form input[type="email"],
#template.righty-form input[type="phone"],
#template.righty-form input[type="attending"],
#template.righty-form input[type="company"],
#template.righty-form input[type="location"],
#template.righty-form input[type="website"],
#template.righty-form textarea{
  border-top: 3.5px solid #5F554D;
  /*border-bottom: 3.5px solid #5F554D;*/
  border-right: none;
  border-left: none;
  background-color: #212121;
  padding:12px 0px;
  width: 100%;
}
#template.righty-form textarea{
  border-bottom: 3.5px solid #5F554D;
}


#template.righty-form input[type="checkbox"] {
  text-align: left;
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
}

#address_tables {
  margin-top: 40px;
}

#admin_header {
  margin: 20px 0 40px;
}

#admin_header .title {
  text-align: center;
}

#admin_header .action_return {
  margin-bottom: 20px;
}

#customer_sidebar {
  float: left;
  width: 33%;
}

#customer_detail .address p,
.address_table .view_address p,
#order_address .address p {
  margin-bottom: 0;
}

#customer_orders {
  float: right;
  width: 60%;
}

#order_address {
  margin-top: 10px;
}

#order_address #order_payment {
  float: left;
  width: 48%;
  margin-bottom: 20px;
}

#order_address #order_shipping {
  float: right;
  width: 48%;
  margin-bottom: 20px;
}

#order_details {
  clear: both;
  width: 100%;
}

#comments .comment {
  padding-top: 20px;
  border-top: 1px solid #4d4d4d;
}

#comments .comment.first {
  border-top: 0;
}

#comments .comment .gravatar {
  float: left;
}

#comments .comment .detail {
  margin-left: 100px;
}

.payment-methods li {
  margin-left:5px;
  padding-top:32px;
  height:0;
  width:53px;
  overflow:hidden;
  background:url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/payment_spr_white.png?17164604890432741283');
  display: inline-block;
  zoom:1;
  *display:inline;
}

.payment-methods li.pay-paypal {
  background-position: -5px 0;
}
.payment-methods li.pay-visa {
  background-position: -78px 0;
  width: 44px;
}
.payment-methods li.pay-mastercard {
  background-position: -137px 0;
  width:40px;
}
.payment-methods li.pay-amex {
  background-position: -192px 0;
  width: 36px;
}
.payment-methods li.pay-discover {
  background-position: -239px 0;
  width:54px;
}
.payment-methods li.pay-cirrus {
  background-position: -305px 0;
  width: 42px;
}
.payment-methods li.pay-maestro {
  background-position: -363px 0;
  width: 42px;
}
.payment-methods li.pay-google-wallet {
  background-position: -419px 0;
  width: 101px;
}
.payment-methods li.pay-dankort {
  background-position: -525px 0;
  width: 50px;
}
.payment-methods li.pay-jcb {
  background-position: -595px 0;
  width: 38px;
}
.payment-methods li.pay-diners {
  background-position: -650px 0;
  width: 36px;
}

ul.taglist {
  margin:0;
}

ul.taglist li {
  display:inline;
  white-space: nowrap;
}

table.noborders,
table.noborders tr,
table.noborders th,
table.noborders td {
  border:0;
}

.simple-popup {
  position: absolute;
  width: 140px;
  padding: 10px 15px;
  border: 1px solid #4d4d4d;
  color: #67665d;
  background: #141414;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  -webkit-box-shadow: 0 0 2px 0 #888;
  -moz-box-shadow: 0 0 2px 0 #888;
  box-shadow: 0 0 2px 0 #888;
  text-align:center;
}

.fb_iframe_widget iframe {
  max-width:none;
}

/* Overlays over slider and ad on homepage */
.slide .overlay-text {
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 100%;
  text-align: center;
}

.slide .overlay-text.overlay-left {
  text-align: left;
}

.slide .overlay-text.overlay-right {
  text-align: right;
}

.slide .overlay-text .inner {
  display: table;
  width: 100%;
  height: 100%;
}

.slide .overlay-text .text {
  font-size: 50px;
  line-height: 1px; /* set small so table doesn't get too large */
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

.ie7 .slide .overlay-text .text {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
}

.slideshow {
  
  background: #252525;
  
}

.slideshow .overlay-text .button {
  background: ;
  border-color: ;
  color: #ffffff;
}

.slideshow .slide .overlay-text .text span {
  line-height: 1.2em;
  color: #fffcdf;
  
  padding: 5px 10px;
  display: inline-block;
  zoom:1;
  *display:inline;
}

/* Full width ad only */
.full-width-image {
  overflow: hidden;
  position: relative;
  
  background: #252525;
  
  line-height: 0;
}

.full-width-image .img-cont {
  display: block;
  position: relative;
}

.full-width-image img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.full-width-image .overlay-text,
.full-width-image h1 span {
  color: #fffcdf;
}

.slide.full-width-image .overlay-text .text {
  font-size: 50px;
}

.slide.full-width-image .overlay-text .text span {
  line-height: 1.2em;
  
  padding: 5px 10px;
  vertical-align: middle;
  display: inline-block;
  zoom:1;
  *display:inline;
}

.align-center,
.align-centre {
  text-align: center;
}

.align-right {
  text-align: right;
}

a .state {
  display: inline-block;
  zoom:1;
  *display:inline;
  width: 1em;
  text-align: center;
}

/* Content and content layouts */

.spaced-row {
  margin-bottom: 40px;
}

.padded-row {
  padding-top: 40px;
  padding-bottom: 40px;
}

.strongly-padded-row {
  padding-top: 80px;
  padding-bottom: 80px;
}

.content img,
.content iframe,
.content embed,
.content object {
  max-width: 100%;
  height: auto;
}

.layout-column-half-left {
  float: left;
  width: 47%;
}

.layout-column-half-right {
  float: right;
  width: 47%;
}

.layout-column-more-left {
  float: left;
  width: 60%;
}

.layout-column-less-right {
  float: right;
  width: 34%;
  margin-top: 60px;
}

.static-column {
  position: absolute;
  width: 34%;
}

.fixed-column {
  position: fixed;
  width: 34%;
  top: 100px;
}

.layout-content-with-image-left .image-cont,
.layout-content-with-image-right .image-cont {
  display: inline-block;
  zoom:1;
  *display:inline;
  
  width: 34%;
  text-align: center;
  vertical-align: middle;
}

.layout-content-with-image-left .content,
.layout-content-with-image-right .content {
  display: inline-block;
  zoom:1;
  *display:inline;
  
  width: 60%;
  margin-right: 5%;
  /*vertical-align: top;*/
  vertical-align: middle;
  /*background-image: url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/rule-diag-lines.svg?17164604890432741283'),  url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/rule-diag-lines.svg?17164604890432741283');
  background-position: 50% top, 50% bottom;
  background-repeat: repeat-x, repeat-x;
  background-size: 5px, 5px;*/
}

/*.layout-content-with-image-left ,
.layout-content-with-image-right {
  background-image: url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/rule-diag-lines.svg?17164604890432741283'),  url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/rule-diag-lines.svg?17164604890432741283');
  background-position: 50% bottom;
  background-repeat: repeat-x, repeat-x;
  background-size: 5px, 5px;
}
*/
.layout-content-with-image-left .content,
.featured-product.layout-content-with-image-left .content {
  margin-left: 5%;
  margin-right: 0;
}
.layout-content-with-image-right.remembering-home .content {
  background-image: none;
  margin-right: 5%;
  width: 47%
}
.layout-content-with-image-right.remembering-home .content p {
	color: #8A8A81;
  font-size: 17px;
}
.layout-content-with-image-right.remembering-home .content p a {
  border-bottom: 1px dotted #8A8A81;
  color: #bdbdaf;
  text-decoration: none;
}
.layout-content-with-image-right.remembering-home .image-cont {
  padding-top: 40px;
  vertical-align: top;
  width:47%
}
.layout-content-with-image-right.remembering-home .image-cont .photo-credit {
  color: #645951;
  font-family:'JansonTextW01-56Italic';
  font-size: 14px;
  text-align:right;
}

.layout-content-with-image-right.remembering-home .inner-wrap {
    background-image: url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/rule-diag-lines.svg?17164604890432741283'),  url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/rule-diag-lines.svg?17164604890432741283');
  background-position: 50% top, 50% bottom;
  background-repeat: repeat-x, repeat-x;
  background-size: 5px, 5px;
 }

.layout {
  position: relative;
}

.layout .col-third {
  float: left;
  width: 30%;
  margin-left: 5%;
}

.layout .col-third.left {
  margin-left: 0;
}

.layout .col-third.right {
  float: right;
  margin-left: 0;
}

.image-cont img {
  max-width: 100%;
  height: auto;
}

/* Just-added-to-cart summary */
#cart-summary-overlay {
  position: fixed;
  z-index: 6000;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background: #fffcdf;
  border-bottom: 1px solid #4d4d4d;
  
  font-size: 80%;
}

#cart-summary-overlay .item .just-added {
  color: #212121;
  font-size: 24px;
  text-transform: uppercase;
}

#cart-summary-overlay .item {
  float: left;
  width: 50%;
  padding-left: 20px;
}

#cart-summary-overlay .item .cols {
  margin-top: 10px;
}

#cart-summary-overlay .item .img {
  float: left;
  width: 95px;
}

#cart-summary-overlay .item .info {
  float: left;
  max-width: 100%;
  width: 580px;
  margin-left: 10px;
}
#cart-summary-overlay .item .info ul {
  display: block;
  margin-left: 0;
  margin-bottom: 0;
}
#cart-summary-overlay .item .info ul li {
  display: block;
  list-style-type: none;
}
#cart-summary-overlay .item .add-qty {
  color: #b8c091;
  display: inline-block;
  font-family: "Janson Text W01SC 55 Rm SC";
  font-size: 22px;
  font-weight: normal;
  /*line-height: 1.25;*/
}
#cart-summary-overlay .item .add-title {
  color: #212121;
  display: inline-block;
  font-family: "Janson Text W01SC 55 Rm SC";
  font-size: 16px;
  /*line-height: 1;*/
}
#cart-summary-overlay .item .add-each {
  color: #8A8A81;
  display: inline-block;
  font-family: "Janson Text W01SC 55 Rm SC";
  font-family:"JansonTextW01-56Italic";
  font-size: 14px;
}

#cart-summary-overlay img {
  max-height: 70px;
  max-width: 100%;
}

#cart-summary-overlay .cart {
  float: right;
  width: 40%;
  text-align: right;
  padding-right: 20px;
}
#cart-summary-overlay .cart .subtotal {
  color: #212121;
  font-size: 18px;
  /*display: inline-block;*/
  font-family: "Janson Text W01SC 55 Rm SC";
  font-weight: normal;
  letter-spacing: 1px;
  margin: 0.5em 0.5em 0.5em 0;
}
#cart-summary-overlay .cart .cart-text {
  color: #8A8A81;
  font-family:"JansonTextW01-56Italic";
  margin: 5px 0 10px;
  text-transform: none;
}

#cart-summary-overlay #shop-more,
#cart-summary-overlay .button {
  font-size: 13px;
  margin: 10px 0 10px 10px;
  text-transform: uppercase;
}
#cart-summary-overlay #shop-more {
  background: #b8c091;
}
#cart-summary-overlay #shop-more:hover {
  background: #b8c091;
  color: #FFFBD5;
}
#cart-summary-overlay .cart-button {
  background: #a7a79c;
  color: #6D6D66;
}
#cart-summary-overlay .cart-button:hover {
  background: #b8c091;
  color: #FFFBD5;
}
.scaled-text {
  transition: font-size 300ms;
}

/*
* jQuery FlexSlider v1.8
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.flex-direction-nav {height:0;}
.flex-direction-nav li {list-style:none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider { width: 100%; margin: 0; padding: 0; overflow: hidden; }
.flexslider .slides > li {display: none; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block; margin: 0 auto; width: 100%; }/* stretch image */
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; zoom: 1;}
.flexslider .slides {overflow:hidden; zoom: 1; margin: 0;}
.flexslider .slides > li {position: relative; overflow:hidden;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; margin: 0; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

/* Control Nav */
.flex-control-nav {
  text-align:center;
  margin-top:10px;
  display:none;
}
.flex-control-nav li {
  display:inline;
}
.flex-control-nav li a {
  text-indent:-9999em;
  width:4px;
  height:4px;
  background:#777;
  border:2px solid #777;
  margin:3px;
  display:inline-block;
  zoom:1;
  *display:inline;
  cursor:pointer;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; 
  
  -moz-transition: background-color 250ms linear;
  -webkit-transition: background-color 250ms linear;
  -o-transition: background-color 250ms linear;
  transition: background-color 250ms linear;
}
.flex-control-nav li a.active {
  background:#fff;
}

.flexslider .flex-control-nav {
  display: none;
}

.flex-direction-nav a {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
}

.flexslider .flex-direction-nav a {
  background: transparent url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/flexslider-leftright-cream.png?17164604890432741283') left top no-repeat;
  width: 59px;
  height: 74px;
  top: 50%;
  margin-top: -37px;
  z-index: 3000;
  opacity: 0.9;
  filter: alpha(opacity=90);
  border: 0!important;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.flexslider .flex-direction-nav a.flex-prev {
  left: 10px;
}

.flexslider .flex-direction-nav a.flex-next {
  right: 10px;
  background-position: 100% top;
}

.flexslider:hover .flex-direction-nav a.flex-prev:hover,
.flexslider:hover .flex-direction-nav a.flex-next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.flexslider .slides > li { list-style: none; }



/* Responsive styles */

/* 
 * This media query is specifically for shunting logo onto its own line
 * before search/social icons overlap.
*/
@media only screen and (max-width: 959px) {
  /* Sit search/socials on different level to logo */
  #pageheader .logo {
    clear: both; /* avoid social icons interfering */
  }
  
  #pageheader .util-area {
    margin-left: 30px;
    margin-right: 30px;
    height: auto;
  }
  
  #pageheader .search-box,
  #pageheader .utils {
    position: static;
    float: right;
    margin: 10px 0;
    height: auto;
  }
  
  #pageheader .search-box {
    position: relative;
    top: 0;
    left: 0;
    float: left;
  }
}

/* Roughly tablet size */
@media only screen and (max-width: 959px) {
  .layout .col-third {
    float: none;
    width: auto;
    margin-left: 0;
  }
  
  .layout .col-third,
  .layout .col-third.left,
  .layout .col-third.right {
    float: none;
  width: auto;
    margin-bottom: 20px;
    margin-left: 0;
  }
  
  #customer_sidebar,
  #customer_orders,
  #order_address #order_payment,
  #order_address #order_shipping {
    float: none;
    display: block;
    width: auto;
    margin: 20px 0;
  }
  
  .nav-row a {
    padding-left: 14px;
    padding-right: 14px;
  }
  
  #cartform .item .desc {
    margin-right: 43%;
  }
  
  #cartform .item .quantity {
    right: 23%;
  }
  
  #cartform #shipping-calculator .inputrow {
    width: auto;
    max-width: 100%;
    padding-right: 0;
  }
  
  #cartform #shipping-calculator .inputrow input {
    margin-bottom: 20px;
  }
  
  #template button,
  #template input,
  #template textarea {
    width: 332px;
    max-width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  #pageheader .logo-pos-above .signup-form label {
    display: none;
  }
}

/* Phone sizes typically start here */
@media only screen and (max-width: 767px) {
  /* General layout */
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .strongly-padded-row {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  .layout-column-half-left,
  .layout-column-half-right,
  .layout-column-more-left,
  .layout-column-less-right {
    float: none;
    width: auto;
  }
  
  .layout-column-half-left,
  .layout-column-more-left {
    margin-bottom: 40px;
  }
  
  .layout-column-half-right,
  .layout-column-less-right {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  
  .fixed-column,
  .static-column {
    position: relative;  
    float: none;
    width: auto;
    top: 0;
  }
  
  .layout-content-with-image-left .content,
  .layout-content-with-image-left .image-cont,
  .layout-content-with-image-right .content,
  .layout-content-with-image-right .image-cont,
  .featured-product.layout-content-with-image-left .content,
  .featured-product.layout-content-with-image-left .image-cont,
  .featured-product.layout-content-with-image-right .content,
  .featured-product.layout-content-with-image-right .image-cont,
  .layout-content-with-image-right.remembering-home .content,
  .layout-content-with-image-right.remembering-home .image-cont {
    display: block;
    width: auto;
    margin: 20px 0;
  }
  .layout-content-with-image-right.remembering-home .image-cont {
  padding: 0 0 40px;
  }
  .layout .col-third,
  .layout .col-third.left,
  .layout .col-third.right {
    float: none;
    width: auto;
    margin-left: 0;
  }
  
  #template.lefty-form {
    text-align: center;
  }
   
  .nav-row a {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  #store-messages.messages-2 .message,
  #store-messages.messages-3 .message {
    float: none;
    width: auto;
  }
  
  #store-messages .message-2,
  #store-messages .message-3 {
    border: none;
  }
  
  .page-header .filters {
    float: none;
  }
  
  .page-header .social-area {
    margin-top: 20px;
    float: none;

  }
  
  /* full-width images should keep a fixed height and crop to the side */
  
  #content .slide .overlay-text .button {
    display: none;
  }
  
  .flexslider .flex-direction-nav a {
    display: none;
  }
  

  .collection-listing .product-block {
    height: auto;
    width: 47%;
    padding-left: 1%;
    padding-right: 1%;
    min-width: 0;
  }
  
  .collection-slider .collection-listing .product-block {
    max-width: 98%;
  }
  
  .collection-listing .product-block .image-cont,
  .collection-slider .collection-listing .product-block .image-cont {
    height: auto;
    max-height: none;
  }
  
  .collection-listing .product-block img,
  .collection-slider .collection-listing .product-block img {
    max-height: none;
    max-width: 100%;
    height: auto;
  }
  
  .product-block.page-block .block-inner {
    width: auto;
  }

  .collection-listing .product-detail .inner {
    padding: 100px 40px 50px 40px;
    margin-left: 10px;
    margin-right: 10px;
  }
  
  #cartform .item .image {
    margin-left: 0;
  }
  
  #cartform .item .desc {
    margin-right: 0;
  }
  
  #cartform .item .quantotal {
    position: relative;
    clear: both;
    padding-top: 20px;
  }
  
  #cartform .item .quantity {
    position: static;
    float: left;
  }
  
  #cartform .item .line-total {
    position: static;
    float: right;
  }
  
  #cartform .item a.remove {
    right: 10px;
  }
  
  #cartform .totals-area .checkout-col {
    float: none;
    max-width: none;
  }
}

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

  #secondary-nav .experience-nav li {
    border-left: none;
    display: block;
    /*display: table-cell;*/
    margin: 0;
    vertical-align: middle;
  }

  #secondary-nav .experience-nav a {
    display: block;
    font-family:"NYIrvin";
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.3;
    line-height:1em;
    padding: 13px 40px 16px;
    text-align: center;
    /*white-space: normal;*/
    white-space: nowrap;
    -moz-transition: color 100ms;
    -webkit-transition: color 100ms;
    transition: color 100ms;
  }


}

@media only screen and (max-width: 767px) {
  #ingredients-list, 
  #ingredient-details {
    margin: 0 auto 1em;
    display: block;
  }
/*  #ingredient-details .sample {
    margin: 0 auto;
    width: 40%;
  }
  #ingredient-details .origin {
    display: inline-block;
    margin: 0 auto 0 1em;
    width: 28%;
  }*/
  #ingredient-details .ingredient-copy {
    padding: 0 0 30px;
  }
  .experience-section #main-content {
    display: block;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
  }


}

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

  .experience-section.tea-terms .user-content .terms {
    display: block;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
  }
  #pageheader .util-area {
    text-align: center;
  }
  
  #pageheader .search-box {
    float: none;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
  }

  #pageheader .utils-outer {
    overflow: hidden;
  }

  #pageheader .utils-inner {
    float: left;
    position: relative;
    left: 50%;
  }

  #pageheader .utils {
    float: left;
    position: relative;
    left: -50%;
  }
  
  #pageheader .util-area .signup-reveal-area {
    display: block;
    margin-bottom: 15px;
  }
  
  #pageheader .util-area .signup-form-cont .signup-form:before {
    left: 50%;
  }
  
  #pageheader .util-area .signup-form-cont .signup-form:after {
    left: 50%;
  }
  
  #pageheader .utils .social-links,
  #pageheader .utils .cart-summary {
    display: block;
    margin: 0 0 10px;
    text-align: center;
    text-transform: uppercase;
  }
  
  #pageheader .utils .cart-summary,
  #pageheader .utils .account-links-cont {
    margin-bottom: 20px;
    float: left;
    margin-left: auto;
    margin-right: auto;
  }
 
  #pageheader .utils .cart-summary .switcher .switcher-drop,
  #pageheader .util-area .signup-form-cont {
    position: relative;
    -webkit-animation: none;
    animation: none;
  }
  
  #pageheader .utils .cart-summary .switcher .switcher-drop .inner {
    white-space: normal;
  }
  
  #pageheader .utils .cart-summary .switcher .switcher-drop .inner:before {
    top: 0;
    left: 50%;
  }
  
  #pageheader .utils .cart-summary .switcher .switcher-drop .inner:after {
    top: 1px;
    left: 50%;
  }
  
  #pagefooter .image-links .image-link {
    float: none;
    width: auto;
  }
  
  #pagefooter .image-links .image-link.block-1,
  #pagefooter .image-links .image-link.block-2,
  #pagefooter .image-links .image-link.block-3 {
    margin: 0 1.4%;
  }
  
  #pageheader .search-box {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  #pageheader .search-box .search-form {
    border-color: #dedede;
    background-color: #fff;
    display: block;
  }
  
  #pageheader .search-box .search-form input[type="text"] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  
  #pageheader .search-box .search-form input[type="submit"] {
    opacity: 1;
  }
  
  #pageheader .search-box i {
    background-image: url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/social_spr_cream.png?17164604890432741283');
  }
  
  /* HTML5 input placeholders */
  #pageheader .search-box input[type="text"]::-webkit-input-placeholder {
    color: #666;
  }
  
  #pageheader .search-box input[type="text"]::-moz-placeholder {
    color: #666;
  }
  
  #pageheader .search-box input[type="text"]:-ms-input-placeholder {
    color: #666;
  }

  #pageheader .search-box .results-box {
    position: static;
    width: auto;
  }
  
  .nav-row {
    line-height: 1em;
  }
  
  .view-as {
    display: block;
    margin: 10px 0 0;
  }
  
  #comments .comment .gravatar {
    width: 40px;
  }
  
  #comments .comment .detail {
    margin-left: 55px;
  }
  
  #cart-summary-overlay .item * {
    display: inline;
  }
  
  #cart-summary-overlay .item,
  #cart-summary-overlay .item .info,
  #cart-summary-overlay .cart {
    width: auto;
    float: none;
    padding: 0 20px;
  }
  
  #cart-summary-overlay .item .img,
  #cart-summary-overlay .item .detail,
  #cart-summary-overlay .cart .cart-text {
    display: none;
  }
  
  #cart-summary-overlay .item .info > * {
    display: inline;
    margin-right: 10px;
  }
  
  #cart-summary-overlay #shop-more,
  #cart-summary-overlay .button {
    width: 49%;
    margin: 0;
    -moz-box-sizing: content-box;
    box-sizing: border-box;
  }
  
  #cart-summary-overlay #shop-more {
    float: left;
  }
  
  #pagefooter .copyright .copy {
    white-space: normal;
  }
}

@media only screen and (max-width: 480px) {
  /* Show all product rows at half height */
  .product-block .block-inner {
    height: 177px;
  }
  

  .product-block .block-inner .image-cont img {
    max-height: 125px;
  }

  #pagefooter .social-links ul {
    text-align: center;
    margin-top: 0;
  }

}

@media only screen and (max-width: 360px) {
  .signup-form label {
    display: none;
  }
}


/* High DPI devices get some graphical upgrades */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (-o-min-device-pixel-ratio: 3/2),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  
  
  .social-links a {
    background-image:url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/social_spr_cream_2x.png?17164604890432741283');
    -moz-background-size:243px 22px;
    -ie-background-size:243px 22px;
    -o-background-size:243px 22px;
    -webkit-background-size:243px 22px;
    background-size:243px 22px;
  }
  
  
  #pageheader .search-box .search-form i {
    background-image:url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/social_spr_cream_2x.png?17164604890432741283');
    -moz-background-size:243px 22px;
    -ie-background-size:243px 22px;
    -o-background-size:243px 22px;
    -webkit-background-size:243px 22px;
    background-size:243px 22px;
  }
  
  .payment-methods li {
    background:url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/payment_spr_white_2x.png?17164604890432741283');
    -moz-background-size:691px 32px;
    -ie-background-size:691px 32px;
    -o-background-size:691px 32px;
    -webkit-background-size:691px 32px;
    background-size:691px 32px;
  }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
  html {
    -webkit-text-size-adjust: none; /* Prevent iOS font scaling */
  }
}

/* Animations */
@-webkit-keyframes reveal {
  0% {
    margin-left:-999px;
    opacity:0;
  }
  
  1% {
    margin-left:0;
    opacity:0;
    -webkit-transform:scale(0.98) translateY(-15px);
  }
  
  80% { -webkit-transform:scale(1); }
  
  100% { -webkit-transform:translateY(0); }
}

@keyframes reveal {
  0% {
    margin-left:-999px;
    opacity:0;
  }
  
  1% {
    margin-left:0;
    opacity:0;
    transform:scale(0.98) translateY(-15px); }
  80% { transform:scale(1); }
  100% { transform:translateY(0); }
}

/*************    ---                   ---                   ---   *************/
/*************    |     ENTER YOUR CUSTOM CODE BELOW HERE       |   *************/
/*************    ---                   ---                   ---   *************/

/*Code for making the Batch Lookup iframe responsive*/
.lookup-container {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 50%;
}
 
@media only screen and (max-device-width : 875px) {
  .lookup-container {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  padding-bottom: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .lookup-container {
    padding-bottom: 100%;
  }
}
 
.lookup-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*Making social buttons in header disappear on mobile and tablet*/
@media only screen and (max-width: 959px) {
  #pageheader .header-social {
    display: none;
  }
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 95.9%;
}

.subscription-listing {
  text-align: center;
}

.subscription-listing .product-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 448px;
  padding: 10px 10px;
  vertical-align: top;
  line-height: 1.6em;
}

.subscription-listing .product-block .image-cont img {
  max-height: 300px;
  vertical-align: top;
}

.jsforms a#add-sub.single,
.jsforms a#add-sub.button {
  font-family:"Avenir LT W01 95 Black";
  /*margin-top: 10px;*/
  min-width: 73px;
  text-transform: uppercase;
  visibility: visible;
  white-space: normal;
}

.core-subscription-listing {
  text-align: center;
}

.core-subscription-listing .product-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 514px;
  padding: 10px 10px;
  vertical-align: top;
  line-height: 1.6em;
}

.core-subscription-listing .product-block .image-cont img {
  max-height: 250px;
  vertical-align: top;
}


/*LATEST ADDS 9/2016*/

#pageheader .search-box input[type="text"],
.signup-form input[type="email"],
input[type="submit"],
button,
label,
#cart-summary-overlay,
#pageheader .utils,
#pageheader .batch-link,

.page-header .filters,
.tags,
#pagefooter
{ font-family: 'Avenir LT W01 95 Black'; }

#pageheader .search-box .search-form input[type="text"] {
  border: none;
  background: transparent;
  padding: 11px 10px 11px 26px;
  width: 60px;
  font-size: 13px;
  color: #645951;
  text-transform: uppercase;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
#pageheader .search-box.focus .search-form input[type="text"] {
  width: 210px;
}
#pageheader .search-box .batch-link {
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  opacity: 1;
  padding: 11px 0 11px 0;
  text-transform: uppercase;
  vertical-align: top;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
#pageheader .search-box.focus .batch-link {
  opacity: 0;
}
#pageheader .search-box .batch-link .sep {
  font-size: 12px;
  line-height: 13px;
  display: inline-block;
  vertical-align: top;
}
#pageheader .search-box .batch-link a {
  padding: 0 0 0 1.25em;
}
#pageheader .search-box .batch-link a:hover {
  color: #FFFBD5;
}
#pageheader .utils {
  right: 30px;
  height: 44px;
  line-height: 20px;
  margin-top: -27px;
  text-transform: uppercase;
  font-size: 13px;
}
#pageheader .utils .social-links {
  margin-right: 0;
  margin-top: 7px;
}
.nav-row ul ul {
    display: block;
}
.menu-toggle {
  display: none;
}
.noscroll { overflow: hidden; }
[aria-hidden="true"] { display: none; }
[aria-hidden="false"] { display: block; }

/*HEADER MEDIA QUERIES*/
@media only screen and (max-width: 959px) {
  #pageheader .logo {
    clear: none;
  }
  #pageheader .search-box {
    left: 30px;
    position: absolute;
/*     top: 45px; */
    top: 0;
  }
  #pageheader .logo img {
    height: 80px;
  }
  #pageheader .utils {
    position: absolute;
    top: 42px;
  }
  #pageheader .header-social {
        display: block;
  }
}
@media only screen and (max-width: 767px) {
  #pageheader .search-box {
        display: none;
  }
  #pageheader .utils .account-links-cont {
  	display: none;
  }
}
@media only screen and (max-width: 600px) {
  #pageheader .logo img {
    height: 60px;
  }
  #pageheader .header-social {
        display: none;
  }
  #pageheader .utils-outer {
    overflow: visible;
  }
  #pageheader .utils-inner {
    float: none;
    position: relative;
    left: auto;
    top: 20px;
    right: 0;
    height: 100%;
    width: auto;

  }
  #pageheader .util-area {
        /*display: block;*/
        text-align: right;
        height: 100%;
        width: 120px;
        margin: 0 20px 0 0;
        position: absolute;
        top: 0;
        right: 0;
  }
  #pageheader .utils {
    top: 0;
    left: auto;
    right: 0;
    margin-top: 0;
  }
  #pageheader .utils .cart-summary {
    float: right;
    font-size: 12px;

    margin: 0;
  }

  .menu-toggle {
    color: #645951;
    cursor: pointer;
    display: block;
    font-family:"Avenir LT W01 95 Black";
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1;
    position: absolute;
    top: 18px;
    top: 10px;
    left: 0;
    padding: 7px 20px;
    text-transform: uppercase;
    z-index: 7500;
  }
  .menu-toggle:hover, 
  .menu-toggle:active,
  .menu-toggle:focus {
    color: #fffdde;
  }
  .navicon {
      display: inline-block;
      height: 32px;
      position: relative; 
      margin-top: -4px;
      vertical-align: middle;
      width: 22px;
  }  
  .navicon .line {
    background-color: #fffdde;
    height: 3px;
    left: 0;
    position: absolute;
    width: 18px;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms;
  }
  .navicon .line.one {
     top: 25%;
  }
  .navicon .line.two {
    margin-top: -1px;
    top: 50%;
  }
  .navicon .line.three {
    margin-top: -2px;
    top: 75%;
  }


  .nav-row .dropdown .columns {
    float: none;
    margin: 0 0 0 10%;
    width: 80%;
    margin: 0;
    padding: 0;
    width: auto;
  }
  #main-nav.nav-row .dropdown .columns li:last-child {
    border-bottom: 1px solid #4d4d4d;
    -webkit-box-shadow: inset 0 -1px 0 0 #000;
    -moz-box-shadow: inset 0 -1px 0 0 #000;
    box-shadow: inset 0 -1px 0 0 #000;
  }
  #main-nav.nav-row .dropdown .columns .sub li:last-child {
    border-bottom: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .top-bar { 
    background: #312f2e;
    padding: 50px 40px;
    position: fixed; 
    overflow-y: scroll;
    text-align: left;
    top: 0; right: 0; bottom: 0; left: 0; 
    z-index: 7000;
    display: none;
  }
  #top-bar.open {
    display: block;
  }
  #top-bar.open .top-bar-section {
    margin-bottom: 80px;
  }

  .menu-toggle.open {
    color: transparent;
  }

  .menu-toggle.open .navicon .line.one {
    top: 50%;
     transform: rotate(45deg);
  }
  .menu-toggle.open .navicon .line.two {
    opacity: 0;
  }
  .menu-toggle.open .navicon .line.three {
      margin-top: 0;
    top: 50%;
    transform: rotate(-45deg);
  }

  #main-nav.nav-row a {
    display: block;
    font-size: 2em;
    line-height: 1.75;
    padding: 0 0 0 10px;
  }
  .nav-row ul {
    display: block;
  }
  #main-nav.nav-row li {
    display: block;
    width: auto;
  }

  #main-nav.nav-row .dropdown-wrapper {
    background: none;
    box-shadow: none;
    display: block;
    left: auto;
    /*margin: 0;*/
    min-width: auto;
    padding: 0;
    position: relative;
    transform: none;
    width: auto !important;
    z-index: inherit;
  }
  #main-nav.nav-row .dropdown li {
    width: auto;
  }
  #main-nav.nav-row .dropdown a {
    font-size: 1.25em;
    line-height: 1.5;
    padding-left: 20px;
    width: auto;
  }
  #main-nav.nav-row .dropdown .sub a {
    font-size: 1.25em;
    padding-left: 30px;
  }
}

/*new contact styles, etc.*/
.contact-info h5 {
  color: #5f554d;
  font-family: 'Janson Text W01SC 55 Rm SC';
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 25px;
  font-weight: normal;
}
.contact-info p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 25px;
}
.contact-info p a {
  text-decoration: none;
}
.contact-form-container .errors {
  color: #f99d1c;
}
.contact-form-intro {
  font-family: 'JansonTextW01-56Italic';
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 25px;
  padding-top: 15px;
}
.jsforms #template .large_form label {
  color: #828280;
  font-family:"Avenir LT W01 85 Heavy";
  position: absolute;
  left: 0;
  letter-spacing: 2px;
  right: 0;
  top: 10px;
  padding: 0 20px;
  text-transform: uppercase;
}
#template.righty-form input[type="submit"] {
  background-color:#5f554d;
  color: #212121;
  font-family:"Avenir LT W01 85 Heavy";
  font-size: 13px;
  letter-spacing: 2px;
  padding: 12px 7px 10px;
  text-transform: uppercase;
  width: 15%;
}
#template.righty-form .contact-form-container input[type="text"],
#template.righty-form .contact-form-container input[type="email"],
#template.righty-form .contact-form-container input[type="phone"],
#template.righty-form .contact-form-container input[type="company"],
#template.righty-form .contact-form-container input[type="location"],
#template.righty-form .contact-form-container input[type="website"],
#template.righty-form .contact-form-container textarea{
  border-top: 2px solid #5f554d;
  border-right: none;
  border-left: none;
  background-color: #212121;
  padding:12px 0px;
  width: 100%;
}
#template.righty-form .contact-form-container textarea{
  border-bottom: 2px solid #5f554d;
}
.contact-form-container {
    zoom: 1;
    vertical-align: middle;
    background-image: url('contact-bracket-l.svg'), url('contact-bracket-r.svg');
    background-position: left top, right top;
    background-repeat: no-repeat, no-repeat;
    background-size: auto 88%, auto 88%;
    padding: 25px 14px 0;
}
.jsforms #template .contact-form .large_form {
  left: 0;
  width: 100%;
}
#template .contact-form-container .action_bottom {
  margin: 20px auto 35px;
}
.contact-form-container .contact-form{
  border-style: solid;
  border-width: 0;
  -moz-border-image: none;
  -webkit-border-image: none;
  -o-border-image: none;
  border-image: none;
}
.row.tasting-rooms {
    border-top: 1px solid #4d4d4d;
    clear: both;
    display: block;
    font-size: 16px;
    line-height: 25px;
    padding: 2em 0 4em;
}
.row.tasting-rooms:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.tasting-rooms .location {
    padding: 10px 0 0;
}
.tasting-rooms .location-photo,
.tasting-rooms .location-details {
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    vertical-align: top;
    width: 46.5%;
}
.tasting-rooms .location-photo {
    margin-right: 16px;
}
.tasting-rooms .location-photo img {
    width: 100%;
}
.tasting-rooms .location-details h3 {
    color: #828280;
    font-family:"Avenir LT W01 85 Heavy";
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.tasting-rooms .location-details h4 {
    color: #828280;
    font-family:"JansonTextW01-56Italic";
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    margin-bottom: 1em;
    
}
.tasting-rooms .location-details h5 {
    color: #5f554d;
    font-family:"Janson Text W01SC 55 Rm SC";
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
}
.tasting-rooms .location-details p {
    color: #828280;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 1em;
}
@media only screen and (max-width: 480px) {
  .tasting-rooms .location-photo{
    width: 40%;
  }
  .tasting-rooms .location-details {
    width: 53%;
  }
}
@media only screen and (max-width: 360px) {
  .tasting-rooms .location-photo{
    margin-right: 0;
    width: 100%;
  }
  .tasting-rooms .location-details {
    /*width: 53%;*/
    width: auto;
  }
}
.timer-container .flip-clock-wrapper {
    font-family: "Numbers Depot A", "Numbers Depot B";
    font-style: normal;
    font-weight: 400;
    margin: 2em 0 0px 0 !important;
}
.timer-container .flip-clock-wrapper ul li {
    line-height: 97px;
}
.timer-container .flip-clock-wrapper ul li a div div.inn {
    font-size: 81px;
    color: #fff5ce;
}
.timer-container .flip-clock-wrapper ul {
    height:97px;
    margin: 0 0.5% 0 0;
    width: 23.5%;
}
.timer-container .footnote {
    color: #828280;
    font-family:"JansonTextW01-56Italic";
    font-size: 18px;
}
.timer-container .footnote.smaller {
    font-size: 13px;
}
.timer-container .labels {
    width: 100%;
    margin: 0 auto;
}
.timer-container .label {
    width: 49%;
    text-align: right;
    display: inline-block;
      font-family:"Avenir LT W01 85 Heavy";
      color: #fff5ce;
      font-size: 13px;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-right: 1%;
}
.timer-container .funfacts {
    font-family:"JansonTextW01-56Italic";
    margin: 0;
    padding: 0;
    position: relative;
}
.timer-container .funfacts li {
    color: #828280;
    letter-spacing: 1px;
    list-style-type: none;
    font-size: 16px;
    padding-bottom: 1em;
}
@media only screen and (max-width: 767px) {
    .timer-container {
        float: none;
        margin: 0 auto;
        max-width: 450px;
        right: auto;
        top: auto;
        width: auto;
    }
}
@media only screen and (max-width: 480px) {
    .timer-container .timer-btns li {
        font-size: 13px;
        width: 33%;
        vertical-align: top;
    }
    .timer-container .flip-clock-wrapper ul li {
        line-height: 72px;
    }

    .timer-container .flip-clock-wrapper ul li a div div.inn {
        font-size: 61px;
    }
    .timer-container .flip-clock-wrapper ul {
        height:73px;
        margin: 0 0.5% 0 0;
        width: 23.5%;
    }
}
/*SIP*/
.sip-intro {
    /*padding-top: 30px;*/
}
.sip .video-wrapper {
    background-image: url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/rule-points-down.svg?17164604890432741283');
    background-position: 50% bottom;
    background-repeat: repeat-x;
    background-size: 14px;
}
.location .story p {
    color: #828280;
    font-size: 16px;
    line-height: 1.5;
    margin: 0.75em 0;
}
/*MAKERS*/
.meet-makers .subtitle {
      font-family:"Avenir LT W01 85 Heavy";
      color: #828280;
      font-size: 16px;
      letter-spacing: 1px;
      text-transform: uppercase;
}
.meet-makers .subtitle i {
    font-size: 18px;
    font-style: normal;
    font-family:"JansonTextW01-56Italic";
    text-transform: none;
    
}
.meet-makers .date,
.meet-makers .story,
.meet-makers .sixteen {
      color: #828280;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px;
}
.meet-makers .sixteen {
    margin: 1em 0 2em;
}
.meet-makers .fullwidth {
    width: 100%;
}

.meet-makers .more {
    font-family:"Janson Text W01SC 55 Rm SC";
}
/*COLLABORATIONS*/
.collaborations .latest-project {
    background-image: url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/rule-diag-lines.svg?17164604890432741283'),  url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/rule-diag-lines.svg?17164604890432741283');
    background-position: 50% bottom;
    background-repeat: repeat-x, repeat-x;
    background-size: 5px, 5px;
    padding-bottom: 10px;
    position: relative;
}
.collaborations .majortitle {
    text-align: center;
}

.collaborations .makers-series {
    padding-bottom: 10px;
    position: relative;
}
.collaborations .makers-intro {
    /*border-bottom: 1px solid #4d4d4d;*/
    color: #828280;
    margin: 0 0 40px;
    padding: 20px 0 0;
}
.collaborations .partner-intro h2,
.collaborations .makers-intro h2 {
    text-align: center;
}

.collaborations .makers-block {
    border-top: 1px solid #4d4d4d;
    clear: both;    
    display: block;
    margin: 0 0 20px;
    padding: 40px 0 20px;
}
.collaborations .makers-block .col-img,
.collaborations .makers-block .col-info,
.collaborations .makers-block .col-story {
    display: inline-block;
    vertical-align: top;
}
.collaborations .makers-block .col-img {
    margin-right: 1%;
    width: 24%;
}
.collaborations .makers-block .col-img img {
    width: 100%;
}

.collaborations .makers-block .col-info {
    width: 24%;
}
.collaborations .makers-block .blend-no,
.collaborations .makers-block .blend-no img {
    height: 42px;
    width: auto;
}
.collaborations .makers-block .blend-no {
    margin: 0 auto 1em;
}

.collaborations .makers-block .blend-name {
    color: #828280;
    font-family:"Avenir LT W01 95 Black";
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 25px;
    margin: 0;
}
.collaborations .makers-block .blend-desc {
    color: #828280;
    font-family:"JansonTextW01-56Italic";
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 25px;
    margin: 0;
}
.collaborations .makers-block .date {
    color: #828280;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.5;
    margin: 1.5em 0;
}

.collaborations .makers-block .col-story {
    margin-right: 0;
    width: 49%;
}
.collaborations .makers-block .col-story p {
    color: #828280;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 25px;
}
.collaborations .makers-block .col-story .more {
    font-family:"Janson Text W01SC 55 Rm SC";
}

.collaborations .partner-sips {
    background-image: url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/rule-diag-lines.svg?17164604890432741283'),  url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/rule-diag-lines.svg?17164604890432741283');
    background-position: 50% top;
    background-repeat: repeat-x, repeat-x;
    background-size: 5px, 5px;
    color: #828280;
    margin: 0 0 40px;
    padding: 2em 0 0;
    position: relative;
}
.collaborations .partner-intro {
    color: #828280;
    margin: 0 0 40px;
    padding: 0;
}
.collaborations .partner-block:after {
    clear: both;
    content: "";
    display: table;
}
.collaborations .partner-block .layout-column-half-left,
.collaborations .partner-block .layout-column-half-right {
    width: 48.5%;
}
.collaborations .partner-block .layout-column-half-right: after {
    clear: both;
}
.collaborations .partner-block img {
    margin-bottom: 1em;
}

.collaborations .partner-block h3,
.collaborations .partner-block h4 {
    font-family:"Avenir LT W01 85 Heavy";
    color: #828280;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-bottom: 0;
    text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
    .collaborations .makers-block .col-img {
        width: 47%;
    }
    .collaborations .makers-block .col-info {
        width: 49%;
    }
    .collaborations .makers-block .col-story {
        display: block;
        width: auto;
    }
    .collaborations .partner-block .layout-column-half-left,
    .collaborations .partner-block .layout-column-half-right {
        float: none;
        width: auto;
    }
}
@media only screen and (max-width: 480px) {
    .collaborations .makers-block .col-img,
    .collaborations .makers-block .col-info {
        display: block;
        width: auto;
    }
}
/*Know Your Tea*/
.experience-content-wrapper {
    background-image: url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/rule-points-down.svg?17164604890432741283');
    background-position: 50% top;
    background-repeat: repeat-x;
    background-size: 14px;
    border-top: 0;
    padding-top: 30px;
}
#ingredient-details .origin p {
    background-image: url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/origin-map-rule.svg?17164604890432741283');
    background-position: 50% bottom;
    background-repeat: no-repeat;
    background-size: auto 6px;
    color: #827b74;
    font-family:"JansonTextW01-56Italic";
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0.5em 0 1em;
    padding-bottom: 1.5em;
}
.jsforms .experience-section h1 .handle {
    cursor: none;
    padding: 0.5em 0 0.5em;
    max-width: auto;
}
/*Origin & Ingredients*/
.experience-section #main-content {
    float: right;
    width: 75%;
}
#ingredient-details {
    padding-top: 0;
    width: 67%;
}
.ingredient-copy {
    padding: 0 0;
}
.user-content .ingredient-copy p {
    color: #828280;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1.5;
}
/*ABOUT SMITH*/
.experience-content-wrapper .about-smith {
    overflow: auto;
    margin-top: -0.5em;
    padding: 0 0 1em;
}
.experience-content-wrapper .about-smith.layout-content-with-image-left .image-cont {
    width: 32%;
    vertical-align: top;
}
.experience-content-wrapper .about-smith.layout-content-with-image-left .content {
    margin-left: 2%;
    padding: 0;
    vertical-align: top;
    width: 65%;
}
@media only screen and (max-width: 767px) {
    .experience-content-wrapper .about-smith.layout-content-with-image-left .image-cont {
        display: inline-block;
        margin: 0;
    }
    .experience-content-wrapper .about-smith.layout-content-with-image-left .content {
        display: inline-block;
    }
}
@media only screen and (max-width: 600px) {
    .experience-content-wrapper .about-smith.layout-content-with-image-left .image-cont,
    .experience-content-wrapper .about-smith.layout-content-with-image-left .content {
        display: block;
        margin: 0 auto 1em;
        width: auto;
    }
}
/*ABOUT SMITH*/
.experience-content-wrapper.about .majortitle {
    text-align: center;
}
.experience-content-wrapper .about-smith .content h2 {
    font-family:"Avenir LT W01 85 Heavy";
    color: #828280;
    font-size: 20px;
    letter-spacing: 1px;
    margin: 0 0 1em;
    text-transform: uppercase;
}
.experience-content-wrapper .about-smith .content p {
    color: #828280;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 25px;
    margin: 0em 0 1.5em;
}

.experience-content-wrapper .about-smith .content li {
    color: #828280;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 25px;
}

/*MEET THE TEAKMAKERS*/
.experience-content-wrapper .staff-intro {
    background-image: url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/rule-diag-lines.svg?17164604890432741283'),  url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/rule-diag-lines.svg?17164604890432741283');
    background-position: 50% top;
    background-repeat: repeat-x, repeat-x;
    background-size: 5px, 5px;
    padding: 3em 0 2em;
}
.experience-content-wrapper .staff {
    border-top: 1px solid #4d4d4d;
    overflow: auto;
    padding: 2.5em 0 2em;
}
.experience-content-wrapper .staff h4 {
    font-family:"Avenir LT W01 85 Heavy";
    color: #828280;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
}
.experience-content-wrapper .staff h5 {
    font-family:"Avenir LT W01 85 Heavy";
    font-family: "JansonTextW01-56Italic";
    color: #828280;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0.25em 0 1em;
}
.experience-content-wrapper .staff .image-cont {
    vertical-align: top;
}
.experience-content-wrapper .staff .user-content {
    padding-top: 0;
}
.experience-content-wrapper .staff-intro h1 {
    margin: 0;
}
.experience-content-wrapper .staff-intro p,
.experience-content-wrapper .staff p {
    color: #828280;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 25px;
    margin: 1em 0 0.75em;
}
.experience-content-wrapper .staff .layout-content-with-image-left, 
.experience-content-wrapper .staff .layout-content-with-image-right {
    background: none;
    vertical-align: top;
}
.user-content p .smallcaps {
    font-family:"Janson Text W01SC 55 Rm SC";
}
/*HOME PAGE*/
.template-index .video .video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  padding-top: 0;
  height: 0;
}
.template-index .video .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.template-index .home-secondary {
    background-image: url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/rule-points-down.svg?17164604890432741283');
    background-position: 50% top;
    background-repeat: repeat-x;
    background-size: 14px;
    /*border-top: 0;*/
    border-top: 3px solid #212121;
    color: #828280;
    padding: 2em 0 2em;
}
.template-index .home-intro p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 25px;
    margin: 0.75em 0 2em;
}
.row.home-blocks {
    background-image: url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/rule-diag-lines.svg?17164604890432741283'),  url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/rule-diag-lines.svg?17164604890432741283');
    background-position: 50% top;
    background-repeat: repeat-x, repeat-x;
    background-size: 5px, 5px;
    clear: both;
    display: block;
    font-size: 16px;
    line-height: 25px;
    padding: 2em 0 2em;
}
.row.home-blocks:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.home-blocks .home-block {
    padding: 10px 0 0;
}
.home-blocks .block-image,
.home-blocks .block-details {
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    vertical-align: top;
    width: 46.5%;
}
.home-blocks .block-image {
    margin-right: 16px;
    margin-bottom: 1em;
}
.home-blocks .block-image img {
    width: 100%;
}
.home-blocks .block-details .blend-lockup img {
    height: 42px;
    width: auto;
}
.home-blocks h3 {
    color: #828280;
    font-family:"Avenir LT W01 85 Heavy";
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0.25em;
    text-transform: uppercase;
}
.home-blocks h4 {
    color: #828280;
    font-family:"JansonTextW01-56Italic";
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    margin-bottom: 1em;
    
}
.home-blocks h5 {
    color: #5f554d;
    font-family:"Janson Text W01SC 55 Rm SC";
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
}
.home-blocks p {
    color: #828280;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 1em;
}
.template-index .home-blocks a.more {
    display: block;
}
@media only screen and (max-width: 480px) {
  .home-blocks .block-image {
    width: 40%;
  }
  .home-blocks .block-details {
    width: 53%;
  }
}
@media only screen and (max-width: 360px) {
  .home-blocks .block-image {
    margin-right: 0;
    width: 100%;
  }
  .home-blocks .block-details {
    /*width: 53%;*/
    width: auto;
  }
}
.collection-slider .hometitle {
    color: #828280;
    font-family:"Avenir LT W01 85 Heavy";
    font-size: 20px;
    line-height: 1;
    margin-bottom: 0.25em;
    text-transform: uppercase;
}
.collection-slider .view-all {
   color: #828280;
    font-family:"JansonTextW01-56Italic";
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    margin: 0.25em auto;
    text-transform: none;
}
.collection-listing .product-caption {
    color: #828280;

}
.shop-home-collection-wrapper {
    padding-top: 2em;
    background-image: url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/rule-points-down.svg?17164604890432741283'),url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/rule-points-up.svg?17164604890432741283');
    background-position: 50% top, 50% bottom;
    background-repeat: repeat-x;
    background-size: 14px;
    border-top: 3px solid #212121;
    border-bottom: 3px solid #212121;
}
.shop-home-collection-wrapper .collection-slider-row {
    border-bottom: 0;
    border-top: 1px solid #4d4d4d;
    padding: 2em 0;
}
.shop-home-collection-wrapper .collection-slider-1 {
    border-top: none;
    padding-top: 0;
}
.shop-home-collection-wrapper h1.majortitle {
    margin-bottom: 20px;
}

.shop-home-collection-wrapper .collection-slider .collection-listing .product-block .title {
    font-family:"Avenir LT W01 85 Heavy";
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.2;
}
.shop-home-feature-wrapper {
    background: #212121;
}
.shop-home-feature-wrapper .image-cont {
    display: block;
    width: auto;
}
.shop-home-feature-wrapper .image-cont img {
    display: block;
    width: 100%;
}
.shop-home-feature-wrapper .feature-content {
    color: #5f554d;
    padding: 20px 0 0;
}
.shop-home-feature-wrapper .title-block {
    display: inline-block;
    height: 100%;
    padding: 0 1% 0 3%;
    vertical-align: top;
    width: 20%;
 }
.shop-home-feature-wrapper .copy {
    display: inline-block;
    vertical-align: top;
    width: 73%;
}
.shop-home-feature-wrapper h1 {
    color: #5f554d;
    font-size: 27px;
    margin: 0;
}
.shop-home-feature-wrapper h2,
.shop-home-feature-wrapper h3 {
    color: #5f554d;
    font-family:"Avenir LT W01 85 Heavy";
    font-size: 18px;
    letter-spacing: 1.5px;
    line-height: 1.2;
    margin: 0 0 0.25em;
    text-transform: uppercase;
}
.shop-home-feature-wrapper p {
    font-size: 16px;
    line-height: 25px;
}
@media only screen and (max-width: 959px) {
   .shop-home-feature-wrapper .title-block {
        width: 25%;
    }
    .shop-home-feature-wrapper .copy {
        width: 65%;
    }
}
@media only screen and (max-width: 767px) {
    .shop-home-feature-wrapper .title-block {
        display: block;
        padding: 0 0 0;
        width: auto;
    }
    .shop-home-feature-wrapper .copy {
        display: block;
        width: auto;
    }
}
a.more {
    font-family:"Janson Text W01SC 55 Rm SC";
}

/*ASTORIAMARO STORY PAGE*/

/* Image links on a story page */
#pagestory {
  font-size: 12px;
  
}

#pagestory .image-links {
  /* background: #212121; */
  padding: 25px 0;
 /*  border-top: 1px solid #4d4d4d; */
  max-width: 1080px;
  margin: 0 auto;
}

#pagestory .image-links .image-link {
  width: 31.4%;
  width: 32.3%;
  float: left;
  text-align: center;
}

#pagestory .image-links .image-link.block-1 {
  margin-left: 0;
  clear: both;
}

#pagestory .image-links .image-link.block-2 {
  margin: 0 1.4%;
}

#pagestory .image-links .image-link.block-3 {
  margin-right: 1.4%;
  margin-right: 0;
}

#pagestory .image-links .image-link a {
  display: block;
  position: relative;
}

#pagestory .image-links .image-link img {
  max-width: 100%;
  height: auto;
  text-align: center;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  opacity: 0.5;
}
#pagestory .image-links .link-text {
  display: block;
  position: absolute;
  top: 50%;
  width: 90%;
  padding: 0 5%;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  opacity: 0.9;  
}

#pagestory .image-links .link-text h4 {
  margin-bottom: 0;
  text-transform: uppercase;
}
#pagestory .image-links .link-text p {
  color: #f89d1e;
  font-family:"Janson Text W01SC 55 Rm SC";
  font-size: 20px;
  text-transform: lowercase;
} 

#pagestory .image-links .image-link a:hover img {
  opacity: 0.2;  
}
#pagestory .image-links .image-link a:hover .link-text {
  opacity: 1.0;  
}

@media only screen and (max-width: 540px) {
  
  #pagestory .image-links .image-link {
    float: none;
    width: auto;
  }
  
  #pagestory .image-links .image-link.block-1,
  #pagestory .image-links .image-link.block-2,
  #pagestory .image-links .image-link.block-3 {
    margin: 0 1.4%;
  }
  
}

.event-details {
  color: #645951 !important;  
  font-family: "JansonTextW01-56Italic" !important; 
  font-size: 21px !important; 
  margin: 0 !important; 
  font-weight: normal !important; 
}




.tasting-rooms-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.tasting-room-item {
  width: 32%;
}

@media only screen and (max-width: 658px) {
  .tasting-rooms-container {
    flex-direction: column;
    width: 100%;
  }	
  .tasting-room-item {
    max-width: 100%;
    width: 70%;
    margin: 0 auto;
    
  }
}



.location-photo img {
  width: 100%;
}

.tasting-room-item h3 {
  color: #828280;
    font-family: "Avenir LT W01 85 Heavy";
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.tasting-room-item h4 {
      color: #828280;
    font-family: "JansonTextW01-56Italic";
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    margin-bottom: 1em;
}

.tasting-room-item h5 {
      color: #5f554d;
    font-family: "Janson Text W01SC 55 Rm SC";
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
}


.jd-page-content {
  max-width: 800px;
  margin: 0 auto;
}

.recipe-double-row {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 13px;

}

.double-row-text {
  max-width: 720px;
  margin: 0 auto;
}

.recipe-double-block {
  position: relative;
  width: 50%;

}


.recipe-single-block {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.recipe-double-block-img {
  width: 100%;
}

.recipe-block-title {
  position: absolute;
  bottom: 15px;
  left: 20px;
  margin-bottom: 0;
  z-index: 20;
}

.recipe-divider-title {
  text-align: center;
  text-transform: uppercase;
  padding-top: 10px;
}

.block-img-right {
  margin-left: 9px;
}

.block-img-left {
  margin-right: 9px;
}


.j-m-se {
  height: 22px;
  width: 22px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7600;

}

@media only screen and (min-width: 751px) {
  .j-m-se {
  	display: none;
  }
  .mobile-search-box {
  	display: none !important;
  }
}

.mobile-search-icon {
  width: 26px !important;
  height: 26px;   
  background: url(//cdn.shopify.com/s/files/1/0368/5017/t/9/assets/social_spr_cream.png?1941894374987153396) -221px center no-repeat;
  position: absolute;
  top: 14px;
  left: 62px;
  z-index: 1
}

.mobile-search-box {
  display: none;
  position: relative;
  z-index: 7600;
  margin: 0 5px 5px 10px;
  max-width: 100%;
  
}

#mobile-search-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 60%;	
}
@media only screen and (max-width: 540px) {
  #mobile-search-wrapper {
    width: 95%;
    margin: 0 auto;
  }
}

#mobile-search-input {
  width: 75%;
}

#mobile-search-submit {
  width: 26px  !important;
  min-width: 26px;
  height: auto;
}


.big-text {
    color: #8A8A81;
    font-size: 18px;
    line-height: 1.5;
}

#locksmith-passcode-form label {
  font-family: 'JansonTextW04-55Roman', Georgia, Utopia, 'Times New Roman', Times, serif;
}

#locksmith-passcode-form p {
  margin: 2.4em;
}


.product-thumbs-slider {
  margin-top: 20px;
  padding: 15px;
  background: rgb(37, 37, 37) none repeat scroll 0% 0%;
  border: 1px solid rgb(77, 77, 77);
}

.product-main-slider img {
  margin: 0 auto;
}

.thumb-slider-item {
  margin: 0 4px;
}


.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
	min-width: 0;
    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
  
  @media only screen and (max-width: 658px) {

      display: none;
    
	}
}



.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}



/* Lookup styles */

.lookup-page-container {
  max-width: 800px;
  margin: 0 auto;
}

.lookup-page-container h1,
.lookup-page-container h2,
.lookup-page-container h3,
.lookup-page-container h4,
.lookup-page-container h5,
.lookup-page-container h6
{ font-family: 'Avenir LT W01 95 Black'; }

#pageheader .logotext
{ font-family: 'Avenir LT W01 95 Black'; }

/*Batch Notes*/

  .lookup-block {
    display: inline-block;
    /*margin-right: 5%;*/
    margin-right: 0;
    vertical-align: top;
    text-align: center;
    width: 100%;
  }

  .lookup-block-results{
    width: 100%;
    text-align: center;
    /*padding: 30px;*/
    padding: 30px 0;
    border-top:1px solid #4d4d4d;
    float: right;
    margin-top: 45px;
  }

.lookup-results-wrapper{
  display: flex;
  flex-direction: column;
}

.lookup-block-blend,
.lookup-block-ingredients {
  width: 100%;
}

  .lookup-block-right {
    float:right;
    width:45%;
  }
  .lookup-search{text-align: center;}
  @media screen and (max-width: 875px) {
    .lookup-block-right {
      float: none;
    }
  }

 .lookup-block-left {
   float:left;
    /*width:375px;*/
   width:45%;
   padding-bottom: 30px;
  }

  @media screen and (max-width: 875px) {
    .lookup-block-left {
      float: none;
      margin: 0;
      width: auto;
    }
    .lookup-block-right {
      margin: 1em 0 0 0;
      width: 100%;
    }
  }
  .lookup-block img{
    margin: 36px auto;
  }

  .lookup-block h1 {
    font-family: 'NYIrvin';
    font-size: 27px;
    color: #fffcdf;
    font-weight: normal;
    text-align: center;
    margin: 0;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
  }
   .lookup-block h2 {

  }
  .lookup-block p {
    color: #a7a79c;
    font-size: 16px;
    text-align: left;
  }

.lookup-block-ingredients {
  padding-top: 20px;
  border-top: 1px solid #4d4d4d;
}

  .lookup-block-blend h3,
  #lookup-head-3 {
    color: #5f554d;
    /* font-family: "Avenir LT W01 85 Heavy"; */
    font-family: "Janson Text W01SC 55 Rm SC";
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0.75em 0 0.5em;
    text-align: left;
    text-transform: lowercase;
}

  .lookup-intro h4 {
    color: #828280;
    font-family:"Avenir LT W01 85 Heavy";
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.5;
    text-align: left;
    font-weight: normal;
    margin: 0 0 0.25em;
  }
  .lookup-intro p {
    font-family: 'JansonTextW04-55Roman', Georgia, Utopia, 'Times New Roman', Times, serif;
    color: #828280;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.5;
  }

.lookup-results-hidden {
  display: none;
}

.illustration-container {
  display:flex;
  flex-direction: row;
  justify-content: center;
}

#lookup-illustration {
  margin: 36px auto;
}

.results .lookup-block {
  color: #828280;
  text-align: left;
}

#lookup-title { 
  font-family: 'Avenir LT W01 95 Black';
  letter-spacing: 2px;
  text-align: left;
  text-transform: uppercase;
  font-size: 20px;

}

.pack-date,
.batch-num {
  display:flex;
  flex-direction: row;
  justify-content: flex-start;
}

.results p {
    color: #828280;
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 0.5em;
}
.results ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.results li {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  margin: 0 0 0.75em;
  list-style: none;
}
.results li .ingred-name {
  color: #F89D1E;
  font-weight: normal;
}

.batch-form-cont {
  /*text-align: center;*/
  clear: both;
  padding: 0;
  white-space: nowrap;
}

.batch-form {
  display:inline-block;
  zoom:1;
  *display:inline;
  vertical-align: middle;
  padding: 0 0 36px;
  background-image: url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/signup-bracket-l.svg?17164604890432741283'), url('//cdn.shopify.com/s/files/1/0368/5017/t/20/assets/signup-bracket-r.svg?17164604890432741283');
  background-position: left bottom, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, auto 100%;
  /* border-bottom: 3px solid #212121; */
  padding: 36px 12px 36px;
  width: 90%;
}

.batch-form .batch-lookup-form{
  border: 0;
  border-top: 2px solid #4d4d4d;
  border-bottom: 2px solid #4d4d4d;
  background-color: transparent;
}

.batch-form label {
  color: #fff5ce;
  font-family:"Avenir LT W01 85 Heavy";
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 12px;
  padding: 0 20px;
  border-right: 1px solid #4d4d4d;
  vertical-align: middle;
  text-transform: uppercase;
}

.batch-form input[type="text"] {
  background: transparent;
  border: none;
  color: #828280;
  font-family:"JansonTextW04-55Roman";
  text-align: center;
  font-size: 16px;
  width: 39%;
}
.lookup-button,
.lookup-button:hover {
  background: transparent;
  background-image: url("//cdn.shopify.com/s/files/1/2075/5023/files/Search-Find-16.png?13322416688182838920");
  background-position: 0;
  background-repeat: no-repeat;
  border: none;
  color: #FFFBD5;
  cursor: pointer;
  display:inline-block;
  overflow:hidden;
  text-indent:-9000px;
  width: 27px;
}


.batch-form h3 {
  color: #FFFBD5;
  font-family:"JansonTextW01-56Italic";
  font-size: 18px;
  font-style: normal;
  line-height: 1;
  margin: 0 0 1em;
}

.batch-form h4 {
  margin: 0.6em 2em;
}
.user-content #origin-info h2 {
  display: inline-block;
  font-size: 20px;
  margin: 0 0 1.5em;
  text-transform: uppercase;
}
.batch-product-image {
  float: right;
  margin: -1em -1em 0 0;
  max-width: 45%;
}

.lookup-block table {
  margin-bottom: 0.75em;
}

.lookup-block td {
  border: none;
  color: #a7a79c;
  display: block;
  font-size: 16px;
  padding: 0;
}
.lookup-block .label {
  color: #645951;
  font-family:"JansonTextW04-55Roman";
  letter-spacing: 1px;
  text-transform: lowercase;
}
#origin-ingredients tr {
  display: block;
  padding: 0 0 0.5em;
}
.ingred-name {
  color: #f89d1e;
}

#lookup-ingredients-list {
  width: 100%;
  display:flex;
  display: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.lookup-ingredient {
  width: 45%;
}

.front-double-row {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 13px;

}

.front-double-row-text {
  max-width: 800px;
  margin: 0 auto;
}

.container-med {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.container-small {
  max-width: 720px;
  margin: 0 auto;
  padding: 20px 0;
}

.front-divider {
  width: 100%;
  height: 10px;
  background-image: url(//cdn.shopify.com/s/files/1/2075/5023/t/2/assets/rule-diag-lines.svg?1763389…), url(//cdn.shopify.com/s/files/1/2075/5023/t/2/assets/rule-diag-lines.svg?1763389…);
   background-position: 50% top;
   background-repeat: repeat-x, repeat-x;
   background-size: 5px, 5px;
  padding-bottom: 40px;
}

.front-main-copy {
  max-width: 800px;
  margin: 0 auto; 
  text-align: center;
}

.front-copy {
  color: #828280;
  font-size: 16px;
  line-height: 25px;
  padding-bottom: 25px;
}

.front-ribbon {
    background-image: url(//cdn.shopify.com/s/files/1/0368/5017/t/17/assets/rule-points-down.svg?1006340…);
    background-position: 50% top;
    background-repeat: repeat-x;
    background-size: 14px;
}

.darkened {
  background: black;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.darkened-hover:hover .darkened {
  opacity: 0.6;
}

.orange {
  transition: color 0.3s ease-in;
}

.darkened-hover:hover .orange {
  color: #f99d1c;
}


.front-main-title {
  font-family: "NYIrvin";
  padding-top: 25px;
  margin: 0;
  text-align: center;
}

.front-hero {
  margin-top: 20px;
}

.front-cta {
  display: none;
  position: absolute;
  font-family: "Avenir LT W01 95 Black";
  font-size: 12px;
  text-transform: capitalize;
  padding: 10px 10px;
  bottom: 30px;
  background-color: rgba(255, 252, 223, 1);
  color: #252525;
}

  
.cta-direction-right {
  right: 20px;
}
  
.cta-direction-left {
 left: 20px;
}


.front-cta::after {
  content: "→";
  padding-left: 10px;
}

@media only screen and (min-width: 768px) {
  .front-cta {
    display: none;
    position: absolute;
    font-family: "Avenir LT W01 95 Black";
    font-size: 18px;
    bottom: 65px;    
    padding: 15px 25px;
    background-color:rgba(37, 37, 37, 0.2);
    color: #fffcdf;
    text-transform: capitalize;
    border: 2px solid #fffcdf;
    z-index: 50;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    transition-property: background-color, color;
  }
  .front-cta:hover {
    background-color: rgba(255, 252, 223, 1);
    color: #252525;
  }
    
  .cta-direction-right {
    right: 100px;
  }
  
  .cta-direction-left {
 	left: 100px;
  }
}


@media only screen and (min-width: 481px) and (max-width:767px) {

  .collection-listing .product-block {
    padding: 30px 0;
  }
  .container-med {
    padding: 0 40px;
  }	
  
  .recipe-block-title {
    font-size: 20px;
  }
  .front-cta {
    display: none;
    position: absolute;
    font-family: "Avenir LT W01 95 Black";
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px 10px;
    bottom: 50px;
    background-color: rgba(255, 252, 223, 1);
    color: #252525;
  }
  
  .cta-direction-right {
    right: 30px;
  }
  
  .cta-direction-left {
 	left: 30px;
  }

}

@media only screen and (max-width: 480px) {
  .recipe-block-title {
    font-size: 16px;
  }
  .front-main-head {
    font-size: 20px;
  }

  .lookup-ingredient {
    width: 100%;
  }
}

.country {
  display: none;
  padding-top: 30px;
}

#back-to-map {
  display:none;
}

/* Bela front styles */


.front-makers-text {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;

  margin: 20px 0;
}

.front-makers-block {
  display: flex;
  flex-direction: column;
}

.front-makers-num {
  width: 29%;

}

.front-makers-num img {
  width: 180px;
  padding-bottom: 15px;
}

.front-makers-copy {
  width: 69%;
}

@media only screen and (max-width: 767px) {
  .front-makers-text {
    flex-direction: column;
  }
  .front-makers-num {
    width: 100%;
  }
  .front-makers-copy {
    width: 100%;
  }
  .front-makers-num img {
    width: 120px;
    padding-bottom: 10px;
  }
}

.front-makers-title {
  text-transform: uppercase;
  font-size: 24px;
}


.tr-message {
  text-align: center;
  padding: 20px 15px 40px 15px;
  font-family:"JansonTextW01-56Italic";
  font-size: 20px;
  
}


/* Limespot styles */

.ls-add-to-cart {
    border: none;
    border-radius: 0;
    color: #252525 !important;
    background-color: rgba(255, 252, 223, 1) !important;
    font-size: 0.65em !important;
    font-family:"JansonTextW04-55Roman";
    height: 25px !important;
  
}

.ls-add-to-cart.ls-dropdown {
	font-family:"JansonTextW04-55Roman";
}

.ls-box-title-divider {
	border-top: 1px solid #a7a79c !important;
}


.ls-li-quick-actions {
    display: none !important;
}


.j-recom-divider {
    width: 90%;
  margin: 0 auto;
  height: 10px;
  background-image: url(//cdn.shopify.com/s/files/1/2075/5023/t/2/assets/rule-diag-lines.svg?1763389…), url(//cdn.shopify.com/s/files/1/2075/5023/t/2/assets/rule-diag-lines.svg?1763389…);
   background-position: 50% top;
   background-repeat: repeat-x, repeat-x;
   background-size: 5px, 5px;
   padding: 10px;
}

.ls-recommendation-box {
  max-width: 800px;
}



/* email popup styles */

#email-popup {
  position: fixed;
  left: 0;
  bottom: -200px;
  width: 100%;
  height: 180px;
  z-index: 60000;
  background: #454545;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid #4d4d4d;
}

.popup-wrapper {
  width: 70%;
  max-width: 1000px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
}


.popup-form-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.popup-input {
  background: #454545;
  color: #828280 !important;
}

.popup-input::placeholder {
  color: #828280;
}

.popup {
  width: 49%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.popup h4 {
  margin-bottom: 0.6em;
  font-size: 20px;
}


#popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: "Avenir LT W01 95 Black";
  cursor: pointer;
}

#email-popup-box .cmApp_signupContainer {
  width: 100% !important;
  max-width: 600px !important;
}

#email-popup-box .cmApp_signupContainer input.cmApp_formSubmitButton {
  margin: 0 !important;
  font-family: 'Avenir LT W01 95 Black';
}

#email-popup-box .cmApp_embedFormContainer {
  width: 90%;
}

#email-popup-box .cmApp_signupContainer .cmApp_formInput input:not([type="radio"]) {
  background: #454545;
  color: #828280;
}

@media only screen and (max-width: 820px) {
  #email-popup {
    height: 380px;
    bottom: -400px;
  }
  .popup-form-wrapper {
    flex-direction: column;
    width: 100%;
  }
  
  .popup-wrapper {
    flex-direction: column;
  }
  
  .popup {
    width: 100%;
  }
  
  #email-popup-box .cmApp_signupContainer .cmApp_formInput input:not([type="radio"]) {
    width: 100%;
  }
  
  #email-popup-box .cmApp_signupContainer {
    padding: 25px 0;
  }
  
  .popup-right {
    flex-direction: row;
    justify-content: center;
  }
  
  .popup-form-wrapper {
    flex-direction: column;
    justify-content: space-around;
    width: 90%;
  }
  

}

@media only screen and (min-width: 821px) and (max-width: 1200px) {
  .popup-wrapper {
    width: 96%;
  }
  
}


#pagefooter .lower {
  margin-top: 20px;
}