/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB; }
a:hover {
  color: #0FA0CE; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}

html{
    font-size: 16px!important;
}

a, a:hover {
  text-decoration: none;
  text-transform: uppercase;
  color: #222;
}

h1{
    font-family: "Oswald";
    font-size: 2.5rem;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    line-height: 110%;
}

h2{
    font-size: 1.5rem;
    font-weight: normal;
    letter-spacing: 0.04rem;
    /*line-height: 160%;*/
}

h3{
    font-family: "Oswald";   
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 80%;
    margin-bottom: 1rem;
}

.button, input[type=button]:not(.add-cart){
    font-family: "Oswald";
    font-size: 0.875rem !important;
    letter-spacing: 0.1em;
    line-height: 150%;
    font-weight:400;
    transition: all 0.2s ease-in-out;
    padding: 10px 20px;
    min-width: 80px;
    border: 1px solid #fff !important;
    height: initial;
    border-radius: 0;
    color: white;
}

.button.yellow{
    background-color: #e5c625;
    border:0;  
    color: #000;
    padding: 10px 20px;
}

.button:hover, input[type=button]:hover{
    background-color: #888;
    color:white;
}

.button.yellow:hover, input[type=button].yellow:hover{
    background-color: #f7df77;
        color:inherit;

}

body{
  font-size: 0.75rem;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 140%;
  font-family: oswald;
  overflow-x: hidden;
  width: 100%;
  height: 100vh;
}

pre{
  white-space:normal;
  font-family: inherit;
  text-align: initial;
}

.container {
  max-width: 1400px;
  min-height: calc(100% - 266px);
  /* padding-bottom: 50px; */
}


footer{
  font-size: 0.75rem;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 140%;
}

body.home #nav-home,
body.pairing #nav-pairing,
body.shop #nav-shop,
body.taste-book #nav-taste-book {
  border: 1px solid #fff;
}

main {
  font-size: 1.125rem;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 130%;
}

.breadcrumbs{
    font-family: "Oswald";
    font-size: 0.875em;
    letter-spacing: 0.06em;
    line-height: 120%;
    color: #666;
}

.active .breadcrumbs {
  color: #E7C926;
}


section {
  display: none;
  position: relative;
  /* padding-top: 60px; */
  padding-bottom: 60px;
}

section.active {
  display: block;
  top: 60px;

}

.kiosk section {
  margin:0;
  padding: 0;
}

#index,
#index .row.gapless:last-of-type .desc-box {
    margin-bottom: 20px;
}

.kiosk #main-nav,
.kiosk footer,
.kiosk #top-search a,
.kiosk #top-search input[type=button] {
  display: none;
}

#top-search {
  background: #000;
  height: 50px;
  padding: 10px 0;
  display: none;
}

  #top-search input {
    height: 30px;
    line-height: 5px;
    border: 0;
  }

    #top-search input[type=search] {
      width: 340px;
      height: 30px;
      color: #666;
      border: 1px solid #666;
      border-radius: 15px;
      padding: 10px 20px;
    }

    #top-search input[type=search] {
      color: #ccc;
      border: 1px solid #ccc;
    }

input[type=search].mobile-search {
  background: transparent;
  width: 45%;
  height: 30px;
  margin-top: 15px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
}

input.mobile-scan {
  margin: 0 50px;
  min-width: inherit;
}

#top-search .icon-cart:hover img {
  background: #888;
}

#cart-count {
  content: '0';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #E7C926;
  border-radius: 30px;
  margin-right: 5px;
  text-align: center;
  vertical-align: top;
  line-height: 1.7;
}

nav {
    height: 60px;
    padding: 10px 0;
    text-align: center;
    position: fixed;
    z-index: 9999;
    width: 100vw;
    background: #000;
    left: 0;
    box-sizing: border-box;
    overflow: initial;
}

.mobile-icon {
  width: 30px;
  height: 30px;
  position: absolute;
}

.logo {
  background: url(../../img/logo-cheese-co.svg);
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
}

.cart {
  background: url(../../img/icon-cart.svg);
  left: 80%;
  top: 15px;
}

.hamburger-icon {
  background: url(../../img/icon-menu.svg) #000;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 30px;
  top: 15px;
  transition: left 0.5s;
  z-index: 1;
  cursor: pointer;
}

#main-nav ul {
  background: #000;
  height: 100vh;
  display: block;
  line-height: 50px;
  width: calc(80%);
  position: fixed;
  left: -100vw;
  transition: left 0.5s;
  top: 0;
  overflow: scroll;
}

  #main-nav ul:before {
    content: "";
    display: block;
    background: url(../../img/icon-search.svg) no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0;
    position: relative;
    top: 25px;
    left: 50px;
  }

#main-nav .hamburger-icon.slide-in {
  left: calc(80%);
}

#main-nav ul.slide-in {
  left: 0;
}

#main-nav li {
  display: block;
  list-style: none;
  margin-left: 30px;
  margin-right: 30px;
  text-align: left;
}

  #main-nav li a {
    color: #fff;
    padding: 10px 15px;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.8);
    border: 1px solid rgba(0,0,0,0);
    font-size: 1rem;
    letter-spacing: 0.2rem;
    text-decoration: none;
    text-transform: uppercase;
  }

    #main-nav li a:hover, 
    #main-nav li a:active,
    #main-nav li a.current-link {
      border: 1px solid #fff;
    }

.carousel {
  max-height: 550px;
  height: 400px;
  position: relative;
  width: calc(100vw - 2px);
  left: calc((100% - 100vw) / 2);
  margin-bottom: 50px;
  overflow: hidden;
}

.dots {
  position: relative;
  z-index: 1000;
  top: calc(100% - 30px);
  left: calc(40%);
}

.dot {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 5px;
}

.dot.filled {
background-color: #fff;
}

.slide {
  overflow: hidden;
  height: 100%;
  position: absolute;
  width: 100%;
  transition: transform 0.5s;
  z-index: 0;
}

  .slide.atTop {    
    /*transform: translate3d(100%, 0, 0);*/
    transition: none;
  }

  .slide-overlay {
    position: absolute;
    left: calc(50% - 50vw);
    top: 0;
    width: 100vw;
    height: 100%;
    z-index: 100;
    background-color: #000;
    opacity: 0.3;
    z-index: 991;
  }
  
  .slide .banner-heading {
    position: absolute;
    top: 55%;
    left: 40%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: white;
    width: 66%;
    text-align: left;
    z-index: 1000;
    font-size: 0.675rem;
    line-height: 1rem;
  }

    .slide .banner-heading h1,
    .slide .banner-heading p {
      margin-bottom: 20px;
    }

    .slide .banner-heading p,
    .slide .banner-heading a {
      font-size: 0.75rem;
    }

    .slide .banner-heading a {
      color: #000;
      text-decoration: none;
    }

  .slide img {
    width: 100%;
    height: auto;
    min-height: 100%;
    transform: translate3d(0, -50%, 0);
    top: 50%;
    position: absolute;
  }

.row.gapless {
  margin-bottom: 20px;
}

  .row.gapless .five.columns,
  .row.gapless .seven.columns {
    width: 100%;
    margin-left: 0;
}

.tabs {
    display: table;
    width: 100%;
    border: solid 1px;
    border-right: 0;
    table-layout: fixed;
}

.tab {
    display: table-cell;
    border-right: solid 1px;
    text-align: center;
    font-size: 1.125rem;
    text-transform: uppercase;
    height: 50px;
    vertical-align: middle;
    width: 100%;
    cursor: pointer;
    /* font-size: 50%; */
}

.tab:last-child{
}

div#locate-tab {
    display: none;
}

div#accessories-tab {
    display: none;
}

.kiosk div#locate-tab {
    display: table-cell;
}

.kiosk div#accessories-tab {
    display: table-cell;
}

.desc-box {
  text-align: center;
  /*height: 375px !important;*/
  height: inherit;
  padding: 20px 30px;
  border: 1px solid #e5c625;
}

  .desc-box p,
  .desc-box .button.yellow {
    margin-bottom: 20px;
  }

.button-link {
  color: #555;
  text-decoration: none;
}

.home-img img {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
}

.home-img {
  position: relative;
  /*height:375px !important;*/
  min-height: 155px;
  margin-bottom: 10px;
}

footer {
  font-size: 0.875em;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 140%;
  background: #797979;
  color: white;
}

  footer .footer-menu {
    line-height: 30px;
  }

  footer .footer-social {
    /* position: relative; */
    /* left: 30px; */
    /* padding-bottom: 30px; */
    text-align: center;
  }

    footer .footer-social ul li, footer .footer-social ul li a {
      display: inline-block;
      position: relative;
      margin: 0px 2%;
      /* top: 0; */
      width: 30px;
      height: 30px;
    }

#navlist li, #navlist a {
  height: 44px;
  display: block;
}

.product-prices {
    margin-bottom: 20px;
    text-align: left;
}

.product-price-crossed-out {
    text-decoration: line-through;
}



footer .footer-social ul li{
  background-repeat: no-repeat;
  background: url(../../img/icons-social-spritesheet.svg);
  background-size: 120px 30px;  
}

#facebook {
  background-position: 0 0;
}

#twitter {
  background-position: -30px 0;
}

#instagram {
  background-position: -60px 0;
}

#pinterest {
  background-position: -90px 0;
}

footer .footer-logo {
  display: none;
}

footer .footer-menu ul {
  margin-bottom: 0;
}

footer .footer-menu ul li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}

footer .footer-menu ul li:first-of-type {
  padding-top: 10px;
  margin-top: 50px;
}

footer .footer-menu ul li:last-of-type {
  margin-bottom: 30px;
}

footer .footer-menu ul li a {
  color: white;
  text-decoration: none;
  font-size: 0.875rem;
}

footer .footer-menu ul li a:hover {
  color: #e5c625;
}

footer .footer-subscribe {
  margin-bottom: 0;
}

footer .footer-subscribe-text,
footer .footer-copyright {
  margin-bottom: 10px;
  text-align: center;
  font-size: 0.875rem;
}

footer .footer-subscribe input[type="text"], 
footer .footer-subscribe input[type="button"] {
  position: absolute;
  border-radius: 0;
}

footer .footer-subscribe input[type="button"] {
  height: 40px;
  padding: 0;
  min-width: 35%;
  color: #000;
  background: #e5c625;
  left: 60%;
}

footer .footer-subscribe input[type="text"] {
  color: black;
  width: 60%;
  height: 40px;
}

footer .row:first-of-type {
  padding-top: 50px;
}

footer .footer-copyright {
  padding-bottom: 50px;
}

section#our-story{
    padding:0;
}

#our-story .row {
    background: white;
}

#our-story .banner {
    height: calc(100vh - 120px);
    background: url(../../img/shop/shop-header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 400px;
    position: relative;
    left: calc(50% - 50vw);
}

#our-story .banner-overlay {
    position: absolute;
    left: calc(50% - 50vw);
    top: 0;
    width: 100vw;
    height: 100%;
    z-index: 100;
    background-color: #000;
    opacity: 0.3;
}

#our-story .banner-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    padding: 20px;
    z-index: 1000;
}

#our-story .banner-heading {
    font-size: 0.875rem;
    width: 75%;
}

#our-story .banner-heading h1 {
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 20px;
    line-height: 110%;
    text-transform: uppercase;
}

#our-story .banner-heading p,
#our-story .our-story-intro p {
    margin-bottom: 0;
}

#our-story .our-story-intro {
    padding: 50px;
    text-align: center;
}

#our-story .img-with-side-copy {
    background-color: #ccc;
    width: 100vw;
    position: relative;
    left: calc(50% - 50vw);
    /*padding: 100px 0;*/
}

#our-story .left-image img {
    width: 100%;
    height: 100%;
}

#our-story .side-copy {
    padding: 20px;
}

#our-story .side-copy h2:after {
    content: '';
    display: block;
    background: black;
    height: 2px;
    max-width: 25%;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
}

#our-story .side-copy h2,
#our-story .side-copy p {
    text-align: center;
}

#our-story .cta-grid {
    margin-bottom: 70px;
    margin-top: 70px;
}

#our-story .cta-grid .row div {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    height: 265px;
    margin-bottom: 20px;
}

#our-story .cta-grid .row:first-of-type div:first-of-type {
    background: url(../../img/taste-book/tastebook-07.jpg);
}

#our-story .cta-grid .row:first-of-type div:nth-of-type(2) {
    border: 2px solid #e5c625;
}

#our-story .cta-grid .row:first-of-type div:nth-of-type(2) p {
    padding: 30px;
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#our-story .cta-grid .row:first-of-type div:nth-of-type(3) {
    background: url(../../img/taste-book/tastebook-09.jpg);
}

#our-story .cta-grid .row:nth-of-type(2) {
    /*margin-top: 30px;*/
    padding-bottom: 30px;
}

#our-story .cta-grid .row:nth-of-type(2) div:first-of-type {
    background: url(../../img/taste-book/tastebook-10.jpg);
}

#our-story .cta-grid .row:nth-of-type(2) div:nth-of-type(2) {
    background: url(../../img/taste-book/tastebook-06.jpg);
}

#our-story .cta-grid .row:nth-of-type(2) div:nth-of-type(3) {
    background: url(../../img/taste-book/tastebook-05.jpg);
}
section#contact{
    padding:0;
}

.gmap-container {
    position: relative;
    padding-bottom: calc(100% + 130px);
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.gmap-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 90%;
}

#contact .row {
    background: white;
    padding-top: 20px;
}

#contact .row:nth-of-type(2) .location {
    margin-bottom: 0;
    padding-top: 0;
}

#contact .banner {
    height: 400px;
}

#contact .location {
    height: 100%;
    text-align: center;
    position: relative;
    cursor: pointer;
}

#contact .location h2 {
    text-transform: uppercase;
}

#contact .four-categories {
    margin-bottom: 0px;
    margin-top: 30px;
}

#contact .four-categories h2 {
    color: #000;
}

#contact .four-categories h2:after {
    border-bottom: 0;
    margin: 0;
}

.view-map-link {
    color: #e5c625;
}

.form-container {
    background-color: #efefef !important;
    display: block;
    margin-bottom: 60px;
    padding-bottom: 90px;
    position: relative;
    width: 100vw;
    left: calc(50% - 50vw);
}

.form-heading {
    text-align: center;
}

#contact-form {
    margin: 0 auto;
    width: 100%;
}

.message-text {
    height: 200px;
}

#contact-form .row {
    background-color: #efefef;
    max-width: 90%;
    margin: 0 auto;
}

#contact-form .row:nth-of-type(2) div {
    padding-bottom: 20px;
}

#contact-form input {
    margin-bottom: 0;
    border-radius: 0;
}

.form-btn {
    background-color: #e5c625 !important;
    color: #222 !important;
    position: absolute;
    left: calc(50% - 45px);
}
#events,
#events .row.gapless:last-of-type .desc-box {
    margin-bottom: 20px;
}

#events .banner {
    background: url(../../img/home/cheese-and-co-events.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
    margin-bottom: 30px;
    width: 100vw;
    left: calc(50% - 50vw);
}

#events .banner-overlay {
    position: absolute;
    left: calc(50% - 50vw);
    top: 0;
    width: 100vw;
    height: 100%;
    z-index: 100;
    background-color: #000;
    opacity: 0.3;
}

#events .banner-heading {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   color: white;
   width: 300px;
   background: none;
   text-align: center;
   padding: 30px;
   width: 66%;
   z-index: 1000;
}

#events .banner-heading h1 {
    margin-bottom: 20px;
}

.store-cta {
  border: 1px solid #e5c625;
  padding: 30px;
}

.store-cta p {
  text-align: center;
  margin-bottom: 0;
  line-height: 2;
}

.store-cta p:first-of-type {
  font-weight: bold;
}

.events-intro .social-shares-container {
  display: block;
  text-align: center;
  padding-bottom: 30px;
}

.events-intro .social-shares-container span {
  margin-left: 0;
}

.events-intro {
  padding: 0;
}

.events-intro div:first-of-type {
  padding-bottom: 25px;
}

.events-intro:after {
  content: '';
  display: block;
  background: black;
  height: 2px;
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
}

.events-heading {
  text-align: center;
  margin-bottom: 3rem;
  padding-top: 3rem;
}

.row.gapless {
  margin-bottom: 20px;
}

.row.gapless .five.columns,
.row.gapless .seven.columns {
  width: 100%;
  margin-left: 0;
}

.desc-box {
  text-align: center;
  height: inherit;
  padding: 20px 30px;
  border: 1px solid #e5c625;
}

.desc-box p,
.desc-box .button.yellow {
  margin-bottom: 20px;
}

#events .heading-box-divider:after {
  content: '';
  display: block;
  background: black;
  height: 2px;
  max-width: 25%;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}

.home-img img {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
}

.home-img {
  position: relative;
  min-height: 155px;
  margin-bottom: 10px;
}   

.social-shares-container {
  display: block;
  width: 100%;
}

.social-shares-container span {
  margin-left: 0;
}

.social-shares-container ul {
  width: 100%;
  padding-top: 10px;
  margin-bottom: 0;
}

.social-shares {
  background-repeat: no-repeat;
  background: url(../../img/icons-social-spritesheet.svg);
  background-size: 120px 30px;
  filter: invert(100%);
  -webkit-filter: invert(100%);
}

.social-shares, 
.social-shares a {
  display: inline-block;
  position: relative;
  margin: 0px 2%;
  width: 30px;
  height: 30px;
}

.facebook {
  background-position: 0 0;
}

.twitter {
  background-position: -30px 0;
}

.instagram {
    background-position: -60px 0;
}

.pinterest {
    background-position: -90px 0;
}
/* Start generic utility classes */
section#taste-book{
    padding:0;
}
#taste-book .mT30 {
    margin-top: 30px;
}

#taste-book .mB30 {
    margin-bottom: 30px;
}

#taste-book .mB100 {
    margin-bottom: 100px;
}

#taste-book .mL0 {
    margin-left: 0px;
}

#taste-book .pR50 {
    padding-right: 50px;
}

#taste-book .pB30 {
    padding-bottom: 30px;
}

#taste-book .pL50 {
    padding-left: 50px;
}

#taste-book .pB100 {
    padding-bottom: 50px;
}
/* End generic utility classes */

#taste-book a {
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 100%;
}

#taste-book .banner {
    background: url(../../img/taste-book/tastebook-cheese-cover.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
    margin-bottom: 30px;
    width: 100vw;
    left: calc(50% - 50vw);
}

#taste-book .banner-overlay {
    position: absolute;
    left: calc(50% - 50vw);
    top: 0;
    width: 100vw;
    height: 100%;
    z-index: 100;
    background-color: #000;
    opacity: 0.3;
}

#taste-book .banner-heading {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   color: white;
   width: 300px;
   background: none;
   text-align: center;
   padding: 30px;
   width: 66%;
   z-index: 1000;
}

#taste-book .banner-heading h1 {
    margin-bottom: 20px;
}

#taste-book .main-content {
    margin: 0 auto;
}
 
#taste-book .top-left-img {
    margin-bottom: 20px;
    position: relative;
}

#taste-book .side-block {
    background: url(../../img/taste-book/tastebook-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 350px;
    position: relative;
}

#taste-book .side-block-right {
    background: url(../../img/taste-book/tastebook-08.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#taste-book .side-copy {
    padding: 20px 30px;
    border: 1px solid #e5c625;
}

#taste-book .top-row {
    padding-bottom: 20px;
}

#taste-book .top-row-stacked-images {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    height: 175px;
    max-width: calc(50% - 4px);
    margin-bottom: 20px;
    position: relative;
}

#taste-book .top-row-stacked-images:nth-of-type(2) {
    background: url(../../img/taste-book/tastebook-02.jpg);
}

#taste-book .top-row-stacked-images:nth-of-type(3) {
    background: url(../../img/taste-book/tastebook-03.jpg);
    margin-left: 8px;
}

#taste-book .second-row,
#taste-book .fourth-row {
    padding-bottom: 50px;
}

#taste-book .top-row > .stacked-images:last-of-type,
#taste-book .second-row > .stacked-images:nth-of-type(2),
#taste-book .second-row > .stacked-images:nth-of-type(4),
#taste-book .archive-covers-container > a:nth-of-type(2), 
#taste-book .archive-covers-container > a:nth-of-type(4) {
    margin-left: 4px;
}

#taste-book .second-row-right-side {
    float: right;
}

#taste-book .second-row-left-side {
    float: left;
}

#taste-book .second-row-left-side .row {
    padding-bottom: 20px;
}

#taste-book .switch-sides-mobile {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 175px;
    width: calc(50% - 4px);
    position: relative;
}

#taste-book .switch-sides-mobile:nth-of-type(1) {
    background-image: url(../../img/taste-book/tastebook-04.jpg);
}

#taste-book .switch-sides-mobile:nth-of-type(2) {
    background-image: url(../../img/taste-book/tastebook-05.jpg);
    margin-left: 8px;
}

#taste-book .switch-sides-mobile-second-row:nth-of-type(1) {
    background-image: url(../../img/taste-book/tastebook-06.jpg);
}

#taste-book .switch-sides-mobile-second-row:nth-of-type(2) {
    background-image: url(../../img/taste-book/tastebook-07.jpg);
    margin-left: 8px;
}

#taste-book .stacked-images-copy-block {
    margin-bottom: 0;
}

#taste-book .stacked-images-copy-subheading,
#taste-book .side-block-right {
    margin-bottom: 20px;
}

#taste-book .secondary-banner {
    background: url(../../img/taste-book/tastebook-cheese-wine-accessories.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    position: relative;
    width: 100vw;
    left: calc(50% - 50vw);
}

#taste-book .copy-box {
    color: #fff;
    width: 75%;
    text-align: center;
    color: white;
    position: absolute;
    left: calc(50vw - 37%);
    top: calc(50% - 90px);
}

#taste-book .product-spot {
    background: url(http://placehold.it/50x50?text=+);
    background-repeat: no-repeat;
    background-size: cover;
    height: 44px;
    position: absolute;
    width: 44px;
    border: solid white;
    text-align: center;
    color:white;
}

#taste-book .product-spot>span{
    line-height:44px;
}

#taste-book #product-1 {
    top: 60%;
    left: 25%;
}

 #taste-book #product-2 {
    top: 15%;
    left: 40%;
}

 #taste-book #product-3 {
    top: 15%;
    left: 68%;
}

#taste-book #product-4 {
    top: 85%;
    left: 60%;
}

#taste-book .product-overview {
    display: none;
    padding: 30px 50px;
    width: 25%;
}

#taste-book .details-button {
    position: relative;
    left: calc(50% - 70px);
    margin-bottom: 0;
}

#taste-book .product-overview {
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid #fff;
    display: none;
    opacity: 0.8;
    position: absolute;
    top: -3px;
    left: calc(100% + 2px);
    text-align: center;
    color: white;
}

#product-1-details, #product-4-details{
    top: initial!important;
    bottom: -3px;
}

#taste-book .product-overview.visible {
    display: block;
    width: 200px;
}

#taste-book .product-overview > h2,
#taste-book .product-overview > p {
    margin-bottom: 30px;
}

#taste-book .inner-banner {
    background: url(../../img/taste-book/tastebook-catering.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    position: relative;
    width: 100%;
}

#taste-book .banner-overlay {
    background: none;
}

#taste-book .text-center {
    text-align: center;
}

#taste-book .archive-heading {
    text-transform: uppercase;
    margin-bottom: 20px;
}

#taste-book .archive-covers-container {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

#taste-book .archive-covers-container > a {
    width: calc(50% - 2px);
}

#taste-book .archive-covers-container > a:nth-of-type(1), 
#taste-book .archive-covers-container > a:nth-of-type(2) {
    margin-bottom: 20px;
}

#taste-book .archive-covers-container > a:nth-of-type(3), 
#taste-book .archive-covers-container > a:nth-of-type(4) {
    margin-bottom: 50px;
}

#taste-book .archive-covers-container > a:nth-of-type(3) {
    margin-left: 0;
}

#taste-book .archive-covers {
    height: auto;
    width: 100%;
}

#taste-book .archive-headings {
    display: block;
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
}


#taste-book .second-row:last-of-type {
    margin: 0;
}

#taste-book .u-center {
    text-align: center;
}


#taste-book .taste-book-promo {
  position: absolute;
  color: white;
  bottom: 10px;
  left: 10px;
  text-transform: uppercase;
  text-align: left;
}

#taste-book .product-prices{
    margin:0;
}
    section#shop{
        padding:0;

    }
    #shop img, #shop-filter img {
        max-width: 100%;
    }

    #shop .row {
        background: white;
    }

    #shop li a {
        color: #666;
        text-decoration: none;
        margin: 36px 0;
    }
    #shop li a:hover{
        color:#000;
    }
    #shop .banner, #shop-filter .banner {
        height: calc(100vh - 120px);
        /*max-width: 100%;*/
        background: url(../../img/shop/shop-header.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100vw;
        position: relative;
        left: calc(50% - 50vw);
    }

    #shop-filter .banner.cheese {
        background-image: url(../../img/shop/shop-cheese-header.jpg);
    }

    #shop-filter .banner.wine {
        background-image: url(../../img/shop/shop-wine-header.jpg);
    }

    #shop-filter .banner.boards {
        background-image: url(../../img/shop/shop-boards-header.jpg);
    }

    #shop-filter .banner.accessories {
        background-image: url(../../img/shop/shop-accessories-header.jpg);
    }

    #shop-filter .banner.sale {
        background-image: url(../../img/shop/shop-sale-header.jpg);
    }

    #shop .banner {
        height: 400px;
    }

    #shop-filter .banner {
        height: 300px;
    }

    #shop .banner-overlay,
    #shop-filter .banner-overlay {
        position: absolute;
        left: calc(50% - 50vw);
        top: 0;
        width: 100vw;
        height: 100%;
        z-index: 100;
        background-color: #000;
        opacity: 0.3;
    }

    #shop .banner-heading, #shop-filter .banner-heading {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        color: white;
        /*width: 300px;*/
        text-align: center;
        padding: 20px;
        z-index: 1000;
    }

    #shop .banner-heading {
        font-size: 0.875rem;
        width: 75%;
    }

    #shop .banner-heading h1, #shop-filter .banner-heading h1 {
        text-align: center;
        margin-top: 4rem;
    }

     #shop .banner-heading h1 {
        margin-bottom: 20px;
        line-height: 110%;
        text-transform: uppercase;
     }

    #shop .banner-heading p {
        margin-bottom: 0;
    }

    #shop .lead-text, #shop-filter .lead-text{
        background: #efefef;
        height:60px;
        text-align:center;
        line-height:60px;
        position: relative;
        width: 100vw;
        left: calc(50% - 50vw);
    }

    #shop .lead-text>span, #shop-filter .lead-text>span {
      display: inline-block;
      width: 100%;
    }

    #shop .underline {
        margin: auto;
        border-bottom: 1px solid white;
        margin-bottom: 30px;
        width: 100px;
    }

    #shop .underline-black {
        border-bottom: 1px solid black;
        margin-bottom: 50px;
    }

    #shop .shop-category-placeholder {
        height: 100%;
        height: 250px;
        text-align: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 20px;
        position: relative;
        cursor: pointer;
    }

    #shop .shop-category-placeholder h2 {
        text-transform: uppercase;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    #shop .shop-category-placeholder-bottom {
        height: 275px;
        background-repeat: no-repeat;
    }

    #shop .four-categories {
        margin-bottom: 70px;
        margin-top: 30px;
    }

    #shop .eight-items {
        margin-bottom: 70px;
    }

    #shop .eight-items h1 {
        text-align: center;
        text-transform: uppercase;
    }

    #shop .four-categories h2 {
        color: white;
    }

    #shop .four-categories h2:after {
        border-bottom: 0;
        margin: 0;
    }

    #shop .item, #shop-filter .item {
        margin: 0 1% 30px;
        text-decoration: none;
        position: relative;
        text-align: center;
        width: 48%;
    }

    #shop .item:nth-child(odd), #shop-filter .item:nth-child(odd) {
      clear: left;
    }

    #shop .item img, #shop-filter .item img {
        position: relative;
        transform: none;
        max-height: 140px;
    }

    #shop .item-name, #shop-filter .item-name {
        text-align: center;
        text-transform: uppercase;
        color: black;
    }

    #shop .item-price, #shop-filter .item-price {
        font-size: 0.9rem;
    }

    #shop .item-name {
        margin-top: 10px;
    }

    #shop a:hover .item-name, #shop a:hover .item-price, #shop-filter a:hover .item-name, #shop-filter a:hover .item-price {
        color: #e5c625;
    }

    #shop .shop-nav, #shop-filter .shop-nav {
        background: #efefef;
        display:none;
        top: 60px;
        height: auto;
        position: absolute;
        width: 100%;
        z-index: 999;
    }

    #shop .shop-nav ul, #shop-filter .shop-nav ul {
        height: 50px;
        display: inline-block;
        list-style: none;
        line-height: 50px;
    }

    #shop .shop-nav li, #shop-filter .shop-nav li {
        display: inline;
        list-style: none;
        text-transform: uppercase;
        margin: 0 16px 0 16px;
   } 

    #shop-filter .row.filters-wrapper, #shop-filter .row.items-list{
        padding-bottom:50px;
    }

    #filter-switch {
      cursor: pointer;
    }
    
    .filters ul.filter {
      list-style: none;
      position: relative;
      height: 60px;
      margin-top: 20px;
      display: none;
    }

    .filters ul.filter.active {
        display:block;
    }

    .filters ul li {
      display: inline-block;
      margin: 0 20px;
      cursor: pointer;
    }

    li.cancel {
      position: absolute;
      right: 0;
      bottom: 0;
    }
#pairings {
  /* width: 100vw; */
  height: 100vh;
  /* margin-bottom: 50px; */
}

#pairings .split-hero:first-of-type {
	background-image: url(../../img/pairing/pair-wine.jpg);
  position: absolute;
  top: 0;
}

#pairings .split-hero:last-of-type {
	background-image: url(../../img/pairing/pair-cheese.jpg);
	float: right;
	margin-left: 0;
	position: absolute;
	top: 0;
	left: 50%;
}

#pairings .banner-heading {
   position: relative;
   top: 50%;
   transform: translate3d(0, -50%, 0);
   color: white;
   background: none;
   text-align: center;
   text-transform: uppercase;
   font-size: 0.875rem;
   display: inline-block;
}

#pairings .split-hero {
  display: block;
  height: 100vh;
  width: calc(50vw);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  cursor: pointer;
  left: calc(50% - 50vw);
}

#pairings .split-hero .banner-heading h1 {
  background: black;
  font-weight: 200;
  font-size: 1.8rem;
}

#pairings .split-hero:first-of-type .banner-heading h1 {
  padding: 25px 30px;
}

#pairings .split-hero:nth-of-type(2) .banner-heading h1 {
  padding: 25px 20px;
}

  .kiosk #top-search,
  #kiosk-header,
  #pairings-search,
  #kiosk-pairings-search-container p {
    display: none;
  }

/** Filters **/

#pairings-filter .row a {
  display: inline-block;
  text-align: center;
  margin: 0% 2% 0 1%;
}

#pairings-filter .three.columns {
    width: 100%;
    height: 25%;
    margin-bottom: 30px;
}

#pairings-filter .filters-main {
	display: table-row;
	float: none;
	height: initial;
	position: relative;
}

#pairings-filter .filters-wrapper {
	height: calc(100vh - 60px);
	width: 100vw;
	position: relative;
	left: calc(50% - 50vw);
	overflow: hidden;
}

.row a img {
  max-height: 80%;
}

ul.filters {
  position: relative;
  list-style: none;
  text-align: center;
  margin: 0;
  display: table;
  width: 100%;
  height: 100%;
  left: 0;
  float: left;
  transition: width 0.5s;
}

.filters .columns {
  margin: 0;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

#pairings-filter .filters.wine .three.columns{
	width:20%;
	height: 20%;
}

.filters.cheese .columns{
	width:25%;
}

.filters .columns h2 {
  color: white;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}


nav#filters-nav {
    height: 100%;
    width: 50%;
    position: relative;
    float: left;
    background: white;
    z-index: initial;
}

ul.filters.cheese.clicked {
    width: 50%;
}

#filters-nav li {
    margin-bottom: 50px;
}

#filters-nav ul {
    list-style: none;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}

#filters-nav .filter.active{
	height: 49px;
	width: 100%;
	top: -10px;
	position: relative;
	line-height: 50px;
	border-bottom: solid 1px;
	display:none;
}

#filters-nav .active.filter.visible
{
	display: inline-block;
}

#pairings-filter .row.items-list {
    position: absolute;
    top: 50px;
    z-index: 99999;
    left: 50%;
    width: 50vw;
    height: calc(100% - 50px);
    background: white;
    display: none;
    overflow-y: scroll;
}

#pairings-filter .row.items-list.visible{
	display:block;
}

div#store-map {
  background: url(../../img/pairing/locate-in-store.svg);
  background-size: contain;
  background-repeat: no-repeat;
  /* background: black; */
  width: 70%;
  height: 725px;
  top: 90px;
  left: 11%;
}
    #product img {
        max-width: 100%;
        max-height: 450px;
    }

    .product-thumbnails .columns {
      width: 22%;
      margin-left: 3%;
    }

    .product-title-heading {
        margin-bottom: 0.5rem;
        margin-top: 4rem;
    }

    .product-title-heading-pairing {
        margin-bottom: 0.5rem;
        margin-top: 0rem;
        font-size: 2rem;
        text-align: left;
    }

    #product .row {
        background: white;
    }

    #product .shop-nav {
        background: #F2F2F2;
        margin: auto;
        text-align: center;
        margin-bottom: 30px;
        display: none;
    }

    #product .shop-nav ul {
        height: 50px;
        display: inline-block;
        line-height: 75px;
    }

    #product .shop-nav li {
        display: inline;
        list-style: none;
        text-transform: uppercase;
        margin: 0 18px 0 18px;
    }

    #product .breadcrumbs {
        list-style-type: none;
        margin-bottom: 30px;
        min-height: 50px;
        line-height: 50px;
        display: block;
        padding-top: 40px;
    }

    #product .breadcrumbs li {
        display: inline-block;
        margin-right: 10px;
        max-width: 100%;
    }

    #product .breadcrumbs li:after {
        content: '>';
        margin-left: 10px;
    }

    #product .breadcrumbs li:last-child:after {
        content: '';
    }

    #product .product-image {
        margin-bottom: 10px;
        margin-top: 3rem;
    }

    #product .product-thumbnails img {
        border: 1px solid #F0F0F0;
    }

    #product .item-name, {
        text-align: center;
    }

    #product .item-price {
        text-align: center;
        font-size: 0.9rem;
    }

    #product .item {
        position: relative;
        text-align: center;
        text-transform: uppercase;
    }

    #product .item img {
        position: relative;
        transform: none;
    }

    #product h1 {
        text-align: center;
    }

    #product form.add-to-cart input[type="text"] {
        width: 50px;
    }
#pairing img {
  max-width: 100%;
  max-height: 450px;
}
#pairing .columns {
  position: relative;
}
.pairing-thumbnails .columns {
  width: 22%;
  margin-left: 3%;
}

#pairing .row {
  /* background: white; */
  width: 100%;
  margin-bottom:1rem;
}

#pairing .pairings-details>div {
  display: none;
}

#pairing .pairings-details>div:first-child {
  display: initial;
}

#pairing .shop-nav {
  background: #F2F2F2;
  margin: auto;
  text-align: center;
  margin-bottom: 30px;
  display: none;
}

#pairing .shop-nav ul {
  height: 50px;
  display: inline-block;
  line-height: 75px;
}

#pairing .shop-nav li {
  display: inline;
  list-style: none;
  text-transform: uppercase;
  margin: 0 18px 0 18px;
}

#pairing .breadcrumbs {
  list-style-type: none;
  margin-bottom: 30px;
  padding-top: 30px;
  /* height: 50px; */
  line-height: 50px;
  display: block;
  word-break: break-word;
  max-width: 50%;
}

#pairing .breadcrumbs li {
  display: inline-block;
  margin-right: 10px;
  max-width: 30%;
  /* text-overflow: ellipsis; */
  /* overflow: hidden; */
  white-space: nowrap;
  margin-bottom: 0;
  height: 2.5rem;
  vertical-align: middle;
}

#pairing .breadcrumbs li:last-child{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#pairing .breadcrumbs li:after {
  content: '>';
  margin-left: 10px;
  vertical-align: baseline;
}

#pairing .breadcrumbs li:last-child:after {
  content: '';
}

#pairing .breadcrumbs a {
  color: white;
  vertical-align: top;
}

#pairing .pairing-image {
  margin-bottom: 10px;
}

#pairing .pairing-prices {
  margin-bottom: 30px;
}

#hover-info {
  position: absolute;
  top: 0px;
  color: #fff;
}

#pairing .pairing-thumbnails img {
  border: 1px solid #F0F0F0;
}

#pairing .item-name, #pairing .item-price {
  text-align: center;
  font-size: 1.5rem;
  line-height: 130%;
}

#pairing .item {
  position: relative;
  text-align: center;
}

#pairing .item img {
  position: relative;
  transform: none;
}


#pairings-list .item {
  margin: 3% 0px;
  text-decoration: none;
  position: relative;
  text-align: center;
  width: 48%;
}

#pairings-list .item:nth-child(odd) {
  clear: left;
}

#pairings-list .item img {
  position: relative;
  transform: none;
  max-height: 140px;
}

#pairings-list .item-name, #pairings-list .item-price {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 130%
  color: black;
}

#pairings-list a:hover .item-name, #pairings-list a:hover .item-price {
  color: #e5c625;
}


#pairing h1 {
  text-align: center;
}

#product-details {
  display: none;
}

#pairing .product-description {
  text-align: center;
  width: 96%;
}

a#discover {
  position: absolute;
  right: 0px;
  bottom: 0;
  max-width: 170px;
  white-space: normal;
  display: none;
}

#pairing ul.filters-list {
  text-align: left;
  margin: 20px 0;
  list-style: none;
}

#milk-filt:before {
  background-position: -50px 0;
}
#texture-filt:before {
  background-position: 0px 0;
}
#flavour-filt:before {
  background-position: -25px 0;
}
#country-filt:before {
  background-position: -75px 0;
}

ul.filters-list li:before {
  content: '';
  background: url(../../img/icons-pairing-spritesheet.svg) 350px 50px;
  width: 25px;
  height: 25px;
  display: inline-block;
  background-size: 175px 25px;
  vertical-align: middle;
  margin-right: 10px;
}

#pairing-bg {
  background: url(../../img/pairing/product-background.jpg);
  position: absolute;
  top: 0px;
  left: calc(50% - 50vw);
  height: 45%;
  width: 100vw;
  background-size: cover;
  z-index: -1;
}

/* For devices larger than 400px */
@media (min-width: 400px) {
  
  body {
    font-size: 1.125em;
    font-weight: normal;
    letter-spacing: 0.02rem;
    line-height: 130%;
  }
  
  section.active {
    display: block;
    /* top: 60px; */
  }
  
  .gapless .column, .gapless .columns {
    margin: 0;
    margin-bottom: 24px;
    height: 100%;
  }
  .gapless .column:first-child,
  .gapless .columns:first-child {
    margin-left: 2%;
  }
  .gapless .column:last-child,
  .gapless .columns:last-child {
    margin-right: 2%;
  }
  
  /* Start main nav */
  nav {
    width: 100vw;
    left: 0;
  }
  
  .cart {
    left: 85%;
  }
  /* End main nav */

  /* Start index page */
  .desc-box {
    margin-bottom: 0 !important;
  }

  .home-img,
  .home-img img {
    width: 100%;
    height: 155px !important;
    margin-bottom: 10px !important;
  }
  /* End index page */
  
  /* Start pairings page */
  #pairings {
    padding: 0;
    top: 0;
    margin-bottom: 0;
  }
  /* End pairings page */
  
  footer {
    font-size: 0.875em;
  }

  footer .footer-social,
  footer .footer-subscribe,
  footer .footer-menu {
     width: 100% !important; 
     left: 20vw; 
     margin-left: 0;
  }
  
  /**pairings filter**/
  
  #filters-nav .active.filter.visible{
    padding: 50px 0;
  }

  #pairings-filter .row.items-list {
    top: 150px;
    height: calc(100% - 210px);
  }
  
  .row.filters-wrapper {
    left: calc(-10vw);
  }
  
  .row.items-list {
    left: calc(50%);
    overflow: scroll;
  }
  
  #pairing{
    /* color:white; */
  }

  #pairing .breadcrumbs li:last-child{
    max-width: 45%;
  }


  
  #filters-nav ul {

    display: inline-block;line-height: 100px;/* position: absolute; */}
  
  #filters-nav li {
    display: inline;
    list-style: none;
    text-transform: uppercase;
    margin: 0 18px 0 18px;
    cursor: pointer;
  }
  
  
  nav#filters-nav.visible {
    display: table;
  }
  
  #filters-nav li {
    display: table-row;
  }
  
  /** Shop **/
  
  #shop .banner, #shop-filter .banner {
  left: calc(50% - 50vw);
  width: 100vw;
  max-width: none;
  }
  
  #shop .lead-text, #shop-filter .lead-text {
    width: 100vw;
    left: calc(50% - 50vw);
  }

  #shop .lead-text>span, #shop-filter .lead-text>span {
    display: none;
  }
  
  #shop .shop-nav, #shop-filter .shop-nav {
    display: block;
    top: 0;
    height: calc(60px + 25%);
  }
  
  #shop .item:nth-child(odd), #shop-filter .item:nth-child(odd) {
    clear: none;
    text-align: center;
    max-height: 250px;
  }

  /** Start taste book page **/
  #taste-book .banner-heading {
    width: 75%;
  }

  #taste-book .top-left-img,
  #taste-book .second-row-left-side,
  #taste-book .second-row-right-side {
    width: 100%;
  }

  #taste-book .top-row-stacked-images {
    width: 48%;
    margin-left: 0;
  }

  #taste-book .side-copy {
    width: 100%;
    margin-left: 0;
  }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  /* Start main nav */
  nav {
    left: 0;
  }

  .cart {
    left: 85%;
  }

  input[type=search].mobile-search {
    width: 65%;
  }

  #main-nav ul:before {
    left: 50px;
  }
  /* End main nav */

  /* Start index page */
  .slide .banner-heading {
    width: 50%;
    left: 33%;
    top: 65%;
  }

  .dots {
      left: 45%;
  }

  .home-img, 
  .home-img img {
    height: 230px !important;
  }

  #index .row.gapless:last-of-type .desc-box {
    margin-bottom: 50px;
  }
  /* End index page */

  /* Start shop landing page */
  #shop .banner {
    height: 500px;
  }

  #shop .banner-heading {
    font-size: 1rem;
    width: 50%;
  }

  #shop .shop-category-placeholder {
    height: 200px;
  }
  /* End shop landing page */

  /* Start taste book page */
  #taste-book .top-row-stacked-images:nth-of-type(3) {
      margin-left: 4%;
  }

  #taste-book .archive-covers-container > a:nth-of-type(2), 
  #taste-book .archive-covers-container > a:nth-of-type(4) {
    margin-left: 4%;
  }

  #taste-book .archive-covers-container > a {
    max-width: 48%;
  }

  #pairing{
    color:#000;
  }

  #pairing-bg {
    width: 50vw;
    height: 100vh;
    top: 0px;
  }  
  /* End taste book page */

  /* Start events page */
  #events .banner {
    height: 550px;
  }

  .events-intro {
    padding: 50px 0;
  }

  .events-intro div:first-of-type {
    width: calc(100% - 30px);
  }

  .events-intro div:nth-of-type(2) {
    width: calc(100% - 15px);
  }

  .events-intro .social-shares-container {
    padding-bottom: 30px;
  }

  .events-heading {
    text-align: center;
    margin-bottom: 3rem;
    padding-top: 0;
  }

  #events .row.gapless:last-of-type .desc-box {
    margin-bottom: 50px;
  }
  /* End events page */

  /* Start contact page */
  .form-container {
    height: 55vh;
    padding-bottom: 380px;
  }

  #contact-form .row {
    max-width: 80%;
  }
  /* End contact page */

  /* Start our story page */
  #our-story .banner {
    height: 500px;
  }

  #our-story .left-image {
    width: 100%;
  }

  #our-story .side-copy {
    padding: 50px;
    width: 100%;
    margin-left: 0;
  }

  #our-story .cta-grid .row div {
    width: 100%;
  }

  #our-story .cta-grid .row div:not(:first-of-type) {
    margin-left: 0;
  }
  /* End our story page */
}

/* Specific media query for contact page on iPad (will be removed when more uniform solution is found) */
@media(min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .form-container {
    padding-bottom: 0;
  }
}
@media (min-width: 770px) {

    input[type="search"] {
        width: 30%!important;
        position: absolute;
        left: 35%;
    }

    .button, input[type=button]{
        font-size: 1em;
    }

    .button-link,
    .button-link:hover,
    .button-link:active,
    .button-link:visited
     {
        color: #000;
        text-decoration: none;
        font-weight: 400;
    }

    #top-search input {
        margin: 0 20px;
    }

    /* Start main nav */
    .cart {
        left: 90%;
    }

    input[type=search].mobile-search {
        position: initial;
        width: 70% !important;
    }

    #main-nav ul:before {
        left: 70px;
    }

    #main-nav li {
        margin-left: 50px;
        margin-right: 50px;
    }

    input.mobile-scan {
        margin: 0 70px;
    }
    /* End main nav */

    /* Start index page */
    .slide .banner-heading {
        width: 33%;
        left: 25%;
        top: 70%;
    }

    .carousel {
        margin-bottom: 50px;
        height: 500px;
    }

    .slide .banner-heading {
        font-size: 0.875rem;
        line-height: 130%;
    }

    .home-img,
    .home-img img {
        height: 230px !important;
    }
    /* End index page */

    /* Start shop page */
     #shop .banner-heading, 
     #shop-filter .banner-heading {
        width: 50%;
        font-size: 1rem;
        text-transform: uppercase;
     }
    /* End shop page */

    /* Start taste book page */
    #taste-book .banner {
        height: 500px;
        width: 100vw;
        left: -13%;
        margin-bottom: 50px;
    }

    #taste-book .top-row {
        padding-bottom: 20px;
    }

    #taste-book .top-left-img {
        margin-bottom: 0px;
        width: 48%;
    }

    #taste-book .top-row-stacked-images {
      margin-left: 4%;
      width: 22%;
    }

    #taste-book .second-row-right-side {
        float: right;
        width: 48%;
    }

    #taste-book .second-row-left-side {
        float: left;
        margin-left: 0;
        width: 48%;
    }

    #taste-book .second-row-left-side .row {
        padding-bottom: 30px;
    }

    #taste-book .switch-sides-mobile {
        background-repeat: no-repeat; 
        background-position: center center; 
        background-size: cover; 
        height: 265px;
        width: calc(50% - 4px);
    }

    #taste-book .secondary-banner {
        height: 500px;
        left: -13%;
    }

    #taste-book .copy-box {
      width: 50%;
      left: calc(50vw - 25%);
    }

    #taste-book .top-row > .stacked-images:last-of-type,
    #taste-book .second-row > .stacked-images:nth-of-type(2),
    #taste-book .second-row > .stacked-images:nth-of-type(4),
    #taste-book .archive-covers-container > a:nth-of-type(2), 
    #taste-book .archive-covers-container > a:nth-of-type(4) {
        margin-left: 4%;
    }

    #taste-book .second-row > .stacked-images:nth-of-type(3),
    #taste-book .second-row > .stacked-images:nth-of-type(4) {
        margin-top: -265px;
        padding-bottom: 20px;
    }

    #taste-book .second-row > .six-columns {
        margin-bottom: 0;
    }

    #taste-book .archive-heading {
        margin-bottom: 20px;
    }

    #taste-book .side-copy {
        padding: 30px;
        height: 275px;
        margin-left: 4%;
        width: 48%;
    }

    #taste-book .side-block {
      height: 470px;
    }

    #taste-book .second-row-right-side .side-block {
      height: 560px;
    }

    #taste-book .inner-banner {
        width: 100%;
        left: inherit;
    }

    #taste-book .inner-banner .banner-heading * {
      margin-bottom: 1rem;
    }

    #taste-book .inner-banner .banner-heading p {
      margin-bottom: 2rem;
    }

    #taste-book .inner-banner .banner-heading .button.yellow {
      margin-bottom: 0;
    }

    #taste-book .banner-heading {
    width: 33%;
    }

    #taste-book .archive-covers-container > a {
        /*margin-left: 2% !important;*/
    }

    #taste-book .archive-headings {
        font-size: 1.2rem;
        text-transform: uppercase;
    }
    /* End taste book page */

    /* Start pairings page  */
    #pairings .split-hero {
        left: calc(50% - 50vw);
    }

    #pairings .banner-heading {
        font-size: 1.125rem;
    }

    .product-description pre {
        /*height: 340px;*/
    }

    #pairing .six.columns {
        text-align: center;
        position: relative;
    }

    #pairing .six.columns:last-child{
        /* left: 50%; */
    }

    #pairing>.row {
        width: 94vw;
        left: calc(50% - 47vw);
        position: relative;
    }

    .product-image {
    }

    div#hover-info {
        position: absolute;
        top: 0px;
        left: 17px;
    }

    #filters-nav {
        background: #efefef;
        margin-bottom: 50px;
        position: relative;
        display: none;
        position: absolute;
        top: 0;
        left: 100%;
        height: 100%;
        width: 100%;
      }    

      #filters-nav ul {
        height: 50px;
        display: inline-block;
        line-height: 50px;
      }      


    .product-description pre {
        height: 250px;
        padding-right: 3rem;
    }

  .row.filters-wrapper, .row.items-list {
      height: initial;
      width: initial;
      position: relative;
      top: 0;
  }

  .row.filters-wrapper{
      left: initial;
  }

  .row.items-list{
    left: initial;
    overflow: initial;
    display: block;
  }

  ul.filters {
      width: 100vw!important;
      height: 300px;
      left: calc((100vw - 100%) / -2);
      float: none;
      overflow: hidden;
  }

  #pairings .split-hero .banner-heading h1 {
    font-size: 2.875rem;
  }

  #pairings .split-hero:first-of-type .banner-heading h1 {
    padding: 50px;
  }

  #pairings .split-hero:nth-of-type(2) .banner-heading h1 {
    padding: 50px;
  }

  #main-nav.filter-nav {
    background: black;
    width: 100vw;
    left: calc(50% - 50vw);
    margin: 0;
    padding: 0;
    height: 80px;
  }

  #main-nav.filter-nav .logo {
    left: 10vw;
    top: 10px;
  }

  #main-nav.filter-nav ul {
    width: auto;
    position: relative;
    line-height: 4;
  }

  #pairings-filter .filters-wrapper{
    height: auto;
  }

  #pairings-filter .row.items-list {
      position: relative;
      top: 0px;
      left: initial;
      width: initial;
      height: auto;
      background: white;
      display: block;
      overflow-y: initial;
      z-index: initial;
  }

  #pairings-filter .three.columns {
      width: 22%;
      height: 250px;
}

  #pairings-filter .filters.cheese .three.columns, #pairings-filter .filters.wine .three.columns{
    width:25%;
    display: block;
    height: 300px;
    float: left;
    margin-bottom: 0;
  }

  #pairings-filter .filters-wrapper .wine .three.columns{
    width:20%;
  }  

  #main-img-pair {
      max-height: 890px;
  }
  .filters .columns h2 {
    top: 55%;
    transform: translateY(-50%);
    display: block;
    vertical-align: middle;
  }

  
  .row a img {
    height: 150px;
    /* width: 100%; */
    position: relative;
  }
  
  nav#filters-nav {
    background: #efefef;
    /* margin-bottom: 50px; */
    position: relative;
    display: block;
    position: relative;
    top: 0px;
    left: 0%;
    height: auto;
    width: 100vw;
    line-height: 60px;
    float: none;
    padding: 0;
  }

  nav#filters-nav.visible{
    display:table;
    position: relative;
    left: calc(50% - 50vw);
  }

  #filters-nav ul {
    height: 50px;
    display: none;
    line-height: 50px;
    position: relative;
    transform: initial;
  }

  #filters-nav ul.visible{
    display:block;
  }

  #filters-nav li {
    display: inline;
    list-style: none;
    text-transform: uppercase;
    margin: 0 18px 0 18px;
    cursor: pointer;
  }
  
  #filters-nav li {
      /* display: table-row; */
  }      

  #filters-nav .active.filter.visible{
    display:none;
  }

  /** Shop **/


  #shop .banner, #shop-filter .banner {
        height: 550px;
        /*max-width: 100%;*/
        background: url(../../img/shop/shop-header.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100vw;
        position: relative;
        /*left: calc(50vw - 50%);*/
    }

    #shop-filter .banner {
      height: 350px;
    }

    #shop .lead-text, #shop-filter .lead-text{
      height: 75px;
      width: 100vw;
    }

    #shop .shop-nav, #shop-filter .shop-nav {
        display:block;
        height: 75px;
        position: relative;
        top: 0;
    }

    #shop .shop-nav ul, #shop-filter .shop-nav ul {
        height: 50px;
        display: inline-block;
        line-height: 100%;
        list-style: initial;
    }

  #shop-filter .three.columns {
      width: 22%;
      height: auto;
      clear:none;
  }

    #shop .item, #shop-filter .item {
        margin: 0 1% 30px;
        text-decoration: none;
        position: relative;
        text-align: center;
        width: 22%;
    }


    #shop .four-categories {
        margin-bottom: 20px;
        margin-top: 50px;
    }

    #shop .shop-category-placeholder {
        margin-bottom: 30px;
        height: 300px;
    }    

    /* Start events styles */
    #events .banner {
      height: 550px;
    }
    /* End events styles */

    /* Start contact styles */
    .gmap-container {
      padding-bottom: 50%;
    }

    .gmap-container iframe {
      height: 500px;
    }
    /* End contact styles */

}
@media (min-width: 1000px) {
  section.active {
    top: 0;
  }
  section {
    /* padding-top:60px; */
  }

  .button-link {
    font-size: 1.125rem;
  }

  /* Start main nav */
  #top-search {
    display: block;
    position: static;
  }
  
  .mobile-search,
  input.mobile-scan,
  .cart {
    display: none
  }
  
  nav {
    width: 100%;
    left: 0;
    background: none;
    overflow: initial;
    position: absolute;
  }
  
  .logo {
    width: 60px;
    height: 60px;
    left: 0px;
  }
  
  .hamburger-icon {
    display: none;
  }
  
  #main-nav {
    position: absolute;
    height: 60px;
    transition: height 0.25s;
  }
  
  #main-nav.fixed-nav {
    position: fixed;
    top: 0;
    z-index: 9999;
    background: #000;
    height: 80px;
    width: 100vw;
  }
  
  #main-nav.fixed-nav .logo:hover,
  #main-nav.fixed-nav .cart:hover {
    cursor: pointer;
  }
  
  #main-nav.fixed-nav .logo {
    left: 10%;
    top: 20px;
    width: 40px;
    height: 40px;
    z-index: 100;
  }
  
  #main-nav.fixed-nav .cart {
    display: block;
    top: 20px;
    left: 88%;
    width: 30px;
    height: 30px;
  }
  
  #main-nav ul {
    height: 0px;
    display: inline-block;
    line-height: 50px;
    width: calc(100% - 60px);
    left: 0;
    background: none;
    top: initial;
    position: absolute;
    overflow: initial;
  }
  
  #main-nav ul:before {
    display: none;
  }
  
  #main-nav li {
    display: inline;
    list-style: none;
    margin-left: 0;
    margin-right: 0;
  }
  /* End main nav */
  
  /* Start index page */
  #index {
    /*padding-bottom: 100px;*/
    margin-bottom: 100px;
    padding: 0;
  }
  
  .carousel {
    height: 550px;
    margin-bottom: 100px;
  }
  
  .arrow {
    background: rgba(204, 204, 204, 0.24);
    width: 70px;
    height: 70px;
    position: absolute;
    z-index: 999;
    top: calc(50% - 70px);
  }
  
  .arrow.left {
    left: 10%;
    background: url(../../img/home/arrow-left.svg) no-repeat;
  }
  
  .arrow.right {
    right: 10%;
    background: url(../../img/home/arrow-right.svg) no-repeat;
  }
  
  .arrow:hover {
    cursor: pointer;
  }
  
  .slide .banner-heading {
    width: 25%;
    left: 33%;
    top: 60%;
  }
  
  .slide .banner-heading h1,
  .slide .banner-heading p {
    margin-bottom: 30px;
  }

  .slide .banner-heading p,
  .slide .banner-heading a {
    font-size: 1.125rem;
  }

  .slide .banner-heading h1 {
    line-height: 110%;
  }

  .slide .banner-heading p {
    line-height: 160%;
  }
  
  .dots {
    left: calc(50% - 30px);
  }
  
  .home-img,
  .home-img img,
  .desc-box {
    height: 375px !important;
  }
  
  .desc-box {
    padding: 30px;
  }
  
  .desc-box p,
  .desc-box .button.yellow {
    margin-bottom: 30px;
  }

  .desc-box-inner-container {
    top: 50%;
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  
  #index .row.gapless {
    margin-bottom: 50px;
  }
  
  #index .row.gapless:last-of-type {
    margin-bottom: 0;
  }
  
  #index .row.gapless .five.columns {
    width: 39.3333333333%;
  }
  
  #index .row.gapless .seven.columns {
    width: 56.6666666667%;
  }
  
  #index .row.gapless:nth-of-type(3) .five.columns {
    float: right;
    width: 56.6%;
    margin-left: 0;
    margin-right: 4%;
  }
  
  #index .row.gapless:nth-of-type(3) .seven.columns {
    float: right;
    width: 39.3%;
    margin-right: 0;
    margin-left: 0;
  }
  /* End index page */
  
  /* Start shop page */
  #shop .banner-heading,
  #shop-filter .banner-heading {
    font-size: inherit;
  }
  /* End shop page */
  
  /* Start taste book page */
  #taste-book .banner {
    width: 100vw;
    left: calc(50% - 50vw);
    height: 550px;
    margin-bottom: 50px;
  }

  #taste-book .top-row-stacked-images {
    height: 265px;
  }

  #taste-book .side-block {
    height: 560px;
  }
  
  #taste-book .top-row {
    padding-bottom: 30px;
  }
  
  #taste-book .side-copy,
  #taste-book .banner-heading {
    padding: 50px;
  }

  #taste-book .inner-banner {
    height: 700px;
  }

  #taste-book .side-copy-inner-container {
    top: 50%;
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  
  #taste-book .second-row {
    padding-bottom: 20px;
  }

  #taste-book .fourth-row {
    padding-bottom: 50px;
  }
  
  #taste-book .secondary-banner {
    height: 750px;
    left: calc(50% - 50vw);
  }
  
  #taste-book .banner-overlay {
    background: #000;
  }
  
  #taste-book .archive-covers-container {
    padding-bottom: 100px;
    margin-bottom: 0;
  }

  #taste-book .archive-covers-container > a {
    max-width: 22%;
  }

  #taste-book .archive-covers-container > a:nth-of-type(3) {
    margin-left: 4%;
  }
  /* End taste book page */
  
  
  /** Shop **/

  /** Product **/

  section#product{
    top:60px;
  }
  
  .row.filters-wrapper, .row.items-list {
      height: initial;
      width: initial;
      position: relative;
      top: 0;
  }

  .row.filters-wrapper{
      left: initial;
  }
  
  /** pairing**/
  
  section#pairing {
    padding-top: 140px;
  }
  
  #pairing ul.breadcrumbs {
    position: fixed;
    z-index: 2;
    /* background: white; */
    top: 120px;
    left: 60px;
  }
  
  div#hover-info {
    top: 60px;
  }
  
  /* Start footer styles */
  footer .row:first-of-type {
    padding: 30px 0 50px 0;
  }

  footer .row:nth-of-type(2) {
    padding-bottom: 30px;
  }
  
  footer .footer-copyright {
    padding-bottom: 0;
    width: initial;
    float: right;
    position: relative;
    display: inline;
    top: 5px;
    text-align: right;
    left: -30px;
  }
  
  footer .footer-logo {
    display: block;
    width: auto !important;
  }

  footer .footer-logo a img {
    width: 75px;
    height: 75px;
  }
  
  footer .footer-social {
     width: 13.3333333333% !important; 
     margin-left: 30px; 
     white-space: nowrap;
  }

  footer .footer-social ul li:not(:first-of-type) {
    margin-left: 20px;
  }
  
  footer .footer-subscribe,
  footer .footer-menu {
     width: 30.6666666667% !important; 
  }
  
  footer form.footer-subscribe {
    position: relative;
     left: 25px; 
    width: 100% !important;
    white-space: nowrap;
    padding-bottom: 50px;
  }

  footer .footer-subscribe-text {
    position: relative;
    text-align: left;
    left: 25px;
  }
  
  footer .footer-menu {
     /*float: left; 
     display: block;
     padding-left: 30px; */
     width: 100% !important;
     margin-left: 0;
  }
  
  footer .footer-subscribe {
    float: right;
    text-align: center;
  }

  footer .footer-subscribe input[type="text"],
  footer .footer-subscribe input[type="button"] {
    height: 40px;
    float: left;
    left: 0;
  }

  footer .footer-subscribe input[type="text"]::-webkit-input-placeholder {
    font-weight: 400;
  }
  
  footer .footer-subscribe input[type="text"] {
    width: initial;
    vertical-align: bottom;
  }

  footer .footer-subscribe input[type="button"] {
    left: calc(50% - 2px);
    font-size: 1rem !important;
    letter-spacing: 0.1em;
    font-weight: 400;
  }

  footer .footer-menu ul {
    width: 75%;
    position: absolute;
  }
  
  footer .footer-menu ul li {
    display: inline;
    width: initial;
  }
  /* End footer styles */

  /* Start events styles */
  #events {
    margin-bottom: 100px;
    padding: 0;
  }

  #events .row.gapless {
    margin-bottom: 50px;
  }
  
  #events .row.gapless:last-of-type {
    margin-bottom: 0;
  }
  
  #events .row.gapless .five.columns {
    width: 39.3333333333%;
  }
  
  #events .row.gapless .seven.columns {
    width: 56.6666666667%;
  }

  .events-intro div:first-of-type {
    width: initial;
    padding-bottom: 50px;
  }

  .events-intro div:nth-of-type(2) {
    width: 65.3333333333%;
  }

  #events .heading-box-divider:after {
    margin-top: 10px;
  }

  .events-intro .social-shares-container {
    display: inline-flex;
    padding-bottom: 30px;
  }

  .events-intro .social-shares-container ul {
    width: 50%;
    padding-top: 0;
    margin-bottom: 0;
    position: absolute;
    left: 350px;
  }

  .events-intro .social-shares-container span {
    text-align: left;
  }

  .social-shares-container {
    display: inline-flex;
  }

  .social-shares-container ul {
    /*width: 50%;*/
    width: 75%;
    padding-top: 0;
  }
  /* End events styles */

  /* Start contact styles */
  #contact .four-categories {
    margin-bottom: 70px;
  }

  .gmap-container iframe {
    height: 550px;
  }

  .form-container {
    padding-bottom: 120px;
    margin-bottom: 0;
  }
  /* End contact styles */

  /* Start our story styles */
  #our-story .banner {
    height: 550px;
  }

  #our-story .our-story-intro {
    padding: 100px;
  }

  #our-story .img-with-side-copy {
    padding: 100px 0;
  }

  #our-story .left-image {
    width: 48%;
  }

  #our-story .side-copy,
  #our-story .cta-grid .row div {
    width: 30.6666666667%;
  }

  #our-story .side-copy {
    padding: 0;
  }

  #our-story .side-copy p:last-of-type {
    margin-bottom: 0;
  }

  #our-story .cta-grid .row div:not(:first-of-type) {
    margin-left: 4%;
  }
  /* End our story styles */
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
	/* Start contact styles */
	.form-container {
		padding-bottom: 160px;
	}

	#contact-form .row {
		max-width: 1140px;
	}
	/* End contact styles */
}
/* Larger than Desktop HD */
@media (width: 1920px) and (height: 1080px) {
  html {
    /* font-size: 24px!important; */
  }
  section {
  
  }

  .kiosk .back-arrow {
    position: absolute;
    width: 100px;
    color: white;
    font-weight: 100;
  }
  
  .kiosk div#back-arrow {
    position: absolute;
    left: 50px;
    height: 100%;
    line-height: 1.85;
    display: none;
  }
  
  .kiosk #kiosk-header {
    display: block;
    width: 100vw;
    height: 100px;
    background: #555;
    position: relative;
    left: calc(50% - 50vw);
    z-index: 10;
  }
  
  .kiosk .kiosk-logo {
    background: url(../../img/logo-cheese-co.svg);
    position: absolute;
    top: 75px;
    left: calc(50% - 75px);
    width: 150px;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .kiosk .container {
    padding-bottom: 0;
  }
  
  .kiosk #kiosk-pairings-search-container {
    height: 100px;
    width: 100vw;
    position: absolute;
    bottom: 0px;
    left: calc(50% - 50vw);
    background: white;
  }
  
  .kiosk #pairings-search {
    height: 100px;
    border-radius: 50px;
    margin: 0 auto;
    width: 80% !important;
    top: 50px;
    left: calc(100vw - 95%);
    bottom: 0;
    position: absolute;
    z-index: 1;
    padding: 50px;
    display: block;
    color: #fff;
    background: #555;
    border: none;
    cursor: pointer;
  }
  
  .kiosk #pairings-search::-webkit-input-placeholder {
    color: #fff;
  }
  
  .kiosk .search-icon {
    background: url(../../img/icon-search.svg);
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    right: 2%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
  }
  
  .kiosk #kiosk-pairings-search-container p {
    display: block;
    width: 100vw;
    position: relative;
    /* top: 20%; */
    height: 100%;
    /* background: #fff; */
    color: #555;
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    margin-bottom: 0;
    /* padding-top: calc(100px + 30px); */
    line-height: 3;
  }
  
  .kiosk #kiosk-pairings-search-container .down-arrow {
    background: url(../../img/pairing/arrow-down.svg);
    position: absolute;
    top: 20%;
    left: calc(50% + 110px);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  
  #pairing.kiosk .pairings-details {
    padding: 0 60px;
    width: calc(100% - 120px);
  }
  
  #pairings.kiosk .split-hero {
    top: 0px;
    position: absolute;
  }
  #kiosk-header {
    text-align: center;
    font-size: 2rem;
    line-height: 3;
  }
  
  a.kiosk-tab {
    margin: 0 50px;
    width: 150px;
    display: inline-block;
    color: white;
  }
  
  /**/
  #filters-nav ul {
    height: 100px;
    line-height: 5;
    margin-bottom: 100px;
  }
  
  #filters-nav li {
    margin: 80px;
  }
  
  .container {
    max-width: 100vw;
    margin: 0 160px;
    width: calc(100vw - 320px);
  }
  
  .product-title-heading {
    font-size: 3rem;
    /*max-width: 80%;*/
    text-align: left;
    padding-right: 3rem;
    margin-top: -4rem;
  }
  
  .product-prices {
    text-align: left;
    font-size: 1.5rem;
    margin-top: 1rem;
  }
  
  #shop .four-categories {
    margin-bottom: 100px;
  }
  
  #shop .eight-items .row {
    margin-top: 100px;
  }
  
  #shop .eight-items .row:nth-child(2) {
    margin-top: 28px;
  }
  
  .product-add-to-cart {
    display: none;
  }
  
  #product hr {
    margin-bottom: 100px;
  }
  
  #product div#kiosk-header {
    margin-bottom: 100px;
  }
  
  ul.filters {
    
    left: calc(50% - 50vw);
    
  }
  
  
  section#pairing, section#product {
    padding-top: 0;
    top: 0;
  }
  
  #pairing>.row {
    width: 100vw;
    left: calc(50% - 50vw);
  }
  
  img#main-img-pair {
    max-height: 600px;
    margin-top:12rem;
  }
  
  #pairing .six.columns {
    margin: 0;
    width: 50%;
  }
  
  
  #pairing ul.breadcrumbs, #product ul.breadcrumbs {
    display: none;
  }
  
  
  div#hover-info {
    top: 120px;
    line-height: 1.1;
    left: 100px;
  }
  
  .row.tabs {
    margin-bottom: 100px;
  }
  .tab {
    height: 120px;
  }
  
  
  #shop nav.shop-nav {
    height: 100px;
    font-size: 2rem;
  }
  
  #shop .shop-nav li {
    margin: 0 80px;
    line-height: 2.5;
  }

}
