@charset "UTF-8";
/*
Theme Name: Bow House Theme
Theme URI: https://www.bowhouse.co.uk
Author: Bow House
Author URI: www.bowhouse.co.uk
Description: Theme by Bow House
Version: 1.0
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("//hello.myfonts.net/count/3ac7d6");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          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 in Chrome and Safari on macOS.
 */
[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 */
}

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* =WordPress Core
-------------------------------------------------------------- */
.wp-video {
  width: 100%;
  margin: 0 auto;
  max-width: 640px;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*!
Pure v1.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md

Requires normalize.css
Breakpoints: 600px, 900px, 1200px, 1500px
*/
.pure-img {
  max-width: 100%;
  height: auto;
  display: block;
}

.pure-g {
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  table .pure-g {
    display: block;
  }
}
.opera-only :-o-prefocus,
.pure-g {
  word-spacing: -0.43em;
}

.pure-u,
.pure-u-1,
.pure-u-1-1,
.pure-u-1-12,
.pure-u-1-2,
.pure-u-1-24,
.pure-u-1-3,
.pure-u-1-4,
.pure-u-1-5,
.pure-u-1-6,
.pure-u-1-8,
.pure-u-10-24,
.pure-u-11-12,
.pure-u-11-24,
.pure-u-12-24,
.pure-u-13-24,
.pure-u-14-24,
.pure-u-15-24,
.pure-u-16-24,
.pure-u-17-24,
.pure-u-18-24,
.pure-u-19-24,
.pure-u-2-24,
.pure-u-2-3,
.pure-u-2-5,
.pure-u-20-24,
.pure-u-21-24,
.pure-u-22-24,
.pure-u-23-24,
.pure-u-24-24,
.pure-u-3-24,
.pure-u-3-4,
.pure-u-3-5,
.pure-u-3-8,
.pure-u-4-24,
.pure-u-4-5,
.pure-u-5-12,
.pure-u-5-24,
.pure-u-5-5,
.pure-u-5-6,
.pure-u-5-8,
.pure-u-6-24,
.pure-u-7-12,
.pure-u-7-24,
.pure-u-7-8,
.pure-u-8-24,
.pure-u-9-24 {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

.pure-g [class*=pure-u] {
  font-family: sans-serif;
}

.pure-u-1-24 {
  width: 4.1667%;
}

.pure-u-1-12,
.pure-u-2-24 {
  width: 8.3333%;
}

.pure-u-1-8,
.pure-u-3-24 {
  width: 12.5%;
}

.pure-u-1-6,
.pure-u-4-24 {
  width: 16.6667%;
}

.pure-u-1-5 {
  width: 20%;
}

.pure-u-5-24 {
  width: 20.8333%;
}

.pure-u-1-4,
.pure-u-6-24 {
  width: 25%;
}

.pure-u-7-24 {
  width: 29.1667%;
}

.pure-u-1-3,
.pure-u-8-24 {
  width: 33.3333%;
}

.pure-u-3-8,
.pure-u-9-24 {
  width: 37.5%;
}

.pure-u-2-5 {
  width: 40%;
}

.pure-u-10-24,
.pure-u-5-12 {
  width: 41.6667%;
}

.pure-u-11-24 {
  width: 45.8333%;
}

.pure-u-1-2,
.pure-u-12-24 {
  width: 50%;
}

.pure-u-13-24 {
  width: 54.1667%;
}

.pure-u-14-24,
.pure-u-7-12 {
  width: 58.3333%;
}

.pure-u-3-5 {
  width: 60%;
}

.pure-u-15-24,
.pure-u-5-8 {
  width: 62.5%;
}

.pure-u-16-24,
.pure-u-2-3 {
  width: 66.6667%;
}

.pure-u-17-24 {
  width: 70.8333%;
}

.pure-u-18-24,
.pure-u-3-4 {
  width: 75%;
}

.pure-u-19-24 {
  width: 79.1667%;
}

.pure-u-4-5 {
  width: 80%;
}

.pure-u-20-24,
.pure-u-5-6 {
  width: 83.3333%;
}

.pure-u-21-24,
.pure-u-7-8 {
  width: 87.5%;
}

.pure-u-11-12,
.pure-u-22-24 {
  width: 91.6667%;
}

.pure-u-23-24 {
  width: 95.8333%;
}

.pure-u-1,
.pure-u-1-1,
.pure-u-24-24,
.pure-u-5-5 {
  width: 100%;
}

/* RESPONSIVE */
@media screen and (min-width: 600px) {
  .pure-u-sm-1,
.pure-u-sm-1-1,
.pure-u-sm-1-12,
.pure-u-sm-1-2,
.pure-u-sm-1-24,
.pure-u-sm-1-3,
.pure-u-sm-1-4,
.pure-u-sm-1-5,
.pure-u-sm-1-6,
.pure-u-sm-1-8,
.pure-u-sm-10-24,
.pure-u-sm-11-12,
.pure-u-sm-11-24,
.pure-u-sm-12-24,
.pure-u-sm-13-24,
.pure-u-sm-14-24,
.pure-u-sm-15-24,
.pure-u-sm-16-24,
.pure-u-sm-17-24,
.pure-u-sm-18-24,
.pure-u-sm-19-24,
.pure-u-sm-2-24,
.pure-u-sm-2-3,
.pure-u-sm-2-5,
.pure-u-sm-20-24,
.pure-u-sm-21-24,
.pure-u-sm-22-24,
.pure-u-sm-23-24,
.pure-u-sm-24-24,
.pure-u-sm-3-24,
.pure-u-sm-3-4,
.pure-u-sm-3-5,
.pure-u-sm-3-8,
.pure-u-sm-4-24,
.pure-u-sm-4-5,
.pure-u-sm-5-12,
.pure-u-sm-5-24,
.pure-u-sm-5-5,
.pure-u-sm-5-6,
.pure-u-sm-5-8,
.pure-u-sm-6-24,
.pure-u-sm-7-12,
.pure-u-sm-7-24,
.pure-u-sm-7-8,
.pure-u-sm-8-24,
.pure-u-sm-9-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .pure-u-sm-1-24 {
    width: 4.1667%;
  }

  .pure-u-sm-1-12,
.pure-u-sm-2-24 {
    width: 8.3333%;
  }

  .pure-u-sm-1-8,
.pure-u-sm-3-24 {
    width: 12.5%;
  }

  .pure-u-sm-1-6,
.pure-u-sm-4-24 {
    width: 16.6667%;
  }

  .pure-u-sm-1-5 {
    width: 20%;
  }

  .pure-u-sm-5-24 {
    width: 20.8333%;
  }

  .pure-u-sm-1-4,
.pure-u-sm-6-24 {
    width: 25%;
  }

  .pure-u-sm-7-24 {
    width: 29.1667%;
  }

  .pure-u-sm-1-3,
.pure-u-sm-8-24 {
    width: 33.3333%;
  }

  .pure-u-sm-3-8,
.pure-u-sm-9-24 {
    width: 37.5%;
  }

  .pure-u-sm-2-5 {
    width: 40%;
  }

  .pure-u-sm-10-24,
.pure-u-sm-5-12 {
    width: 41.6667%;
  }

  .pure-u-sm-11-24 {
    width: 45.8333%;
  }

  .pure-u-sm-1-2,
.pure-u-sm-12-24 {
    width: 50%;
  }

  .pure-u-sm-13-24 {
    width: 54.1667%;
  }

  .pure-u-sm-14-24,
.pure-u-sm-7-12 {
    width: 58.3333%;
  }

  .pure-u-sm-3-5 {
    width: 60%;
  }

  .pure-u-sm-15-24,
.pure-u-sm-5-8 {
    width: 62.5%;
  }

  .pure-u-sm-16-24,
.pure-u-sm-2-3 {
    width: 66.6667%;
  }

  .pure-u-sm-17-24 {
    width: 70.8333%;
  }

  .pure-u-sm-18-24,
.pure-u-sm-3-4 {
    width: 75%;
  }

  .pure-u-sm-19-24 {
    width: 79.1667%;
  }

  .pure-u-sm-4-5 {
    width: 80%;
  }

  .pure-u-sm-20-24,
.pure-u-sm-5-6 {
    width: 83.3333%;
  }

  .pure-u-sm-21-24,
.pure-u-sm-7-8 {
    width: 87.5%;
  }

  .pure-u-sm-11-12,
.pure-u-sm-22-24 {
    width: 91.6667%;
  }

  .pure-u-sm-23-24 {
    width: 95.8333%;
  }

  .pure-u-sm-1,
.pure-u-sm-1-1,
.pure-u-sm-24-24,
.pure-u-sm-5-5 {
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .pure-u-md-1,
.pure-u-md-1-1,
.pure-u-md-1-12,
.pure-u-md-1-2,
.pure-u-md-1-24,
.pure-u-md-1-3,
.pure-u-md-1-4,
.pure-u-md-1-5,
.pure-u-md-1-6,
.pure-u-md-1-8,
.pure-u-md-10-24,
.pure-u-md-11-12,
.pure-u-md-11-24,
.pure-u-md-12-24,
.pure-u-md-13-24,
.pure-u-md-14-24,
.pure-u-md-15-24,
.pure-u-md-16-24,
.pure-u-md-17-24,
.pure-u-md-18-24,
.pure-u-md-19-24,
.pure-u-md-2-24,
.pure-u-md-2-3,
.pure-u-md-2-5,
.pure-u-md-20-24,
.pure-u-md-21-24,
.pure-u-md-22-24,
.pure-u-md-23-24,
.pure-u-md-24-24,
.pure-u-md-3-24,
.pure-u-md-3-4,
.pure-u-md-3-5,
.pure-u-md-3-8,
.pure-u-md-4-24,
.pure-u-md-4-5,
.pure-u-md-5-12,
.pure-u-md-5-24,
.pure-u-md-5-5,
.pure-u-md-5-6,
.pure-u-md-5-8,
.pure-u-md-6-24,
.pure-u-md-7-12,
.pure-u-md-7-24,
.pure-u-md-7-8,
.pure-u-md-8-24,
.pure-u-md-9-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .pure-u-md-1-24 {
    width: 4.1667%;
  }

  .pure-u-md-1-12,
.pure-u-md-2-24 {
    width: 8.3333%;
  }

  .pure-u-md-1-8,
.pure-u-md-3-24 {
    width: 12.5%;
  }

  .pure-u-md-1-6,
.pure-u-md-4-24 {
    width: 16.6667%;
  }

  .pure-u-md-1-5 {
    width: 20%;
  }

  .pure-u-md-5-24 {
    width: 20.8333%;
  }

  .pure-u-md-1-4,
.pure-u-md-6-24 {
    width: 25%;
  }

  .pure-u-md-7-24 {
    width: 29.1667%;
  }

  .pure-u-md-1-3,
.pure-u-md-8-24 {
    width: 33.3333%;
  }

  .pure-u-md-3-8,
.pure-u-md-9-24 {
    width: 37.5%;
  }

  .pure-u-md-2-5 {
    width: 40%;
  }

  .pure-u-md-10-24,
.pure-u-md-5-12 {
    width: 41.6667%;
  }

  .pure-u-md-11-24 {
    width: 45.8333%;
  }

  .pure-u-md-1-2,
.pure-u-md-12-24 {
    width: 50%;
  }

  .pure-u-md-13-24 {
    width: 54.1667%;
  }

  .pure-u-md-14-24,
.pure-u-md-7-12 {
    width: 58.3333%;
  }

  .pure-u-md-3-5 {
    width: 60%;
  }

  .pure-u-md-15-24,
.pure-u-md-5-8 {
    width: 62.5%;
  }

  .pure-u-md-16-24,
.pure-u-md-2-3 {
    width: 66.6667%;
  }

  .pure-u-md-17-24 {
    width: 70.8333%;
  }

  .pure-u-md-18-24,
.pure-u-md-3-4 {
    width: 75%;
  }

  .pure-u-md-19-24 {
    width: 79.1667%;
  }

  .pure-u-md-4-5 {
    width: 80%;
  }

  .pure-u-md-20-24,
.pure-u-md-5-6 {
    width: 83.3333%;
  }

  .pure-u-md-21-24,
.pure-u-md-7-8 {
    width: 87.5%;
  }

  .pure-u-md-11-12,
.pure-u-md-22-24 {
    width: 91.6667%;
  }

  .pure-u-md-23-24 {
    width: 95.8333%;
  }

  .pure-u-md-1,
.pure-u-md-1-1,
.pure-u-md-24-24,
.pure-u-md-5-5 {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .pure-u-lg-1,
.pure-u-lg-1-1,
.pure-u-lg-1-12,
.pure-u-lg-1-2,
.pure-u-lg-1-24,
.pure-u-lg-1-3,
.pure-u-lg-1-4,
.pure-u-lg-1-5,
.pure-u-lg-1-6,
.pure-u-lg-1-8,
.pure-u-lg-10-24,
.pure-u-lg-11-12,
.pure-u-lg-11-24,
.pure-u-lg-12-24,
.pure-u-lg-13-24,
.pure-u-lg-14-24,
.pure-u-lg-15-24,
.pure-u-lg-16-24,
.pure-u-lg-17-24,
.pure-u-lg-18-24,
.pure-u-lg-19-24,
.pure-u-lg-2-24,
.pure-u-lg-2-3,
.pure-u-lg-2-5,
.pure-u-lg-20-24,
.pure-u-lg-21-24,
.pure-u-lg-22-24,
.pure-u-lg-23-24,
.pure-u-lg-24-24,
.pure-u-lg-3-24,
.pure-u-lg-3-4,
.pure-u-lg-3-5,
.pure-u-lg-3-8,
.pure-u-lg-4-24,
.pure-u-lg-4-5,
.pure-u-lg-5-12,
.pure-u-lg-5-24,
.pure-u-lg-5-5,
.pure-u-lg-5-6,
.pure-u-lg-5-8,
.pure-u-lg-6-24,
.pure-u-lg-7-12,
.pure-u-lg-7-24,
.pure-u-lg-7-8,
.pure-u-lg-8-24,
.pure-u-lg-9-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .pure-u-lg-1-24 {
    width: 4.1667%;
  }

  .pure-u-lg-1-12,
.pure-u-lg-2-24 {
    width: 8.3333%;
  }

  .pure-u-lg-1-8,
.pure-u-lg-3-24 {
    width: 12.5%;
  }

  .pure-u-lg-1-6,
.pure-u-lg-4-24 {
    width: 16.6667%;
  }

  .pure-u-lg-1-5 {
    width: 20%;
  }

  .pure-u-lg-5-24 {
    width: 20.8333%;
  }

  .pure-u-lg-1-4,
.pure-u-lg-6-24 {
    width: 25%;
  }

  .pure-u-lg-7-24 {
    width: 29.1667%;
  }

  .pure-u-lg-1-3,
.pure-u-lg-8-24 {
    width: 33.3333%;
  }

  .pure-u-lg-3-8,
.pure-u-lg-9-24 {
    width: 37.5%;
  }

  .pure-u-lg-2-5 {
    width: 40%;
  }

  .pure-u-lg-10-24,
.pure-u-lg-5-12 {
    width: 41.6667%;
  }

  .pure-u-lg-11-24 {
    width: 45.8333%;
  }

  .pure-u-lg-1-2,
.pure-u-lg-12-24 {
    width: 50%;
  }

  .pure-u-lg-13-24 {
    width: 54.1667%;
  }

  .pure-u-lg-14-24,
.pure-u-lg-7-12 {
    width: 58.3333%;
  }

  .pure-u-lg-3-5 {
    width: 60%;
  }

  .pure-u-lg-15-24,
.pure-u-lg-5-8 {
    width: 62.5%;
  }

  .pure-u-lg-16-24,
.pure-u-lg-2-3 {
    width: 66.6667%;
  }

  .pure-u-lg-17-24 {
    width: 70.8333%;
  }

  .pure-u-lg-18-24,
.pure-u-lg-3-4 {
    width: 75%;
  }

  .pure-u-lg-19-24 {
    width: 79.1667%;
  }

  .pure-u-lg-4-5 {
    width: 80%;
  }

  .pure-u-lg-20-24,
.pure-u-lg-5-6 {
    width: 83.3333%;
  }

  .pure-u-lg-21-24,
.pure-u-lg-7-8 {
    width: 87.5%;
  }

  .pure-u-lg-11-12,
.pure-u-lg-22-24 {
    width: 91.6667%;
  }

  .pure-u-lg-23-24 {
    width: 95.8333%;
  }

  .pure-u-lg-1,
.pure-u-lg-1-1,
.pure-u-lg-24-24,
.pure-u-lg-5-5 {
    width: 100%;
  }
}
@media screen and (min-width: 1500px) {
  .pure-u-xl-1,
.pure-u-xl-1-1,
.pure-u-xl-1-12,
.pure-u-xl-1-2,
.pure-u-xl-1-24,
.pure-u-xl-1-3,
.pure-u-xl-1-4,
.pure-u-xl-1-5,
.pure-u-xl-1-6,
.pure-u-xl-1-8,
.pure-u-xl-10-24,
.pure-u-xl-11-12,
.pure-u-xl-11-24,
.pure-u-xl-12-24,
.pure-u-xl-13-24,
.pure-u-xl-14-24,
.pure-u-xl-15-24,
.pure-u-xl-16-24,
.pure-u-xl-17-24,
.pure-u-xl-18-24,
.pure-u-xl-19-24,
.pure-u-xl-2-24,
.pure-u-xl-2-3,
.pure-u-xl-2-5,
.pure-u-xl-20-24,
.pure-u-xl-21-24,
.pure-u-xl-22-24,
.pure-u-xl-23-24,
.pure-u-xl-24-24,
.pure-u-xl-3-24,
.pure-u-xl-3-4,
.pure-u-xl-3-5,
.pure-u-xl-3-8,
.pure-u-xl-4-24,
.pure-u-xl-4-5,
.pure-u-xl-5-12,
.pure-u-xl-5-24,
.pure-u-xl-5-5,
.pure-u-xl-5-6,
.pure-u-xl-5-8,
.pure-u-xl-6-24,
.pure-u-xl-7-12,
.pure-u-xl-7-24,
.pure-u-xl-7-8,
.pure-u-xl-8-24,
.pure-u-xl-9-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .pure-u-xl-1-24 {
    width: 4.1667%;
  }

  .pure-u-xl-1-12,
.pure-u-xl-2-24 {
    width: 8.3333%;
  }

  .pure-u-xl-1-8,
.pure-u-xl-3-24 {
    width: 12.5%;
  }

  .pure-u-xl-1-6,
.pure-u-xl-4-24 {
    width: 16.6667%;
  }

  .pure-u-xl-1-5 {
    width: 20%;
  }

  .pure-u-xl-5-24 {
    width: 20.8333%;
  }

  .pure-u-xl-1-4,
.pure-u-xl-6-24 {
    width: 25%;
  }

  .pure-u-xl-7-24 {
    width: 29.1667%;
  }

  .pure-u-xl-1-3,
.pure-u-xl-8-24 {
    width: 33.3333%;
  }

  .pure-u-xl-3-8,
.pure-u-xl-9-24 {
    width: 37.5%;
  }

  .pure-u-xl-2-5 {
    width: 40%;
  }

  .pure-u-xl-10-24,
.pure-u-xl-5-12 {
    width: 41.6667%;
  }

  .pure-u-xl-11-24 {
    width: 45.8333%;
  }

  .pure-u-xl-1-2,
.pure-u-xl-12-24 {
    width: 50%;
  }

  .pure-u-xl-13-24 {
    width: 54.1667%;
  }

  .pure-u-xl-14-24,
.pure-u-xl-7-12 {
    width: 58.3333%;
  }

  .pure-u-xl-3-5 {
    width: 60%;
  }

  .pure-u-xl-15-24,
.pure-u-xl-5-8 {
    width: 62.5%;
  }

  .pure-u-xl-16-24,
.pure-u-xl-2-3 {
    width: 66.6667%;
  }

  .pure-u-xl-17-24 {
    width: 70.8333%;
  }

  .pure-u-xl-18-24,
.pure-u-xl-3-4 {
    width: 75%;
  }

  .pure-u-xl-19-24 {
    width: 79.1667%;
  }

  .pure-u-xl-4-5 {
    width: 80%;
  }

  .pure-u-xl-20-24,
.pure-u-xl-5-6 {
    width: 83.3333%;
  }

  .pure-u-xl-21-24,
.pure-u-xl-7-8 {
    width: 87.5%;
  }

  .pure-u-xl-11-12,
.pure-u-xl-22-24 {
    width: 91.6667%;
  }

  .pure-u-xl-23-24 {
    width: 95.8333%;
  }

  .pure-u-xl-1,
.pure-u-xl-1-1,
.pure-u-xl-24-24,
.pure-u-xl-5-5 {
    width: 100%;
  }
}
@font-face {
  font-family: "Quintus-Bold";
  src: url("./assets/webfonts/3AC7D6_0_0.eot");
  src: url("./assets/webfonts/3AC7D6_0_0.eot?#iefix") format("embedded-opentype"), url("./assets/webfonts/3AC7D6_0_0.woff2") format("woff2"), url("./assets/webfonts/3AC7D6_0_0.woff") format("woff"), url("./assets/webfonts/3AC7D6_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "Quintus-Regular";
  src: url("./assets/webfonts/3AC7D6_1_0.eot");
  src: url("./assets/webfonts/3AC7D6_1_0.eot?#iefix") format("embedded-opentype"), url("./assets/webfonts/3AC7D6_1_0.woff2") format("woff2"), url("./assets/webfonts/3AC7D6_1_0.woff") format("woff"), url("./assets/webfonts/3AC7D6_1_0.ttf") format("truetype");
}
html, body {
  height: 100%;
  margin: 0;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

html, button, input, select, textarea,
.pure-g [class*=pure-u] {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

a {
  color: #74b448;
}
a:hover {
  color: #8fc46b;
}

p {
  line-height: 1.4;
}

h1 {
  text-transform: uppercase;
  color: #74b448;
  letter-spacing: 1px;
  margin-top: 20px;
  font-size: 36px;
  margin-top: 0px;
}

h2 {
  font-size: 28px;
}

h2, h3, h4, h5 {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #173931;
  margin-top: 0px;
}

.center {
  text-align: center;
}

.clear {
  clear: both;
}

.button,
.woocommerce button.button,
.woocommerce button.button.alt {
  display: inline-block;
  background: #74b448;
  color: #FFF;
  padding: 20px 30px;
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 20px;
  text-decoration: none;
  border-radius: 0px;
  font-weight: bold;
  border: 0px;
}
.button:hover,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover {
  background: #8fc46b;
  color: #FFF;
}
@media only screen and (max-width: 899px) {
  .button,
.woocommerce button.button,
.woocommerce button.button.alt {
    margin-bottom: 20px;
  }
}

.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover {
  background: #eeeae9;
  color: #937d73;
  cursor: not-allowed;
}

.wpcf7 input, .wpcf7 textarea {
  padding: 10px;
  margin-bottom: 20px;
  max-width: 100%;
}
.wpcf7 input[type=submit] {
  margin-bottom: 0px;
}

.header-bar {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 10;
  width: 100%;
  max-width: 1500px;
  margin: 20px 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 1499px) {
  .header-bar {
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 899px) {
  .header-bar .logo {
    display: block;
    margin: 0 auto;
  }
}

.banner-gradient {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  z-index: 5;
}

.hero-home {
  position: relative;
  height: 100vh;
  width: 100%;
}
.hero-home .banner-home {
  height: 100vh;
}
.hero-home .slick-dots {
  position: relative !important;
  margin: -100px auto 100px auto !important;
  text-align: left !important;
  width: 100% !important;
  max-width: 1500px;
  padding: 0px 20px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 899px) {
  .hero-home .slick-dots {
    text-align: center !important;
  }
}
.hero-home .slick-dots li button:before {
  font-size: 60px !important;
  color: #FFF !important;
  opacity: 1 !important;
}
.hero-home .slick-dots li.slick-active button:before {
  color: #173931 !important;
}

.banner-page {
  height: 470px;
  position: relative;
  z-index: 5;
}

.banner-shop {
  height: 300px;
}

.slogan {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.slogan p.slogan-txt {
  font-family: "Quintus-Bold", "Lato", sans-serif;
  text-align: center;
  font-size: 70px;
  color: #FFF;
  text-shadow: 3px 3px 8px #333;
  line-height: 85px;
  margin-bottom: 0px;
}
.slogan p.sub-slogan-txt {
  text-transform: uppercase;
  color: #FFF;
  letter-spacing: 1px;
  font-size: 36px;
  margin-top: 20px;
  text-align: center;
  text-shadow: 2px 2px 3px #333;
}
@media only screen and (max-width: 899px) {
  .slogan {
    top: 30%;
  }
  .slogan p {
    font-size: 40px;
    padding: 0px 20px;
  }
}

.menu-wrapper {
  position: absolute;
  right: 0px;
  top: 0px;
  padding-right: 50px;
}
.menu-wrapper ul {
  margin: 0px;
  list-style: none;
  font-size: 0;
  padding: 0px 20px;
}
.menu-wrapper li {
  display: inline-block;
  line-height: 40px;
}
.menu-wrapper li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  text-decoration: none;
  font-weight: lighter;
  font-size: 20px;
  height: 40px;
  margin: 0px 20px 2px 20px;
  color: #FFF;
  font-weight: 500;
  text-shadow: 1px 1px 3px #444;
  text-transform: uppercase;
}
.menu-wrapper li a:hover {
  border-bottom: 2px solid #74b448;
}
.menu-wrapper .menu-item-has-children > a:after {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 14px;
  color: #FFF;
  margin-left: 8px;
  vertical-align: middle;
}
.menu-wrapper .sub-menu {
  display: none;
  position: absolute;
  padding: 0px;
}
.menu-wrapper .sub-menu li {
  display: block;
  line-height: 40px;
}
.menu-wrapper .sub-menu li a {
  color: #FFF;
  font-weight: normal;
  height: 40px;
}
.menu-wrapper ul li:hover ul {
  display: block;
}
.menu-wrapper .current_page_item > a, .menu-wrapper .current_page_ancestor > a {
  border-bottom: 2px solid #74b448;
}
.menu-wrapper .menu-shop {
  display: inline-block;
  float: right;
  position: absolute;
  top: 8px;
  right: 0px;
}
.menu-wrapper .menu-shop a {
  margin-left: 5px;
  color: #FFF;
}
.menu-wrapper .menu-shop a:hover {
  color: #74b448;
}
.menu-wrapper .menu-shop i {
  text-shadow: 1px 1px 2px #444;
  font-size: 22px;
}

.container {
  max-width: 1500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media only screen and (max-width: 1499px) {
  .container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.container li {
  margin: 6px 0px;
}

.page-content {
  min-width: 100px;
}

.box-margin {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 70px;
  margin-bottom: 70px;
}

.box-padding {
  padding-top: 70px;
  padding-bottom: 70px;
}

.bg-texture {
  background: #dfecd7;
}

.bg-beige {
  background: #eeeae9;
}

.bg-orange {
  background: #ff8a3c;
}

.box-text {
  padding-bottom: 25px;
}
.box-text h2 {
  margin-top: 0px;
}

.box-title {
  margin-top: 60px;
  margin-bottom: -35px;
}

.small-break {
  margin-top: -50px;
  margin-bottom: -50px;
}

.margin-none {
  margin: 0;
}

.home-intro-text {
  background: #FFF;
  padding: 30px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.home-intro-image {
  margin-left: 30px;
}
@media only screen and (max-width: 899px) {
  .home-intro-image {
    margin-left: 0px;
  }
}
.home-intro-image img {
  width: 100%;
}

.range-wrapper a {
  text-decoration: none;
}

.range-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.range-item .range-image {
  width: 100%;
  min-height: 310px;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.range-item p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Quintus-Bold", "Lato", sans-serif;
  text-align: center;
  font-size: 72px;
  color: #FFF;
  text-shadow: 3px 3px 8px #333;
  text-decoration: none;
  margin: 0px;
  padding: 0px 10px;
  width: 90%;
  pointer-events: none;
  line-height: 85px;
}
@media only screen and (max-width: 899px) {
  .range-item p {
    font-size: 48px;
  }
}

.overlay:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.overlay:hover:after {
  opacity: 1;
  background: inherit;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

@media only screen and (min-width: 900px) {
  .range-wrapper .pure-g > div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .range-wrapper .pure-u-1:nth-child(1) {
    padding-right: 20px;
  }
  .range-wrapper .pure-u-1:nth-child(2) {
    padding: 0px 10px;
  }
  .range-wrapper .pure-u-1:nth-child(3) {
    padding-left: 20px;
  }
}
.customers-wrapper {
  text-align: center;
}
.customers-wrapper .pure-g > div a {
  text-decoration: none;
}
.customers-wrapper div[class*=customer-] {
  height: 145px;
  line-height: 145px;
  text-align: center;
  font-size: 30px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
}
.customers-wrapper .customer-processors {
  background: #0b7f54;
}
.customers-wrapper .customer-processors:hover {
  background: #0fae73;
}
.customers-wrapper .customer-wholesalers {
  background: #ff8a3c;
}
.customers-wrapper .customer-wholesalers:hover {
  background: #ffa96f;
}
.customers-wrapper .customer-retailers {
  background: #937d73;
}
.customers-wrapper .customer-retailers:hover {
  background: #a99890;
}
.customers-wrapper .customer-chefs {
  background: #74b448;
}
.customers-wrapper .customer-chefs:hover {
  background: #8fc46b;
}
@media only screen and (min-width: 900px) {
  .customers-wrapper .pure-g > div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .customers-wrapper .pure-u-1:first-child {
    padding-right: 20px;
  }
  .customers-wrapper .pure-u-1:nth-child(2) {
    padding: 0px 15px 0px 10px;
  }
  .customers-wrapper .pure-u-1:nth-child(3) {
    padding: 0px 10px 0px 15px;
  }
  .customers-wrapper .pure-u-1:last-child {
    padding-left: 20px;
  }
}

.testimonials-wrapper {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .testimonials-wrapper {
    width: 100%;
  }
  .testimonials-wrapper button.slick-arrow {
    display: none !important;
  }
}
.testimonials-wrapper .slick-prev:before, .testimonials-wrapper .slick-next:before {
  font-family: "Font Awesome 5 Pro";
  color: #000;
  font-weight: 300;
  font-size: 48px;
}
.testimonials-wrapper .slick-prev {
  left: -50px;
}
.testimonials-wrapper .slick-prev:before {
  content: "";
}
.testimonials-wrapper .slick-next {
  right: -50px;
}
.testimonials-wrapper .slick-next:before {
  content: "";
}
.testimonials-wrapper .testimonial-author-img {
  border-radius: 50%;
  width: 300px;
  height: 300px;
  margin: 0 auto;
}
.testimonials-wrapper .testimonial-image {
  width: 100%;
  height: 100%;
}
.testimonials-wrapper .testimonial-text, .testimonials-wrapper .testimonial-author {
  text-align: center;
}
.testimonials-wrapper .testimonial-text {
  font-size: 24px;
}
.testimonials-wrapper .testimonial-author {
  font-size: 18px;
  color: #173931;
}
@media only screen and (min-width: 900px) {
  .testimonials-wrapper .pure-g > div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .testimonials-wrapper .pure-u-1:nth-child(even) {
    padding-left: 60px;
  }
}

.standards-wrapper {
  text-align: center;
}
.standards-wrapper img {
  max-height: 110px;
  margin: 0px 30px;
}

.event-wrapper {
  text-align: center;
}
@media only screen and (min-width: 900px) {
  .event-wrapper .pure-g > div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .event-wrapper .pure-u-1:nth-child(odd) {
    padding-right: 15px;
  }
  .event-wrapper .pure-u-1:nth-child(even) {
    padding-left: 15px;
  }
}
.event-wrapper .event-item {
  border: 1px solid #937d73;
  background: #FFF;
  padding: 30px;
  text-align: left;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.event-wrapper .event-item h2 {
  margin-bottom: 0px;
}
@media only screen and (max-width: 899px) {
  .event-wrapper .event-item {
    text-align: center;
    margin-bottom: 30px;
  }
}
.event-wrapper .event-logo {
  max-height: 120px;
}
@media only screen and (min-width: 900px) {
  .event-wrapper .event-logo {
    float: left;
    margin-right: 35px;
  }
}
.event-wrapper .event-date {
  color: #74b448;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.insta-wrapper {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.insta-wrapper h2 {
  margin-bottom: 0px;
}

#sb_instagram {
  padding: 0px !important;
}

.newsletter-wrapper {
  background: url("./images/bg-newsletter.jpg") no-repeat center/cover;
}
.newsletter-wrapper h2 {
  text-align: center;
  color: #FFF;
}
.newsletter-wrapper label {
  color: #FFF;
  display: block;
  text-align: left;
  font-size: 24px;
  margin-bottom: 15px;
}
.newsletter-wrapper input {
  width: 100%;
  padding: 14px;
  border: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsletter-wrapper input[type=text], .newsletter-wrapper input[type=email] {
  background: #FFF;
  opacity: 0.8;
}
.newsletter-wrapper input[type=submit] {
  background: #173931;
  color: #FFF;
  font-weight: bold;
  cursor: pointer;
}
.newsletter-wrapper input[type=submit]:hover {
  background: #265d50;
}
@media only screen and (min-width: 900px) {
  .newsletter-wrapper .pure-g > div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .newsletter-wrapper .pure-u-1:first-child {
    padding-right: 20px;
  }
  .newsletter-wrapper .pure-u-1:nth-child(2) {
    padding: 0px 15px 0px 10px;
  }
  .newsletter-wrapper .pure-u-1:nth-child(3) {
    padding: 0px 10px 0px 15px;
  }
  .newsletter-wrapper .pure-u-1:last-child {
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.newsletter-wrapper .mc4wp-response {
  background: #FFF;
  margin-top: 30px;
  border-radius: 2px;
  text-align: center;
}
.newsletter-wrapper .mc4wp-response p {
  margin: 0px;
}

.wrap-herbs .herb-item {
  text-align: center;
  background: #FFF;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrap-herbs .herb-item p {
  margin: 0px;
}
.wrap-herbs .herb-item .herb-image {
  width: 100%;
  height: 240px;
}
@media only screen and (min-width: 900px) {
  .wrap-herbs .pure-g > div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    padding-bottom: 30px;
  }
  .wrap-herbs .pure-u-1:nth-child(4n+1) {
    padding-right: 20px;
  }
  .wrap-herbs .pure-u-1:nth-child(4n+2) {
    padding: 0px 15px 0px 10px;
  }
  .wrap-herbs .pure-u-1:nth-child(4n+3) {
    padding: 0px 10px 0px 15px;
  }
  .wrap-herbs .pure-u-1:nth-child(4n+4) {
    padding-left: 20px;
  }
}

.popout {
  position: fixed;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: -190px;
  top: 100px;
  background: #ff8a3c;
}
.popout:hover {
  cursor: pointer;
  right: 0px;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}
.popout:hover .po-title {
  background: url("./images/sprite-popout.png") no-repeat -34px;
}
.popout .po-title {
  background: url("./images/sprite-popout.png") no-repeat 0px;
  color: #FFF;
  min-height: 200px;
  float: left;
  width: 34px;
  height: 229px;
}
.popout .po-content {
  float: right;
  padding: 20px;
  background: #ffece0;
  width: 150px;
}

.content-img {
  width: 100%;
  height: 100%;
  min-height: 400px;
}

@media only screen and (min-width: 900px) {
  .content-l {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 900px) {
  .content-r {
    padding-right: 30px;
  }
}

.input-text.qty, input#coupon_code {
  min-height: 60px;
}

input#coupon_code {
  width: 100%;
  max-width: 130px;
}

.woocommerce input, .woocommerce textarea, .woocommerce select {
  padding: 8px;
}

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

.woocommerce .related.products {
  clear: both;
}

.woocommerce-loop-category__title {
  text-align: center;
}

.woocommerce-Price-amount {
  color: #333333;
  font-size: 20px;
}

.variations {
  background: #eeeae9;
  width: inherit !important;
}
.variations label {
  text-transform: uppercase;
}
.variations td {
  padding: 30px !important;
}
.variations td select {
  padding: 5px;
}

input.qty {
  padding: 19px 5px 18px 5px;
  background: #eeeae9;
  border: 0px;
  min-width: 40px;
}

.single_variation_wrap .woocommerce-variation-price {
  display: inline-block;
  float: left;
  margin-right: 30px;
}
.single_variation_wrap .woocommerce-variation-price .amount {
  font-size: 26px;
  line-height: 55px;
}

.term-description {
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: 100% !important;
    float: none;
  }
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background: #eeeae9;
  color: #333333;
}

.wrap-post .post-item {
  text-align: center;
  background: #FFF;
}
.wrap-post .post-item p {
  margin: 0px;
}
.wrap-post .post-item .post-image {
  width: 100%;
  height: 240px;
}
.wrap-post .post-item .post-summary {
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-width: 900px) {
  .wrap-post-2col .pure-g > div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    padding-bottom: 30px;
  }
  .wrap-post-2col .pure-u-1:nth-child(2n+1) {
    padding-right: 10px;
  }
  .wrap-post-2col .pure-u-1:nth-child(2n+2) {
    padding-left: 10px;
  }
}

@media only screen and (min-width: 900px) {
  .wrap-post-3col .pure-g > div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    padding-bottom: 30px;
  }
  .wrap-post-3col .pure-u-1:nth-child(3n+1) {
    padding-right: 20px;
  }
  .wrap-post-3col .pure-u-1:nth-child(3n+2) {
    padding: 0px 10px 0px 10px;
  }
  .wrap-post-3col .pure-u-1:nth-child(3n+3) {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .wrap-post-3col .pure-g > div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    padding-bottom: 30px;
  }
  .wrap-post-3col .pure-u-1:nth-child(2n+1) {
    padding-right: 10px;
  }
  .wrap-post-3col .pure-u-1:nth-child(2n+2) {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 599px) {
  .wrap-post-3col .pure-u-1 {
    padding: 0px;
  }
}

.container-blog {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.post-date {
  margin-top: -16px;
  color: #937d73;
}

.wrap-product-field {
  background: #eeeae9;
  padding: 20px;
  margin-bottom: 20px;
}

.product-field-header {
  font-weight: bold;
}

.product-field-header, .product-field-value {
  padding: 4px 0px;
}

@media only screen and (min-width: 900px) {
  .wrap-recipe .pure-g > div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .wrap-recipe .pure-u-1:nth-child(odd) {
    padding-right: 15px;
  }
  .wrap-recipe .pure-u-1:nth-child(even) {
    padding-left: 15px;
  }
}

.recipe-ingredients {
  background: #dfecd7;
  padding: 20px 30px 20px 20px;
  margin-bottom: 20px;
}

div.wpcf7-response-output {
  margin: 20px 0px;
  padding: 10px 20px;
}

.sidebar {
  background: #FFF;
  padding: 20px;
}

input[name=_mc4wp_subscribe_woocommerce] {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  padding: 10px;
}

footer {
  position: relative;
  z-index: 5;
  background: url("./images/footer.jpg") no-repeat top/cover fixed;
  color: #FFF;
}
footer a {
  color: #74b448;
  text-decoration: none;
}
footer a:hover {
  color: #8fc46b;
}
footer i {
  font-size: 30px;
  margin: 0px 5px;
}
footer p.contact-info {
  margin: 5px 0px;
}
footer .copyright {
  font-size: 14px;
  margin-top: 30px;
}
footer .copyright i.vert:before {
  content: "|";
  font-style: normal;
  font-size: 14px;
  margin: 0px 4px;
}
footer .footer-menu {
  border-bottom: 1px solid #FFF;
  display: inline-block;
  margin-bottom: 30px;
}
footer .footer-menu ul {
  margin: 0px;
  list-style: none;
  font-size: 0;
  padding: 0px;
}
footer .footer-menu li {
  display: inline-block;
  line-height: 40px;
}
footer .footer-menu li:hover a {
  color: #74b448;
}
footer .footer-menu li a {
  display: block;
  text-decoration: none;
  font-weight: lighter;
  font-size: 20px;
  height: 40px;
  margin-right: 40px;
  color: #FFF;
  font-weight: 500;
  text-shadow: 1px 1px 3px #444;
  text-transform: uppercase;
}
footer .footer-menu .current_page_item a {
  color: #74b448;
}
footer .footer-menu .sub-menu {
  display: none;
}