@charset "UTF-8";
/* Master stylesheet
   ========================================================================== */
/*  Global project variables
   ========================================================================== */
/* Utility functions/mixins
   ========================================================================== */
/**
 * the sticky footer mixin
 **/
/* Controls various visibility settings applied to elements.
   ========================================================================== */
/*
 * Hide/show visually and from screen readers
 */
/*
 * Hide/show only visually, but have it available for screen readers
 */
/**
 * Cross browser opacity
 */
/* Media functions/mixins
   ========================================================================== */
/**
 * Responsive image mixin
 */
/**
 * Maintain Aspect Ratio
 */
/*
 * Responsive video
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
@import url("https://fonts.googleapis.com/css?family=Montserrat");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Correct the padding in Firefox.
     */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

/* Fonts
   ========================================================================== */
@font-face {
  font-family: 'eb_garamondmedium';
  src: url("fonts-icons/ebgaramond-medium-webfont.woff2") format("woff2"), url("fonts-icons/ebgaramond-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'eb_garamondregular';
  src: url("fonts-icons/ebgaramond-regular-webfont.woff2") format("woff2"), url("fonts-icons/ebgaramond-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'eb_garamondbold';
  src: url("fonts-icons/ebgaramond-bold-webfont.woff2") format("woff2"), url("fonts-icons/ebgaramond-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'roboto_slabregular';
  src: url("fonts-icons/RobotoSlab-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'whitincondensed_black';
  src: url("fonts-icons/whitin-condensedblack-webfont.woff2") format("woff2"), url("fonts-icons/whitin-condensedblack-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'brim_narrowface';
  src: url("fonts-icons/jamie-clarke-type-brimnarrow-face-webfont.woff2") format("woff2"), url("fonts-icons/jamie-clarke-type-brimnarrow-face-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

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

[data-icon]:before {
  font-family: "westcountry" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "westcountry" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.icon-linked-in:before {
  content: "\63"; }

.icon-mail:before {
  content: "\64"; }

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

.icon-youtube:before {
  content: "\66"; }

.icon-angle-left:before {
  content: "\67"; }

.icon-angle-right:before {
  content: "\68"; }

.icon-triangle-up:before {
  content: "\69"; }

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

/* Scaffolding
   ========================================================================== */
* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  background-color: #ffffff;
  color: #000000;
  font-family: helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    body {
      -webkit-font-smoothing: subpixel-antialiased; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-family: helvetica, arial, serif;
  font-weight: 400;
  font-size: 1rem; }

h1 {
  font-size: 2.625em;
  margin-bottom: 1rem;
  line-height: 120%; }

h2 {
  font-size: 1.875em;
  line-height: 1.1; }

h3 {
  font-size: 1.375em;
  line-height: 1; }

b,
strong {
  font-weight: 700;
  font-family: helvetica, arial, sans-serif; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

/* Grid
   ========================================================================== */
body {
  min-width: 320px; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto; }
  .container::after {
    clear: both;
    content: '';
    display: table; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }
  @media all and (min-width: 48em) {
    .container {
      max-width: 768px;
      margin-left: auto;
      margin-right: auto; }
      .container:after {
        content: " ";
        display: block;
        clear: both; } }
  @media all and (min-width: 62em) {
    .container {
      max-width: 992px;
      margin-left: auto;
      margin-right: auto; }
      .container:after {
        content: " ";
        display: block;
        clear: both; } }
  @media all and (min-width: 71.25em) {
    .container {
      max-width: 1140px;
      margin-left: auto;
      margin-right: auto; }
      .container:after {
        content: " ";
        display: block;
        clear: both; } }
  @media all and (min-width: 87.5em) {
    .container {
      max-width: 1400px;
      margin-left: auto;
      margin-right: auto; }
      .container:after {
        content: " ";
        display: block;
        clear: both; } }

/* Forms
   ========================================================================== */
.wpcf7-form-control-wrap {
  position: relative;
  float: left; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url(".//assets/images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts-icons/slick.eot");
  src: url("./fonts-icons/slick.eot?#iefix") format("embedded-opentype"), url("./fonts-icons/slick.woff") format("woff"), url("./fonts-icons/slick.ttf") format("truetype"), url(".//css/fonts-icons/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 40%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: 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: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: 'barney-jack';
    font-size: 50px;
    line-height: 1;
    color: #4e4943;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 0px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 0px; }
  @media all and (min-width: 30em) {
    .slick-prev {
      left: -10px; }
      [dir="rtl"] .slick-prev {
        left: auto;
        right: -10px; } }
  .slick-prev:before {
    content: "g"; }
    [dir="rtl"] .slick-prev:before {
      content: "h"; }

.slick-next {
  right: 0px; }
  [dir="rtl"] .slick-next {
    left: 0px;
    right: auto; }
  @media all and (min-width: 30em) {
    .slick-next {
      right: -10px; }
      [dir="rtl"] .slick-next {
        left: -10px;
        right: auto; } }
  .slick-next:before {
    content: 'h'; }
    [dir="rtl"] .slick-next:before {
      content: 'g'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Header
   ========================================================================== */
header {
  background-color: #ffffff;
  height: 180px; }
  header .menu-area.container {
    padding-left: 0; }
    @media all and (min-width: 20em) and (max-width: 47.9375em) {
      header .menu-area.container {
        padding: 0; } }
  header .logo {
    width: 100%;
    text-align: center;
    padding-top: 0px;
    z-index: 10;
    position: relative; }
    @media all and (min-width: 48em) {
      header .logo {
        width: 34%;
        float: left;
        text-align: left; } }
    header .logo a {
      width: auto;
      height: 180px;
      display: block;
      float: left;
      margin: 0; }
      header .logo a img {
        width: 220px; }
      @media all and (min-width: 20em) and (max-width: 47.9375em) {
        header .logo a {
          width: 100%; } }
      @media all and (min-width: 48em) {
        header .logo a {
          margin: 0; } }
      @media all and (min-width: 62em) {
        header .logo a {
          margin: 0; } }
      header .logo a .icon.icon-barney-jacks-header-logo:before {
        font-size: 320px;
        width: 200px;
        height: 85px;
        display: block;
        color: #1d1d1b;
        margin-top: -60px;
        margin-left: -50px; }
        @media all and (min-width: 20em) {
          header .logo a .icon.icon-barney-jacks-header-logo:before {
            margin-left: 0px; } }
  header nav {
    padding: 0; }
    @media all and (min-width: 48em) {
      header nav {
        padding: 75px 0 50px;
        margin: 0px; } }
    @media all and (min-width: 48em) {
      header nav ul {
        list-style: none;
        float: right;
        display: block;
        width: auto; } }
    header nav ul li {
      list-style-type: none;
      display: inline; }
      @media all and (min-width: 48em) {
        header nav ul li {
          float: left; } }
      header nav ul li a {
        display: table-cell;
        vertical-align: middle;
        color: #191814;
        text-decoration: none;
        font-family: eb_garamondmedium, helvetica, arial; }
        header nav ul li a:hover, header nav ul li a:focus {
          text-decoration: none;
          color: #191814; }
        @media all and (min-width: 48em) {
          header nav ul li a {
            display: inline;
            font-size: 22px;
            padding: 20px 0; } }
        @media all and (min-width: 62em) {
          header nav ul li a {
            font-size: 22px; } }
        @media all and (min-width: 71.25em) {
          header nav ul li a {
            font-size: 22px; } }
        @media all and (min-width: 87.5em) {
          header nav ul li a {
            font-size: 22px; } }
      header nav ul li:not(:first-child):before {
        font-size: 22px;
        content: " | ";
        color: #191814;
        display: block;
        float: left;
        font-weight: bold;
        display: none; }
        @media all and (min-width: 48em) {
          header nav ul li:not(:first-child):before {
            display: list-item;
            margin-top: 3px;
            padding: 0 10px; } }
      header nav ul li:nth-child(2):before {
        color: #fdb940; }
      header nav ul li:nth-child(3):before {
        color: #e75325; }
      header nav ul li:nth-child(4):before {
        color: #87cbd4; }

.desktop {
  display: none; }
  @media all and (min-width: 48em) {
    .desktop {
      display: block; } }

.mobile-only {
  display: block; }
  @media all and (min-width: 48em) {
    .mobile-only {
      display: none; } }

/*********************
VARIABLES
**********************/
/*Controls Menu top & bottom padding*/
/*Contols Menu left & right padding*/
/*Control Menu Color Scheme*/
/*********************
RESPONSIVE BREAKPOINTS
**********************/
/*********************
NAVIGATION STYLES
**********************/
nav {
  margin: 130px 0 0 0;
  max-height: 0;
  overflow: hidden;
  width: 100%; }
  @media all and (min-width: 48em) {
    nav {
      width: 66%;
      float: right; } }

nav ul {
  margin: 0 auto;
  width: 100%;
  list-style: none; }
  @media (max-width: 768px) {
    nav ul {
      margin: 0;
      padding: 0;
      width: 100%;
      z-index: 15; } }
  nav ul li {
    float: left;
    position: relative;
    z-index: 1;
    /******************
    SUBNAV
    ******************/ }
    @media (max-width: 768px) {
      nav ul li {
        float: none;
        position: relative;
        margin: 0; } }
    nav ul li a {
      display: block;
      padding: 20px 25px;
      text-align: center;
      color: white;
      text-decoration: none;
      transition: all 0.1s ease; }
      nav ul li a:hover {
        background: rgba(0, 0, 0, 0);
        color: #00aedb;
        transition: all 0.2s ease; }
      @media (max-width: 768px) {
        nav ul li a {
          display: table;
          margin: 0;
          padding: 15px 2px;
          color: white;
          text-shadow: none;
          width: 100%;
          font-size: 17px; } }
    nav ul li:hover ul {
      opacity: 1;
      max-height: 1000px;
      transition: all 0.3s ease; }
      @media (max-width: 768px) {
        nav ul li:hover ul {
          max-height: 0; } }
    nav ul li ul {
      background: rgba(0, 0, 0, 0);
      list-style: none;
      padding: 0;
      position: absolute;
      width: 200px;
      max-height: 0;
      z-index: 0;
      opacity: 0;
      overflow: hidden;
      font-size: .9em;
      box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
      transition: all 0.3s ease; }
      @media (max-width: 768px) {
        nav ul li ul {
          max-height: 0;
          opacity: 1;
          width: 100%;
          position: relative;
          overflow: hidden;
          transition: all 2s ease; } }
      nav ul li ul li {
        float: none;
        margin: 0; }
        @media (max-width: 768px) {
          nav ul li ul li {
            margin: 0; } }
        nav ul li ul li a {
          display: block;
          text-align: left;
          padding: 13.33333px 16.66667px;
          margin: 0;
          border-right: none;
          border-top: 1px solid rgba(0, 0, 0, 0);
          text-transform: none;
          text-shadow: none;
          transition: all 0.2s ease; }
          nav ul li ul li a:hover {
            color: #00aedb;
            background: rgba(13, 13, 13, 0);
            transition: all 0.5s ease; }
          @media (max-width: 768px) {
            nav ul li ul li a {
              color: white;
              padding-left: 20px;
              background: none; } }

/***************************
MOBILE NAV STYLES
***************************/
.mobile {
  display: table;
  margin: 0;
  padding: 20px 15px;
  position: absolute;
  color: #1d1d1b;
  text-decoration: none;
  top: 15px;
  right: 15px;
  line-height: 0;
  z-index: 10;
  font-size: 25px;
  text-decoration: none; }
  @media all and (min-width: 48em) {
    .mobile {
      display: none; } }
  .mobile:hover {
    text-decoration: none; }

.active {
  margin: -100px auto 0;
  max-width: 260px;
  max-height: 9000px !important; }
  @media all and (min-width: 30em) {
    .active {
      margin: -100px auto 0;
      max-width: 360px; } }
  @media all and (min-width: 48em) {
    .active {
      margin: 0;
      max-width: 100%; } }
  .active ul li {
    max-width: 220px;
    margin: 0px auto;
    display: list-item;
    background: rgba(255, 255, 255, 0.9); }
    @media all and (min-width: 30em) {
      .active ul li {
        max-width: 280px; } }
    @media all and (min-width: 48em) {
      .active ul li {
        margin: 0;
        max-width: none;
        float: left; } }
    .active ul li:not(:first-child):before {
      display: none; }
      @media all and (min-width: 48em) {
        .active ul li:not(:first-child):before {
          display: list-item;
          margin-top: 3px;
          padding: 0 10px; } }
    .active ul li a {
      display: table;
      width: 100%;
      border-top: none; }
      @media all and (min-width: 48em) {
        .active ul li a {
          display: inline; } }

@media (max-width: 768px) {
  .arrow {
    display: block;
    background: url(../images/arrow.png) no-repeat;
    float: right;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 25px;
    top: 10px;
    transition: all 0.3s ease; }
    .arrow:hover {
      cursor: pointer; }
  .rotate {
    transition: all 0.3s ease;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); } }

/* Main
   ========================================================================== */
.intro-photo {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.intro-area {
  background-color: #ffffff;
  position: relative; }
  .intro-area img {
    width: 100%;
    height: auto; }

.intro-text {
  background-color: #ffffff;
  padding: 70px 0;
  max-width: 960px;
  margin: 0 auto; }
  .intro-text h2 {
    text-align: center;
    color: #000000;
    font-family: eb_garamondmedium;
    font-size: 60px; }
  .intro-text p {
    text-align: center;
    color: #000000;
    font-family: eb_garamondmedium;
    font-size: 32px; }

.why-legends {
  background-color: #87cbd4;
  height: auto;
  width: 100%;
  float: left;
  position: relative;
  clear: both; }
  .why-legends img {
    width: 100%;
    height: auto;
    float: right; }
    @media all and (min-width: 62em) {
      .why-legends img {
        float: left;
        width: 50%; } }
  @media all and (min-width: 62em) {
    .why-legends .details {
      float: left;
      width: 50%;
      background-size: 100%;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0; } }
  .why-legends .content {
    float: right;
    padding: 70px;
    width: 100%;
    display: table;
    height: 100%; }
    @media all and (min-width: 62em) {
      .why-legends .content {
        padding: 0px;
        float: left;
        max-width: 480px; } }
    .why-legends .content .container {
      display: table-cell;
      vertical-align: middle; }
      @media all and (min-width: 62em) {
        .why-legends .content .container {
          padding: 15px 30px 0px 30px; } }
      @media all and (min-width: 71.25em) {
        .why-legends .content .container {
          padding: 30px 30px 0px 30px; } }
      @media all and (min-width: 87.5em) {
        .why-legends .content .container {
          padding: 70px 30px 30px 30px; } }
      .why-legends .content .container h2 {
        text-align: center;
        color: #ffffff;
        font-family: eb_garamondmedium;
        margin-bottom: 10px;
        font-size: 40px; }
        @media all and (min-width: 62em) {
          .why-legends .content .container h2 {
            margin-bottom: 20px;
            font-size: 60px; } }
      .why-legends .content .container p {
        text-align: center;
        color: #ffffff;
        font-family: eb_garamondmedium;
        font-size: 24px; }
        @media all and (min-width: 62em) {
          .why-legends .content .container p {
            font-size: 28px; } }
        @media all and (min-width: 71.25em) {
          .why-legends .content .container p {
            font-size: 32px; } }
      .why-legends .content .container a {
        font-size: 18px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none;
        color: #ffffff;
        text-align: center;
        display: block;
        border: 2px solid white;
        padding: 10px;
        width: fit-content;
        margin: 0 auto; }
        @media all and (min-width: 62em) {
          .why-legends .content .container a {
            font-size: 20px; } }

.whylegends h1 {
  text-align: center;
  color: #000000;
  font-family: eb_garamondmedium;
  margin-bottom: 10px;
  font-size: 40px; }
  @media all and (min-width: 62em) {
    .whylegends h1 {
      margin-bottom: 20px;
      font-size: 46px; } }

.whylegends p {
  text-align: center;
  color: #000000;
  font-family: eb_garamondmedium;
  font-size: 24px; }

.whylegends .why-legends-images {
  clear: both;
  float: left;
  margin-bottom: 30px; }
  .whylegends .why-legends-images img {
    width: 50%;
    padding: 10px;
    margin: 0;
    float: left; }
    @media all and (min-width: 62em) {
      .whylegends .why-legends-images img {
        width: 25%;
        padding: 10px;
        margin: 0;
        float: left; } }

.products {
  background-color: #ffffff;
  height: auto;
  width: 100%;
  float: left;
  position: relative; }
  .products img {
    width: 100%;
    height: auto;
    float: right; }
    @media all and (min-width: 62em) {
      .products img {
        float: left;
        width: 50%; } }
  .products .details {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center; }
    .products .details.seasalt {
      background-image: url("../assets/products/wcl-seasalt-bg.jpg"); }
    .products .details.chilli {
      background-image: url("../assets/products/wcl-chilli-bg.jpg"); }
    .products .details.cheddar {
      background-image: url("../assets/products/wcl-cheddar-bg.jpg"); }
    @media all and (min-width: 62em) {
      .products .details {
        float: left;
        width: 50%;
        background-size: 100%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0; } }
  .products .content {
    float: right;
    padding: 70px;
    width: 100%;
    display: table;
    height: 100%; }
    @media all and (min-width: 62em) {
      .products .content {
        padding: 0px;
        float: left;
        max-width: 480px; } }
    .products .content .container {
      display: table-cell;
      vertical-align: middle; }
      @media all and (min-width: 62em) {
        .products .content .container {
          padding: 15px 30px 0px 30px; } }
      @media all and (min-width: 71.25em) {
        .products .content .container {
          padding: 30px 30px 0px 30px; } }
      @media all and (min-width: 87.5em) {
        .products .content .container {
          padding: 70px 30px 30px 30px; } }
      .products .content .container h2 {
        text-align: center;
        color: #000000;
        font-family: eb_garamondmedium;
        margin-bottom: 10px;
        font-size: 40px; }
        @media all and (min-width: 62em) {
          .products .content .container h2 {
            margin-bottom: 20px;
            font-size: 46px; } }
      .products .content .container p {
        text-align: center;
        color: #000000;
        font-family: eb_garamondmedium;
        font-size: 24px; }
        @media all and (min-width: 62em) {
          .products .content .container p {
            font-size: 28px; } }
      .products .content .container a {
        font-size: 16px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none;
        color: #000000;
        text-align: center;
        display: block;
        border: 2px solid #000000;
        padding: 10px;
        width: fit-content;
        margin: 0 auto; }
        @media all and (min-width: 62em) {
          .products .content .container a {
            font-size: 20px; } }

.slick-dotted.slick-slider {
  margin-bottom: 0px; }

.slick-dots {
  bottom: 25px; }
  @media all and (min-width: 62em) {
    .slick-dots {
      width: 480px;
      margin-left: 50%; } }

.slick-dots li button:before {
  font-size: 15px; }

.finest-ingredients {
  background-color: #fdb940;
  height: auto;
  width: 100%;
  float: left; }
  .finest-ingredients img {
    width: 100%;
    height: auto;
    float: right; }
    @media all and (min-width: 62em) {
      .finest-ingredients img {
        float: left;
        width: 50%; } }
  .finest-ingredients .content {
    float: left;
    padding: 70px;
    width: 100%;
    display: table;
    height: 100%; }
    @media all and (min-width: 62em) {
      .finest-ingredients .content {
        padding: 0px;
        float: left;
        width: 50%; } }
    .finest-ingredients .content .container {
      display: table-cell;
      vertical-align: middle; }
      @media all and (min-width: 62em) {
        .finest-ingredients .content .container {
          float: right;
          max-width: 480px;
          padding: 15px 30px 0px 30px; } }
      @media all and (min-width: 71.25em) {
        .finest-ingredients .content .container {
          padding: 30px 30px 0px 30px; } }
      @media all and (min-width: 87.5em) {
        .finest-ingredients .content .container {
          padding: 70px 30px 30px 30px; } }
      .finest-ingredients .content .container h2 {
        text-align: center;
        color: #000000;
        font-family: eb_garamondmedium;
        margin-bottom: 10px;
        font-size: 40px; }
        @media all and (min-width: 62em) {
          .finest-ingredients .content .container h2 {
            margin-bottom: 20px;
            font-size: 60px; } }
      .finest-ingredients .content .container p {
        text-align: center;
        color: #000000;
        font-family: eb_garamondmedium;
        font-size: 24px; }
        @media all and (min-width: 62em) {
          .finest-ingredients .content .container p {
            font-size: 24px; } }
        @media all and (min-width: 71.25em) {
          .finest-ingredients .content .container p {
            font-size: 28px; } }
      .finest-ingredients .content .container a {
        font-size: 18px;
        font-family: roboto_slabregular;
        text-transform: uppercase;
        text-decoration: none;
        color: #ffffff;
        text-align: center;
        display: block;
        border: 2px solid white;
        padding: 10px;
        width: fit-content;
        margin: 0 auto; }
        @media all and (min-width: 62em) {
          .finest-ingredients .content .container a {
            font-size: 26px; } }

.our-products {
  background-color: #ffffff;
  padding-bottom: 100px;
  padding-top: 20px; }
  .our-products h2 {
    text-align: center;
    margin-top: 90px;
    margin-bottom: 60px;
    font-size: 60px;
    color: #39352b;
    text-transform: uppercase;
    font-family: brim_narrowface, helvetica, arial;
    font-size: 30px; }
    @media all and (min-width: 30em) {
      .our-products h2 {
        font-size: 40px;
        margin-bottom: 20px; } }
    @media all and (min-width: 62em) {
      .our-products h2 {
        font-size: 45px;
        margin-top: 50px; } }
    @media all and (min-width: 71.25em) {
      .our-products h2 {
        font-size: 55px;
        margin-top: 100px; } }
    @media all and (min-width: 87.5em) {
      .our-products h2 {
        font-size: 60px;
        margin-top: 100px; } }
  .our-products .products {
    width: 90%;
    margin: 0 auto 50px;
    display: block; }
    @media all and (min-width: 62em) {
      .our-products .products {
        max-width: 880px; } }
    @media all and (min-width: 87.5em) {
      .our-products .products {
        max-width: 960px; } }
    .our-products .products .product {
      outline: 0; }
      .our-products .products .product img {
        width: 100%;
        display: table;
        margin: 0 auto; }
      .our-products .products .product h3 {
        color: #4e4943;
        font-size: 16px;
        text-align: center;
        font-family: roboto_slabregular, helvetica, arial;
        font-weight: 700;
        margin-bottom: 10px; }
      .our-products .products .product p {
        font-size: 14px;
        text-align: center;
        color: #4e4943;
        font-family: roboto_slabregular, helvetica, arial;
        margin-top: 5px;
        margin-bottom: 5px; }
  .our-products .view-all {
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    position: relative;
    text-align: center;
    background-color: #4e4943;
    width: 250px;
    font-size: 20px;
    padding: 10px;
    color: #ffffff;
    text-decoration: none;
    font-family: roboto_slabregular, helvetica, arial;
    font-weight: 400; }

.social {
  background-color: #000000;
  position: relative;
  padding: 100px 0 80px;
  clear: both; }
  .social ul {
    display: table;
    margin: 0 auto;
    padding-left: 0; }
    .social ul li {
      list-style-type: none;
      display: inline;
      padding: 0 5px; }
      @media all and (min-width: 62em) {
        .social ul li {
          padding: 0 30px; } }
      .social ul li a {
        line-height: 0;
        font-size: 0;
        color: transparent;
        display: table-cell;
        vertical-align: middle;
        text-decoration: none; }
        .social ul li a:hover, .social ul li a:focus {
          text-decoration: none;
          color: #191814; }
        .social ul li a::before {
          font-family: 'barney-jack';
          font-size: 45px;
          color: #f2f2ec;
          display: block; }
          @media all and (min-width: 48em) {
            .social ul li a::before {
              font-size: 60px; } }
          @media all and (min-width: 62em) {
            .social ul li a::before {
              font-size: 75px; } }

.contact {
  padding: 100px 0;
  background-color: #ededed;
  clear: both; }
  .contact h3 {
    color: #000000;
    text-align: center;
    padding-bottom: 0px;
    font-family: eb_garamondmedium, helvetica, arial;
    margin: 0px 15% 50px;
    font-size: 24px;
    line-height: 28px; }
    @media all and (min-width: 30em) {
      .contact h3 {
        font-size: 30px;
        line-height: 34px;
        margin: 0px 5% 50px; } }
    @media all and (min-width: 62em) {
      .contact h3 {
        font-size: 36px;
        line-height: 40px;
        margin: 0px 5% 50px; } }
    @media all and (min-width: 71.25em) {
      .contact h3 {
        font-size: 42px;
        line-height: 46px;
        margin: 0px 5% 50px; } }
    @media all and (min-width: 87.5em) {
      .contact h3 {
        font-size: 48px;
        line-height: 52px; } }
  .contact form {
    display: block;
    margin: 0 auto;
    width: 100%; }
    @media all and (min-width: 30em) {
      .contact form {
        width: 420px; } }
    @media all and (min-width: 48em) {
      .contact form {
        display: table;
        width: 680px; } }
    @media all and (min-width: 62em) {
      .contact form {
        width: 920px; } }
    .contact form input[type="text"] {
      margin: 15px auto;
      padding: 10px;
      width: 100%;
      display: block;
      outline: 0;
      border-radius: 5px;
      border: 0;
      font-size: 20px;
      line-height: 32px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 600; }
      @media all and (min-width: 30em) {
        .contact form input[type="text"] {
          width: 420px;
          margin: 15px auto; } }
      @media all and (min-width: 48em) {
        .contact form input[type="text"] {
          width: 680px;
          margin: 15px 20px; } }
      @media all and (min-width: 62em) {
        .contact form input[type="text"] {
          width: 420px;
          margin: 15px 20px;
          padding: 10px;
          float: left; } }
    .contact form textarea {
      width: 100%;
      margin: 15px auto;
      padding: 10px;
      height: 200px;
      resize: none;
      outline: 0;
      border-radius: 5px;
      border: 0;
      font-size: 20px;
      line-height: 32px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 600; }
      @media all and (min-width: 30em) {
        .contact form textarea {
          width: 420px; } }
      @media all and (min-width: 48em) {
        .contact form textarea {
          width: 680px;
          margin: 15px 20px; } }
      @media all and (min-width: 62em) {
        .contact form textarea {
          width: 880px;
          margin: 15px 20px; } }
    .contact form input[type="submit"] {
      margin: 40px auto;
      position: relative;
      text-align: center;
      padding: 10px;
      display: table;
      color: #000000;
      border: 2px solid #000000;
      font-size: 20px;
      width: 250px;
      outline: 0;
      font-size: 20px;
      line-height: 32px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      background-color: transparent; }
    .contact form input[type="text"]::-webkit-input-placeholder,
    .contact form textarea::-webkit-input-placeholder,
    .contact form input[type="submit"]::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #e3e1da; }
    .contact form input[type="text"]::-moz-placeholder,
    .contact form textarea::-moz-placeholder,
    .contact form input[type="submit"]::-moz-placeholder {
      /* Firefox 19+ */
      color: #e3e1da; }
    .contact form input[type="text"]:-ms-input-placeholder,
    .contact form textarea:-ms-input-placeholder,
    .contact form input[type="submit"]:-ms-input-placeholder {
      /* IE 10+ */
      color: #e3e1da; }
    .contact form input[type="text"]:-moz-placeholder,
    .contact form textarea:-moz-placeholder,
    .contact form input[type="submit"]:-moz-placeholder {
      /* Firefox 18- */
      color: #e3e1da; }
    .contact form span.wpcf7-not-valid-tip {
      color: #1d1d1b;
      font-size: 1em;
      font-weight: normal;
      display: block;
      clear: both;
      padding-left: 30px;
      width: 50%; }

/* Contact
   ========================================================================== */
.page-template-contact .contact-intro {
  background-color: #ededed;
  position: relative;
  padding: 25px 0px; }
  @media all and (min-width: 48em) {
    .page-template-contact .contact-intro {
      padding: 75px 0px; } }
  .page-template-contact .contact-intro p {
    position: relative;
    display: block;
    max-width: 880px;
    margin: 0 auto;
    color: #ffffff;
    text-align: center;
    font-family: roboto_slabregular, helvetica, arial;
    padding: 0 25px 25px;
    font-size: 16px;
    line-height: 26px;
    font-family: roboto_slabregular, helvetica, arial; }
    .page-template-contact .contact-intro p span {
      color: #ffee72; }
    @media all and (min-width: 30em) {
      .page-template-contact .contact-intro p {
        padding: 0 25px 25px;
        font-size: 18px;
        line-height: 28px; } }
    @media all and (min-width: 62em) {
      .page-template-contact .contact-intro p {
        padding: 0 90px 25px;
        font-size: 20px;
        line-height: 32px; } }

.page-template-contact .products {
  max-width: 920px;
  margin: 0 auto 50px;
  overflow: hidden; }
  .page-template-contact .products .product {
    outline: 0;
    width: 33.3333%;
    float: left; }
    .page-template-contact .products .product img {
      width: 100%;
      display: table;
      margin: 0 auto; }
    .page-template-contact .products .product h3 {
      color: #4e4943;
      font-size: 16px;
      text-align: center;
      font-family: roboto_slabregular, helvetica, arial;
      font-weight: 700;
      margin-bottom: 10px; }
    .page-template-contact .products .product p {
      font-size: 14px;
      text-align: center;
      color: #4e4943;
      font-family: roboto_slabregular, helvetica, arial;
      margin-top: 5px;
      margin-bottom: 5px; }
  .page-template-contact .products .extended {
    outline: 0;
    width: 100%;
    float: left; }
    .page-template-contact .products .extended img {
      width: 50%;
      display: block;
      margin: 0 auto;
      float: left; }
    .page-template-contact .products .extended .description {
      width: 50%;
      float: left; }
      .page-template-contact .products .extended .description h3 {
        color: #4e4943;
        font-size: 16px;
        text-align: center;
        font-family: roboto_slabregular, helvetica, arial;
        font-weight: 700;
        margin-bottom: 10px; }
      .page-template-contact .products .extended .description p {
        font-size: 14px;
        text-align: center;
        color: #4e4943;
        font-family: roboto_slabregular, helvetica, arial;
        margin-top: 5px;
        margin-bottom: 5px; }

/* Products
   ========================================================================== */
.product .product-menu-links {
  list-style: none;
  margin: 0 auto;
  padding: 0; }
  .product .product-menu-links li {
    text-align: center;
    margin-bottom: 20px; }
    @media all and (min-width: 62em) {
      .product .product-menu-links li {
        margin-bottom: 0px;
        float: left;
        width: 33.33%; }
        .product .product-menu-links li:not(:first-child) {
          border-left: 2px solid #000000; } }
    .product .product-menu-links li a {
      margin: 0 10px;
      text-decoration: none;
      border: 0;
      text-align: center; }
      @media all and (min-width: 62em) {
        .product .product-menu-links li a {
          margin: 0 30px; } }

.product .intro-text h2 {
  text-align: center;
  color: #000000;
  font-family: eb_garamondmedium;
  font-size: 42px; }

.product h1 {
  text-align: center;
  color: #000000;
  font-family: eb_garamondmedium;
  font-size: 56px;
  padding: 80px 0 0 0;
  clear: both; }

.product .product-details {
  height: auto;
  width: 100%;
  float: left;
  padding-bottom: 60px; }
  .product .product-details .image {
    width: 100%;
    height: auto;
    float: right;
    text-align: center; }
    .product .product-details .image img {
      width: 100%;
      max-width: fit-content; }
    @media all and (min-width: 62em) {
      .product .product-details .image {
        float: left;
        width: 50%;
        text-align: none; }
        .product .product-details .image img {
          float: right;
          width: auto; } }
  .product .product-details .content {
    float: right;
    padding: 70px;
    width: 100%;
    display: table;
    height: 100%; }
    @media all and (min-width: 62em) {
      .product .product-details .content {
        padding: 0px;
        float: left;
        max-width: 480px; } }
    .product .product-details .content .container {
      display: table-cell;
      vertical-align: middle; }
      @media all and (min-width: 62em) {
        .product .product-details .content .container {
          padding: 15px 30px 0px 30px; } }
      @media all and (min-width: 71.25em) {
        .product .product-details .content .container {
          padding: 30px 30px 0px 30px; } }
      @media all and (min-width: 87.5em) {
        .product .product-details .content .container {
          padding: 30px 30px 30px 30px; } }
      .product .product-details .content .container h3 {
        text-align: left;
        color: #000000;
        font-family: eb_garamondmedium;
        margin-bottom: 20px;
        font-size: 28px;
        line-height: 38px; }
        @media all and (min-width: 62em) {
          .product .product-details .content .container h3 {
            margin-bottom: 40px;
            font-size: 28px;
            line-height: 40px; } }
      .product .product-details .content .container p {
        text-align: left;
        color: #000000;
        font-family: eb_garamondmedium;
        font-size: 18px;
        line-height: 30px; }
        @media all and (min-width: 62em) {
          .product .product-details .content .container p {
            font-size: 20px;
            line-height: 34px; } }
      .product .product-details .content .container a {
        font-size: 18px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none;
        color: #ffffff;
        text-align: center;
        display: block;
        border: 2px solid white;
        padding: 10px;
        width: fit-content;
        margin: 0 auto; }
        @media all and (min-width: 62em) {
          .product .product-details .content .container a {
            font-size: 26px; } }

.product .product-description {
  clear: both;
  padding-bottom: 80px; }
  .product .product-description.cheddar {
    background-color: #fdb940; }
  .product .product-description.seasalt {
    background-color: #87cbd4; }
  .product .product-description.chilli {
    background-color: #e75325; }
  .product .product-description h3 {
    text-align: center;
    color: #ffffff;
    font-family: eb_garamondmedium;
    margin: 0 auto 20px;
    font-size: 28px;
    line-height: 38px;
    max-width: 960px;
    padding: 60px 20px 20px; }
    @media all and (min-width: 62em) {
      .product .product-description h3 {
        padding: 80px 40px 20px;
        font-size: 42px;
        line-height: 40px; } }
  .product .product-description p {
    text-align: center;
    color: #ffffff;
    font-family: eb_garamondmedium;
    font-size: 18px;
    line-height: 30px;
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 40px; }
    @media all and (min-width: 62em) {
      .product .product-description p {
        font-size: 23px;
        line-height: 34px; } }

.product .did-you-know .image {
  width: 100%;
  height: auto;
  float: right; }
  .product .did-you-know .image img {
    margin: 0px;
    display: block;
    width: inherit;
    padding: 30px; }
    @media all and (min-width: 62em) {
      .product .did-you-know .image img {
        padding: 0px; } }
  @media all and (min-width: 62em) {
    .product .did-you-know .image {
      float: left;
      width: 50%; }
      .product .did-you-know .image img {
        margin: 60px;
        display: block;
        float: right; } }

.product .did-you-know .description {
  padding: 80px 30px; }
  @media all and (min-width: 62em) {
    .product .did-you-know .description {
      width: 50%;
      float: left;
      max-width: 480px; } }

.product .did-you-know p {
  text-align: left;
  color: #000000;
  font-family: eb_garamondmedium;
  font-size: 18px;
  line-height: 30px;
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 40px; }
  @media all and (min-width: 62em) {
    .product .did-you-know p {
      font-size: 23px;
      line-height: 34px; } }

.page-template-products .product-intro {
  background-color: #4e4943;
  position: relative;
  padding: 25px 0px; }
  @media all and (min-width: 30em) {
    .page-template-products .product-intro {
      padding: 50px 0px; } }
  @media all and (min-width: 62em) {
    .page-template-products .product-intro {
      padding: 75px 0px; } }
  .page-template-products .product-intro p {
    position: relative;
    display: block;
    max-width: 880px;
    margin: 0 auto;
    color: #ffffff;
    text-align: center;
    font-family: roboto_slabregular, helvetica, arial;
    padding: 0 25px 25px;
    font-size: 16px;
    line-height: 26px;
    font-family: roboto_slabregular, helvetica, arial; }
    @media all and (min-width: 30em) {
      .page-template-products .product-intro p {
        padding: 0 25px 25px;
        font-size: 18px;
        line-height: 28px; } }
    @media all and (min-width: 62em) {
      .page-template-products .product-intro p {
        padding: 0 90px 25px;
        font-size: 20px;
        line-height: 32px; } }

.page-template-products .our-products {
  padding-bottom: 0px;
  padding-top: 20px; }

.page-template-products .products {
  max-width: 920px;
  margin: 0 auto 50px;
  overflow: hidden;
  width: 100%; }
  .page-template-products .products .product {
    outline: 0;
    cursor: pointer;
    float: left; }
    @media all and (min-width: 30em) and (max-width: 47.9375em) {
      .page-template-products .products .product {
        width: 50%; }
        .page-template-products .products .product:nth-child(even).selected {
          margin-bottom: 900px; } }
    @media all and (min-width: 30em) and (max-width: 47.9375em) and (min-width: 30em) and (max-width: 47.9375em) {
      .page-template-products .products .product:nth-child(even).selected .productdetail.extended:before {
        left: 25%; } }
    @media all and (min-width: 30em) and (max-width: 47.9375em) {
        .page-template-products .products .product:nth-child(odd).selected {
          margin-bottom: 900px; } }
    @media all and (min-width: 30em) and (max-width: 47.9375em) and (min-width: 30em) and (max-width: 47.9375em) {
      .page-template-products .products .product:nth-child(odd).selected .productdetail.extended:before {
        left: -25%; } }
    @media all and (min-width: 30em) and (max-width: 47.9375em) {
        .page-template-products .products .product:nth-child(odd) {
          clear: both; }
        .page-template-products .products .product:nth-last-child(1).selected, .page-template-products .products .product:nth-last-child(2).selected {
          margin-bottom: 850px; }
          .page-template-products .products .product:nth-last-child(1).selected .description, .page-template-products .products .product:nth-last-child(2).selected .description {
            height: 400px; } }
    @media all and (min-width: 48em) {
      .page-template-products .products .product {
        width: 33.3333%; } }
  @media all and (min-width: 48em) and (min-width: 48em) {
    .page-template-products .products .product.selected {
      margin-bottom: 450px; } }
    @media all and (min-width: 48em) {
        .page-template-products .products .product.selected:after {
          content: '\69';
          font-family: barney-jack;
          color: #f2f2ec;
          position: relative;
          text-align: center;
          display: block;
          top: 35px;
          line-height: 35px;
          font-size: 50px;
          height: 50px; } }
    @media all and (min-width: 48em) and (min-width: 30em) and (max-width: 47.9375em) {
      .page-template-products .products .product.selected:after {
        left: 25%; } }
    @media all and (min-width: 48em) {
        .page-template-products .products .product:nth-child(3n+1) {
          clear: both; }
        .page-template-products .products .product:nth-last-child(1), .page-template-products .products .product:nth-last-child(2), .page-template-products .products .product:nth-last-child(3) {
          margin-bottom: 25px; }
        .page-template-products .products .product:nth-last-child(1).selected, .page-template-products .products .product:nth-last-child(2).selected, .page-template-products .products .product:nth-last-child(3).selected {
          margin-bottom: 375px; } }
    @media all and (min-width: 62em) {
      .page-template-products .products .product:nth-last-child(1).selected, .page-template-products .products .product:nth-last-child(2).selected, .page-template-products .products .product:nth-last-child(3).selected {
        margin-bottom: 445px; } }
    .page-template-products .products .product img {
      width: 100%;
      display: table;
      margin: 0 auto; }
    .page-template-products .products .product h3 {
      color: #4e4943;
      font-size: 16px;
      text-align: center;
      font-family: roboto_slabregular, helvetica, arial;
      font-weight: 700;
      margin-bottom: 10px; }
    .page-template-products .products .product p {
      font-size: 14px;
      text-align: center;
      color: #4e4943;
      font-family: roboto_slabregular, helvetica, arial;
      margin-top: 5px;
      margin-bottom: 5px; }
    .page-template-products .products .product .extended {
      display: none; }
    .page-template-products .products .product.selected .extended {
      display: block;
      outline: 0;
      width: 100%;
      float: left;
      position: relative;
      margin: 0;
      overflow: hidden; }
      @media all and (min-width: 30em) {
        .page-template-products .products .product.selected .extended {
          width: 100%;
          float: left;
          position: absolute;
          left: 0; } }
      @media all and (min-width: 48em) {
        .page-template-products .products .product.selected .extended {
          width: 100%;
          float: left;
          position: absolute;
          margin-top: 50px; } }
      .page-template-products .products .product.selected .extended .content {
        background-color: #f2f2ec; }
        .page-template-products .products .product.selected .extended .content .container {
          max-width: 920px; }
          @media all and (min-width: 30em) and (max-width: 47.9375em) {
            .page-template-products .products .product.selected .extended .content .container {
              max-width: 575px; } }
      .page-template-products .products .product.selected .extended img {
        width: 100%;
        display: block;
        margin: 0 auto;
        float: left;
        position: relative;
        z-index: 10; }
        @media all and (min-width: 48em) {
          .page-template-products .products .product.selected .extended img {
            width: 50%;
            max-width: 480px; } }
      .page-template-products .products .product.selected .extended .description {
        width: 100%;
        padding-top: 50px;
        float: left;
        position: relative;
        z-index: 10; }
        @media all and (min-width: 30em) {
          .page-template-products .products .product.selected .extended .description {
            margin-bottom: 0px;
            padding-top: 0px; } }
        @media all and (min-width: 48em) {
          .page-template-products .products .product.selected .extended .description {
            width: 50%;
            margin-bottom: 20px;
            padding-top: 60px; } }
        .page-template-products .products .product.selected .extended .description h2 {
          color: #1d1d1b;
          font-size: 18px;
          text-align: left;
          font-family: roboto_slabregular, helvetica, arial;
          font-weight: 700;
          margin-top: 0px;
          margin-bottom: 10px;
          text-transform: unset;
          text-align: center; }
          @media all and (min-width: 48em) {
            .page-template-products .products .product.selected .extended .description h2 {
              text-align: left;
              padding: 0 25px; } }
        .page-template-products .products .product.selected .extended .description p {
          font-size: 15px;
          line-height: 25px;
          color: #1d1d1b;
          font-family: roboto_slabregular, helvetica, arial;
          margin-top: 5px;
          margin-bottom: 5px;
          text-align: center;
          padding: 0 25px 25px; }
          @media all and (min-width: 48em) {
            .page-template-products .products .product.selected .extended .description p {
              text-align: left; } }
          .page-template-products .products .product.selected .extended .description p.productCode {
            margin-bottom: 20px; }
            @media all and (min-width: 30em) {
              .page-template-products .products .product.selected .extended .description p.productCode {
                margin-bottom: 0; } }
            @media all and (min-width: 48em) {
              .page-template-products .products .product.selected .extended .description p.productCode {
                margin-bottom: 0px; } }
      .page-template-products .products .product.selected .extended .background {
        position: absolute;
        background-color: #f2f2ec;
        height: 450px;
        width: 100%; }
      .page-template-products .products .product.selected .extended:before {
        content: '\69';
        font-family: barney-jack;
        color: #f2f2ec;
        position: relative;
        text-align: center;
        display: block;
        top: 35px;
        line-height: 35px;
        font-size: 50px;
        height: 50px; }
        @media all and (min-width: 30em) and (max-width: 47.9375em) {
          .page-template-products .products .product.selected .extended:before {
            left: 25%; } }
        @media all and (min-width: 48em) {
          .page-template-products .products .product.selected .extended:before {
            display: none; } }

/* Footer
   ========================================================================== */
footer {
  background-color: #000000;
  position: relative;
  padding: 40px 0 40px; }
  @media all and (min-width: 20em) and (max-width: 47.9375em) {
    footer .container {
      padding: 0; } }
  footer .logo {
    text-align: center; }
    @media all and (min-width: 48em) {
      footer .logo {
        width: 34%;
        float: left;
        padding-top: 15px;
        text-align: right; } }
    footer .logo a {
      width: 100%;
      display: block;
      margin: 0 auto; }
      footer .logo a img {
        width: 175px; }
      footer .logo a:hover {
        text-decoration: none; }
  footer .links {
    float: left;
    width: 100%;
    padding-top: 50px; }
    @media all and (min-width: 48em) {
      footer .links {
        width: 66%;
        padding-top: 45px; } }
    footer .links ul.socials {
      display: table;
      padding-left: 0px;
      margin: 0 auto; }
      @media all and (min-width: 48em) {
        footer .links ul.socials {
          margin: 0;
          float: left; } }
      footer .links ul.socials li {
        list-style-type: none;
        display: inline;
        padding: 0 5px; }
        footer .links ul.socials li a {
          line-height: 0;
          font-size: 0;
          color: transparent;
          display: table-cell;
          vertical-align: middle;
          text-decoration: none; }
          footer .links ul.socials li a:hover, footer .links ul.socials li a:focus {
            text-decoration: none;
            color: #191814; }
          footer .links ul.socials li a::before {
            font-family: 'barney-jack';
            font-size: 45px;
            color: #f2f2ec;
            display: block; }
    footer .links ul.pagelinks {
      margin-top: 0;
      padding-top: 0;
      padding-left: 0px; }
      @media all and (min-width: 48em) {
        footer .links ul.pagelinks {
          float: left;
          clear: both; } }
      footer .links ul.pagelinks li {
        list-style-type: none;
        display: inline; }
        @media all and (min-width: 48em) {
          footer .links ul.pagelinks li {
            float: left; } }
        footer .links ul.pagelinks li a {
          display: block;
          text-align: center;
          vertical-align: middle;
          color: #f2f2ec;
          text-decoration: none;
          font-family: roboto_slabregular, helvetica, arial;
          text-transform: uppercase;
          padding: 10px 5px;
          font-size: 15px; }
          footer .links ul.pagelinks li a:hover, footer .links ul.pagelinks li a:focus {
            text-decoration: none;
            color: #f2f2ec; }
          @media all and (min-width: 48em) {
            footer .links ul.pagelinks li a {
              display: table-cell; } }
        footer .links ul.pagelinks li:not(:first-child):before {
          content: " | ";
          color: #f2f2ec;
          margin-top: 10px;
          display: none;
          float: left; }
          @media all and (min-width: 48em) {
            footer .links ul.pagelinks li:not(:first-child):before {
              display: block; } }
