@charset "UTF-8";
/*!
Theme Name: Firetoss Theme
Theme URI: http://underscores.me/
Author: Firetoss - Joshua Green
Author URI: http://firetoss.com/
Description: A Custom Theme from Firetoss
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: firetoss_seed
Tags:

If you are seeing this, you are probably trying to learn more about what we do at Firetoss, so,
here are some additional resources:

Our favorite game:  https://goo.gl/3809Zx
How we build our themes: https://goo.gl/cAmcqR
Your mom: https://goo.gl/VhCid4

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Firetoss Theme is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Roboto+Slab:400,700");
@import url("https://use.typekit.net/hmw5snq.css");

@font-face {
  font-family: 'jaime_bluesregular';
  src: url('/wp-content/themes/firetoss_seed/fonts/custom/jaime_blues-webfont.woff2') format('woff2'),
  url('/wp-content/themes/firetoss_seed/fonts/custom/jaime_blues-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'balboamedium';
  src: url('/wp-content/themes/firetoss_seed/fonts/custom/parkinson_-_balboa-medium-webfont.woff2') format('woff2'),
  url('/wp-content/themes/firetoss_seed/fonts/custom/parkinson_-_balboa-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'balboaultralight';
  src: url('/wp-content/themes/firetoss_seed/fonts/custom-fonts/parkinson_-_balboa-ultralight-webfont.woff2') format('woff2'),
  url('/wp-content/themes/firetoss_seed/fonts/custom-fonts/parkinson_-_balboa-ultralight-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'balboaregular';
  src: url('/wp-content/themes/firetoss_seed/fonts/custom-fonts/parkinson_-_balboa-extracondensed-webfont.woff2') format('woff2'),
  url('/wp-content/themes/firetoss_seed/fonts/custom-fonts/parkinson_-_balboa-extracondensed-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'balboalight';
  src: url('/wp-content/themes/firetoss_seed/fonts/custom-fonts/parkinson_-_balboa-light-webfont.woff2') format('woff2'),
  url('/wp-content/themes/firetoss_seed/fonts/custom-fonts/parkinson_-_balboa-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'balboabold';
  src: url('/wp-content/themes/firetoss_seed/fonts/custom-fonts/parkinson_-_balboa-bold-webfont.woff2') format('woff2'),
  url('/wp-content/themes/firetoss_seed/fonts/custom-fonts/parkinson_-_balboa-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'balboamedium';
  src: url('/wp-content/themes/firetoss_seed/fonts/custom-fonts/parkinson_-_balboa-medium-webfont.woff2') format('woff2'),
  url('/wp-content/themes/firetoss_seed/fonts/custom-fonts/parkinson_-_balboa-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

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

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Font Awesome
--------------------------------------------------------------*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
.fa-li.fa-lg {
  left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html,
body,
button,
input,
select,
textarea {
  line-height: 1.2;
  color: #404040;
  font-family: "filson-soft", "Open sans", sans-serif;
  font-size: 16px;
  font-size: 1rem; }

h1, h2, h3 {
  clear: both; }

.h1,
h1 {
  font-size: 40px;
  font-family: "Roboto Slab", "Open sans", sans-serif;
  font-weight: bold;
  color: #231f20;
  line-height: 1.2;
  margin: 20px 0; }
@media screen and (max-width: 1200px) {
  .h1,
  h1 {
    font-size: 34px; } }
@media screen and (max-width: 768px) {
  .h1,
  h1 {
    font-size: 28px;
    margin: 10px 0; } }

.h2,
h2 {
  font-size: 38px;
  font-family: "Roboto Slab", "Open sans", sans-serif;
  font-weight: bold;
  color: #231f20;
  line-height: 1.2;
  margin: 20px 0; }
@media screen and (max-width: 1200px) {
  .h2,
  h2 {
    font-size: 32px; } }
@media screen and (max-width: 768px) {
  .h2,
  h2 {
    font-size: 24px;
    margin: 10px 0; } }

.h3,
h3 {
  font-size: 36px;
  font-family: "Roboto Slab", "Open sans", sans-serif;
  font-weight: bold;
  color: #231f20;
  line-height: 1.2;
  margin: 20px 0; }
@media screen and (max-width: 1200px) {
  .h3,
  h3 {
    font-size: 30px; } }
@media screen and (max-width: 768px) {
  .h3,
  h3 {
    font-size: 22px;
    margin: 10px 0; } }

.h4,
h4 {
  font-size: 34px;
  font-family: "Roboto Slab", "Open sans", sans-serif;
  font-weight: bold;
  color: #231f20;
  line-height: 1.2;
  margin: 20px 0; }
@media screen and (max-width: 1200px) {
  .h4,
  h4 {
    font-size: 28px; } }
@media screen and (max-width: 768px) {
  .h4,
  h4 {
    font-size: 20px;
    margin: 10px 0; } }

.h5,
h5 {
  font-size: 32px;
  font-family: "Roboto Slab", "Open sans", sans-serif;
  font-weight: bold;
  color: #231f20;
  line-height: 1.2;
  margin: 20px 0; }
@media screen and (max-width: 1200px) {
  .h5,
  h5 {
    font-size: 26px; } }
@media screen and (max-width: 768px) {
  .h5,
  h5 {
    font-size: 19px;
    margin: 10px 0; } }

.h6, .br_cart_suggestions_cart h4,
h6 {
  font-size: 30px;
  font-family: "Roboto Slab", "Open sans", sans-serif;
  font-weight: bold;
  color: #231f20;
  line-height: 1.2;
  margin: 20px 0; }
@media screen and (max-width: 1200px) {
  .h6, .br_cart_suggestions_cart h4,
  h6 {
    font-size: 24px; } }
@media screen and (max-width: 768px) {
  .h6, .br_cart_suggestions_cart h4,
  h6 {
    font-size: 18px;
    margin: 10px 0; } }

.font-main *,
.font-main {
  font-family: "filson-soft", "Open sans", sans-serif; }

p {
  margin-bottom: 1.5em;
  color: #404040; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #302b2c;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html {
  font-size: 16px; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

p {
  font-size: 16px;
  font-size: 1rem;
  font-family: "filson-soft", "Open sans", sans-serif;
  line-height: 1.3; }

:active, :focus {
  outline: none; }

a[data-featherlight] {
  text-decoration: none; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.main-button, #flex a.checkout-button.button.alt,
div.button-wrapper a.button,
.woocommerce a.button,
a.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"], #content [class*="woocommerce-"][class*="-cart"] .button:not([type=submit]),
#content [class*="woocommerce-"][class*="-cart"] button:not([type=submit]),
#content [class*="woocommerce-"][class*="-cart"] input:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] a.checkout-button {
  border: 2px solid #f77512;
  border-radius: 50px;
  padding: 15px 25px;
  background-color: #f77512 !important;
  color: #ffffff !important;
  font-size: 28px;
  font-family: "Roboto Slab", "Open sans", sans-serif;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer; }
@media screen and (max-width: 768px) {
  .main-button, #flex a.checkout-button.button.alt,
  div.button-wrapper a.button,
  .woocommerce a.button,
  a.button,
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"], #content [class*="woocommerce-"][class*="-cart"] .button:not([type=submit]),
  #content [class*="woocommerce-"][class*="-cart"] button:not([type=submit]),
  #content [class*="woocommerce-"][class*="-cart"] input:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] a.checkout-button {
    font-size: 18px; } }
.main-button:hover, #flex a.checkout-button.button.alt:hover,
div.button-wrapper a.button:hover,
a.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover, #content [class*="woocommerce-"][class*="-cart"] .button:hover:not([type=submit]),
#content [class*="woocommerce-"][class*="-cart"] button:hover:not([type=submit]),
#content [class*="woocommerce-"][class*="-cart"] input:hover:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] a.checkout-button:hover {
  border: 2px solid #f77512 !important;
  color: #2b2829;
  background: #ffffff; }
.main-button:active, #flex a.checkout-button.button.alt:active,
div.button-wrapper a.button:active,
a.button:active,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active, #content [class*="woocommerce-"][class*="-cart"] .button:active:not([type=submit]),
#content [class*="woocommerce-"][class*="-cart"] button:active:not([type=submit]),
#content [class*="woocommerce-"][class*="-cart"] input:active:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] a.checkout-button:active, .main-button:focus, #flex a.checkout-button.button.alt:focus,
div.button-wrapper a.button:focus,
a.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus, #content [class*="woocommerce-"][class*="-cart"] .button:focus:not([type=submit]),
#content [class*="woocommerce-"][class*="-cart"] button:focus:not([type=submit]),
#content [class*="woocommerce-"][class*="-cart"] input:focus:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] a.checkout-button:focus {
  border-color: #f77512;
  outline: none; }
.main-button:visited, #flex a.checkout-button.button.alt:visited,
div.button-wrapper a.button:visited,
a.button:visited,
button:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited, #content [class*="woocommerce-"][class*="-cart"] .button:visited:not([type=submit]),
#content [class*="woocommerce-"][class*="-cart"] button:visited:not([type=submit]),
#content [class*="woocommerce-"][class*="-cart"] input:visited:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] a.checkout-button:visited {
  color: initial; }
.main-button.small, #flex a.small.checkout-button.button.alt,
div.button-wrapper a.small.button,
a.small.button,
button.small,
input.small[type="button"],
input.small[type="reset"],
input.small[type="submit"], #content [class*="woocommerce-"][class*="-cart"] .small.button:not([type=submit]),
#content [class*="woocommerce-"][class*="-cart"] button.small:not([type=submit]),
#content [class*="woocommerce-"][class*="-cart"] input.small:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] a.small.checkout-button {
  font-size: 18px; }
.main-button.light, #flex a.light.checkout-button.button.alt,
div.button-wrapper a.light.button,
a.light.button,
button.light,
input.light[type="button"],
input.light[type="reset"],
input.light[type="submit"], #content [class*="woocommerce-"][class*="-cart"] .light.button:not([type=submit]),
#content [class*="woocommerce-"][class*="-cart"] button.light:not([type=submit]),
#content [class*="woocommerce-"][class*="-cart"] input.light:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] a.light.checkout-button {
  border: 2px solid #e63e30 !important;
  background-color: #ffffff !important;
  color: #2b2829 !important; }
.main-button.light:hover, #flex a.light.checkout-button.button.alt:hover,
a.light.button:hover,
button.light:hover,
input.light[type="button"]:hover,
input.light[type="reset"]:hover,
input.light[type="submit"]:hover, #content [class*="woocommerce-"][class*="-cart"] .light.button:hover:not([type=submit]),
#content [class*="woocommerce-"][class*="-cart"] button.light:hover:not([type=submit]),
#content [class*="woocommerce-"][class*="-cart"] input.light:hover:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] a.light.checkout-button:hover {
  color: #ffffff !important;
  background: #e63e30 !important; }
.main-button.alt, #flex a.alt.checkout-button.button,
div.button-wrapper a.alt.button,
a.alt.button,
button.alt,
input.alt[type="button"],
input.alt[type="reset"],
input.alt[type="submit"], #content [class*="woocommerce-"][class*="-cart"] .alt.button:not([type=submit]),
#content [class*="woocommerce-"][class*="-cart"] button.alt:not([type=submit]),
#content [class*="woocommerce-"][class*="-cart"] input.alt:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] a.alt.checkout-button, .main-button.dark, #flex a.dark.checkout-button.button.alt,
div.button-wrapper a.dark.button,
a.dark.button, #content [class*="woocommerce-"][class*="-info"] a.button, #content [class*="woocommerce-"][class*="-error"] a.button, #content [class*="woocommerce-"][class*="-message"] a.button,
button.dark, #content [class*="woocommerce-"][class*="-info"] button.button,
#content [class*="woocommerce-"][class*="-info"] button, #content [class*="woocommerce-"][class*="-error"] button.button,
#content [class*="woocommerce-"][class*="-error"] button, #content [class*="woocommerce-"][class*="-message"] button.button,
#content [class*="woocommerce-"][class*="-message"] button,
input.dark[type="button"],
#content [class*="woocommerce-"][class*="-info"] input[type="button"],
#content [class*="woocommerce-"][class*="-error"] input[type="button"],
#content [class*="woocommerce-"][class*="-message"] input[type="button"],
input.dark[type="reset"],
#content [class*="woocommerce-"][class*="-info"] input[type="reset"],
#content [class*="woocommerce-"][class*="-error"] input[type="reset"],
#content [class*="woocommerce-"][class*="-message"] input[type="reset"],
input.dark[type="submit"],
#content [class*="woocommerce-"][class*="-info"] input[type="submit"],
#content [class*="woocommerce-"][class*="-error"] input[type="submit"],
#content [class*="woocommerce-"][class*="-message"] input[type="submit"], #content [class*="woocommerce-"][class*="-info"] .main-button.button, #content [class*="woocommerce-"][class*="-info"] [class*="woocommerce-"][class*="-cart"] .button:not([type=submit]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-info"] .button:not([type=submit]), #content [class*="woocommerce-"][class*="-info"] [class*="woocommerce-"][class*="-cart"] button:not([type=submit]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-info"] button:not([type=submit]),
#content [class*="woocommerce-"][class*="-info"] input.main-button, #content [class*="woocommerce-"][class*="-info"] [class*="woocommerce-"][class*="-cart"] input:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-info"] input:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-error"] .main-button.button, #content [class*="woocommerce-"][class*="-error"] [class*="woocommerce-"][class*="-cart"] .button:not([type=submit]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-error"] .button:not([type=submit]), #content [class*="woocommerce-"][class*="-error"] [class*="woocommerce-"][class*="-cart"] button:not([type=submit]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-error"] button:not([type=submit]),
#content [class*="woocommerce-"][class*="-error"] input.main-button, #content [class*="woocommerce-"][class*="-error"] [class*="woocommerce-"][class*="-cart"] input:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-error"] input:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-message"] .main-button.button, #content [class*="woocommerce-"][class*="-message"] [class*="woocommerce-"][class*="-cart"] .button:not([type=submit]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-message"] .button:not([type=submit]), #content [class*="woocommerce-"][class*="-message"] [class*="woocommerce-"][class*="-cart"] button:not([type=submit]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-message"] button:not([type=submit]),
#content [class*="woocommerce-"][class*="-message"] input.main-button, #content [class*="woocommerce-"][class*="-message"] [class*="woocommerce-"][class*="-cart"] input:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-message"] input:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] .dark.button:not([type=submit]),
#content [class*="woocommerce-"][class*="-cart"] button.dark:not([type=submit]),
#content [class*="woocommerce-"][class*="-cart"] input.dark:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] a.dark.checkout-button {
  border: 1px solid #e63e30 !important;
  border-radius: 50px;
  padding: 15px 25px;
  background-color: #e63e30 !important;
  color: #ffffff !important;
  font-size: 28px;
  font-family: "Roboto Slab", "Open sans", sans-serif;
  font-weight: bold;
  text-decoration: none; }
@media screen and (max-width: 768px) {
  .main-button.alt, #flex a.alt.checkout-button.button,
  div.button-wrapper a.alt.button,
  a.alt.button,
  button.alt,
  input.alt[type="button"],
  input.alt[type="reset"],
  input.alt[type="submit"], #content [class*="woocommerce-"][class*="-cart"] .alt.button:not([type=submit]),
  #content [class*="woocommerce-"][class*="-cart"] button.alt:not([type=submit]),
  #content [class*="woocommerce-"][class*="-cart"] input.alt:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] a.alt.checkout-button, .main-button.dark, #flex a.dark.checkout-button.button.alt,
  div.button-wrapper a.dark.button,
  a.dark.button, #content [class*="woocommerce-"][class*="-info"] a.button, #content [class*="woocommerce-"][class*="-error"] a.button, #content [class*="woocommerce-"][class*="-message"] a.button,
  button.dark, #content [class*="woocommerce-"][class*="-info"] button.button,
  #content [class*="woocommerce-"][class*="-info"] button, #content [class*="woocommerce-"][class*="-error"] button.button,
  #content [class*="woocommerce-"][class*="-error"] button, #content [class*="woocommerce-"][class*="-message"] button.button,
  #content [class*="woocommerce-"][class*="-message"] button,
  input.dark[type="button"],
  #content [class*="woocommerce-"][class*="-info"] input[type="button"],
  #content [class*="woocommerce-"][class*="-error"] input[type="button"],
  #content [class*="woocommerce-"][class*="-message"] input[type="button"],
  input.dark[type="reset"],
  #content [class*="woocommerce-"][class*="-info"] input[type="reset"],
  #content [class*="woocommerce-"][class*="-error"] input[type="reset"],
  #content [class*="woocommerce-"][class*="-message"] input[type="reset"],
  input.dark[type="submit"],
  #content [class*="woocommerce-"][class*="-info"] input[type="submit"],
  #content [class*="woocommerce-"][class*="-error"] input[type="submit"],
  #content [class*="woocommerce-"][class*="-message"] input[type="submit"], #content [class*="woocommerce-"][class*="-info"] .main-button.button, #content [class*="woocommerce-"][class*="-info"] [class*="woocommerce-"][class*="-cart"] .button:not([type=submit]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-info"] .button:not([type=submit]), #content [class*="woocommerce-"][class*="-info"] [class*="woocommerce-"][class*="-cart"] button:not([type=submit]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-info"] button:not([type=submit]),
  #content [class*="woocommerce-"][class*="-info"] input.main-button, #content [class*="woocommerce-"][class*="-info"] [class*="woocommerce-"][class*="-cart"] input:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-info"] input:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-error"] .main-button.button, #content [class*="woocommerce-"][class*="-error"] [class*="woocommerce-"][class*="-cart"] .button:not([type=submit]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-error"] .button:not([type=submit]), #content [class*="woocommerce-"][class*="-error"] [class*="woocommerce-"][class*="-cart"] button:not([type=submit]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-error"] button:not([type=submit]),
  #content [class*="woocommerce-"][class*="-error"] input.main-button, #content [class*="woocommerce-"][class*="-error"] [class*="woocommerce-"][class*="-cart"] input:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-error"] input:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-message"] .main-button.button, #content [class*="woocommerce-"][class*="-message"] [class*="woocommerce-"][class*="-cart"] .button:not([type=submit]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-message"] .button:not([type=submit]), #content [class*="woocommerce-"][class*="-message"] [class*="woocommerce-"][class*="-cart"] button:not([type=submit]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-message"] button:not([type=submit]),
  #content [class*="woocommerce-"][class*="-message"] input.main-button, #content [class*="woocommerce-"][class*="-message"] [class*="woocommerce-"][class*="-cart"] input:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-message"] input:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] .dark.button:not([type=submit]),
  #content [class*="woocommerce-"][class*="-cart"] button.dark:not([type=submit]),
  #content [class*="woocommerce-"][class*="-cart"] input.dark:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] a.dark.checkout-button {
    font-size: 18px; } }
.main-button.alt:hover, #flex a.alt.checkout-button.button:hover,
a.alt.button:hover,
button.alt:hover,
input.alt[type="button"]:hover,
input.alt[type="reset"]:hover,
input.alt[type="submit"]:hover, #content [class*="woocommerce-"][class*="-cart"] .alt.button:hover:not([type=submit]),
#content [class*="woocommerce-"][class*="-cart"] button.alt:hover:not([type=submit]),
#content [class*="woocommerce-"][class*="-cart"] input.alt:hover:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] a.alt.checkout-button:hover, .main-button.dark:hover, #flex a.dark.checkout-button.button.alt:hover,
a.dark.button:hover, #content [class*="woocommerce-"][class*="-info"] a.button:hover, #content [class*="woocommerce-"][class*="-error"] a.button:hover, #content [class*="woocommerce-"][class*="-message"] a.button:hover,
button.dark:hover,
#content [class*="woocommerce-"][class*="-info"] button:hover,
#content [class*="woocommerce-"][class*="-error"] button:hover,
#content [class*="woocommerce-"][class*="-message"] button:hover,
input.dark[type="button"]:hover,
#content [class*="woocommerce-"][class*="-info"] input[type="button"]:hover,
#content [class*="woocommerce-"][class*="-error"] input[type="button"]:hover,
#content [class*="woocommerce-"][class*="-message"] input[type="button"]:hover,
input.dark[type="reset"]:hover,
#content [class*="woocommerce-"][class*="-info"] input[type="reset"]:hover,
#content [class*="woocommerce-"][class*="-error"] input[type="reset"]:hover,
#content [class*="woocommerce-"][class*="-message"] input[type="reset"]:hover,
input.dark[type="submit"]:hover,
#content [class*="woocommerce-"][class*="-info"] input[type="submit"]:hover,
#content [class*="woocommerce-"][class*="-error"] input[type="submit"]:hover,
#content [class*="woocommerce-"][class*="-message"] input[type="submit"]:hover, #content [class*="woocommerce-"][class*="-info"] .main-button.button:hover, #content [class*="woocommerce-"][class*="-info"] [class*="woocommerce-"][class*="-cart"] .button:hover:not([type=submit]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-info"] .button:hover:not([type=submit]),
#content [class*="woocommerce-"][class*="-info"] input.main-button:hover, #content [class*="woocommerce-"][class*="-info"] [class*="woocommerce-"][class*="-cart"] input:hover:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-info"] input:hover:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-error"] .main-button.button:hover, #content [class*="woocommerce-"][class*="-error"] [class*="woocommerce-"][class*="-cart"] .button:hover:not([type=submit]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-error"] .button:hover:not([type=submit]),
#content [class*="woocommerce-"][class*="-error"] input.main-button:hover, #content [class*="woocommerce-"][class*="-error"] [class*="woocommerce-"][class*="-cart"] input:hover:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-error"] input:hover:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-message"] .main-button.button:hover, #content [class*="woocommerce-"][class*="-message"] [class*="woocommerce-"][class*="-cart"] .button:hover:not([type=submit]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-message"] .button:hover:not([type=submit]),
#content [class*="woocommerce-"][class*="-message"] input.main-button:hover, #content [class*="woocommerce-"][class*="-message"] [class*="woocommerce-"][class*="-cart"] input:hover:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-message"] input:hover:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] .dark.button:hover:not([type=submit]),
#content [class*="woocommerce-"][class*="-cart"] button.dark:hover:not([type=submit]),
#content [class*="woocommerce-"][class*="-cart"] input.dark:hover:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] a.dark.checkout-button:hover {
  border: 1px solid #e63e30 !important;
  color: #2b2829 !important;
  background: transparent !important; }
.main-button.alt:active, #flex a.alt.checkout-button.button:active,
a.alt.button:active,
button.alt:active,
input.alt[type="button"]:active,
input.alt[type="reset"]:active,
input.alt[type="submit"]:active, #content [class*="woocommerce-"][class*="-cart"] .alt.button:active:not([type=submit]),
#content [class*="woocommerce-"][class*="-cart"] button.alt:active:not([type=submit]),
#content [class*="woocommerce-"][class*="-cart"] input.alt:active:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] a.alt.checkout-button:active, .main-button.alt:focus, #flex a.alt.checkout-button.button:focus,
a.alt.button:focus,
button.alt:focus,
input.alt[type="button"]:focus,
input.alt[type="reset"]:focus,
input.alt[type="submit"]:focus, #content [class*="woocommerce-"][class*="-cart"] .alt.button:focus:not([type=submit]),
#content [class*="woocommerce-"][class*="-cart"] button.alt:focus:not([type=submit]),
#content [class*="woocommerce-"][class*="-cart"] input.alt:focus:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] a.alt.checkout-button:focus, .main-button.dark:active, #flex a.dark.checkout-button.button.alt:active,
a.dark.button:active, #content [class*="woocommerce-"][class*="-info"] a.button:active, #content [class*="woocommerce-"][class*="-error"] a.button:active, #content [class*="woocommerce-"][class*="-message"] a.button:active,
button.dark:active,
#content [class*="woocommerce-"][class*="-info"] button:active,
#content [class*="woocommerce-"][class*="-error"] button:active,
#content [class*="woocommerce-"][class*="-message"] button:active,
input.dark[type="button"]:active,
#content [class*="woocommerce-"][class*="-info"] input[type="button"]:active,
#content [class*="woocommerce-"][class*="-error"] input[type="button"]:active,
#content [class*="woocommerce-"][class*="-message"] input[type="button"]:active,
input.dark[type="reset"]:active,
#content [class*="woocommerce-"][class*="-info"] input[type="reset"]:active,
#content [class*="woocommerce-"][class*="-error"] input[type="reset"]:active,
#content [class*="woocommerce-"][class*="-message"] input[type="reset"]:active,
input.dark[type="submit"]:active,
#content [class*="woocommerce-"][class*="-info"] input[type="submit"]:active,
#content [class*="woocommerce-"][class*="-error"] input[type="submit"]:active,
#content [class*="woocommerce-"][class*="-message"] input[type="submit"]:active, #content [class*="woocommerce-"][class*="-info"] .main-button.button:active, #content [class*="woocommerce-"][class*="-info"] [class*="woocommerce-"][class*="-cart"] .button:active:not([type=submit]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-info"] .button:active:not([type=submit]),
#content [class*="woocommerce-"][class*="-info"] input.main-button:active, #content [class*="woocommerce-"][class*="-info"] [class*="woocommerce-"][class*="-cart"] input:active:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-info"] input:active:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-error"] .main-button.button:active, #content [class*="woocommerce-"][class*="-error"] [class*="woocommerce-"][class*="-cart"] .button:active:not([type=submit]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-error"] .button:active:not([type=submit]),
#content [class*="woocommerce-"][class*="-error"] input.main-button:active, #content [class*="woocommerce-"][class*="-error"] [class*="woocommerce-"][class*="-cart"] input:active:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-error"] input:active:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-message"] .main-button.button:active, #content [class*="woocommerce-"][class*="-message"] [class*="woocommerce-"][class*="-cart"] .button:active:not([type=submit]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-message"] .button:active:not([type=submit]),
#content [class*="woocommerce-"][class*="-message"] input.main-button:active, #content [class*="woocommerce-"][class*="-message"] [class*="woocommerce-"][class*="-cart"] input:active:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-message"] input:active:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] .dark.button:active:not([type=submit]),
#content [class*="woocommerce-"][class*="-cart"] button.dark:active:not([type=submit]),
#content [class*="woocommerce-"][class*="-cart"] input.dark:active:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] a.dark.checkout-button:active, .main-button.dark:focus, #flex a.dark.checkout-button.button.alt:focus,
a.dark.button:focus, #content [class*="woocommerce-"][class*="-info"] a.button:focus, #content [class*="woocommerce-"][class*="-error"] a.button:focus, #content [class*="woocommerce-"][class*="-message"] a.button:focus,
button.dark:focus,
#content [class*="woocommerce-"][class*="-info"] button:focus,
#content [class*="woocommerce-"][class*="-error"] button:focus,
#content [class*="woocommerce-"][class*="-message"] button:focus,
input.dark[type="button"]:focus,
#content [class*="woocommerce-"][class*="-info"] input[type="button"]:focus,
#content [class*="woocommerce-"][class*="-error"] input[type="button"]:focus,
#content [class*="woocommerce-"][class*="-message"] input[type="button"]:focus,
input.dark[type="reset"]:focus,
#content [class*="woocommerce-"][class*="-info"] input[type="reset"]:focus,
#content [class*="woocommerce-"][class*="-error"] input[type="reset"]:focus,
#content [class*="woocommerce-"][class*="-message"] input[type="reset"]:focus,
input.dark[type="submit"]:focus,
#content [class*="woocommerce-"][class*="-info"] input[type="submit"]:focus,
#content [class*="woocommerce-"][class*="-error"] input[type="submit"]:focus,
#content [class*="woocommerce-"][class*="-message"] input[type="submit"]:focus, #content [class*="woocommerce-"][class*="-info"] .main-button.button:focus, #content [class*="woocommerce-"][class*="-info"] [class*="woocommerce-"][class*="-cart"] .button:focus:not([type=submit]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-info"] .button:focus:not([type=submit]),
#content [class*="woocommerce-"][class*="-info"] input.main-button:focus, #content [class*="woocommerce-"][class*="-info"] [class*="woocommerce-"][class*="-cart"] input:focus:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-info"] input:focus:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-error"] .main-button.button:focus, #content [class*="woocommerce-"][class*="-error"] [class*="woocommerce-"][class*="-cart"] .button:focus:not([type=submit]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-error"] .button:focus:not([type=submit]),
#content [class*="woocommerce-"][class*="-error"] input.main-button:focus, #content [class*="woocommerce-"][class*="-error"] [class*="woocommerce-"][class*="-cart"] input:focus:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-error"] input:focus:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-message"] .main-button.button:focus, #content [class*="woocommerce-"][class*="-message"] [class*="woocommerce-"][class*="-cart"] .button:focus:not([type=submit]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-message"] .button:focus:not([type=submit]),
#content [class*="woocommerce-"][class*="-message"] input.main-button:focus, #content [class*="woocommerce-"][class*="-message"] [class*="woocommerce-"][class*="-cart"] input:focus:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-message"] input:focus:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] .dark.button:focus:not([type=submit]),
#content [class*="woocommerce-"][class*="-cart"] button.dark:focus:not([type=submit]),
#content [class*="woocommerce-"][class*="-cart"] input.dark:focus:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] a.dark.checkout-button:focus {
  border-color: #e63e30 !important;
  outline: none; }
.main-button.alt.small, #flex a.alt.small.checkout-button.button,
a.alt.small.button,
button.alt.small,
input.alt.small[type="button"],
input.alt.small[type="reset"],
input.alt.small[type="submit"], #content [class*="woocommerce-"][class*="-cart"] .alt.small.button:not([type=submit]),
#content [class*="woocommerce-"][class*="-cart"] button.alt.small:not([type=submit]),
#content [class*="woocommerce-"][class*="-cart"] input.alt.small:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] a.alt.small.checkout-button, .main-button.dark.small, #flex a.dark.small.checkout-button.button.alt,
a.dark.small.button, #content [class*="woocommerce-"][class*="-info"] a.small.button, #content [class*="woocommerce-"][class*="-error"] a.small.button, #content [class*="woocommerce-"][class*="-message"] a.small.button,
button.dark.small,
#content [class*="woocommerce-"][class*="-info"] button.small,
#content [class*="woocommerce-"][class*="-error"] button.small,
#content [class*="woocommerce-"][class*="-message"] button.small,
input.dark.small[type="button"],
#content [class*="woocommerce-"][class*="-info"] input.small[type="button"],
#content [class*="woocommerce-"][class*="-error"] input.small[type="button"],
#content [class*="woocommerce-"][class*="-message"] input.small[type="button"],
input.dark.small[type="reset"],
#content [class*="woocommerce-"][class*="-info"] input.small[type="reset"],
#content [class*="woocommerce-"][class*="-error"] input.small[type="reset"],
#content [class*="woocommerce-"][class*="-message"] input.small[type="reset"],
input.dark.small[type="submit"],
#content [class*="woocommerce-"][class*="-info"] input.small[type="submit"],
#content [class*="woocommerce-"][class*="-error"] input.small[type="submit"],
#content [class*="woocommerce-"][class*="-message"] input.small[type="submit"], #content [class*="woocommerce-"][class*="-info"] .main-button.small.button, #content [class*="woocommerce-"][class*="-info"] [class*="woocommerce-"][class*="-cart"] .small.button:not([type=submit]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-info"] .small.button:not([type=submit]),
#content [class*="woocommerce-"][class*="-info"] input.main-button.small, #content [class*="woocommerce-"][class*="-info"] [class*="woocommerce-"][class*="-cart"] input.small:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-info"] input.small:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-error"] .main-button.small.button, #content [class*="woocommerce-"][class*="-error"] [class*="woocommerce-"][class*="-cart"] .small.button:not([type=submit]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-error"] .small.button:not([type=submit]),
#content [class*="woocommerce-"][class*="-error"] input.main-button.small, #content [class*="woocommerce-"][class*="-error"] [class*="woocommerce-"][class*="-cart"] input.small:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-error"] input.small:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-message"] .main-button.small.button, #content [class*="woocommerce-"][class*="-message"] [class*="woocommerce-"][class*="-cart"] .small.button:not([type=submit]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-message"] .small.button:not([type=submit]),
#content [class*="woocommerce-"][class*="-message"] input.main-button.small, #content [class*="woocommerce-"][class*="-message"] [class*="woocommerce-"][class*="-cart"] input.small:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-message"] input.small:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] .dark.small.button:not([type=submit]),
#content [class*="woocommerce-"][class*="-cart"] button.dark.small:not([type=submit]),
#content [class*="woocommerce-"][class*="-cart"] input.dark.small:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] a.dark.small.checkout-button {
  font-size: 18px;
  border: 2px solid #e63e30 !important; }
.main-button.alt.small:hover, #flex a.alt.small.checkout-button.button:hover,
a.alt.small.button:hover,
button.alt.small:hover,
input.alt.small[type="button"]:hover,
input.alt.small[type="reset"]:hover,
input.alt.small[type="submit"]:hover, #content [class*="woocommerce-"][class*="-cart"] .alt.small.button:hover:not([type=submit]),
#content [class*="woocommerce-"][class*="-cart"] button.alt.small:hover:not([type=submit]),
#content [class*="woocommerce-"][class*="-cart"] input.alt.small:hover:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] a.alt.small.checkout-button:hover, .main-button.dark.small:hover, #flex a.dark.small.checkout-button.button.alt:hover,
a.dark.small.button:hover, #content [class*="woocommerce-"][class*="-info"] a.small.button:hover, #content [class*="woocommerce-"][class*="-error"] a.small.button:hover, #content [class*="woocommerce-"][class*="-message"] a.small.button:hover,
button.dark.small:hover,
#content [class*="woocommerce-"][class*="-info"] button.small:hover,
#content [class*="woocommerce-"][class*="-error"] button.small:hover,
#content [class*="woocommerce-"][class*="-message"] button.small:hover,
input.dark.small[type="button"]:hover,
#content [class*="woocommerce-"][class*="-info"] input.small[type="button"]:hover,
#content [class*="woocommerce-"][class*="-error"] input.small[type="button"]:hover,
#content [class*="woocommerce-"][class*="-message"] input.small[type="button"]:hover,
input.dark.small[type="reset"]:hover,
#content [class*="woocommerce-"][class*="-info"] input.small[type="reset"]:hover,
#content [class*="woocommerce-"][class*="-error"] input.small[type="reset"]:hover,
#content [class*="woocommerce-"][class*="-message"] input.small[type="reset"]:hover,
input.dark.small[type="submit"]:hover,
#content [class*="woocommerce-"][class*="-info"] input.small[type="submit"]:hover,
#content [class*="woocommerce-"][class*="-error"] input.small[type="submit"]:hover,
#content [class*="woocommerce-"][class*="-message"] input.small[type="submit"]:hover, #content [class*="woocommerce-"][class*="-info"] .main-button.small.button:hover, #content [class*="woocommerce-"][class*="-info"] [class*="woocommerce-"][class*="-cart"] .small.button:hover:not([type=submit]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-info"] .small.button:hover:not([type=submit]),
#content [class*="woocommerce-"][class*="-info"] input.main-button.small:hover, #content [class*="woocommerce-"][class*="-info"] [class*="woocommerce-"][class*="-cart"] input.small:hover:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-info"] input.small:hover:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-error"] .main-button.small.button:hover, #content [class*="woocommerce-"][class*="-error"] [class*="woocommerce-"][class*="-cart"] .small.button:hover:not([type=submit]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-error"] .small.button:hover:not([type=submit]),
#content [class*="woocommerce-"][class*="-error"] input.main-button.small:hover, #content [class*="woocommerce-"][class*="-error"] [class*="woocommerce-"][class*="-cart"] input.small:hover:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-error"] input.small:hover:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-message"] .main-button.small.button:hover, #content [class*="woocommerce-"][class*="-message"] [class*="woocommerce-"][class*="-cart"] .small.button:hover:not([type=submit]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-message"] .small.button:hover:not([type=submit]),
#content [class*="woocommerce-"][class*="-message"] input.main-button.small:hover, #content [class*="woocommerce-"][class*="-message"] [class*="woocommerce-"][class*="-cart"] input.small:hover:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] [class*="woocommerce-"][class*="-message"] input.small:hover:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] .dark.small.button:hover:not([type=submit]),
#content [class*="woocommerce-"][class*="-cart"] button.dark.small:hover:not([type=submit]),
#content [class*="woocommerce-"][class*="-cart"] input.dark.small:hover:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]), #content [class*="woocommerce-"][class*="-cart"] a.dark.small.checkout-button:hover {
  border: 2px solid #e63e30 !important;
  color: #2b2829 !important;
  background: #fff !important; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea,
.select2-container .select2-selection--single {
  color: #514C4F;
  border: 1px solid #302b2c;
  border-radius: 3px;
  padding: 15px;
  height: auto;
  min-height: 50px; }
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus,
.select2-container .select2-selection--single:focus {
  color: #1c1b1c; }

.quantity-input, div.product-type-bundle .bundle_button input.qty, #content [class*="woocommerce-"] .quantity .qty {
  padding: 0 0 0 10px;
  font-size: 34px;
  color: white;
  border-radius: 0;
  margin-right: 60px;
  background: #BCBEC0;
  line-height: 48px;
  width: 80px;
  border: 1px solid #BCBEC0; }
@media screen and (max-width: 980px) {
  .quantity-input, div.product-type-bundle .bundle_button input.qty, #content [class*="woocommerce-"] .quantity .qty {
    margin-right: 30px;
    width: 70px; } }
@media screen and (max-width: 768px) {
  .quantity-input, div.product-type-bundle .bundle_button input.qty, #content [class*="woocommerce-"] .quantity .qty {
    margin-right: 20px !important; } }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #514C4F; }

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

:-ms-input-placeholder {
  /* IE 10+ */
  color: #514C4F; }

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

.main-input, .woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper textarea {
  border-radius: 0 !important;
  padding: 11px 15px !important;
  font-size: 22px !important;
  line-height: 1.2 !important;
  background-color: transparent; }

select {
  border: 1px solid #302b2c; }

textarea {
  width: 100%; }

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: auto;
  padding: 8px 15px !important;
  font-size: 18px !important;
  line-height: 1 !important;
  border-color: #302b2c; }

.gform_wrapper .gform_footer,
.gform_wrapper .gform_page_footer {
  padding: 0; }
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
  font-size: 28px !important;
  min-width: 270px; }
@media screen and (max-width: 768px) {
  .gform_wrapper .gform_footer input.button,
  .gform_wrapper .gform_footer input[type=submit],
  .gform_wrapper .gform_page_footer input.button,
  .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 18px !important; } }

div.gform_validation_error {
  display: inline-block; }

div.gform_validation_error div.validation_error {
  font-size: 16px;
  font-weight: normal;
  padding: 1px;
  text-align: left;
  margin: 10px 0 0 0;
  border-bottom: 0; }

div.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error, div.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error.gfield_contains_required .gfield_creditcard_warning {
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  position: relative;
  margin-bottom: 20px !important; }
div.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), div.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error .gform_wrapper li.gfield_error textarea {
  background: #fff1f1; }
div.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half), div.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error.gfield_contains_required .gfield_creditcard_warning:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important; }
div.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error.gfield_contains_required div.ginput_container,
div.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin: 0; }
div.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  position: absolute;
  top: 100%;
  padding: 0; }

div.gform_confirmation_wrapper {
  display: block;
  float: left; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%; }
@media screen and (max-width: 1500px) {
  .container {
    max-width: 1150px; } }
@media screen and (max-width: 1200px) {
  .container {
    max-width: 950px; } }
@media screen and (max-width: 980px) {
  .container {
    max-width: 740px; } }
@media screen and (max-width: 768px) {
  .container {
    max-width: 440px; } }
@media screen and (max-width: 500px) {
  .container {
    max-width: 300px; } }

@media screen and (max-width: 600px) {
  .page-id-499 .section-1 .container {
    margin-top: 40px; }
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }
.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: center; }
.gallery-columns-2 .gallery-item {
  max-width: 50%; }
.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }
.gallery-columns-4 .gallery-item {
  max-width: 25%; }
.gallery-columns-5 .gallery-item {
  max-width: 20%; }
.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }
.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }
.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }
.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/* import Jeet */
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  ## Links
  --------------------------------------------------------------*/
a {
  color: #231f20; }
a:visited {
  color: purple; }
a:hover, a:focus, a:active {
  color: midnightblue; }
a:focus {
  outline: thin dotted; }
a:hover, a:active {
  outline: 0; }

/*--------------------------------------------------------------
  ## Social
  --------------------------------------------------------------*/
.social-media {
  -ms-flex-preferred-size: 120px;
  flex-basis: 120px;
  max-width: 105px; }
.social-media ul {
  margin: 0 !important;
  padding: 0 !important; }
.social-media ul li a {
  text-decoration: none; }
.social-media ul li a span {
  background: #6D6E71;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  /*
         Facebook #3B5998
         Flickr #FE0883
         Foursquare #8FD400
         Google+ #C63D2D
         Instagram #4E433C
         Linkedin #4875B4
         Tumblr #2B4964
         Twitter #33CCFF
         Vimeo #86B32D
         Youtube #FF3333
         */ }
.social-media ul li a span.fa-facebook:hover {
  background: #3B5998; }
.social-media ul li a span.fa-linkedin:hover {
  background: #4875B4; }
.social-media ul li a span.fa-instagram:hover {
  background: #4E433C; }
.social-media ul li a span.fa-twitter:hover {
  background: #33CCFF; }

/*--------------------------------------------------------------
  ## header
  --------------------------------------------------------------*/
div#postTitlewrap h1 {
  margin: 0;
  padding: 20px 0; }

span.flex-sub-header {
  color: #231f20; }

.menucart-container {
  display: inline-block; }
@media screen and (max-width: 980px) {
  .menucart-container {
    position: absolute;
    right: 100px;
    height: 20px;
    top: 0;
    margin: auto;
    bottom: 0; } }
.menucart-container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center !important; }
.menucart-container ul li {
  float: none !important;
  display: inline-block !important; }
.menucart-container ul li a {
  font-family: Roboto Slab;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 15px;
  color: #231f20;
  text-decoration: none; }
@media screen and (max-width: 1200px) {
  .menucart-container ul li a {
    font-size: 16px;
    font-weight: bold;
    padding: 20px 10px; } }

/*--------------------------------------------------------------
  ## footer
  --------------------------------------------------------------*/
footer#colophon {
  background-color: #F77504; }
footer#colophon .footer-wrap {
  padding: 20px 0 50px;
  max-width: 1100px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
footer#colophon .footer-wrap *:not(sup) {
  font-size: 16px;
  color: #fff; }
footer#colophon .footer-wrap h6.widget-title {
  font-size: 24px; }
footer#colophon .footer-wrap ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
footer#colophon .footer-wrap ul li a {
  padding-bottom: 15px !important;
  display: block;
  line-height: 1.3;
  font-family: "filson-soft", "Open sans", sans-serif; }
footer#colophon .footer-wrap a {
  text-decoration: none; }
footer#colophon .footer-wrap p {
  margin: 0px;
  padding-bottom: 15px; }
footer#colophon .footer-wrap .flex-item {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%; }
footer#colophon .footer-wrap .flex-item.footer-sidebar {
  -ms-flex-preferred-size: 15% !important;
  flex-basis: 15% !important; }
@media screen and (max-width: 980px) {
  footer#colophon .footer-wrap .flex-item.footer-sidebar {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; } }
@media screen and (max-width: 360px) {
  footer#colophon .footer-wrap .flex-item.footer-sidebar {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    min-width: 100%; } }
footer#colophon .footer-wrap .flex-item.social-media {
  padding-left: 50px;
  max-width: 100%; }
@media screen and (max-width: 980px) {
  footer#colophon .footer-wrap .flex-item.social-media {
    padding-left: 20px; }
  footer#colophon .footer-wrap .flex-item.social-media ul li:last-child {
    margin-right: 0; } }
@media screen and (max-width: 360px) {
  footer#colophon .footer-wrap .flex-item.social-media {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    min-width: 100%; } }
footer#colophon .footer-wrap ul.product_list_widget img,
footer#colophon .footer-wrap ul.product_list_widget .amount {
  display: none; }
footer#colophon .footer-wrap ul.product_list_widget li {
  padding: 0;
  font-size: 0; }
footer#colophon .footer-wrap ul.product_list_widget li span.product-title {
  font-weight: normal; }
footer#colophon .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0 10px;
  font-weight: 600;
  font-size: 18px;
  margin: 0 auto; }
@media screen and (max-width: 980px) {
  footer#colophon .flex-wrapper {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 80%;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto; } }
@media screen and (max-width: 768px) {
  footer#colophon .flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }
footer#colophon .flex-wrapper div.alignleft {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
@media screen and (max-width: 980px) {
  footer#colophon .flex-wrapper div.alignleft {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  footer#colophon .flex-wrapper div.alignleft span.branding-tagline {
    margin: 10px 0 15px; } }
footer#colophon .flex-wrapper div.alignleft a {
  color: #333; }
footer#colophon .flex-wrapper div.alignleft a:nth-child(2) {
  margin-left: 10px;
  margin-right: -10px; }
footer#colophon .flex-wrapper div.alignleft svg {
  max-height: 42px; }
footer#colophon .flex-item.social-media ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
footer#colophon .flex-item.social-media ul li {
  margin-right: 20px; }
footer#colophon .flex-item.social-media ul li a span {
  border-radius: 5px;
  padding: 0;
  font-size: 32px;
  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;
  text-align: center;
  background: transparent; }
footer#colophon .flex-item.social-media ul li a span.fa.fa-facebook {
  padding-left: 4px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
footer#colophon .flex-item.social-media ul li.fa a {
  padding-bottom: 0 !important; }
footer#colophon .site-info {
  width: 100%;
  display: inline-block;
  background: #fff; }
footer#colophon .site-info .site-branding {
  width: auto; }
footer#colophon .site-info p,
footer#colophon .site-info span {
  display: inline-block;
  vertical-align: middle; }
@media screen and (max-width: 768px) {
  footer#colophon .site-info p,
  footer#colophon .site-info span {
    font-size: 12px; } }
footer#colophon .site-info p {
  margin: 0;
  line-height: 40px !important;
  font-family: "filson-soft", "Open sans", sans-serif; }
@media screen and (max-width: 980px) {
  footer#colophon .flex-wrapper > div {
    margin: 0 !important; }
  footer#colophon .flex-wrapper div.alignleft a {
    margin: 0 !important;
    text-decoration: none; } }
@media screen and (max-width: 360px) {
  footer#colophon .site-info p,
  footer#colophon .flex-wrapper div.alignleft span.branding-tagline {
    font-size: 16px;
    line-height: 1 !important;
    text-align: center;
    max-width: 74%;
    margin: 10px auto !important;
    display: block; } }

a.back-to-top {
  position: fixed !important;
  bottom: 50px;
  right: 52px;
  width: 48px;
  opacity: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.4);
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease; }
a.back-to-top:after {
  content: '';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 18px;
  width: 18px;
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -5px;
  margin: auto; }
a.back-to-top:before {
  content: '';
  display: block;
  padding-top: 100%;
  width: 100%; }
a.back-to-top:hover {
  border-color: transparent;
  background: rgba(0, 0, 0, 0.5); }
a.back-to-top.fadein {
  opacity: 1; }

@media (min-width: 980px) {
  /*--------------------------------------------------------------
  ## Menus
  --------------------------------------------------------------*/
  .site-branding {
    width: 60px;
    float: left; }
  .site-branding img {
    padding: 10px 0 0;
    max-width: 52px; }
  .main-navigation {
    display: block;
    float: left;
    width: calc(100% - 60px); }
  .main-navigation ul ul {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999; }
  .main-navigation ul ul ul {
    left: -999em;
    top: 0; }
  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
    left: 100%; }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: auto; }
  .main-navigation li {
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none !important; }
  /* Small menu. */
  .menu-toggle,
  .main-navigation.toggled ul {
    display: block; } 
  .sub-menu {
    background: #f77512; 
    text-align: left;
    padding: 0;
    top: auto !important;
    width: 200px; }
  .sub-menu li {
    margin: -10px 0px; }
  .sub-menu li a {
    font-size: 1rem !important;
    font-family: "filson-soft", "Open sans", sans-serif !important;
    line-height: 1.3;
    font-weight: lighter !important;
    margin: 0; } }

@media screen and (min-width: 980px) and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

header#masthead {
  background: #FF7511;
}
@media (min-width: 980px) {
  .comment-navigation .site-main,
  .posts-navigation .site-main,
  .post-navigation .site-main {
    margin: 0 0 1.5em;
    overflow: hidden; }
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    float: left;
    width: 50%; }
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%; }
  header#masthead {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    background: #FF7511;
    z-index: 9;}
  header#masthead ul#primary-menu {
    margin: 0;
    text-align: right;
    padding: 0; }
  header#masthead ul#primary-menu li {
    float: none;
    display: inline-block; }
  header#masthead ul#primary-menu li a {
    font-family: "Roboto Slab", "Open sans", sans-serif;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 15px;
    position: relative; }
  header#masthead ul#primary-menu li a:after {
    content: '';
    display: block;
    width: 40px;
    border-bottom: 2px solid #231f20;
    position: absolute;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    bottom: 0;
    bottom: 12px;
    opacity: 0; }
  header#masthead ul#primary-menu li a.current-menu-item:after, header#masthead ul#primary-menu li a.current-menu-ancestor:after, header#masthead ul#primary-menu li a:hover:after {
    bottom: 12px;
    opacity: 1; } }
@media screen and (min-width: 980px) and (max-width: 1200px) {
  header#masthead ul#primary-menu li a {
    font-size: 16px;
    padding: 20px 11px; } }

@media (min-width: 980px) {
  div#content {
    padding-top: 61px; }
  div#content div#content {
    padding-top: 0; }
  .menu-menu-1-container:first-child {
    max-width: calc(100% - 15px);
    display: inline-block !important; }
  .main-navigation {
    text-align: right; }
  nav.main-navigation {
    position: relative; } }

/*--------------------------------------------------------------
# Flexible Shelves
--------------------------------------------------------------*/
.content-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.content-sidebar main {
  -ms-flex-preferred-size: calc(100% - 300px);
  flex-basis: calc(100% - 300px); }
.content-sidebar .sidebar-wrapper {
  -ms-flex-preferred-size: 300px;
  flex-basis: 300px; }

/*--------------------------------------------------------------
# Flex
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Slider Content
--------------------------------------------------------------*/
/* style for slider */
.slick-slider .slick-dots li {
  width: 10px;
  margin: 5px 7px;
  display: inline; }

.slick-slider .slick-dots li button,
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: 50%;
  border: 1px solid #4d90e2; }
.slick-slider .slick-dots li button:before,
.owl-theme .owl-dots .owl-dot span:before {
  content: none; }

.slick-dots li.slick-active button,
.slick-dots li:hover button,
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #4d90e2; }

.slider-wrapper.flex-item img.slide-image {
  display: inline-block; }

button.slick-prev.slick-arrow {
  left: 0;
  z-index: 99999;
  background-color: transparent !important;
}

button.slick-next.slick-arrow {
  right: 0;
  z-index: 99999;
  background-color: transparent !important;
}

/*--------------------------------------------------------------
# Columns
--------------------------------------------------------------*/
div#flex {
  display: inline-block;
  width: 100%;
  font-size: 0; }
div#flex > .container {
  font-size: initial; }
div#flex .section {
  padding: 50px 0;
  clear: both;
  display: inline-block;
  width: 100%;
  font-size: 0; }
div#flex .section.no-padding {
  padding: 0px 0; }
div#flex .section:not(.no-padding) .header h2.flex-header {
  margin-top: 0; }
div#flex .section > * {
  font-size: initial; }
@media screen and (max-width: 768px) {
  div#flex .section {
    padding: 30px 0; }
  div#flex .section.mobile-padding {
    padding: 30px 0; } }

#flex .max-grid.row-wrapper {
  max-width: 2000px;
  min-width: 0 !important;
  margin: 0 auto !important;
  float: none; }

.relative-container > .container {
  position: relative; }

.row-wrapper {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.row-wrapper.no-margin {
  margin: 0 !important; }
.row-wrapper.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.row-wrapper.columns-1 > .flex-item {
  clear: both;
  -ms-flex-preferred-size: calc(100% - 0px);
  flex-basis: calc(100% - 0px);
  min-width: calc(100% - 0px);
  margin: 0px 0px; }
.row-wrapper.columns-1 > .flex-item:nth-child(1n + 1) {
  margin: 0px 0px;
  margin-left: 0; }
.row-wrapper.columns-1 > .flex-item:nth-child(1n + 0) {
  margin: 0px 0px;
  margin-right: 0; }
.row-wrapper.columns-2 > .flex-item {
  -ms-flex-preferred-size: calc(50% - 20px);
  flex-basis: calc(50% - 20px);
  min-width: calc(50% - 20px);
  margin: 10px 20px; }
.row-wrapper.columns-2 > .flex-item:nth-child(2n + 1) {
  margin: 10px 20px;
  margin-left: 0; }
.row-wrapper.columns-2 > .flex-item:nth-child(2n + 0) {
  margin: 10px 20px;
  margin-right: 0; }
@media screen and (max-width: 1200px) {
  .row-wrapper.columns-2 > .flex-item {
    -ms-flex-preferred-size: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
    min-width: calc(50% - 20px);
    margin: 10px 20px; }
  .row-wrapper.columns-2 > .flex-item:nth-child(2n + 1) {
    margin: 10px 20px;
    margin-left: 0; }
  .row-wrapper.columns-2 > .flex-item:nth-child(2n + 0) {
    margin: 10px 20px;
    margin-right: 0; } }
@media screen and (max-width: 980px) {
  .row-wrapper.columns-2 > .flex-item {
    -ms-flex-preferred-size: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
    min-width: calc(50% - 20px);
    margin: 10px 20px; }
  .row-wrapper.columns-2 > .flex-item:nth-child(2n + 1) {
    margin: 10px 20px;
    margin-left: 0; }
  .row-wrapper.columns-2 > .flex-item:nth-child(2n + 0) {
    margin: 10px 20px;
    margin-right: 0; } }
@media screen and (max-width: 768px) {
  .row-wrapper.columns-2 > .flex-item {
    -ms-flex-preferred-size: calc(100% - 0px);
    flex-basis: calc(100% - 0px);
    min-width: calc(100% - 0px);
    margin: 0px 0px; }
  .row-wrapper.columns-2 > .flex-item:nth-child(1n + 1) {
    margin: 0px 0px;
    margin-left: 0; }
  .row-wrapper.columns-2 > .flex-item:nth-child(1n + 0) {
    margin: 0px 0px;
    margin-right: 0; } }
.row-wrapper.no-margin.columns-2 > .flex-item {
  -ms-flex-preferred-size: calc(50% - 0px);
  flex-basis: calc(50% - 0px);
  min-width: calc(50% - 0px);
  margin: 0px 0px; }
.row-wrapper.no-margin.columns-2 > .flex-item:nth-child(2n + 1) {
  margin: 0px 0px;
  margin-left: 0; }
.row-wrapper.no-margin.columns-2 > .flex-item:nth-child(2n + 0) {
  margin: 0px 0px;
  margin-right: 0; }
@media screen and (max-width: 1200px) {
  .row-wrapper.no-margin.columns-2 > .flex-item {
    -ms-flex-preferred-size: calc(50% - 0px);
    flex-basis: calc(50% - 0px);
    min-width: calc(50% - 0px);
    margin: 0px 0px; }
  .row-wrapper.no-margin.columns-2 > .flex-item:nth-child(2n + 1) {
    margin: 0px 0px;
    margin-left: 0; }
  .row-wrapper.no-margin.columns-2 > .flex-item:nth-child(2n + 0) {
    margin: 0px 0px;
    margin-right: 0; } }
@media screen and (max-width: 980px) {
  .row-wrapper.no-margin.columns-2 > .flex-item {
    -ms-flex-preferred-size: calc(50% - 0px);
    flex-basis: calc(50% - 0px);
    min-width: calc(50% - 0px);
    margin: 0px 0px; }
  .row-wrapper.no-margin.columns-2 > .flex-item:nth-child(2n + 1) {
    margin: 0px 0px;
    margin-left: 0; }
  .row-wrapper.no-margin.columns-2 > .flex-item:nth-child(2n + 0) {
    margin: 0px 0px;
    margin-right: 0; } }
@media screen and (max-width: 768px) {
  .row-wrapper.no-margin.columns-2 > .flex-item {
    -ms-flex-preferred-size: calc(100% - 0px);
    flex-basis: calc(100% - 0px);
    min-width: calc(100% - 0px);
    margin: 0px 0px; }
  .row-wrapper.no-margin.columns-2 > .flex-item:nth-child(1n + 1) {
    margin: 0px 0px;
    margin-left: 0; }
  .row-wrapper.no-margin.columns-2 > .flex-item:nth-child(1n + 0) {
    margin: 0px 0px;
    margin-right: 0; } }
.row-wrapper.columns-3 > .flex-item {
  -ms-flex-preferred-size: calc(33.33333% - 53.33333px);
  flex-basis: calc(33.33333% - 53.33333px);
  min-width: calc(33.33333% - 53.33333px);
  margin: 10px 40px; }
.row-wrapper.columns-3 > .flex-item:nth-child(3n + 1) {
  margin: 10px 40px;
  margin-left: 0; }
.row-wrapper.columns-3 > .flex-item:nth-child(3n + 0) {
  margin: 10px 40px;
  margin-right: 0; }
@media screen and (max-width: 1200px) {
  .row-wrapper.columns-3 > .flex-item {
    -ms-flex-preferred-size: calc(33.33333% - 26.66667px);
    flex-basis: calc(33.33333% - 26.66667px);
    min-width: calc(33.33333% - 26.66667px);
    margin: 10px 20px; }
  .row-wrapper.columns-3 > .flex-item:nth-child(3n + 1) {
    margin: 10px 20px;
    margin-left: 0; }
  .row-wrapper.columns-3 > .flex-item:nth-child(3n + 0) {
    margin: 10px 20px;
    margin-right: 0; } }
@media screen and (max-width: 980px) {
  .row-wrapper.columns-3 > .flex-item {
    -ms-flex-preferred-size: calc(100% - 0px);
    flex-basis: calc(100% - 0px);
    min-width: calc(100% - 0px);
    margin: 10px 0px; }
  .row-wrapper.columns-3 > .flex-item:nth-child(1n + 1) {
    margin: 10px 0px;
    margin-left: 0; }
  .row-wrapper.columns-3 > .flex-item:nth-child(1n + 0) {
    margin: 10px 0px;
    margin-right: 0; } }
@media screen and (max-width: 768px) {
  .row-wrapper.columns-3 > .flex-item {
    -ms-flex-preferred-size: calc(100% - 0px);
    flex-basis: calc(100% - 0px);
    min-width: calc(100% - 0px);
    margin: 10px 0px; }
  .row-wrapper.columns-3 > .flex-item:nth-child(1n + 1) {
    margin: 10px 0px;
    margin-left: 0; }
  .row-wrapper.columns-3 > .flex-item:nth-child(1n + 0) {
    margin: 10px 0px;
    margin-right: 0; } }
.row-wrapper.no-margin.columns-3 > .flex-item {
  -ms-flex-preferred-size: calc(33.33333% - 0px);
  flex-basis: calc(33.33333% - 0px);
  min-width: calc(33.33333% - 0px);
  margin: 0px 0px; }
.row-wrapper.no-margin.columns-3 > .flex-item:nth-child(3n + 1) {
  margin: 0px 0px;
  margin-left: 0; }
.row-wrapper.no-margin.columns-3 > .flex-item:nth-child(3n + 0) {
  margin: 0px 0px;
  margin-right: 0; }
@media screen and (max-width: 1200px) {
  .row-wrapper.no-margin.columns-3 > .flex-item {
    -ms-flex-preferred-size: calc(33.33333% - 0px);
    flex-basis: calc(33.33333% - 0px);
    min-width: calc(33.33333% - 0px);
    margin: 0px 0px; }
  .row-wrapper.no-margin.columns-3 > .flex-item:nth-child(3n + 1) {
    margin: 0px 0px;
    margin-left: 0; }
  .row-wrapper.no-margin.columns-3 > .flex-item:nth-child(3n + 0) {
    margin: 0px 0px;
    margin-right: 0; } }
@media screen and (max-width: 980px) {
  .row-wrapper.no-margin.columns-3 > .flex-item {
    -ms-flex-preferred-size: calc(33.33333% - 0px);
    flex-basis: calc(33.33333% - 0px);
    min-width: calc(33.33333% - 0px);
    margin: 0px 0px; }
  .row-wrapper.no-margin.columns-3 > .flex-item:nth-child(3n + 1) {
    margin: 0px 0px;
    margin-left: 0; }
  .row-wrapper.no-margin.columns-3 > .flex-item:nth-child(3n + 0) {
    margin: 0px 0px;
    margin-right: 0; } }
@media screen and (max-width: 768px) {
  .row-wrapper.no-margin.columns-3 > .flex-item {
    -ms-flex-preferred-size: calc(100% - 0px);
    flex-basis: calc(100% - 0px);
    min-width: calc(100% - 0px);
    margin: 0px 0px; }
  .row-wrapper.no-margin.columns-3 > .flex-item:nth-child(1n + 1) {
    margin: 0px 0px;
    margin-left: 0; }
  .row-wrapper.no-margin.columns-3 > .flex-item:nth-child(1n + 0) {
    margin: 0px 0px;
    margin-right: 0; } }
.row-wrapper.columns-4 > .flex-item {
  -ms-flex-preferred-size: calc(25% - 30px);
  flex-basis: calc(25% - 30px);
  min-width: calc(25% - 30px);
  margin: 10px 20px; }
.row-wrapper.columns-4 > .flex-item:nth-child(4n + 1) {
  margin: 10px 20px;
  margin-left: 0; }
.row-wrapper.columns-4 > .flex-item:nth-child(4n + 0) {
  margin: 10px 20px;
  margin-right: 0; }
@media screen and (max-width: 1200px) {
  .row-wrapper.columns-4 > .flex-item {
    -ms-flex-preferred-size: calc(25% - 30px);
    flex-basis: calc(25% - 30px);
    min-width: calc(25% - 30px);
    margin: 10px 20px; }
  .row-wrapper.columns-4 > .flex-item:nth-child(4n + 1) {
    margin: 10px 20px;
    margin-left: 0; }
  .row-wrapper.columns-4 > .flex-item:nth-child(4n + 0) {
    margin: 10px 20px;
    margin-right: 0; } }
@media screen and (max-width: 980px) {
  .row-wrapper.columns-4 > .flex-item {
    -ms-flex-preferred-size: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
    min-width: calc(50% - 20px);
    margin: 10px 20px; }
  .row-wrapper.columns-4 > .flex-item:nth-child(2n + 1) {
    margin: 10px 20px;
    margin-left: 0; }
  .row-wrapper.columns-4 > .flex-item:nth-child(2n + 0) {
    margin: 10px 20px;
    margin-right: 0; } }
@media screen and (max-width: 768px) {
  .row-wrapper.columns-4 > .flex-item {
    -ms-flex-preferred-size: calc(100% - 0px);
    flex-basis: calc(100% - 0px);
    min-width: calc(100% - 0px);
    margin: 10px 20px; }
  .row-wrapper.columns-4 > .flex-item:nth-child(1n + 1) {
    margin: 10px 20px;
    margin-left: 0; }
  .row-wrapper.columns-4 > .flex-item:nth-child(1n + 0) {
    margin: 10px 20px;
    margin-right: 0; } }
.row-wrapper.no-margin.columns-4 > .flex-item {
  -ms-flex-preferred-size: calc(25% - 0px);
  flex-basis: calc(25% - 0px);
  min-width: calc(25% - 0px);
  margin: 0px 0px; }
.row-wrapper.no-margin.columns-4 > .flex-item:nth-child(4n + 1) {
  margin: 0px 0px;
  margin-left: 0; }
.row-wrapper.no-margin.columns-4 > .flex-item:nth-child(4n + 0) {
  margin: 0px 0px;
  margin-right: 0; }
@media screen and (max-width: 1200px) {
  .row-wrapper.no-margin.columns-4 > .flex-item {
    -ms-flex-preferred-size: calc(25% - 0px);
    flex-basis: calc(25% - 0px);
    min-width: calc(25% - 0px);
    margin: 0px 0px; }
  .row-wrapper.no-margin.columns-4 > .flex-item:nth-child(4n + 1) {
    margin: 0px 0px;
    margin-left: 0; }
  .row-wrapper.no-margin.columns-4 > .flex-item:nth-child(4n + 0) {
    margin: 0px 0px;
    margin-right: 0; } }
@media screen and (max-width: 980px) {
  .row-wrapper.no-margin.columns-4 > .flex-item {
    -ms-flex-preferred-size: calc(25% - 0px);
    flex-basis: calc(25% - 0px);
    min-width: calc(25% - 0px);
    margin: 0px 0px; }
  .row-wrapper.no-margin.columns-4 > .flex-item:nth-child(4n + 1) {
    margin: 0px 0px;
    margin-left: 0; }
  .row-wrapper.no-margin.columns-4 > .flex-item:nth-child(4n + 0) {
    margin: 0px 0px;
    margin-right: 0; } }
@media screen and (max-width: 768px) {
  /*.row-wrapper.no-margin.columns-4 > .flex-item {*/
  /*  -ms-flex-preferred-size: calc(100% - 0px);*/
  /*  flex-basis: calc(100% - 0px);*/
  /*  min-width: calc(100% - 0px);*/
  /*  margin: 0px 0px; }*/
  .row-wrapper.no-margin.columns-4 > .flex-item:nth-child(1n + 1) {
    margin: 0px 0px;
    margin-left: 0; }
  .row-wrapper.no-margin.columns-4 > .flex-item:nth-child(1n + 0) {
    margin: 0px 0px;
    margin-right: 0; } }
.row-wrapper.columns-5 > .flex-item {
  -ms-flex-preferred-size: calc(20% - 32px);
  flex-basis: calc(20% - 32px);
  min-width: calc(20% - 32px);
  margin: 10px 20px; }
.row-wrapper.columns-5 > .flex-item:nth-child(5n + 1) {
  margin: 10px 20px;
  margin-left: 0; }
.row-wrapper.columns-5 > .flex-item:nth-child(5n + 0) {
  margin: 10px 20px;
  margin-right: 0; }
@media screen and (max-width: 1200px) {
  .row-wrapper.columns-5 > .flex-item {
    -ms-flex-preferred-size: calc(33.33333% - 26.66667px);
    flex-basis: calc(33.33333% - 26.66667px);
    min-width: calc(33.33333% - 26.66667px);
    margin: 10px 20px; }
  .row-wrapper.columns-5 > .flex-item:nth-child(3n + 1) {
    margin: 10px 20px;
    margin-left: 0; }
  .row-wrapper.columns-5 > .flex-item:nth-child(3n + 0) {
    margin: 10px 20px;
    margin-right: 0; } }
@media screen and (max-width: 980px) {
  .row-wrapper.columns-5 > .flex-item {
    -ms-flex-preferred-size: calc(33.33333% - 26.66667px);
    flex-basis: calc(33.33333% - 26.66667px);
    min-width: calc(33.33333% - 26.66667px);
    margin: 10px 20px; }
  .row-wrapper.columns-5 > .flex-item:nth-child(3n + 1) {
    margin: 10px 20px;
    margin-left: 0; }
  .row-wrapper.columns-5 > .flex-item:nth-child(3n + 0) {
    margin: 10px 20px;
    margin-right: 0; } }
@media screen and (max-width: 768px) {
  .row-wrapper.columns-5 > .flex-item {
    -ms-flex-preferred-size: calc(100% - 0px);
    flex-basis: calc(100% - 0px);
    min-width: calc(100% - 0px);
    margin: 10px 20px; }
  .row-wrapper.columns-5 > .flex-item:nth-child(1n + 1) {
    margin: 10px 20px;
    margin-left: 0; }
  .row-wrapper.columns-5 > .flex-item:nth-child(1n + 0) {
    margin: 10px 20px;
    margin-right: 0; } }
.row-wrapper.no-margin.columns-5 > .flex-item {
  -ms-flex-preferred-size: calc(20% - 0px);
  flex-basis: calc(20% - 0px);
  min-width: calc(20% - 0px);
  margin: 0px 0px; }
.row-wrapper.no-margin.columns-5 > .flex-item:nth-child(5n + 1) {
  margin: 0px 0px;
  margin-left: 0; }
.row-wrapper.no-margin.columns-5 > .flex-item:nth-child(5n + 0) {
  margin: 0px 0px;
  margin-right: 0; }
@media screen and (max-width: 1200px) {
  .row-wrapper.no-margin.columns-5 > .flex-item {
    -ms-flex-preferred-size: calc(33.33333% - 0px);
    flex-basis: calc(33.33333% - 0px);
    min-width: calc(33.33333% - 0px);
    margin: 0px 0px; }
  .row-wrapper.no-margin.columns-5 > .flex-item:nth-child(3n + 1) {
    margin: 0px 0px;
    margin-left: 0; }
  .row-wrapper.no-margin.columns-5 > .flex-item:nth-child(3n + 0) {
    margin: 0px 0px;
    margin-right: 0; } }
@media screen and (max-width: 980px) {
  .row-wrapper.no-margin.columns-5 > .flex-item {
    -ms-flex-preferred-size: calc(33.33333% - 0px);
    flex-basis: calc(33.33333% - 0px);
    min-width: calc(33.33333% - 0px);
    margin: 0px 0px; }
  .row-wrapper.no-margin.columns-5 > .flex-item:nth-child(3n + 1) {
    margin: 0px 0px;
    margin-left: 0; }
  .row-wrapper.no-margin.columns-5 > .flex-item:nth-child(3n + 0) {
    margin: 0px 0px;
    margin-right: 0; } }
@media screen and (max-width: 768px) {
  .row-wrapper.no-margin.columns-5 > .flex-item {
    -ms-flex-preferred-size: calc(100% - 0px);
    flex-basis: calc(100% - 0px);
    min-width: calc(100% - 0px);
    margin: 0px 0px; }
  .row-wrapper.no-margin.columns-5 > .flex-item:nth-child(1n + 1) {
    margin: 0px 0px;
    margin-left: 0; }
  .row-wrapper.no-margin.columns-5 > .flex-item:nth-child(1n + 0) {
    margin: 0px 0px;
    margin-right: 0; } }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.description {
  margin: 0 auto; }
.description li.gfield {
  padding-right: 0 !important; }
@media screen and (max-width: 768px) {
  .description {
    max-width: 100% !important; } }

.row-wrapper.small-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.row-wrapper.small-content .content-field {
  padding: 0 15% 0 10%; }
@media screen and (max-width: 980px) {
  .row-wrapper.small-content .content-field {
    padding: 0 10% 0 5%; } }
.row-wrapper.small-content a.button {
  display: block;
  text-align: center; }

.image-content.flex-item {
  display: inline-block;
  font-size: 0;
  padding: 5px 6% 0; }

.contact .content-field.flex-item a {
  font-size: 18px;
  font-weight: normal;
  text-decoration: none; }

.page-id-1260 .section-6 .gform_footer.top_label {
  text-align: center; }

/*--------------------------------------------------------------
# Hero Header
--------------------------------------------------------------*/
div#flex .section.home-hero h1.flex-header, div#flex .section.hero h1.flex-header {
  font-size: 44px;
  margin-top: 0; }
@media screen and (max-width: 768px) {
  div#flex .section.home-hero h1.flex-header, div#flex .section.hero h1.flex-header {
    font-size: 28px !important;
    margin-bottom: 10px; } }

div#flex .section.home-hero span.flex-sub-header, div#flex .section.hero span.flex-sub-header {
  font-size: 34px;
  font-family: "filson-soft", "Open sans", sans-serif;
  display: block;
  max-width: 50%; }
@media screen and (max-width: 768px) {
  div#flex .section.home-hero span.flex-sub-header, div#flex .section.hero span.flex-sub-header {
    font-size: 20px;
    padding-right: 6%;
    display: inline-block; } }

div#flex .section.hero {
  padding: 5% 0; }
@media screen and (max-width: 1200px) {
  div#flex .section.hero {
    background-position: right top !important; } }

div#flex .section.home-hero {
  padding: 0; }
div#flex .section.home-hero .header {
  padding: 2.85% 0 19% 0; }
@media screen and (max-width: 768px) {
  div#flex .section.home-hero .header {
    padding: 4% 0 0%; } }
@media screen and (max-width: 500px) {
  div#flex .section.home-hero .header {
    padding-bottom: 20px !important; } }
div#flex .section.home-hero span.flex-sub-header {
  max-width: 100%; }
@media screen and (max-width: 500px) {
  div#flex .section.home-hero {
    padding: 0px;
    background-size: 100% !important;
    background-repeat: no-repeat;
    background-position: center bottom !important; } }

.gform_ajax_spinner {
  /* give it some space from the Submit button */
  border: 4px solid rgba(255, 255, 255, 0.3);
  /* match with border-left */
  border-left: 4px solid;
  -webkit-animation: spinner 1.1s infinite linear;
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  /* position: absolute; */
  left: 0;
  right: 0;
  margin: auto;
  margin-left: -74px;
  margin-right: 50px;
  height: 20px;
  width: 20PX; }

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*--------------------------------------------------------------
# Card Product
--------------------------------------------------------------*/
.columns-2 > .card-product-wrapper.flex-item {
  -ms-flex-preferred-size: calc(50% - 0px);
  flex-basis: calc(50% - 0px);
  min-width: calc(50% - 0px);
  margin: 0px 0px; }
.columns-2 > .card-product-wrapper.flex-item:nth-child(2n + 1) {
  margin: 0px 0px;
  margin-left: 0; }
.columns-2 > .card-product-wrapper.flex-item:nth-child(2n + 0) {
  margin: 0px 0px;
  margin-right: 0; }
@media screen and (max-width: 768px) {
  .columns-2 > .card-product-wrapper.flex-item {
    -ms-flex-preferred-size: calc(100% - 0px);
    flex-basis: calc(100% - 0px);
    min-width: calc(100% - 0px);
    margin: 0px 0px; }
  .columns-2 > .card-product-wrapper.flex-item:nth-child(1n + 1) {
    margin: 0px 0px;
    margin-left: 0; }
  .columns-2 > .card-product-wrapper.flex-item:nth-child(1n + 0) {
    margin: 0px 0px;
    margin-right: 0; } }

.columns-3 > .card-product-wrapper.flex-item {
  -ms-flex-preferred-size: calc(33.33333% - 0px);
  flex-basis: calc(33.33333% - 0px);
  min-width: calc(33.33333% - 0px);
  margin: 0px 0px; }
.columns-3 > .card-product-wrapper.flex-item:nth-child(3n + 1) {
  margin: 0px 0px;
  margin-left: 0; }
.columns-3 > .card-product-wrapper.flex-item:nth-child(3n + 0) {
  margin: 0px 0px;
  margin-right: 0; }
@media screen and (max-width: 1200px) {
  .columns-3 > .card-product-wrapper.flex-item {
    -ms-flex-preferred-size: calc(100% - 0px);
    flex-basis: calc(100% - 0px);
    min-width: calc(100% - 0px);
    margin: 0px 0px; }
  .columns-3 > .card-product-wrapper.flex-item:nth-child(1n + 1) {
    margin: 0px 0px;
    margin-left: 0; }
  .columns-3 > .card-product-wrapper.flex-item:nth-child(1n + 0) {
    margin: 0px 0px;
    margin-right: 0; } }
@media screen and (max-width: 768px) {
  .columns-3 > .card-product-wrapper.flex-item {
    -ms-flex-preferred-size: calc(100% - 0px);
    flex-basis: calc(100% - 0px);
    min-width: calc(100% - 0px);
    margin: 0px 0px; }
  .columns-3 > .card-product-wrapper.flex-item:nth-child(1n + 1) {
    margin: 0px 0px;
    margin-left: 0; }
  .columns-3 > .card-product-wrapper.flex-item:nth-child(1n + 0) {
    margin: 0px 0px;
    margin-right: 0; } }

.columns-4 > .card-product-wrapper.flex-item {
  -ms-flex-preferred-size: calc(25% - 0px);
  flex-basis: calc(25% - 0px);
  min-width: calc(25% - 0px);
  margin: 0px 0px; }
.columns-4 > .card-product-wrapper.flex-item:nth-child(4n + 1) {
  margin: 0px 0px;
  margin-left: 0; }
.columns-4 > .card-product-wrapper.flex-item:nth-child(4n + 0) {
  margin: 0px 0px;
  margin-right: 0; }
@media screen and (max-width: 1200px) {
  .columns-4 > .card-product-wrapper.flex-item {
    -ms-flex-preferred-size: calc(50% - 0px);
    flex-basis: calc(50% - 0px);
    min-width: calc(50% - 0px);
    margin: 0px 0px; }
  .columns-4 > .card-product-wrapper.flex-item:nth-child(2n + 1) {
    margin: 0px 0px;
    margin-left: 0; }
  .columns-4 > .card-product-wrapper.flex-item:nth-child(2n + 0) {
    margin: 0px 0px;
    margin-right: 0; } }
@media screen and (max-width: 768px) {
  .columns-4 > .card-product-wrapper.flex-item {
    -ms-flex-preferred-size: calc(100% - 0px);
    flex-basis: calc(100% - 0px);
    min-width: calc(100% - 0px);
    margin: 0px 0px; }
  .columns-4 > .card-product-wrapper.flex-item:nth-child(1n + 1) {
    margin: 0px 0px;
    margin-left: 0; }
  .columns-4 > .card-product-wrapper.flex-item:nth-child(1n + 0) {
    margin: 0px 0px;
    margin-right: 0; } }

.card-product-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
@media screen and (max-width: 1200px) {
  .card-product-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }
.card-product-wrapper .item-content {
  display: inline-block;
  padding: 0 10px 15px 0; }
@media screen and (max-width: 1200px) {
  .card-product-wrapper .item-content {
    padding-left: 0px;
    padding-bottom: 0; } }
@media screen and (min-width: 768px) and (max-width: 980px) {
  .card-product-wrapper .item-content {
    padding-left: 0px;
    padding-top: 20px;
    -ms-flex-item-align: end;
    align-self: flex-end; } }
@media screen and (max-width: 768px) {
  .card-product-wrapper .item-content {
    padding-left: 20px; } }
@media screen and (max-width: 500px) {
  .card-product-wrapper .item-content {
    padding-left: 0px; } }
.card-product-wrapper .item-content .item-title {
  font-size: 30px;
  max-width: 70px;
  margin: 0 15px 20px;
  border-bottom: 2px solid;
  padding-bottom: 15px; }
.card-product-wrapper .item-content .item-title a {
  color: inherit;
  text-decoration: none; }
@media screen and (max-width: 1200px) {
  .card-product-wrapper .item-content .item-title {
    font-size: 24px; } }
@media screen and (max-width: 768px) {
  .card-product-wrapper .item-content .item-title {
    font-size: 18px; } }
.card-product-wrapper .item-content a.button.item-link {
  font-size: 22px;
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-weight: normal; }
@media screen and (max-width: 1200px) {
  .card-product-wrapper .item-content a.button.item-link {
    font-size: 18px; } }
.card-product-wrapper .item-image {
  max-width: calc(100% - 155px); }
@media screen and (max-width: 1200px) {
  .card-product-wrapper .item-image {
    max-width: calc(100% - 185px); } }
@media screen and (max-width: 768px) {
  .card-product-wrapper .item-image {
    max-width: calc(100% - 175px);
    padding: 0 4%; } }

@media screen and (min-width: 1500px) {
  form.variations_form.cart {
    padding-right: 52px; } }

.swatch-control {
  margin-left: -6px;
  max-width: calc(100% - 6px); }

.single-product div.product form.cart .variations tbody td.label label {
  margin: 20px 0 15px; }

.single-product div.product form.cart .variations tbody tr:first-child label {
  margin-top: 0; }

.columns-4 .card-product-wrapper .item-content .item-title {
  font-size: 24px; }

.columns-4 .card-product-wrapper .item-content a.button.item-link {
  font-size: 16px; }

.colored-columns .flex-item:nth-child(even) {
  background-color: #dddddd; }

/*--------------------------------------------------------------
# Card Recipe
--------------------------------------------------------------*/
.columns-2 > .card-recipe-wrapper.flex-item {
  -ms-flex-preferred-size: calc(50% - 25px);
  flex-basis: calc(50% - 25px);
  min-width: calc(50% - 25px);
  margin: 10px 25px; }
.columns-2 > .card-recipe-wrapper.flex-item:nth-child(2n + 1) {
  margin: 10px 25px;
  margin-left: 0; }
.columns-2 > .card-recipe-wrapper.flex-item:nth-child(2n + 0) {
  margin: 10px 25px;
  margin-right: 0; }
@media screen and (max-width: 360px) {
  .columns-2 > .card-recipe-wrapper.flex-item {
    -ms-flex-preferred-size: calc(100% - 0px);
    flex-basis: calc(100% - 0px);
    min-width: calc(100% - 0px);
    margin: 5px 0px; }
  .columns-2 > .card-recipe-wrapper.flex-item:nth-child(1n + 1) {
    margin: 5px 0px;
    margin-left: 0; }
  .columns-2 > .card-recipe-wrapper.flex-item:nth-child(1n + 0) {
    margin: 5px 0px;
    margin-right: 0; } }

.columns-3 > .card-recipe-wrapper.flex-item {
  -ms-flex-preferred-size: calc(33.33333% - 33.33333px);
  flex-basis: calc(33.33333% - 33.33333px);
  min-width: calc(33.33333% - 33.33333px);
  margin: 10px 25px; }
.columns-3 > .card-recipe-wrapper.flex-item:nth-child(3n + 1) {
  margin: 10px 25px;
  margin-left: 0; }
.columns-3 > .card-recipe-wrapper.flex-item:nth-child(3n + 0) {
  margin: 10px 25px;
  margin-right: 0; }
@media screen and (max-width: 1200px) {
  .columns-3 > .card-recipe-wrapper.flex-item {
    -ms-flex-preferred-size: calc(100% - 0px);
    flex-basis: calc(100% - 0px);
    min-width: calc(100% - 0px);
    margin: 10px 10px; }
  .columns-3 > .card-recipe-wrapper.flex-item:nth-child(1n + 1) {
    margin: 10px 10px;
    margin-left: 0; }
  .columns-3 > .card-recipe-wrapper.flex-item:nth-child(1n + 0) {
    margin: 10px 10px;
    margin-right: 0; } }
@media screen and (max-width: 360px) {
  .columns-3 > .card-recipe-wrapper.flex-item {
    -ms-flex-preferred-size: calc(100% - 0px);
    flex-basis: calc(100% - 0px);
    min-width: calc(100% - 0px);
    margin: 5px 0px; }
  .columns-3 > .card-recipe-wrapper.flex-item:nth-child(1n + 1) {
    margin: 5px 0px;
    margin-left: 0; }
  .columns-3 > .card-recipe-wrapper.flex-item:nth-child(1n + 0) {
    margin: 5px 0px;
    margin-right: 0; } }

.columns-4 > .card-recipe-wrapper.flex-item {
  -ms-flex-preferred-size: calc(25% - 37.5px);
  flex-basis: calc(25% - 37.5px);
  min-width: calc(25% - 37.5px);
  margin: 10px 25px; }
.columns-4 > .card-recipe-wrapper.flex-item:nth-child(4n + 1) {
  margin: 10px 25px;
  margin-left: 0; }
.columns-4 > .card-recipe-wrapper.flex-item:nth-child(4n + 0) {
  margin: 10px 25px;
  margin-right: 0; }
@media screen and (max-width: 1200px) {
  .columns-4 > .card-recipe-wrapper.flex-item {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    min-width: calc(50% - 10px);
    margin: 10px 10px; }
  .columns-4 > .card-recipe-wrapper.flex-item:nth-child(2n + 1) {
    margin: 10px 10px;
    margin-left: 0; }
  .columns-4 > .card-recipe-wrapper.flex-item:nth-child(2n + 0) {
    margin: 10px 10px;
    margin-right: 0; } }
@media screen and (max-width: 360px) {
  .columns-4 > .card-recipe-wrapper.flex-item {
    -ms-flex-preferred-size: calc(100% - 0px);
    flex-basis: calc(100% - 0px);
    min-width: calc(100% - 0px);
    margin: 5px 0px; }
  .columns-4 > .card-recipe-wrapper.flex-item:nth-child(1n + 1) {
    margin: 5px 0px;
    margin-left: 0; }
  .columns-4 > .card-recipe-wrapper.flex-item:nth-child(1n + 0) {
    margin: 5px 0px;
    margin-right: 0; } }

.item-repeater.card-recipe-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
.item-repeater.card-recipe-wrapper a.item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  padding: 15px;
  text-decoration: none;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  -webkit-box-shadow: 0px 2px 10px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 10px -5px rgba(0, 0, 0, 0.5);
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease; }
.item-repeater.card-recipe-wrapper a.item-link:hover {
  -webkit-box-shadow: 0px 2px 30px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 30px -5px rgba(0, 0, 0, 0.5); }
.item-repeater.card-recipe-wrapper a.item-link .item-icon {
  position: relative;
  max-width: 50px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  margin-right: 15px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%; }
.item-repeater.card-recipe-wrapper a.item-link .item-icon:after {
  content: '';
  display: block;
  padding-top: 120%; }
.item-repeater.card-recipe-wrapper a.item-link .item-title {
  float: left;
  display: block;
  font-size: 18px;
  margin: 0 15px;
  position: relative;
  padding-bottom: 5px; }
@media screen and (max-width: 768px) {
  .item-repeater.card-recipe-wrapper a.item-link .item-title {
    max-width: 100%; } }
.item-repeater.card-recipe-wrapper a.item-link div.item-image {
  margin-bottom: 15px; }
@media screen and (max-width: 768px) {
  .item-repeater.card-recipe-wrapper a.item-link div.item-image {
    margin-bottom: 10px; } }
@media screen and (max-width: 1200px) {
  .item-repeater.card-recipe-wrapper a.item-link {
    max-width: 330px;
    float: none;
    display: inline-block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .item-repeater.card-recipe-wrapper a.item-link .item-icon {
    float: right; } }
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .item-repeater.card-recipe-wrapper .card-custom-wrapper.flex-item .card-content p {
    padding-right: 10px;
    line-height: 1.4; } }
@media screen and (max-width: 1200px) {
  .item-repeater.card-recipe-wrapper:nth-child(2n + 1) {
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; } }
@media screen and (max-width: 768px) {
  .item-repeater.card-recipe-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }
@media screen and (max-width: 360px) {
  .item-repeater.card-recipe-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .item-repeater.card-recipe-wrapper div.item-image {
    margin: 0 auto 10px;
    float: none;
    display: block; }
  .item-repeater.card-recipe-wrapper a.item-link {
    margin: 0 auto; }
  .item-repeater.card-recipe-wrapper a.item-link .item-icon {
    display: block; } }

/*--------------------------------------------------------------
# Card Custom
--------------------------------------------------------------*/
.columns-2 > .card-custom-wrapper.flex-item {
  -ms-flex-preferred-size: calc(50% - 15px);
  flex-basis: calc(50% - 15px);
  min-width: calc(50% - 15px);
  margin: 10px 15px; }
.columns-2 > .card-custom-wrapper.flex-item:nth-child(2n + 1) {
  margin: 10px 15px;
  margin-left: 0; }
.columns-2 > .card-custom-wrapper.flex-item:nth-child(2n + 0) {
  margin: 10px 15px;
  margin-right: 0; }
@media screen and (max-width: 768px) {
  .columns-2 > .card-custom-wrapper.flex-item {
    -ms-flex-preferred-size: calc(100% - 0px);
    flex-basis: calc(100% - 0px);
    min-width: calc(100% - 0px);
    margin: 5px 0px; }
  .columns-2 > .card-custom-wrapper.flex-item:nth-child(1n + 1) {
    margin: 5px 0px;
    margin-left: 0; }
  .columns-2 > .card-custom-wrapper.flex-item:nth-child(1n + 0) {
    margin: 5px 0px;
    margin-right: 0; } }

.columns-3 > .card-custom-wrapper.flex-item {
  -ms-flex-preferred-size: calc(33.33333% - 20px);
  flex-basis: calc(33.33333% - 20px);
  min-width: calc(33.33333% - 20px);
  margin: 10px 15px; }
.columns-3 > .card-custom-wrapper.flex-item:nth-child(3n + 1) {
  margin: 10px 15px;
  margin-left: 0; }
.columns-3 > .card-custom-wrapper.flex-item:nth-child(3n + 0) {
  margin: 10px 15px;
  margin-right: 0; }
@media screen and (max-width: 1200px) {
  .columns-3 > .card-custom-wrapper.flex-item {
    -ms-flex-preferred-size: calc(100% - 0px);
    flex-basis: calc(100% - 0px);
    min-width: calc(100% - 0px);
    margin: 10px 10px; }
  .columns-3 > .card-custom-wrapper.flex-item:nth-child(1n + 1) {
    margin: 10px 10px;
    margin-left: 0; }
  .columns-3 > .card-custom-wrapper.flex-item:nth-child(1n + 0) {
    margin: 10px 10px;
    margin-right: 0; } }
@media screen and (max-width: 768px) {
  .columns-3 > .card-custom-wrapper.flex-item {
    -ms-flex-preferred-size: calc(100% - 0px);
    flex-basis: calc(100% - 0px);
    min-width: calc(100% - 0px);
    margin: 5px 0px; }
  .columns-3 > .card-custom-wrapper.flex-item:nth-child(1n + 1) {
    margin: 5px 0px;
    margin-left: 0; }
  .columns-3 > .card-custom-wrapper.flex-item:nth-child(1n + 0) {
    margin: 5px 0px;
    margin-right: 0; } }

.columns-4 > .card-custom-wrapper.flex-item {
  -ms-flex-preferred-size: calc(25% - 22.5px);
  flex-basis: calc(25% - 22.5px);
  min-width: calc(25% - 22.5px);
  margin: 10px 15px; }
.columns-4 > .card-custom-wrapper.flex-item:nth-child(4n + 1) {
  margin: 10px 15px;
  margin-left: 0; }
.columns-4 > .card-custom-wrapper.flex-item:nth-child(4n + 0) {
  margin: 10px 15px;
  margin-right: 0; }
@media screen and (max-width: 1200px) {
  .columns-4 > .card-custom-wrapper.flex-item {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    min-width: calc(50% - 10px);
    margin: 10px 10px; }
  .columns-4 > .card-custom-wrapper.flex-item:nth-child(2n + 1) {
    margin: 10px 10px;
    margin-left: 0; }
  .columns-4 > .card-custom-wrapper.flex-item:nth-child(2n + 0) {
    margin: 10px 10px;
    margin-right: 0; } }
@media screen and (max-width: 768px) {
  .columns-4 > .card-custom-wrapper.flex-item {
    -ms-flex-preferred-size: calc(100% - 0px);
    flex-basis: calc(100% - 0px);
    min-width: calc(100% - 0px);
    margin: 5px 0px; }
  .columns-4 > .card-custom-wrapper.flex-item:nth-child(1n + 1) {
    margin: 5px 0px;
    margin-left: 0; }
  .columns-4 > .card-custom-wrapper.flex-item:nth-child(1n + 0) {
    margin: 5px 0px;
    margin-right: 0; } }

.card-custom-wrapper.flex-item {
  background-color: #E6E7E8;
  padding: 10px 20px;
  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; }
.card-custom-wrapper.flex-item img.card-image {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin: 10px 0;
  max-height: 120px;
  max-width: 108px; }
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .card-custom-wrapper.flex-item img.card-image {
    max-height: 90px;
    float: none;
    width: 75px; } }
.card-custom-wrapper.flex-item .card-header {
  margin: 5px 0 0 0;
  line-height: 1; }
.card-custom-wrapper.flex-item .card-content p {
  font-family: "Roboto Slab", "Open sans", sans-serif;
  font-size: 18px;
  padding-right: 20px;
  line-height: 1.8;
  margin: 10px 0; }
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .card-custom-wrapper.flex-item .card-content p {
    padding-right: 0px;
    line-height: 1.4;
    font-size: 17px; } }
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .card-custom-wrapper.flex-item .card-content-wrapper {
    max-width: calc(100% - 75px); } }

/*--------------------------------------------------------------
# Card Simple
--------------------------------------------------------------*/
.card-custom-wrapper.flex-item.simple {
  background: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0 !important;
  padding-top: 0; }
.card-custom-wrapper.flex-item.simple img,
.card-custom-wrapper.flex-item.simple div {
  text-align: center; }
.card-custom-wrapper.flex-item.simple h3.card-header {
  margin: 30px 0;
  font-family: "Roboto Slab","Open sans",sans-serif;
  font-size: 25px; }
.card-custom-wrapper.flex-item.simple .card-content p {
  padding: 0 25px;
  line-height: 1.6;
  display: inline-block;
  margin: 0;
  font-family: "filson-soft","Open sans",sans-serif; }
.card-custom-wrapper.flex-item.simple img.card-image {
  margin: 0; }

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.button-wrapper {
  display: inline-block;
  width: 100%; }
.button-wrapper.center {
  text-align: center; }
.button-wrapper.center .button {
  min-width: 300px; }
@media screen and (max-width: 768px) {
  .button-wrapper.center .button {
    min-width: 0; } }
.button-wrapper .button {
  margin-top: 40px; }
@media screen and (max-width: 1200px) {
  .button-wrapper .button {
    margin-top: 30px; } }
@media screen and (max-width: 980px) {
  .button-wrapper .button {
    margin-top: 20px; } }

a.button {
  display: inline-block; }

/*--------------------------------------------------------------
# Form Header
--------------------------------------------------------------*/
.form-header .validation_error {
  max-width: 480px; }

.form-header .description {
  margin-left: 0; }

.form-header .gform_wrapper {
  margin: 0; }
@media screen and (max-width: 1500px) {
  .form-header .gform_wrapper .gform_wrapper {
    margin-top: 10px; } }
.form-header .gform_wrapper .gform_body {
  max-width: 480px; }
.form-header .gform_wrapper li.gfield {
  margin: 0 !important;
  padding-right: 0 !important;
  clear: none !important;
  float: left;
  width: 100%; }
.form-header .gform_wrapper .gform_footer {
  padding: 0; }
@media screen and (max-width: 1500px) {
  .form-header .gform_wrapper .gform_footer {
    clear: left !important;
    margin: 0 !important;
    padding-top: 20px; } }
.form-header .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all .22s ease;
  -o-transition: all .22s ease;
  transition: all .22s ease; }
@media screen and (max-width: 1500px) {
  .form-header .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    margin: 0; } }
.form-header .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  background: white; }
.form-header .gform_wrapper input[type=submit] {
  color: #fff;
  background-color: #e63e30 !important;
  border: 2px solid #e63e30 !important; }
.form-header .gform_wrapper input[type=submit]:hover, .form-header .gform_wrapper input[type=submit]:focus, .form-header .gform_wrapper input[type=submit]:active {
  color: #2b2829 !important;
  background-color: #fff !important;
  border: 2px solid #e63e30 !important; }

.form-header .gform_footer.top_label {
  float: left;
  clear: none;
  width: auto; }

.form-header a.button.small {
  margin-bottom: 10px; }

@media screen and (min-width: 500px) and (max-width: 768px) {
  .form-header .flex-item {
    padding-right: 100px; } }

@media screen and (max-width: 1500px) {
  .form-header .description {
    max-width: 75% !important; } }

@media screen and (max-width: 1200px) {
  .form-header .description {
    max-width: 54% !important; } }

@media screen and (max-width: 980px) {
  .form-header .description {
    max-width: 60% !important; } }

@media screen and (max-width: 768px) {
  .form-header .description {
    max-width: 100% !important; } }

@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .form-header .description h4 {
    font-size: 30px; } }

@media screen and (max-width: 1200px) {
  .form-header .description h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .form-header .description h4 img {
    float: right;
    display: block;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 10px 0 !important; } }

@media screen and (min-width: 768px) and (max-width: 980px) {
  .form-header .description h4 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px !important;
    font-size: 26px;
    line-height: 1; }
  .form-header .description h4 img {
    max-width: 120px;
    margin-left: 10px;
    padding: 0 !important; } }

@media screen and (max-width: 768px) {
  .form-header .description h4 {
    font-size: 22px; }
  .form-header .description h4 img {
    max-width: 200px;
    margin: 0 auto; } }

@media screen and (max-width: 1500px) {
  div#flex .form-header .description.section.hero {
    padding: 3% 0; } }

@media screen and (max-width: 980px) {
  div#flex .form-header .description.section.hero h1.flex-header {
    font-size: 38px;
    margin: 0 0 10px 0; } }

@media screen and (max-width: 500px) {
  div#flex .form-header .description.section.hero h1.flex-header {
    font-size: 32px;
    margin: 0 0 10px 0; } }

@media screen and (max-width: 768px) {
  .form-centered .gform_footer.top_label {
    padding: 0 !important; }
  .form-centered input#gform_submit_button_2 {
    margin: 0; }
  .form-centered .gform_wrapper ul li.gfield {
    margin: 0 !important;
    display: inline-block;
    width: 100%; }
  .form-centered .gform_wrapper ul li.gfield input {
    margin: 0 !important; } }

a.underhang {
  border-bottom: 1px solid;
  font-size: 15px;
  line-height: 1.5; }

.button-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (max-width: 500px) {
  .form-header a.button.small {
    font-weight: normal;
    font-size: 14px; }
  .gform_wrapper h3 {
    text-align: center !important; } }

/*--------------------------------------------------------------
# Aspect
--------------------------------------------------------------*/
.aspect-1 {
  display: block;
  width: 100%;
  background-position: center;
  background-size: cover; }
.aspect-1:after {
  content: '';
  display: block;
  padding-top: 100%; }

/*--------------------------------------------------------------
# Gallery Slider
--------------------------------------------------------------*/
.gallery-image {
  position: relative;
  display: inline-block;
  width: 100% !important;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
  float: left; }
@media screen and (max-width: 1500px) {
  .gallery-image {
    margin-bottom: 15px; } }
@media screen and (max-width: 1200px) {
  .gallery-image {
    margin-bottom: 12px; } }
@media screen and (max-width: 980px) {
  .gallery-image {
    margin-bottom: 10px; } }
.gallery-image:after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 56.25%; }
.gallery-image.gallery-item-1 {
  max-width: calc(58% - 20px);
  float: left;
  margin-right: 20px; }
.gallery-image.gallery-item-1:after {
  padding-top: 57.6%; }
@media screen and (max-width: 1500px) {
  .gallery-image.gallery-item-1 {
    max-width: calc(58% - 15px);
    float: left;
    margin-right: 15px; } }
@media screen and (max-width: 1500px) and (max-width: 980px) {
  .gallery-image.gallery-item-1 {
    max-width: calc(57%); } }
.gallery-image.gallery-item-2 {
  max-width: 42%; }
.gallery-image.gallery-item-2:after {
  padding-top: 48.5%; }
.gallery-image.gallery-item-3 {
  max-width: calc(21% - 20px / 2); }
.gallery-image.gallery-item-3:after {
  padding-top: 53.3%; }
@media screen and (max-width: 1500px) {
  .gallery-image.gallery-item-3 {
    max-width: calc(21% - 15px / 2); } }
@media screen and (max-width: 980px) {
  .gallery-image.gallery-item-3 {
    max-width: calc(20.5%); } }
.gallery-image.gallery-item-4 {
  max-width: calc(21% - 20px / 2);
  float: right; }
.gallery-image.gallery-item-4:after {
  padding-top: 53.3%; }
@media screen and (max-width: 1500px) {
  .gallery-image.gallery-item-4 {
    max-width: calc(21% - 15px / 2); } }
@media screen and (max-width: 980px) {
  .gallery-image.gallery-item-4 {
    max-width: calc(20.5%); } }
.gallery-image.gallery-item-5 {
  max-width: calc(50% - 20px / 2);
  float: left; }
.gallery-image.gallery-item-5:after {
  padding-top: 41.1%; }
@media screen and (max-width: 1500px) {
  .gallery-image.gallery-item-5 {
    max-width: calc(50% - 15px / 2); } }
@media screen and (max-width: 980px) {
  .gallery-image.gallery-item-5 {
    max-width: calc(49.5%); } }
.gallery-image.gallery-item-6 {
  max-width: calc(50% - 20px / 2);
  float: right; }
.gallery-image.gallery-item-6:after {
  padding-top: 41.1%; }
@media screen and (max-width: 1500px) {
  .gallery-image.gallery-item-6 {
    max-width: calc(50% - 15px / 2); } }
@media screen and (max-width: 980px) {
  .gallery-image.gallery-item-6 {
    max-width: calc(49.5%); } }
@media screen and (max-width: 768px) {
  .gallery-image:last-child {
    margin-bottom: 0 !important; } }

a.gallery-link.featherlight {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: block;
  background: transparent;
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease; }
a.gallery-link.featherlight:hover {
  background: rgba(0, 0, 0, 0.2); }

.mq-tablet .slick-slider.lifestyle-gallery ul.slick-dots,
.mq-small-tablet .slick-slider.lifestyle-gallery ul.slick-dots,
.mq-phone .slick-slider.lifestyle-gallery ul.slick-dots {
  bottom: -60px;
  text-align: right; }

.mq-tablet .gallery-image,
.mq-small-tablet .gallery-image,
.mq-phone .gallery-image {
  max-width: 25% !important;
  margin-right: 0 !important;
  max-height: 200px; }
.mq-tablet .gallery-image:after,
.mq-small-tablet .gallery-image:after,
.mq-phone .gallery-image:after {
  padding-top: 25% !important; }

.mq-tablet .recipe-slider .gallery-image,
.mq-small-tablet .recipe-slider .gallery-image,
.mq-phone .recipe-slider .gallery-image {
  max-width: 50% !important; }

@media screen and (max-width: 980px) {
  .slick-slider.lifestyle-gallery ul.slick-dots {
    bottom: -60px;
    text-align: right; }
  .gallery-image {
    max-width: 25% !important;
    margin-right: 0 !important;
    max-height: 200px; }
  .gallery-image:after {
    padding-top: 25% !important; } }

span.featherlight-next,
span.featherlight-previous {
  -webkit-transition: ease .15s;
  -o-transition: ease .15s;
  transition: ease .15s;
  opacity: .5; }
span.featherlight-next:hover,
span.featherlight-previous:hover {
  background: rgba(0, 0, 0, 0.35);
  opacity: .75; }

.slick-slider.lifestyle-gallery {
  margin-bottom: 0; }
.slick-slider.lifestyle-gallery ul.slick-dots {
  bottom: -45px;
  text-align: right; }
@media screen and (max-width: 768px) {
  .slick-slider.lifestyle-gallery ul.slick-dots {
    position: static;
    padding-top: 10px; } }
.slick-slider.lifestyle-gallery ul.slick-dots li {
  width: auto;
  height: auto;
  display: inline-block; }
.slick-slider.lifestyle-gallery ul.slick-dots li button {
  font-size: 24px !important;
  opacity: 1 !important;
  font-weight: 400;
  background: transparent;
  width: auto;
  height: auto;
  display: inline-block;
  color: #000;
  margin: 0;
  border-radius: 0;
  font-family: Roboto Slab;
  border-color: #333;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  line-height: 1;
  padding: 11px 15px;
  min-width: 48px; }
.slick-slider.lifestyle-gallery ul.slick-dots li.slick-active button .slick-slider.lifestyle-gallery ul.slick-dots li:hover button {
  background: #e0e0e0; }
.slick-slider.lifestyle-gallery ul.slick-dots li:last-child {
  margin-right: 0; }

@media screen and (max-width: 768px) {
  .slider-wrapper.flex-item {
    margin-bottom: 0 !important; } }

/*--------------------------------------------------------------
# Countdown
--------------------------------------------------------------*/
nav#site-navigation.landing-nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
@media screen and (max-width: 1500px) {
  nav#site-navigation.landing-nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    float: right; } }
nav#site-navigation.landing-nav .countdown-timer {
  padding: 8px 0 7px; }
nav#site-navigation.landing-nav .countdown-timer .countdown-description {
  font-size: 36px;
  line-height: 1.3;
  display: inline-block;
  padding-right: 18px; }
@media screen and (max-width: 768px) {
  nav#site-navigation.landing-nav .countdown-timer .countdown-description {
    font-size: 16px; } }
@media screen and (max-width: 768px) {
  nav#site-navigation.landing-nav .countdown-timer {
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }
nav#site-navigation.landing-nav .countdown-timer div#countdown-timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  float: right;
  padding: 7px 0;
  margin: auto;
  line-height: 1;
  margin: auto; }
@media screen and (max-width: 768px) {
  nav#site-navigation.landing-nav .countdown-timer div#countdown-timer {
    min-width: 50px;
    padding: 0 !important; } }
nav#site-navigation.landing-nav .countdown-timer div#countdown-timer > div {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
nav#site-navigation.landing-nav .countdown-timer div#countdown-timer .hours {
  font-size: 36px;
  line-height: 0.5;
  min-width: 110px;
  text-align: left;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
@media screen and (max-width: 768px) {
  nav#site-navigation.landing-nav .countdown-timer div#countdown-timer .hours {
    font-size: 30px !important;
    min-width: 90px !important; } }
nav#site-navigation.landing-nav .countdown-timer div#countdown-timer .weeks, nav#site-navigation.landing-nav .countdown-timer div#countdown-timer .days {
  padding-right: 20px;
  font-size: 20px;
  font-weight: 600; }
@media screen and (max-width: 768px) {
  nav#site-navigation.landing-nav .countdown-timer div#countdown-timer .weeks, nav#site-navigation.landing-nav .countdown-timer div#countdown-timer .days {
    font-size: 16px;
    padding-right: 10px; } }
nav#site-navigation.landing-nav .countdown-timer div#countdown-timer span {
  text-transform: uppercase;
  font-size: 12px; }
nav#site-navigation.landing-nav .countdown-timer div#countdown-timer.top {
  top: 0; }
nav#site-navigation.landing-nav .countdown-timer div#countdown-timer.top.center {
  left: 0;
  right: 0; }
nav#site-navigation.landing-nav .countdown-timer div#countdown-timer.bottom {
  bottom: 0; }
nav#site-navigation.landing-nav .countdown-timer div#countdown-timer.bottom.center {
  left: 0;
  right: 0; }
nav#site-navigation.landing-nav .countdown-timer div#countdown-timer.right {
  right: 0; }
nav#site-navigation.landing-nav .countdown-timer div#countdown-timer.right.center {
  top: 0;
  bottom: 0; }
nav#site-navigation.landing-nav .countdown-timer div#countdown-timer .left {
  left: 0; }
nav#site-navigation.landing-nav .countdown-timer div#countdown-timer .left.center {
  top: 0;
  bottom: 0; }
nav#site-navigation.landing-nav .countdown-timer .relative-container > .container {
  position: relative; }

li.gleft_half,
li#field_4_1,
li#field_3_1,
li#field_2_1 {
  width: 49% !important;
  float: left; }
@media screen and (max-width: 768px) {
  li.gleft_half,
  li#field_4_1,
  li#field_3_1,
  li#field_2_1 {
    width: 100% !important; } }

li.gright_half,
li#field_4_15,
li#field_3_15,
li#field_2_15 {
  width: 49% !important;
  float: right;
  clear: none; }
@media screen and (max-width: 768px) {
  li.gright_half,
  li#field_4_15,
  li#field_3_15,
  li#field_2_15 {
    width: 100% !important; } }

.gform_wrapper.already-viewed_wrapper li.message-holder {
  padding-right: 0 !important; }
.gform_wrapper.already-viewed_wrapper li.message-holder > div {
  padding: 5px 0 30px; }

.gform_wrapper.already-viewed_wrapper li:not(.message-holder) {
  display: none !important; }

.gform_wrapper.already-viewed_wrapper .gform_footer {
  display: none; }

.form-centered [style="text-align: left;"] {
  text-align: center !important; }

.form-centered a.button.small {
  margin-bottom: 10px; }

span.coupon-form-code {
  position: relative;
  background: rgba(225, 225, 225, 0.5);
  padding: 5px 20px 8px;
  border: 1px solid #d4d4d4;
  line-height: 1;
  display: inline-block; }
span.coupon-form-code:after {
  content: "\f00c";
  font-family: fontawesome;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  font-size: 1rem;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  height: 17px;
  color: green;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .22s ease;
  -o-transition: all .22s ease;
  transition: all .22s ease; }
span.coupon-form-code.copied {
  padding: 5px 25px 8px 15px;
  -webkit-transition: all .22s ease;
  -o-transition: all .22s ease;
  transition: all .22s ease; }
span.coupon-form-code.copied:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/*--------------------------------------------------------------
# Bundle
--------------------------------------------------------------*/
div.product-type-bundle .bundled_product.bundled_product_summary.product {
  padding: 0 !important;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: 30px; }
@media screen and (max-width: 980px) {
  div.product-type-bundle .bundled_product.bundled_product_summary.product:nth-child(2n) {
    margin-right: 0 !important;
    float: left; } }

div.product-type-bundle .cart.bundled_item_cart_content.variations_form td.label {
  display: none !important; }

div.product-type-bundle .cart.bundled_item_cart_content.variations_form .variations td.value {
  font-size: 22px !important;
  font-weight: normal !important;
  font-family: "filson-soft", "Open sans", sans-serif;
  line-height: 1.2; }
@media screen and (max-width: 980px) {
  div.product-type-bundle .cart.bundled_item_cart_content.variations_form .variations td.value {
    font-size: 18px !important; } }

div.product-type-bundle .bundled_product_images {
  margin: 0;
  min-width: 100px;
  text-align: center;
  border: 1px solid #ddd; }
div.product-type-bundle .bundled_product_images a {
  margin: 0; }

div.product-type-bundle figure.bundled_product_image.woocommerce-product-gallery__image {
  margin: 0; }

div.product-type-bundle .details {
  padding: 10px; }
div.product-type-bundle .details table.variations {
  padding: 0; }
div.product-type-bundle .details .bundled_item_after_cart_details {
  margin-top: 0; }

div.product-type-bundle .cart.bundle_data {
  clear: both;
  margin-top: 60px !important;
  display: inline-block;
  width: 100%; }
@media screen and (max-width: 980px) {
  div.product-type-bundle .cart.bundle_data {
    margin-top: 90px !important; } }

@media screen and (max-width: 980px) {
  div.product-type-bundle .cart .woocommerce-variation-add-to-cart {
    padding: 0 !important;
    margin-top: 50px !important; } }

div.product-type-bundle .bundle_button input.qty {
  font-size: 24px;
  margin-right: 40px;
  line-height: 38px;
  width: 60px; }

div.product-type-bundle p.price {
  position: absolute;
  bottom: 77px;
  margin: 0; }

@media screen and (min-width: 980px) {
  div.product-type-bundle span.price {
    margin: 0 !important; }
  div.product-type-bundle span.price span {
    margin: 0 !important; } }

div.product-type-bundle .summary {
  position: relative; }

div.product-type-bundle form {
  margin: 0 !important; }

/*--------------------------------------------------------------
# Woo
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Product
--------------------------------------------------------------*/
.single-product div#content {
  background: #ffffff; }

.single-product p.stock.in-stock {
  display: none; }

.single-product div.product {
  margin-top: 15px; }
.single-product div.product .product_title {
  float: left;
  font-size: 2.77rem;
  color: #fe7500;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold; }
@media screen and (max-width: 768px) {
  .single-product div.product .product_title {
    position: relative;
    bottom: 100%;
    left: -15px;
    right: -15px;
    margin: 0;
    width: calc(100% + 30px);
    padding: 15px 15px 25px;
    background: rgba(255, 255, 255, 0.8);
    font-size: 27px; } }
.single-product div.product form.cart .button {
  background: red;
  font-size: 22px;
  border-radius: 100px;
  padding: 13.5px 50px; }
@media screen and (max-width: 980px) {
  .single-product div.product form.cart .button {
    float: right; } }
@media screen and (max-width: 768px) {
  .single-product div.product form.cart .button {
    display: block;
    width: calc(100% - 85px); } }
.single-product div.product form.cart .variations {
  display: block;
  position: relative;
  margin-bottom: 0 !important;
  padding-bottom: 20px; }
@media screen and (max-width: 980px) {
  .single-product div.product form.cart .variations {
    padding-bottom: 0px; } }
.single-product div.product form.cart .variations tbody {
  display: block; }
.single-product div.product form.cart .variations tbody td.label {
  display: block; }
.single-product div.product form.cart .variations tbody td.label label {
  font-size: 26px;
  font-weight: bold;
  display: block;
  margin: 25px 0 5px; }
@media screen and (max-width: 980px) {
  .single-product div.product form.cart .variations tbody td.label label {
    font-size: 26px;
    margin: 20px 0 15px; } }
@media screen and (max-width: 768px) {
  .single-product div.product form.cart .variations tbody td.label label {
    font-size: 18px;
    margin: 20px 0 5px; } }
.single-product div.product form.cart .variations tbody tr {
  display: block; }
.single-product div.product form.cart .variations tbody td,
.single-product div.product form.cart .variations tbody th {
  display: block; }
@media screen and (max-width: 980px) {
  .single-product div.product form.cart .variations td.label label,
  .single-product div.product form.cart .variations tbody td.label label {
    font-size: 22px; } }
@media screen and (max-width: 768px) {
  .single-product div.product form.cart .variations td.label label,
  .single-product div.product form.cart .variations tbody td.label label {
    font-size: 20px; } }
.single-product div.product form.cart .single_variation_wrap {
  position: relative; }
.single-product div.product form.cart .woocommerce-variation-add-to-cart {
  clear: both;
  margin-top: 80px !important;
  display: inline-block;
  width: 100%;
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease; }
@media screen and (max-width: 980px) {
  .single-product div.product form.cart .woocommerce-variation-add-to-cart {
    padding-top: 20px; } }
@media screen and (max-width: 768px) {
  .single-product div.product form.cart .woocommerce-variation-add-to-cart {
    margin-top: 45px !important; } }
@media screen and (max-width: 980px) {
  .single-product div.product form.cart .woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-disabled {
    margin-top: 60px !important;
    padding-top: 20px; } }
@media screen and (max-width: 768px) {
  .single-product div.product form.cart .woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-disabled {
    margin-top: 45px !important; } }
.single-product div.product form.cart .woocommerce-variation.single_variation {
  height: 0;
  position: absolute;
  left: 0;
  top: 0; }
.single-product div.product form.cart .woocommerce-variation.single_variation p.stock {
  margin: 0 !important;
  line-height: 1;
  font-size: 12px; }
.single-product div.product form.cart .woocommerce-variation.single_variation[style="display: none;"] + .woocommerce-variation-add-to-cart {
  margin-top: 20px !important; }
.single-product div.product div.images {
  max-width: 515px;
  width: 100%;
  display: inline-block;
  float: left !important; }
.single-product div.product div.images a {
  display: block; }
@media screen and (max-width: 768px) {
  .single-product div.product div.images .woocommerce-product-gallery__wrapper {
    overflow: hidden; } }
.single-product div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
  background: transparent !important; }
.single-product div.product div.images.woocommerce-product-gallery > .woocommerce-product-gallery__wrapper,
.single-product div.product div.images.woocommerce-product-gallery > .flex-viewport {
  border: 0px solid #DDDDDD;
  background: transparent; }
.single-product div.product div.images.woocommerce-product-gallery > .woocommerce-product-gallery__wrapper *,
.single-product div.product div.images.woocommerce-product-gallery > .flex-viewport * {
  background: transparent; }
@media screen and (min-width: 500px) and (max-width: 768px) {
  .single-product div.product div.images.woocommerce-product-gallery > .woocommerce-product-gallery__wrapper,
  .single-product div.product div.images.woocommerce-product-gallery > .flex-viewport {
    height: 300px !important; } }
.single-product div.product div.images.woocommerce-product-gallery > .woocommerce-product-gallery__wrapper img,
.single-product div.product div.images.woocommerce-product-gallery > .flex-viewport img {
  padding: 25px 10%; }
@media screen and (max-width: 768px) {
  .single-product div.product div.images.woocommerce-product-gallery > .woocommerce-product-gallery__wrapper img,
  .single-product div.product div.images.woocommerce-product-gallery > .flex-viewport img {
    padding: 25px 2%; } }
.single-product div.product div.images ol.flex-control-nav.flex-control-thumbs {
  margin-top: 15px; }
@media screen and (max-width: 1200px) {
  .single-product div.product div.images ol.flex-control-nav.flex-control-thumbs {
    margin-top: 10px; } }
@media screen and (max-width: 768px) {
  .single-product div.product div.images ol.flex-control-nav.flex-control-thumbs {
    margin-top: 5px; } }
.single-product div.product div.images ol.flex-control-nav.flex-control-thumbs li {
  padding: 10px 5px 5px;
  border: 0px solid #DDDDDD;
  width: calc(25% - 22.5px);
  -ms-flex-preferred-size: calc(25% - 22.5px);
  flex-basis: calc(25% - 22.5px);
  min-width: calc(25% - 22.5px);
  margin: 0px 15px; }
.single-product div.product div.images ol.flex-control-nav.flex-control-thumbs li:nth-child(4n + 1) {
  margin: 0px 15px;
  margin-left: 0; }
.single-product div.product div.images ol.flex-control-nav.flex-control-thumbs li:nth-child(4n + 0) {
  margin: 0px 15px;
  margin-right: 0; }
@media screen and (max-width: 1200px) {
  .single-product div.product div.images ol.flex-control-nav.flex-control-thumbs li {
    -ms-flex-preferred-size: calc(25% - 7.5px);
    flex-basis: calc(25% - 7.5px);
    min-width: calc(25% - 7.5px);
    margin: 0px 5px; }
  .single-product div.product div.images ol.flex-control-nav.flex-control-thumbs li:nth-child(4n + 1) {
    margin: 0px 5px;
    margin-left: 0; }
  .single-product div.product div.images ol.flex-control-nav.flex-control-thumbs li:nth-child(4n + 0) {
    margin: 0px 5px;
    margin-right: 0; } }
@media screen and (max-width: 768px) {
  .single-product div.product div.images ol.flex-control-nav.flex-control-thumbs li {
    -ms-flex-preferred-size: calc(25% - 3px);
    flex-basis: calc(25% - 3px);
    min-width: calc(25% - 3px);
    margin: 0px 2px; }
  .single-product div.product div.images ol.flex-control-nav.flex-control-thumbs li:nth-child(4n + 1) {
    margin: 0px 2px;
    margin-left: 0; }
  .single-product div.product div.images ol.flex-control-nav.flex-control-thumbs li:nth-child(4n + 0) {
    margin: 0px 2px;
    margin-right: 0; } }
@media screen and (max-width: 1500px) {
  .single-product div.product div.images {
    max-width: 420px; } }
@media screen and (max-width: 1200px) {
  .single-product div.product div.images {
    max-width: 350px;
    width: 100%; } }
@media screen and (max-width: 768px) {
  .single-product div.product div.images {
    max-width: 100%;
    width: 100%;
    margin: 0 !important; }
  .single-product div.product div.images .woocommerce-product-gallery__image a {
    position: relative;
    height: auto !important; }
  .single-product div.product div.images .woocommerce-product-gallery__image a:after {
    content: '';
    display: block;
    width: 100%;
    height: 300px !important; } }
@media screen and (max-width: 500px) {
  .single-product div.product div.images .woocommerce-product-gallery__image a:after {
    height: 200px !important; } }
@media screen and (max-width: 768px) {
  .single-product div.product div.images ol.flex-control-nav.flex-control-thumbs {
    display: none; }
  .single-product div.product div.images img {
    height: auto;
    width: auto;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .single-product div.product div.images .flex-active-slide img {
    opacity: 1; }
  .single-product div.product div.images .flex-viewport {
    padding: 10px 0;
    border: 0; } }
.single-product div.product div.summary {
  max-width: calc(100% - 645px);
  width: 100% !important;
  margin-left: 125px;
  margin-top: 30px;
  display: inline-block;
  float: right !important; }
@media screen and (max-width: 1500px) {
  .single-product div.product div.summary {
    max-width: calc(100% - 485px);
    width: 100% !important;
    margin-left: 65px; } }
@media screen and (max-width: 1200px) {
  .single-product div.product div.summary {
    max-width: calc(100% - 380px);
    margin-left: 30px; } }
@media screen and (max-width: 768px) {
  .single-product div.product div.summary {
    margin-top: 25px; } }
@media screen and (max-width: 768px) {
  .single-product div.product div.summary {
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    position: relative; } }
.single-product div.product div.summary .product_meta {
  display: none; }
.single-product div.product div.summary .woocommerce-product-details__short-description {
  font-size: 18px;
  line-height: 1.6;
  clear: both; }
@media screen and (max-width: 768px) {
  /*.single-product div.product div.summary .woocommerce-product-details__short-description {*/
  /*  display: none; }*/ }
.single-product div.product div.summary .woocommerce-product-details__short-description h4 {
  font-size: 14px; }
.single-product div.product div.summary .woocommerce-product-details__short-description p {
  font-family: "filson-soft", "Open sans", sans-serif; }
.single-product div.product div.summary .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0; }
.single-product div.product div.summary .swatch-wrapper {
  padding: 5px;
  border: 1px solid transparent;
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
  background-color: transparent;
  display: inline-block;
  position: relative;
  -ms-flex-preferred-size: calc(25% - 22.5px);
  flex-basis: calc(25% - 22.5px);
  min-width: calc(25% - 22.5px);
  margin: 5px 15px; }
.single-product div.product div.summary .swatch-wrapper:nth-child(4n + 2) {
  margin: 5px 15px;
  margin-left: 0; }
.single-product div.product div.summary .swatch-wrapper:nth-child(4n + 1) {
  margin: 5px 15px;
  margin-right: 0; }
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .single-product div.product div.summary .swatch-wrapper {
    -ms-flex-preferred-size: calc(25% - 7.5px);
    flex-basis: calc(25% - 7.5px);
    min-width: calc(25% - 7.5px);
    margin: 2.5px 5px; }
  .single-product div.product div.summary .swatch-wrapper:nth-child(4n + 2) {
    margin: 2.5px 5px;
    margin-left: 0; }
  .single-product div.product div.summary .swatch-wrapper:nth-child(4n + 1) {
    margin: 2.5px 5px;
    margin-right: 0; } }
@media screen and (min-width: 980px) and (max-width: 1200px) {
  .single-product div.product div.summary .swatch-wrapper {
    -ms-flex-preferred-size: calc(25% - 7.5px);
    flex-basis: calc(25% - 7.5px);
    min-width: calc(25% - 7.5px);
    margin: 2.5px 5px; }
  .single-product div.product div.summary .swatch-wrapper:nth-child(4n + 2) {
    margin: 2.5px 5px;
    margin-left: 0; }
  .single-product div.product div.summary .swatch-wrapper:nth-child(4n + 1) {
    margin: 2.5px 5px;
    margin-right: 0; } }
@media screen and (min-width: 768px) and (max-width: 980px) {
  .single-product div.product div.summary .swatch-wrapper {
    -ms-flex-preferred-size: calc(33.33333% - 13.33333px);
    flex-basis: calc(33.33333% - 13.33333px);
    min-width: calc(33.33333% - 13.33333px);
    margin: 5px 10px; }
  .single-product div.product div.summary .swatch-wrapper:nth-child(3n + 2) {
    margin: 5px 10px;
    margin-left: 0; }
  .single-product div.product div.summary .swatch-wrapper:nth-child(3n + 1) {
    margin: 5px 10px;
    margin-right: 0; } }
@media screen and (max-width: 768px) {
  .single-product div.product div.summary .swatch-wrapper {
    -ms-flex-preferred-size: calc(33.33333% - 6.66667px);
    flex-basis: calc(33.33333% - 6.66667px);
    min-width: calc(33.33333% - 6.66667px);
    margin: 2px 5px; }
  .single-product div.product div.summary .swatch-wrapper:nth-child(3n + 2) {
    margin: 2px 5px;
    margin-left: 0; }
  .single-product div.product div.summary .swatch-wrapper:nth-child(3n + 1) {
    margin: 2px 5px;
    margin-right: 0; } }
@media screen and (max-width: 500px) {
  .single-product div.product div.summary .swatch-wrapper {
    -ms-flex-preferred-size: calc(50% - 5px);
    flex-basis: calc(50% - 5px);
    min-width: calc(50% - 5px);
    margin: 2.5px 5px; }
  .single-product div.product div.summary .swatch-wrapper:nth-child(2n + 2) {
    margin: 2.5px 5px;
    margin-left: 0; }
  .single-product div.product div.summary .swatch-wrapper:nth-child(2n + 1) {
    margin: 2.5px 5px;
    margin-right: 0; } }
.single-product div.product div.summary .swatch-wrapper a {
  text-indent: 0 !important;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  max-width: 100%;
  overflow: hidden;
  position: static;
  display: block;
  text-align: center;
  line-height: 1;
  top: 5px;
  width: calc(100%) !important;
  padding: 25% 0;
  height: auto !important;
  left: 0;
  right: 0;
  margin: auto !important; }
@media screen and (max-width: 1500px) {
  .single-product div.product div.summary .swatch-wrapper a {
    font-size: 22px; } }
@media screen and (max-width: 1200px) {
  .single-product div.product div.summary .swatch-wrapper a {
    font-size: 16px; } }
@media screen and (max-width: 768px) {
  .single-product div.product div.summary .swatch-wrapper a {
    font-size: 18px; } }
@media screen and (max-width: 500px) {
  .single-product div.product div.summary .swatch-wrapper a {
    font-size: 15px; } }
.single-product div.product div.summary .swatch-wrapper a img {
  display: block; }
.single-product div.product div.summary .swatch-wrapper:hover {
  background: rgba(204, 204, 204, 0.419608);
  border-color: #ccc; }
.single-product div.product div.summary .swatch-wrapper.selected {
  border: 1px solid #231F20;
  padding: 5px; }
.single-product div.product div.summary #picker_pa_size_pb {
  max-width: calc(100% + 25px);
  margin-left: -21px;
  margin-right: -15px; }
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .single-product div.product div.summary #picker_pa_size_pb {
    max-width: calc(100% + 34px);
    margin-left: -10px;
    margin-right: -24px; } }
@media screen and (min-width: 980px) and (max-width: 1200px) {
  .single-product div.product div.summary #picker_pa_size_pb {
    max-width: calc(100% + 34px);
    margin-left: -10px;
    margin-right: -24px; } }
@media screen and (min-width: 768px) and (max-width: 980px) {
  .single-product div.product div.summary #picker_pa_size_pb {
    max-width: calc(100% + 44px);
    margin-left: -16px;
    margin-right: -28px; } }
@media screen and (max-width: 768px) {
  .single-product div.product div.summary #picker_pa_size_pb {
    max-width: calc(100% + 7px);
    margin-left: -11px;
    margin-right: -10px; } }
@media screen and (max-width: 500px) {
  .single-product div.product div.summary #picker_pa_size_pb {
    max-width: calc(100% + 8px);
    margin-left: -11px;
    margin-right: -4px; } }
.single-product div.product div.summary #picker_pa_size_pb .swatch-wrapper img {
  display: none; }
.single-product div.product div.summary #picker_pa_size_pb .swatch-wrapper[data-attribute="pa_size_pb"] {
  display: none;
  margin-left: 15px;
  margin-right: 15px;
  -ms-flex-preferred-size: calc((100% - 30px) / 4 - 23.5px) !important;
  flex-basis: calc((100% - 30px) / 4 - 23.5px) !important;
  min-width: calc((100% - 30px) / 4 - 23.5px) !important;
  width: calc((100% - 30px) / 4 - 23.5px) !important; }
.single-product div.product div.summary #picker_pa_size_pb .swatch-wrapper[data-attribute="pa_size_pb"]:not(.disabled) {
  display: block; }
.single-product div.product div.summary #picker_pa_size_pb .swatch-wrapper[data-attribute="pa_size_pb"]:not(.disabled) img {
  display: block; }
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .single-product div.product div.summary #picker_pa_size_pb .swatch-wrapper[data-attribute="pa_size_pb"] {
    margin-left: 5px;
    margin-right: 5px;
    -ms-flex-preferred-size: calc((100% - 20px) / 4 - 12.5px) !important;
    flex-basis: calc((100% - 20px) / 4 - 12.5px) !important;
    min-width: calc((100% - 20px) / 4 - 12.5px) !important;
    width: calc((100% - 20px) / 4 - 12.5px) !important; } }
@media screen and (min-width: 980px) and (max-width: 1200px) {
  .single-product div.product div.summary #picker_pa_size_pb .swatch-wrapper[data-attribute="pa_size_pb"] {
    margin-left: 5px;
    margin-right: 5px;
    -ms-flex-preferred-size: calc((100% - 20px) / 4 - 12.5px) !important;
    flex-basis: calc((100% - 20px) / 4 - 12.5px) !important;
    min-width: calc((100% - 20px) / 4 - 12.5px) !important;
    width: calc((100% - 20px) / 4 - 12.5px) !important; } }
@media screen and (min-width: 768px) and (max-width: 980px) {
  .single-product div.product div.summary #picker_pa_size_pb .swatch-wrapper[data-attribute="pa_size_pb"] {
    margin-left: 10px;
    margin-right: 10px;
    -ms-flex-preferred-size: calc((100% - 20px) / 3 - 23.5px) !important;
    flex-basis: calc((100% - 20px) / 3 - 23.5px) !important;
    min-width: calc((100% - 20px) / 3 - 23.5px) !important;
    width: calc((100% - 20px) / 3 - 23.5px) !important; } }
@media screen and (max-width: 768px) {
  .single-product div.product div.summary #picker_pa_size_pb .swatch-wrapper[data-attribute="pa_size_pb"] {
    margin-left: 5px;
    margin-right: 5px;
    -ms-flex-preferred-size: calc((100% - 10px) / 3 - 7.5px) !important;
    flex-basis: calc((100% - 10px) / 3 - 7.5px) !important;
    min-width: calc((100% - 10px) / 3 - 7.5px) !important;
    width: calc((100% - 10px) / 3 - 7.5px) !important; } }
@media screen and (max-width: 500px) {
  .single-product div.product div.summary #picker_pa_size_pb .swatch-wrapper[data-attribute="pa_size_pb"] {
    margin-left: 5px;
    margin-right: 5px;
    -ms-flex-preferred-size: calc((100% - 10px) / 2 - 7.5px) !important;
    flex-basis: calc((100% - 10px) / 2 - 7.5px) !important;
    min-width: calc((100% - 10px) / 2 - 7.5px) !important;
    width: calc((100% - 10px) / 2 - 7.5px) !important; } }
.single-product div.product div.summary #picker_pa_size_pb .swatch-wrapper[data-attribute="pa_size_pb"] a.swatch-anchor {
  padding: 0; }
.single-product div.product div.summary span.woocommerce-Price-amount.amount {
  font-size: 30px;
  font-weight: bold;
  display: block;
  color: #404040;
  margin: 20px 0 2px; }
@media screen and (max-width: 768px) {
  .single-product div.product div.summary span.woocommerce-Price-amount.amount {
    margin: 5px 0 0px; } }
.single-product div.product div.summary a.reset_variations {
  float: right;
  text-decoration: none;
  color: #fff;
  background: grey;
  padding: 10px 20px;
  font-size: 18px !important;
  line-height: 1;
  font-family: "filson-soft", "Open sans", sans-serif;
  border-radius: 50px;
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 20px;
  z-index: 9999999999; }
@media screen and (max-width: 768px) {
  .single-product div.product div.summary a.reset_variations {
    margin-top: 7px; } }

.single-product .product-description-wrapper {
  clear: both;
  display: inline-block;
  width: 100%;
  background: #fff;
  padding: 50px 0; }
.single-product .product-description-wrapper .content-field.short_description_right.flex-item p {
  margin-top: 0; }
.single-product .product-description-wrapper h2 {
  margin-top: 0;
  text-transform: capitalize; }
@media screen and (max-width: 768px) {
  .single-product .product-description-wrapper h2 {
    font-size: 20px; } }
.single-product .product-description-wrapper ul {
  margin: 0;
  padding: 0 0 0 25px;
  list-style-type: none; }
.single-product .product-description-wrapper ul li {
  position: relative;
  margin-bottom: 20px;
  line-height: 1.4;
  font-family: "filson-soft", "Open sans", sans-serif; }
.single-product .product-description-wrapper ul li:before {
  content: '';
  position: absolute;
  height: 12px;
  width: 12px;
  background: #2B2829;
  border-radius: 100%;
  left: -22px;
  top: 5px; }

.single-product .section.product-recipes-wrapper {
  /*background: #F0EFEF;*/
  background: #ffffff;
  padding: 50px 0;
  clear: both;
  display: inline-block;
  width: 100%;
  font-size: 0; }
@media screen and (max-width: 768px) {
  .single-product .section.product-recipes-wrapper {
    padding: 30px 0; } }
.single-product .section.product-recipes-wrapper.no-padding {
  padding: 0px 0; }
.single-product .section.product-recipes-wrapper:not(.no-padding) .header h2.flex-header {
  margin-top: 0; }
.single-product .section.product-recipes-wrapper .button-wrapper .button {
  margin-top: 35px; }
@media screen and (max-width: 768px) {
  .single-product .section.product-recipes-wrapper .button-wrapper .button {
    margin-top: 10px; } }

.single-product .section.simple-card-wrapper {
  background: #E5E5E5;
  padding: 25px 0;
  clear: both;
  display: inline-block;
  width: 100%;
  font-size: 0; }
@media screen and (max-width: 768px) {
  .single-product .section.simple-card-wrapper {
    padding: 25px 0 30px; } }
.single-product .section.simple-card-wrapper div.checkmarks {
  width: 100%;
  text-align: center; }
.single-product .section.simple-card-wrapper div.checkmarks p {
  padding: 0;
  line-height: 1.6;
  max-width: 350px;
  display: inline-block;
  margin: 0;
  font-family: "filson-soft", "Open sans", sans-serif; }
@media screen and (max-width: 768px) {
  .single-product .section.simple-card-wrapper div.checkmarks p {
    font-size: 13px; } }
.single-product .section.simple-card-wrapper div.checkmarks h3 {
  margin: 30px 0;
  font-family: "Roboto Slab", "Open sans", sans-serif;
  font-size: 25px; }
@media screen and (max-width: 768px) {
  .single-product .section.simple-card-wrapper div.checkmarks h3 {
    margin: 15px 0;
    font-size: 20px; } }
.single-product .section.simple-card-wrapper div.checkmarks .the-checkmark {
  width: 100px;
  display: inline-block; }
.single-product .section.simple-card-wrapper div.checkmarks .the-checkmark:after {
  content: '';
  display: block;
  padding-top: 100%; }

.single-product .gallery.section {
  background: #E5E5E5;
  padding: 0 0 15px 0px;
  margin: 0; }
.single-product .gallery.section .flex-item.gallery-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding-bottom: 20px; }
@media screen and (max-width: 980px) {
  .single-product .gallery.section .flex-item.gallery-item {
    padding-bottom: 30px;
    margin: 20px 0 !important; } }
.single-product .gallery.section .flex-item.gallery-item p {
  margin: 5px 0;
  font-weight: bold;
  font-family: "Roboto Slab", "Open sans", sans-serif;
  font-size: 17px;
  position: absolute;
  bottom: 0; }
@media screen and (max-width: 768px) {
  .single-product .gallery.section .flex-item.gallery-item p {
    font-size: 13px; } }
@media screen and (max-width: 768px) {
  .single-product .gallery.section .flex-item.gallery-item {
    -ms-flex-preferred-size: calc(50% - 0px);
    flex-basis: calc(50% - 0px);
    min-width: calc(50% - 0px);
    margin: 0px 0px;
    margin-bottom: 15px !important; }
  .single-product .gallery.section .flex-item.gallery-item:nth-child(2n + 1) {
    margin: 0px 0px;
    margin-left: 0; }
  .single-product .gallery.section .flex-item.gallery-item:nth-child(2n + 0) {
    margin: 0px 0px;
    margin-right: 0; }
  .single-product .gallery.section .flex-item.gallery-item img {
    max-height: 100px; } }

/*--------------------------------------------------------------
# Nutrition
--------------------------------------------------------------*/
body.single-product div.images span.nutrition-arrow {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  height: .7em;
  width: .7em;
  border-right: .22em solid #a5ce3a;
  border-bottom: .22em solid #a5ce3a;
  position: absolute;
  margin-left: .5em; }

body.single-product div.images span.nutrition-thick, body.single-product div.images span.nutrition-medium {
  width: 100%; }

body.single-product div.images span.nutrition-thick {
  border-bottom: 15px solid #000; }

body.single-product div.images span.nutrition-medium {
  border-bottom: 7px solid #000; }

body.single-product div.images .nutrition-cta {
  cursor: pointer; }

body.single-product .nutritional-wrapper {
  float: left;
  clear: left;
  max-width: 515px;
  width: 48%; }
body.single-product .nutritional-wrapper > a {
  max-width: 49%;
  float: left; }
body.single-product .nutritional-wrapper > a:first-of-type {
  margin-right: 2%; }
@media screen and (max-width: 1500px) {
  body.single-product .nutritional-wrapper {
    max-width: 420px; } }
@media screen and (max-width: 1200px) {
  body.single-product .nutritional-wrapper {
    max-width: 350px; } }
@media screen and (max-width: 768px) {
  body.single-product .nutritional-wrapper {
    max-width: 100%;
    width: 100%;
    display: inline-block;
    margin-bottom: 15px; } }
body.single-product .nutritional-wrapper h3.nutritional-header {
  color: #e63e30; }
@media screen and (max-width: 1200px) {
  body.single-product .nutritional-wrapper h3.nutritional-header {
    font-size: 24px; } }
@media screen and (max-width: 768px) {
  body.single-product .nutritional-wrapper h3.nutritional-header {
    font-size: 20px; } }
body.single-product .nutritional-wrapper span.nutritional-information {
  font-family: Open sans, sans-serif;
  font-size: 26px;
  font-weight: bold;
  cursor: pointer;
  display: block; }
@media screen and (max-width: 1200px) {
  body.single-product .nutritional-wrapper span.nutritional-information {
    font-size: 22px; } }
@media screen and (max-width: 768px) {
  body.single-product .nutritional-wrapper span.nutritional-information {
    font-size: 18px; } }
body.single-product .nutritional-wrapper span.nutritional-information span.nutrition-arrow {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 18px;
  width: 18px;
  border-right: 5px solid;
  border-bottom: 5px solid;
  position: absolute;
  margin-left: 10px;
  margin-top: 3px;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s; }
@media screen and (max-width: 768px) {
  body.single-product .nutritional-wrapper span.nutritional-information span.nutrition-arrow {
    height: 16px;
    width: 16px;
    border-right: 4px solid;
    border-bottom: 4px solid;
    margin-top: -1px;
    display: none !important; } }
body.single-product .nutritional-wrapper span.nutritional-information.active span.nutrition-arrow {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: 12px; }
@media screen and (max-width: 768px) {
  body.single-product .nutritional-wrapper span.nutritional-information.active span.nutrition-arrow {
    margin-top: 6px; } }
body.single-product .nutritional-wrapper div.nutrition-facts {
  width: 60%;
  margin: 15px 0 25px 0;
  background: #fff;
  text-align: left;
  font-family: Arial, sans-serif;
  color: black;
  min-width: 250px;
  line-height: 1.25; }
@media screen and (max-width: 1500px) {
  body.single-product .nutritional-wrapper div.nutrition-facts {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0; } }
@media screen and (max-width: 1200px) {
  body.single-product .nutritional-wrapper div.nutrition-facts {
    -webkit-transform: scale(0.65);
    -ms-transform: scale(0.65);
    transform: scale(0.65); } }
@media screen and (max-width: 768px) {
  body.single-product .nutritional-wrapper div.nutrition-facts {
    margin: 15px 0 25px;
    -webkit-transform: scale(0.88);
    -ms-transform: scale(0.88);
    transform: scale(0.88); } }
@media screen and (max-width: 500px) {
  body.single-product .nutritional-wrapper div.nutrition-facts {
    margin: 15px auto 15px;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    margin-bottom: -150px; } }
@media screen and (max-width: 360px) {
  body.single-product .nutritional-wrapper div.nutrition-facts {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    margin-bottom: -200px; } }
body.single-product .nutritional-wrapper div.nutrition-facts.nutrition-hide {
  max-height: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }
@media screen and (max-width: 768px) {
  body.single-product .nutritional-wrapper div.nutrition-facts.nutrition-hide {
    max-height: none !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important; } }
body.single-product .nutritional-wrapper div.nutrition-facts.nutrition-show {
  max-height: 500px !important;
  height: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transition: max-height .2s ease, opacity .15s ease .2s;
  -o-transition: max-height .2s ease, opacity .15s ease .2s;
  transition: max-height .2s ease, opacity .15s ease .2s;
  height: auto !important; }
@media screen and (max-width: 768px) {
  body.single-product .nutritional-wrapper div.nutrition-facts.nutrition-show {
    margin: 15px 0 25px 0; } }
body.single-product .nutritional-wrapper div.nutrition-facts a {
  text-decoration: none; }
body.single-product .nutritional-wrapper div.nutrition-facts h3 {
  font-family: Arial, sans-serif;
  color: #000; }
body.single-product .nutritional-wrapper div.nutrition-facts > table {
  border: 1px solid black;
  margin: 0; }
body.single-product .nutritional-wrapper div.nutrition-facts > table > tbody > tr > td {
  padding: 10px;
  vertical-align: top;
  width: 50%;
  font-weight: 400;
  position: relative; }
body.single-product .nutritional-wrapper div.nutrition-facts > table > tbody > tr > td:nth-of-type(1) {
  border-right: 1px solid black; }
body.single-product .nutritional-wrapper div.nutrition-facts > table > tbody > tr > td table:nth-of-type(1) {
  border-top: 12px solid black; }
body.single-product .nutritional-wrapper div.nutrition-facts > table > tbody > tr > td table:nth-of-type(2), body.single-product .nutritional-wrapper div.nutrition-facts > table > tbody > tr > td table:nth-of-type(3) {
  border-top: 6px solid black; }
body.single-product .nutritional-wrapper div.nutrition-facts > table > tbody > tr > td table:nth-of-type(3) {
  border-top: 12px solid black; }
body.single-product .nutritional-wrapper div.nutrition-facts > table > tbody > tr > td table:nth-of-type(3) p {
  font-size: 15px;
  line-height: 1em;
  margin-top: 4px; }
body.single-product .nutritional-wrapper div.nutrition-facts > table > tbody > tr > td table tr {
  width: 100%; }
body.single-product .nutritional-wrapper div.nutrition-facts > table > tbody > tr > td table td {
  font-size: 15px;
  width: 100%;
  position: relative; }
body.single-product .nutritional-wrapper div.nutrition-facts > table > tbody > tr > td table td:after {
  content: "";
  background: black;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%; }
body.single-product .nutritional-wrapper div.nutrition-facts > table h3,
body.single-product .nutritional-wrapper div.nutrition-facts > table p {
  margin: 0;
  padding: 0;
  color: #000; }
body.single-product .nutritional-wrapper div.nutrition-facts > table h3 {
  font-family: "Franklin Gothic", Helvetica, Arial, sans-serif;
  font-size: 370%; }
body.single-product .nutritional-wrapper div.nutrition-facts > table p.nutrition-top-p {
  line-height: 1.1em;
  font-size: 15px; }
body.single-product .nutritional-wrapper div.nutrition-facts > table p.nutrition-top-p:first-of-type {
  margin-top: 8px; }
body.single-product .nutritional-wrapper div.nutrition-facts > table p.nutrition-top-p:not(:first-of-type) {
  margin-bottom: 2px; }

body.single-product div.nutrition-facts > table > tbody > tr > td table tr td.indented {
  padding-left: 15px; }
body.single-product div.nutrition-facts > table > tbody > tr > td table tr td.indented:after {
  left: 15px;
  height: 1px;
  width: 100%; }

body.single-product div.nutrition-facts > table > tbody > tr > td table tr td.indented-more {
  padding-left: 30px; }
body.single-product div.nutrition-facts > table > tbody > tr > td table tr td.indented-more:after {
  left: 30px;
  height: 1px;
  width: 100%; }

body.single-product div.nutrition-facts > table > tbody > tr > td table tr td:nth-of-type(2) {
  text-align: right; }

body.single-product div.nutrition-facts > table > tbody > tr > td table tr td.right-align {
  text-align: right; }

body.single-product div.nutrition-facts > table > tbody > tr > td:nth-of-type(2) {
  font-size: 13px; }
body.single-product div.nutrition-facts > table > tbody > tr > td:nth-of-type(2) table {
  border-top: 1px solid black; }
body.single-product div.nutrition-facts > table > tbody > tr > td:nth-of-type(2) tr {
  border: none; }
body.single-product div.nutrition-facts > table > tbody > tr > td:nth-of-type(2) td {
  font-size: 13px;
  border-bottom: 1px solid black;
  width: auto !important;
  text-align: left; }

body.single-product div.nutrition-facts > table > tbody > tr > td .nutrition-disclaimer {
  width: 95%;
  margin-left: 5%;
  font-size: 14px;
  line-height: 1em;
  margin-top: 8px; }
body.single-product div.nutrition-facts > table > tbody > tr > td .nutrition-disclaimer:before {
  content: '*';
  position: absolute;
  left: 10px; }

body.single-product div.nutrition-facts table.not-significant-source p {
  font-size: 14px;
  line-height: 14px;
  padding-bottom: 7px; }

@media (max-width: 880px) {
  body.single-product div.nutrition-facts > table > tbody > tr > td table tr td {
    font-size: 13px; } }

@media (max-width: 960px) {
  body.single-product div.nutrition-facts > table > tbody > tr > td:nth-of-type(2) table tr td {
    font-size: 11px !important; } }

@media (max-width: 880px) {
  body.single-product div.nutrition-facts > table > tbody > tr > td:nth-of-type(2) table tr td {
    font-size: 10px !important; } }

.featherlight .featherlight-content .nutrition-facts.featherlight-inner {
  width: auto !important;
  max-width: 600px; }
.featherlight .featherlight-content .nutrition-facts.featherlight-inner p.nutrition-disclaimer {
  font-size: 70%; }
.featherlight .featherlight-content .nutrition-facts.featherlight-inner * {
  font-size: 105%; }

.featherlight .featherlight-content {
  max-width: 98%; }

.featherlight .featherlight-close-icon {
  padding: 5px;
  width: 35px; }

/*--------------------------------------------------------------
# Reviews
--------------------------------------------------------------*/
.product-reviews-wrapper {
  background-color: #fff;
  display: inline-block;
  width: 100%;
  padding: 50px 0; }
@media screen and (max-width: 768px) {
  .product-reviews-wrapper {
    padding: 30px 0; }
  .product-reviews-wrapper div#reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

.product-reviews-wrapper {
  background-color: #fff;
  display: inline-block;
  width: 100%;
  padding: 50px 0; }
.product-reviews-wrapper div#review_form_wrapper {
  width: 40%;
  max-width: 450px;
  display: inline-block;
  margin: 0 135px 0 0 !important;
  vertical-align: top; }
@media screen and (max-width: 1200px) {
  .product-reviews-wrapper div#review_form_wrapper {
    margin: 0 75px 0 0 !important;
    min-width: 350px; } }
@media screen and (max-width: 768px) {
  .product-reviews-wrapper div#review_form_wrapper {
    display: block;
    max-width: 100%;
    min-width: 50%;
    width: 100%; } }
.product-reviews-wrapper div#review_form_wrapper #respond p.review-disclaimer {
  margin-bottom: 10px !important;
  text-transform: lowercase;
  font-size: 14px; }
@media screen and (max-width: 500px) {
  .product-reviews-wrapper div#review_form_wrapper #respond .g-recaptcha {
    max-width: 285px !important;
    overflow: hidden;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3; }
  .product-reviews-wrapper div#review_form_wrapper #respond .g-recaptcha > div {
    margin-left: -10px;
    margin-bottom: -2px; } }
.product-reviews-wrapper div#review_form_wrapper #respond input#submit {
  background-color: transparent !important;
  border: 2px solid #f77512;
  font-family: "filson-soft", "Open sans", sans-serif;
  font-size: 28px;
  border-radius: 90px !important;
  padding: 23px 75px !important;
  margin-top: 5px; }
@media screen and (max-width: 980px) {
  .product-reviews-wrapper div#review_form_wrapper #respond input#submit {
    padding: 15px 65px !important;
    font-size: 26px; } }
@media screen and (max-width: 768px) {
  .product-reviews-wrapper div#review_form_wrapper #respond input#submit {
    padding: 10px 35px !important;
    font-size: 22px; } }
@media screen and (max-width: 500px) {
  .product-reviews-wrapper div#review_form_wrapper #respond input#submit {
    width: 100%; } }
.product-reviews-wrapper div#review_form_wrapper form#commentform .g-recaptcha {
  margin-bottom: 12px; }
.product-reviews-wrapper div#review_form_wrapper form#commentform label {
  display: none; }
.product-reviews-wrapper div#review_form_wrapper form#commentform textarea {
  min-height: 160px !important; }
.product-reviews-wrapper div#review_form_wrapper form#commentform input[type=text],
.product-reviews-wrapper div#review_form_wrapper form#commentform input[type=email] {
  min-height: 50px;
  width: 100%; }
.product-reviews-wrapper div#review_form_wrapper form#commentform input[type=text],
.product-reviews-wrapper div#review_form_wrapper form#commentform input[type=email],
.product-reviews-wrapper div#review_form_wrapper form#commentform textarea {
  margin-bottom: 20px;
  display: block;
  padding: 10px;
  font-size: 22px;
  border: 1px solid #302B2C;
  border-radius: 0; }
@media screen and (max-width: 980px) {
  .product-reviews-wrapper div#review_form_wrapper form#commentform input[type=text],
  .product-reviews-wrapper div#review_form_wrapper form#commentform input[type=email],
  .product-reviews-wrapper div#review_form_wrapper form#commentform textarea {
    font-size: 20px; } }
@media screen and (max-width: 768px) {
  .product-reviews-wrapper div#review_form_wrapper form#commentform input[type=text],
  .product-reviews-wrapper div#review_form_wrapper form#commentform input[type=email],
  .product-reviews-wrapper div#review_form_wrapper form#commentform textarea {
    font-size: 17px; } }
.product-reviews-wrapper div#review_form_wrapper h3 {
  font-size: 2.8em;
  margin-bottom: 1.1em;
  line-height: 110%; }
.product-reviews-wrapper div#review_form_wrapper .comment-notes {
  display: none; }
.product-reviews-wrapper div#review_form_wrapper .comment-form-rating {
  margin-bottom: 30px !important;
  margin-top: 25px !important; }
@media screen and (max-width: 768px) {
  .product-reviews-wrapper div#review_form_wrapper .comment-form-rating {
    margin-bottom: 25px !important;
    margin-top: 25px !important; } }
.product-reviews-wrapper div#review_form_wrapper .comment-form-rating p.stars a {
  font-size: 50px;
  color: #80bc41; }
.product-reviews-wrapper div#review_form_wrapper .comment-form-rating p.stars a:not(:last-of-type) {
  width: 70px; }
@media screen and (max-width: 768px) {
  .product-reviews-wrapper div#review_form_wrapper .comment-form-rating p.stars a:not(:last-of-type) {
    width: 52px; } }
.product-reviews-wrapper div#review_form_wrapper .comment-form-rating p.stars a:before {
  font-family: FontAwesome;
  content: "\f005" !important;
  font-size: 48px !important;
  -webkit-text-stroke-color: #80bc41;
  -webkit-text-stroke-width: 1px;
  color: #ffffff; }
.product-reviews-wrapper div#review_form_wrapper .comment-form-rating p.stars a:hover ~ a::before {
  color: #fff;
  -webkit-text-stroke-color: #80bc41; }
.product-reviews-wrapper div#review_form_wrapper .comment-form-rating p.stars a:hover::before {
  color: #80bc41;
  -webkit-text-stroke-color: #80bc41; }
.product-reviews-wrapper div#review_form_wrapper .comment-form-rating p.stars:hover a::before {
  color: #80bc41;
  -webkit-text-stroke-color: #80bc41; }
.product-reviews-wrapper div#review_form_wrapper .comment-form-rating p.stars:hover a:hover::before {
  color: #80bc41;
  -webkit-text-stroke-color: #80bc41; }
.product-reviews-wrapper div#review_form_wrapper .comment-form-rating p.stars:hover a:hover ~ a::before {
  color: #fff;
  -webkit-text-stroke-color: #80bc41; }
.product-reviews-wrapper div#review_form_wrapper .comment-form-rating p.stars.selected a::before {
  color: #80bc41;
  -webkit-text-stroke-color: #80bc41; }
.product-reviews-wrapper div#review_form_wrapper .comment-form-rating p.stars.selected a:hover::before {
  color: #231f20;
  -webkit-text-stroke-color: #231f20; }
.product-reviews-wrapper div#review_form_wrapper .comment-form-rating p.stars.selected a.active ~ a::before {
  color: #fff;
  -webkit-text-stroke-color: #80bc41; }
.product-reviews-wrapper div#review_form_wrapper .comment-form-rating p.stars.selected a.active ~ a:hover::before {
  color: #fff;
  -webkit-text-stroke-color: #231f20; }
.product-reviews-wrapper div#comments {
  width: 100%;
  max-width: calc(100% - 600px);
  margin: 0 !important;
  float: right;
  display: inline-block;
  vertical-align: text-bottom; }
@media screen and (max-width: 1200px) {
  .product-reviews-wrapper div#comments {
    max-width: calc(100% - 460px); } }
@media screen and (max-width: 768px) {
  .product-reviews-wrapper div#comments {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-top: 30px !important; } }
.product-reviews-wrapper div#comments p.comments-top-p {
  margin: 35px 0 45px; }
@media screen and (max-width: 768px) {
  .product-reviews-wrapper div#comments p.comments-top-p {
    margin: 15px 0 25px; } }
.product-reviews-wrapper div#review_form_wrapper input:focus,
.product-reviews-wrapper div#review_form_wrapper textarea:focus {
  outline: none; }
.product-reviews-wrapper div#review_form_wrapper h3,
.product-reviews-wrapper div#comments h2 {
  margin: 0 0 20px 0 !important;
  font-size: 30px !important; }
@media screen and (max-width: 768px) {
  .product-reviews-wrapper div#review_form_wrapper h3,
  .product-reviews-wrapper div#comments h2 {
    font-size: 25px !important; } }

.woocommerce ol.review-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }
.woocommerce ol.review-list .comment_container img {
  display: none; }
.woocommerce ol.review-list li {
  margin-bottom: 60px; }
@media screen and (max-width: 768px) {
  .woocommerce ol.review-list li {
    margin-bottom: 30px; } }
.woocommerce ol.review-list li:last-child {
  margin-bottom: 0; }
.woocommerce ol.review-list li .star-rating {
  height: 36px;
  width: 100%;
  float: none;
  color: transparent; }
.woocommerce ol.review-list li .star-rating::before {
  color: #e63e30;
  font-size: 36px;
  letter-spacing: 5px; }
.woocommerce ol.review-list li .star-rating span::before {
  color: #e63e30;
  font-size: 36px;
  letter-spacing: 5px; }
.woocommerce ol.review-list li span.woocommerce-review__dash {
  display: none; }
.woocommerce ol.review-list li time.woocommerce-review__published-date {
  display: none; }
.woocommerce ol.review-list li .comment-text {
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
.woocommerce ol.review-list li .comment-text p.meta {
  margin: 25px 0px 30px;
  font-size: 18px; }
@media screen and (max-width: 980px) {
  .woocommerce ol.review-list li .comment-text p.meta {
    margin: 20px 0px 20px;
    font-size: 16px; } }
@media screen and (max-width: 768px) {
  .woocommerce ol.review-list li .comment-text p.meta {
    margin: 15px 0px 20px;
    font-size: 14px; } }
.woocommerce ol.review-list li .comment-text div.description {
  margin: 0; }
.woocommerce ol.review-list li .comment-text div.description p {
  margin: 0;
  font-size: 22px; }
@media screen and (max-width: 980px) {
  .woocommerce ol.review-list li .comment-text div.description p {
    font-size: 20px; } }
@media screen and (max-width: 768px) {
  .woocommerce ol.review-list li .comment-text div.description p {
    font-size: 17px; } }

.woocommerce nav.woocommerce-pagination {
  text-align: left; }
.woocommerce nav.woocommerce-pagination ul.page-numbers {
  border: none !important;
  margin: 25px 0 0 0 !important; }
@media screen and (max-width: 768px) {
  .woocommerce nav.woocommerce-pagination ul.page-numbers {
    margin-top: 35px !important; } }
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  border: none !important; }
.woocommerce nav.woocommerce-pagination ul.page-numbers li a:empty {
  display: none; }
.woocommerce nav.woocommerce-pagination ul.page-numbers li a,
.woocommerce nav.woocommerce-pagination ul.page-numbers li span {
  font-size: 24px !important;
  opacity: 1 !important;
  background: transparent;
  width: auto;
  height: auto;
  color: #231f20 !important;
  border-radius: 0;
  font-family: "filson-soft", "Open sans", sans-serif;
  border: 1px solid #231f20;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  min-width: 48px !important;
  text-align: center;
  margin-right: 15px !important;
  margin-bottom: 15px; }
.woocommerce nav.woocommerce-pagination ul.page-numbers li a:hover, .woocommerce nav.woocommerce-pagination ul.page-numbers li a.current,
.woocommerce nav.woocommerce-pagination ul.page-numbers li span:hover,
.woocommerce nav.woocommerce-pagination ul.page-numbers li span.current {
  background: #e0e0e0; }

.product-rating {
  float: right; }
@media screen and (max-width: 1200px) {
  .product-rating {
    float: left; } }
@media screen and (max-width: 980px) {
  .product-rating {
    float: left;
    clear: both; } }
@media screen and (max-width: 768px) {
  .product-rating {
    position: absolute;
    bottom: 100%;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    height: 25px;
    padding: 9px 0 2px;
    margin: 0 auto;
    float: right;
    clear: none; }
  .product-rating .woocommerce-product-rating {
    margin: 0 !important;
    display: inline-block;
    line-height: 1; } }
@media screen and (max-width: 768px) and (min-width: 768px) and (max-width: 980px) {
  .product-rating .woocommerce-product-rating {
    margin-bottom: 10px !important; } }
.product-rating .product-rating-text {
  float: right; }
@media screen and (min-width: 768px) and (max-width: 980px) {
  .product-rating .product-rating-text {
    float: left; } }
@media screen and (max-width: 768px) {
  .product-rating .product-rating-text {
    padding-top: 1px; } }
.product-rating .product-rating-text *:before {
  content: none !important; }
.product-rating .product-rating-text .star-rating {
  margin: 0;
  width: auto !important;
  line-height: 1.2;
  height: auto;
  float: none;
  display: inline-block; }
.product-rating .product-rating-text .star-rating > span {
  position: static !important;
  padding: 0;
  display: inline;
  float: none;
  vertical-align: middle;
  font-size: 0; }
.product-rating .product-rating-text .star-rating > span:after {
  content: 'out of 5 stars';
  display: inline-block;
  font-size: 18px;
  font-family: Open sans, sans-serif; }
@media screen and (max-width: 768px) {
  .product-rating .product-rating-text .star-rating > span:after {
    font-size: 9px;
    vertical-align: inherit; } }
.product-rating .product-rating-text .star-rating span strong {
  font-size: 18px;
  font-family: Open sans, sans-serif;
  display: inline-block;
  padding-right: 5px;
  line-height: 1.8; }
.product-rating .product-rating-text a.woocommerce-review-link {
  text-decoration: none;
  font-size: 0;
  float: left; }
.product-rating .product-rating-text a.woocommerce-review-link span {
  float: left;
  color: inherit;
  font-size: 18px;
  font-family: Open sans, sans-serif;
  display: inline-block;
  padding-right: 5px;
  line-height: 1.8; }
.product-rating .product-rating-text a.woocommerce-review-link span:after {
  content: '|'; }
@media screen and (max-width: 768px) {
  .product-rating .product-rating-text {
    line-height: 0; }
  .product-rating .product-rating-text a.woocommerce-review-link span,
  .product-rating .product-rating-text .star-rating span strong {
    font-size: 9px;
    vertical-align: inherit; }
  .product-rating .product-rating-text .star-rating {
    line-height: 0; }
  .product-rating .product-rating-text .star-rating > span:after {
    font-size: 9px;
    vertical-align: inherit; }
  .product-rating .product-rating-text span.rating {
    vertical-align: inherit; } }
.product-rating .product-rating-stars {
  float: left; }
.product-rating .product-rating-stars .woocommerce-product-rating {
  float: right; }
.product-rating .product-rating-stars .woocommerce-product-rating a.woocommerce-review-link {
  display: none; }
.product-rating .product-rating-stars .star-rating {
  height: 30px;
  min-width: 180px;
  margin: 0 10px 0 0 !important; }
@media screen and (max-width: 768px) {
  .product-rating .product-rating-stars .star-rating {
    height: 13px;
    width: 86px;
    text-indent: 1px;
    min-width: 86px;
    margin-bottom: 2px !important; } }
.product-rating .product-rating-stars .star-rating:before,
.product-rating .product-rating-stars .star-rating span:before,
.product-rating .product-rating-stars .star-rating span.rating {
  font-size: 30px;
  color: #e63e30;
  letter-spacing: 5px; }
@media screen and (max-width: 768px) {
  .product-rating .product-rating-stars .star-rating:before,
  .product-rating .product-rating-stars .star-rating span:before,
  .product-rating .product-rating-stars .star-rating span.rating {
    font-size: 12px; } }
.product-rating .product-rating-stars .star-rating span {
  color: transparent; }

p.price:empty {
  display: none; }

/*--------------------------------------------------------------
# Cart
--------------------------------------------------------------*/
.woocommerce-page #content td dl.variation dd p {
  display: inline; }

.woocommerce-page #content thead {
  font-size: 26px;
  font-family: "Roboto Slab", "Open sans", sans-serif; }

.woocommerce-page #content .product-thumbnail {
  padding: 0 12px !important;
  text-align: center; }
.woocommerce-page #content .product-thumbnail img {
  width: 64px;
  margin: 0 auto !important; }

.woocommerce-page #content table.shop_table td.product-name {
  padding: 16px 12px; }
.woocommerce-page #content table.shop_table td.product-name a {
  font-size: 20px;
  font-weight: bold;
  font-family: "Roboto Slab", "Open sans", sans-serif;
  text-decoration: none; }
@media screen and (max-width: 768px) {
  .woocommerce-page #content table.shop_table td.product-name a {
    font-size: 16px; } }

.woocommerce-page #content table.shop_table dl.variation {
  margin-top: 5px; }

.woocommerce-page #content table.shop_table td.product-remove {
  text-align: center; }
.woocommerce-page #content table.shop_table td.product-remove a {
  margin: 0 auto !important; }

.woocommerce-page #content table.shop_table .bundled-product-name.bundled_table_item_indent > a {
  display: none; }

@media screen and (max-width: 768px) {
  tr.woocommerce-cart-form__cart-item.cart_item.bundle_table_item td.product-price {
    display: none; } }

#content [class*="woocommerce-"] .quantity .qty {
  font-size: 16px;
  width: 40px;
  line-height: 30px !important;
  min-height: 30px !important;
  vertical-align: middle; }

.bundled_table_item .bundled_table_item_indent {
  padding: 0; }

@media screen and (max-width: 768px) {
  .bundled_table_item td.product-remove {
    display: none !important; } }

.woocommerce-page #content table.shop_table td.product-name {
  padding: 9px 12px; }

table.shop_table.woocommerce-cart-form__contents td.product-thumbnail img.wp-post-image {
  position: relative;
  top: 5px; }

@media screen and (max-width: 768px) {
  .woocommerce-page table.cart td.actions .coupon input {
    width: 100% !important;
    margin: 8px 0 0; }
  a.checkout-button.button.alt.wc-forward {
    width: 100%; } }

.woocommerce-message span.amount:before {
  content: ':';
  color: #f15226;
  padding-right: 10px; }

.woocommerce-message span.amount:after {
  content: '% off';
  padding-right: 5px; }

.woocommerce-message span.code {
  text-transform: capitalize;
  color: #f15226; }

.promo20 div#flex .woocommerce .woocommerce-cart-form td.actions input.button {
  padding: 10px 20px !important; }

.promo20 div#flex .woocommerce .woocommerce-cart-form td.actions .coupon {
  display: none; }

form.woocommerce-shipping-calculator {
  display: none; }

tr.cart-discount {
  color: #f15226; }

.woocommerce-cart #content .woocommerce-message:nth-last-child(4):first-child {
  display: none; }

s.pb-coupon {
  font-size: 75%; }
s.pb-coupon + span.woocommerce-Price-amount.amount {
  color: #f15226; }
s.pb-coupon + span.woocommerce-Price-amount.amount:after {
  content: 'with coupon';
  font-size: 12px;
  display: block; }

/*--------------------------------------------------------------
# Checkout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Messages
--------------------------------------------------------------*/
#content h2.entry-title a {
  color: inherit;
  text-decoration: none; }

#content [class*="woocommerce-"][class*="-info"], #content [class*="woocommerce-"][class*="-error"], #content [class*="woocommerce-"][class*="-message"] {
  border-top-color: #F05225;
  line-height: 50px;
  font-family: "Roboto Slab", "Open sans", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #2b2829; }
@media screen and (max-width: 768px) {
  #content [class*="woocommerce-"][class*="-info"], #content [class*="woocommerce-"][class*="-error"], #content [class*="woocommerce-"][class*="-message"] {
    line-height: 1;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 16px !important; } }
#content [class*="woocommerce-"][class*="-info"]:before, #content [class*="woocommerce-"][class*="-error"]:before, #content [class*="woocommerce-"][class*="-message"]:before {
  color: #F05225; }
#content [class*="woocommerce-"][class*="-info"] .button,
#content [class*="woocommerce-"][class*="-info"] button,
#content [class*="woocommerce-"][class*="-info"] input, #content [class*="woocommerce-"][class*="-error"] .button,
#content [class*="woocommerce-"][class*="-error"] button,
#content [class*="woocommerce-"][class*="-error"] input, #content [class*="woocommerce-"][class*="-message"] .button,
#content [class*="woocommerce-"][class*="-message"] button,
#content [class*="woocommerce-"][class*="-message"] input {
  font-size: 18px !important; }
#content [class*="woocommerce-"][class*="-info"] .button, #content [class*="woocommerce-"][class*="-error"] .button, #content [class*="woocommerce-"][class*="-message"] .button {
  margin: -10px 0; }
@media screen and (max-width: 980px) {
  #content [class*="woocommerce-"][class*="-info"] .button, #content [class*="woocommerce-"][class*="-error"] .button, #content [class*="woocommerce-"][class*="-message"] .button {
    font-size: 14px !important;
    padding: 7.5px 20px !important;
    margin: -5px 0; } }

#content [class*="woocommerce-"][class*="-cart"] .button:not([type=submit]),
#content [class*="woocommerce-"][class*="-cart"] button:not([type=submit]),
#content [class*="woocommerce-"][class*="-cart"] input:not([type=radio]):not([type=checkbox]):not([type=text]):not([type=number]):not([type=image]):not([type=file]) {
  padding: 10px 25px;
  font-size: 18px !important; }

#content [class*="woocommerce-"] .quantity .qty {
  font-size: 24px;
  margin-right: 40px;
  line-height: 38px;
  width: 60px; }

.woocommerce #flex a.checkout-button,
.woocommerce-page #flex a.checkout-button {
  display: inline-block; }

.woocommerce #content .woocommerce-message,
.woocommerce-page #content .woocommerce-message {
  border-top-color: #F05225;
  line-height: 1.2;
  font-family: "Roboto Slab", "Open sans", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #2b2829; }
@media screen and (max-width: 768px) {
  .woocommerce #content .woocommerce-message,
  .woocommerce-page #content .woocommerce-message {
    font-size: 16px; } }
.woocommerce #content .woocommerce-message:before,
.woocommerce-page #content .woocommerce-message:before {
  color: #F05225; }
.woocommerce #content .woocommerce-message button,
.woocommerce #content .woocommerce-message input.button,
.woocommerce #content .woocommerce-message .button,
.woocommerce-page #content .woocommerce-message button,
.woocommerce-page #content .woocommerce-message input.button,
.woocommerce-page #content .woocommerce-message .button {
  font-size: 18px; }
@media screen and (max-width: 768px) {
  .woocommerce #content .woocommerce-message button,
  .woocommerce #content .woocommerce-message input.button,
  .woocommerce #content .woocommerce-message .button,
  .woocommerce-page #content .woocommerce-message button,
  .woocommerce-page #content .woocommerce-message input.button,
  .woocommerce-page #content .woocommerce-message .button {
    font-size: 16px; } }

.woocommerce div.product span.price del, .woocommerce div.product span.price ins {
  display: inline-block;
  margin-right: 10px; }

.woocommerce div.product span.price del, .woocommerce div.product span.price del span {
  color: #F05225 !important; }

div#flex .woocommerce .woocommerce-cart-form .button,
div#flex .woocommerce .woocommerce-cart-form input.button {
  padding: 16px 35px !important; }

.woocommerce-cart-form td.actions {
  padding: 15px !important; }

.woocommerce-cart .woocommerce-message a.button.wc-forward {
  display: none; }

/*--------------------------------------------------------------
# Account
--------------------------------------------------------------*/
.woocommerce-account div#content {
  background: #ffffff;
  /*background: #F0EFEF;*/
}
.woocommerce-account div#content nav.woocommerce-MyAccount-navigation {
  background: #E5E5E5; }
.woocommerce-account div#content nav.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border: 1px solid; }
.woocommerce-account div#content nav.woocommerce-MyAccount-navigation ul li a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  border-bottom: 1px solid;
  font-family: "Roboto Slab", "Open sans", sans-serif;
  font-size: 18px;
  -webkit-transition: .22s ease;
  -o-transition: .22s ease;
  transition: .22s ease; }
.woocommerce-account div#content nav.woocommerce-MyAccount-navigation ul li:last-child a {
  border: none; }
.woocommerce-account div#content nav.woocommerce-MyAccount-navigation ul li:hover a {
  color: #fff;
  background-color: #512d1e; }

/*--------------------------------------------------------------
# Suggestions
--------------------------------------------------------------*/
@media screen and (max-width: 980px) {
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%; } }

.br_cart_suggestions_cart {
  max-width: 45%;
  float: left;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  z-index: 999; }
@media screen and (max-width: 980px) {
  .br_cart_suggestions_cart {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px; } }
.br_cart_suggestions_cart h4 {
  max-width: 70%;
  padding: 0 10px;
  margin: 20px auto 0; }
@media screen and (max-width: 980px) {
  .br_cart_suggestions_cart h4 {
    max-width: 100%; } }
.br_cart_suggestions_cart ul.brcs_image {
  padding: 0;
  margin: 0;
  list-style-type: none; }
.br_cart_suggestions_cart ul.brcs_image .brcs_product {
  width: 50% !important; }
.br_cart_suggestions_cart ul.brcs_image .brcs_product:last-child:first-child {
  width: 80% !important; }
.br_cart_suggestions_cart ul.brcs_image .brcs_product a:not(.button) {
  position: relative;
  font-size: 26px;
  font-family: "Roboto Slab", "Open sans", sans-serif;
  color: #241f20;
  text-decoration: none;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left; }
.br_cart_suggestions_cart ul.brcs_image .brcs_product a:not(.button) img {
  max-width: 45%;
  margin-right: 5%; }
.br_cart_suggestions_cart ul.brcs_image .brcs_product a:not(.button) span.woocommerce-Price-amount.amount {
  display: block;
  width: 160%; }
.br_cart_suggestions_cart ul.brcs_image .brcs_product a.button {
  position: absolute;
  bottom: 30px;
  left: 50%; }
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .br_cart_suggestions_cart ul.brcs_image .brcs_product a.button {
    position: static; } }
@media screen and (min-width: 980px) and (max-width: 1200px) {
  .br_cart_suggestions_cart ul.brcs_image .brcs_product a.button {
    position: static; } }
@media screen and (max-width: 768px) {
  .br_cart_suggestions_cart ul.brcs_image .brcs_product a.button {
    position: static; } }

.woocommerce-cart div#content,
.woocommerce-checkout div#content {
  background: #ffffff;
  /*background: #F0EFEF;*/
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
/*===================================
Dont show over 980px - Menu Styles here
===================================*/
/*===================================
  Media Queries
===================================*/
@media (max-width: 1500px) {
  .container {
    max-width: 1150px; } }

@media (max-width: 1200px) {
  .container {
    max-width: 950px; } }

@media (max-width: 980px) {
  .container {
    max-width: 750px; }
  .site-branding {
    display: inline-block;
    padding: 10px 0;
    font-size: 0;
    position: relative;
    z-index: 999; }
  .site-branding img {
    max-width: 52px; }
  body.mean-container header#masthead .container {
    max-width: calc(100% - 50px);
    position: relative; }
  body.mean-container .mean-bar {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    height: 0;
    padding: 0;
    min-height: 0; }
  body.mean-container a.meanmenu-reveal {
    color: #000;
    /*padding: 8px 60px 8px 12px !important;*/
    /*border: 1px solid;*/
    border-radius: 15px;
    margin-top: 10px;
    height: 20px;
    right: 25px !important;
    margin-right: 0;
    text-indent: 0px; }
  body.mean-container a.meanmenu-reveal span {
    background-color: #000;
    height: 4px;
    margin: 2px 0 0 0;
    border-radius: 50px; }
  body.mean-container a.meanmenu-reveal:after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 13px;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 38px;
    font-size: 14px;
    font-family: Roboto Slab; }
  body.mean-container a.meanmenu-reveal.meanclose {
    background-color: #FF7511;
    color: #fff !important;
    font-weight: 300; }
  body.mean-container .mean-nav {
    margin-top: 60px; }
  .woocommerce-cart #content [class*="woocommerce-"] .quantity .qty {
    margin: 0 !important;
    font-size: 100% !important;
    width: auto !important;
    height: auto !important;
    min-height: unset !important;
    line-height: 1 !important;
    max-width: 40px; }
  .woocommerce-cart .entry-content {
    margin: 0; }
  .woocommerce-page #content .woocommerce-message {
    margin-bottom: 10px;
    padding: 10px 10px 12px 35px; }
  .woocommerce-error::before,
  .woocommerce-info::before,
  .woocommerce-message::before {
    top: 10px;
    left: 10px; }
  .woocommerce table.shop_table {
    margin-bottom: 5px; }
  .woocommerce-cart-form td.actions {
    padding: 5px !important; }
  div#flex#flex .woocommerce .woocommerce-cart-form td.actions input.button {
    padding: 8px 20px !important;
    font-size: 14px !important;
    display: inline-block !important;
    width: auto !important; } }

@media (max-width: 768px) {
  .container {
    max-width: 450px; }
  .item-repeater.card-recipe-wrapper a.item-link {
    padding: 10px 10px 35px; }
  .item-repeater.card-recipe-wrapper a.item-link .item-image {
    margin-bottom: 10px; }
  .item-repeater.card-recipe-wrapper a.item-link .item-title {
    font-size: 16px;
    text-align: left;
    padding-bottom: 10px; }
  .item-repeater.card-recipe-wrapper a.item-link .item-icon {
    display: none; }
  .item-repeater.flex-item.card-recipe-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .row-wrapper.columns-4 > .flex-item.card-custom-wrapper {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0 0 12px 0; }
  .card-content p {
    font-size: 13px !important; }
  .card-custom-wrapper.flex-item img.card-image {
    max-height: 76px; }
  .card-custom-wrapper.flex-item .card-header {
    margin: 10px 0 0 0; }
  footer#colophon .footer-wrap .flex-item.footer-sidebar,
  footer#colophon .footer-wrap .flex-item.social-media {
    padding-left: 0;
    max-width: 45%;
    float: left;
    -ms-flex-preferred-size: 49% !important;
    flex-basis: 49% !important; }
  footer#colophon .footer-wrap a,
  footer#colophon .footer-wrap span.product-title,
  footer#colophon .footer-wrap li,
  footer#colophon .footer-wrap p {
    font-size: 12px !important; }
  footer#colophon .flex-item.social-media ul li a span {
    width: 22px;
    height: 27px;
    font-size: 24px; }
  footer#colophon .flex-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .card-product-wrapper .item-content {
    padding: 10px 0 0; }
  .item-repeater.flex-item.card-product-wrapper {
    padding: 0 40px; }
  .item-repeater.card-recipe-wrapper a.item-link .item-title {
    margin-left: 0; }
  .item-repeater.card-recipe-wrapper a.item-link:after {
    margin-left: 0; }
  .button-wrapper .button {
    margin-top: 10px; }
  footer#colophon .flex-item.social-media ul {
    padding-left: 10px !important; }
  .image-content.flex-item {
    padding: 0 20%; }
  .row-wrapper.small-content {
    padding-top: 15px; }
  .row-wrapper.small-content a.button {
    display: inline-block;
    padding: 10px 25px; } }

@media only screen and (max-width: 641px) {
  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1 !important;
    min-height: 0  !important; } }

@media (max-width: 500px) {
  .container {
    max-width: 100%;
    padding: 0 15px; }
  div#pay_with_amazon img {
    margin-bottom: 10px; }
  div.woocommerce-info div#pay_with_amazon {
    float: none;
    display: block; } }

/*# sourceMappingURL=style.css.map */
.product .onsale {
  display: none;
}
/* remove cart icon */
.menucart-container {
  display: none;
}
/* Add CSS */
/*Destini Modal Styling */
#widget-modal .modal-header {
  padding: 0;
}
#widget-modal .modal-header {
  height: 50px;
  background: #eee;
}
#widget-modal .modal-content {
  width: 88%;
  margin: 4%;
  max-width: 800px;
}
@media only screen and (max-width: 768px) {
  #widget-modal .modal-content {
    width: 90%;
  }
}
#widget-modal .modal-dialog {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
#widget-modal .modal-body {
  text-align: center;
  width: 100%;
  max-width: 900px;
  min-width: 280px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
#widget-modal .close  {
  position: relative;
  margin-right: 10px;
  margin-top: 2px;
  opacity: 1 !important;
}
#widget-modal .close span {
  font-size: 40px;
  font-weight: 100 !important;
  color: #000 !important;
  font-family: auto;
}
#destini {
  background: #fff;
  width: 100%;
  overflow-y: auto;
  margin-top: -5px;
  margin-bottom: -5px;
}
.modal {
  top: 15%;
}

button.close {
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
button.close:hover {
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
}

button.close span {
  font-size: 28px !important;
}

button.close:hover span {
  font-size: 28px !important;
}

a.buynow.button {
  margin-top: 25px !important;
}

@media only screen and (max-width: 600px) {
  html,body{
    -webkit-overflow-scrolling : touch !important;
    overflow: auto !important;
    height: 100% !important;
  }
}
/* new home page */
.home-slides {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  padding-left: 0;
}
.home-slides .slick-prev:before, .home-slides .slick-next:before {
  color: #ffffff;
}
@media only screen and (min-width: 1025px) {
  .home-slides li img {
    height: 100vh;
  }
}
.recipe-slides {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  padding-left: 0;
}
.recipe-slides li img {
  width: 100%;
}
.recipe-slides .slick-prev:before, .recipe-slides .slick-next:before {
  color: #ffffff;
}
.recipe-carousel .section {
  position: relative;
}
.overlay-txt *{
  font-family: 'balboabold';
}
.overlay-txt {
  position: absolute;
  z-index: 3;
  top: 30%;
  bottom: 40%;
  left: 18%;
  height: 100%;
  text-align: center;
  color: #ffffff;
}
.recipe-text {
  font-size: 45px;
}
.recipe-header {
  font-size: 120px;
  color: #ffffff;
}
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  .overlay-txt {
    left: 10%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .overlay-txt {
    top: 10%;
    bottom: 0;
    left: 4%;
  }
}
@media only screen and (max-width: 768px) {
  .overlay-txt {
    top: 10%;
    bottom: 0;
    left: 20%;
  }
}
@media only screen and (max-width: 600px) {
  .overlay-txt {
    left: 26%;
  }
  .recipe-text {
    font-size: 30px;
  }
  .recipe-header {
    font-size: 60px;
    margin-top: 0;
  }
}
.how-its-made,
.how-its-made-mobile {
  background-color: #FF7511;
  margin-top: -20px;
}
.how-its-made .section {
  position: relative;
  height: 640px;
}
.top-section {
  position: relative;
  width: 100%;
  height: 50vh;
}
.top-section .img-01 {
  position: absolute;
  top: 100px;
  left: 200px;
}
.top-section .img-02 {
  position: absolute;
  right: 120px;
  top: 100px;
}
.step-img.img-03 {
  max-width: 145px;
  max-height: 350px;
  position: absolute;
  right: 1045px;
  top: 50px;
}
.step-img.img-04 {
  max-width: 220px;
  position: absolute;
  right: 770px;
  top: 50px;
}
.step-img.img-05 {
  max-width: 300px;
  position: absolute;
  right: 440px;
  top: 50px;
}
.step-img.img-06 {
  max-width: 245px;
  position: absolute;
  right: 170px;
  top: 50px;
}
.instagram-section {
  padding: 50px 0;
  height:auto;
  background-color: white;
}
.instagram-header {
  text-align: center;
}
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  .step-img.img-03 {
    right: 815px;
  }
  .step-img.img-04 {
    right: 570px;
  }
  .step-img.img-05 {
    right: 260px;
  }
  .step-img.img-06 {
    right: 20px;
  }
}
@media only screen and (max-width: 1025px) {
  .img-01-mobile,
  .img-02-mobile,
  .img-03-mobile,
  .img-04-mobile,
  .img-05-mobile,
  .img-06-mobile {
    display: block;
    margin: 0 auto;
    padding: 30px 0;
  }
  .img-03-mobile {
    max-height: 350px;
    max-width: 150px;
    right: 800px;
  }
  .img-04-mobile {
    max-height: 350px;
    max-width: 214px;
    right: 555px;
  }
  .img-05-mobile {
    max-height: 350px;
    max-width: 283px;
    right: 240px
  }
  .img-06-mobile {
    max-height: 350px;
    max-width: 250px;
    right: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .how-its-made-mobile {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .how-its-made {
    display: none;
  }
  .how-its-made-mobile {
    display: block;
  }
}

/* coupon page */
.hero-section {
  width: 100%;
  height: 50vh;
  background-position: center;
  background-size: cover;
  position: relative;
}
.hero-section:after {
  content: '';
  position: absolute;
  background-color: rgba(0,0,0,0.5);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.hero-section .container {
  height: 100%;
}
.coupon-header {
  position: relative;
  z-index: 1;
  height: 100%;
}
.coupon-header-txt {
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 15%;
  z-index: 2;
}
.form-section .section {
  padding: 50px 0;
}
.form-section .upper-text h3 {
  text-align: center;
}
.form-section .upper-text p {
  font-size: 16px;
  margin: 30px 0;
}
.pb-fit-vid {
  background-color: black;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .pb-fit-vid {
    height: 50%;
  }
  .product-banner {
    padding: 50px 0 0;
  }
  .top-section-mobile {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .overlay-txt {
    top: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .overlay-txt {
    top: 22%;
  }
  .recipe-slides li img {
    height: 200px;
  }
}
@media only screen and (min-width: 1025px) {
  .pb-fit-vid {
    height: 100%;
  }
}

@media only screen and (min-width: 1441px) {
  .home div#content {
    padding-top: 0;
  }
}
/* webinar form */
input#gform_submit_button_8 {
  border: 2px solid #F77504;
}
input#gform_submit_button_8:hover {
  border: 2px solid #F77504 !important;
}
/* mobile header */
@media only screen and (max-width: 600px) {
  header#masthead {
    position: fixed;
    width: 100%;
    z-index:9;
  }
  main#main {
    margin-top: 80px;
  }
  .home .home-slider {
    margin-top: 70px;
  }
  .mean-container .mean-nav {
    background: #FF7511 !important;
  }
  .mq-phone.mean-container a.meanmenu-reveal span {
    background: #ffffff !important;
  }
}
/* product pages*/
.product-main-wrapper {
  padding: 75px 0;
}
figure.woocommerce-product-gallery__wrapper {
  border: none !important;
}
@media only screen and (max-width: 500px) {
  .woocommerce-product-gallery__image img.wp-post-image {
    height: 200px !important;
    width: auto !important;
  }
}
.ingredients {
  margin: 0 0 25px;
}
.ingredients-header {
  font-size: 28px;
}
#destinidiv {
  margin-top: 50px;
}
.section-product-description .flex-item.gallery-item {
  max-width: 80px !important;
  margin: 0 10px 10px !important;
  align-self: center;
  flex-basis: unset !important;
  min-width: unset !important;
}
.section-product-description .gallery-item {
  height: 100%;
}
.section-product-description .gallery-item img {
  max-height: 80px;
}
.section-product-description .gallery-item {
  text-align: left;
}
.bkg-img-section {
  background-position: center;
  background-size: cover;
  padding: 75px 0;
}
.product-header {
  color: #fe9d16;
  font-weight: 700;
  text-align: center;
}
.why-pbfit {
  padding: 100px 0 0;
}
.why-pbfit .bkg-img-section{
  height:350px;
}
.inner-div:after {
  content: '';
  display: table;
  clear: both;
}
.col-1-3 {
  float: left;
  width: 33%;
}
.col-1-3 p {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
}
.how-pbfit {
  background-color: #F77512;
  padding: 50px 0;
}
.section.how-pbfit p {
    color: #fff;
    text-align: center;
}
.made-header.product-header {
  color: #ffffff;
  padding-bottom: 25px;
}
.col-1-4 {
  float: left;
  width: 25%;
}
.faq {
  padding: 25px 0 25px;
  background-color: #ffffff;
}
.accordion-outter {
  text-align: center;
}
.accordion-faq {
  border: solid 4px #fe7500;
  border-right: none;
  border-left: none;
  padding-top: 30px;
}
.accordion-title:before {
  content: '';
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: none;
  height: 7px;
  width: 7px;
  position: absolute;
  transform: rotate(45deg);
  border: 1px solid white;
  border-bottom: none;
  border-left: none;
  float: unset;
  right: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  transition: .22s ease;
}
.accordion-title.active:before{
  content: '';
  background-image:none;
  transform: rotate(135deg);
  right: -15px;
  top: -2px;
}
.accordion-title {
  position: relative;
  display: inline-block;
  color: #fe9d16;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
.accordion-title:after {
  content: '';
  position: absolute;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: #fe9d16;
  right: -23px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.faq-title {
  font-weight: 700;
}
.recipe-book {
  background-color: #F77512;
  position: relative;
  box-sizing: content-box;
}
.recipe-book .recipe-book-title {
  padding-top: 20px;
  text-align: center;
}
.recipe-book-title h3 {
  font-weight: 700;
  color: #fff;
}
.recipe-book-title span {
  font-family: "filson-soft", "Open sans", sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  color: #fff;
}
.recipe-book input {
background-color: #fff !important;
}
.recipe-book .gform_button.button {
color: #2b2829 !important;
}
.recipe-book .header-section {
  max-width: 900px;
  padding: 0 55px;
  margin-left: auto;
  margin-right: auto;
}
.recipe-book#label_5_4_1 {
  font-family: "filson-soft", "Open sans", sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  color: #fff;
}
.panel {
  text-align: left;
  padding: 0 18px;
  background-color: transparent !important;
  box-shadow: none !important;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.summary.entry-summary hr {
  border-top: 1px solid #000000;
  margin: 32px 0 25px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  border: 2px solid #f77512 !important;
}
.product-recipes-header {
  text-align: center;
}
.product-recipes-header h3 {
  color: #fe9d16;
  font-weight: 700;
  text-transform: uppercase;
}
.section.product-line {
  padding: 50px 0;
}
.product-line-card {
  height: 240px;
  padding: 15px;
  position: relative;
  margin: 0 0 120px !important;
  height: 270px;
  background: #F77512 !important;
  border-radius: 10px;
  box-sizing: border-box;
}
.product-line-header {
  text-align: center;
}
.product-line-header h3 {
  color: #fe9d16;
  font-weight: 700;
}
.product-line-name {
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.product-line-button {
  background-color: #F77512;
  border: 1px solid transparent;
  padding: 3px 16px 2px !important;
  font-size: 1.11111111rem;
  line-height: 1.3;
  border-radius: 6px;
  margin: 0 auto 0;
  display: inline-block;
  color: white !important;
  font-weight: 200 !important;
  letter-spacing: .3px;
}
.pbfit-products:after {
  content: '';
  display: table;
  clear: both;
}

.pbfit-products .col-1-4 {
  text-align: center;
  margin: 0 15px 40px;
  width: calc(25% - 30px);
}
@media only screen and (max-width:768px) {
  .pbfit-products .col-1-4 {
    text-align: center;
    margin: 0 15px 40px;
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 600px) {
  .pbfit-products .col-1-4 {
    text-align: center;
    margin: 0 15px 40px;
    width: calc(100% - 30px);
  }
}
.prod-line-img {
  max-height: 280px;
  max-width: 280px;
}
@media only screen and (min-width: 768px) {
  .info-img {
    padding-left: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .inner-img .info-img {
    max-width: 550px;
  }
  .col-1-4 {
    width: 50%;
    min-height: 350px;
  }
  .col-1-3 {
    width: 50%;
  }
  .col-1-4:nth-child(1),
  .col-1-4:nth-child(2) {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .inner-img {
    text-align: center;
  }
  .inner-img .info-img {
    max-width: 350px;
  }
  .col-1-3,
  .col-1-4 {
    display: block;
    width: 100%;
  }
  .col-1-4 {
    text-align: center;
    margin-bottom: 35px;
  }
  .single-product div.product .product_title {
    bottom: 89%;
  }
  .single-product div.product div.summary .woocommerce-product-details__short-description {
    padding-top: 0;
  }
  .single-product div.product div.images.woocommerce-product-gallery > .woocommerce-product-gallery__wrapper img, .single-product div.product div.images.woocommerce-product-gallery > .flex-viewport img {
    padding-top: 0;
  }
  .single-product div.product {
    margin-top: 0;
  }
}
/*woocommeerce buttons */
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background-color: #f77512 !important;
  color: #ffffff !important;
}

/* recipes page */
.product-cat li.filter.category.category-51 {
  background-color: #F77512;
}
.bkg-block-recipe h1 {
  position: relative;
  z-index: 2;
  font-family: "filson-soft", "Open sans", sans-serif;
  color: #ffffff;
  padding: 50px 0;
}
.bkg-block-recipe {
  position: relative;
}
.bkg-block-recipe:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -70%;
  background: #F77512;
  opacity: .9;
  z-index: 1;
  width: 100%;
}
.blog-main.recipes-top {
  background-position: center;
  background-size: cover;
  padding: 150px 0 0;
}

@media only screen and (max-width: 1024px) {
  .bkg-block-recipe:after {
    left: -60%;
  }
}
@media only screen and (max-width: 1024px) {
  .bkg-block-recipe:after {
    width: 135%;
  }
}
