@charset "UTF-8";
/*
Theme Name: rarehare
Version: 1.0.0
Author: PDA
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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

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

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

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

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

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

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

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

/*------------------------------------------------------------------------*/
/*	Font-face
/*------------------------------------------------------------------------*/
@font-face {
  font-family: 'Maple Regular';
  src: url("stylesheets/fonts/MapleWebRegular/MapleWebRegular.eot");
  src: url("stylesheets/fonts/MapleWebRegular/MapleWebRegular.eot?#iefix") format("embedded-opentype"), url("stylesheets/fonts/MapleWebRegular/MapleWebRegular.woff2") format("woff2"), url("stylesheets/fonts/MapleWebRegular/MapleWebRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/*-----------------------------------*/
/*  Variables
/*-----------------------------------*/
/*-----------------------------------*/
/*  Breakpoints
/*-----------------------------------*/
/*-----------------------------------*/
/*  Responsive items
/*-----------------------------------*/
/*-----------------------------------*/
/*  Margins & Padding
/*-----------------------------------*/
/*-----------------------------------*/
/*  Animation
/*-----------------------------------*/
/*-----------------------------------*/
/*  Lazy Load Transition for Blazy.js
/*-----------------------------------*/
.lazy {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  max-width: 100%;
  opacity: 0;
}

.lazy.b-loaded {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}

/*-----------------------------------*/
/*  Remove scroll bars (webkit)
/*-----------------------------------*/
/*-----------------------------------*/
/*  Pad out bottom of container
/*-----------------------------------*/
/*-----------------------------------*/
/*  Font Mixins
/*-----------------------------------*/
/*-----------------------------------*/
/*  Base Colours
/*-----------------------------------*/
/*-----------------------------------*/
/*  Global Type Styles
/*-----------------------------------*/
h1, h2, h3, h4, h5, p, h1, body.page-template-menus > section .container .block[data-type="pdf_links"] a.item, body.page-template-field-notes > section .container a, body.single-fieldnotes > section .container a, body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.page-template-checkout > section .container .woocommerce .thank-you-message .back-to-home, li {
  font-family: 'Maple Regular', Arial;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: auto;
  letter-spacing: normal;
  color: #666D5B;
  margin: 0;
}

a {
  text-decoration: none;
}

a:not(.hide-link) {
  color: black;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  border-bottom: 1px solid transparent;
  -webkit-transition: border 0.15s ease;
  transition: border 0.15s ease;
}
a:not(.hide-link):hover {
  color: black;
  border-bottom: 1px solid black;
}
a:not(.hide-link):focus {
  outline: none;
}
a:not(.hide-link).dark-green {
  color: #666D5B;
}
a:not(.hide-link).dark-green:hover {
  color: #666D5B;
}

strong {
  font-weight: normal;
}

p, h1, body.page-template-menus > section .container .block[data-type="pdf_links"] a.item, body.page-template-field-notes > section .container a, body.single-fieldnotes > section .container a, body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.page-template-checkout > section .container .woocommerce .thank-you-message .back-to-home {
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0.06em;
  color: #666D5B;
}
p.heading, h1.heading, body.page-template-menus > section .container .block[data-type="pdf_links"] a.heading.item, body.page-template-field-notes > section .container a.heading, body.single-fieldnotes > section .container a.heading, body.page-template-bookings > section .container .embed-code #ot-reservation-widget .heading.ot-dtp-picker-form, body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .heading.ot-button, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th.heading, body.page-template-checkout > section .container .woocommerce .thank-you-message .heading.back-to-home {
  display: inline-block;
  font-weight: normal;
  border-bottom: 1px solid #666D5B;
  margin-bottom: 24px;
}
@media (max-width: 1220px) {
  p.heading, h1.heading, body.page-template-menus > section .container .block[data-type="pdf_links"] a.heading.item, body.page-template-field-notes > section .container a.heading, body.single-fieldnotes > section .container a.heading, body.page-template-bookings > section .container .embed-code #ot-reservation-widget .heading.ot-dtp-picker-form, body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .heading.ot-button, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th.heading, body.page-template-checkout > section .container .woocommerce .thank-you-message .heading.back-to-home {
    margin-bottom: 19px;
  }
}
@media (max-width: 1220px) {
  p, h1, body.page-template-menus > section .container .block[data-type="pdf_links"] a.item, body.page-template-field-notes > section .container a, body.single-fieldnotes > section .container a, body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.page-template-checkout > section .container .woocommerce .thank-you-message .back-to-home {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  p, h1, body.page-template-menus > section .container .block[data-type="pdf_links"] a.item, body.page-template-field-notes > section .container a, body.single-fieldnotes > section .container a, body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.page-template-checkout > section .container .woocommerce .thank-you-message .back-to-home {
    font-size: 13.5px;
    line-height: 16px;
  }
}

/*-----------------------------------*/
/*  Global Layout
/*-----------------------------------*/
body {
  color: #666D5B;
  font-family: 'Maple Regular', Arial;
  -webkit-font-smoothing: antialiased;
  border-top: 0;
  min-height: 100vh;
  background-color: white;
  -moz-osx-font-smoothing: grayscale;
}
body .container {
  padding-left: 48px;
  padding-right: 48px;
  max-width: 920px;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  body .container {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 767px) {
  body .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1220px) {
  body .container {
    max-width: none;
  }
}
body > section {
  min-height: calc(100vh - (152px + 106px));
}
@media (max-width: 767px) {
  body > section {
    padding-top: 160px !important;
    padding-bottom: 20px;
  }
}

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

.header {
  position: relative;
}
.header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 152px;
  max-width: calc(920px + 177px);
  padding: 0;
  box-sizing: border-box;
  padding-top: 32px;
}
.header .container .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
}
.header .container .nav a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
}
.header .container .nav .spacer {
  font-size: 13px;
  padding: 0 10px;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.header .container .nav.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.header .container .nav.right {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.header .container .logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .nav.right .spacer {
    padding: 0 7px!important;
}
.header .container .logo-container .logo {
  background-image: url("images/RH_Primary Lockup.jpg");
  width: 205px;
  height: 103px;
  /*background-size: cover;*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 0 28px;
}
@media (max-width: 767px) {
  .header .container .logo-container .logo {
    width: 188px;
    height: 50px;
  }
}
.header .container .logo-container .tagline {
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
  max-width: 170px;
  text-align: center;
  color: black;
}
@media (max-width: 767px) {
  .header .container .logo-container .tagline {
    display: none;
  }
}
.header .container .cart {
  position: absolute;
  right: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1350px) {
  .header .container .cart {
    right: 16px;
  }
}
@media (max-width: 1220px) {
  .header .container .cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .header .container .cart {
    display: none;
  }
}
.header .container .cart .icon {
  background-image: url("images/rare-hare-van.svg");
  width: 66px;
  height: 37px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 5px;
}
.header .container .cart .cart_count {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.header .container .hamburger {
  display: none;
  background-image: url("images/hamburger.svg");
  width: 28px;
  height: 13px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 2px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
@media (max-width: 1220px) {
  .header .container .hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.header .container .mobile-open {
  position: absolute;
  bottom: 24px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #666D5B;
  color: black;
  text-transform: uppercase;
  display: none;
}
@media (max-width: 1220px) {
  .header {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 1220px) and (max-width: 1220px) {
  .header {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 1220px) and (max-width: 767px) {
  .header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1220px) {
  .header .container {
    position: relative;
    max-width: none;
  }
  .header .container .nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .header {
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    z-index: 2;
    background-color: white;
  }
  .header .container {
    height: 160px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 58px;
  }
}
.header .icon-gutter {
  width: calc((100vw - 960px) / 2);
  position: fixed;
  top: 0;
  bottom: 0;
  height: calc(100vh - (152px));
  z-index: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding-top: 152px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .icon-gutter.left {
  left: 0;
}
.header .icon-gutter.left .icon {
  left: 15%;
}
.header .icon-gutter.right {
  right: 0;
}
.header .icon-gutter.right .icon {
  right: 15%;
}
.header .icon-gutter .icon {
  height: auto;
  max-width: 207px;
  width: 100%;
  -webkit-transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  position: absolute;
}
@media (max-width: 1200px) {
  .header .icon-gutter {
    display: none;
  }
}

.footer .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 106px;
}
.footer .container .social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100px;
  -ms-flex: 0 1 100px;
  flex: 0 1 100px;
}
.footer .container .social .icon {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 25px;
  width: 25px;
}
.footer .container .social .icon.instagram {
  background-image: url("images/icon-instagram.svg");
  margin-right: 8px;
}
.footer .container .social .icon.facebook {
  background-image: url("images/icon-facebook.svg");
}
@media (max-width: 1220px) {
  .footer .container .social {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.footer .container .address, .footer .container .contacts {
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  color: black;
}
@media (max-width: 1220px) {
  .footer .container .address, .footer .container .contacts {
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
}
.footer .container .address {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 220px;
  -ms-flex: 0 1 220px;
  flex: 0 1 220px;
  margin-right: 35px;
}
@media (max-width: 1220px) {
  .footer .container .address {
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 150px;
    -ms-flex: 0 1 150px;
    flex: 0 1 150px;
  }
}
@media (max-width: 1220px) {
  .footer .container .contacts {
    margin-right: auto;
  }
}
.footer .container .subscribe {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 169px;
  -ms-flex: 0 1 169px;
  flex: 0 1 169px;
  position: relative;
  padding-left: 23px;
  height: 45px;
}
.footer .container .subscribe .title {
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: left;
  color: black;
  margin-bottom: 5px;
}
.footer .container .subscribe #mc_embed_signup {
  position: relative;
}
.footer .container .subscribe #mc_embed_signup input[type="email"] {
  border: 0;
  border-bottom: 1px solid black;
  padding-bottom: 5px;
  width: 173px;
  padding-right: 35px;
  box-sizing: border-box;
}
.footer .container .subscribe #mc_embed_signup input[type="email"], .footer .container .subscribe #mc_embed_signup input[type="email"]::-webkit-input-placeholder {
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: black;
}
.footer .container .subscribe #mc_embed_signup input[type="email"], .footer .container .subscribe #mc_embed_signup input[type="email"]::-moz-placeholder {
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: black;
}
.footer .container .subscribe #mc_embed_signup input[type="email"], .footer .container .subscribe #mc_embed_signup input[type="email"]:-ms-input-placeholder {
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: black;
}
.footer .container .subscribe #mc_embed_signup input[type="email"], .footer .container .subscribe #mc_embed_signup input[type="email"]::placeholder {
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: black;
}
.footer .container .subscribe #mc_embed_signup input[type="email"]:focus {
  outline: none;
}
.footer .container .subscribe #mc_embed_signup input[type="submit"] {
  color: none;
  border: 0;
  background-color: transparent;
  background-image: url("images/subscribe-arrow-footer.svg");
  width: 24px;
  height: 22px;
  position: absolute;
  bottom: 8px;
  right: 0;
  z-index: 2;
}
@media (max-width: 1220px) {
  .footer .container .subscribe {
    display: none;
  }
}
.footer .container .badge {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 135px;
  -ms-flex: 1 1 135px;
  flex: 1 1 135px;
  background-image: url("images/rare-hare-badge-simple.svg");
  width: 67px;
  height: 47px;
  background-size: 66px 45px;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1220px) {
  .footer .container .badge {
    display: none;
  }
}
.footer .container .credits {
  position: absolute;
  right: 100px;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: black;
  text-align: center;
}
@media (max-width: 1350px) {
  .footer .container .credits {
    display: none;
  }
}
@media (max-width: 1220px) {
  .footer .container .credits {
    display: block;
    position: static;
    width: 38px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 38px;
    -ms-flex: 0 1 38px;
    flex: 0 1 38px;
  }
}
.footer .container .nav {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 155px;
  -ms-flex: 0 1 155px;
  flex: 0 1 155px;
}
.footer .container .nav a {
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
  border: 0;
}
.footer .container .nav a:hover {
  text-decoration: underline;
}
@media (max-width: 1220px) {
  .footer .container .nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer {
    display: none;
  }
}

/*-----------------------------------*/
/*  Mobile Nav
/*-----------------------------------*/
.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  display: none;
  background-color: black;
  padding: 58px 0;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: white;
  overflow-y: scroll;
}
.mobile-nav .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.mobile-nav .wrapper .logo {
  background-image: url("images/rare-hare-logo.svg");
  width: 188px;
  height: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 20px;
}
.mobile-nav .wrapper .close {
  padding: 100px 0 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: black;
}
.mobile-nav .wrapper .links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.mobile-nav .wrapper .links a {
  display: block;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
}
.mobile-nav .wrapper .links a:hover {
  border: 0;
}
.mobile-nav .wrapper .links .spacer {
  margin-top: 1px;
  font-size: 14px;
  padding: 0 10px;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  margin-bottom: 4px;
}
.mobile-nav .wrapper .links .spacer:last-child {
  padding-bottom: 32px;
}

body.home > section .slider {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  overflow: visible;
  margin-bottom: 0;
}
body.home > section .slider .item {
  height: calc(100vh - (152px + 106px));
  min-height: 628px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1220px) {
  body.home > section .slider .item {
    min-height: 448px;
  }
}
body.home > section .slider .item, body.home > section .slider .item:active {
  outline: none;
}
body.home > section .slider .slick-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 59px;
  height: 22px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
body.home > section .slider .slick-arrow:hover {
  opacity: 0.7;
}
body.home > section .slider .slick-arrow.slick-next {
  right: -20px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  background-image: url("images/slider-arrow-right.svg");
}
body.home > section .slider .slick-arrow.slick-prev {
  left: -20px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background-image: url("images/slider-arrow-left.svg");
}
body.home > section .slider .slick-arrow::before, body.home > section .slider .slick-arrow::after {
  content: '';
}
@media (max-width: 1220px) {
  body.home > section .slider .slick-arrow {
    display: none !important;
  }
}
body.home > section .slider.slick-initialized {
  opacity: 1;
}
@media (max-width: 767px) {
  body.home > section .slider {
    opacity: 1;
  }
  body.home > section .slider .item {
    height: 263px;
    min-height: 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  body.home > section .slider .item:not(:last-child) {
    margin-bottom: 18px;
  }
}
body.home .mobile-splash {
  position: fixed;
  top: 140px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  z-index: 10;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  pointer-events: none;
  display: none;
}
body.home .mobile-splash .container {
  position: relative;
  height: 100%;
}
body.home .mobile-splash .container .text {
  margin-top: 12px;
}
body.home .mobile-splash .container .text, body.home .mobile-splash .container .text p, body.home .mobile-splash .container .text h1, body.home .mobile-splash body.page-template-menus > section .container .text .block[data-type="pdf_links"] a.item, body.page-template-menus > section body.home .mobile-splash .container .text .block[data-type="pdf_links"] a.item, body.home .mobile-splash body.page-template-menus > section .container .block[data-type="pdf_links"] .text a.item, body.page-template-menus > section body.home .mobile-splash .container .block[data-type="pdf_links"] .text a.item, body.home .mobile-splash body.page-template-field-notes > section .container .text a, body.page-template-field-notes > section body.home .mobile-splash .container .text a, body.home .mobile-splash body.single-fieldnotes > section .container .text a, body.single-fieldnotes > section body.home .mobile-splash .container .text a, body.home .mobile-splash body.page-template-bookings > section .container .text .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-bookings > section body.home .mobile-splash .container .text .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.home .mobile-splash body.page-template-bookings > section .container .embed-code #ot-reservation-widget .text .ot-dtp-picker-form, body.page-template-bookings > section body.home .mobile-splash .container .embed-code #ot-reservation-widget .text .ot-dtp-picker-form, body.home .mobile-splash body.page-template-bookings > section .container .text .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-bookings > section body.home .mobile-splash .container .text .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.home .mobile-splash body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .text .ot-button, body.page-template-bookings > section body.home .mobile-splash .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .text .ot-button, body.home .mobile-splash body.woocommerce-cart > section .container .text .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section body.home .mobile-splash .container .text .woocommerce form table.shop_table thead tr th, body.home .mobile-splash body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .text th, body.woocommerce-cart > section body.home .mobile-splash .container .woocommerce form table.shop_table thead tr .text th, body.home .mobile-splash body.page-template-checkout > section .container .text .woocommerce .thank-you-message .back-to-home, body.page-template-checkout > section body.home .mobile-splash .container .text .woocommerce .thank-you-message .back-to-home, body.home .mobile-splash body.page-template-checkout > section .container .woocommerce .thank-you-message .text .back-to-home, body.page-template-checkout > section body.home .mobile-splash .container .woocommerce .thank-you-message .text .back-to-home {
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  color: black;
  text-align: center;
  letter-spacing: 0.1em;
}
body.home .mobile-splash .container .hero-image {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-top: 36px;
  box-sizing: border-box;
}
body.home .mobile-splash .container a.enter-here {
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  color: black;
  border-bottom: 1px solid black;
  padding-bottom: 6px;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 64px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  body.home .mobile-splash {
    display: block;
    pointer-events: all;
  }
  body.home .mobile-splash.inactive {
    opacity: 0;
    pointer-events: none;
  }
}

body.page-template-default > section .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body.page-template-default > section .container .block[data-type="text"] {
  text-align: center;
  max-width: 678px;
}
body.page-template-default > section .container .block[data-type="text"] p:not(:last-child), body.page-template-default > section .container .block[data-type="text"] h1:not(:last-child), body.page-template-default > section body.page-template-menus > section .container .block[data-type="text"] .block[data-type="pdf_links"] a.item:not(:last-child), body.page-template-menus > section body.page-template-default > section .container .block[data-type="text"] .block[data-type="pdf_links"] a.item:not(:last-child), body.page-template-default > section body.page-template-menus > section .container .block[data-type="pdf_links"] .block[data-type="text"] a.item:not(:last-child), body.page-template-menus > section body.page-template-default > section .container .block[data-type="pdf_links"] .block[data-type="text"] a.item:not(:last-child), body.page-template-default > section body.page-template-field-notes > section .container .block[data-type="text"] a:not(:last-child), body.page-template-field-notes > section body.page-template-default > section .container .block[data-type="text"] a:not(:last-child), body.page-template-default > section body.single-fieldnotes > section .container .block[data-type="text"] a:not(:last-child), body.single-fieldnotes > section body.page-template-default > section .container .block[data-type="text"] a:not(:last-child), body.page-template-default > section body.page-template-bookings > section .container .block[data-type="text"] .embed-code #ot-reservation-widget .ot-dtp-picker-form:not(:last-child), body.page-template-bookings > section body.page-template-default > section .container .block[data-type="text"] .embed-code #ot-reservation-widget .ot-dtp-picker-form:not(:last-child), body.page-template-default > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .block[data-type="text"] .ot-dtp-picker-form:not(:last-child), body.page-template-bookings > section body.page-template-default > section .container .embed-code #ot-reservation-widget .block[data-type="text"] .ot-dtp-picker-form:not(:last-child), body.page-template-default > section body.page-template-bookings > section .container .block[data-type="text"] .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button:not(:last-child), body.page-template-bookings > section body.page-template-default > section .container .block[data-type="text"] .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button:not(:last-child), body.page-template-default > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .block[data-type="text"] .ot-button:not(:last-child), body.page-template-bookings > section body.page-template-default > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .block[data-type="text"] .ot-button:not(:last-child), body.page-template-default > section body.woocommerce-cart > section .container .block[data-type="text"] .woocommerce form table.shop_table thead tr th:not(:last-child), body.woocommerce-cart > section body.page-template-default > section .container .block[data-type="text"] .woocommerce form table.shop_table thead tr th:not(:last-child), body.page-template-default > section body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .block[data-type="text"] th:not(:last-child), body.woocommerce-cart > section body.page-template-default > section .container .woocommerce form table.shop_table thead tr .block[data-type="text"] th:not(:last-child), body.page-template-default > section body.page-template-checkout > section .container .block[data-type="text"] .woocommerce .thank-you-message .back-to-home:not(:last-child), body.page-template-checkout > section body.page-template-default > section .container .block[data-type="text"] .woocommerce .thank-you-message .back-to-home:not(:last-child), body.page-template-default > section body.page-template-checkout > section .container .woocommerce .thank-you-message .block[data-type="text"] .back-to-home:not(:last-child), body.page-template-checkout > section body.page-template-default > section .container .woocommerce .thank-you-message .block[data-type="text"] .back-to-home:not(:last-child) {
  margin-bottom: 22px;
}
body.page-template-default > section .container .block[data-type="text"] a {
  color: #666D5B;
  border-bottom: 1px solid #666D5B;
}
body.page-template-default > section .container .block[data-type="text"] a:hover {
  color: #666D5B;
}
body.page-template-default > section .container .block[data-type="text"] a[href^="mailto:"] {
  color: #C88C78;
  border-bottom: 1px solid #C88C78;
}
body.page-template-default > section .container .block[data-type="image"] img {
  max-width: 715px;
  max-height: 600px;
  height: auto;
  width: auto;
}
@media (max-width: 755px) {
  body.page-template-default > section .container .block[data-type="image"] img {
    max-width: 100%;
  }
}
body.page-template-default > section .container .block[data-type="image"] .caption, body.page-template-default > section .container .block[data-type="image"] .caption p, body.page-template-default > section .container .block[data-type="image"] .caption h1, body.page-template-default > section body.page-template-menus > section .container .block[data-type="image"] .caption .block[data-type="pdf_links"] a.item, body.page-template-menus > section body.page-template-default > section .container .block[data-type="image"] .caption .block[data-type="pdf_links"] a.item, body.page-template-default > section body.page-template-menus > section .container .block[data-type="pdf_links"] .block[data-type="image"] .caption a.item, body.page-template-menus > section body.page-template-default > section .container .block[data-type="pdf_links"] .block[data-type="image"] .caption a.item, body.page-template-default > section body.page-template-field-notes > section .container .block[data-type="image"] .caption a, body.page-template-field-notes > section body.page-template-default > section .container .block[data-type="image"] .caption a, body.page-template-default > section body.single-fieldnotes > section .container .block[data-type="image"] .caption a, body.single-fieldnotes > section body.page-template-default > section .container .block[data-type="image"] .caption a, body.page-template-default > section body.page-template-bookings > section .container .block[data-type="image"] .caption .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-bookings > section body.page-template-default > section .container .block[data-type="image"] .caption .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-default > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .block[data-type="image"] .caption .ot-dtp-picker-form, body.page-template-bookings > section body.page-template-default > section .container .embed-code #ot-reservation-widget .block[data-type="image"] .caption .ot-dtp-picker-form, body.page-template-default > section body.page-template-bookings > section .container .block[data-type="image"] .caption .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-bookings > section body.page-template-default > section .container .block[data-type="image"] .caption .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-default > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .block[data-type="image"] .caption .ot-button, body.page-template-bookings > section body.page-template-default > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .block[data-type="image"] .caption .ot-button, body.page-template-default > section body.woocommerce-cart > section .container .block[data-type="image"] .caption .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section body.page-template-default > section .container .block[data-type="image"] .caption .woocommerce form table.shop_table thead tr th, body.page-template-default > section body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .block[data-type="image"] .caption th, body.woocommerce-cart > section body.page-template-default > section .container .woocommerce form table.shop_table thead tr .block[data-type="image"] .caption th, body.page-template-default > section body.page-template-checkout > section .container .block[data-type="image"] .caption .woocommerce .thank-you-message .back-to-home, body.page-template-checkout > section body.page-template-default > section .container .block[data-type="image"] .caption .woocommerce .thank-you-message .back-to-home, body.page-template-default > section body.page-template-checkout > section .container .woocommerce .thank-you-message .block[data-type="image"] .caption .back-to-home, body.page-template-checkout > section body.page-template-default > section .container .woocommerce .thank-you-message .block[data-type="image"] .caption .back-to-home {
  font-size: 14px;
  margin-top: 5px;
}
body.page-template-default > section .container .block:not(:last-child) {
  margin-bottom: 22px;
}
body.page-template-default > section .container .wine-club-form {
  margin-top: 23px;
}
@media (max-width: 1220px) {
  body.page-template-default > section .container .wine-club-form {
    margin-top: 0px;
  }
}
body.page-template-default > section .container .wine-club-form p.title, body.page-template-default > section .container .wine-club-form h1.title, body.page-template-default > section body.page-template-menus > section .container .wine-club-form .block[data-type="pdf_links"] a.title.item, body.page-template-menus > section body.page-template-default > section .container .wine-club-form .block[data-type="pdf_links"] a.title.item, body.page-template-default > section body.page-template-menus > section .container .block[data-type="pdf_links"] .wine-club-form a.title.item, body.page-template-menus > section body.page-template-default > section .container .block[data-type="pdf_links"] .wine-club-form a.title.item, body.page-template-default > section body.page-template-field-notes > section .container .wine-club-form a.title, body.page-template-field-notes > section body.page-template-default > section .container .wine-club-form a.title, body.page-template-default > section body.single-fieldnotes > section .container .wine-club-form a.title, body.single-fieldnotes > section body.page-template-default > section .container .wine-club-form a.title, body.page-template-default > section body.page-template-bookings > section .container .wine-club-form .embed-code #ot-reservation-widget .title.ot-dtp-picker-form, body.page-template-bookings > section body.page-template-default > section .container .wine-club-form .embed-code #ot-reservation-widget .title.ot-dtp-picker-form, body.page-template-default > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .wine-club-form .title.ot-dtp-picker-form, body.page-template-bookings > section body.page-template-default > section .container .embed-code #ot-reservation-widget .wine-club-form .title.ot-dtp-picker-form, body.page-template-default > section body.page-template-bookings > section .container .wine-club-form .embed-code #ot-reservation-widget .ot-dtp-picker-form .title.ot-button, body.page-template-bookings > section body.page-template-default > section .container .wine-club-form .embed-code #ot-reservation-widget .ot-dtp-picker-form .title.ot-button, body.page-template-default > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .wine-club-form .title.ot-button, body.page-template-bookings > section body.page-template-default > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .wine-club-form .title.ot-button, body.page-template-default > section body.woocommerce-cart > section .container .wine-club-form .woocommerce form table.shop_table thead tr th.title, body.woocommerce-cart > section body.page-template-default > section .container .wine-club-form .woocommerce form table.shop_table thead tr th.title, body.page-template-default > section body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .wine-club-form th.title, body.woocommerce-cart > section body.page-template-default > section .container .woocommerce form table.shop_table thead tr .wine-club-form th.title, body.page-template-default > section body.page-template-checkout > section .container .wine-club-form .woocommerce .thank-you-message .title.back-to-home, body.page-template-checkout > section body.page-template-default > section .container .wine-club-form .woocommerce .thank-you-message .title.back-to-home, body.page-template-default > section body.page-template-checkout > section .container .woocommerce .thank-you-message .wine-club-form .title.back-to-home, body.page-template-checkout > section body.page-template-default > section .container .woocommerce .thank-you-message .wine-club-form .title.back-to-home {
  text-align: center;
  margin-bottom: 42px;
}
body.page-template-default > section .container .wine-club-form .nf-form-wrap .nf-form-fields-required {
  display: none;
}
body.page-template-default > section .container .wine-club-form .nf-form-wrap .nf-form-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body.page-template-default > section .container .wine-club-form .nf-form-wrap .nf-form-content nf-fields-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 450px;
}
@media (max-width: 1220px) {
  body.page-template-default > section .container .wine-club-form .nf-form-wrap .nf-form-content nf-fields-wrap {
    width: 350px;
  }
}
@media (max-width: 767px) {
  body.page-template-default > section .container .wine-club-form .nf-form-wrap .nf-form-content nf-fields-wrap {
    width: 100%;
  }
}
body.page-template-default > section .container .wine-club-form .nf-form-wrap .nf-form-content nf-fields-wrap nf-field {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  padding-right: 30px;
}
@media (max-width: 767px) {
  body.page-template-default > section .container .wine-club-form .nf-form-wrap .nf-form-content nf-fields-wrap nf-field {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding-right: 0;
  }
}
body.page-template-default > section .container .wine-club-form .nf-form-wrap .nf-form-content nf-fields-wrap nf-field .nf-field-container {
  margin-bottom: 22px;
}
@media (max-width: 1220px) {
  body.page-template-default > section .container .wine-club-form .nf-form-wrap .nf-form-content nf-fields-wrap nf-field .nf-field-container {
    margin-bottom: 13px;
  }
}
body.page-template-default > section .container .wine-club-form .nf-form-wrap .nf-form-content nf-fields-wrap nf-field .nf-field-container .textbox-wrap input,
body.page-template-default > section .container .wine-club-form .nf-form-wrap .nf-form-content nf-fields-wrap nf-field .nf-field-container .email-wrap input,
body.page-template-default > section .container .wine-club-form .nf-form-wrap .nf-form-content nf-fields-wrap nf-field .nf-field-container .spam-wrap input {
  border: 0;
  height: 21px;
  background-color: white;
  border: 1px solid #666D5B;
  width: 100%;
  box-sizing: border-box;
  padding: 3px 6px 1px;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.06em;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 1220px) {
  body.page-template-default > section .container .wine-club-form .nf-form-wrap .nf-form-content nf-fields-wrap nf-field .nf-field-container .textbox-wrap input,
  body.page-template-default > section .container .wine-club-form .nf-form-wrap .nf-form-content nf-fields-wrap nf-field .nf-field-container .email-wrap input,
  body.page-template-default > section .container .wine-club-form .nf-form-wrap .nf-form-content nf-fields-wrap nf-field .nf-field-container .spam-wrap input {
    height: 17px;
    font-size: 13px;
    line-height: 16px;
  }
}
body.page-template-default > section .container .wine-club-form .nf-form-wrap .nf-form-content nf-fields-wrap nf-field .nf-field-container .textbox-wrap input:focus,
body.page-template-default > section .container .wine-club-form .nf-form-wrap .nf-form-content nf-fields-wrap nf-field .nf-field-container .email-wrap input:focus,
body.page-template-default > section .container .wine-club-form .nf-form-wrap .nf-form-content nf-fields-wrap nf-field .nf-field-container .spam-wrap input:focus {
  outline: none;
}
body.page-template-default > section .container .wine-club-form .nf-form-wrap .nf-form-content nf-fields-wrap nf-field .nf-field-container .submit-wrap input[type="button"] {
  padding: 1px 6px 1px;
  border: 0;
  height: 21px;
  color: white;
  width: 100%;
  text-align: left;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.06em;
  background-color: rgba(102, 109, 91, 0.5);
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 1220px) {
  body.page-template-default > section .container .wine-club-form .nf-form-wrap .nf-form-content nf-fields-wrap nf-field .nf-field-container .submit-wrap input[type="button"] {
    height: 17px;
    font-size: 13px;
    line-height: 16px;
  }
}

body.page-template-menus > section .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body.page-template-menus > section .container .block[data-type="text"] {
  text-align: center;
  max-width: 678px;
}
body.page-template-menus > section .container .block[data-type="text"] p:not(:last-child), body.page-template-menus > section .container .block[data-type="text"] h1:not(:last-child), body.page-template-menus > section .container .block[data-type="text"] .block[data-type="pdf_links"] a.item:not(:last-child), body.page-template-menus > section .container .block[data-type="pdf_links"] .block[data-type="text"] a.item:not(:last-child), body.page-template-menus > section body.page-template-field-notes > section .container .block[data-type="text"] a:not(:last-child), body.page-template-field-notes > section body.page-template-menus > section .container .block[data-type="text"] a:not(:last-child), body.page-template-menus > section body.single-fieldnotes > section .container .block[data-type="text"] a:not(:last-child), body.single-fieldnotes > section body.page-template-menus > section .container .block[data-type="text"] a:not(:last-child), body.page-template-menus > section body.page-template-bookings > section .container .block[data-type="text"] .embed-code #ot-reservation-widget .ot-dtp-picker-form:not(:last-child), body.page-template-bookings > section body.page-template-menus > section .container .block[data-type="text"] .embed-code #ot-reservation-widget .ot-dtp-picker-form:not(:last-child), body.page-template-menus > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .block[data-type="text"] .ot-dtp-picker-form:not(:last-child), body.page-template-bookings > section body.page-template-menus > section .container .embed-code #ot-reservation-widget .block[data-type="text"] .ot-dtp-picker-form:not(:last-child), body.page-template-menus > section body.page-template-bookings > section .container .block[data-type="text"] .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button:not(:last-child), body.page-template-bookings > section body.page-template-menus > section .container .block[data-type="text"] .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button:not(:last-child), body.page-template-menus > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .block[data-type="text"] .ot-button:not(:last-child), body.page-template-bookings > section body.page-template-menus > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .block[data-type="text"] .ot-button:not(:last-child), body.page-template-menus > section body.woocommerce-cart > section .container .block[data-type="text"] .woocommerce form table.shop_table thead tr th:not(:last-child), body.woocommerce-cart > section body.page-template-menus > section .container .block[data-type="text"] .woocommerce form table.shop_table thead tr th:not(:last-child), body.page-template-menus > section body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .block[data-type="text"] th:not(:last-child), body.woocommerce-cart > section body.page-template-menus > section .container .woocommerce form table.shop_table thead tr .block[data-type="text"] th:not(:last-child), body.page-template-menus > section body.page-template-checkout > section .container .block[data-type="text"] .woocommerce .thank-you-message .back-to-home:not(:last-child), body.page-template-checkout > section body.page-template-menus > section .container .block[data-type="text"] .woocommerce .thank-you-message .back-to-home:not(:last-child), body.page-template-menus > section body.page-template-checkout > section .container .woocommerce .thank-you-message .block[data-type="text"] .back-to-home:not(:last-child), body.page-template-checkout > section body.page-template-menus > section .container .woocommerce .thank-you-message .block[data-type="text"] .back-to-home:not(:last-child) {
  margin-bottom: 22px;
}
body.page-template-menus > section .container .block[data-type="text"] a {
  color: #666D5B;
  border-bottom: 1px solid #666D5B;
}
body.page-template-menus > section .container .block[data-type="text"] a:hover {
  color: #666D5B;
}
body.page-template-menus > section .container .block[data-type="text"] a[href^="mailto:"] {
  color: #C88C78;
  border-bottom: 1px solid #C88C78;
}
body.page-template-menus > section .container .block[data-type="image"] img {
  max-width: 715px;
  max-height: 600px;
  height: auto;
  width: auto;
}
@media (max-width: 755px) {
  body.page-template-menus > section .container .block[data-type="image"] img {
    max-width: 100%;
  }
}
body.page-template-menus > section .container .block[data-type="image"] .caption, body.page-template-menus > section .container .block[data-type="image"] .caption p, body.page-template-menus > section .container .block[data-type="image"] .caption h1, body.page-template-menus > section .container .block[data-type="image"] .caption .block[data-type="pdf_links"] a.item, body.page-template-menus > section .container .block[data-type="pdf_links"] .block[data-type="image"] .caption a.item, body.page-template-menus > section body.page-template-field-notes > section .container .block[data-type="image"] .caption a, body.page-template-field-notes > section body.page-template-menus > section .container .block[data-type="image"] .caption a, body.page-template-menus > section body.single-fieldnotes > section .container .block[data-type="image"] .caption a, body.single-fieldnotes > section body.page-template-menus > section .container .block[data-type="image"] .caption a, body.page-template-menus > section body.page-template-bookings > section .container .block[data-type="image"] .caption .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-bookings > section body.page-template-menus > section .container .block[data-type="image"] .caption .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-menus > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .block[data-type="image"] .caption .ot-dtp-picker-form, body.page-template-bookings > section body.page-template-menus > section .container .embed-code #ot-reservation-widget .block[data-type="image"] .caption .ot-dtp-picker-form, body.page-template-menus > section body.page-template-bookings > section .container .block[data-type="image"] .caption .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-bookings > section body.page-template-menus > section .container .block[data-type="image"] .caption .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-menus > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .block[data-type="image"] .caption .ot-button, body.page-template-bookings > section body.page-template-menus > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .block[data-type="image"] .caption .ot-button, body.page-template-menus > section body.woocommerce-cart > section .container .block[data-type="image"] .caption .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section body.page-template-menus > section .container .block[data-type="image"] .caption .woocommerce form table.shop_table thead tr th, body.page-template-menus > section body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .block[data-type="image"] .caption th, body.woocommerce-cart > section body.page-template-menus > section .container .woocommerce form table.shop_table thead tr .block[data-type="image"] .caption th, body.page-template-menus > section body.page-template-checkout > section .container .block[data-type="image"] .caption .woocommerce .thank-you-message .back-to-home, body.page-template-checkout > section body.page-template-menus > section .container .block[data-type="image"] .caption .woocommerce .thank-you-message .back-to-home, body.page-template-menus > section body.page-template-checkout > section .container .woocommerce .thank-you-message .block[data-type="image"] .caption .back-to-home, body.page-template-checkout > section body.page-template-menus > section .container .woocommerce .thank-you-message .block[data-type="image"] .caption .back-to-home {
  font-size: 14px;
  margin-top: 5px;
}
body.page-template-menus > section .container .block:not(:last-child) {
  margin-bottom: 22px;
}
body.page-template-menus > section .container .block[data-type="image"] img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: 715px;
}
body.page-template-menus > section .container .block[data-type="image"] .caption, body.page-template-menus > section .container .block[data-type="image"] .caption p, body.page-template-menus > section .container .block[data-type="image"] .caption h1, body.page-template-menus > section .container .block[data-type="image"] .caption .block[data-type="pdf_links"] a.item, body.page-template-menus > section .container .block[data-type="pdf_links"] .block[data-type="image"] .caption a.item, body.page-template-menus > section body.page-template-field-notes > section .container .block[data-type="image"] .caption a, body.page-template-field-notes > section body.page-template-menus > section .container .block[data-type="image"] .caption a, body.page-template-menus > section body.single-fieldnotes > section .container .block[data-type="image"] .caption a, body.single-fieldnotes > section body.page-template-menus > section .container .block[data-type="image"] .caption a, body.page-template-menus > section body.page-template-bookings > section .container .block[data-type="image"] .caption .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-bookings > section body.page-template-menus > section .container .block[data-type="image"] .caption .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-menus > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .block[data-type="image"] .caption .ot-dtp-picker-form, body.page-template-bookings > section body.page-template-menus > section .container .embed-code #ot-reservation-widget .block[data-type="image"] .caption .ot-dtp-picker-form, body.page-template-menus > section body.page-template-bookings > section .container .block[data-type="image"] .caption .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-bookings > section body.page-template-menus > section .container .block[data-type="image"] .caption .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-menus > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .block[data-type="image"] .caption .ot-button, body.page-template-bookings > section body.page-template-menus > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .block[data-type="image"] .caption .ot-button, body.page-template-menus > section body.woocommerce-cart > section .container .block[data-type="image"] .caption .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section body.page-template-menus > section .container .block[data-type="image"] .caption .woocommerce form table.shop_table thead tr th, body.page-template-menus > section body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .block[data-type="image"] .caption th, body.woocommerce-cart > section body.page-template-menus > section .container .woocommerce form table.shop_table thead tr .block[data-type="image"] .caption th, body.page-template-menus > section body.page-template-checkout > section .container .block[data-type="image"] .caption .woocommerce .thank-you-message .back-to-home, body.page-template-checkout > section body.page-template-menus > section .container .block[data-type="image"] .caption .woocommerce .thank-you-message .back-to-home, body.page-template-menus > section body.page-template-checkout > section .container .woocommerce .thank-you-message .block[data-type="image"] .caption .back-to-home, body.page-template-checkout > section body.page-template-menus > section .container .woocommerce .thank-you-message .block[data-type="image"] .caption .back-to-home {
  font-size: 14px;
  margin-top: 5px;
}
body.page-template-menus > section .container .block[data-type="pdf_links"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px;
}
body.page-template-menus > section .container .block[data-type="pdf_links"] a.item {
  text-align: center;
  color: #666D5B;
  border-bottom: 1px solid #666D5B;
}
body.page-template-menus > section .container .block[data-type="pdf_links"] a.item:not(:last-child) {
  margin-bottom: 5px;
}
body.page-template-menus > section .container .block[data-type="pdf_links"] a.item:hover {
  color: #666D5B;
}

body.page-template-field-notes > section .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  max-width: 970px;
}
.listing {
    width: 100%;
    margin-top: 150px;
}
.listing .block {
    width: 48%;
    display: inline-block;
    padding-right: 35px;
}
.note_content {
    width: 48%;
    display: inline-block;
    text-align: left;
    position: relative;
}
body.page-template-field-notes > section .container a {
  color: #666D5B;
  border-bottom: 1px solid #666D5B;
  margin-bottom: 20px;
}
body.page-template-field-notes > section .container a:hover {
  color: #666D5B;
}
body.page-template-field-notes > section .container .note {
/*  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;*/
  display: flex;
/*  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;*/
  margin-bottom: 42px;
}
.note_inner_container {
    position: absolute;
    bottom: 22px;
}
.introduction {
    margin-top: 20px;
}
body.page-template-field-notes > section .container .note .block[data-type="text"] {
  text-align: center;
  max-width: 678px;
}
body.page-template-field-notes > section .container .note .block[data-type="text"] p:not(:last-child), body.page-template-field-notes > section .container .note .block[data-type="text"] h1:not(:last-child), body.page-template-field-notes > section .container .note .block[data-type="text"] a:not(:last-child), body.page-template-field-notes > section body.page-template-bookings > section .container .note .block[data-type="text"] .embed-code #ot-reservation-widget .ot-dtp-picker-form:not(:last-child), body.page-template-bookings > section body.page-template-field-notes > section .container .note .block[data-type="text"] .embed-code #ot-reservation-widget .ot-dtp-picker-form:not(:last-child), body.page-template-field-notes > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .note .block[data-type="text"] .ot-dtp-picker-form:not(:last-child), body.page-template-bookings > section body.page-template-field-notes > section .container .embed-code #ot-reservation-widget .note .block[data-type="text"] .ot-dtp-picker-form:not(:last-child), body.page-template-field-notes > section body.page-template-bookings > section .container .note .block[data-type="text"] .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button:not(:last-child), body.page-template-bookings > section body.page-template-field-notes > section .container .note .block[data-type="text"] .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button:not(:last-child), body.page-template-field-notes > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .note .block[data-type="text"] .ot-button:not(:last-child), body.page-template-bookings > section body.page-template-field-notes > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .note .block[data-type="text"] .ot-button:not(:last-child), body.page-template-field-notes > section body.woocommerce-cart > section .container .note .block[data-type="text"] .woocommerce form table.shop_table thead tr th:not(:last-child), body.woocommerce-cart > section body.page-template-field-notes > section .container .note .block[data-type="text"] .woocommerce form table.shop_table thead tr th:not(:last-child), body.page-template-field-notes > section body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .note .block[data-type="text"] th:not(:last-child), body.woocommerce-cart > section body.page-template-field-notes > section .container .woocommerce form table.shop_table thead tr .note .block[data-type="text"] th:not(:last-child), body.page-template-field-notes > section body.page-template-checkout > section .container .note .block[data-type="text"] .woocommerce .thank-you-message .back-to-home:not(:last-child), body.page-template-checkout > section body.page-template-field-notes > section .container .note .block[data-type="text"] .woocommerce .thank-you-message .back-to-home:not(:last-child), body.page-template-field-notes > section body.page-template-checkout > section .container .woocommerce .thank-you-message .note .block[data-type="text"] .back-to-home:not(:last-child), body.page-template-checkout > section body.page-template-field-notes > section .container .woocommerce .thank-you-message .note .block[data-type="text"] .back-to-home:not(:last-child) {
  margin-bottom: 22px;
}
body.page-template-field-notes > section .container .note .block[data-type="text"] a {
  color: #666D5B;
  border-bottom: 1px solid #666D5B;
}
body.page-template-field-notes > section .container .note .block[data-type="text"] a:hover {
  color: #666D5B;
}
body.page-template-field-notes > section .container .note .block[data-type="text"] a[href^="mailto:"] {
  color: #C88C78;
  border-bottom: 1px solid #C88C78;
}
body.page-template-field-notes > section .container .note .block[data-type="image"] img {
  max-width: 715px;
  max-height: 600px;
  height: auto;
  width: auto;
}
@media (max-width: 755px) {
  body.page-template-field-notes > section .container .note .block[data-type="image"] img {
    max-width: 100%;
  }
}
body.page-template-field-notes > section .container .note .block[data-type="image"] .caption, body.page-template-field-notes > section .container .note .block[data-type="image"] .caption p, body.page-template-field-notes > section .container .note .block[data-type="image"] .caption h1, body.page-template-field-notes > section .container .note .block[data-type="image"] .caption a, body.page-template-field-notes > section body.page-template-bookings > section .container .note .block[data-type="image"] .caption .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-bookings > section body.page-template-field-notes > section .container .note .block[data-type="image"] .caption .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-field-notes > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .note .block[data-type="image"] .caption .ot-dtp-picker-form, body.page-template-bookings > section body.page-template-field-notes > section .container .embed-code #ot-reservation-widget .note .block[data-type="image"] .caption .ot-dtp-picker-form, body.page-template-field-notes > section body.page-template-bookings > section .container .note .block[data-type="image"] .caption .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-bookings > section body.page-template-field-notes > section .container .note .block[data-type="image"] .caption .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-field-notes > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .note .block[data-type="image"] .caption .ot-button, body.page-template-bookings > section body.page-template-field-notes > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .note .block[data-type="image"] .caption .ot-button, body.page-template-field-notes > section body.woocommerce-cart > section .container .note .block[data-type="image"] .caption .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section body.page-template-field-notes > section .container .note .block[data-type="image"] .caption .woocommerce form table.shop_table thead tr th, body.page-template-field-notes > section body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .note .block[data-type="image"] .caption th, body.woocommerce-cart > section body.page-template-field-notes > section .container .woocommerce form table.shop_table thead tr .note .block[data-type="image"] .caption th, body.page-template-field-notes > section body.page-template-checkout > section .container .note .block[data-type="image"] .caption .woocommerce .thank-you-message .back-to-home, body.page-template-checkout > section body.page-template-field-notes > section .container .note .block[data-type="image"] .caption .woocommerce .thank-you-message .back-to-home, body.page-template-field-notes > section body.page-template-checkout > section .container .woocommerce .thank-you-message .note .block[data-type="image"] .caption .back-to-home, body.page-template-checkout > section body.page-template-field-notes > section .container .woocommerce .thank-you-message .note .block[data-type="image"] .caption .back-to-home {
  font-size: 14px;
  margin-top: 5px;
}
body.page-template-field-notes > section .container .note .block:not(:last-child) {
  margin-bottom: 22px;
}
body.page-template-field-notes > section .container .note .block[data-type="image"] img {
  max-height: 304px;
  height: auto;
  width: auto;
}
body.page-template-field-notes > section .container .note a.read-more {
  border: 0;
  opacity: 0.5;
  margin-bottom: 22px;
}
body.page-template-field-notes > section .container .note .social a {
  border: 0;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 21px;
}

body.single-fieldnotes > section .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
body.single-fieldnotes > section .container .block[data-type="text"] {
  text-align: center;
  max-width: 678px;
}
body.single-fieldnotes > section .container .block[data-type="text"] p:not(:last-child), body.single-fieldnotes > section .container .block[data-type="text"] h1:not(:last-child), body.single-fieldnotes > section .container .block[data-type="text"] a:not(:last-child), body.single-fieldnotes > section body.page-template-bookings > section .container .block[data-type="text"] .embed-code #ot-reservation-widget .ot-dtp-picker-form:not(:last-child), body.page-template-bookings > section body.single-fieldnotes > section .container .block[data-type="text"] .embed-code #ot-reservation-widget .ot-dtp-picker-form:not(:last-child), body.single-fieldnotes > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .block[data-type="text"] .ot-dtp-picker-form:not(:last-child), body.page-template-bookings > section body.single-fieldnotes > section .container .embed-code #ot-reservation-widget .block[data-type="text"] .ot-dtp-picker-form:not(:last-child), body.single-fieldnotes > section body.page-template-bookings > section .container .block[data-type="text"] .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button:not(:last-child), body.page-template-bookings > section body.single-fieldnotes > section .container .block[data-type="text"] .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button:not(:last-child), body.single-fieldnotes > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .block[data-type="text"] .ot-button:not(:last-child), body.page-template-bookings > section body.single-fieldnotes > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .block[data-type="text"] .ot-button:not(:last-child), body.single-fieldnotes > section body.woocommerce-cart > section .container .block[data-type="text"] .woocommerce form table.shop_table thead tr th:not(:last-child), body.woocommerce-cart > section body.single-fieldnotes > section .container .block[data-type="text"] .woocommerce form table.shop_table thead tr th:not(:last-child), body.single-fieldnotes > section body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .block[data-type="text"] th:not(:last-child), body.woocommerce-cart > section body.single-fieldnotes > section .container .woocommerce form table.shop_table thead tr .block[data-type="text"] th:not(:last-child), body.single-fieldnotes > section body.page-template-checkout > section .container .block[data-type="text"] .woocommerce .thank-you-message .back-to-home:not(:last-child), body.page-template-checkout > section body.single-fieldnotes > section .container .block[data-type="text"] .woocommerce .thank-you-message .back-to-home:not(:last-child), body.single-fieldnotes > section body.page-template-checkout > section .container .woocommerce .thank-you-message .block[data-type="text"] .back-to-home:not(:last-child), body.page-template-checkout > section body.single-fieldnotes > section .container .woocommerce .thank-you-message .block[data-type="text"] .back-to-home:not(:last-child) {
  margin-bottom: 22px;
}
body.single-fieldnotes > section .container .block[data-type="text"] a {
  color: #666D5B;
  border-bottom: 1px solid #666D5B;
}
body.single-fieldnotes > section .container .block[data-type="text"] a:hover {
  color: #666D5B;
}
body.single-fieldnotes > section .container .block[data-type="text"] a[href^="mailto:"] {
  color: #C88C78;
  border-bottom: 1px solid #C88C78;
}
body.single-fieldnotes > section .container .block[data-type="image"] img {
  max-width: 715px;
  max-height: 600px;
  height: auto;
  width: auto;
}
@media (max-width: 755px) {
  body.single-fieldnotes > section .container .block[data-type="image"] img {
    max-width: 100%;
  }
}
body.single-fieldnotes > section .container .block[data-type="image"] .caption, body.single-fieldnotes > section .container .block[data-type="image"] .caption p, body.single-fieldnotes > section .container .block[data-type="image"] .caption h1, body.single-fieldnotes > section .container .block[data-type="image"] .caption a, body.single-fieldnotes > section body.page-template-bookings > section .container .block[data-type="image"] .caption .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-bookings > section body.single-fieldnotes > section .container .block[data-type="image"] .caption .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.single-fieldnotes > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .block[data-type="image"] .caption .ot-dtp-picker-form, body.page-template-bookings > section body.single-fieldnotes > section .container .embed-code #ot-reservation-widget .block[data-type="image"] .caption .ot-dtp-picker-form, body.single-fieldnotes > section body.page-template-bookings > section .container .block[data-type="image"] .caption .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-bookings > section body.single-fieldnotes > section .container .block[data-type="image"] .caption .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.single-fieldnotes > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .block[data-type="image"] .caption .ot-button, body.page-template-bookings > section body.single-fieldnotes > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .block[data-type="image"] .caption .ot-button, body.single-fieldnotes > section body.woocommerce-cart > section .container .block[data-type="image"] .caption .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section body.single-fieldnotes > section .container .block[data-type="image"] .caption .woocommerce form table.shop_table thead tr th, body.single-fieldnotes > section body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .block[data-type="image"] .caption th, body.woocommerce-cart > section body.single-fieldnotes > section .container .woocommerce form table.shop_table thead tr .block[data-type="image"] .caption th, body.single-fieldnotes > section body.page-template-checkout > section .container .block[data-type="image"] .caption .woocommerce .thank-you-message .back-to-home, body.page-template-checkout > section body.single-fieldnotes > section .container .block[data-type="image"] .caption .woocommerce .thank-you-message .back-to-home, body.single-fieldnotes > section body.page-template-checkout > section .container .woocommerce .thank-you-message .block[data-type="image"] .caption .back-to-home, body.page-template-checkout > section body.single-fieldnotes > section .container .woocommerce .thank-you-message .block[data-type="image"] .caption .back-to-home {
  font-size: 14px;
  margin-top: 5px;
}
body.single-fieldnotes > section .container .block:not(:last-child) {
  margin-bottom: 22px;
}
body.single-fieldnotes > section .container a {
  color: #666D5B;
  border-bottom: 1px solid #666D5B;
  margin-bottom: 20px;
}
body.single-fieldnotes > section .container a:hover {
  color: #666D5B;
}
body.single-fieldnotes > section .container .social a {
  border: 0;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 21px;
}

body.page-template-bookings > section .container {
  text-align: center;
  max-width: 678px;
}
body.page-template-bookings > section .container .text{
    margin-bottom: 50px;
}
body.page-template-bookings > section .container .text p:not(:last-child), body.page-template-bookings > section .container .text h1:not(:last-child), body.page-template-bookings > section body.page-template-menus > section .container .text .block[data-type="pdf_links"] a.item:not(:last-child), body.page-template-menus > section body.page-template-bookings > section .container .text .block[data-type="pdf_links"] a.item:not(:last-child), body.page-template-bookings > section body.page-template-menus > section .container .block[data-type="pdf_links"] .text a.item:not(:last-child), body.page-template-menus > section body.page-template-bookings > section .container .block[data-type="pdf_links"] .text a.item:not(:last-child), body.page-template-bookings > section body.page-template-field-notes > section .container .text a:not(:last-child), body.page-template-field-notes > section body.page-template-bookings > section .container .text a:not(:last-child), body.page-template-bookings > section body.single-fieldnotes > section .container .text a:not(:last-child), body.single-fieldnotes > section body.page-template-bookings > section .container .text a:not(:last-child), body.page-template-bookings > section .container .text .embed-code #ot-reservation-widget .ot-dtp-picker-form:not(:last-child), body.page-template-bookings > section .container .embed-code #ot-reservation-widget .text .ot-dtp-picker-form:not(:last-child), body.page-template-bookings > section .container .text .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button:not(:last-child), body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .text .ot-button:not(:last-child), body.page-template-bookings > section body.woocommerce-cart > section .container .text .woocommerce form table.shop_table thead tr th:not(:last-child), body.woocommerce-cart > section body.page-template-bookings > section .container .text .woocommerce form table.shop_table thead tr th:not(:last-child), body.page-template-bookings > section body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .text th:not(:last-child), body.woocommerce-cart > section body.page-template-bookings > section .container .woocommerce form table.shop_table thead tr .text th:not(:last-child), body.page-template-bookings > section body.page-template-checkout > section .container .text .woocommerce .thank-you-message .back-to-home:not(:last-child), body.page-template-checkout > section body.page-template-bookings > section .container .text .woocommerce .thank-you-message .back-to-home:not(:last-child), body.page-template-bookings > section body.page-template-checkout > section .container .woocommerce .thank-you-message .text .back-to-home:not(:last-child), body.page-template-checkout > section body.page-template-bookings > section .container .woocommerce .thank-you-message .text .back-to-home:not(:last-child) {
  margin-bottom: 22px;
}
body.page-template-bookings > section .container .embed-code {
  margin-top: 20px;
}
body.page-template-bookings > section .container .embed-code #ot-reservation-widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-title {
  display: none;
}
body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form {
  border: 1px solid #666D5B;
  border-radius: 0;
}
body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .picker__header .picker__nav--next,
body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .picker__header .picker__nav--prev {
  color: #666D5B;
}
body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .picker__month,
body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .picker__year,
body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .picker__weekday {
  color: #666D5B !important;
}
body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .picker__month,
body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .picker__year {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .picker__day {
  border-radius: 0;
}
body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .picker__day--highlighted {
  background: #666D5B;
}
body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .picker__day--infocus:hover,
body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .picker__day--outfocus:hover {
  background: #E8ECE2;
  color: #666D5B;
}
body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-select-label {
  color: #666D5B;
}
body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-dtp-picker-selector {
  border-bottom: 1px solid #666D5B;
}
body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-dtp-picker-selector select {
  left: 0;
}
body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button {
  background-color: #666D5B;
  color: white;
  box-shadow: none;
  border-radius: 0;
  font-weight: 100;
}

/*-----------------------------------*/
/*  Mailing List
/*-----------------------------------*/
/*-----------------------------------*/
/*  Open Table
/*-----------------------------------*/
body.page-template-wine-store .coming-soon img,
body.page-template-wine-store-comingsoon .coming-soon img {
  width: 100%;
  height: auto;
}

body.page-template-wine-store-actual section.wine-store {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body.page-template-wine-store-actual section.wine-store .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: -96px;
}
@media (max-width: 767px) {
  body.page-template-wine-store-actual section.wine-store .container {
    margin-top: -0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 64px;
  }
}
body.page-template-wine-store-actual section.wine-store .container a.category {
  color: #666D5B;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.06em;
}
@media (max-width: 1220px) {
  body.page-template-wine-store-actual section.wine-store .container a.category {
    font-size: 15px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  body.page-template-wine-store-actual section.wine-store .container a.category {
    font-size: 18px;
    line-height: 21px;
  }
}
body.page-template-wine-store-actual section.wine-store .container a.category .thumbnail {
  height: 250px;
  width: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 25px;
}
@media (max-width: 1220px) {
  body.page-template-wine-store-actual section.wine-store .container a.category .thumbnail {
    margin-bottom: 18px;
  }
}
body.page-template-wine-store-actual section.wine-store .container a.category .title {
  text-align: center;
}
body.page-template-wine-store-actual section.wine-store .container a.category:not(:last-child) {
  margin-right: 48px;
}
@media (max-width: 767px) {
  body.page-template-wine-store-actual section.wine-store .container a.category {
    margin-right: 0 !important;
    margin-bottom: 32px;
  }
}

.woocommerce-page.archive section.product-archive .container .listing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: calc(100% + 70px);
}
@media (max-width: 1220px) {
  .woocommerce-page.archive section.product-archive .container .listing {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .woocommerce-page.archive section.product-archive .container .listing {
    width: 100%;
  }
}
.woocommerce-page.archive section.product-archive .container .listing .item {
  color: #666D5B;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 55px;
  letter-spacing: 0.06em;
}
@media (max-width: 1220px) {
  .woocommerce-page.archive section.product-archive .container .listing .item {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .woocommerce-page.archive section.product-archive .container .listing .item {
    font-size: 18px;
    line-height: 21px;
  }
}
.woocommerce-page.archive section.product-archive .container .listing .item .thumbnail {
  height: 200px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 25px;
}
@media (max-width: 1220px) {
  .woocommerce-page.archive section.product-archive .container .listing .item .thumbnail {
    height: 222px;
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .woocommerce-page.archive section.product-archive .container .listing .item .thumbnail {
    height: 310px;
    margin-bottom: 18px;
  }
}
.woocommerce-page.archive section.product-archive .container .listing .item .title {
  text-align: center;
}
.woocommerce-page.archive section.product-archive .container .listing .item:not(:last-child) {
  margin-right: 70px;
}
.woocommerce-page.archive section.product-archive .container .listing[data-taxonomy] .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 calc(25% - 70px);
  -ms-flex: 0 1 calc(25% - 70px);
  flex: 0 1 calc(25% - 70px);
}
@media (max-width: 1220px) {
  .woocommerce-page.archive section.product-archive .container .listing[data-taxonomy] .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(25% - 40px);
    -ms-flex: 0 1 calc(25% - 40px);
    flex: 0 1 calc(25% - 40px);
  }
  .woocommerce-page.archive section.product-archive .container .listing[data-taxonomy] .item:not(:last-child) {
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .woocommerce-page.archive section.product-archive .container .listing[data-taxonomy] .item {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 1 100% !important;
    -ms-flex: 0 1 100% !important;
    flex: 0 1 100% !important;
    margin-right: 0 !important;
  }
}
.woocommerce-page.archive section.product-archive .container .listing[data-taxonomy="wine"] .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 calc(20% - 70px);
  -ms-flex: 0 1 calc(20% - 70px);
  flex: 0 1 calc(20% - 70px);
}
.woocommerce-page.archive section.product-archive .container .listing[data-taxonomy="wine"] .item .thumbnail {
  height: 310px;
}
@media (max-width: 1220px) {
  .woocommerce-page.archive section.product-archive .container .listing[data-taxonomy="wine"] .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(20% - 40px);
    -ms-flex: 0 1 calc(20% - 40px);
    flex: 0 1 calc(20% - 40px);
  }
  .woocommerce-page.archive section.product-archive .container .listing[data-taxonomy="wine"] .item:not(:last-child) {
    margin-right: 40px;
  }
}

body.single-product section.single-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 64px;
  box-sizing: border-box;
}
body.single-product section.single-product .container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  body.single-product section.single-product .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0px;
  }
}
body.single-product section.single-product .container .product-image {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 32px;
}
@media (max-width: 767px) {
  body.single-product section.single-product .container .product-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 320px;
    -ms-flex: 0 1 320px;
    flex: 0 1 320px;
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 32px;
  }
}
body.single-product section.single-product .container .product-image .image {
  height: 400px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 767px) {
  body.single-product section.single-product .container .product-image .image {
    height: 100%;
  }
}
body.single-product section.single-product .container .product-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 500px;
}
@media (max-width: 767px) {
  body.single-product section.single-product .container .product-info {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
    width: 100%;
    max-width: none;
    margin-bottom: 24px;
  }
}
body.single-product section.single-product .container .product-info p, body.single-product section.single-product .container .product-info h1, body.single-product section.single-product body.page-template-menus > section .container .product-info .block[data-type="pdf_links"] a.item, body.page-template-menus > section body.single-product section.single-product .container .product-info .block[data-type="pdf_links"] a.item, body.single-product section.single-product body.page-template-menus > section .container .block[data-type="pdf_links"] .product-info a.item, body.page-template-menus > section body.single-product section.single-product .container .block[data-type="pdf_links"] .product-info a.item, body.single-product section.single-product body.page-template-field-notes > section .container .product-info a, body.page-template-field-notes > section body.single-product section.single-product .container .product-info a, body.single-product section.single-product body.single-fieldnotes > section .container .product-info a, body.single-fieldnotes > section body.single-product section.single-product .container .product-info a, body.single-product section.single-product body.page-template-bookings > section .container .product-info .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-bookings > section body.single-product section.single-product .container .product-info .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.single-product section.single-product body.page-template-bookings > section .container .embed-code #ot-reservation-widget .product-info .ot-dtp-picker-form, body.page-template-bookings > section body.single-product section.single-product .container .embed-code #ot-reservation-widget .product-info .ot-dtp-picker-form, body.single-product section.single-product body.page-template-bookings > section .container .product-info .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-bookings > section body.single-product section.single-product .container .product-info .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.single-product section.single-product body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .product-info .ot-button, body.page-template-bookings > section body.single-product section.single-product .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .product-info .ot-button, body.single-product section.single-product body.woocommerce-cart > section .container .product-info .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section body.single-product section.single-product .container .product-info .woocommerce form table.shop_table thead tr th, body.single-product section.single-product body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .product-info th, body.woocommerce-cart > section body.single-product section.single-product .container .woocommerce form table.shop_table thead tr .product-info th, body.single-product section.single-product body.page-template-checkout > section .container .product-info .woocommerce .thank-you-message .back-to-home, body.page-template-checkout > section body.single-product section.single-product .container .product-info .woocommerce .thank-you-message .back-to-home, body.single-product section.single-product body.page-template-checkout > section .container .woocommerce .thank-you-message .product-info .back-to-home, body.page-template-checkout > section body.single-product section.single-product .container .woocommerce .thank-you-message .product-info .back-to-home {
  letter-spacing: 0.06em;
}
body.single-product section.single-product .container .product-info .title {
  margin-bottom: 23px;
  color: black;
}
body.single-product section.single-product .container .product-info .description {
  margin-bottom: 23px;
}
body.single-product section.single-product .container .product-info .description p, body.single-product section.single-product .container .product-info .description h1, body.single-product section.single-product body.page-template-menus > section .container .product-info .description .block[data-type="pdf_links"] a.item, body.page-template-menus > section body.single-product section.single-product .container .product-info .description .block[data-type="pdf_links"] a.item, body.single-product section.single-product body.page-template-menus > section .container .block[data-type="pdf_links"] .product-info .description a.item, body.page-template-menus > section body.single-product section.single-product .container .block[data-type="pdf_links"] .product-info .description a.item, body.single-product section.single-product body.page-template-field-notes > section .container .product-info .description a, body.page-template-field-notes > section body.single-product section.single-product .container .product-info .description a, body.single-product section.single-product body.single-fieldnotes > section .container .product-info .description a, body.single-fieldnotes > section body.single-product section.single-product .container .product-info .description a, body.single-product section.single-product body.page-template-bookings > section .container .product-info .description .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-bookings > section body.single-product section.single-product .container .product-info .description .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.single-product section.single-product body.page-template-bookings > section .container .embed-code #ot-reservation-widget .product-info .description .ot-dtp-picker-form, body.page-template-bookings > section body.single-product section.single-product .container .embed-code #ot-reservation-widget .product-info .description .ot-dtp-picker-form, body.single-product section.single-product body.page-template-bookings > section .container .product-info .description .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-bookings > section body.single-product section.single-product .container .product-info .description .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.single-product section.single-product body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .product-info .description .ot-button, body.page-template-bookings > section body.single-product section.single-product .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .product-info .description .ot-button, body.single-product section.single-product body.woocommerce-cart > section .container .product-info .description .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section body.single-product section.single-product .container .product-info .description .woocommerce form table.shop_table thead tr th, body.single-product section.single-product body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .product-info .description th, body.woocommerce-cart > section body.single-product section.single-product .container .woocommerce form table.shop_table thead tr .product-info .description th, body.single-product section.single-product body.page-template-checkout > section .container .product-info .description .woocommerce .thank-you-message .back-to-home, body.page-template-checkout > section body.single-product section.single-product .container .product-info .description .woocommerce .thank-you-message .back-to-home, body.single-product section.single-product body.page-template-checkout > section .container .woocommerce .thank-you-message .product-info .description .back-to-home, body.page-template-checkout > section body.single-product section.single-product .container .woocommerce .thank-you-message .product-info .description .back-to-home {
  width: 100%;
}
body.single-product section.single-product .container .product-info .description strong {
  font-weight: normal;
  color: black;
}
body.single-product section.single-product .container .product-info .description p:not(:last-child), body.single-product section.single-product .container .product-info .description h1:not(:last-child), body.single-product section.single-product body.page-template-menus > section .container .product-info .description .block[data-type="pdf_links"] a.item:not(:last-child), body.page-template-menus > section body.single-product section.single-product .container .product-info .description .block[data-type="pdf_links"] a.item:not(:last-child), body.single-product section.single-product body.page-template-menus > section .container .block[data-type="pdf_links"] .product-info .description a.item:not(:last-child), body.page-template-menus > section body.single-product section.single-product .container .block[data-type="pdf_links"] .product-info .description a.item:not(:last-child), body.single-product section.single-product body.page-template-field-notes > section .container .product-info .description a:not(:last-child), body.page-template-field-notes > section body.single-product section.single-product .container .product-info .description a:not(:last-child), body.single-product section.single-product body.single-fieldnotes > section .container .product-info .description a:not(:last-child), body.single-fieldnotes > section body.single-product section.single-product .container .product-info .description a:not(:last-child), body.single-product section.single-product body.page-template-bookings > section .container .product-info .description .embed-code #ot-reservation-widget .ot-dtp-picker-form:not(:last-child), body.page-template-bookings > section body.single-product section.single-product .container .product-info .description .embed-code #ot-reservation-widget .ot-dtp-picker-form:not(:last-child), body.single-product section.single-product body.page-template-bookings > section .container .embed-code #ot-reservation-widget .product-info .description .ot-dtp-picker-form:not(:last-child), body.page-template-bookings > section body.single-product section.single-product .container .embed-code #ot-reservation-widget .product-info .description .ot-dtp-picker-form:not(:last-child), body.single-product section.single-product body.page-template-bookings > section .container .product-info .description .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button:not(:last-child), body.page-template-bookings > section body.single-product section.single-product .container .product-info .description .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button:not(:last-child), body.single-product section.single-product body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .product-info .description .ot-button:not(:last-child), body.page-template-bookings > section body.single-product section.single-product .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .product-info .description .ot-button:not(:last-child), body.single-product section.single-product body.woocommerce-cart > section .container .product-info .description .woocommerce form table.shop_table thead tr th:not(:last-child), body.woocommerce-cart > section body.single-product section.single-product .container .product-info .description .woocommerce form table.shop_table thead tr th:not(:last-child), body.single-product section.single-product body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .product-info .description th:not(:last-child), body.woocommerce-cart > section body.single-product section.single-product .container .woocommerce form table.shop_table thead tr .product-info .description th:not(:last-child), body.single-product section.single-product body.page-template-checkout > section .container .product-info .description .woocommerce .thank-you-message .back-to-home:not(:last-child), body.page-template-checkout > section body.single-product section.single-product .container .product-info .description .woocommerce .thank-you-message .back-to-home:not(:last-child), body.single-product section.single-product body.page-template-checkout > section .container .woocommerce .thank-you-message .product-info .description .back-to-home:not(:last-child), body.page-template-checkout > section body.single-product section.single-product .container .woocommerce .thank-you-message .product-info .description .back-to-home:not(:last-child) {
  margin-bottom: 20px;
}
body.single-product section.single-product .container .product-info .product-meta .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body.single-product section.single-product .container .product-info .product-meta .meta .label {
  margin-right: 10px;
  color: black;
}
body.single-product section.single-product .container .product-info .product-options {
  margin-top: 24px;
}
body.single-product section.single-product .container .product-info .product-options button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  padding: 0;
  border: none;
  font-size: 18px;
  line-height: 21px;
  padding-bottom: 0;
  width: auto;
  border-bottom: 1px solid #666D5B;
  letter-spacing: 0.06em;
}
@media (max-width: 1220px) {
  body.single-product section.single-product .container .product-info .product-options button {
    font-size: 15px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  body.single-product section.single-product .container .product-info .product-options button {
    font-size: 13.5px;
    line-height: 16px;
  }
}
body.single-product section.single-product .container .product-info .product-options table.variations {
  width: 100%;
}
body.single-product section.single-product .container .product-info .product-options table.variations tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}
body.single-product section.single-product .container .product-info .product-options table.variations tr .label {
  padding-right: 10px;
}
body.single-product section.single-product .container .product-info .product-options table.variations tr .value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
body.single-product section.single-product .container .product-info .product-options table.variations tr .value .reset_variations {
  display: none;
}
body.single-product section.single-product .container .product-info .product-options table.variations tr .reset_variations {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #666D5B;
}
body.single-product section.single-product .container .product-info .product-options input {
  border: 0;
  height: 21px;
  background-color: white;
  border: 1px solid #666D5B;
  box-sizing: border-box;
  padding: 3px 6px 1px;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0.06em;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 250px;
}
@media (max-width: 767px) {
  body.single-product section.single-product .container .product-info .product-options input {
    font-size: 13.5px;
    line-height: 16px;
    width: 160px;
  }
}
body.single-product section.single-product .container .product-info .product-options select {
  width: 150px;
  font-size: 15px;
  line-height: 16px;
}
@media (max-width: 767px) {
  body.single-product section.single-product .container .product-info .product-options select {
    font-size: 13.5px;
    line-height: 16px;
    width: 160px;
  }
}
body.single-product section.single-product .container .product-info a.cart-link,
body.single-product section.single-product .container .product-info .single_add_to_cart_button {
  margin-top: 4px;
  color: #666D5B;
  font-size: 18px;
  line-height: 21px;
  padding-bottom: 0;
  border-bottom: 1px solid #666D5B;
  letter-spacing: 0.06em;
}
@media (max-width: 1220px) {
  body.single-product section.single-product .container .product-info a.cart-link,
  body.single-product section.single-product .container .product-info .single_add_to_cart_button {
    font-size: 15px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  body.single-product section.single-product .container .product-info a.cart-link,
  body.single-product section.single-product .container .product-info .single_add_to_cart_button {
    font-size: 13.5px;
    line-height: 16px;
  }
}
body.single-product section.single-product .container .quantity {
  display: none !important;
}

body.woocommerce-cart > section .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body.woocommerce-cart > section .container .title {
  border-bottom: 1px solid #666D5B;
}
body.woocommerce-cart > section .container .woocommerce {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 20px;
}
body.woocommerce-cart > section .container .woocommerce .woocommerce-message {
  margin: 48px 0;
}
body.woocommerce-cart > section .container .woocommerce .woocommerce-message, body.woocommerce-cart > section .container .woocommerce .woocommerce-message a, body.woocommerce-cart > section .container .woocommerce .woocommerce-message p, body.woocommerce-cart > section .container .woocommerce .woocommerce-message h1, body.woocommerce-cart > section body.page-template-menus > section .container .woocommerce .woocommerce-message .block[data-type="pdf_links"] a.item, body.page-template-menus > section body.woocommerce-cart > section .container .woocommerce .woocommerce-message .block[data-type="pdf_links"] a.item, body.woocommerce-cart > section body.page-template-menus > section .container .block[data-type="pdf_links"] .woocommerce .woocommerce-message a.item, body.page-template-menus > section body.woocommerce-cart > section .container .block[data-type="pdf_links"] .woocommerce .woocommerce-message a.item, body.woocommerce-cart > section body.page-template-field-notes > section .container .woocommerce .woocommerce-message a, body.page-template-field-notes > section body.woocommerce-cart > section .container .woocommerce .woocommerce-message a, body.woocommerce-cart > section body.single-fieldnotes > section .container .woocommerce .woocommerce-message a, body.single-fieldnotes > section body.woocommerce-cart > section .container .woocommerce .woocommerce-message a, body.woocommerce-cart > section body.page-template-bookings > section .container .woocommerce .woocommerce-message .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-bookings > section body.woocommerce-cart > section .container .woocommerce .woocommerce-message .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.woocommerce-cart > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .woocommerce .woocommerce-message .ot-dtp-picker-form, body.page-template-bookings > section body.woocommerce-cart > section .container .embed-code #ot-reservation-widget .woocommerce .woocommerce-message .ot-dtp-picker-form, body.woocommerce-cart > section body.page-template-bookings > section .container .woocommerce .woocommerce-message .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-bookings > section body.woocommerce-cart > section .container .woocommerce .woocommerce-message .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.woocommerce-cart > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .woocommerce .woocommerce-message .ot-button, body.page-template-bookings > section body.woocommerce-cart > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .woocommerce .woocommerce-message .ot-button, body.woocommerce-cart > section .container .woocommerce .woocommerce-message form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .woocommerce-message th, body.woocommerce-cart > section body.page-template-checkout > section .container .woocommerce .woocommerce-message .thank-you-message .back-to-home, body.page-template-checkout > section body.woocommerce-cart > section .container .woocommerce .woocommerce-message .thank-you-message .back-to-home, body.woocommerce-cart > section body.page-template-checkout > section .container .woocommerce .thank-you-message .woocommerce-message .back-to-home, body.page-template-checkout > section body.woocommerce-cart > section .container .woocommerce .thank-you-message .woocommerce-message .back-to-home {
  font-size: 18px;
  line-height: 21px;
  color: black;
}
@media (max-width: 1220px) {
  body.woocommerce-cart > section .container .woocommerce .woocommerce-message, body.woocommerce-cart > section .container .woocommerce .woocommerce-message a, body.woocommerce-cart > section .container .woocommerce .woocommerce-message p, body.woocommerce-cart > section .container .woocommerce .woocommerce-message h1, body.woocommerce-cart > section body.page-template-menus > section .container .woocommerce .woocommerce-message .block[data-type="pdf_links"] a.item, body.page-template-menus > section body.woocommerce-cart > section .container .woocommerce .woocommerce-message .block[data-type="pdf_links"] a.item, body.woocommerce-cart > section body.page-template-menus > section .container .block[data-type="pdf_links"] .woocommerce .woocommerce-message a.item, body.page-template-menus > section body.woocommerce-cart > section .container .block[data-type="pdf_links"] .woocommerce .woocommerce-message a.item, body.woocommerce-cart > section body.page-template-field-notes > section .container .woocommerce .woocommerce-message a, body.page-template-field-notes > section body.woocommerce-cart > section .container .woocommerce .woocommerce-message a, body.woocommerce-cart > section body.single-fieldnotes > section .container .woocommerce .woocommerce-message a, body.single-fieldnotes > section body.woocommerce-cart > section .container .woocommerce .woocommerce-message a, body.woocommerce-cart > section body.page-template-bookings > section .container .woocommerce .woocommerce-message .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-bookings > section body.woocommerce-cart > section .container .woocommerce .woocommerce-message .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.woocommerce-cart > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .woocommerce .woocommerce-message .ot-dtp-picker-form, body.page-template-bookings > section body.woocommerce-cart > section .container .embed-code #ot-reservation-widget .woocommerce .woocommerce-message .ot-dtp-picker-form, body.woocommerce-cart > section body.page-template-bookings > section .container .woocommerce .woocommerce-message .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-bookings > section body.woocommerce-cart > section .container .woocommerce .woocommerce-message .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.woocommerce-cart > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .woocommerce .woocommerce-message .ot-button, body.page-template-bookings > section body.woocommerce-cart > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .woocommerce .woocommerce-message .ot-button, body.woocommerce-cart > section .container .woocommerce .woocommerce-message form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .woocommerce-message th, body.woocommerce-cart > section body.page-template-checkout > section .container .woocommerce .woocommerce-message .thank-you-message .back-to-home, body.page-template-checkout > section body.woocommerce-cart > section .container .woocommerce .woocommerce-message .thank-you-message .back-to-home, body.woocommerce-cart > section body.page-template-checkout > section .container .woocommerce .thank-you-message .woocommerce-message .back-to-home, body.page-template-checkout > section body.woocommerce-cart > section .container .woocommerce .thank-you-message .woocommerce-message .back-to-home {
    font-size: 15px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  body.woocommerce-cart > section .container .woocommerce .woocommerce-message, body.woocommerce-cart > section .container .woocommerce .woocommerce-message a, body.woocommerce-cart > section .container .woocommerce .woocommerce-message p, body.woocommerce-cart > section .container .woocommerce .woocommerce-message h1, body.woocommerce-cart > section body.page-template-menus > section .container .woocommerce .woocommerce-message .block[data-type="pdf_links"] a.item, body.page-template-menus > section body.woocommerce-cart > section .container .woocommerce .woocommerce-message .block[data-type="pdf_links"] a.item, body.woocommerce-cart > section body.page-template-menus > section .container .block[data-type="pdf_links"] .woocommerce .woocommerce-message a.item, body.page-template-menus > section body.woocommerce-cart > section .container .block[data-type="pdf_links"] .woocommerce .woocommerce-message a.item, body.woocommerce-cart > section body.page-template-field-notes > section .container .woocommerce .woocommerce-message a, body.page-template-field-notes > section body.woocommerce-cart > section .container .woocommerce .woocommerce-message a, body.woocommerce-cart > section body.single-fieldnotes > section .container .woocommerce .woocommerce-message a, body.single-fieldnotes > section body.woocommerce-cart > section .container .woocommerce .woocommerce-message a, body.woocommerce-cart > section body.page-template-bookings > section .container .woocommerce .woocommerce-message .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-bookings > section body.woocommerce-cart > section .container .woocommerce .woocommerce-message .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.woocommerce-cart > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .woocommerce .woocommerce-message .ot-dtp-picker-form, body.page-template-bookings > section body.woocommerce-cart > section .container .embed-code #ot-reservation-widget .woocommerce .woocommerce-message .ot-dtp-picker-form, body.woocommerce-cart > section body.page-template-bookings > section .container .woocommerce .woocommerce-message .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-bookings > section body.woocommerce-cart > section .container .woocommerce .woocommerce-message .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.woocommerce-cart > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .woocommerce .woocommerce-message .ot-button, body.page-template-bookings > section body.woocommerce-cart > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .woocommerce .woocommerce-message .ot-button, body.woocommerce-cart > section .container .woocommerce .woocommerce-message form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .woocommerce-message th, body.woocommerce-cart > section body.page-template-checkout > section .container .woocommerce .woocommerce-message .thank-you-message .back-to-home, body.page-template-checkout > section body.woocommerce-cart > section .container .woocommerce .woocommerce-message .thank-you-message .back-to-home, body.woocommerce-cart > section body.page-template-checkout > section .container .woocommerce .thank-you-message .woocommerce-message .back-to-home, body.page-template-checkout > section body.woocommerce-cart > section .container .woocommerce .thank-you-message .woocommerce-message .back-to-home {
    font-size: 13.5px;
    line-height: 16px;
  }
}
body.woocommerce-cart > section .container .woocommerce h2 {
  margin-bottom: 64px;
}
body.woocommerce-cart > section .container .woocommerce form {
  width: 100%;
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table {
  width: 100%;
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr {
  height: 75px;
  vertical-align: middle;
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th {
  font-size: 18px;
  line-height: 21px;
  font-weight: normal;
  text-align: left;
}
@media (max-width: 767px) {
  body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th {
    font-size: 13.5px;
    line-height: 16px;
  }
  body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th span {
    display: none;
  }
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th.product-name {
  width: 45%;
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th.product-price {
  width: 19%;
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th.product-quantity {
  width: 22%;
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th.product-subtotal {
  width: 18%;
}
@media (max-width: 767px) {
  body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th.product-name {
    width: 25%;
  }
  body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th.product-price, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th.product-quantity, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th.product-subtotal {
    width: 25%;
  }
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item td {
  padding-top: 24px;
  padding-bottom: 24px;
  vertical-align: top;
  font-size: 18px;
  line-height: 21px;
}
@media (max-width: 767px) {
  body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item td, body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item td *, body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item td a {
    font-size: 13.5px;
    line-height: 16px;
  }
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name, body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name a {
  color: #666D5B;
  font-size: 18px;
  line-height: 21px;
}
@media (max-width: 767px) {
  body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name, body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name a {
    font-size: 13.5px;
    line-height: 16px;
  }
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations {
  padding-top: 12px;
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label, body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label p, body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label h1, body.woocommerce-cart > section body.page-template-menus > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label .block[data-type="pdf_links"] a.item, body.page-template-menus > section body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label .block[data-type="pdf_links"] a.item, body.woocommerce-cart > section body.page-template-menus > section .container .block[data-type="pdf_links"] .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label a.item, body.page-template-menus > section body.woocommerce-cart > section .container .block[data-type="pdf_links"] .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label a.item, body.woocommerce-cart > section body.page-template-field-notes > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label a, body.page-template-field-notes > section body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label a, body.woocommerce-cart > section body.single-fieldnotes > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label a, body.single-fieldnotes > section body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label a, body.woocommerce-cart > section body.page-template-bookings > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-bookings > section body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.woocommerce-cart > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label .ot-dtp-picker-form, body.page-template-bookings > section body.woocommerce-cart > section .container .embed-code #ot-reservation-widget .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label .ot-dtp-picker-form, body.woocommerce-cart > section body.page-template-bookings > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-bookings > section body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.woocommerce-cart > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label .ot-button, body.page-template-bookings > section body.woocommerce-cart > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label .ot-button, body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr tbody .cart_item .product-name .variations .variation .label th, body.woocommerce-cart > section body.page-template-checkout > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label .thank-you-message .back-to-home, body.page-template-checkout > section body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label .thank-you-message .back-to-home, body.woocommerce-cart > section body.page-template-checkout > section .container .woocommerce .thank-you-message form table.shop_table tbody .cart_item .product-name .variations .variation .label .back-to-home, body.page-template-checkout > section body.woocommerce-cart > section .container .woocommerce .thank-you-message form table.shop_table tbody .cart_item .product-name .variations .variation .label .back-to-home, body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .value, body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .value p, body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .value h1, body.woocommerce-cart > section body.page-template-menus > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .value .block[data-type="pdf_links"] a.item, body.page-template-menus > section body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .value .block[data-type="pdf_links"] a.item, body.woocommerce-cart > section body.page-template-menus > section .container .block[data-type="pdf_links"] .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .value a.item, body.page-template-menus > section body.woocommerce-cart > section .container .block[data-type="pdf_links"] .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .value a.item, body.woocommerce-cart > section body.page-template-field-notes > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .value a, body.page-template-field-notes > section body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .value a, body.woocommerce-cart > section body.single-fieldnotes > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .value a, body.single-fieldnotes > section body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .value a, body.woocommerce-cart > section body.page-template-bookings > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .value .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-bookings > section body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .value .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.woocommerce-cart > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .value .ot-dtp-picker-form, body.page-template-bookings > section body.woocommerce-cart > section .container .embed-code #ot-reservation-widget .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .value .ot-dtp-picker-form, body.woocommerce-cart > section body.page-template-bookings > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .value .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-bookings > section body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .value .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.woocommerce-cart > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .value .ot-button, body.page-template-bookings > section body.woocommerce-cart > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .value .ot-button, body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .value thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr tbody .cart_item .product-name .variations .variation .value th, body.woocommerce-cart > section body.page-template-checkout > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .value .thank-you-message .back-to-home, body.page-template-checkout > section body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .value .thank-you-message .back-to-home, body.woocommerce-cart > section body.page-template-checkout > section .container .woocommerce .thank-you-message form table.shop_table tbody .cart_item .product-name .variations .variation .value .back-to-home, body.page-template-checkout > section body.woocommerce-cart > section .container .woocommerce .thank-you-message form table.shop_table tbody .cart_item .product-name .variations .variation .value .back-to-home {
  font-size: 18px;
  line-height: 21px;
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label {
  margin-right: 3px;
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-price, body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-subtotal {
  font-size: 18px;
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-quantity .quantity input {
  border: 0;
  height: 21px;
  background-color: white;
  border: 1px solid #666D5B;
  width: 40px;
  box-sizing: border-box;
  padding: 3px 6px 1px;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.06em;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 767px) {
  body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-quantity .quantity input {
    height: 17px;
    font-size: 13px;
    line-height: 16px;
  }
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-quantity .quantity input:focus {
  outline: none;
}
body.woocommerce-cart > section .container .woocommerce form .actions {
  padding-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  body.woocommerce-cart > section .container .woocommerce form .actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
body.woocommerce-cart > section .container .woocommerce form .actions .coupon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: auto;
}
@media (max-width: 767px) {
  body.woocommerce-cart > section .container .woocommerce form .actions .coupon {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  body.woocommerce-cart > section .container .woocommerce form .actions .coupon .button {
    margin-left: 0;
    margin-top: 10px;
  }
}
body.woocommerce-cart > section .container .woocommerce form .actions .coupon .input-text {
  width: 150px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  border: 0;
  height: 28px;
  background-color: white;
  border: 1px solid #666D5B;
  color: #666D5B;
  box-sizing: border-box;
  padding: 3px 10px 1px;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.06em;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body.woocommerce-cart > section .container .woocommerce form .actions .coupon .input-text, body.woocommerce-cart > section .container .woocommerce form .actions .coupon .input-text::-webkit-input-placeholder {
  opacity: 1;
  color: #666D5B;
}
body.woocommerce-cart > section .container .woocommerce form .actions .coupon .input-text, body.woocommerce-cart > section .container .woocommerce form .actions .coupon .input-text::-moz-placeholder {
  opacity: 1;
  color: #666D5B;
}
body.woocommerce-cart > section .container .woocommerce form .actions .coupon .input-text, body.woocommerce-cart > section .container .woocommerce form .actions .coupon .input-text:-ms-input-placeholder {
  opacity: 1;
  color: #666D5B;
}
body.woocommerce-cart > section .container .woocommerce form .actions .coupon .input-text, body.woocommerce-cart > section .container .woocommerce form .actions .coupon .input-text::placeholder {
  opacity: 1;
  color: #666D5B;
}
@media (max-width: 767px) {
  body.woocommerce-cart > section .container .woocommerce form .actions .coupon .input-text {
    font-size: 13.5px;
    line-height: 16px;
  }
}
body.woocommerce-cart > section .container .woocommerce form .actions .coupon .input-text:focus {
  outline: none;
}
body.woocommerce-cart > section .container .woocommerce form .actions .button {
  margin-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  padding: 0;
  border: none;
  font-size: 18px;
  line-height: 21px;
  padding-bottom: 0;
  width: auto;
  border-bottom: 1px solid #666D5B;
  letter-spacing: 0.06em;
  margin: 2px 20px 0;
}
@media (max-width: 767px) {
  body.woocommerce-cart > section .container .woocommerce form .actions .button {
    font-size: 13.5px;
    line-height: 16px;
  }
}
body.woocommerce-cart > section .container .woocommerce form .actions .button[name="update_cart"] {
  margin-left: flex-start;
}
@media (max-width: 767px) {
  body.woocommerce-cart > section .container .woocommerce form .actions .button[name="update_cart"] {
    margin-left: 0;
    margin-top: 10px;
  }
}
body.woocommerce-cart > section .container .woocommerce .cart-collaterals {
  margin-left: auto;
  margin-top: 60px;
}
@media (max-width: 767px) {
  body.woocommerce-cart > section .container .woocommerce .cart-collaterals {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
  }
}
body.woocommerce-cart > section .container .woocommerce .cart-collaterals table.shop_table {
  max-width: 360px;
  padding-top: 30px;
  margin-bottom: 30px;
}
body.woocommerce-cart > section .container .woocommerce .cart-collaterals table.shop_table tbody {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  padding-bottom: 20px;
}
body.woocommerce-cart > section .container .woocommerce .cart-collaterals table.shop_table tbody tr {
  padding-bottom: 14px;
}
body.woocommerce-cart > section .container .woocommerce .cart-collaterals table.shop_table tbody tr th {
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #666D5B;
  width: 190px;
  text-align: left;
  vertical-align: top;
}
@media (max-width: 767px) {
  body.woocommerce-cart > section .container .woocommerce .cart-collaterals table.shop_table tbody tr th {
    font-size: 13.5px;
    line-height: 16px;
  }
}
body.woocommerce-cart > section .container .woocommerce .cart-collaterals table.shop_table tbody tr td, body.woocommerce-cart > section .container .woocommerce .cart-collaterals table.shop_table tbody tr td strong, body.woocommerce-cart > section .container .woocommerce .cart-collaterals table.shop_table tbody tr td small, body.woocommerce-cart > section .container .woocommerce .cart-collaterals table.shop_table tbody tr td > *, body.woocommerce-cart > section .container .woocommerce .cart-collaterals table.shop_table tbody tr td > * > * {
  font-size: 18px;
  line-height: 21px;
  font-weight: normal;
}
@media (max-width: 767px) {
  body.woocommerce-cart > section .container .woocommerce .cart-collaterals table.shop_table tbody tr td, body.woocommerce-cart > section .container .woocommerce .cart-collaterals table.shop_table tbody tr td strong, body.woocommerce-cart > section .container .woocommerce .cart-collaterals table.shop_table tbody tr td small, body.woocommerce-cart > section .container .woocommerce .cart-collaterals table.shop_table tbody tr td > *, body.woocommerce-cart > section .container .woocommerce .cart-collaterals table.shop_table tbody tr td > * > * {
    font-size: 13.5px;
    line-height: 16px;
  }
}
body.woocommerce-cart > section .container .woocommerce .cart-collaterals table.shop_table tbody tr td .woocommerce-shipping-calculator {
  display: none;
}
body.woocommerce-cart > section .container .woocommerce .cart-collaterals .wc-proceed-to-checkout a {
  color: #666D5B;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  padding: 0;
  border: none;
  font-size: 18px;
  line-height: 21px;
  padding-bottom: 0;
  width: auto;
  border-bottom: 1px solid #666D5B;
  letter-spacing: 0.06em;
  margin: 2px 0 0;
}
@media (max-width: 767px) {
  body.woocommerce-cart > section .container .woocommerce .cart-collaterals .wc-proceed-to-checkout a {
    font-size: 13.5px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  body.woocommerce-cart > section .container .woocommerce .cart-collaterals .wc-proceed-to-checkout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
  }
}

body.page-template-checkout > section .container .woocommerce {
  max-width: 500px;
}
body.page-template-checkout > section .container .woocommerce .woocommerce-info {
  display: none;
}
body.page-template-checkout > section .container .woocommerce ul.woocommerce-error {
  padding-left: 16px;
}
body.page-template-checkout > section .container .woocommerce ul.woocommerce-error li {
  color: #f95e5e;
}
body.page-template-checkout > section .container .woocommerce ul.woocommerce-error strong {
  font-weight: normal;
}
body.page-template-checkout > section .container .woocommerce form.checkout p.title, body.page-template-checkout > section .container .woocommerce form.checkout h1.title, body.page-template-checkout > section body.page-template-menus > section .container .woocommerce form.checkout .block[data-type="pdf_links"] a.title.item, body.page-template-menus > section body.page-template-checkout > section .container .woocommerce form.checkout .block[data-type="pdf_links"] a.title.item, body.page-template-checkout > section body.page-template-menus > section .container .block[data-type="pdf_links"] .woocommerce form.checkout a.title.item, body.page-template-menus > section body.page-template-checkout > section .container .block[data-type="pdf_links"] .woocommerce form.checkout a.title.item, body.page-template-checkout > section body.page-template-field-notes > section .container .woocommerce form.checkout a.title, body.page-template-field-notes > section body.page-template-checkout > section .container .woocommerce form.checkout a.title, body.page-template-checkout > section body.single-fieldnotes > section .container .woocommerce form.checkout a.title, body.single-fieldnotes > section body.page-template-checkout > section .container .woocommerce form.checkout a.title, body.page-template-checkout > section body.page-template-bookings > section .container .woocommerce form.checkout .embed-code #ot-reservation-widget .title.ot-dtp-picker-form, body.page-template-bookings > section body.page-template-checkout > section .container .woocommerce form.checkout .embed-code #ot-reservation-widget .title.ot-dtp-picker-form, body.page-template-checkout > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .woocommerce form.checkout .title.ot-dtp-picker-form, body.page-template-bookings > section body.page-template-checkout > section .container .embed-code #ot-reservation-widget .woocommerce form.checkout .title.ot-dtp-picker-form, body.page-template-checkout > section body.page-template-bookings > section .container .woocommerce form.checkout .embed-code #ot-reservation-widget .ot-dtp-picker-form .title.ot-button, body.page-template-bookings > section body.page-template-checkout > section .container .woocommerce form.checkout .embed-code #ot-reservation-widget .ot-dtp-picker-form .title.ot-button, body.page-template-checkout > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .woocommerce form.checkout .title.ot-button, body.page-template-bookings > section body.page-template-checkout > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .woocommerce form.checkout .title.ot-button, body.page-template-checkout > section body.woocommerce-cart > section .container .woocommerce form.checkout table.shop_table thead tr th.title, body.woocommerce-cart > section body.page-template-checkout > section .container .woocommerce form.checkout table.shop_table thead tr th.title, body.page-template-checkout > section .container .woocommerce form.checkout .thank-you-message .title.back-to-home, body.page-template-checkout > section .container .woocommerce .thank-you-message form.checkout .title.back-to-home {
  display: inline-block;
  margin-bottom: 24px;
  border-bottom: 1px solid #666D5B;
}
body.page-template-checkout > section .container .woocommerce form.checkout .woocommerce-billing-fields {
  margin-bottom: 24px;
}
body.page-template-checkout > section .container .woocommerce form.checkout .woocommerce-shipping-fields #ship-to-different-address {
  margin: 32px 0;
}
body.page-template-checkout > section .container .woocommerce form.checkout .woocommerce-shipping-fields #ship-to-different-address label {
  margin-right: 10px;
}
body.page-template-checkout > section .container .woocommerce form.checkout .woocommerce-shipping-fields textarea {
  width: 245px;
  height: 80px;
  border: 1px solid #666D5B;
}
@media (max-width: 767px) {
  body.page-template-checkout > section .container .woocommerce form.checkout .woocommerce-shipping-fields textarea {
    width: 150px;
  }
}
body.page-template-checkout > section .container .woocommerce form.checkout .form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
}
body.page-template-checkout > section .container .woocommerce form.checkout .form-row label abbr.required {
  border-bottom: none;
}
body.page-template-checkout > section .container .woocommerce form.checkout .form-row input:not(.button) {
  border: 0;
  height: 21px;
  background-color: white;
  border: 1px solid #666D5B;
  box-sizing: border-box;
  padding: 3px 6px 1px;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0.06em;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 250px;
}
@media (max-width: 767px) {
  body.page-template-checkout > section .container .woocommerce form.checkout .form-row input:not(.button) {
    font-size: 13.5px;
    line-height: 16px;
    width: 160px;
  }
}
body.page-template-checkout > section .container .woocommerce form.checkout .form-row select {
  width: 250px;
  font-size: 15px;
  line-height: 16px;
}
@media (max-width: 767px) {
  body.page-template-checkout > section .container .woocommerce form.checkout .form-row select {
    font-size: 13.5px;
    line-height: 16px;
    width: 160px;
  }
}
body.page-template-checkout > section .container .woocommerce form.checkout .form-row#billing_address_2_field input, body.page-template-checkout > section .container .woocommerce form.checkout .form-row#shipping_address_2_field input {
  margin-left: auto;
}
body.page-template-checkout > section .container .woocommerce p#order_review_heading, body.page-template-checkout > section .container .woocommerce h1#order_review_heading, body.page-template-checkout > section body.page-template-menus > section .container .woocommerce .block[data-type="pdf_links"] a#order_review_heading.item, body.page-template-menus > section body.page-template-checkout > section .container .woocommerce .block[data-type="pdf_links"] a#order_review_heading.item, body.page-template-checkout > section body.page-template-menus > section .container .block[data-type="pdf_links"] .woocommerce a#order_review_heading.item, body.page-template-menus > section body.page-template-checkout > section .container .block[data-type="pdf_links"] .woocommerce a#order_review_heading.item, body.page-template-checkout > section body.page-template-field-notes > section .container .woocommerce a#order_review_heading, body.page-template-field-notes > section body.page-template-checkout > section .container .woocommerce a#order_review_heading, body.page-template-checkout > section body.single-fieldnotes > section .container .woocommerce a#order_review_heading, body.single-fieldnotes > section body.page-template-checkout > section .container .woocommerce a#order_review_heading, body.page-template-checkout > section body.page-template-bookings > section .container .woocommerce .embed-code #ot-reservation-widget #order_review_heading.ot-dtp-picker-form, body.page-template-bookings > section body.page-template-checkout > section .container .woocommerce .embed-code #ot-reservation-widget #order_review_heading.ot-dtp-picker-form, body.page-template-checkout > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .woocommerce #order_review_heading.ot-dtp-picker-form, body.page-template-bookings > section body.page-template-checkout > section .container .embed-code #ot-reservation-widget .woocommerce #order_review_heading.ot-dtp-picker-form, body.page-template-checkout > section body.page-template-bookings > section .container .woocommerce .embed-code #ot-reservation-widget .ot-dtp-picker-form #order_review_heading.ot-button, body.page-template-bookings > section body.page-template-checkout > section .container .woocommerce .embed-code #ot-reservation-widget .ot-dtp-picker-form #order_review_heading.ot-button, body.page-template-checkout > section body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .woocommerce #order_review_heading.ot-button, body.page-template-bookings > section body.page-template-checkout > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .woocommerce #order_review_heading.ot-button, body.page-template-checkout > section body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th#order_review_heading, body.woocommerce-cart > section body.page-template-checkout > section .container .woocommerce form table.shop_table thead tr th#order_review_heading, body.page-template-checkout > section .container .woocommerce .thank-you-message #order_review_heading.back-to-home {
  margin: 32px 0;
}
body.page-template-checkout > section .container .woocommerce table.shop_table {
  padding-top: 30px;
  margin-bottom: 30px;
}
body.page-template-checkout > section .container .woocommerce table.shop_table thead, body.page-template-checkout > section .container .woocommerce table.shop_table tbody, body.page-template-checkout > section .container .woocommerce table.shop_table tfoot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
body.page-template-checkout > section .container .woocommerce table.shop_table thead th.product-name {
  width: 250px;
}
@media (max-width: 767px) {
  body.page-template-checkout > section .container .woocommerce table.shop_table thead th.product-name {
    width: 180px;
  }
}
body.page-template-checkout > section .container .woocommerce table.shop_table tbody .cart_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.5;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
body.page-template-checkout > section .container .woocommerce table.shop_table tbody .cart_item .product-name {
  width: 250px;
}
@media (max-width: 767px) {
  body.page-template-checkout > section .container .woocommerce table.shop_table tbody .cart_item .product-name {
    width: 180px;
  }
}
body.page-template-checkout > section .container .woocommerce table.shop_table tfoot th {
  width: 250px;
}
@media (max-width: 767px) {
  body.page-template-checkout > section .container .woocommerce table.shop_table tfoot th {
    width: 180px;
  }
}
body.page-template-checkout > section .container .woocommerce table.shop_table tr {
  padding-bottom: 14px;
}
body.page-template-checkout > section .container .woocommerce table.shop_table tr th {
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #666D5B;
  text-align: left;
  vertical-align: top;
}
@media (max-width: 767px) {
  body.page-template-checkout > section .container .woocommerce table.shop_table tr th {
    font-size: 13.5px;
    line-height: 16px;
  }
}
@media (max-width: 1220px) {
  body.page-template-checkout > section .container .woocommerce table.shop_table tr th {
    font-size: 15px;
    line-height: 17px;
  }
}
body.page-template-checkout > section .container .woocommerce table.shop_table tr td, body.page-template-checkout > section .container .woocommerce table.shop_table tr td strong, body.page-template-checkout > section .container .woocommerce table.shop_table tr td small, body.page-template-checkout > section .container .woocommerce table.shop_table tr td > *, body.page-template-checkout > section .container .woocommerce table.shop_table tr td > * > * {
  font-size: 18px;
  line-height: 21px;
  font-weight: normal;
}
@media (max-width: 767px) {
  body.page-template-checkout > section .container .woocommerce table.shop_table tr td, body.page-template-checkout > section .container .woocommerce table.shop_table tr td strong, body.page-template-checkout > section .container .woocommerce table.shop_table tr td small, body.page-template-checkout > section .container .woocommerce table.shop_table tr td > *, body.page-template-checkout > section .container .woocommerce table.shop_table tr td > * > * {
    font-size: 13.5px;
    line-height: 16px;
  }
}
@media (max-width: 1220px) {
  body.page-template-checkout > section .container .woocommerce table.shop_table tr td, body.page-template-checkout > section .container .woocommerce table.shop_table tr td strong, body.page-template-checkout > section .container .woocommerce table.shop_table tr td small, body.page-template-checkout > section .container .woocommerce table.shop_table tr td > *, body.page-template-checkout > section .container .woocommerce table.shop_table tr td > * > * {
    font-size: 15px;
    line-height: 17px;
  }
}
body.page-template-checkout > section .container .woocommerce table.shop_table tr td .woocommerce-shipping-calculator {
  display: none;
}
body.page-template-checkout > section .container .woocommerce .woocommerce-checkout-payment ul.wc_payment_methods {
  padding-left: 16px;
}
body.page-template-checkout > section .container .woocommerce .woocommerce-checkout-payment label {
  font-size: 18px;
  line-height: 21px;
  font-weight: normal;
}
@media (max-width: 767px) {
  body.page-template-checkout > section .container .woocommerce .woocommerce-checkout-payment label {
    font-size: 13.5px;
    line-height: 16px;
  }
}
@media (max-width: 1220px) {
  body.page-template-checkout > section .container .woocommerce .woocommerce-checkout-payment label {
    font-size: 15px;
    line-height: 17px;
  }
}
body.page-template-checkout > section .container .woocommerce .woocommerce-checkout-payment .payment_box {
  margin-top: 16px;
  opacity: 0.5;
}
body.page-template-checkout > section .container .woocommerce .woocommerce-checkout-payment .place-order {
  margin: 32px 0;
}
body.page-template-checkout > section .container .woocommerce .woocommerce-checkout-payment .place-order .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  padding: 0;
  border: none;
  font-size: 18px;
  line-height: 21px;
  padding-bottom: 0;
  width: auto;
  border-bottom: 1px solid #666D5B;
  letter-spacing: 0.06em;
}
@media (max-width: 1220px) {
  body.page-template-checkout > section .container .woocommerce .woocommerce-checkout-payment .place-order .button {
    font-size: 15px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  body.page-template-checkout > section .container .woocommerce .woocommerce-checkout-payment .place-order .button {
    font-size: 13.5px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  body.page-template-checkout > section .container .woocommerce .woocommerce-checkout-payment .place-order {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
  }
}
body.page-template-checkout > section .container .woocommerce .thank-you-message {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body.page-template-checkout > section .container .woocommerce .thank-you-message .back-to-home {
  color: black;
  margin-top: 10px;
}
body.page-template-checkout > section .container .woocommerce .woocommerce-thankyou-order-details {
  display: none;
}

/*-----------------------------------*/
/*  Home
/*-----------------------------------*/
