/*!
Theme Name: Brown and Forrest
Theme URI: http://underscores.me/
Author: Stable Design
Author URI: https://www.stabledesign.co.uk
Description: Custom theme for Brown and Forrest
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: forrest
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

forrest is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://necolas.github.io/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
--------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------------------------------- 
Typography ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
@font-face {
  font-family: 'Bon Vivant Serif';
  src: url("fonts/BonVivantSerif.woff2") format("woff2"), url("fonts/BonVivantSerif.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/* Font Weights */
/* Padding & Margins */
/* ---------------------------------------------------------------------------------------------------------- 
Header Heights ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*-- ADD TO SASS FILES-- */
/* ---------------------------------------------------------------------------------------------------------- 
Breakpoints ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

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

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #242424;
  font-family: garamond-premier-pro, serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Bon Vivant Serif", Helvetica, Arial, sans-serif;
  line-height: 1.1;
  font-weight: 400;
  color: #242424; }

h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #242424; }
  @media (min-width: 1024px) {
    h1 {
      font-size: 2.25rem;
      line-height: 1.1; } }
h2 {
  font-size: 1.5rem;
  color: #242424;
  font-weight: 700;
  margin-top: 0; }
  @media (min-width: 1024px) {
    h2 {
      font-size: 2rem; } }
h3 {
  font-family: "Bon Vivant Serif", Helvetica, Arial, sans-serif;
  color: #242424;
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 1rem;
  line-height: 1.2; }

h4 {
  font-family: garamond-premier-pro, serif;
  color: #242424;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase; }

h5 {
  font-family: garamond-premier-pro, serif;
  font-weight: bold;
  font-size: 1.3125rem;
  margin-bottom: 0.5rem; }

span.pre-head {
  font-family: garamond-premier-pro, serif;
  font-style: italic;
  font-size: 1.3215rem;
  display: block;
  margin-bottom: -1.25rem;
  line-height: 1; }

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

blockquote {
  margin-left: 0;
  font-size: 1rem;
  margin: 2rem 0; }
  @media (min-width: 1024px) {
    blockquote {
      font-size: 1.25rem;
      border-left: 4px solid #E09C9E;
      padding-left: 1rem; } }
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 #666;
  cursor: help; }

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

big {
  font-size: 125%; }

ul {
  padding: 0; }

a {
  text-decoration: none; }

.large {
  font-size: 1.25rem;
  line-height: 1.2; }
  @media (min-width: 768px) {
    .large {
      font-size: 1.5rem; } }
main ul li {
  line-height: 1.5;
  font-size: 1rem;
  list-style: inside; }

p a {
  color: #2E5965;
  font-weight: bold;
  text-decoration: none; }

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

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

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

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

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

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

ul#wp-admin-bar-root-default {
  margin: 0 !important; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
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"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  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,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# FORMINATOR
--------------------------------------------------------------*/
.forminator-input,
.forminator-textarea {
  font-size: 1.2rem; }

.forminator-checkbox-label p {
  margin: 0; }

.forminator-button {
  background-color: #2E5965;
  text-transform: uppercase;
  color: #fff; }

.home .forminator-custom-form input[type="email"] {
  text-align: center; }

.home .forminator-checkbox {
  margin: 0 auto !important;
  width: 150px; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #2E5965; }
  a:hover, a:focus, a:active {
    color: #E09C9E; }
  a:focus {
    outline: none; }
  a:hover, a:active {
    outline: none; }

.button, a.button, input[type="submit"], button.woocommerce-button {
  background-color: #d47578;
  color: #fff;
  display: inline-block;
  transition: all 0.3s;
  border-radius: 0;
  font-weight: normal;
  line-height: 1.5;
  font-family: "Bon Vivant Serif", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  border-radius: 0;
  text-transform: uppercase;
  padding: 0.5rem 1rem 0.3rem 1rem;
  letter-spacing: 1px; }
  .button.clear, a.button.clear, input[type="submit"].clear, button.woocommerce-button.clear {
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.5); }
  .button:hover, a.button:hover, input[type="submit"]:hover, button.woocommerce-button:hover {
    background-color: #2E5965; }

.button.alt {
  padding: 0 0 0 0.75rem;
  height: 44px; }
  .button.alt i {
    padding: 0.75rem;
    background-color: #E09C9E;
    margin-left: 0.75rem;
    height: 100%; }
  .button.alt:hover > i {
    background-color: #1e3a42; }
  .button.alt:hover {
    background-color: #2E5965; }

a.text-link {
  color: #E09C9E;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  margin-left: 30px; }
  @media (min-width: 1024px) {
    a.text-link {
      margin-left: 60px; } }
  a.text-link:before {
    content: '';
    height: 1px;
    background-color: #E09C9E;
    width: 30px;
    margin-right: 3px;
    position: absolute;
    right: 128px;
    top: 10px;
    transition: all 0.3s;
    text-align: right; }
    @media (min-width: 1024px) {
      a.text-link:before {
        width: 60px;
        right: 128px; } }
  a.text-link:hover {
    color: #2E5965; }

a.text-link:hover:before {
  width: 30px;
  background-color: #2E5965; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.home .main-navigation ul li a {
  color: #fff; }

.main-navigation {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  align-items: center; }
  @media (max-width: 768px) {
    .main-navigation {
      position: absolute;
      right: 2rem;
      top: 0; } }
  @media (max-width: 1600px) {
    .main-navigation {
      margin-right: 1rem; } }
  .main-navigation div {
    margin-left: auto; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    position: relative; }
    .main-navigation ul li {
      margin: 0 0.75rem;
      position: relative;
      font-family: garamond-premier-pro, serif; }
      @media (min-width: 1200px) {
        .main-navigation ul li {
          margin: 0 1.25rem; } }
      .main-navigation ul li:last-of-type {
        margin-right: 0; }
      .main-navigation ul li.menu-item-has-children:after {
        content: '\f0d7';
        font-family: "Font Awesome 5 pro";
        color: #2E5965;
        font-weight: bold;
        position: absolute;
        right: -1rem;
        top: 3px; }
      .main-navigation ul li a {
        color: #2E5965;
        text-decoration: none;
        text-transform: none;
        font-size: 1rem;
        padding: 1rem 0;
        font-weight: normal;
        transition: all 0.3s; }
        @media (min-width: 1024px) {
          .main-navigation ul li a {
            font-size: 1.5rem; } }
        .main-navigation ul li a:hover {
          color: #E09C9E; }
      .main-navigation ul li.nav-button a {
        background-color: #E09C9E;
        color: #fff;
        padding: 0.5rem 1rem;
        border-radius: 50px; }
        .main-navigation ul li.nav-button a:hover {
          background-color: #2E5965; }
    .main-navigation ul ul.sub-menu {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      position: absolute;
      top: 2rem;
      left: -999em;
      z-index: 99999;
      background-color: #fff;
      flex-direction: column;
      min-width: 220px;
      border-top: 4px solid #2E5965;
      border-bottom: 4px solid #2E5965; }
      .main-navigation ul ul.sub-menu ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul.sub-menu li {
        padding: 0;
        margin: 0 !important; }
        .main-navigation ul ul.sub-menu li:hover > ul, .main-navigation ul ul.sub-menu li.focus > ul {
          left: 100%; }
        .main-navigation ul ul.sub-menu li:last-of-type a {
          border-bottom: none; }
      .main-navigation ul ul.sub-menu a {
        min-width: 220px;
        color: #2E5965;
        padding: 0.5rem 0;
        margin: 0 1rem;
        border-bottom: 1px solid #C4C4C4;
        text-transform: uppercase;
        display: block;
        font-size: 0.9rem; }
      .main-navigation ul ul.sub-menu a:hover,
      .main-navigation ul ul.sub-menu a.focus {
        color: #2E5965; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
    @media (min-width: 1024px) {
      .main-navigation ul {
        display: flex; } }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current-menu-ancestor > a {
    color: #2E5965; }

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  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%; }

/*! Pushy - v1.4.0 - 2020-12-28
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Toggle Button */
button.menu-btn {
  background: transparent;
  outline: 0;
  padding: 0;
  border: 0;
  font-size: 2rem;
  color: #2E5965;
  margin-right: -1rem; }
  @media (min-width: 1024px) {
    button.menu-btn {
      margin-left: 2rem; } }
  button.menu-btn:hover {
    cursor: pointer;
    color: #E09C9E; }
  button.menu-btn.offcanvas {
    color: #fff !important; }

nav.pushy button.menu-btn {
  top: 2rem;
  right: 2rem;
  position: absolute; }
  nav.pushy button.menu-btn i {
    color: #fff; }

/* Menu Appearance */
.pushy {
  position: fixed;
  width: 350px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #2E5965;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */ }
  .pushy a > i {
    font-size: 1.5rem; }
  .pushy ul {
    margin: 0; }
    .pushy ul li {
      list-style: none; }
      .pushy ul li a {
        font-size: 1.25rem; }
        @media (min-width: 1024px) {
          .pushy ul li a {
            font-size: 1.75rem; } }
  .pushy a {
    display: block;
    color: #fff;
    padding: 0.5rem 1.5rem;
    text-decoration: none;
    font-family: "Bon Vivant Serif", Helvetica, Arial, sans-serif; }
    @media (min-width: 1024px) {
      .pushy a {
        padding: 0.75rem 1.5rem; } }
  .pushy a:hover {
    color: #FFF; }
  .pushy.pushy-left {
    left: 0; }
  .pushy.pushy-right {
    right: 0; }
  @media (min-width: 1024px) {
    .pushy .mobile-only {
      display: none; } }
  .pushy .social {
    display: flex;
    justify-content: center; }
    .pushy .social a {
      padding: 0;
      margin: 1rem;
      font-size: 2rem; }

.pushy-content {
  visibility: hidden;
  margin-top: 2rem;
  text-align: center; }
  .pushy-content img.nav-logo {
    width: 150px; }

/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-350px, 0, 0);
  transform: translate3d(-350px, 0, 0); }

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(350px, 0, 0);
  transform: translate3d(350px, 0, 0); }

.pushy-right {
  -webkit-transform: translate3d(350px, 0, 0);
  transform: translate3d(350px, 0, 0); }

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-350px, 0, 0);
  transform: translate3d(-350px, 0, 0); }

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible; }

/* Menu Transitions */
#container,
.pushy,
.push {
  transition: -webkit-transform 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99), -webkit-transform 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99); }

.pushy-content {
  transition: visibility 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99); }

/* Site Overlay */
.site-overlay {
  display: none; }

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms; }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* Submenu Appearance */
.sub-menu {
  /* Submenu Buttons */
  /* Submenu Icon */ }
  .sub-menu > ul {
    padding-left: 15px;
    transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out; }
    .sub-menu > ul .pushy-link {
      transition: opacity 0.2s ease-in-out; }
  .sub-menu button {
    width: 100%;
    color: #b3b3b1;
    padding: 15px 30px;
    text-align: left;
    background: transparent;
    border: 0; }
    .sub-menu button:hover {
      color: #FFF; }
  .sub-menu > a,
  .sub-menu > button {
    position: relative; }
  .sub-menu > a::after,
  .sub-menu > button::after {
    content: '';
    display: block;
    height: 11px;
    width: 8px;
    position: absolute;
    top: 50%;
    right: 15px;
    background: url("../img/arrow.svg") no-repeat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; }

/* Submenu Movement */
.pushy-submenu-closed > ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden; }

.pushy-submenu-closed .pushy-link {
  opacity: 0; }

.pushy-submenu-open {
  /* Submenu Icon */ }
  .pushy-submenu-open > ul {
    max-height: 1000px;
    visibility: visible; }
  .pushy-submenu-open .pushy-link {
    opacity: 1; }
  .pushy-submenu-open > a::after,
  .pushy-submenu-open > button::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg); }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    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; }

.post,
.page {
  margin: 0 0 1.5em; }

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

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

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

/*--------------------------------------------------------------
## 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%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## 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: top;
  width: 100%; }
  .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; }

/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/
.woocommerce nav.woocommerce-breadcrumb {
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #C4C4C4;
  margin: -1rem 0.5rem 2rem 0.5rem; }
  .woocommerce nav.woocommerce-breadcrumb span {
    margin: 0 0.25rem; }
  .woocommerce nav.woocommerce-breadcrumb a {
    color: #E09C9E; }
    .woocommerce nav.woocommerce-breadcrumb a:hover {
      color: #2E5965; }

.single-product.woocommerce nav.woocommerce-breadcrumb {
  margin: -2rem 0 1rem 0; }

@media (max-width: 768px) {
  .post-type-archive-product .wrap {
    padding: 0; } }

.post-type-archive-product div.more-details {
  display: none; }

.post-type-archive-product #featured_products {
  text-align: center; }
  .post-type-archive-product #featured_products h2.section-title {
    text-transform: uppercase;
    margin-top: 3rem; }
    @media (min-width: 1024px) {
      .post-type-archive-product #featured_products h2.section-title {
        margin-top: 0; } }
  @media (max-width: 768px) {
    .post-type-archive-product #featured_products #product_slider {
      width: 80%;
      margin: 0 auto; } }
  .post-type-archive-product #featured_products ul.products {
    display: block; }
    .post-type-archive-product #featured_products ul.products:before, .post-type-archive-product #featured_products ul.products:after {
      display: none; }
    .post-type-archive-product #featured_products ul.products li {
      float: left;
      height: 100%;
      min-height: 1px;
      margin: 1rem 0.5rem; }
      .post-type-archive-product #featured_products ul.products li.first {
        clear: none; }
    .post-type-archive-product #featured_products ul.products .slick-arrow:before {
      color: #2E5965; }
    .post-type-archive-product #featured_products ul.products .slick-next,
    .post-type-archive-product #featured_products ul.products .slick-prev {
      top: 37%; }
    .post-type-archive-product #featured_products ul.products .slick-next {
      right: -25px; }
      .post-type-archive-product #featured_products ul.products .slick-next:before {
        content: '\f054'; }
    .post-type-archive-product #featured_products ul.products .slick-prev {
      left: -25px; }
      .post-type-archive-product #featured_products ul.products .slick-prev:before {
        content: '\f053'; }

.post-type-archive-product ul.products {
  max-width: 1200px;
  margin: 0 auto 2rem auto;
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 1024px) {
    .post-type-archive-product ul.products {
      margin: 0 auto 5rem auto;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
      grid-template-rows: 300px 300px 400px;
      gap: 1rem 1rem;
      grid-template-areas: "Large Large Large Medium1 Medium1 Medium1" "Large Large Large Medium2 Medium2 Medium2" "Small1 Small1 Small2 Small2 Small3 Small3"; } }
  .post-type-archive-product ul.products li.product-category {
    border: 2px solid #fff;
    margin: 0 !important;
    height: auto;
    width: 100%; }
    @media (max-width: 1024px) {
      .post-type-archive-product ul.products li.product-category {
        flex: 0 0 50%; } }
    @media (min-width: 1024px) {
      .post-type-archive-product ul.products li.product-category {
        height: 100%; } }
    .post-type-archive-product ul.products li.product-category .imagewrapper {
      height: 100%; }
      .post-type-archive-product ul.products li.product-category .imagewrapper img {
        height: 100%; }
    .post-type-archive-product ul.products li.product-category h2.woocommerce-loop-category__title {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: #fff;
      font-weight: normal;
      border: 1px solid #fff;
      background-color: rgba(0, 0, 0, 0.4);
      font-size: 0.75rem;
      padding: 0.5rem;
      opacity: 1;
      transition: all 0.5s;
      font-family: garamond-premier-pro, serif;
      text-transform: uppercase;
      letter-spacing: 1px; }
      @media (min-width: 1024px) {
        .post-type-archive-product ul.products li.product-category h2.woocommerce-loop-category__title {
          padding: 0.5rem 2rem;
          font-size: 1rem; } }
    .post-type-archive-product ul.products li.product-category:hover h2 {
      background-color: #2E5965; }
  @media (min-width: 1024px) {
    .post-type-archive-product ul.products .fish {
      grid-area: Large;
      background-color: #E09C9E;
      aspect-ratio: 1/1; }
    .post-type-archive-product ul.products .smoked-meat {
      grid-area: Medium1;
      background-color: #E09C9E;
      aspect-ratio: 2/1; }
    .post-type-archive-product ul.products .hampers {
      grid-area: Small1;
      background-color: #E09C9E;
      aspect-ratio: 2/1; }
    .post-type-archive-product ul.products .smoked-cheese {
      grid-area: Medium2;
      background-color: #E09C9E; }
    .post-type-archive-product ul.products .drinks-nibbles {
      grid-area: Small2;
      background-color: #E09C9E; }
    .post-type-archive-product ul.products .merchandise {
      grid-area: Small3;
      background-color: #E09C9E; } }
.post-type-archive-product.search-results ul.products {
  display: block; }

ul.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  ul.products:before {
    display: none !important; }
  ul.products li {
    text-align: center;
    margin: 0 0.5rem 1rem 0.5rem !important;
    flex: 0 0 calc(50% - 1rem); }
    @media (min-width: 768px) {
      ul.products li {
        flex: 0 0 calc(33.33% - 1rem); } }
    @media (min-width: 1024px) {
      ul.products li {
        flex: 0 0 calc(25% - 1rem); } }
    ul.products li .onsale {
      background-image: url("images/sale-bg.png");
      width: 50px;
      height: 50px;
      background-size: cover;
      border-radius: 0;
      background-color: transparent;
      right: 1rem; }
    ul.products li .imagewrapper {
      position: relative;
      display: flex;
      height: 156px; }
      @media (min-width: 768px) {
        ul.products li .imagewrapper {
          height: 250px; } }
      @media (min-width: 1024px) {
        ul.products li .imagewrapper {
          height: auto; } }
      @media (min-width: 1200px) {
        ul.products li .imagewrapper {
          height: 265px; } }
      ul.products li .imagewrapper:before {
        position: absolute;
        content: '';
        border: 1px solid rgba(255, 255, 255, 0.5);
        margin: 1.5rem;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transition: all 0.3s; }
      ul.products li .imagewrapper div.more-details {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        color: #fff;
        border: 1px solid #fff;
        background-color: #2E5965;
        display: none;
        padding: 0.25rem 0.5rem;
        opacity: 0;
        transition: all 0.5s; }
        @media (min-width: 768px) {
          ul.products li .imagewrapper div.more-details {
            font-size: 1.1rem;
            display: none; } }
    ul.products li .woocommerce-LoopProduct-link:hover .imagewrapper:before {
      margin: 0.5rem; }
    ul.products li .woocommerce-LoopProduct-link:hover .more-details {
      opacity: 1; }
    ul.products li.product-category:hover .imagewrapper:before {
      margin: 0.5rem; }
    @media (min-width: 1024px) {
      ul.products li.product-category:hover .more-details {
        opacity: 1; } }
.woocommerce ul.products li.product a img {
  margin-bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%; }

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-size: 1rem;
  margin: 0.5rem 0 0.125rem 0;
  padding: 0; }
  @media (min-width: 1200px) {
    .woocommerce ul.products li.product .woocommerce-loop-category__title,
    .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .woocommerce ul.products li.product h3 {
      font-size: 1.3125rem; } }
.woocommerce ul.products li.product .price {
  font-size: 0.9rem;
  color: #242424;
  font-family: garamond-premier-pro, serif;
  font-style: italic;
  font-weight: bold; }
  @media (min-width: 1200px) {
    .woocommerce ul.products li.product .price {
      font-size: 1.25rem; } }
.woocommerce ul.products li.product-category h2 > mark {
  display: none; }

.woocommerce #page-banner {
  margin-bottom: 4rem; }
  .woocommerce #page-banner .title-holder {
    text-align: center;
    display: block;
    margin-top: 2rem;
    margin: 0 auto;
    width: 54%;
    position: relative;
    z-index: 3; }
    @media (min-width: 1024px) {
      .woocommerce #page-banner .title-holder {
        width: 33.33%;
        margin-top: -5rem; } }
    .woocommerce #page-banner .title-holder .pre-head {
      color: #fff;
      margin-bottom: -2rem; }
    .woocommerce #page-banner .title-holder h2 {
      color: #fff;
      margin-top: 2rem;
      margin-bottom: 3rem; }
  .woocommerce #page-banner .banner-text {
    padding: 0 2rem; }
    @media (min-width: 1024px) {
      .woocommerce #page-banner .banner-text {
        padding: 0 1rem; } }
    .woocommerce #page-banner .banner-text h1 {
      margin-top: 0;
      margin-bottom: 1rem; }

#woocommerce_product_categories-2 {
  display: flex;
  align-items: center; }

#product-filter {
  display: none;
  margin: 0 0.5rem 0rem 0.5rem;
  justify-content: space-between; }
  @media (min-width: 1024px) {
    #product-filter {
      display: flex;
      margin: 0; } }
  #product-filter h2 {
    font-size: 1.25rem;
    color: #A7A7A7;
    margin: 0;
    margin-right: 1rem;
    font-family: garamond-premier-pro, serif;
    font-weight: normal; }
  #product-filter ul {
    display: flex;
    margin: 0; }
    #product-filter ul li {
      list-style: none;
      font-size: 1.25rem;
      margin-right: 1rem;
      color: #242424; }
      #product-filter ul li a {
        color: #242424; }
        #product-filter ul li a:hover {
          color: #E09C9E; }
      #product-filter ul li.current-cat a {
        color: #E09C9E; }
  #product-filter form.woocommerce-product-search {
    display: flex; }
  #product-filter input#woocommerce-product-search-field-0 {
    border: 0;
    border-radius: 0;
    height: 45px;
    background-color: #E9E9E9;
    padding: 0 0.5rem;
    font-size: 1.1rem; }
  #product-filter button[type="submit"] {
    border: 0;
    border-radius: 0;
    height: 45px;
    width: 45px;
    background-color: #2E5965;
    color: #fff;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-indent: -9999px;
    position: relative; }
    #product-filter button[type="submit"]:before {
      content: "\f002";
      font-family: 'font awesome 5 pro';
      text-align: center;
      display: inline-block;
      font-size: 1.5rem;
      text-indent: 0;
      position: absolute;
      left: 0;
      right: 0;
      top: 5px; }
    #product-filter button[type="submit"]:hover {
      background-color: #2E5965;
      cursor: pointer; }

.woocommerce .woocommerce-ordering {
  float: left;
  margin: -1rem 0.5rem 1.5rem 0.5rem; }
  @media (min-width: 1024px) {
    .woocommerce .woocommerce-ordering {
      float: right;
      margin: -4rem 0.5rem 1.5rem 0.5rem; } }
  .woocommerce .woocommerce-ordering select {
    height: 40px; }

@media (min-width: 1024px) {
  .tax-product_cat #page-banner {
    flex-direction: row;
    align-items: flex-end;
    overflow: hidden; } }

.tax-product_cat #page-banner .wrap {
  display: flex;
  flex-direction: column; }
  @media (min-width: 1024px) {
    .tax-product_cat #page-banner .wrap {
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-end; } }
  .tax-product_cat #page-banner .wrap #banner-bg {
    z-index: 1;
    position: relative;
    flex: 0 0 100%; }
    @media (min-width: 1024px) {
      .tax-product_cat #page-banner .wrap #banner-bg {
        flex: 0 0 50%;
        padding: 0 2rem 2rem;
        bottom: -30px;
        background-color: #2E5965; }
        .tax-product_cat #page-banner .wrap #banner-bg .banner-text {
          border: 1px solid #fff;
          width: 100%;
          padding: 3rem 1rem; } }
    @media (min-width: 1200px) {
      .tax-product_cat #page-banner .wrap #banner-bg {
        flex: 0 0 41.667%; } }
  .tax-product_cat #page-banner .wrap .title.category {
    display: none; }
    @media (min-width: 1024px) {
      .tax-product_cat #page-banner .wrap .title.category {
        flex: 0 0 33.33%;
        order: 1;
        display: flex;
        margin-right: 2rem; } }
    @media (min-width: 1200px) {
      .tax-product_cat #page-banner .wrap .title.category {
        flex: 0 0 25%; } }
    .tax-product_cat #page-banner .wrap .title.category .title-holder {
      width: 80%;
      margin-top: 0; }

@media (min-width: 1024px) {
  .tax-product_cat.term-smoked-meat #page-banner .wrap #banner-bg {
    flex: 0 0 50%; } }

.tax-product_cat.term-smoked-meat #page-banner .wrap #banner-bg .banner-text {
  font-size: 1rem; }
  @media (min-width: 1024px) {
    .tax-product_cat.term-smoked-meat #page-banner .wrap #banner-bg .banner-text {
      font-size: 1.25rem; } }
.woocommerce div.product {
  padding-top: 6rem;
  background: linear-gradient(180deg, rgba(228, 228, 228, 0.5) 0%, white 50%); }
  .woocommerce div.product:before {
    top: 16px; }
  .woocommerce div.product h1.product_title.entry-title {
    color: #242424;
    margin-bottom: 0.5rem; }
  .woocommerce div.product p.price, .woocommerce div.product span.price {
    font-size: 1.5rem;
    color: #242424;
    font-weight: bold;
    font-style: italic; }
  .woocommerce div.product .wrap {
    position: relative; }
    .woocommerce div.product .wrap span.onsale {
      background-image: url("images/sale-bg.png");
      width: 75px;
      height: 75px;
      background-size: cover;
      border-radius: 0;
      background-color: transparent;
      left: 1rem;
      font-size: 1.5rem;
      display: flex;
      justify-content: center;
      align-items: center; }
  .woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__image:first-of-type {
    margin-bottom: 1rem; }
  .woocommerce div.product form.cart .variations {
    width: 50%; }
    .woocommerce div.product form.cart .variations td {
      display: block;
      line-height: 1.4; }
      .woocommerce div.product form.cart .variations td label {
        font-style: italic; }
    .woocommerce div.product form.cart .variations select {
      height: 45px;
      font-size: 1.1rem;
      padding: 0 0.5rem; }
  .woocommerce div.product .single_variation_wrap .woocommerce-variation-price span.price {
    font-size: 2rem;
    margin-bottom: 1rem;
    display: inline-block; }
  .woocommerce div.product input[type="number"] {
    height: 45px;
    border-radius: 0;
    margin-right: 1rem; }
  .woocommerce div.product .woocommerce-product-details__short-description {
    margin-bottom: 3rem; }

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce .button .wc-forward {
  background-color: #ce6265;
  font-size: 1rem;
  border-radius: 0;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0.5rem 1rem 0.3rem 1rem; }
  .woocommerce #respond input#submit.alt:hover,
  .woocommerce a.button.alt:hover,
  .woocommerce button.button.alt:hover,
  .woocommerce input.button.alt:hover,
  .woocommerce .button .wc-forward:hover {
    background-color: #2E5965; }

#tab-wrapper {
  background-color: #2E5965;
  clear: both;
  padding: 3rem 0;
  position: relative; }
  #tab-wrapper:before {
    content: '';
    position: absolute;
    background-image: url("images/tear-top.svg");
    width: 100%;
    height: 37px;
    top: -16px;
    background-size: cover;
    z-index: 2;
    left: 0;
    right: 0; }
    @media (min-width: 1024px) {
      #tab-wrapper:before {
        height: 53px;
        top: -26px; } }
    @media (min-width: 1750px) {
      #tab-wrapper:before {
        height: 69px;
        top: -31px; } }
  #tab-wrapper:after {
    content: '';
    position: absolute;
    background-image: url("images/tear-bottom.svg");
    width: 100%;
    height: 53px;
    bottom: -30px;
    background-size: cover;
    z-index: 2;
    left: 0;
    right: 0; }
  @media (min-width: 1024px) {
    #tab-wrapper {
      padding: 6rem 0; } }
  @media (max-width: 1024px) {
    #tab-wrapper:before {
      top: -12px; } }
  @media (min-width: 1024px) {
    #tab-wrapper .wrap {
      display: flex;
      justify-content: space-between; } }
  #tab-wrapper .wrap .woocommerce-tabs {
    flex: 0 0 calc(50% - 1rem); }
    #tab-wrapper .wrap .woocommerce-tabs ul.tabs {
      margin: 0; }
      #tab-wrapper .wrap .woocommerce-tabs ul.tabs li {
        border-radius: 0;
        background-color: transparent;
        color: #fff;
        font-weight: normal;
        border: 0;
        font-size: 0.9rem; }
        @media (min-width: 1024px) {
          #tab-wrapper .wrap .woocommerce-tabs ul.tabs li {
            font-size: 1.25rem; } }
        #tab-wrapper .wrap .woocommerce-tabs ul.tabs li:before, #tab-wrapper .wrap .woocommerce-tabs ul.tabs li:after {
          display: none; }
        #tab-wrapper .wrap .woocommerce-tabs ul.tabs li a {
          color: #fff;
          font-weight: normal; }
        #tab-wrapper .wrap .woocommerce-tabs ul.tabs li.active {
          border-left: 1px solid #fff;
          border-top: 1px solid #fff;
          border-right: 1px solid #fff; }
    #tab-wrapper .wrap .woocommerce-tabs .woocommerce-Tabs-panel {
      padding: 2rem 1rem;
      background-color: #3e7888; }
      #tab-wrapper .wrap .woocommerce-tabs .woocommerce-Tabs-panel * {
        color: #fff; }
  #tab-wrapper #suggested_recipe {
    flex: 0 0 calc(50% - 1rem);
    margin-top: 18.5px; }
    #tab-wrapper #suggested_recipe * {
      color: #fff; }
    #tab-wrapper #suggested_recipe h2 {
      margin-bottom: 0.5rem;
      font-size: 1.3125rem;
      margin-left: 1rem; }
    #tab-wrapper #suggested_recipe #recipe-box {
      padding: 2rem 1rem;
      background-color: #d47578;
      border-top: 1px solid #fff;
      display: block;
      justify-content: space-between; }
      @media (min-width: 1024px) {
        #tab-wrapper #suggested_recipe #recipe-box {
          display: flex; } }
      #tab-wrapper #suggested_recipe #recipe-box #recipe-left, #tab-wrapper #suggested_recipe #recipe-box #recipe-right {
        flex: 0 0 calc(50% - 1rem); }
      #tab-wrapper #suggested_recipe #recipe-box #recipe-right {
        margin-top: 2rem; }
        @media (min-width: 1024px) {
          #tab-wrapper #suggested_recipe #recipe-box #recipe-right {
            margin-top: 0; } }
        #tab-wrapper #suggested_recipe #recipe-box #recipe-right h3 {
          margin-top: 0; }
        #tab-wrapper #suggested_recipe #recipe-box #recipe-right p {
          font-size: 1rem !important; }
      #tab-wrapper #suggested_recipe #recipe-box a.button {
        border: 0;
        background-color: #ce6265; }
        #tab-wrapper #suggested_recipe #recipe-box a.button:hover {
          background-color: #2E5965; }

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce button.woocommerce-button,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce button.button {
  background-color: #E09C9E;
  color: #fff !important;
  display: inline-block;
  transition: all 0.3s;
  line-height: 1.2;
  font-size: 1rem;
  border-radius: 0;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0.5rem 1rem 0.3rem 1rem; }
  .woocommerce #respond input#submit.alt.disabled.clear,
  .woocommerce #respond input#submit.alt.disabled:hover.clear,
  .woocommerce #respond input#submit.alt:disabled.clear,
  .woocommerce #respond input#submit.alt:disabled:hover.clear,
  .woocommerce #respond input#submit.alt:disabled[disabled].clear,
  .woocommerce #respond input#submit.alt:disabled[disabled]:hover.clear,
  .woocommerce a.button.clear,
  .woocommerce a.button.alt.disabled.clear,
  .woocommerce a.button.alt.disabled:hover.clear,
  .woocommerce a.button.alt:disabled.clear,
  .woocommerce a.button.alt:disabled:hover.clear,
  .woocommerce a.button.alt:disabled[disabled].clear,
  .woocommerce a.button.alt:disabled[disabled]:hover.clear,
  .woocommerce button.button.alt.disabled.clear,
  .woocommerce button.button.alt.disabled:hover.clear,
  .woocommerce button.button.alt:disabled.clear,
  .woocommerce button.button.alt:disabled:hover.clear,
  .woocommerce button.button.alt:disabled[disabled].clear,
  .woocommerce button.button.alt:disabled[disabled]:hover.clear,
  .woocommerce input.button.alt.disabled.clear,
  .woocommerce input.button.alt.disabled:hover.clear,
  .woocommerce input.button.alt:disabled.clear,
  .woocommerce input.button.alt:disabled:hover.clear,
  .woocommerce input.button.alt:disabled[disabled].clear,
  .woocommerce input.button.alt:disabled[disabled]:hover.clear,
  .woocommerce button.woocommerce-button.clear,
  .woocommerce #respond input#submit.disabled.clear,
  .woocommerce #respond input#submit:disabled.clear,
  .woocommerce #respond input#submit:disabled[disabled].clear,
  .woocommerce a.button.disabled.clear,
  .woocommerce a.button:disabled.clear,
  .woocommerce a.button:disabled[disabled].clear,
  .woocommerce button.button.disabled.clear,
  .woocommerce button.button:disabled.clear,
  .woocommerce button.button:disabled[disabled].clear,
  .woocommerce input.button.disabled.clear,
  .woocommerce input.button:disabled.clear,
  .woocommerce input.button:disabled[disabled].clear,
  .woocommerce button.button.clear {
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.5); }
  .woocommerce #respond input#submit.alt.disabled:hover,
  .woocommerce #respond input#submit.alt.disabled:hover:hover,
  .woocommerce #respond input#submit.alt:disabled:hover,
  .woocommerce #respond input#submit.alt:disabled:hover:hover,
  .woocommerce #respond input#submit.alt:disabled[disabled]:hover,
  .woocommerce #respond input#submit.alt:disabled[disabled]:hover:hover,
  .woocommerce a.button:hover,
  .woocommerce a.button.alt.disabled:hover,
  .woocommerce a.button.alt.disabled:hover:hover,
  .woocommerce a.button.alt:disabled:hover,
  .woocommerce a.button.alt:disabled:hover:hover,
  .woocommerce a.button.alt:disabled[disabled]:hover,
  .woocommerce a.button.alt:disabled[disabled]:hover:hover,
  .woocommerce button.button.alt.disabled:hover,
  .woocommerce button.button.alt.disabled:hover:hover,
  .woocommerce button.button.alt:disabled:hover,
  .woocommerce button.button.alt:disabled:hover:hover,
  .woocommerce button.button.alt:disabled[disabled]:hover,
  .woocommerce button.button.alt:disabled[disabled]:hover:hover,
  .woocommerce input.button.alt.disabled:hover,
  .woocommerce input.button.alt.disabled:hover:hover,
  .woocommerce input.button.alt:disabled:hover,
  .woocommerce input.button.alt:disabled:hover:hover,
  .woocommerce input.button.alt:disabled[disabled]:hover,
  .woocommerce input.button.alt:disabled[disabled]:hover:hover,
  .woocommerce button.woocommerce-button:hover,
  .woocommerce #respond input#submit.disabled:hover,
  .woocommerce #respond input#submit:disabled:hover,
  .woocommerce #respond input#submit:disabled[disabled]:hover,
  .woocommerce a.button.disabled:hover,
  .woocommerce a.button:disabled:hover,
  .woocommerce a.button:disabled[disabled]:hover,
  .woocommerce button.button.disabled:hover,
  .woocommerce button.button:disabled:hover,
  .woocommerce button.button:disabled[disabled]:hover,
  .woocommerce input.button.disabled:hover,
  .woocommerce input.button:disabled:hover,
  .woocommerce input.button:disabled[disabled]:hover,
  .woocommerce button.button:hover {
    background-color: #2E5965;
    color: #fff; }

#pwgc-redeem-gift-card-number {
  border-radius: 0;
  height: 45px;
  float: left; }

#pwgc-redeem-button {
  height: 45px; }

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  padding: 1rem 0 0.7rem 0;
  text-align: center; }

.wrap.related-section {
  display: block;
  padding: 2rem 0; }
  @media (min-width: 1024px) {
    .wrap.related-section {
      display: flex;
      padding: 4rem 0;
      justify-content: space-between;
      align-items: flex-start; } }
section.related,
section.upsells {
  flex: 0 0 calc(50% - 1rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start; }
  section.related > h2,
  section.upsells > h2 {
    text-align: center;
    color: #2E5965; }
  section.related ul.products,
  section.upsells ul.products {
    display: flex;
    padding: 0 1rem;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    margin: 0 !important; }
    @media (min-width: 1024px) {
      section.related ul.products,
      section.upsells ul.products {
        display: flex;
        padding: 0; } }
    section.related ul.products li.product,
    section.upsells ul.products li.product {
      flex: 0 0 calc(50% - 1.5rem);
      margin-bottom: 1rem !important; }
      section.related ul.products li.product .imagewrapper,
      section.upsells ul.products li.product .imagewrapper {
        height: auto; }
        section.related ul.products li.product .imagewrapper div.more-details,
        section.upsells ul.products li.product .imagewrapper div.more-details {
          font-size: 0.9rem;
          padding: 0.25rem 0.5rem; }
      section.related ul.products li.product h2.woocommerce-loop-product__title,
      section.upsells ul.products li.product h2.woocommerce-loop-product__title {
        font-size: 0.9rem; }
        @media (min-width: 1024px) {
          section.related ul.products li.product h2.woocommerce-loop-product__title,
          section.upsells ul.products li.product h2.woocommerce-loop-product__title {
            font-size: 1.1rem; } }
.woocommerce nav.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  font-size: 1.1rem;
  color: #242424;
  padding: 0.5rem;
  border-bottom: 1px dashed #E09C9E; }

.woocommerce .woocommerce-MyAccount-content table.my_account_orders .button {
  font-family: garamond-premier-pro, serif;
  font-size: 0.8rem;
  margin-right: 1rem;
  height: 33px;
  padding: 8px 8px 10px 8px;
  letter-spacing: 0; }

@media (min-width: 768px) {
  .woocommerce #customer_login {
    display: flex; } }

.woocommerce #customer_login .u-column1,
.woocommerce #customer_login .u-column2 {
  padding: 2rem 1rem;
  flex: 0 0 calc(50% - 1rem); }
  .woocommerce #customer_login .u-column1 p.woocommerce-LostPassword a,
  .woocommerce #customer_login .u-column2 p.woocommerce-LostPassword a {
    color: #fff; }
  .woocommerce #customer_login .u-column1 form,
  .woocommerce #customer_login .u-column2 form {
    border-radius: 0;
    border: 0;
    margin: 0; }
    .woocommerce #customer_login .u-column1 form label,
    .woocommerce #customer_login .u-column2 form label {
      color: #fff; }
    .woocommerce #customer_login .u-column1 form input,
    .woocommerce #customer_login .u-column2 form input {
      border-radius: 0;
      border: 0;
      height: 45px;
      padding: 0 1rem; }
    .woocommerce #customer_login .u-column1 form input#rememberme,
    .woocommerce #customer_login .u-column2 form input#rememberme {
      height: auto; }
  .woocommerce #customer_login .u-column1 h2,
  .woocommerce #customer_login .u-column2 h2 {
    margin: 0 auto;
    text-align: center;
    color: #fff; }

.woocommerce #customer_login .col2-set {
  flex: 0 0 calc(100% - 2rem); }
  @media (min-width: 1024px) {
    .woocommerce #customer_login .col2-set {
      flex: 0 0 calc(50% - 1rem); } }
.woocommerce #customer_login .u-column1 {
  background-color: #d47578; }
  .woocommerce #customer_login .u-column1 form input {
    background-color: #e6afb1; }
  .woocommerce #customer_login .u-column1 form button {
    background-color: #c84e52; }
    .woocommerce #customer_login .u-column1 form button:hover {
      color: #fff;
      background-color: #ce6265; }

.woocommerce #customer_login .u-column2 {
  background-color: #46879a; }
  .woocommerce #customer_login .u-column2 form input {
    background-color: #366877; }
  .woocommerce #customer_login .u-column2 form button {
    background-color: #0e1b1f; }

.woocommerce-notices-wrapper .woocommerce-error, .woocommerce-notices-wrapper .woocommerce-info, .woocommerce-notices-wrapper .woocommerce-message {
  background-color: #fff; }

table.shop_table {
  font-size: 1.1rem;
  border-collapse: collapse !important; }
  table.shop_table thead {
    background-color: #3e7888;
    color: #fff;
    padding: 0.5rem 0.5rem 0.25rem 0.5rem !important;
    line-height: 1;
    font-size: 1rem;
    font-family: "Bon Vivant Serif", Helvetica, Arial, sans-serif; }
    table.shop_table thead th {
      line-height: 1; }

.coupon button.button {
  background-color: #E09C9E;
  color: #fff !important;
  display: inline-block;
  transition: all 0.3s;
  line-height: 1.2;
  font-size: 1rem;
  border-radius: 0;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0.5rem 1rem 0.3rem 1rem; }
  @media (max-width: 1024px) {
    .coupon button.button {
      font-size: 1rem;
      height: 41px; } }
  .coupon button.button.clear {
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.5); }
  .coupon button.button:hover {
    background-color: #2E5965;
    color: #fff; }

.coupon input {
  height: 41px;
  border-radius: 0; }
  @media (min-width: 1024px) {
    .coupon input {
      width: 200px !important;
      height: 45px; } }
.cart_totals {
  margin-top: 2rem; }
  .cart_totals h2 {
    margin-bottom: 0.5rem; }
  .cart_totals .woocommerce-shipping-totals {
    display: none; }

.woocommerce .cart .button, .woocommerce .cart input.button {
  height: 45px; }

.woocommerce-page a.button {
  height: 45px;
  padding: 15px 16px 11px 16px; }

/****************CHECKOUT***************/
.woocommerce form .form-row {
  width: 100% !important; }

@media (min-width: 1024px) {
  .woocommerce form.checkout {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; } }

.woocommerce form.checkout h3 {
  font-family: "Bon Vivant Serif", Helvetica, Arial, sans-serif;
  text-align: left; }

.woocommerce form.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  text-align: left; }
  .woocommerce form.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper label {
    font-size: 1.25rem; }

.woocommerce form.checkout .woocommerce-NoticeGroup {
  flex: 0 0 100%; }

.woocommerce form.checkout h3#ship-to-different-address {
  background-color: #f3c6c7;
  padding: 10px 15px 5px 15px;
  color: #000;
  text-transform: uppercase;
  font-size: 1.25rem;
  border: 4px solid #ce6265;
  width: 100%; }

.woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea {
  width: 100% !important;
  padding: 8px; }

.woocommerce #payment .form-row select, .woocommerce-page #payment .form-row select {
  width: 100%;
  height: 30px; }

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
  width: 100%; }

.woocommerce .col2-set,
.woocommerce-page .col2-set {
  flex: 0 0 calc(100% - 2rem); }
  @media (min-width: 1024px) {
    .woocommerce .col2-set,
    .woocommerce-page .col2-set {
      flex: 0 0 calc(50% - 1rem); } }
div.custom-order-review {
  flex: 0 0 calc(100% - 2rem); }
  @media (min-width: 1024px) {
    div.custom-order-review {
      flex: 0 0 calc(41.667% - 1rem); } }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  padding: .6180469716em;
  background-color: #d8e9ed;
  color: #43454b;
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 1.2rem; }

#wc_checkout_add_ons {
  width: 45%;
  float: right;
  text-align: center; }

.woocommerce-checkout #pwgc-redeem-button {
  display: inline-block !important;
  border: 0;
  border-collapse: collapse;
  margin-left: 5px;
  float: left;
  margin-top: 0 !important;
  height: 45px;
  font-size: 0.8rem; }

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: left;
  background-color: #2E5965; }

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  list-style: none; }

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: #f8eaea; }

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: #d47578;
  color: #fff; }
  #add_payment_method #payment div.payment_box:before,
  .woocommerce-cart #payment div.payment_box:before,
  .woocommerce-checkout #payment div.payment_box:before {
    border: 1em solid #d47578;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent; }

div#ui-datepicker-div {
  font-family: garamond-premier-pro, serif;
  z-index: 1000 !important; }
  div#ui-datepicker-div label {
    text-align: left;
    font-size: 1.25rem; }
  div#ui-datepicker-div br {
    display: none; }
  div#ui-datepicker-div .orddd_field_note {
    font-size: 1rem; }
  div#ui-datepicker-div input#e_deliverydate {
    display: none; }

.ui-datepicker .ui-datepicker-title select {
  font-family: garamond-premier-pro, serif;
  font-size: 0.9rem; }

.ui-datepicker th * {
  font-family: garamond-premier-pro, serif; }

.ui-datepicker .ui-widget-header, .ui-datepicker .ui-datepicker-header {
  background-color: #E09C9E;
  background-image: none; }
  .ui-datepicker .ui-widget-header a, .ui-datepicker .ui-datepicker-header a {
    color: #fff; }

.ui-datepicker .ui-datepicker-title span {
  font-family: "Bon Vivant Serif", Helvetica, Arial, sans-serif !important;
  color: #fff;
  text-transform: uppercase; }

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
  color: #fff; }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  color: #fff !important;
  background-color: #d47578 !important;
  background: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background-color: #2E5965 !important;
  font-weight: bold !important; }

.ui-datepicker-unselectable .ui-state-default {
  color: #000 !important; }

.ui-datepicker .ui-datepicker-buttonpane button {
  border: 0;
  background-color: #d47578;
  color: #fff;
  font-family: "Bon Vivant Serif", Helvetica, Arial, sans-serif;
  padding: 0.5rem 0.5rem 0.3rem 0.5rem !important;
  background-image: none;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase; }

/* FIND ADDRESS BUTTONS */
input.findaddress,
input.findaddressship {
  margin-left: 0 !important;
  margin-top: 0.25rem !important; }

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
.site-content {
  overflow: hidden; }

body {
  margin: 0 !important;
  font-size: 1.1rem; }

.wrap {
  max-width: 1200px; }
  @media (min-width: 1024px) {
    .wrap {
      margin: 0 auto; } }
.container {
  width: 100%;
  padding: 0 1rem; }
  @media (min-width: 1216px) {
    .container {
      padding: 0; } }
.wp-block-image img {
  width: 100%; }

.flex-h {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap; }

.flex-v {
  display: flex;
  flex-direction: column; }

p {
  margin-top: 0; }

/*--------------------------------------------------------------
# COLUMNS
--------------------------------------------------------------*/
.col50 {
  flex: 0 0 100%; }
  @media (min-width: 1024px) {
    .col50 {
      flex: 0 0 50%; } }
/*--------------------------------------------------------------
# Default template
--------------------------------------------------------------*/
#content {
  padding-top: 60px;
  transition: all 0.3s; }
  @media (min-width: 768px) {
    #content {
      padding-top: 85px; } }
  @media (min-width: 1024px) {
    #content {
      padding-top: 175px; } }
  #content > main {
    padding: 2rem 0; }
    @media (min-width: 1024px) {
      #content > main {
        padding: 4rem 0 2rem 0; } }
    #content > main > .wrap {
      display: block; }

.home #content,
.home #content main {
  padding: 0; }

/*--------------------------------------------------------------
# Flexible/Standard Page template
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Top bar
--------------------------------------------------------------*/
#top-bar {
  display: none;
  font-family: garamond-premier-pro, serif;
  height: 45px;
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: #E09C9E;
  color: #242424;
  font-size: 0.95rem;
  font-weight: 400;
  align-items: center; }
  #top-bar a:hover {
    text-decoration: underline; }
  #top-bar .wrap {
    height: 100%; }
  #top-bar #top-bar-left {
    flex: 0 0 58.33%;
    display: flex;
    align-items: center; }
    @media (min-width: 1200px) {
      #top-bar #top-bar-left {
        flex: 0 0 66.667%; } }
    #top-bar #top-bar-left .address {
      display: none; }
      @media (min-width: 1200px) {
        #top-bar #top-bar-left .address {
          display: block; } }
  #top-bar #top-bar-right {
    margin-right: 0;
    flex: 0 0 41.667%;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media (min-width: 1200px) {
      #top-bar #top-bar-right {
        flex: 0 0 33.33%; } }
    #top-bar #top-bar-right #my-account {
      background-color: #2E5965;
      height: 45px;
      display: flex;
      align-items: center;
      padding: 0 1rem; }
      #top-bar #top-bar-right #my-account i {
        margin-right: 1rem;
        font-size: 1.25rem; }
        #top-bar #top-bar-right #my-account i:hover {
          color: #E09C9E; }
      #top-bar #top-bar-right #my-account * {
        color: #fff; }
  #top-bar .widget_product_search {
    margin: 0; }
    #top-bar .widget_product_search input {
      border: 0;
      border-radius: 0;
      background-color: #ce6265;
      height: 45px;
      color: #fff;
      padding: 0 0.5rem;
      width: 115px;
      text-align: center; }
      @media (min-width: 1200px) {
        #top-bar .widget_product_search input {
          width: 135px; } }
      #top-bar .widget_product_search input[type="search"] {
        border-radius: 0;
        -webkit-appearance: none; }
        #top-bar .widget_product_search input[type="search"]::-webkit-input-placeholder {
          color: #E09C9E;
          opacity: 1; }
        #top-bar .widget_product_search input[type="search"]::-moz-placeholder {
          color: #E09C9E;
          opacity: 1; }
        #top-bar .widget_product_search input[type="search"]:-ms-input-placeholder {
          color: #E09C9E;
          opacity: 1; }
        #top-bar .widget_product_search input[type="search"]::placeholder {
          color: #E09C9E;
          opacity: 1; }
    #top-bar .widget_product_search button {
      display: none; }
  #top-bar #mini-cart {
    margin: 0 1rem; }
    #top-bar #mini-cart a > i {
      color: #ce6265; }
  #top-bar a {
    color: #242424; }
  #top-bar .social {
    margin-right: 0.5rem; }
    #top-bar .social a {
      color: #242424; }
      #top-bar .social a > i {
        font-size: 1.3125rem;
        margin-right: 0.5rem;
        display: inline-block;
        margin-top: 2px; }
      #top-bar .social a:hover {
        color: #ce6265; }
  #top-bar .contact {
    margin-left: 1rem; }
    #top-bar .contact a > i {
      color: #ce6265;
      margin-left: 0.5rem;
      margin-right: 0.25rem;
      font-size: 1rem;
      line-height: 0;
      display: inline-block;
      margin-top: 2px; }
  @media (min-width: 1024px) {
    #top-bar {
      display: flex; } }
  #top-bar .wrap {
    justify-content: space-between;
    align-items: center; }
  #top-bar .menu-top-bar-container {
    width: 50%;
    margin-left: auto; }
  #top-bar ul#top-menu {
    display: flex;
    list-style: none;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    margin-right: 2rem;
    font-size: 0.9rem; }
    #top-bar ul#top-menu li {
      text-transform: uppercase; }

/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
.home header:before {
  display: none; }

.home.scrolled header:before,
.scrolled header:before {
  display: block;
  top: 60px;
  height: 37px; }
  @media (min-width: 768px) {
    .home.scrolled header:before,
    .scrolled header:before {
      height: 53px; } }
header {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.26);
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 100;
  background-color: #fff;
  transition: all 0.2s;
  display: flex; }
  header:before {
    content: '';
    position: absolute;
    background-image: url("images/tear-top.svg");
    width: 100%;
    height: 37px;
    top: -16px;
    background-size: cover;
    z-index: 2;
    left: 0;
    right: 0; }
    @media (min-width: 1024px) {
      header:before {
        height: 53px;
        top: -26px; } }
    @media (min-width: 1750px) {
      header:before {
        height: 69px;
        top: -31px; } }
  header:before {
    bottom: -26px;
    z-index: -1;
    top: inherit;
    margin-top: auto; }
    @media (min-width: 1750px) {
      header:before {
        height: 69px;
        bottom: -39px; } }
  header .main-navigation {
    top: 1.75rem; }
  header .site-branding.mobile .logo {
    background-image: url("images/bf-logo.png");
    height: 59px;
    width: 125px;
    margin-top: 10px; }
  @media (min-width: 768px) {
    header {
      height: 85px; } }
  @media (min-width: 1024px) {
    header {
      background-color: #fff;
      box-shadow: none;
      height: 130px;
      margin-top: 45px; } }
  header .wrap {
    align-items: center;
    width: 100%;
    display: flex; }
    @media (min-width: 1024px) {
      header .wrap {
        padding: 2rem 1rem; } }
    @media (min-width: 1200px) {
      header .wrap {
        padding: 2rem 0; } }
  header #mobile-cart {
    position: absolute;
    left: 1rem;
    top: 2rem; }
    @media (min-width: 1024px) {
      header #mobile-cart {
        display: none; } }
    header #mobile-cart bdi {
      font-family: "Bon Vivant Serif", Helvetica, Arial, sans-serif; }
    header #mobile-cart span.items {
      display: none; }

.page-template-default button.menu-btn {
  color: #2E5965 !important; }
  .page-template-default button.menu-btn:hover {
    color: #E09C9E !important; }

.home #mobile-cart {
  top: 16px; }
  .home #mobile-cart #mini-cart > a.cart-button {
    color: #ffffff;
    font-size: 0.9rem; }
    .home #mobile-cart #mini-cart > a.cart-button i {
      font-size: 1.1rem; }

.home header {
  background-color: transparent;
  box-shadow: none;
  margin-top: 35px; }
  .home header .main-navigation {
    top: 12px; }
  @media (min-width: 768px) {
    .home header {
      margin-top: 65px; } }
  .home header .site-branding .logo {
    background-image: url("images/bf-logo-white.png");
    height: 127px; }
  .home header .site-branding.mobile .logo {
    height: 110px;
    width: 155px; }
  .home header button.menu-btn {
    color: #fff !important; }
    .home header button.menu-btn:hover {
      color: #E09C9E !important; }

.scrolled header {
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.26);
  margin-top: 0;
  top: 0;
  height: 80px; }
  @media (min-width: 1024px) {
    .scrolled header {
      margin-top: 45px;
      padding-top: 10px; } }
  .scrolled header ul li a,
  .scrolled header button.menu-btn {
    color: #2E5965 !important; }
    .scrolled header ul li a:hover,
    .scrolled header button.menu-btn:hover {
      color: #E09C9E !important; }
  .scrolled header .site-branding .logo {
    background-image: url("images/bf-logo.png");
    height: 58px;
    width: 122px; }
  .scrolled header .site-branding.mobile .logo {
    background-image: url("images/bf-logo.png");
    height: 59px;
    width: 125px; }
  .scrolled header .main-navigation {
    top: 1.75rem; }
  .scrolled header #mobile-cart {
    top: 2rem; }
    .scrolled header #mobile-cart #mini-cart > a.cart-button {
      color: #2E5965; }

.scrolled #content {
  padding-top: 0; }

.mobile-only #my-account a {
  border: 1px solid #fff;
  padding: 0.75rem 1.25rem;
  display: inline;
  margin-top: 1rem;
  background-color: #ce6265; }
  .mobile-only #my-account a:hover {
    background-color: #162b30; }

/*--------------------------------------------------------------
# LOGOS AND BRANDING
--------------------------------------------------------------*/
.site-branding {
  display: none; }
  @media (min-width: 1024px) {
    .site-branding {
      display: flex; } }
  .site-branding .logo {
    background-size: cover;
    background-image: url("images/bf-logo.png");
    transition: all 0.3s; }
    @media (min-width: 1024px) {
      .site-branding .logo {
        height: 85px;
        width: 180px; } }
    .site-branding .logo span {
      visibility: hidden; }
  .site-branding.mobile {
    display: flex;
    margin: 0 auto;
    width: 100%;
    justify-content: center; }
    .site-branding.mobile .logo {
      height: 110px;
      width: 155px; }
      @media (min-width: 768px) {
        .site-branding.mobile .logo {
          height: 50px;
          width: 151px; } }
    @media (min-width: 1024px) {
      .site-branding.mobile {
        display: none; } }
/*--------------------------------------------------------------
# BANNER
--------------------------------------------------------------*/
#home-banner,
#page-banner {
  height: 90vh;
  min-height: 700px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media (min-width: 1024px) {
    #home-banner,
    #page-banner {
      height: 900px; } }
  #home-banner:before,
  #page-banner:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.26) 100%);
    z-index: 1; }
  #home-banner picture,
  #page-banner picture {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0; }
    #home-banner picture img,
    #page-banner picture img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
  #home-banner:after,
  #page-banner:after {
    content: '';
    position: absolute;
    background-image: url("images/tear-bottom.svg");
    width: 100%;
    height: 53px;
    bottom: -30px;
    background-size: cover;
    z-index: 2;
    left: 0;
    right: 0; }
  #home-banner .banner-text,
  #page-banner .banner-text {
    position: relative;
    z-index: 2;
    margin: 2rem auto 0 auto;
    text-align: center;
    font-size: 1.25rem; }
    @media (min-width: 1024px) {
      #home-banner .banner-text,
      #page-banner .banner-text {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 3rem; } }
    @media (min-width: 768px) {
      #home-banner .banner-text,
      #page-banner .banner-text {
        font-size: 1.5rem; } }
    #home-banner .banner-text h1,
    #page-banner .banner-text h1 {
      font-size: 2.25rem; }
      @media (min-width: 768px) {
        #home-banner .banner-text h1,
        #page-banner .banner-text h1 {
          font-size: 3rem; } }
    #home-banner .banner-text p,
    #page-banner .banner-text p {
      padding: 0; }
      @media (min-width: 768px) {
        #home-banner .banner-text p,
        #page-banner .banner-text p {
          padding: 0 1rem; } }
    @media (max-width: 768px) {
      #home-banner .banner-text p.large,
      #page-banner .banner-text p.large {
        font-size: 1.25rem; } }
    #home-banner .banner-text *,
    #page-banner .banner-text * {
      color: #fff; }

#page-banner {
  height: 500px; }
  @media (min-width: 1024px) {
    #page-banner {
      height: 650px; } }
  #page-banner div.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1; }

.woocommerce #page-banner div.overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); }

@media (max-width: 768px) {
  #home-banner .banner-text h1 {
    font-size: 1.75rem; } }

/*--------------------------------------------------------------
# HOME CONTENT
--------------------------------------------------------------*/
#home-products {
  padding-top: 3rem; }
  #home-products .title-holder {
    text-align: center;
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative; }
    @media (min-width: 768px) {
      #home-products .title-holder {
        width: 33.33%; } }
    #home-products .title-holder h2 {
      margin-top: 1.5rem;
      margin-bottom: 3rem; }
      @media (min-width: 768px) {
        #home-products .title-holder h2 {
          margin-top: 2rem; } }
    #home-products .title-holder:before, #home-products .title-holder:after {
      content: '';
      display: none;
      background-size: cover;
      width: 59px;
      height: 14px;
      position: absolute;
      top: 23px; }
      @media (min-width: 768px) {
        #home-products .title-holder:before, #home-products .title-holder:after {
          width: 88px;
          height: 21px;
          top: 23px;
          display: block; } }
    #home-products .title-holder:before {
      background-image: url("images/swirl-left.png");
      left: 0; }
      @media (min-width: 768px) {
        #home-products .title-holder:before {
          left: -50px; } }
    #home-products .title-holder:after {
      background-image: url("images/swirl-right.png");
      right: 0;
      left: auto; }
      @media (min-width: 768px) {
        #home-products .title-holder:after {
          right: -50px; } }
  #home-products h2, #home-products h3, #home-products h4 {
    text-transform: uppercase; }

#product-grid {
  max-width: 1200px;
  margin: 0 auto 5rem auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }
  @media (min-width: 768px) {
    #product-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto;
      gap: 1rem 1rem;
      grid-template-areas: "Large Small" "Small2 Small3" "Small4 medium1" "medium2 medium3" "Small3 Small4"; } }
  @media (min-width: 1024px) {
    #product-grid {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr 1fr;
      gap: 1rem 1rem;
      grid-template-areas: "Large Large Small Small2" "Large Large medium1 medium1" "medium2 medium2 Small3 Small3"; } }
.box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  height: 300px; }
  @media (max-width: 768px) {
    .box {
      height: auto;
      flex: 1 0 50%;
      border: 2px solid #fff; }
      .box:before {
        content: '';
        display: block;
        padding-top: 100%; } }
  @media (min-width: 1024px) {
    .box {
      height: auto; } }
  .box:after {
    display: none;
    position: absolute;
    content: '';
    border: 1px solid #fff;
    margin: 2rem;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.3s;
    z-index: 1; }
    @media (min-width: 768px) {
      .box:after {
        display: block; } }
  .box picture {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
    .box picture img {
      -o-object-fit: cover;
         object-fit: cover;
      z-index: 0;
      width: 100%;
      -o-object-position: center;
         object-position: center;
      height: 100%; }
  .box span {
    height: 2rem;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.42);
    font-size: 1rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 2;
    transition: all 0.5s; }
    @media (min-width: 1024px) {
      .box span {
        padding: 0 1rem; } }
    @media (min-width: 1200px) {
      .box span {
        height: 50px; } }
  .box:hover:after {
    margin: 1rem; }
  .box:hover span {
    background-color: #2E5965; }
  .box:first-of-type {
    flex: 0 0 100%; }

@media (min-width: 1024px) {
  .Large,
  .size1,
  .fish {
    grid-area: Large;
    height: 500px;
    background-color: #E09C9E; } }
  @media (min-width: 1024px) and (min-width: 1200px) {
    .Large,
    .size1,
    .fish {
      height: 580px; } }
@media (min-width: 1024px) {
  .Small,
  .size2,
  .meat {
    grid-area: Small;
    background-color: #E09C9E; }
  .Small2,
  .size2,
  .hampers {
    grid-area: Small2;
    background-color: #E09C9E; }
  .medium1,
  .size3,
  .cheese {
    grid-area: medium1;
    background-color: #E09C9E; }
  .medium2,
  .size4 {
    grid-area: medium2;
    background-color: #E09C9E; }
  .Small3,
  .size6,
  .drinks-nibbles {
    grid-area: Small3;
    background-color: #E09C9E; }
  .Small4,
  .size7,
  .merchandise {
    grid-area: Small4;
    background-color: #E09C9E; } }

/*--------------------------------------------------------------
# ORDERING & DELIVERY
--------------------------------------------------------------*/
#ordering {
  position: relative; }
  #ordering:before {
    content: '';
    position: absolute;
    background-image: url("images/tear-top.svg");
    width: 100%;
    height: 37px;
    top: -16px;
    background-size: cover;
    z-index: 2;
    left: 0;
    right: 0; }
    @media (min-width: 1024px) {
      #ordering:before {
        height: 53px;
        top: -26px; } }
    @media (min-width: 1750px) {
      #ordering:before {
        height: 69px;
        top: -31px; } }
  #ordering:after {
    content: '';
    position: absolute;
    background-image: url("images/tear-bottom.svg");
    width: 100%;
    height: 53px;
    bottom: -30px;
    background-size: cover;
    z-index: 2;
    left: 0;
    right: 0; }
  #ordering img.pp-badge {
    position: absolute;
    width: 100px;
    top: -90%;
    -webkit-transform: translate(-50%) rotate(-10deg);
            transform: translate(-50%) rotate(-10deg); }
    @media (min-width: 768px) {
      #ordering img.pp-badge {
        top: 75%; } }
    @media (min-width: 1024px) {
      #ordering img.pp-badge {
        width: 150px;
        right: 77px;
        top: -50%; } }
  #ordering #order-top {
    background-image: url("images/ordering-bg.jpg");
    background-size: cover;
    background-color: #3e7888;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (min-width: 768px) {
      #ordering #order-top {
        height: 380px; } }
    #ordering #order-top h2, #ordering #order-top h3, #ordering #order-top h4 {
      color: #ffffff; }
    #ordering #order-top h2 {
      font-size: 2rem;
      margin-top: 2.5rem;
      margin-bottom: 1.5rem; }
      @media (min-width: 768px) {
        #ordering #order-top h2 {
          font-size: 3rem; } }
    #ordering #order-top h3 {
      font-family: "Bon Vivant Serif", Helvetica, Arial, sans-serif;
      font-size: 1.75rem;
      margin-top: 0;
      line-height: 0.75;
      font-weight: bold; }
      @media (min-width: 768px) {
        #ordering #order-top h3 {
          font-size: 2.5rem; } }
      #ordering #order-top h3 span {
        font-size: 1rem; }
        @media (min-width: 768px) {
          #ordering #order-top h3 span {
            font-size: 1.5rem; } }
    #ordering #order-top .wrap {
      text-align: center;
      z-index: 2;
      position: relative; }
    #ordering #order-top:before {
      content: '';
      position: absolute;
      background-color: rgba(224, 156, 158, 0.4);
      width: 100%;
      height: 200px;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background-size: cover;
      z-index: 0; }
      @media (min-width: 768px) {
        #ordering #order-top:before {
          height: 380px; } }
  #ordering #order-bottom {
    background-color: #2E5965;
    padding: 3rem 0 4rem 0; }
    @media (max-width: 1024px) {
      #ordering #order-bottom .flex-h {
        flex-direction: column;
        width: 75%;
        margin: 0 auto; } }
    #ordering #order-bottom .col {
      flex: 0 0 100%;
      display: block;
      text-align: center;
      color: #fff;
      font-size: 1.3125rem;
      line-height: 1.4;
      margin-bottom: 1rem; }
      @media (min-width: 1024px) {
        #ordering #order-bottom .col {
          flex: 0 0 25%; } }
      #ordering #order-bottom .col span.circle {
        font-size: 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background-color: #1e3a42;
        margin: 1rem auto;
        z-index: 3;
        position: relative; }
        @media (min-width: 1024px) {
          #ordering #order-bottom .col span.circle {
            margin: -6rem auto 1rem auto;
            font-size: 3.5rem;
            width: 100px;
            height: 100px; } }
.woocommerce #ordering:after {
  display: none; }

#home-news {
  padding: 5rem 0; }
  #home-news .blog-box {
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      #home-news .blog-box {
        margin-bottom: 0; } }
    #home-news .blog-box .box-top div.tab {
      background-color: #2e5965;
      color: #fff;
      font-family: "Bon Vivant Serif", Helvetica, Arial, sans-serif;
      font-size: 1.3125rem;
      padding: 0.5rem 2rem;
      display: inline-block;
      line-height: 1.5; }
    #home-news .blog-box .box-top a.tab-link {
      margin: 0 0.5rem;
      text-transform: uppercase; }
    @media (min-width: 768px) {
      #home-news .blog-box {
        flex: 0 0 calc(50% - 1rem); } }
    #home-news .blog-box .box-main {
      background-color: #264a53;
      padding: 1.5rem; }
      #home-news .blog-box .box-main * {
        color: #fff; }
    #home-news .blog-box .box-inner {
      border: 1px solid #fff;
      padding: 1.5rem; }
      @media (min-width: 1200px) {
        #home-news .blog-box .box-inner {
          height: 450px; } }
    #home-news .blog-box .top {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      @media (min-width: 768px) {
        #home-news .blog-box .top {
          flex-direction: row; } }
      #home-news .blog-box .top div {
        width: 100%; }
        #home-news .blog-box .top div h3 {
          margin-top: 0; }
        @media (min-width: 768px) {
          #home-news .blog-box .top div {
            width: 60%; } }
      #home-news .blog-box .top picture {
        width: 100%; }
        @media (min-width: 768px) {
          #home-news .blog-box .top picture {
            width: 30%; } }
      #home-news .blog-box .top img.swirl {
        width: 88px;
        height: 21px;
        margin: 1rem 0;
        display: block; }
    #home-news .blog-box .bottom {
      font-size: 1.1rem;
      margin-top: 0.5rem;
      display: block; }
      #home-news .blog-box .bottom a.button {
        background-color: #162b30; }
    #home-news .blog-box.recipes div.tab {
      background-color: #e09c9e; }
    #home-news .blog-box.recipes a.tab-link {
      color: #E09C9E; }
    #home-news .blog-box.recipes .box-main {
      background-color: #d47578; }
      #home-news .blog-box.recipes .box-main .box-inner {
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        @media (min-width: 1024px) {
          #home-news .blog-box.recipes .box-main .box-inner {
            flex-direction: row; } }
        #home-news .blog-box.recipes .box-main .box-inner h3 {
          margin-top: 0; }
      #home-news .blog-box.recipes .box-main .left, #home-news .blog-box.recipes .box-main .right {
        height: 100%; }
        @media (min-width: 1024px) {
          #home-news .blog-box.recipes .box-main .left, #home-news .blog-box.recipes .box-main .right {
            flex: 0 0 calc(50% - 1rem); } }
      #home-news .blog-box.recipes .box-main .right {
        margin-top: 1rem; }
        @media (min-width: 768px) {
          #home-news .blog-box.recipes .box-main .right {
            margin-top: 0; } }
        #home-news .blog-box.recipes .box-main .right picture {
          height: 100%; }
          #home-news .blog-box.recipes .box-main .right picture img {
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
            @media (max-width: 1200px) {
              #home-news .blog-box.recipes .box-main .right picture img {
                margin-top: 1rem;
                display: block; } }
    #home-news .blog-box.recipes a.button {
      background-color: #c84e52; }

#about {
  padding-bottom: 4rem; }
  #about .wrap {
    align-items: center; }
  @media (min-width: 768px) {
    #about #about-left {
      flex: 0 0 50%; }
    #about #about-right {
      flex: 0 0 41.667%;
      margin-left: auto; } }
section#gallery {
  padding: 0rem 0 3rem 0; }
  section#gallery ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    section#gallery ul li {
      flex: 0 0 calc(50% - 0.5rem);
      list-style: none;
      margin: 0;
      margin-bottom: 1rem;
      padding: 0; }
      @media (min-width: 1024px) {
        section#gallery ul li {
          flex: 0 0 calc(25% - 1rem); } }
      section#gallery ul li:before {
        display: none; }
      section#gallery ul li img {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        display: block; }

#testimonials {
  background-image: url("images/paper-bg.jpg");
  padding: 5rem 0;
  text-align: center;
  position: relative; }
  #testimonials:before {
    content: '';
    position: absolute;
    background-image: url("images/tear-top.svg");
    width: 100%;
    height: 37px;
    top: -16px;
    background-size: cover;
    z-index: 2;
    left: 0;
    right: 0; }
    @media (min-width: 1024px) {
      #testimonials:before {
        height: 53px;
        top: -26px; } }
    @media (min-width: 1750px) {
      #testimonials:before {
        height: 69px;
        top: -31px; } }
  #testimonials:after {
    content: '';
    position: absolute;
    background-image: url("images/tear-bottom.svg");
    width: 100%;
    height: 53px;
    bottom: -30px;
    background-size: cover;
    z-index: 2;
    left: 0;
    right: 0; }
  #testimonials .testimonial {
    flex: 0 0 calc(91.667% - 2rem);
    margin: 0 auto 2rem auto; }
    @media (min-width: 768px) {
      #testimonials .testimonial {
        flex: 0 0 calc(33.33% - 2rem);
        margin-bottom: 0; } }
    #testimonials .testimonial cite {
      margin-top: -1rem;
      display: block; }
      @media (min-width: 768px) {
        #testimonials .testimonial cite {
          margin-top: 1rem; } }
  #testimonials:after {
    bottom: -10px; }

#signup {
  padding: 5rem 0; }
  #signup .wrap {
    align-items: center; }
  #signup #signup-form {
    flex: 0 0 100%;
    text-align: center; }
    @media (min-width: 768px) {
      #signup #signup-form {
        flex: 0 0 33.33%;
        margin: 0 8.33%; } }
    #signup #signup-form h2 span {
      font-size: 1.25rem;
      font-weight: normal; }
  #signup #instagram {
    flex: 0 0 100%;
    background-color: #f3f3f3; }
    @media (min-width: 768px) {
      #signup #instagram {
        flex: 0 0 50%; } }
/*--------------------------------------------------------------
# TESTIMONIALS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# CONTACT PAGE
--------------------------------------------------------------*/
.page-template-contact-page #content > main {
  padding-bottom: 0; }

.page-template-contact-page #content > main > .wrap {
  display: flex;
  padding-bottom: 4rem; }

.page-template-contact-page #contact_left, .page-template-contact-page #contact_right {
  flex: 0 0 calc(50% - 1rem);
  font-size: 1.25rem; }

.page-template-contact-page #map p {
  margin: 0; }

.page-template-contact-page #map embed {
  display: block; }

.page-template-contact-page footer {
  margin-top: 0; }

.page-template-contact-page footer:before {
  display: none; }

/*--------------------------------------------------------------
# Flexible Content
--------------------------------------------------------------*/
.page-template-standard-page #page-heading, .page-template-default #page-heading {
  background-color: #2E5965;
  padding: 3rem 0 1rem 0; }
  .page-template-standard-page #page-heading .wrap, .page-template-default #page-heading .wrap {
    text-align: center; }
    .page-template-standard-page #page-heading .wrap h1, .page-template-default #page-heading .wrap h1 {
      color: #fff; }

.page-template-standard-page ul.slick-dots, .page-template-default ul.slick-dots {
  display: none !important; }

.page-template-default #top-content .wrap {
  max-width: 1200px;
  font-size: 1rem; }

.page-template-default #top-content.main-content .wrap {
  max-width: 900px; }

.page-template-default .main-content ul {
  padding: 0;
  margin: 1rem 0; }

.page-template-default .main-content h2, .page-template-default .main-content h3 {
  margin-top: 2rem;
  text-transform: uppercase; }

.page-template-default #top-content.main-content .wrap {
  max-width: 1200px; }

.col1,
.col2,
.col3,
.col4 {
  padding: 2rem 0; }
  .col1.blue,
  .col2.blue,
  .col3.blue,
  .col4.blue {
    background-color: #2E5965; }
    .col1.blue *,
    .col2.blue *,
    .col3.blue *,
    .col4.blue * {
      color: #fff; }
    .col1.blue a,
    .col2.blue a,
    .col3.blue a,
    .col4.blue a {
      font-weight: bold;
      text-decoration: underline; }
  .col1.white,
  .col2.white,
  .col3.white,
  .col4.white {
    background-color: #ffffff; }
  .col1.salmon,
  .col2.salmon,
  .col3.salmon,
  .col4.salmon {
    background-color: #E09C9E; }
    .col1.salmon *,
    .col2.salmon *,
    .col3.salmon *,
    .col4.salmon * {
      color: #fff; }
    .col1.salmon a,
    .col2.salmon a,
    .col3.salmon a,
    .col4.salmon a {
      font-weight: bold;
      text-decoration: underline; }
  .col1 h2,
  .col2 h2,
  .col3 h2,
  .col4 h2 {
    font-size: 1.75rem; }
  .col1 img,
  .col2 img,
  .col3 img,
  .col4 img {
    display: inline;
    margin: 0 1rem; }
  @media (min-width: 1024px) {
    .col1,
    .col2,
    .col3,
    .col4 {
      padding: 4rem 0 2rem 0; } }
  .col1 .section-title,
  .col2 .section-title,
  .col3 .section-title,
  .col4 .section-title {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 1rem;
    font-size: 2.25rem; }
  .col1 .wrap,
  .col2 .wrap,
  .col3 .wrap,
  .col4 .wrap {
    display: block; }
    @media (min-width: 768px) {
      .col1 .wrap,
      .col2 .wrap,
      .col3 .wrap,
      .col4 .wrap {
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
        display: flex; } }
  .col1 p,
  .col2 p,
  .col3 p,
  .col4 p {
    margin-bottom: 1.4rem;
    margin-top: 0; }
    .col1 p:last-child,
    .col2 p:last-child,
    .col3 p:last-child,
    .col4 p:last-child {
      margin-bottom: 1rem; }
  .col1 p a,
  .col1 a,
  .col2 p a,
  .col2 a,
  .col3 p a,
  .col3 a,
  .col4 p a,
  .col4 a {
    color: #2E5965;
    font-weight: bold;
    text-decoration: none; }
    .col1 p a:hover,
    .col1 a:hover,
    .col2 p a:hover,
    .col2 a:hover,
    .col3 p a:hover,
    .col3 a:hover,
    .col4 p a:hover,
    .col4 a:hover {
      color: #E09C9E; }
  .col1 figure,
  .col2 figure,
  .col3 figure,
  .col4 figure {
    border: 10px solid #fff;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
    font-size: 0.9rem;
    margin: 0 0 2rem 0;
    background-color: #fff;
    color: #242424; }
    .col1 figure img,
    .col2 figure img,
    .col3 figure img,
    .col4 figure img {
      border: 0;
      box-shadow: none;
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      width: auto; }

/*--------------------------------------------------------------
# DEFAULT PAGE
--------------------------------------------------------------*/
#top-content {
  font-size: 1.3125rem;
  padding-bottom: 4rem; }
  #top-content .wrap {
    max-width: 800px; }

#smoking, #menus {
  background-color: #2e5965;
  position: relative;
  padding: 5rem 0; }
  #smoking:before, #menus:before {
    content: '';
    position: absolute;
    background-image: url("images/tear-top.svg");
    width: 100%;
    height: 37px;
    top: -16px;
    background-size: cover;
    z-index: 2;
    left: 0;
    right: 0; }
    @media (min-width: 1024px) {
      #smoking:before, #menus:before {
        height: 53px;
        top: -26px; } }
    @media (min-width: 1750px) {
      #smoking:before, #menus:before {
        height: 69px;
        top: -31px; } }
  #smoking:after, #menus:after {
    content: '';
    position: absolute;
    background-image: url("images/tear-bottom.svg");
    width: 100%;
    height: 53px;
    bottom: -30px;
    background-size: cover;
    z-index: 2;
    left: 0;
    right: 0; }
  #smoking *, #menus * {
    color: #fff; }
  #smoking #hot,
  #smoking #cold,
  #smoking #menu-left,
  #smoking #menu-right, #menus #hot,
  #menus #cold,
  #menus #menu-left,
  #menus #menu-right {
    flex: 0 0 100%;
    padding: 3rem;
    text-align: center; }
    @media (min-width: 768px) {
      #smoking #hot,
      #smoking #cold,
      #smoking #menu-left,
      #smoking #menu-right, #menus #hot,
      #menus #cold,
      #menus #menu-left,
      #menus #menu-right {
        flex: 0 0 calc(50% - 1rem); } }
    #smoking #hot *,
    #smoking #cold *,
    #smoking #menu-left *,
    #smoking #menu-right *, #menus #hot *,
    #menus #cold *,
    #menus #menu-left *,
    #menus #menu-right * {
      color: #fff; }
  #smoking #hot, #smoking #menu-left, #menus #hot, #menus #menu-left {
    background-color: #d47578; }
  #smoking #cold, #smoking #menu-right, #menus #cold, #menus #menu-right {
    background-color: #3e7888; }

#menus {
  margin-bottom: 5rem; }
  #menus #menu-left,
  #menus #menu-right {
    justify-content: center;
    display: flex;
    flex-direction: column; }

.title-holder {
  text-align: center; }
  .title-holder h2 {
    color: #242424;
    margin-top: 1.5rem; }
    @media (min-width: 768px) {
      .title-holder h2 {
        margin-top: 2rem; } }
  .title-holder .pre-head {
    color: #242424;
    font-size: 1rem;
    font-style: italic;
    font-weight: normal; }
    @media (min-width: 768px) {
      .title-holder .pre-head {
        font-size: 1.3125rem;
        margin-bottom: -2rem; } }
#latest-products {
  padding: 2rem 0;
  text-align: center; }

#explore {
  position: relative; }
  #explore .wrap:first-of-type {
    max-width: 600px;
    text-align: center;
    margin-bottom: 3rem; }
    #explore .wrap:first-of-type p {
      font-size: 1.25rem; }
  #explore h3 {
    font-family: "Bon Vivant Serif", Helvetica, Arial, sans-serif;
    font-size: 1.3125rem;
    margin-bottom: 1rem;
    font-weight: bold; }
    @media (min-width: 768px) {
      #explore h3 {
        height: 3.75rem;
        margin-bottom: 0; } }
  #explore .col {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      #explore .col {
        flex: 0 0 calc(50% - 1rem); } }
    @media (min-width: 1024px) {
      #explore .col {
        flex: 0 0 calc(25% - 1rem);
        margin-bottom: 0; } }
    #explore .col p {
      margin: 0 1rem; }
      @media (min-width: 1024px) {
        #explore .col p {
          margin: 0; } }
  #explore.pink {
    background-color: #d47578;
    padding: 5rem 0; }
    #explore.pink * {
      color: #fff; }
    #explore.pink:before {
      content: '';
      position: absolute;
      background-image: url("images/tear-top.svg");
      width: 100%;
      height: 37px;
      top: -16px;
      background-size: cover;
      z-index: 2;
      left: 0;
      right: 0; }
      @media (min-width: 1024px) {
        #explore.pink:before {
          height: 53px;
          top: -26px; } }
      @media (min-width: 1750px) {
        #explore.pink:before {
          height: 69px;
          top: -31px; } }
  #explore.blue {
    background-color: #2E5965;
    padding: 5rem 0; }
    #explore.blue * {
      color: #fff; }
    #explore.blue:before {
      content: '';
      position: absolute;
      background-image: url("images/tear-top.svg");
      width: 100%;
      height: 37px;
      top: -16px;
      background-size: cover;
      z-index: 2;
      left: 0;
      right: 0; }
      @media (min-width: 1024px) {
        #explore.blue:before {
          height: 53px;
          top: -26px; } }
      @media (min-width: 1750px) {
        #explore.blue:before {
          height: 69px;
          top: -31px; } }
/*--------------------------------------------------------------
# SUPPLIERS PAGE
--------------------------------------------------------------*/
#suppliers {
  margin-bottom: 5rem; }
  #suppliers .wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    grid-gap: 1rem; }
    @media (min-width: 768px) {
      #suppliers .wrap {
        grid-template-columns: 1fr 1fr 1fr; } }
    @media (min-width: 1024px) {
      #suppliers .wrap {
        grid-template-columns: 1fr 1fr 1fr 1fr; } }
    #suppliers .wrap a.supplier {
      position: relative;
      display: flex;
      flex-direction: column; }
      @media (min-width: 768px) {
        #suppliers .wrap a.supplier {
          flex: 0 0 50%;
          flex: 0 0 calc(33.33% -1rem); } }
      @media (min-width: 1024px) {
        #suppliers .wrap a.supplier {
          flex: 0 0 calc(25% - 1rem); } }
      #suppliers .wrap a.supplier:before {
        content: '';
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        position: absolute;
        background: #e4e4e4;
        background: linear-gradient(180deg, rgba(228, 228, 228, 0) 0%, rgba(0, 0, 0, 0.316947) 100%);
        transition: all 0.3s; }
      #suppliers .wrap a.supplier img {
        display: block;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        height: 100%; }
      #suppliers .wrap a.supplier div.supplier-title {
        font-family: "Bon Vivant Serif", Helvetica, Arial, sans-serif;
        font-size: 0.9rem;
        padding: 1rem;
        background-color: #2E5965;
        color: #fff;
        display: block;
        text-align: center;
        justify-content: center;
        align-items: center;
        line-height: 1;
        opacity: 1;
        position: relative;
        z-index: 1;
        margin-top: auto; }
        @media (min-width: 768px) {
          #suppliers .wrap a.supplier div.supplier-title {
            font-size: 1.1rem; } }
      #suppliers .wrap a.supplier:nth-child(8n+5) > .supplier-title, #suppliers .wrap a.supplier:nth-child(8n+6) > .supplier-title, #suppliers .wrap a.supplier:nth-child(8n+7) > .supplier-title, #suppliers .wrap a.supplier:nth-child(8n+8) > .supplier-title {
        background-color: #d47578; }
      #suppliers .wrap a.supplier:hover:before {
        background-color: rgba(0, 0, 0, 0); }
    #suppliers .wrap:after {
      content: '';
      flex: 0 0 calc(25% - 1rem);
      display: flex; }

/*--------------------------------------------------------------
# 1 COL
--------------------------------------------------------------*/
.col-1 .wrap {
  justify-content: space-between; }

.col-1 > div > div {
  justify-content: space-between;
  margin: 0 auto;
  text-align: center; }
  @media (min-width: 768px) {
    .col-1 > div > div {
      flex: 0 0 calc(75% - 1rem); } }
/*--------------------------------------------------------------
# 2 COL
--------------------------------------------------------------*/
.col2 {
  padding: 3rem 0; }
  .col2 .wrap {
    justify-content: space-between; }
  .col2 > div > div {
    flex: 0 0 100%;
    margin-bottom: 2rem;
    justify-content: space-between; }
    @media (min-width: 768px) {
      .col2 > div > div {
        flex: 0 0 calc(50% - 2rem);
        margin-bottom: 0;
        padding: 1rem 0; } }
    @media (min-width: 1200px) {
      .col2 > div > div {
        padding: 0; } }
@media (max-width: 768px) {
  .col2:nth-of-type(2n) > div > div:nth-of-type(1) {
    order: 2; }
  .col2:nth-of-type(2n) > div > div:nth-of-type(2) {
    order: 1; } }

/*--------------------------------------------------------------
# 3 COL
--------------------------------------------------------------*/
.col3 {
  padding: 3rem 0; }
  .col3 .wrap {
    justify-content: space-between; }
    .col3 .wrap div:nth-of-type(2) > table th {
      background-color: #E09C9E; }
    .col3 .wrap div:nth-of-type(2) > table tr {
      background-color: #fefdfd; }
    .col3 .wrap div:nth-of-type(2) > table tr:nth-child(2n + 1) {
      background-color: #fff;
      color: #242424; }
    .col3 .wrap div:nth-of-type(3) > table th {
      background-color: #46879a; }
    .col3 .wrap div:nth-of-type(3) > table tr {
      background-color: #c6dee5; }
    .col3 .wrap div:nth-of-type(3) > table tr:nth-child(2n + 1) {
      background-color: #fff;
      color: #242424; }
  .col3 table {
    text-align: center;
    border-collapse: collapse;
    margin-bottom: 0; }
    .col3 table th {
      background-color: #E09C9E;
      color: #fff;
      padding: 0.5rem;
      font-size: 1.2rem; }
    .col3 table tr {
      background-color: #fefdfd;
      color: #242424; }
      .col3 table tr td {
        padding: 0.5rem; }
    .col3 table tr:nth-child(2n + 1) {
      background-color: #fff;
      color: #242424; }
  .col3 > div > div {
    margin-bottom: 1rem;
    justify-content: space-between; }
    @media (min-width: 768px) {
      .col3 > div > div {
        flex: 0 0 calc(33.33% - 2rem);
        margin-bottom: 0; } }
    .col3 > div > div img {
      width: 100%; }

/*--------------------------------------------------------------
# 4 COL
--------------------------------------------------------------*/
.col4 {
  padding: 3rem 0; }
  .col4 .wrap {
    justify-content: space-between; }
  .col4 > div > div {
    justify-content: space-between;
    font-size: 0.9rem; }
    @media (min-width: 768px) {
      .col4 > div > div {
        flex: 0 0 calc(50% - 2rem); } }
    @media (min-width: 1024px) {
      .col4 > div > div {
        flex: 0 0 calc(25% - 2rem);
        padding: 1rem 0; } }
    .col4 > div > div img {
      width: 50%;
      border: 5px solid #fff;
      border-radius: 50%; }
      @media (min-width: 1024px) {
        .col4 > div > div img {
          width: 75%; } }
/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
.blog article, .category article, .archive article {
  margin-bottom: 2rem;
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  height: auto;
  background-color: #fff;
  font-size: 1.125rem;
  line-height: 1.4; }
  .blog article a, .category article a, .archive article a {
    color: #242424; }
  .blog article h3, .category article h3, .archive article h3 {
    font-size: 1.5rem;
    color: #242424;
    margin: 0.5rem 0; }
    @media (min-width: 1024px) {
      .blog article h3, .category article h3, .archive article h3 {
        margin: 1rem 0; } }
  @media (min-width: 1024px) {
    .blog article, .category article, .archive article {
      flex: 0 0 calc(33.33% - 1rem); } }
  .blog article .post-content, .category article .post-content, .archive article .post-content {
    display: flex;
    flex-direction: column; }
  .blog article a.button, .category article a.button, .archive article a.button {
    display: inline-block;
    margin-top: 1.5rem;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    background-color: #2E5965;
    margin-right: auto;
    margin-top: auto;
    margin-left: 1.5rem;
    margin-bottom: 1.5rem; }
    .blog article a.button:hover, .category article a.button:hover, .archive article a.button:hover {
      background-color: #E09C9E;
      color: #fff; }

.blog i, .category i, .archive i {
  flex: 0 0 calc(33.33% - 1rem); }

.search-form {
  display: flex;
  margin: 1rem 0;
  width: 100%; }
  .search-form button.search-submit {
    width: 25%;
    background-color: #2E5965;
    border-radius: 0 !important;
    border: 0;
    color: #fff !important; }
    .search-form button.search-submit:hover {
      cursor: pointer;
      background-color: #E09C9E; }
  .search-form input[type="search"] {
    height: 45px;
    background-color: #b7b7b7;
    border: 0;
    padding: 0 10px;
    border-radius: 0;
    flex: 0 0 75%;
    font-size: 0.8rem;
    font-weight: normal !important;
    border-radius: 0;
    color: #ffffff !important; }

nav.navigation.pagination {
  margin: 0 auto; }
  nav.navigation.pagination span.page-numbers,
  nav.navigation.pagination a.page-numbers {
    padding: 0.5rem 0.75rem;
    background-color: #f3f3f3;
    display: inline-block;
    color: #242424; }
    nav.navigation.pagination span.page-numbers:hover,
    nav.navigation.pagination a.page-numbers:hover {
      background-color: #E09C9E; }

.single-post #content > main,
.blog #content > main,
.archive #content > main,
.single #content > main,
.search #content > main,
.search-results #content > main {
  padding: 0; }
  .single-post #content > main .default-content .section-title,
  .blog #content > main .default-content .section-title,
  .archive #content > main .default-content .section-title,
  .single #content > main .default-content .section-title,
  .search #content > main .default-content .section-title,
  .search-results #content > main .default-content .section-title {
    text-align: left; }
    .single-post #content > main .default-content .section-title h1,
    .blog #content > main .default-content .section-title h1,
    .archive #content > main .default-content .section-title h1,
    .single #content > main .default-content .section-title h1,
    .search #content > main .default-content .section-title h1,
    .search-results #content > main .default-content .section-title h1 {
      margin-top: 4rem;
      width: 66.667%; }
  @media (min-width: 768px) {
    .single-post #content > main .default-content .wrap,
    .blog #content > main .default-content .wrap,
    .archive #content > main .default-content .wrap,
    .single #content > main .default-content .wrap,
    .search #content > main .default-content .wrap,
    .search-results #content > main .default-content .wrap {
      display: flex;
      flex-direction: row;
      justify-content: space-between; } }
  @media (min-width: 768px) {
    .single-post #content > main .default-content .wrap .col10,
    .blog #content > main .default-content .wrap .col10,
    .archive #content > main .default-content .wrap .col10,
    .single #content > main .default-content .wrap .col10,
    .search #content > main .default-content .wrap .col10,
    .search-results #content > main .default-content .wrap .col10 {
      width: 66.667%;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; } }
  .single-post #content > main .default-content .wrap .col10:after,
  .blog #content > main .default-content .wrap .col10:after,
  .archive #content > main .default-content .wrap .col10:after,
  .single #content > main .default-content .wrap .col10:after,
  .search #content > main .default-content .wrap .col10:after,
  .search-results #content > main .default-content .wrap .col10:after {
    content: "";
    flex: 0 0 auto; }
  .single-post #content > main .default-content .wrap .col10 a.button,
  .blog #content > main .default-content .wrap .col10 a.button,
  .archive #content > main .default-content .wrap .col10 a.button,
  .single #content > main .default-content .wrap .col10 a.button,
  .search #content > main .default-content .wrap .col10 a.button,
  .search-results #content > main .default-content .wrap .col10 a.button {
    display: inline-block;
    margin-top: 1.5rem;
    padding: 0.5rem 1rem 0.3rem 1rem;
    border-radius: 0;
    background-color: #2E5965;
    margin-right: auto;
    margin-top: auto;
    margin-left: 1.5rem;
    margin-bottom: 1.5rem; }
    .single-post #content > main .default-content .wrap .col10 a.button:hover,
    .blog #content > main .default-content .wrap .col10 a.button:hover,
    .archive #content > main .default-content .wrap .col10 a.button:hover,
    .single #content > main .default-content .wrap .col10 a.button:hover,
    .search #content > main .default-content .wrap .col10 a.button:hover,
    .search-results #content > main .default-content .wrap .col10 a.button:hover {
      background-color: #E09C9E;
      color: #fff; }
  .single-post #content > main .default-content .wrap .col10 #recipe,
  .blog #content > main .default-content .wrap .col10 #recipe,
  .archive #content > main .default-content .wrap .col10 #recipe,
  .single #content > main .default-content .wrap .col10 #recipe,
  .search #content > main .default-content .wrap .col10 #recipe,
  .search-results #content > main .default-content .wrap .col10 #recipe {
    display: flex;
    justify-content: space-between;
    border-top: 1px dashed #E09C9E;
    border-bottom: 1px dashed #E09C9E; }
    .single-post #content > main .default-content .wrap .col10 #recipe .col50,
    .blog #content > main .default-content .wrap .col10 #recipe .col50,
    .archive #content > main .default-content .wrap .col10 #recipe .col50,
    .single #content > main .default-content .wrap .col10 #recipe .col50,
    .search #content > main .default-content .wrap .col10 #recipe .col50,
    .search-results #content > main .default-content .wrap .col10 #recipe .col50 {
      flex: 0 0 calc(50% - 1rem); }
  .single-post #content > main .default-content .wrap .sidebar,
  .blog #content > main .default-content .wrap .sidebar,
  .archive #content > main .default-content .wrap .sidebar,
  .single #content > main .default-content .wrap .sidebar,
  .search #content > main .default-content .wrap .sidebar,
  .search-results #content > main .default-content .wrap .sidebar {
    width: 100%;
    margin-top: 2rem; }
    @media (min-width: 768px) {
      .single-post #content > main .default-content .wrap .sidebar,
      .blog #content > main .default-content .wrap .sidebar,
      .archive #content > main .default-content .wrap .sidebar,
      .single #content > main .default-content .wrap .sidebar,
      .search #content > main .default-content .wrap .sidebar,
      .search-results #content > main .default-content .wrap .sidebar {
        width: 32%;
        margin-top: -3rem; } }
    @media (min-width: 1024px) {
      .single-post #content > main .default-content .wrap .sidebar,
      .blog #content > main .default-content .wrap .sidebar,
      .archive #content > main .default-content .wrap .sidebar,
      .single #content > main .default-content .wrap .sidebar,
      .search #content > main .default-content .wrap .sidebar,
      .search-results #content > main .default-content .wrap .sidebar {
        width: 22%; } }
.single-post .sidebar aside h2,
.blog .sidebar aside h2,
.archive .sidebar aside h2,
.single .sidebar aside h2,
.search .sidebar aside h2,
.search-results .sidebar aside h2 {
  font-family: "Bon Vivant Serif", Helvetica, Arial, sans-serif;
  margin: 0 !important;
  color: #2E5965 !important;
  padding: 0.75rem;
  font-size: 1.2rem;
  border-bottom: 1px dashed #E09C9E;
  width: 100%;
  font-weight: 600; }

.single-post .sidebar aside ul,
.blog .sidebar aside ul,
.archive .sidebar aside ul,
.single .sidebar aside ul,
.search .sidebar aside ul,
.search-results .sidebar aside ul {
  list-style: none !important;
  background-color: #fff;
  padding: 0;
  margin: 0 !important; }
  .single-post .sidebar aside ul li,
  .blog .sidebar aside ul li,
  .archive .sidebar aside ul li,
  .single .sidebar aside ul li,
  .search .sidebar aside ul li,
  .search-results .sidebar aside ul li {
    font-size: 1rem;
    padding: 0.5rem;
    border-bottom: 1px dashed #dedede;
    line-height: 1.2;
    list-style: none; }
    .single-post .sidebar aside ul li a,
    .blog .sidebar aside ul li a,
    .archive .sidebar aside ul li a,
    .single .sidebar aside ul li a,
    .search .sidebar aside ul li a,
    .search-results .sidebar aside ul li a {
      color: #2E5965; }
    .single-post .sidebar aside ul li a:hover,
    .blog .sidebar aside ul li a:hover,
    .archive .sidebar aside ul li a:hover,
    .single .sidebar aside ul li a:hover,
    .search .sidebar aside ul li a:hover,
    .search-results .sidebar aside ul li a:hover {
      color: #E09C9E; }

.single #content > main .default-content .wrap .col10 a.button {
  margin-top: 2rem;
  margin-left: 0; }

.search-results article {
  margin-bottom: 2rem;
  border-bottom: 2px dashed #E09C9E;
  padding-bottom: 2rem; }
  .search-results article h2.entry-title {
    margin-bottom: 1rem; }
  .search-results article .entry-summary {
    margin-top: 0; }

.search-results .nav-previous,
.search-results .nav-next {
  width: auto;
  text-transform: uppercase; }

.search-results .nav-previous {
  float: left; }

.search-results .nav-next {
  float: right;
  margin-left: 2rem; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.woocommerce footer {
  margin-top: 0; }

.woocommerce footer:before {
  display: none; }

.page-template-voucher-page #content > main {
  padding-bottom: 0; }

.page-template-voucher-page #top-content .wrap {
  max-width: 1200px;
  align-items: center; }

.page-template-voucher-page #top-content #left {
  flex: 0 0 100%; }
  @media (min-width: 1024px) {
    .page-template-voucher-page #top-content #left {
      flex: 0 0 41.667%; } }
.page-template-voucher-page #top-content #right {
  flex: 0 0 100%;
  margin-right: 0; }
  @media (min-width: 1024px) {
    .page-template-voucher-page #top-content #right {
      flex: 0 0 50%; } }
.page-template-voucher-page footer:before {
  display: none; }

.page-template-voucher-page footer {
  margin-top: 0; }

.page-template-voucher-page #explore h3 {
  height: auto; }

.page-template-voucher-page #explore .col {
  font-size: 1.25rem;
  line-height: 1.2; }

.page-template-voucher-page #explore .col > .box-image {
  margin-bottom: 0.5rem;
  position: relative;
  display: block; }
  .page-template-voucher-page #explore .col > .box-image img {
    display: block; }
  .page-template-voucher-page #explore .col > .box-image:after {
    position: absolute;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin: 1.5rem;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.3s; }
  .page-template-voucher-page #explore .col > .box-image:hover:after {
    margin: 0.5rem; }

footer {
  position: relative;
  background-color: #1e3a42;
  color: #242424;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.75;
  margin-top: 3rem;
  padding: 2rem 0; }
  footer:before {
    height: 63px !important; }
  footer h5 {
    margin-bottom: 1rem; }
  footer * {
    color: #fff; }
  footer:before {
    content: '';
    position: absolute;
    background-image: url("images/tear-top.svg");
    width: 100%;
    height: 37px;
    top: -16px;
    background-size: cover;
    z-index: 2;
    left: 0;
    right: 0; }
    @media (min-width: 1024px) {
      footer:before {
        height: 53px;
        top: -26px; } }
    @media (min-width: 1750px) {
      footer:before {
        height: 69px;
        top: -31px; } }
  footer .col {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      footer .col {
        flex: 0 0 24%;
        flex: 0 0 calc(25% - 1rem);
        text-align: left;
        margin-bottom: 0; } }
  footer .col {
    flex: 0 0 calc(50% - 1rem);
    text-align: center;
    margin: 0 auto; }
    @media (min-width: 1024px) {
      footer .col {
        flex: 0 0 calc(16.667% - 1rem);
        text-align: left; } }
  footer .col-social {
    flex: 0 0 calc(50% - 1rem);
    margin: 0 auto;
    text-align: center; }
    @media (min-width: 1024px) {
      footer .col-social {
        order: 0;
        flex: 0 0 calc(25% - 1rem); } }
    footer .col-social a {
      margin: 0 0.25rem; }
      footer .col-social a:hover i {
        color: #E09C9E; }
      footer .col-social a i {
        font-size: 1.5rem; }
  footer .col-address {
    flex: 0 0 calc(100% - 1rem);
    text-align: center;
    margin: 0 auto; }
    @media (min-width: 1024px) {
      footer .col-address {
        flex: 0 0 calc(25% - 1rem);
        text-align: right; } }
    footer .col-address a {
      color: #fff;
      font-weight: bold; }
    footer .col-address i {
      color: #E09C9E; }
  footer ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    footer ul li {
      line-height: 1.4; }
      footer ul li a {
        font-weight: normal;
        color: #fff; }
        footer ul li a:hover {
          color: #E09C9E; }
  footer a {
    font-weight: 400;
    font-weight: bold; }
  footer .wrap {
    justify-content: space-between; }
  footer h4 {
    color: #2E5965;
    margin-top: 0; }

#copyright {
  background-color: #ce6265;
  color: #fff;
  padding: 0.5rem 0;
  font-weight: 100;
  font-size: 1rem; }
  #copyright a {
    color: #FBB43F;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold; }
    #copyright a:hover {
      color: #fff; }
  #copyright .wrap {
    align-items: center;
    flex-direction: column; }
    #copyright .wrap #cards {
      margin: 0.5rem 0; }
    @media (min-width: 1024px) {
      #copyright .wrap {
        flex-direction: row; }
        #copyright .wrap #cards {
          margin: 0; } }
    #copyright .wrap div p {
      margin: 0; }
  #copyright #cards img {
    width: 200px; }

/*--------------------------------------------------------------
# FORMINATOR
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# BACKEND WORPRESS ADMIN
--------------------------------------------------------------*/
#wp-admin-bar-updraft_admin_node {
  display: none; }

/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
.error404 #content.site-content {
  background-image: url("images/404-bg.jpg");
  background-size: cover; }
  .error404 #content.site-content .wrap {
    height: 70vh;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex; }
    .error404 #content.site-content .wrap * {
      color: #fff; }
    .error404 #content.site-content .wrap h1 {
      font-size: 10rem;
      margin-bottom: 0; }
    .error404 #content.site-content .wrap h2 {
      font-size: 3rem;
      margin-top: -2rem; }
    .error404 #content.site-content .wrap p {
      font-size: 1.5rem; }
    .error404 #content.site-content .wrap #button-holder .button {
      background-color: rgba(0, 0, 0, 0.5);
      border: 2px solid #fff;
      color: #fff;
      margin: 0 0.25em; }

.error404 footer {
  margin-top: 0; }
  .error404 footer:before {
    display: none; }
/*# sourceMappingURL=style.css.map */