@charset "UTF-8";
/*
Theme Name: rarehare
Version: 1.0.2
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 */
}

video{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/**
 * 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; */
    color:#000;
    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; */
    color: #000;
}
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; */
    color: #000;
}
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 #000;
    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: #000;
    font-family: 'Maple Regular', Arial;
    -webkit-font-smoothing: antialiased;
    border-top: 0;
    min-height: 100vh;
    background-color: #f3e5da;
    -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) !important;
    padding: 0;
    box-sizing: border-box;
    padding-top: 32px;
    align-items: center;
    justify-content: space-between;
}
body .banner-container{
    max-width: calc(920px + 177px);
}
.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; */
}

.nav-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}

.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;
    text-wrap: nowrap;
    white-space: nowrap;
}
.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/Rarehare-logo.png");
    width: 176px;
    height: 103px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
@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 #000;
    color: #000;
    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;
        justify-content: center;
    }
    .header .container .nav {
        display: none;
    }

    .header .container .nav-wrapper > .spacer{
        display: none;
    }

}
@media (max-width: 767px) {
    .header {
        box-sizing: border-box;
        position: fixed;
        width: 100%;
        z-index: 99999999;
        background-color: #f3e5da;
    }
    .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: 152px;
    /* bottom: 0; */
    height: calc(100vh - (152px));
    -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;
    z-index: 999;
}
.header .icon-gutter.left {
    left: 0;
}
.header .icon-gutter.left .icon {
    left: 10%;
}
.header .icon-gutter.right {
    right: 0;
}
.header .icon-gutter.right .icon {
    right: 10%;
}
.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;
    }
}

@media screen and (max-width: 1599px) {
    .header .icon-gutter .icon{
        max-width: 133px;
    }
}

.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: 130px;
}


.footer .container .social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
}
.footer .container .social .icon {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 25px;
    width: 25px;
    border-radius: 3px;
}
.footer .container .social .icon.instagram {
    background-image: url("images/icon-instagram.svg");
    margin-right: 8px;
}

.footer .container .social .icon.facebook {
    background-image: url('/wp-content/uploads/2024/12/Asset-1.png');
}

.footer .container .address, .footer .container .contacts {
    font-size: 11px;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
    color: #000;
}
@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;
    max-width: 220px;
}


.footer .container .subscribe {
    -webkit-box-flex: 0;
    position: relative;
    height: 45px;
}
.footer .container .subscribe .title {
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: left;
    color: #000;
    margin-bottom: 5px;
    text-align: left;
    margin-left: 18px;
}
.footer .container .subscribe #mc_embed_signup {
    position: relative;
}
.footer .container .subscribe #mc_embed_signup input[type="email"] {
    border: 0;
    border-radius: 0px;
    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;
}

.footer .container .badge {
    -webkit-box-flex: 1;
    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;
}

.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;
}
.footer .container .nav a {
    font-size: 11px;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    position: relative;
    border: 0;
}
.footer .container .nav a:hover {
    text-decoration: underline;
}



/*-----------------------------------*/
/*  Mobile Nav
/*-----------------------------------*/
.mobile-nav {
    position: fixed;
    height: 100%;
    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: #f3e5da;
    overflow-y: scroll;
    z-index: 999999999999999;
}
.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%;
    background-color: #f3e5da;
}
.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: #f3e5da;
    z-index: 999999;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    pointer-events: none;
    display: none;
    height: 100%;
}
body.home .mobile-splash .container {
    position: relative;
    height: 100%;
    margin-top: 188px;
}
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;
    text-decoration: underline;
    text-underline-offset: 4px;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 72px;
}
@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;
    max-width: calc(920px + 177px);
}
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; */
    color: #000;
    border-bottom: 1px solid #000;
}
body.page-template-default > section .container .block[data-type="text"] a:hover {
    /* color: #666D5B; */
    color: #000;
}
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 {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    height: 100%;
    max-height: 617px;
}

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: #fff;
    border: 1px solid #000;
    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;
    max-width: calc(920px + 177px);
}
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; */
    color: #000;
    border-bottom: 1px solid #000;
}
body.page-template-menus > section .container .block[data-type="text"] a:hover {
    /* color: #666D5B; */
    color: #000;
}
body.page-template-menus > section .container .block[data-type="text"] a[href^="mailto:"] {
    color: #C88C78;
    border-bottom: 1px solid #C88C78;
}

@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 {

    width: 100%;
    max-width: 100%;
    object-fit: cover;
    height: 100%;
    max-height: 617px;
}
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: #000;
    border-bottom: 1px solid #000;
}
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; */
    color: #000;
}

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: 75px;
    display: grid;
    grid-template-columns: 50% 50%;
    row-gap: 20px;
    align-items: stretch;
}
.listing .block {
    width: 100%;
    display: inline-block;
}

.listing .note .block .content img{
    border-radius: 50px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.note_content {
    width: 85%;
    display: inline-block;
    text-align: center;
    position: relative;
}
#isPasted{
    padding: 10px 0px;
}

div#posts-readmore{
    margin-top: auto;
}
body.page-template-field-notes > section .container a {
    /* color: #666D5B; */
    color: #000;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}
body.page-template-field-notes > section .container a:hover {
    /* color: #666D5B; */
    color: #000;
}
body.page-template-field-notes > section .container .note {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 42px;
    align-items: center;
    height: auto;
    padding: 0px 15px;
}
.note_inner_container {
    position: absolute;
    bottom: 22px;
    display: none;
}
.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; */
    color: #000;
    border-bottom: 1px solid #000;
}
body.page-template-field-notes > section .container .note .block[data-type="text"] a:hover {
    /* color: #666D5B; */
    color: #000;
}
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;
    margin-bottom: 22px;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 4px;
}
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; */
    color: #000;
    border-bottom: 1px solid #000;
    text-transform: uppercase;
}
body.single-fieldnotes > section .container .block[data-type="text"] a:hover {
    /* color: #666D5B; */
    color: #000;
}
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 {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    height: 100%;
    max-height: 617px;
}

@media screen and (max-width:992px){
    body.page-template-field-notes .listing{
        margin-top: 75px;
    }
}

@media screen and (max-width:767px) {
    body.page-template-field-notes > section .container .note{
        flex-direction: column;
    }

    body.page-template-field-notes .listing{
        margin-top: 50px;
    }

    body.page-template-field-notes .listing .block{
        width: 100%;
        padding-right: 0px;
    }

    body.page-template-field-notes .content img{
        width: 67%;
    }

    .note_content{
        width: 100%;
        text-align: center;
    }

}

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; */
    color: #000;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}
body.single-fieldnotes > section .container a:hover {
    /* color: #666D5B; */
    color: #000;
}
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: 1097px;
}
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 #000;
    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; */
    color: #000;
}
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: #000 !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; */
    color: #000;
}
body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-select-label {
    /* color: #666D5B; */
    color: #000;
}
body.page-template-bookings > section .container .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-dtp-picker-selector {
    border-bottom: 1px solid #000;
}
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;
    gap: 48px;
}
@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; */
    color: #000;
    font-size: 18px;
    line-height: 21px;
    width: 25%;
    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;
        width: 100%;
    }
}
body.page-template-wine-store-actual section.wine-store .container a.category .thumbnail {
    height: auto;
    width: 100%;
    background-size: cover;
    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;
    letter-spacing: 0.1em;
}

@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; */
    color: #000;
    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 #000;
    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; */
    color: #000;
}
body.single-product section.single-product .container .product-info .product-options input {
    border: 0;
    height: 21px;
    background-color: #fff;
    border: 1px solid #000;
    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; */
    color: #000;
    font-size: 18px;
    line-height: 21px;
    padding-bottom: 0;
    border-bottom: 1px solid #000;
    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 #000;
}
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; */
    color: #000;
    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 #000;
    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; */
    color: #000;
    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; */
    color: #000;
}
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; */
    color: #000;
}
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; */
    color: #000;
}
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; */
    color: #000;
}
@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 #000;
    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; */
    color: #000;
    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; */
    color: #000;
    -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 #000;
    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 #000;
}
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 #000;
}
@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: #fff;
    border: 1px solid #000;
    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; */
    color: #000;
    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 #000;
    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
/*-----------------------------------*/

.contacts {
    font-size: 12px;
}

.license {
    font-size: 11px;
}

.email a {
    font-size: 11px;
}

.web {
    font-size: 11px;
}

.phone {
    font-size: 11px;
}

.content img ,.content video{
    border-radius: 50px;
    width: 100%;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

.page-template-default .content img , .page-template-menus .content img{
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    height: 100%;
    max-height: 617px;
}

.header .container .spacer{
    padding: 0px 7px;
}

.text img, .text img{
    border-radius: 50px;
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: 617px;
}

body .container{
    max-width: 1097px !important;
}

.block{
    width: 100%;
}

body .partner-banner{
    width: 100%;
}

.partner-banner .container{
    padding: 0px;
    margin: 40px 0px;
}

.partner-banner-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    border-radius: 50px;
}

.parnter-slider-heading{
    width: 30%;
    padding: 0px 15px;
}

.partner-banner-slider{
    width: 80%;
    padding: 0px 15px;
}

.parnter-slider-heading h2{
    padding-top: 20px;
    font-size: 17px;
    /* color: #666D5B; */
    color: #000;
    text-align: center;
    white-space: nowrap;
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 5px;
    line-height: 21px;
    letter-spacing: 0.06em;
}

@media screen and (max-width:767px) {
    .parnter-slider-heading h2{
        white-space: normal;
    }
}
.partner-banner-slider.slick-slider{
    margin-bottom: 0px;
}

.partner-banner-slider .slick-prev, .partner-banner-slider .slick-next{
    display: none !important;
}

.partner-banner-slider .item{
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    margin: 50px 5px;
}

.partner-banner-slider .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.partner-banner-images{
    display: flex;
    width: 70%;
    align-items: center;
    justify-content: space-around;
    padding-right: 10px;
}

.partner-banner-images .item{
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 200px;
    height: 200px;
    margin: 50px 5px;
}

.partner-banner-images .item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width:992px) {

    .partner-banner-wrapper{
        display: block;
    }

    .parnter-slider-heading{
        width: auto;
    }

    .parnter-slider-heading h2{
        text-align: center;
        padding-top: 40px;
    }

    .partner-banner-slider{
        width: 100%;
        padding: 0px 15px;
    }

    .partner-banner-images{
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .partner-banner-images .item{
        min-height: 200px;
    }
}

video{
    border-radius: 50px;
}

h1.heading , p.heading{
    display: none;
}

#menu-header-menu-left li.current-menu-item a ,#menu-header-menu-right li.current-menu-item a{
    border-bottom: 1px solid black;
}

#menu-header-menu-left , #menu-header-menu-right{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0px;
}

.nav ul li{
    list-style-type: none;
    position: relative;
    padding-left: 14px;
    padding-right: 7px;
}

.nav ul li::before{
    position: absolute;
    content: "";
    width: 5px;
    height: 1px;
    left: 0px;
    top: 50%;
    background-color: #000;
}

#menu-header-menu-left li:first-child::before {
    content: none; /* Hides the before content */
}

.thumbnail img{
    width: 100%;
    max-width: 250px;
    height: 333px;
    display: flex;
    margin: auto;
    border-radius: 50px;
    object-fit: cover;
}


/* .header-image-container a{
    padding: unset;
    border: none !important;
    background-color: transparent;
} */



/* .header-image-container a img{
    width: 98px;
    height: auto;
} */

.header-image-container a img{
    width: 84px;
    height: auto;
}


@media screen and (max-width:1220px) {
    .header .container > .spacer{
        display: none;
    }

    .header .container .button-container{
        position: absolute;
        right: 0px;
        top: 41%;
    }


    /* body:not(.page-id-98100).header .container .button-container a{
        font-size: 12px;
        padding: 13px 5px;
        padding-bottom: 10px;
    }

    
    body:not(.page-id-98100) .header .container .header-image-container a{
        padding: unset;
        border: none !important;
        background-color: transparent;
    } */
}

.button-wrapper{
    margin-bottom: 20px;
    display: flex;
    justify-content: space-around;
    align-items: baseline;
}

.button-wrapper p{
    display: contents;
}

.button-wrapper div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.button-wrapper a{
    text-transform: uppercase;
    color: #000;
    text-decoration: underline;
    text-underline-offset: 4px;
    line-height: 26px;
    font-size: 17px;
    border: 0px !important;
}

.button-wrapper a:hover , .read-more:hover{
    text-decoration: underline;
    color:#000 !important;
    border:0px !important;
}



@media screen and (max-width:767px) {
    .button-wrapper{
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .header-image-container a img{
        width: 66px;
        height: auto;
    }
}

.common-button{
    justify-content: center;
}

.bookings-buttons{
    justify-content: center;
    gap: 20px;
}


/* Membership Banner */

.membership-banner{
    display: flex;
    padding: 20px 0px;
    align-items: stretch;
}

.member-card {
    padding: 10px 15px;
    max-width: 33%;
    min-height: 200px;
    position: relative;
}

.member-card h2{
    font-size: 24px;
}

.member-card p{
    padding-top: 20px ;
    padding-bottom: 40px;
}

.member-card h2, .member-card p{
    text-align: center;
}

.member-card .button-container{
    margin: auto;
    justify-content: center;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}
@media screen and (max-width:767px){
    .membership-banner{
        flex-direction: column;
    }

    .member-card{
        max-width: 100%;
        min-height: 150px;
    }

    .bookings-buttons{
        align-items: center;
    }
}

iframe{
    border-radius: 50px;
}

.pum-theme-14051 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close{
    background-color: #ffffff !important;
    box-shadow: none !important;
}

button.pum-close.popmake-close{
    color:#000 !important;
    font-weight: 900 !important;
}


.block[data-type="image"] .content{
    width: 100% !important;
}

.page-id-98000 .block[data-type="image"] .content img{
    width: 100% !important;
    max-width: 100% !important;
    object-fit: cover !important;
    height: 100% !important;
    max-height: calc(617px * 2/ 3) !important;
}

.footer{
    position: relative;
    z-index: 9999;
}

#revinate_footer_api_form input.long{
    background: transparent;
}


.card {
    background-color: #E5D2C6;
    border-radius: 15px;
    width: 33%;
    padding: 20px;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
    flex-direction: column;

}

.card img {
    width: 100%;
    height: 197px;
    border-radius: 10px;
    margin-bottom: 15px;
    object-fit: cover;
}

.card h2 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.card p {
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
}

.card .button-wrapper {
    justify-content: center;
    margin-top: auto;

}

.wine-club-form {
    display: none;
}

@media (max-width: 767px) {

    .card {
        width: 100%;
        max-width: 300px;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .membership-banner {
        flex-direction: column;
        align-items: center;
        padding: 0px 20px;
    }
}


.footer .container.footer-bottom-line-container{
    display: block;
    text-align: center;
    height: auto;
    padding-bottom: 20px;
    padding-top: 20px;
}


.footer-bottom-line-container p{
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.5px;
    color: #000;
    max-width: 700px;
    margin: auto;
    text-align: center;
}


#revinate_footer_api_form button img{
    height: 21px;
    width: 23px;
}

.error404 section .container{
    padding-top: 50px;
}

.button-container a.header-button-mobile{
    display: none;
}

.button-container a.header-button-mobile img{
    width: 42px;
    height: auto;
}

.button-container a{
    padding: 12px 7px;
    background: #f3e5da;
    border-radius: 10px;
    border: 2px solid #000 !important;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    letter-spacing: 0.1em;
    line-height: 0;
    font-weight: 600;
}

.button-container a.header-button-mobile{
    display: none;
}

@media screen and (max-width:1024px){
    .button-container a.header-button-mobile{
        display: block;
        padding: 10px 7px;
    }

    .button-container a.header-button-desktop{
        display: none;
    }
}

@media screen and (max-width:992px) {

    body.page-template-field-notes > section .container .note{
        padding: 0;
    }

    body.home > section{
        height: auto;
        min-height: unset;
    }

    .error404 .container h1{
        text-align: center;
    }

    .footer .container .subscribe .title{
        margin-left: 0px;
    }
    .footer .container {
        height: auto;
        flex-direction: column;
        gap: 20px;
        padding-top: 30px;
    }

    .footer .container .address{
        margin: 0;
        max-width: unset;
    }

    .footer .container .contacts{
        margin-right: unset;
    }

    .footer .container .subscribe{
        padding-top: 5px;
        padding-left: unset;
        display: flex;
        gap: 10px;
        -webkit-flex: unset;
        -ms-flex: unset;
        flex: unset;
        height: auto;
    }

    .footer .container .badge{
        flex: 1 1 47px;
    }

    .footer .container .social{
        flex: unset;
    }

    .footer .container .nav{
        flex: unset;
        padding-left: unset;
    }

    .card h2 {
        font-size: 20px;
    }

    .card p {
        font-size: 14px;
    }

    .button-wrapper a{
        font-size: 14px;
    }

    .listing{
        grid-template-columns: 100%;
    }

    .listing .note .block .content img{
        max-height: 500px;
    }

}
.address a{
    font-size: 11px;
}

@media screen and (min-width: 1200px) and (max-width: 1360px) {
    body .container{
        max-width: 920px !important;
    }
}

.content.image{
    height: 286px;
}


body.page-template-field-notes > section .container a.dark-green{
    letter-spacing: 0.1em;
}


/* 18 december 2024 */
/* custom popup css */
.popup-content-area {
    display: flex;
    justify-content: center;
    text-align: center;
}

.image-box {
    width: 50%;
    max-height:600px;
    overflow: hidden;
}

.image-box img {
    height: 100%;
    object-fit: cover;
    width:100%;
}

.popup-content {
    padding: 0;
    width: 50%;
    max-height: 600px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow-y: scroll;
}

.popup-content-container{
    padding: 70px 50px;
}

.popup-button {
    margin: 30px 0;
}

.popup-button a {
    border: 2px solid #000;
    padding: 8px 16px;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    border-radius: 12px;
    text-transform: uppercase;
}

.popup-button a:hover {
    border: 2px solid #000 !important;
}

.show-scroll .popup-content {
    overflow-y: scroll;
    align-items: flex-start;
}

.popup-content h2 {
    color: #000;
    font-size: 48px;
    line-height: 55px;
}

.popup-content p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
}

.pop-up {
    text-align: center;
    width: 60%;
    height: auto;
    background: #fff;
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
    border-radius: 50px;
}

.popup-area {
    width: 100%;
    display: none;
    height: 100%;
    background: #0008;
    position: fixed;
    top: 0;
    left: 0;
    z-index:99999999;
}

.popup-content.jackalopepopup_no_image {
    width: 100%;
}

button#close-btn {
    position: absolute;
    right: 20px;
    top:20px;
    background-color: transparent;
    border: none;
}

.pop-up.jackalopepopup_no_image {
    width: 35%;
}
.hide-scroll {
    overflow:hidden;
}

.popup-form .pum-form__field--email,.popup-form .pum-form__field--name  {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 30px;
    max-width: 85%;
}

.pum-form__consent-radios.pum-form__consent-radios--inline{
    display: flex;
    justify-content: center;
    column-gap: 20px;
    margin-top: 10px;
}

.pum-form__field--consent{
    margin-top: 30px;
}

.pum-form__field--consent label:nth-child(1){
    font-size: 14px;
}

.pum-form__consent-radios.pum-form__consent-radios--inline label{
    display: flex;
    align-items: center;
    column-gap: 4px;
}

.popup-form input{
    border-radius: 10px;
    padding: 8px 20px;
    width: 100%;
    outline: none;
    border: 1px solid #000;
}

.popup-form input[type="radio"]{
    width: unset;
}

.pum-form__field.pum-form__field--submit.pum-sub-form-field.pum-sub-form-field--submit button{
    margin-top: 10px;
    border: 1px solid #000;
    border-radius: 10px;
    font-size: 14px;
    padding: 4px 6px;
    background: transparent;
}

/* Popup responsive css Jackalope */
@media only screen and (max-width: 320px) {
    button#close-btn {
        top:40px !important;
    }
}

@media only screen and (max-width: 768px){
    .popup-form .pum-form__field--email,.popup-form .pum-form__field--name  {
        justify-content: center;
        gap: 20px;
    }

    .submit-button input {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .submit-button {
        display: block !important;
    }

    .pop-up {
        width: 90% !important;
    }

    .pop-up.jackalopepopup_no_image .popup-content {
        max-height:600px;
    }

    .popup-content {
        width: 100%;
        max-height: 300px;
        align-items: baseline;
        overflow-y: scroll;
    }

    .image-box {
        width: 100%;
    }

    .popup-content-container{
        padding: 40px 30px;
    }

    .pop-up.jackalopepopup_no_image {
        width: 90% !important;
    }

    .popup-content h2 {
        color: #000;
        font-size: 25px;
        line-height: 35px;
    }

    .submit-button {
        width: 100%;
        display: flex;
        text-align: center;
        flex-wrap: wrap;
    }

        .submit-button input {
        width: 80%;
        margin: 0 auto;
    }

    .popup-content-area {
        display:block;
    }

    .popup-content h2 {
        font-size: 34px;
        line-height: 44px;
    }

    .pum-theme-newletter-form-theme .pum-content + .pum-close {
        color:#828282;
    }

    .contentpopup-with-form .popup-content {
        padding: 50px 20px 30px;
    }

    .pop-up.jackalopepopup_all_fields .popup-content {
        max-height:320px;
    }

    .submit-button {
            width: 100%;
            display: flex;
            text-align: center;
            flex-wrap: wrap;
    }

    .submit-button input {
    width: 80%;
    margin: 0 auto;
    }

    .popup-content-area .image-box img {
        height: 300px;
        object-fit: cover;
        width: 100%;
    }

    .popup-content h2 {
        font-size: 34px;
        line-height: 44px;
    }
    
    .pum-theme-newletter-form-theme .pum-content + .pum-close {
        color:#828282;
    }

    .contentpopup-with-form .popup-content {
    padding: 50px 20px 30px;
    }

    .pop-up.jackalopepopup_all_fields .popup-content {
        max-height:320px;
    }

}
@media (min-width:768px) and (max-width:991px) {
    .popup-content {
        max-height:450px;
        overflow: scroll;
        align-items: baseline;
    }

    .contentpopup-with-form .popup-content {
        padding: 50px 20px;
    }

    .pop-up {
        width:85% !important;
    }
 
    .popup-content h2 {
        color: #000;
        font-size: 35px;
        line-height: 45px;
    }

    .wpcf7-list-item {
        margin: 0 0 0 0em;
    }
}
@media (min-width:991px) and (max-width:1024px) {
    .pop-up {
        width:90% !important;
    }
    .popup-content {
        overflow: scroll;
        align-items: baseline;
        max-height: 450px;
    }

    .popup-content h2 {
        font-size:30px;
        line-height:40px;
    }

    .contentpopup-with-form .popup-content {
        padding: 110px 20px;
    }

    .popup-content h2 {
        color: #000;
        font-size: 35px;
        line-height: 45px;
    }
}
@media (min-width:1025px) and (max-width:1199px) {
    .pop-up.jackalopepopup_no_image {
        width:50%;
    }

    .popup-content h2 {
        font-size:40px;
        line-height:50px;
    }

    .pop-up {
        width:70%;
    }
}
@media (min-width:1200px) and (max-width:1300px) { 
    .pop-up.jackalopepopup_no_image {
        width:45%;
    }

    .popup-content h2 {
        font-size:40px;
        line-height:50px;
    }

    .pop-up {
        width:70%;
    }
}
@media (min-width:1301px) and (max-width:1440px) { 
    .pop-up {
        width:70%;
    }
}
/* End Media of popup */
/* landscape media of popup */
@media screen and (max-width: 767px) and (orientation: landscape) { 
    .popup-content-area {
        display:flex;
    }

    .image-box {
        width:50%;
        max-height: 350px;
    }

    .pop-up {
        height:auto;
    }

    .popup-content {
        width:50%;
        max-height:350px;
    }

    .popup-content-area .image-box img {
        height: 100%;
    }

    .popup-content h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .popup-content p {
    font-size: 10px;
        line-height: 18px;
    }

    .contentpopup-with-form .popup-content {
        max-height:400px !important;
    }

    .wpcf7-list-item {
        margin: 0;
    }

    .acceptance label {
        font-size: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (orientation: landscape) { 
    button#close-btn {
        top: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) { 
    button#close-btn {
        top: 40px;
    }
}  

@media screen and (min-width:991px) {
    .popup-button a{
        font-weight: 600;
    }
}

/* End landscape media of popup */
/* end popup css */


/* 09 Feb 2026 */
.card .venue-image img{
    height: 197px;
}

.venue-button{
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 4px;
    border: 0px !important;
}

.note {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
    align-items: center;
    height: auto;
    padding: 0px 15px;
}

@media screen and (max-width: 992px) {
    .note {
        padding: 0;
    }
}

/* ------------------------------- */
/* ---TERMS AND CONDITIONS PAGE--- */
/* ------------------------------- */

    h3.tc-title{
        font-size: 18px;
        margin-bottom: 8px;
    }

    .page-id-1088 p.heading{
        display: block;
    }

    .footer-bottom-line-container a {
        font-size: 11px;
        line-height: 15px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        position: relative;
        border: 0;
        text-decoration: underline;
    }

    .footer-bottom-line-container a:hover {
        text-decoration: none;
        border-bottom: none;
    }

    @media (max-width: 1220px){
        h3.tc-title{
            font-size: 14px;
        }
    }

    @media (max-width: 767px){
        h3.tc-title{
            font-size: 13.5px;
        }
    }