/**
 Theme Name: Cascade
 Author: Magicdust
 Author URI: https://www.magicdust.com.au
 Description: A bespoke WordPress theme from Magicdust.
*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* 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 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in 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 */
  -webkit-text-decoration: underline dotted;
          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;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1,
.h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small,
.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;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * 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;
}
/**
 * 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 */
}
/**
 * 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;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 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 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 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 */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 1em;
  line-height: 1.5;
  font-family: 'Lato', sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
html,
body {
  min-height: 100%;
}
body {
  background: #ffffff;
  color: #4d4d4f;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1.2;
  font-family: 'Raleway', sans-serif;
  color: #000000;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child {
  margin-top: 0;
}
h1,
.h1 {
  font-size: 1.5em;
}
@media (min-width: 480px) {
  h1,
  .h1 {
    font-size: 1.875em;
    /* 30px */
  }
}
h2,
.h2 {
  font-size: 1.3em;
}
@media (min-width: 480px) {
  h2,
  .h2 {
    font-size: 1.563em;
    /* 25px */
  }
}
h3,
.h3 {
  font-size: 1.1em;
}
@media (min-width: 480px) {
  h3,
  .h3 {
    font-size: 1.125em;
    /* 18px */
  }
}
h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-size: 1em;
}
small,
.small {
  font-size: 0.875em;
}
p,
ol,
ul,
dl,
dd,
form,
table,
address,
pre {
  margin: 0 0 1em 0;
}
embed,
iframe,
object,
video {
  max-width: 100%;
}
ol,
ul {
  padding-left: 10%;
}
@media (min-width: 480px) {
  ol,
  ul {
    padding-left: 5%;
  }
}
li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
li ol,
li ul {
  margin: 0;
}
dt {
  font-weight: bold;
}
table {
  width: 100%;
  font-size: inherit;
}
th,
td {
  vertical-align: top;
  padding: 0.25em 1em 0.25em 0;
}
th {
  text-align: left;
}
blockquote {
  margin: 0 5%;
}
ins {
  text-decoration: none;
}
del {
  -webkit-text-decoration: strikethrough;
          text-decoration: strikethrough;
}
abbr {
  cursor: help;
}
a {
  text-decoration: none;
  color: #8cc541;
  -webkit-transition: color 150ms ease-out, border-color 150ms ease-out, background-color 150ms ease-out, opacity 150ms ease-out;
  -o-transition: color 150ms ease-out, border-color 150ms ease-out, background-color 150ms ease-out, opacity 150ms ease-out;
  transition: color 150ms ease-out, border-color 150ms ease-out, background-color 150ms ease-out, opacity 150ms ease-out;
}
a:hover {
  color: #3A452C;
}
img {
  max-width: 100%;
  height: auto;
}
figure {
  margin: 0;
}
::-moz-selection {
  background: #8cc541;
  color: #000;
}
::selection {
  background: #8cc541;
  color: #000;
}
/* Resets. */
button,
textarea,
[type="button"],
[type="color"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select[multiple] {
  -webkit-appearance: none;
}
button,
input,
select,
textarea,
fieldset {
  max-width: 100%;
  font-size: inherit;
}
button[disabled],
input[disabled],
select[disabled],
textarea[disabled],
fieldset[disabled] {
  opacity: 0.7;
  cursor: default;
}
/* Rectangular inputs. */
button,
input,
textarea,
select {
  padding: 0 0.4em;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  -webkit-transition: 150ms ease-out;
  -o-transition: 150ms ease-out;
  transition: 150ms ease-out;
  background: transparent;
  border-color: rgba(77, 77, 79, 0.4);
  color: inherit;
}
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #8cc541;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
/* One-line rectangular inputs. */
button,
input,
select {
  height: 2.5em;
  line-height: normal;
}
/* Multi-line rectangular inputs. */
textarea,
select[multiple] {
  vertical-align: top;
  width: 100%;
  height: auto;
  padding: 0.4em;
}
/* Buttons. */
button,
[type="button"],
[type="submit"],
[type="reset"] {
  padding: 0 1em;
  text-align: center;
}
button:active,
[type="button"]:active,
[type="submit"]:active,
[type="reset"]:active {
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}
/* Non-rectangular inputs. */
[type="checkbox"],
[type="radio"],
[type="range"],
[type="file"],
[type="image"] {
  height: auto;
  padding: 0;
  border: none;
  background: transparent;
}
/* Fieldsets. */
legend {
  font-weight: bold;
}
/* Comments List */
.comments {
  margin-bottom: 4em;
}
.comments__header {
  margin-bottom: 2em;
}
.comment__list {
  padding: 0;
}
/* Comments */
.comment,
.pingback,
.trackback {
  list-style: none;
}
.comment-body {
  margin-bottom: 2em;
}
.comment-meta {
  position: relative;
  margin-bottom: 0.75em;
}
.comment-metadata {
  color: rgba(77, 77, 79, 0.5);
}
.comment-metadata a:not(:hover) {
  color: inherit;
}
.comment-meta,
.comment-content,
.reply {
  padding-left: 2.5rem;
}
@media (min-width: 480px) {
  .comment-meta,
  .comment-content,
  .reply {
    padding-left: 4.5rem;
  }
}
.comment-author .avatar {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 2rem;
  width: auto;
  height: auto;
  border-radius: 50%;
}
@media (min-width: 480px) {
  .comment-author .avatar {
    max-width: 4rem;
  }
}
.comment-edit-link {
  margin-left: 0.5em;
}
.pingback .url,
.trackback .url {
  font-style: italic;
}
/* Comment Form */
.comment-respond {
  margin: 4em 0 0 0;
}
.comment-reply-title small,
.comment-reply-title .small {
  display: block;
}
.comments .children {
  padding-left: 5%;
}
.comment-form {
  display: block;
}
.comment-form label {
  display: block;
}
.required {
  color: #C40233;
}
.comment-metadata,
.form-allowed-tags,
.pingback .edit-link,
.trackback .edit-link {
  font-size: 0.8em;
}
#cancel-comment-reply-link {
  font-size: 0.6em;
}
.gallery {
  margin-left: -(0.25em / 2);
  margin-right: -(0.25em / 2);
}
.gallery:after {
  content: '';
  display: block;
  clear: both;
}
.gallery:after {
  content: '';
  display: block;
  clear: both;
}
.gallery img {
  display: block;
  width: 100%;
}
.gallery .gallery-item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 0.125em 0.25em 0.125em;
  text-align: center;
}
.gallery .gallery-item:nth-of-type(2n+1) {
  clear: left;
}
.gallery .gallery-caption {
  margin: 0 0 1em 0;
  font-size: 0.8em;
  text-align: center;
}
.gallery-columns-1 .gallery-item {
  clear: none;
  width: 100%;
  clear: both;
}
.gallery .gallery-caption,
.wp-caption-text,
.wp-caption-dd {
  font-style: italic;
}
@media (min-width: 680px) {
  .gallery-item.gallery-item:nth-of-type(2n+1) {
    /* Extra specificity for editor */
    clear: none;
  }
  .gallery-columns-9 .gallery-item {
    width: 11.11111111%;
  }
  .gallery-columns-9 .gallery-item:nth-of-type(9n + 1) {
    clear: left;
  }
  .gallery-columns-8 .gallery-item {
    width: 12.5%;
  }
  .gallery-columns-8 .gallery-item:nth-of-type(8n + 1) {
    clear: left;
  }
  .gallery-columns-7 .gallery-item {
    width: 14.28571429%;
  }
  .gallery-columns-7 .gallery-item:nth-of-type(7n + 1) {
    clear: left;
  }
  .gallery-columns-6 .gallery-item {
    width: 16.66666667%;
  }
  .gallery-columns-6 .gallery-item:nth-of-type(6n + 1) {
    clear: left;
  }
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }
  .gallery-columns-5 .gallery-item:nth-of-type(5n + 1) {
    clear: left;
  }
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
  .gallery-columns-4 .gallery-item:nth-of-type(4n + 1) {
    clear: left;
  }
  .gallery-columns-3 .gallery-item {
    width: 33.33333333%;
  }
  .gallery-columns-3 .gallery-item:nth-of-type(3n + 1) {
    clear: left;
  }
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }
  .gallery-columns-2 .gallery-item:nth-of-type(2n + 1) {
    clear: left;
  }
}
.gallery-caption {
  padding: 0 1em;
}
.alignnone,
.alignleft,
.aligncenter,
.alignright,
.alignnone.wp-caption,
.alignleft.wp-caption,
.aligncenter.wp-caption,
.alignright.wp-caption {
  display: block;
  margin: 0 0 1em 0;
}
.alignleft,
.alignright,
.alignleft.wp-caption,
.alignright.wp-caption {
  margin-top: 0.25em;
}
.alignleft,
.alignleft.wp-caption {
  float: left;
  margin-right: 1em;
}
.alignright,
.alignright.wp-caption {
  float: right;
  margin-left: 1em;
}
.aligncenter,
.aligncenter.wp-caption {
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  max-width: 100%;
}
.mejs-container {
  margin-bottom: 1em;
}
.entry {
  margin-bottom: 2em;
}
.entry__image {
  display: block;
  margin-bottom: 1em;
}
.entry__header {
  margin-bottom: 1em;
}
.entry__title {
  word-wrap: break-word;
}
.entry__title a:not(:hover) {
  color: inherit;
}
.fine-print {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #fff;
  font-size: 0.85em;
  text-align: center;
}
.fine-print:after {
  content: '';
  display: block;
  clear: both;
}
.fine-print:after {
  content: '';
  display: block;
  clear: both;
}
.fine-print__inner {
  text-align: center;
}
@media (min-width: 680px) {
  .fine-print__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
  }
  .fine-print__inner .fine-print__item {
    width: 50%;
  }
}
.fine-print__img {
  display: block;
  max-width: 178px;
  margin: 0 auto 0.5rem;
}
@media (min-width: 680px) {
  .fine-print__img {
    margin: 0 0 0.3rem 0;
  }
}
@media (min-width: 680px) {
  .fine-print__item:nth-child(even) {
    text-align: right;
  }
}
.footer {
  text-align: center;
}
.footer:after {
  content: '';
  display: block;
  clear: both;
}
.footer:after {
  content: '';
  display: block;
  clear: both;
}
@media (min-width: 680px) {
  .footer {
    text-align: left;
  }
}
.footer__bottom {
  padding-bottom: 1em;
  padding-top: 4rem;
  color: #cccccc;
  background-color: #333333;
}
.footer__bottom:after {
  content: '';
  display: block;
  clear: both;
}
.footer__bottom:after {
  content: '';
  display: block;
  clear: both;
}
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid--no-gutters {
  margin: 0;
}
.grid--small-gutters {
  margin: 0 -7.5px;
}
.grid--large-gutters {
  margin: 0 -30px;
}
.grid--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.grid__column {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  padding: 0 15px;
}
.grid--reverse > .grid__column {
  float: right;
}
.grid--no-gutters > .grid__column {
  padding: 0;
}
.grid--small-gutters > .grid__column {
  padding: 0 7.5px;
}
.grid--large-gutters > .grid__column {
  padding: 0 30px;
}
.grid__column--12 {
  width: 100%;
}
.grid__column--11 {
  width: 91.66666667%;
}
.grid__column--10 {
  width: 83.33333333%;
}
.grid__column--9 {
  width: 75%;
}
.grid__column--8 {
  width: 66.66666667%;
}
.grid__column--7 {
  width: 58.33333333%;
}
.grid__column--6 {
  width: 50%;
}
.grid__column--5 {
  width: 41.66666667%;
}
.grid__column--4 {
  width: 33.33333333%;
}
.grid__column--3 {
  width: 25%;
}
.grid__column--2 {
  width: 16.66666667%;
}
.grid__column--1 {
  width: 8.33333333%;
}
@media (min-width: 480px) {
  .grid__column--s-12 {
    width: 100%;
  }
  .grid__column--s-11 {
    width: 91.66666667%;
  }
  .grid__column--s-10 {
    width: 83.33333333%;
  }
  .grid__column--s-9 {
    width: 75%;
  }
  .grid__column--s-8 {
    width: 66.66666667%;
  }
  .grid__column--s-7 {
    width: 58.33333333%;
  }
  .grid__column--s-6 {
    width: 50%;
  }
  .grid__column--s-5 {
    width: 41.66666667%;
  }
  .grid__column--s-4 {
    width: 33.33333333%;
  }
  .grid__column--s-3 {
    width: 25%;
  }
  .grid__column--s-2 {
    width: 16.66666667%;
  }
  .grid__column--s-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 680px) {
  .grid__column--m-12 {
    width: 100%;
  }
  .grid__column--m-11 {
    width: 91.66666667%;
  }
  .grid__column--m-10 {
    width: 83.33333333%;
  }
  .grid__column--m-9 {
    width: 75%;
  }
  .grid__column--m-8 {
    width: 66.66666667%;
  }
  .grid__column--m-7 {
    width: 58.33333333%;
  }
  .grid__column--m-6 {
    width: 50%;
  }
  .grid__column--m-5 {
    width: 41.66666667%;
  }
  .grid__column--m-4 {
    width: 33.33333333%;
  }
  .grid__column--m-3 {
    width: 25%;
  }
  .grid__column--m-2 {
    width: 16.66666667%;
  }
  .grid__column--m-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 960px) {
  .grid__column--l-12 {
    width: 100%;
  }
  .grid__column--l-11 {
    width: 91.66666667%;
  }
  .grid__column--l-10 {
    width: 83.33333333%;
  }
  .grid__column--l-9 {
    width: 75%;
  }
  .grid__column--l-8 {
    width: 66.66666667%;
  }
  .grid__column--l-7 {
    width: 58.33333333%;
  }
  .grid__column--l-6 {
    width: 50%;
  }
  .grid__column--l-5 {
    width: 41.66666667%;
  }
  .grid__column--l-4 {
    width: 33.33333333%;
  }
  .grid__column--l-3 {
    width: 25%;
  }
  .grid__column--l-2 {
    width: 16.66666667%;
  }
  .grid__column--l-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .grid__column--xl-12 {
    width: 100%;
  }
  .grid__column--xl-11 {
    width: 91.66666667%;
  }
  .grid__column--xl-10 {
    width: 83.33333333%;
  }
  .grid__column--xl-9 {
    width: 75%;
  }
  .grid__column--xl-8 {
    width: 66.66666667%;
  }
  .grid__column--xl-7 {
    width: 58.33333333%;
  }
  .grid__column--xl-6 {
    width: 50%;
  }
  .grid__column--xl-5 {
    width: 41.66666667%;
  }
  .grid__column--xl-4 {
    width: 33.33333333%;
  }
  .grid__column--xl-3 {
    width: 25%;
  }
  .grid__column--xl-2 {
    width: 16.66666667%;
  }
  .grid__column--xl-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 680px) {
  .grid--2-columns > .grid__column {
    width: 50%;
  }
  .grid--2-columns > .grid__column:nth-child(2n+1) {
    clear: left;
  }
  .grid--reverse.grid--2-columns > .grid__column:nth-child(2n+1) {
    clear: right;
  }
}
@media (min-width: 680px) {
  .grid--3-columns > .grid__column {
    width: 33.333%;
  }
  .grid--3-columns > .grid__column:nth-child(3n+1) {
    clear: left;
  }
  .grid--reverse.grid--3-columns > .grid__column:nth-child(3n+1) {
    clear: right;
  }
}
@media (min-width: 480px) {
  .grid--4-columns > .grid__column {
    width: 50%;
  }
  .grid--4-columns > .grid__column:nth-child(2n+1) {
    clear: left;
  }
  .grid--reverse.grid--4-columns > .grid__column:nth-child(2n+1) {
    clear: right;
  }
}
@media (min-width: 680px) {
  .grid--4-columns > .grid__column {
    width: 25%;
  }
  .grid--4-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--reverse.grid--4-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--4-columns > .grid__column:nth-child(4n+1) {
    clear: left;
  }
  .grid--reverse.grid--4-columns > .grid__column:nth-child(4n+1) {
    clear: right;
  }
}
@media (min-width: 480px) {
  .grid--5-columns > .grid__column {
    width: 50%;
  }
  .grid--5-columns > .grid__column:nth-child(2n+1) {
    clear: left;
  }
  .grid--reverse.grid--5-columns > .grid__column:nth-child(2n+1) {
    clear: right;
  }
}
@media (min-width: 680px) {
  .grid--5-columns > .grid__column {
    width: 20%;
  }
  .grid--5-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--reverse.grid--5-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--5-columns > .grid__column:nth-child(5n+1) {
    clear: left;
  }
  .grid--reverse.grid--5-columns > .grid__column:nth-child(5n+1) {
    clear: right;
  }
}
@media (min-width: 480px) {
  .grid--6-columns > .grid__column {
    width: 50%;
  }
  .grid--6-columns > .grid__column:nth-child(2n+1) {
    clear: left;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(2n+1) {
    clear: right;
  }
}
@media (min-width: 680px) {
  .grid--6-columns > .grid__column {
    width: 33.3333%;
  }
  .grid--6-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--6-columns > .grid__column:nth-child(3n+1) {
    clear: left;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(3n+1) {
    clear: right;
  }
}
@media (min-width: 960px) {
  .grid--6-columns > .grid__column {
    width: 16.66666%;
  }
  .grid--6-columns > .grid__column:nth-child(3n+1) {
    clear: none;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(3n+1) {
    clear: none;
  }
  .grid--6-columns > .grid__column:nth-child(6n+1) {
    clear: left;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(6n+1) {
    clear: right;
  }
}
@media (min-width: 960px) {
  .grid--woo .grid__column--l-4 {
    width: 28%;
  }
  .grid--woo .grid__column--l-8 {
    width: 72%;
  }
}
.header__logo {
  display: block;
  margin-right: auto;
  margin-top: 0;
  width: 100px;
  margin-bottom: 0;
}
.header__logo-wrap {
  float: left;
}
.header__inner:after {
  content: '';
  display: block;
  clear: both;
}
.header__inner:after {
  content: '';
  display: block;
  clear: both;
}
.header__top-item--cart {
  margin-left: 1rem;
}
.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header__top-item--account {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.header__top-item--cart {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.header__top-item--search {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
}
.header__search {
  display: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 1px solid #8cc541;
  padding-left: 1rem;
  padding-right: 1rem;
}
.header__middle {
  margin-top: 0;
  border-top: 1px solid #8cc541;
  padding-left: 1rem;
  border-bottom: 1px solid #8cc541;
}
.header__middle:after {
  content: '';
  display: block;
  clear: both;
}
.header__middle:after {
  content: '';
  display: block;
  clear: both;
}
@media (max-width: 480px) {
  /* updated mobile header */
  .header__top {
    float: right;
  }
  .header__logo-wrap {
    float: right;
    margin-left: 0.5rem;
  }
  .header__middle {
    float: left;
    padding-left: 0;
    border: 0;
  }
  /*  END updated mobile header */
  .header__top-item--account,
  .header__top-item--cart {
    border-left: 1px solid #c0ff6e;
    margin-left: 0;
  }
}
@media (min-width: 480px) {
  .header__logo {
    width: 127.5px;
    margin: 0.5rem 0 1rem;
  }
}
@media (min-width: 680px) {
  .header__logo {
    margin: 1rem 0;
  }
}
@media (min-width: 960px) {
  .header__logo {
    width: 160px;
    margin: 0.5rem 0 1rem;
  }
  .header {
    padding-top: 1em;
  }
  .header__logo-wrap {
    float: none;
  }
  .header__top {
    display: block;
    float: right;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }
  .header__middle {
    margin-top: 0;
    float: left;
    border-top: 0;
    padding-left: 0;
    border-bottom: 0;
  }
  .header__search {
    display: block;
    width: 21rem;
    margin: 0 0 0 auto;
    padding: 0;
    border: 0;
  }
  .header__top-item {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 1.2rem;
  }
  .header__top-item--search {
    margin-bottom: 0;
    width: auto;
  }
  .header__top-item--search {
    display: block;
  }
}
@media (min-width: 1041px) {
  .header__logo {
    width: 255px;
    margin: 0 0 1rem;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0.1375em;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 1.7em;
  padding-left: 1.7em;
  margin-bottom: 0.8em;
  width: auto;
  vertical-align: middle;
  background: transparent;
  font-family: 'Lato', sans-serif;
  font-size: 0.938em;
  text-align: center;
  color: #ffffff;
  border: 0;
  font-weight: bold;
  line-height: 1;
}
.btn:hover {
  background: #8cc541;
  color: #000;
  border-color: #8cc541;
}
@media (min-width: 480px) {
  .btn {
    margin-bottom: 0;
    width: auto;
  }
  .btn + .btn {
    margin-left: 0.5em;
  }
}
/* for buttons appearance */
.btn--primary {
  background: #8cc541;
}
.btn--primary:hover {
  background: #567b25;
  color: #fff;
}
.btn--secondary {
  background: #3A452C;
}
.btn--secondary:hover {
  background: #060704;
  color: #fff;
  border-color: #060704;
}
.btn--tertiary {
  background: transparent;
  color: #8cc541;
  border: 2px solid #8cc541;
}
.btn--tertiary:hover {
  background: #8cc541;
  color: #fff;
  border-color: #8cc541;
}
/* to used for wordpress or plugins buttons */
.btn--primary-imitter {
  display: inline-block;
  margin-bottom: 0.1375em;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 1.7em;
  padding-left: 1.7em;
  margin-bottom: 0.8em;
  width: auto;
  vertical-align: middle;
  background: transparent;
  font-family: 'Lato', sans-serif;
  font-size: 0.938em;
  text-align: center;
  color: #ffffff;
  border: 0;
  font-weight: bold;
  line-height: 1;
  background: #8cc541;
}
.btn--primary-imitter:hover {
  background: #8cc541;
  color: #000;
  border-color: #8cc541;
}
@media (min-width: 480px) {
  .btn--primary-imitter {
    margin-bottom: 0;
    width: auto;
  }
  .btn--primary-imitter + .btn--primary-imitter {
    margin-left: 0.5em;
  }
}
.btn--primary-imitter:hover {
  background: #567b25;
  color: #fff;
}
@media (min-width: 680px) {
  .btn--wide {
    padding-right: 3.6em;
    padding-left: 3.6em;
  }
}
/* for button sizes */
.btn--lg {
  font-size: 1.3125rem;
  padding: 0.5em 0;
}
@media (min-width: 480px) {
  .btn--lg {
    padding: 0.1em 5.7em;
  }
}
.btn--md {
  font-size: 1.3125rem;
  padding: 0.5em 0;
}
@media (min-width: 480px) {
  .btn--md {
    padding: 0.1em 3.7em;
  }
}
.btn--sm {
  font-size: 0.938em;
  padding-right: 0.6em;
  padding-left: 0.6em;
}
.btn--icon {
  padding-right: 0.5em;
  padding-left: 1.3em;
}
.btn--icon:after {
  content: "\f431";
  font-size: 22px;
  vertical-align: top;
  text-align: center;
  -moz-transition: color 0.1s ease-in 0;
  -webkit-transition: color 0.1s ease-in 0;
  display: inline-block;
  font-family: "Genericons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 0.6;
  text-decoration: inherit;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
/* for full width buttons */
.btn--block {
  display: block;
  width: 100%;
  text-align: center;
}
.magicdust-button {
  display: inline-block;
  vertical-align: top;
  padding: 1em;
  line-height: 1;
}
button.magicdust-button,
input.magicdust-button {
  padding-top: 0;
  padding-bottom: 0;
}
button.magicdust-button:not(:focus),
input.magicdust-button:not(:focus) {
  border-color: transparent;
}
.main {
  display: block;
}
.main:focus {
  outline: none;
}
.main:after {
  content: '';
  display: block;
  clear: both;
}
.main:after {
  content: '';
  display: block;
  clear: both;
}
.main__header {
  margin-top: 3em;
  margin-bottom: 3em;
  border-bottom: 1px solid #c7c7c7;
}
.error404 .main__header,
.page-template-template-no-sidebar .main__header {
  text-align: center;
}
.main__title {
  word-wrap: break-word;
  color: #8cc541;
}
.main__content {
  margin-bottom: 3em;
}
.error404 .main__content {
  text-align: center;
}
.main__breadcrumbs {
  font-size: 0.938em;
  margin-top: 1.5rem;
}
.main__breadcrumbs--woo {
  padding: 0 0 2.7rem;
}
.single-product .main__breadcrumbs--woo {
  padding-bottom: 1em;
}
.main_back {
  margin-bottom: 1.2em;
}
.main_back a {
  color: inherit;
}
.main_back a:hover {
  color: #8cc541;
}
.main--woo .main__header {
  border-bottom: 0;
  margin-top: 0;
  margin-bottom: 2em;
}
.menu-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: auto;
  padding: 0;
  background: transparent;
  border-color: transparent;
  color: inherit;
}
.no-js .menu-toggle {
  display: none;
}
@media (min-width: 960px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle__icon {
  fill: #fff;
}
.menu-toggle--search {
  font-size: 1.1rem;
  color: #fff;
  height: 2.6rem;
  background: #8cc541;
  padding: 0 0.5rem;
}
.menu-toggle__icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
}
.menu-toggle__icon--open {
  display: block;
}
.is-open > .menu-toggle__icon--open {
  display: none;
}
.menu-toggle__icon--close {
  display: none;
}
.is-open > .menu-toggle__icon--close {
  display: block;
}
.menu-toggle__label {
  padding-left: 0.25em;
  line-height: 1;
}
.menu-toggle--main {
  float: right;
  height: 3.5rem;
  padding: 0 0.5rem;
  background-color: #567b25;
  color: #fff;
}
/* mobile menu update */
@media (max-width: 480px) {
  .menu-toggle--main {
    float: left;
    height: 3.7rem;
    margin-top: -1px;
  }
  .menu-toggle--main .menu-toggle__label {
    display: none;
  }
  .menu-toggle--search {
    height: 3.6rem;
  }
}
/* mobile menu update */
@media (min-width: 480px) {
  .menu-toggle--search {
    margin-right: 1rem;
  }
  .menu-toggle--main {
    margin-right: 1rem;
    margin-top: 1.3rem;
  }
}
.meta {
  font-style: italic;
}
.meta a:not(:hover) {
  color: inherit;
}
.module {
  padding: 3em 0 2em;
}
.module__header {
  margin-bottom: 2em;
  text-align: center;
}
.module--hero {
  padding: 0;
}
.module--product-cats {
  padding: 4.4em 0 1rem;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 480px) {
  .module--product-cats {
    padding: 4.4em 0;
    border-bottom: 0;
  }
}
.navbar {
  display: none;
}
.navbar:after {
  content: '';
  display: block;
  clear: both;
}
.navbar:after {
  content: '';
  display: block;
  clear: both;
}
.no-js .navbar,
.navbar.is-open {
  display: block;
}
.navbar__list {
  margin: 0;
  padding: 0;
  text-align: left;
}
.navbar__item {
  position: relative;
  display: block;
  margin: 0;
}
.navbar__item a {
  padding: 1em 1em;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  color: #000000;
}
.navbar__item > a {
  border-bottom: 1px solid #f6ffdd;
}
.navbar__item a[aria-haspopup] {
  cursor: default;
}
.navigation--prim .navbar__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar__item--level-0.has-dropdown.is-open {
  background: #b5bd9f;
}
.navbar__expand {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  margin-left: 0.2rem;
  fill: currentColor;
  -webkit-transition: -webkit-transform 150ms ease-out;
  transition: -webkit-transform 150ms ease-out;
  -o-transition: transform 150ms ease-out;
  transition: transform 150ms ease-out;
  transition: transform 150ms ease-out, -webkit-transform 150ms ease-out;
}
.is-open > a > .navbar__expand {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
.navbar-footer {
  margin-top: 0.5rem;
}
.navbar-footer .navbar__item {
  margin: 0.5rem 0;
}
.navbar-footer .navbar__item a {
  font-size: 1rem;
  padding: 0 0.5rem;
  color: inherit;
}
.navbar-footer .navbar__item a:hover {
  color: #8cc541;
}
.navbar-footer .navbar__item > a {
  border-bottom: 0!important;
}
@media (max-width: 680px) {
  .navbar-footer {
    margin: 1.5rem 0;
  }
  .navbar-footer .navbar__item a {
    display: block;
    text-align: center;
    padding: 0.3rem 0;
  }
}
@media (min-width: 680px) {
  .navbar-footer .navbar__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .navbar-footer .navbar__list .navbar__item {
    margin: 0 0.5rem;
    padding-right: 1rem;
    border-right: 1px solid #cccccc;
  }
  .navbar-footer .navbar__list .navbar__item:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }
  .navbar-footer .navbar__list .navbar__item:last-child a {
    padding-right: 0;
  }
}
@media (min-width: 960px) {
  .navbar {
    display: block !important;
  }
  .navbar__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .navbar__item--level-0.has-dropdown.is-open {
    background: transparent;
  }
  .navbar__item--level-0 a {
    padding: 1.2em 0.5em;
  }
  .navbar__item--level-0 > a {
    border-bottom: 0;
  }
  .navbar--top .navbar__item--level-0 {
    line-height: 0;
    margin: 0 0.2rem;
    border-right: 1px solid #a5a5a5;
  }
  .navbar--top .navbar__item--level-0 > a {
    padding: 0 0.5rem 0 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 0.813em;
    color: #4d4d4f;
  }
  .navbar--top .navbar__item--level-0 > a:hover {
    color: #8cc541;
  }
  .navbar--top .navbar__item--level-0:last-child {
    border-right: 0;
  }
  .navbar--top .navbar__item--level-0:last-child > a {
    padding-right: 0;
  }
  .navigation--prim .navbar__item a {
    font-size: 0.9em;
  }
  .navbar:not(.navbar--top) .navbar__item--level-0 > a:hover,
  .navbar:not(.navbar--top) .navbar__item--level-0.is-open > a,
  .navbar:not(.navbar--top) .navbar__item--level-0.is-current > a {
    background-color: #8cc541;
    color: #fff;
  }
}
@media (min-width: 1008px) {
  .navigation--prim .navbar__item a {
    font-size: 1em;
  }
}
.navbar-dropdown {
  will-change: auto;
  display: none;
  padding: 0;
}
.is-open > .navbar-dropdown {
  display: block;
}
.navbar-dropdown:focus {
  outline: none;
}
.navbar-dropdown__item a {
  font-size: 0.85em;
}
@media (min-width: 960px) {
  .navbar-dropdown {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 100%;
    min-width: 16em;
    padding: 0 0 0 5px !important;
    text-align: left;
    white-space: nowrap;
    -webkit-box-shadow: 0 5px 20px -10px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 20px -10px rgba(0, 0, 0, 0.5);
  }
  .navbar-dropdown--level-0 {
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 5px 0 0 0 !important;
  }
  .navbar-dropdown__item {
    margin: 0;
  }
  .navbar-dropdown__item a {
    padding: 1em;
    background: #dae3be;
    color: #000000;
  }
  .navbar-dropdown__item a:hover,
  .navbar-dropdown__item.is-current > a {
    background: #d0dbac;
    color: #000000;
  }
  .navbar-dropdown__item:last-child > a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .navbar-dropdown__item:first-child > a {
    position: relative;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .navbar-dropdown__item:first-child > a:before {
    content: '';
    position: absolute;
    right: 100%;
    bottom: 50%;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    display: block;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #dae3be transparent transparent;
  }
  .navbar-dropdown--level-0 > .navbar-dropdown__item:first-child > a:before {
    right: 50%;
    bottom: 100%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    border-color: transparent transparent #dae3be transparent;
  }
  .navbar-dropdown__expand {
    -webkit-transform: rotateZ(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotateZ(-90deg);
  }
  .is-open > a > .navbar-dropdown__expand {
    -webkit-transform: rotateZ(-90deg) rotateX(-180deg);
            transform: rotateZ(-90deg) rotateX(-180deg);
  }
}
.navigation {
  position: relative;
  text-align: center;
}
.navigation--prim {
  clear: both;
  background-color: #dae4bd;
}
.pagination {
  clear: both;
  text-align: center;
}
.pagination:after {
  content: '';
  display: block;
  clear: both;
}
.pagination:after {
  content: '';
  display: block;
  clear: both;
}
.pagination > a,
.pagination > span {
  display: inline-block;
  margin: 0.15em;
  padding: 0.25em 0.75em;
  font-size: 1em;
  border: 1px solid #ccc;
  color: #000;
}
.pagination > span {
  border-color: #8cc541;
  background-color: #8cc541;
  color: #fff;
}
.pagination .dots {
  border-color: transparent;
}
.pagination,
.post-navigation {
  margin-top: 2em;
}
.search-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.main__content .search-form {
  width: 20em;
  max-width: 100%;
  margin: 2em auto;
}
.search-form__input {
  width: 100%;
  padding-right: 2.5em;
  border: 1px solid #8cc541;
}
.search-form__button {
  height: 2.5rem;
  padding: 0.5rem 1.2rem;
  font-size: 0.875rem;
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  background: #8cc541;
  border-color: transparent;
  color: #fff;
}
.search-form__icon {
  width: 1.25em;
  height: 1.25em;
  font-size: 1.1rem;
  fill: currentColor;
}
.sidebar {
  margin-bottom: 3em;
}
.sidebar-blog {
  margin-top: 2rem;
}
.social-menu-item {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.social-menu-item a {
  display: block;
  color: inherit;
}
.social-menu-item__icon {
  display: block;
  width: 2em;
  height: 2em;
  fill: currentColor;
}
.social-menu-item__label {
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  left: -9999px;
}
.social-menu {
  padding: 0;
  list-style: none;
}
.tabs__tablist {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 960px) {
  .tabs__tablist {
    display: block;
  }
}
.tabs__tablist li {
  display: inline-block;
  margin: 0;
}
.tabs__tab {
  display: block;
}
@media (min-width: 960px) {
  .tabs__tab {
    display: none;
  }
  .tabs__tablist .tabs__tab {
    display: block;
  }
}
.tabs__panel {
  overflow: hidden;
}
.tabs__panel[aria-hidden="true"] {
  display: none;
}
.tool {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #8cc541;
  width: 3.5rem;
  text-align: center;
  height: 2.6rem;
  padding: 0 0.5rem;
}
.tool:not(:hover) {
  color: #fff;
}
.tool:hover {
  color: #fff;
  background-color: #567b25;
}
.tool__icon {
  margin-right: 0.2rem;
  font-size: 0.8rem;
  display: block;
  width: 1.5em;
  height: 1.5em;
  fill: currentColor;
}
.tool__badge {
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 1.5em;
  padding: 0 0.25em;
  border-radius: 0.75em;
  font-size: 0.625em;
  line-height: 1.5em;
  text-align: center;
  white-space: nowrap;
  background: #C40233;
  color: #ffffff;
}
.tool__label {
  display: none;
  font-size: 0.688rem;
}
@media (max-width: 480px) {
  .tool {
    height: 3.6rem;
  }
}
@media (min-width: 480px) {
  .tool__label {
    display: inline;
  }
  .tool {
    width: auto;
    min-width: 9.4rem;
  }
}
.widget {
  margin-bottom: 2em;
}
.widget ul {
  padding: 0;
  list-style: none;
}
.widget ul ul {
  padding-left: 5%;
}
.widget__header {
  margin-bottom: 1em;
}
.widget__title {
  margin: 0;
  font-size: 1em;
}
.footer__bottom .widget .widget__title {
  font-family: 'Work Sans', sans-serif;
  font-size: 1.125em;
  color: #fff;
  font-weight: 500;
}
.footer__bottom .widget.widget_nav_menu .menu__item a {
  color: inherit;
}
.footer__bottom .widget.widget_nav_menu .menu__item a:hover {
  color: #8cc541;
}
@media (min-width: 480px) {
  .footer__bottom .widget.widget_text .textwidget p {
    line-height: 2;
  }
  .footer__bottom .widget.widget_text .textwidget a:hover {
    color: #bbdd8f;
  }
}
.sidebar .widget.widget_nav_menu .menu__item {
  margin: 0;
  border-bottom: 1px solid #ebebeb;
}
.sidebar .widget.widget_nav_menu .menu__item a {
  display: block;
  color: #000;
  padding: 0.9em;
}
.sidebar .widget.widget_nav_menu .menu__item a:before {
  margin-right: 0.8rem;
  display: inline-block;
  content: url(images/right-chevron.svg);
  width: 6px;
  height: 9px;
  vertical-align: top;
}
.sidebar .widget.widget_nav_menu .menu__item a:hover {
  color: #8cc541;
}
.sidebar .widget.widget_nav_menu .menu__item a:hover:before {
  content: url(images/right-chevron-green.svg);
}
.sidebar .widget.widget_nav_menu .menu__item:last-child {
  border-bottom: 0;
}
.sidebar-woocommerce .widget .widget__title,
.sidebar-woocommerce .widget .ywcca_widget_title {
  font-weight: bold;
  font-size: 1.563em;
  color: #444444;
}
.sidebar-woocommerce .widget.widget_price_filter .widget__title {
  font-size: 1rem;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}
.widget_price_filter {
  background-color: #dae3be;
  padding: 1rem 1rem;
}
.widget_price_filter .widget__title {
  font-size: 1rem;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}
.hero {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ffffff;
}
.hero .container {
  height: 19.2rem;
}
.hero .btn {
  margin-bottom: 0;
}
.hero__inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  width: 100%;
  padding: 1rem;
  color: #fff;
}
.hero__title {
  margin-bottom: 0.2rem;
  color: inherit;
  text-transform: uppercase;
}
.hero__subtitle {
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  color: inherit;
  margin-top: 0;
  margin-bottom: 0.6rem;
}
.hero__description {
  font-size: 1.125em;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 1.4rem;
}
@media (min-width: 480px) {
  .hero .container {
    height: 24.2rem;
  }
}
@media (min-width: 960px) {
  .hero__inner {
    width: 34rem;
    padding: 0;
  }
  .hero .container {
    height: 32.2rem;
  }
}
.product-cats__item {
  margin-bottom: 2.9rem;
  text-align: center;
}
.product-cats__title {
  margin-top: 0.7rem;
  margin-bottom: 0.5rem;
}
.product-cats__title a {
  color: inherit;
  font-weight: 500;
}
.product-cats__desc {
  font-size: 1.125em;
  font-weight: 500;
}
.product-cats__img-wrap {
  display: block;
  height: 14.4rem;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  text-align: center;
  position: relative;
}
.product-cats__img-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  max-height: 100%;
}
.subscription-wrap {
  padding: 3rem 0 2rem;
  background-color: #dae3be;
}
.subscription-wrap:after {
  content: '';
  display: block;
  clear: both;
}
.subscription-wrap:after {
  content: '';
  display: block;
  clear: both;
}
.subscription__header {
  text-align: center;
  margin-bottom: 1.7rem;
}
.subscription__title {
  margin-bottom: 0.3rem;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 1.5em;
}
@media (min-width: 480px) {
  .subscription__title {
    font-size: 1.875em;
    /* 30px */
  }
}
#mc_embed_signup form {
  margin-bottom: 0;
}
#mc-embedded-subscribe {
  width: 100%;
  background-color: #8cc541;
  color: #fff;
  border: 0;
}
.mc-field-group {
  width: 100%;
  margin-bottom: 1rem;
}
.mc-field-group input {
  width: 100%;
  background-color: #fff;
}
@media (min-width: 680px) {
  #mc_embed_signup_scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mc-field-group {
    margin-right: 2%;
    margin-bottom: 1rem;
    width: 28%;
  }
  #mc-embedded-subscribe {
    width: auto;
  }
}
.widget_yith_wc_category_accordion ul.ywcca_category_accordion_widget > li {
  border-bottom: 1px solid #c2c2c2;
}
.widget_yith_wc_category_accordion ul.ywcca_category_accordion_widget > li:last-child {
  border-bottom: 0;
}
.ywcca_category_accordion_widget .cat-item-16 {
  display: none;
}
.ywcca_category_accordion_widget .cat-item {
  margin: 0;
}
.ywcca_category_accordion_widget .cat-item .icon-plus,
.ywcca_category_accordion_widget .cat-item .icon-minus {
  display: none;
}
.ywcca_category_accordion_widget .cat-item a {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 1rem;
  color: #666666;
  text-transform: none;
}
.ywcca_category_accordion_widget .cat-item.current-cat > a {
  color: inherit;
}
.ywcca_category_accordion_widget .cat-item.closed,
.ywcca_category_accordion_widget .cat-item.opened {
  position: relative;
}
.ywcca_category_accordion_widget .cat-item.closed:before,
.ywcca_category_accordion_widget .cat-item.opened:before {
  content: url(images/right.svg);
  width: 6px;
  height: 13px;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.7em;
}
.ywcca_category_accordion_widget .cat-item.opened {
  position: relative;
}
.ywcca_category_accordion_widget .cat-item.opened:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  vertical-align: middle;
}
.ywcca_category_accordion_widget .cat-item.opened > a {
  color: #000;
}
.ywcca_category_accordion_widget .children .cat-item.closed,
.ywcca_category_accordion_widget .children .cat-item.opened {
  padding-left: 0.9em;
}
.ywcca_category_accordion_widget .children .cat-item.closed:before,
.ywcca_category_accordion_widget .children .cat-item.opened:before {
  font-size: 1em;
}
.ywcca_category_accordion_widget .children {
  padding-left: 1.4em;
}
.ywcca_category_accordion_widget .children .cat-item {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.ywcca_category_accordion_widget .children .cat-item a {
  font-weight: normal;
  color: #4d4d4d !important;
}
.ywcca_category_accordion_widget .children .cat-item:not(.closed):not(.opened):before {
  display: none;
}
.ywcca_category_accordion_widget .children .cat-item:not(.closed):not(.opened) a {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1.3rem;
  position: relative;
}
.ywcca_category_accordion_widget .children .cat-item:not(.closed):not(.opened) a:before {
  cursor: pointer;
  position: absolute;
  display: block;
  content: '';
  width: 9px;
  height: 9px;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: #fff;
  margin-top: 8px;
}
.ywcca_category_accordion_widget .children .cat-item:not(.closed):not(.opened) a:hover:before {
  background-color: #8cc541;
  border-color: #8cc541;
}
.ywcca_category_accordion_widget .children .cat-item.current-cat a:before {
  background-color: #8cc541 !important;
  border-color: #8cc541 !important;
}
.nf-field-element input[type="button"] {
  background-color: #8cc541;
  color: #fff;
  border: 0;
  cursor: pointer;
}
.nf-field-element input[type="button"]:hover {
  background-color: #567b25;
}
.helper {
  position: relative;
  overflow: hidden;
}
.container {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 960px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.container--md {
  max-width: 1075px;
}
.container--lg {
  max-width: 1185px;
}
@media (max-width: 960px) {
  .container--mobile-full {
    padding-left: 0;
    padding-right: 0;
  }
}
.container--narrow {
  max-width: 680px;
}
.container--wide {
  max-width: 1200px;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.u-wide {
  width: 100%;
}
.u-text-center {
  text-align: center;
}
.u-text-right {
  text-align: right;
}
.u-text-left {
  text-align: left;
}
.screen-reader-text {
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  left: -9999px;
  z-index: 100000;
}
.screen-reader-text:focus {
  clip: auto;
  left: 5px;
  top: 5px;
  height: 1px;
  width: 1px;
  width: auto;
  height: auto;
  padding: 0.5em 1.5em;
  border-radius: 3px;
  background: #009F6B;
  color: #FFF;
}
.hmega {
  font-size: 1.7em;
}
@media (min-width: 480px) {
  .hmega {
    font-size: 3.75em;
    /* 60px */
  }
}
/* google map responsive */
.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.pos-rel {
  position: relative;
}
.overlay {
  display: block;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.hidden--sm {
  display: none!important;
}
@media (min-width: 480px) {
  .hidden--sm {
    display: block!important;
  }
}
.visible--sm {
  display: block!important;
}
@media (min-width: 480px) {
  .visible--sm {
    display: none!important;
  }
}
.visible--m {
  display: block!important;
}
@media (min-width: 960px) {
  .visible--m {
    display: none!important;
  }
}
.visible--lg {
  display: none!important;
}
@media (min-width: 960px) {
  .visible--lg {
    display: block!important;
  }
}
.visible-tab {
  display: block;
}
@media (min-width: 960px) {
  .visible-tab {
    display: none!important;
  }
}
.nf-form-wrap .label-above .nf-field-label {
  margin-bottom: 0.5em;
}
.nf-form-wrap .nf-field-container {
  margin-bottom: 1em;
}
.nf-form-wrap .nf-field-element input,
.nf-form-wrap .nf-field-element select {
  height: 2.5em;
}
.nf-form-wrap .nf-field-element input[multiple],
.nf-form-wrap .nf-field-element select[multiple],
.nf-form-wrap .nf-field-element input[type="checkbox"],
.nf-form-wrap .nf-field-element select[type="checkbox"],
.nf-form-wrap .nf-field-element input[type="radio"],
.nf-form-wrap .nf-field-element select[type="radio"],
.nf-form-wrap .nf-field-element input[type="range"],
.nf-form-wrap .nf-field-element select[type="range"],
.nf-form-wrap .nf-field-element input[type="file"],
.nf-form-wrap .nf-field-element select[type="file"],
.nf-form-wrap .nf-field-element input[type="image"],
.nf-form-wrap .nf-field-element select[type="image"] {
  height: auto;
}
.nf-form-wrap .nf-field-element textarea {
  vertical-align: top;
}
.nf-form-wrap .nf-input-limit:empty {
  margin-top: 0;
}
.nf-form-wrap .nf-error-msg,
.nf-form-wrap .ninja-forms-req-symbol {
  color: #C40233;
}
.nf-form-wrap .nf-error .ninja-forms-field {
  border-color: #C40233;
}
/**
 * Product Thumbnails
 *
 * 1. Main product thumbnail link.
 * 2. Category title.
 * 3. Product title.
 */
.woocommerce-LoopProduct-link:link {
  color: inherit;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font: inherit;
  color: inherit;
}
/* Badges */
.woocommerce span.onsale {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: #C40233;
}
/* Star Ratings */
.woocommerce .products .star-rating {
  display: inline-block;
}
.woocommerce .star-rating span {
  color: #FCB805;
}
/**
 * Prices
 *
 * 1. Prices in product thumbnails.
 * 2. Prices on single product.
 */
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 1.5em;
  color: #8cc541;
  font-weight: 600;
}
@media (min-width: 480px) {
  .woocommerce ul.products li.product .price,
  .woocommerce div.product p.price,
  .woocommerce div.product span.price {
    font-size: 1.875em;
    /* 30px */
  }
}
.woocommerce ul.products li.product .price {
  font-size: 1em;
}
/**
 * Buttons
 *
 * 1. Regular WooCommerce buttons.
 * 2. Product thumbnail Add to Cart buttons.
 * 3. Primary WooCommerce buttons.
 */
.woocommerce.woocommerce #respond input#submit,
.woocommerce.woocommerce a.button,
.woocommerce.woocommerce button.button,
.woocommerce.woocommerce input.button {
  border-radius: 0;
  font-weight: inherit;
}
.woocommerce.woocommerce #respond input#submit,
.woocommerce.woocommerce a.button,
.woocommerce.woocommerce button.button,
.woocommerce.woocommerce input.button,
.woocommerce.woocommerce #respond input#submit[disabled],
.woocommerce.woocommerce a.button[disabled],
.woocommerce.woocommerce button.button[disabled],
.woocommerce.woocommerce input.button[disabled],
.woocommerce.woocommerce #respond input#submit[disabled]:hover,
.woocommerce.woocommerce a.button[disabled]:hover,
.woocommerce.woocommerce button.button[disabled]:hover,
.woocommerce.woocommerce input.button[disabled]:hover {
  background: #EBE9EB;
  color: #222222;
}
.woocommerce.woocommerce #respond input#submit:hover,
.woocommerce.woocommerce a.button:hover,
.woocommerce.woocommerce button.button:hover,
.woocommerce.woocommerce input.button:hover {
  background: #d3ced3;
  color: #222222;
}
.woocommerce.woocommerce ul.products li.product .button,
.woocommerce.woocommerce #respond input#submit.alt,
.woocommerce.woocommerce a.button.alt,
.woocommerce.woocommerce button.button.alt,
.woocommerce.woocommerce input.button.alt,
.woocommerce.woocommerce ul.products li.product .button[disabled],
.woocommerce.woocommerce #respond input#submit.alt[disabled],
.woocommerce.woocommerce a.button.alt[disabled],
.woocommerce.woocommerce button.button.alt[disabled],
.woocommerce.woocommerce input.button.alt[disabled],
.woocommerce.woocommerce ul.products li.product .button[disabled]:hover,
.woocommerce.woocommerce #respond input#submit.alt[disabled]:hover,
.woocommerce.woocommerce a.button.alt[disabled]:hover,
.woocommerce.woocommerce button.button.alt[disabled]:hover,
.woocommerce.woocommerce input.button.alt[disabled]:hover {
  background-color: #8cc541;
  color: #FFF;
}
.woocommerce.woocommerce ul.products li.product .button:hover,
.woocommerce.woocommerce #respond input#submit.alt:hover,
.woocommerce.woocommerce a.button.alt:hover,
.woocommerce.woocommerce button.button.alt:hover,
.woocommerce.woocommerce input.button.alt:hover {
  background-color: #71a231;
  color: #FFF;
}
.woocommerce.woocommerce button.button {
  background-color: #8cc541;
  color: #fff;
}
.woocommerce.woocommerce button.button:hover {
  background-color: #567b25;
  color: #fff;
}
.woocommerce.woocommerce a.button {
  background-color: #8cc541;
  color: #fff;
}
.woocommerce.woocommerce a.button:hover {
  background-color: #567b25;
  color: #fff;
}
.woocommerce div.product form.cart .button {
  padding: 0.618em 1.2em;
}
/**
 * Variations styling
 */
.woocommerce div.product form.cart .variations tr,
.woocommerce div.product form.cart .variations td {
  display: block;
}
.woocommerce div.product form.cart .variations select {
  height: 3em;
}
.woocommerce div.product form.cart .variations label {
  text-transform: uppercase;
}
/**
 *  Shop page
 */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  text-align: center;
}
.woocommerce ul.products li.product .product__bottom,
.woocommerce-page ul.products li.product .product__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #e8e8e8;
  height: 3.2rem;
  overflow: hidden;
}
.woocommerce ul.products li.product .product__bottom .price,
.woocommerce-page ul.products li.product .product__bottom .price {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.2;
}
.woocommerce ul.products li.product .product__bottom #wl-wrapper.wl-button-wrap,
.woocommerce-page ul.products li.product .product__bottom #wl-wrapper.wl-button-wrap {
  -ms-flex-item-align: center;
      align-self: center;
  border-right: 1px solid #e8e8e8;
  padding: 1rem 0.2rem;
  width: 3rem;
  text-align: center;
}
.woocommerce ul.products li.product .product__bottom #wl-wrapper.wl-button-wrap .wl-add-to.present,
.woocommerce-page ul.products li.product .product__bottom #wl-wrapper.wl-button-wrap .wl-add-to.present {
  margin: 0 auto;
}
@media (min-width: 568px) {
  .woocommerce ul.products li.product .product__bottom #wl-wrapper.wl-button-wrap,
  .woocommerce-page ul.products li.product .product__bottom #wl-wrapper.wl-button-wrap {
    padding: 1rem 1rem;
    width: 6rem;
  }
}
.woocommerce ul.products li.product .product-meta,
.woocommerce-page ul.products li.product .product-meta {
  padding: 0.5rem 0;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #e8e8e8;
  color: inherit;
  font-size: 0.938em;
}
.woocommerce ul.products li.product .wl-already-in,
.woocommerce-page ul.products li.product .wl-already-in {
  display: none;
}
.woocommerce ul.products li.product .img-wrap,
.woocommerce-page ul.products li.product .img-wrap {
  display: block;
  height: 15.5rem;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  text-align: center;
  position: relative;
}
.woocommerce ul.products li.product .img-wrap img,
.woocommerce-page ul.products li.product .img-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  margin-bottom: 0;
  max-height: 100%;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  border: 1px solid #e8e8e8;
  padding: 0.9rem 0.5rem;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title span {
  overflow: hidden;
  height: 2.8rem;
  display: block;
  margin: 0 0.2rem;
}
.woocommerce-loop-product__link:hover  span {
  color: #8cc541;
}
/**
 *  END Shop page
 */
/**
 *  single product page
 */
.sku_wrapper {
  display: block;
  color: #b3b3b3;
}
.woocommerce-variation-price {
  margin-bottom: 1rem;
}
#wl-wrapper .wl-add-link.present {
  display: block;
  width: 21px;
  height: 19px;
  padding-left: 0!important;
}
body #wl-wrapper .wl-add-link.present {
  background: none!important;
}
#wl-wrapper .wl-add-link.present:before {
  display: inline-block;
  content: url(images/heart.svg) !important;
  width: 21px;
  height: 19px;
}
.single-product #wl-wrapper .wl-add-link.present {
  width: 35px;
  height: 32px;
}
.single-product #wl-wrapper .wl-add-link.present:before {
  width: 35px;
  height: 32px;
}
#wl-wrapper .wl-add-link.present:hover:before {
  content: url(images/heart-hover.svg) !important;
}
.single-product #wl-wrapper.wl-button-wrap {
  float: left;
  clear: none;
  width: auto;
  margin-left: 1rem;
  padding-top: 0.3rem;
}
.single-product #wl-wrapper.wl-button-wrap .wl-already-in + .wl-add-link.present {
  display: none;
}
.single-product #wl-wrapper.wl-button-wrap .wl-already-in {
  margin-top: 2rem;
  margin-left: -1rem;
  margin-top: 1rem;
}
.flex-control-thumbs li {
  border: 1px solid #e8e8e8;
}
.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 1rem;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 16%;
  margin-right: 0.7rem;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  max-height: 4.5rem;
  margin: 0 auto;
  width: auto;
  display: block;
}
.woocommerce-page div.product .woocommerce-tabs {
  clear: both;
}
/* Price Filter */
.woocommerce .widget_price_filter .price_slider_amount .button {
  background-color: #8cc541;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.964705em;
  padding: 0.1em 1em;
  border-radius: 25px;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  background-color: #567b25;
  color: #fff;
}
.woocommerce .widget_price_filter .price_slider_amount {
  font-size: 0.8rem;
  font-family: 'Raleway', sans-serif;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #8cc541;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #c7c8ca;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #fff;
  width: 0.8em;
  height: 0.8em;
  top: 0em;
  margin-left: -0.4em;
  border: 1px solid #8cc541;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 0.8em;
}
.woocommerce div.product div.summary a.price {
  margin-bottom: 1.5rem;
  display: inline-block;
  margin-top: 0.5rem;
}
@media (max-width: 480px) {
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
  }
}
/**
 * Coupon input width fix.
 */
@media (min-width: 769px) {
  #coupon_code {
    width: auto;
  }
  .woocommerce-page div.product .woocommerce-tabs {
    padding-top: 4rem;
  }
}
.gform_button.button {
  background-color: #8cc541;
  color: #fff;
  border: 0;
}
.gform_button.button:hover {
  background-color: #567b25;
  color: #fff;
}
