/*!
Theme Name: Elusa
Author: Wine Works
Author URI:
Description: Custom theme developed for Elusa
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Elusa
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

@font-face {
  font-family: Entypo;
  src: url(/wp-content/themes/elusa/assets/font/font/entypo.woff);
}
@font-face {
  font-family: "JuanaRegular";
  src: url("assets/font/JuanaRegular/font.woff2") format("woff2"), url("assets/font/JuanaRegular/font.woff") format("woff");
}
@font-face {
  font-family: "Metropolis";
  src: url("assets/font/Metropolis/Metropolis-Regular.woff2") format("woff2"), url("assets/font/Metropolis/Metropolis-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Metropolis";
  src: url("assets/font/Metropolis/Metropolis-RegularItalic.woff2") format("woff2"), url("assets/font/Metropolis/Metropolis-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Metropolis";
  src: url("assets/font/Metropolis/Metropolis-Bold.woff2") format("woff2"), url("assets/font/Metropolis/Metropolis-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Metropolis";
  src: url("assets/font/Metropolis/Metropolis-BoldItalic.woff2") format("woff2"), url("assets/font/Metropolis/Metropolis-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
.clearfix:before, .clearfix:after, .v65-group:before, .v65-group:after {
  content: " ";
  display: table;
}
.clearfix:after, .v65-group:after {
  clear: both;
}

.hide-text, .social-icon {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.hide-text a, .social-icon a {
  display: block;
  height: 100%;
}

:root {
  --c7-font-family: "Metropolis", sans-serif;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  font-size: 16px;
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  color: #657267;
  font-family: "Metropolis", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.556;
  margin: 0;
  padding: 0;
  letter-spacing: 0.1em;
}

h1, h2, h3, h4, form legend, .c7-form legend, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #657267;
  font-family: "JuanaRegular", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
h1.feature-title, h2.feature-title, h3.feature-title, h4.feature-title, form legend.feature-title, .c7-form legend.feature-title, h5.feature-title, h6.feature-title,
.h1.feature-title, .h2.feature-title, .h3.feature-title, .h4.feature-title, .h5.feature-title, .h6.feature-title {
  text-align: center;
  margin-bottom: 0.9em;
}

h1, .h1 {
  font-size: 18px;
  line-height: 1.43;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 26px;
  }
}

h2, .h2 {
  font-size: 18px;
  line-height: 1.43;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 40em) {
  h2, .h2 {
    font-size: 26px;
  }
}

h3, .h3 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
h3 em, .h3 em {
  color: #999;
  display: block;
  font-size: 0.75rem;
}

h4, form legend, .c7-form legend, .h4 {
  font-size: 1.125rem;
  margin-bottom: 0.5em;
}

h5, .h5 {
  font-size: 1rem;
  margin-bottom: 0.5em;
}

h6, .h6 {
  font-size: 0.875rem;
  margin-bottom: 0;
}

p {
  font-size: 16px;
  line-height: 1.3125;
  margin-top: 0;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 40em) {
  p {
    line-height: 1.556;
    font-size: 1.125rem;
  }
}

.br-responsive {
  display: none;
}
@media only screen and (min-width: 40em) {
  .br-responsive {
    display: block;
  }
}

form, .c7-form {
  margin-bottom: 1.25rem;
}
form.v65-form, .c7-form.v65-form {
  font-size: 1.125rem;
}
form p, form div, form label, form input, .c7-form p, .c7-form div, .c7-form label, .c7-form input {
  font-size: 1em;
}
form fieldset, .c7-form fieldset {
  border: 0;
  margin-bottom: 1rem;
}
form label, .c7-form label {
  color: #787878;
  font-size: 0.75rem;
  font-family: "Metropolis", sans-serif;
}
form input, .c7-form input {
  border: none !important;
  background-color: #cccccc !important;
  height: 30px;
  font-family: "Metropolis", sans-serif !important;
  color: #657267 !important;
  font-style: normal;
  letter-spacing: 1px;
  padding: 0.7rem 0.2rem;
}
@media only screen and (min-width: 40em) {
  form input, .c7-form input {
    padding: 0.563rem 0.2rem;
  }
}
form input[type=checkbox], form input[type=radio], .c7-form input[type=checkbox], .c7-form input[type=radio] {
  display: inline-block;
  height: auto;
}
form select, .c7-form select {
  border: none !important;
  background-color: #cccccc !important;
  font-family: "Metropolis", sans-serif;
  color: #657267;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  padding: 0.7rem 0.2rem !important;
}
@media only screen and (min-width: 40em) {
  form select, .c7-form select {
    padding: 0.563rem 0.2rem !important;
  }
}
form textarea, .c7-form textarea {
  border-color: #cccccc;
}
@media only screen and (min-width: 40em) {
  form.v65-customForm input[type=button], form.v65-customForm button, .c7-form.v65-customForm input[type=button], .c7-form.v65-customForm button {
    max-width: 100%;
    width: 8.75rem;
  }
}
form .error label, .c7-form .error label {
  color: #cf2a0e;
}
form .error input, form .error textarea, .c7-form .error input, .c7-form .error textarea {
  border-color: #cf2a0e;
}

ul, ol, dl {
  font-size: 16px;
  line-height: 1.556;
  margin-top: 0;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 40em) {
  ul, ol, dl {
    font-size: 1.125rem;
  }
}

table {
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}
table.table-with-border {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-bottom: 1.25rem;
}
table.table-with-border td, table.table-with-border th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0.5em;
}
table.table-with-border caption {
  display: none;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: color 200ms ease-out;
  -ms-transition: color 200ms ease-out;
  -o-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
}
a:hover {
  color: #4d4d4d;
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto !important;
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

hr {
  border: dotted #cccccc;
  border-width: 2px 0 0;
  clear: both;
  height: 0;
  margin: 2.5rem 0;
}

.content-block h1,
.content-block h2,
.content-block h3,
.content-block h4,
.content-block form legend,
form .content-block legend,
.content-block .c7-form legend,
.c7-form .content-block legend,
.content-block h5,
.content-block h6,
.content-block .h1,
.content-block .h2,
.content-block .h3,
.content-block .h4,
.content-block .h5,
.content-block .h6,
.content-and-large-image h1,
.content-and-large-image h2,
.content-and-large-image h3,
.content-and-large-image h4,
.content-and-large-image form legend,
form .content-and-large-image legend,
.content-and-large-image .c7-form legend,
.c7-form .content-and-large-image legend,
.content-and-large-image h5,
.content-and-large-image h6,
.content-and-large-image .h1,
.content-and-large-image .h2,
.content-and-large-image .h3,
.content-and-large-image .h4,
.content-and-large-image .h5,
.content-and-large-image .h6,
.small-image-and-content__content h1,
.small-image-and-content__content h2,
.small-image-and-content__content h3,
.small-image-and-content__content h4,
.small-image-and-content__content form legend,
form .small-image-and-content__content legend,
.small-image-and-content__content .c7-form legend,
.c7-form .small-image-and-content__content legend,
.small-image-and-content__content h5,
.small-image-and-content__content h6,
.small-image-and-content__content .h1,
.small-image-and-content__content .h2,
.small-image-and-content__content .h3,
.small-image-and-content__content .h4,
.small-image-and-content__content .h5,
.small-image-and-content__content .h6,
.footer-newsletter-signup__content h2,
.newsletter-signup__content h2,
.page-header-banner__content--wrapper h1,
.page-header-banner__content--wrapper h2,
.page-header-banner__content--wrapper h3,
.page-header-banner__content--wrapper h4,
.page-header-banner__content--wrapper form legend,
form .page-header-banner__content--wrapper legend,
.page-header-banner__content--wrapper .c7-form legend,
.c7-form .page-header-banner__content--wrapper legend,
.page-header-banner__content--wrapper h5,
.page-header-banner__content--wrapper h6 {
  text-transform: capitalize;
}

.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;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.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;
}

/* Arrows */
.slick-prev, .slick-next {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 3.625rem;
  line-height: 0;
  opacity: 0.75;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 1rem;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  opacity: 1;
  outline: none;
  color: transparent;
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
  opacity: 0;
}

.slick-prev {
  background-image: url("../images/icon-arrow-left.png");
  left: -25px;
}

.slick-next {
  background-image: url("../images/icon-arrow-right.png");
  right: -25px;
}

/* Dots */
.slick-slider {
  margin: 0 2rem 2rem;
}

.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: 0.7;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.phone {
  line-height: 1rem;
  margin-left: 1.5rem;
  padding-left: 1.25rem;
  position: relative;
}
.phone:before {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5rem;
  bottom: 0;
  background: url("../images/icon-phone.svg") center left no-repeat;
  height: 1rem;
  width: 1rem;
}
.phone a {
  text-decoration: none;
}

.map {
  padding: 0 2rem;
  position: relative;
}
.map:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: url("../images/icon-map-marker.svg") top left no-repeat;
  height: 1.5rem;
  width: 1rem;
}
.map a {
  display: block;
}

.social {
  text-align: right;
}
.social ul {
  margin: 0;
  padding: 0;
}
.social li {
  display: inline-block;
  list-style: none;
  vertical-align: middle;
}

.social-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1rem;
  margin-left: 0.625rem;
  width: 1rem;
}
.social-icon:first-child {
  margin-left: 0;
}

.facebook {
  background-image: url("../images/icon-facebook.svg");
}

.twitter {
  background-image: url("../images/icon-twitter.svg");
}

.instagram {
  background-image: url("../images/icon-instagram.svg");
}

.pinterest {
  background-image: url("../images/icon-pinterest.svg");
}

.vimeo {
  background-image: url("../images/icon-vimeo.svg");
}

.youtube {
  background-image: url("../images/icon-youtube.svg");
}

.yelp {
  background-image: url("../images/icon-yelp.svg");
  width: 1.81rem;
}

.tripadvisor {
  background-image: url("../images/icon-tripadvisor.svg");
  width: 1.59rem;
}

header {
  position: absolute;
  width: 100%;
  z-index: 15;
}
header.no-banner {
  position: relative;
}
header .header-wrapper {
  position: relative;
  padding: 1rem 0;
  background: #34494c;
}
header .header-wrapper--dark {
  background: #cbbda9;
}
header .content-wrapper {
  margin: 0 auto;
  max-width: none;
}
@media only screen and (min-width: 64.0625em) {
  header .content-wrapper {
    display: flex;
    justify-content: center;
  }
}
header .content-wrapper::before, header .content-wrapper::after {
  display: none;
}
@media only screen and (max-width: 39.9375em) {
  header .c7-tools {
    display: none;
    position: absolute;
    top: 0.8em;
  }
  .mobile-nav-active header .c7-tools {
    display: flex;
    z-index: 60;
    position: fixed;
    top: 3.5rem;
    right: 1rem;
    width: 200px;
    margin-left: auto;
  }
  .mobile-nav-active header .c7-tools .c7-user-nav__account > a,
  .mobile-nav-active header .c7-tools .c7-user-nav__cart > button {
    color: white;
  }
  .mobile-nav-active header .c7-tools .c7-user-nav__cart__title svg {
    stroke: white;
  }
  .mobile-nav-active header .c7-tools .c7-user-nav__cart__count {
    background: white;
    color: #34494c;
  }
}
@media only screen and (max-width: 39.9375em) {
  header .c7-tools #c7-cart {
    margin-left: 1rem;
  }
}
header a {
  text-decoration: none;
}

.logo {
  display: block;
  max-width: 90px;
  text-align: center;
  width: 100%;
  z-index: 11;
}
@media only screen and (max-width: 64em) {
  .logo {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .logo {
    max-width: 90px;
    margin-top: 0;
  }
  .no-banner .logo {
    max-width: 90px;
  }
}
.logo img {
  max-width: 100%;
}

.c7-user-nav__cart__count {
  padding: 0 5px 2px;
}

@media only screen and (min-width: 40em) {
  .c7-user-nav__account > a,
  .c7-user-nav__cart > button {
    color: #cbbda9;
  }
}

@media only screen and (min-width: 40em) {
  .c7-user-nav__cart__title svg {
    stroke: #cbbda9;
  }
}

@media only screen and (min-width: 40em) {
  .c7-user-nav__cart__count {
    background: #cbbda9;
  }
}

@media only screen and (min-width: 40em) {
  .header-wrapper--dark .c7-user-nav__account > a,
  .header-wrapper--dark .c7-user-nav__cart > button {
    color: #34494c;
  }
}
@media only screen and (min-width: 40em) {
  .header-wrapper--dark .c7-user-nav__cart__title svg {
    stroke: #34494c;
  }
}
@media only screen and (min-width: 40em) {
  .header-wrapper--dark .c7-user-nav__cart__count {
    background: #34494c;
  }
}

@media screen and (max-width: 600px) {
  html #wpadminbar {
    top: -46px;
  }
}
.primary-navigation-wrapper {
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  z-index: 1;
  background: #657267;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 50;
  padding-bottom: 3rem;
  padding-top: 10rem;
}
@media only screen and (min-width: 40em) {
  .primary-navigation-wrapper {
    max-width: 400px;
    background: rgba(26, 37, 45, 0.9);
    padding-left: 4rem;
    padding-top: 10rem;
  }
}
.primary-navigation-wrapper.mobile-nav-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  overflow-y: auto;
}
.primary-navigation-wrapper .logo-badge {
  max-width: 48px;
}
@media only screen and (max-width: 39.9375em) {
  .primary-navigation-wrapper .logo-badge {
    margin: 0 auto;
    margin-top: 2rem;
  }
  .primary-navigation-wrapper .logo-badge.mobile-only {
    display: block;
  }
}
@media only screen and (min-width: 40em) {
  .primary-navigation-wrapper .logo-badge {
    margin-bottom: 1rem;
  }
  .primary-navigation-wrapper .logo-badge.desktop-only {
    display: block;
  }
}
.primary-navigation-wrapper .logo-badge img {
  max-width: 48px;
}
.primary-navigation-wrapper .newsletter-signup {
  margin-top: 20vh;
  color: #A3A7AA;
}
@media only screen and (max-width: 39.9375em) {
  .primary-navigation-wrapper .newsletter-signup {
    display: none;
  }
}
.primary-navigation-wrapper .newsletter-signup h2 {
  color: #A3A7AA;
}
@media only screen and (min-width: 40em) {
  .primary-navigation-wrapper .newsletter-signup h2 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 40em) {
  .primary-navigation-wrapper .newsletter-signup p {
    font-size: 14px;
  }
}
.primary-navigation-wrapper .newsletter-signup .linkBtnWhite {
  font-size: 13.5px;
  padding: 0.55em 1.7em calc(0.35em + 1px);
}
.primary-navigation-wrapper .nav-contact {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 40em) {
  .primary-navigation-wrapper .nav-contact {
    display: none;
  }
}
.primary-navigation-wrapper .nav-contact p {
  font-size: 14px;
  font-weight: 600;
  color: #b2ada7;
  line-height: 1.9;
  letter-spacing: 0.18em;
}
.primary-navigation-wrapper .nav-contact a {
  color: #b2ada7;
}
.primary-navigation-wrapper .nav-contact a:hover {
  color: #fff;
}

nav ul {
  font-size: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}
@media only screen and (min-width: 40em) {
  nav ul {
    font-size: 28px;
  }
}
nav ul ul {
  -webkit-transition: opacity 200ms ease-out;
  -o-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
  background: #fff;
  border: 1px solid #fff;
  font-size: 0.875rem;
  list-style: none;
  min-width: 12.5rem;
  opacity: 0;
  padding: 0.5rem 0.875rem;
  position: absolute;
  text-align: left;
  top: 100%;
  visibility: hidden;
}
nav li {
  position: relative;
}
nav li.has-children > a {
  position: relative;
}
nav li.has-children > a:before {
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
nav li.has-children > input:checked + a:before {
  content: "-";
}
nav li.has-children > input + a:before {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "+";
  font-size: 1.125rem;
  position: absolute;
  top: 50%;
  right: 0;
  width: 3.25rem;
  display: none;
}
nav li.has-children .toggle-sub-menu {
  display: block;
  max-height: 2.625rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 3.25rem;
  opacity: 0;
  z-index: 1;
  display: none;
}
nav li.has-children .toggle-sub-menu:checked + a + ul {
  display: block;
  visibility: visible;
  opacity: 1;
  position: relative;
  background: transparent;
  border: none;
  text-align: center;
  padding-top: 0;
}
nav li.has-children .toggle-sub-menu:checked + a + ul li {
  border-bottom: none;
}
nav li li {
  display: block;
  padding: 0;
  white-space: nowrap;
}
nav li li a {
  padding: 0.35em 0;
}
nav a {
  color: #b2ada7;
  display: block;
  padding: 0.75rem 0;
}
@media only screen and (min-width: 40em) {
  nav a {
    padding: 0.85rem 0;
  }
}
nav a:hover {
  color: #fff;
}
nav .v65-selected, nav .v65-pageAParent, nav .hover > a {
  color: #fff;
}

.secondary-navigation {
  margin-bottom: 2rem;
  position: relative;
}
@media only screen and (min-width: 40em) {
  .secondary-navigation {
    float: left;
    padding: 4rem 2rem 0;
    width: 26%;
  }
}
@media only screen and (min-width: 61.3125em) {
  .secondary-navigation {
    padding-left: 6%;
  }
}
@media only screen and (min-width: 40em) {
  .secondary-navigation.active {
    position: fixed;
    top: 0;
  }
}
.secondary-navigation .page-title {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  cursor: pointer;
  display: block;
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
  padding: 0.5rem 0;
  text-align: left;
}
@media only screen and (min-width: 40em) {
  .secondary-navigation .page-title {
    display: none;
  }
}
.secondary-navigation .page-title:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.secondary-navigation #toggle-mobile-dropdown {
  display: none;
}
.secondary-navigation #toggle-mobile-dropdown:checked + label:after {
  border-bottom: 5px solid #333;
  border-top: 0;
}
.secondary-navigation #toggle-mobile-dropdown:checked ~ ul {
  opacity: 1;
  visibility: visible;
}
.secondary-navigation ul {
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: #fff;
  border: 1px solid #999;
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  visibility: hidden;
  z-index: 1;
}
@media only screen and (min-width: 40em) {
  .secondary-navigation ul {
    background: none;
    border: 0;
    opacity: 1;
    position: relative;
    visibility: visible;
  }
}
.secondary-navigation ul ul {
  margin-left: 1rem;
}
.secondary-navigation a {
  color: #2e2e2e;
  display: block;
  padding: 0.7rem 1rem;
}
@media only screen and (min-width: 40em) {
  .secondary-navigation a {
    padding: 0.35em 0;
  }
}
.secondary-navigation a:hover {
  color: #999;
}
.secondary-navigation .v65-leftSelected {
  color: #999;
}

.footer-navigation {
  text-align: center;
  margin-top: 2rem;
}
@media only screen and (min-width: 40em) {
  .footer-navigation {
    margin-top: 4rem;
  }
}
.footer-navigation ul {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.9;
}
@media only screen and (min-width: 40em) {
  .footer-navigation li {
    display: inline-block;
  }
}
@media only screen and (min-width: 40em) {
  .footer-navigation li::after {
    content: "|";
    margin-left: 0.75rem;
    margin-right: 0.5rem;
  }
}
@media only screen and (min-width: 40em) {
  .footer-navigation li:last-of-type::after {
    display: none;
  }
}
.footer-navigation a {
  display: block;
}
@media only screen and (min-width: 40em) {
  .footer-navigation a {
    display: inline-block;
    padding-bottom: 0;
    padding-top: 0;
  }
}

.mobile-nav-toggle {
  top: 1.2rem;
  cursor: pointer;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 2.5rem 0 0.75rem;
  position: absolute;
  left: 1rem;
  text-transform: uppercase;
  z-index: 20;
  font-size: 14px;
  letter-spacing: 0.02em;
  background: none;
  border: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (min-width: 40em) {
  .mobile-nav-toggle {
    left: 4rem;
    top: 1.35rem;
  }
}
@media only screen and (min-width: 40em) {
  .sticky .mobile-nav-toggle {
    position: fixed;
    top: 2.5rem;
    left: 1rem;
  }
}
.mobile-nav-active .mobile-nav-toggle {
  z-index: 60;
  position: fixed;
  top: 4rem;
  left: 0;
}
@media only screen and (min-width: 40em) {
  .mobile-nav-active .mobile-nav-toggle {
    left: 3rem;
  }
}
.mobile-nav-active .mobile-nav-toggle span {
  background: none;
  width: 20px;
}
.mobile-nav-active .mobile-nav-toggle span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}
.mobile-nav-active .mobile-nav-toggle span:after {
  transform: rotate(-45deg);
  bottom: 0;
}
.mobile-nav-active .mobile-nav-toggle span:last-of-type {
  opacity: 0;
}
.mobile-nav-active .mobile-nav-toggle span:last-of-type:before, .mobile-nav-active .mobile-nav-toggle span:last-of-type:after {
  display: none;
}
.mobile-nav-active .no-banner .mobile-nav-toggle span {
  background: none;
}
.mobile-nav-active .no-banner .mobile-nav-toggle span:before, .mobile-nav-active .no-banner .mobile-nav-toggle span:after {
  background: #cbbda9;
}
.mobile-nav-active .no-banner .mobile-nav-toggle span:last-of-type {
  opacity: 0;
}
.mobile-nav-active .no-banner .mobile-nav-toggle span:last-of-type:before, .mobile-nav-active .no-banner .mobile-nav-toggle span:last-of-type:after {
  display: none;
}
.mobile-nav-toggle span {
  transition: background 0s 200ms;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #cbbda9;
  display: block;
  height: 2px;
  margin-top: 5px;
  position: absolute;
  top: 37%;
  right: 1rem;
  bottom: 0;
  width: 39px;
}
.mobile-nav-toggle span:before, .mobile-nav-toggle span:after {
  transition-duration: 200ms, 200ms;
  transition-delay: 200ms, 0s;
  background: #cbbda9;
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  width: 100%;
}
.mobile-nav-toggle span:before {
  transition-property: top, transform;
  top: -11px;
}
.mobile-nav-toggle span:after {
  transition-property: bottom, transform;
  bottom: -11px;
}
.mobile-nav-toggle span:last-of-type {
  opacity: 1;
  transition: all 0.3s ease-out;
  background: none;
  top: -27px;
  color: #cbbda9;
  font-size: 13px;
}
.mobile-nav-toggle span:last-of-type:before, .mobile-nav-toggle span:last-of-type:after {
  display: none;
}
.header-wrapper--dark .mobile-nav-toggle span:first-of-type {
  background: #34494c;
}
.header-wrapper--dark .mobile-nav-toggle span:first-of-type:before, .header-wrapper--dark .mobile-nav-toggle span:first-of-type:after {
  background: #34494c;
}
.header-wrapper--dark .mobile-nav-toggle span:last-of-type {
  color: #34494c;
}
.mobile-nav-active .header-wrapper--dark .mobile-nav-toggle span:first-of-type {
  background: transparent;
}
.mobile-nav-active .header-wrapper--dark .mobile-nav-toggle span:first-of-type:before, .mobile-nav-active .header-wrapper--dark .mobile-nav-toggle span:first-of-type:after {
  background: white;
}
.mobile-nav-active .header-wrapper--dark .mobile-nav-toggle span:last-of-type {
  color: white;
}

@media only screen and (min-width: 40em) {
  .mobile-only {
    display: none;
  }
}

@media only screen and (max-width: 39.9375em) {
  .desktop-only {
    display: none;
  }
}

@media only screen and (max-width: 449px) {
  .standard-content .linkBtn {
    display: block;
  }
}
@media only screen and (min-width: 450px) {
  .standard-content .linkBtn + .linkBtn {
    margin-left: 1rem;
  }
}

.basic-content-section .content-wrapper {
  padding: 0 2rem;
}
@media only screen and (min-width: 40em) {
  .basic-content-section .content-wrapper {
    padding: 0 4rem;
  }
}
.basic-content-section .content-wrapper p {
  line-height: 2;
}
@media only screen and (max-width: 39.9375em) {
  .basic-content-section .content-wrapper p {
    line-height: 1.55;
  }
}
.basic-content-section .content-wrapper .linkBtn, .basic-content-section .content-wrapper .linkBtnAlt, .basic-content-section .content-wrapper .linkBtnWhite, .basic-content-section .content-wrapper .linkBtnGrey {
  margin-top: 1rem;
}
@media only screen and (min-width: 40em) {
  .basic-content-section .content-wrapper .linkBtn, .basic-content-section .content-wrapper .linkBtnAlt, .basic-content-section .content-wrapper .linkBtnWhite, .basic-content-section .content-wrapper .linkBtnGrey {
    margin-top: 2rem;
  }
}
.basic-content-section.background-white * {
  color: #34494c;
}
.basic-content-section.background-white .linkBtn {
  border-color: #657267;
  color: #657267;
}
.basic-content-section.background-white .linkBtn:hover {
  background-color: #657267;
  color: #fff;
  border-color: #657267;
}
.basic-content-section.background-dark-blue * {
  color: #34494c;
}
.basic-content-section.background-dark-blue .linkBtn {
  border-color: #657267;
}
.basic-content-section.background-dark-blue .linkBtn:hover {
  background-color: #fff;
  color: #657267;
}

#intrapage-nav {
  position: fixed;
  z-index: 1000;
  bottom: 50px;
  border-radius: 20px;
  /* transform: translateY(-50%); */
  display: none;
}
@media only screen and (min-width: 40em) {
  #intrapage-nav {
    left: 5px;
  }
}
@media only screen and (min-width: 64.0625em) {
  #intrapage-nav {
    left: 1rem;
  }
}
.page-template-default #intrapage-nav, .home #intrapage-nav {
  display: block;
}
.mobile-nav-active #intrapage-nav {
  display: none;
}
#intrapage-nav .intrapage-nav-buttons {
  display: none;
  padding-top: 12px;
  position: relative;
  z-index: 100;
  margin-bottom: -12px;
}
#intrapage-nav .intrapage-nav-buttons .intrapage-nav-button {
  display: block;
}
@media only screen and (max-width: 39.9375em) {
  #intrapage-nav .intrapage-nav-buttons .intrapage-nav-button {
    margin-left: auto;
    padding: 11px;
  }
}
@media only screen and (min-width: 40em) {
  #intrapage-nav .intrapage-nav-buttons .intrapage-nav-button {
    margin: 12px 6px;
  }
}
#intrapage-nav .intrapage-nav-buttons .intrapage-nav-button span {
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  -webkit-transition: color 0.25s linear, background-color 0.125s linear, border-color 0.25s linear;
  -moz-transition: color 0.25s linear, background-color 0.125s linear, border-color 0.25s linear;
  -ms-transition: color 0.25s linear, background-color 0.125s linear, border-color 0.25s linear;
  -o-transition: color 0.25s linear, background-color 0.125s linear, border-color 0.25s linear;
  transition: color 0.25s linear, background-color 0.125s linear, border-color 0.25s linear;
  border: 1px solid #b2ada7;
  background-color: #b2ada7;
  color: #b2ada7;
}
@media only screen and (min-width: 40em) {
  #intrapage-nav .intrapage-nav-buttons .intrapage-nav-button span {
    height: 12px;
    width: 12px;
  }
}
#intrapage-nav .intrapage-nav-buttons .intrapage-nav-button.active span {
  background-color: #fff;
  border: 1px solid #fff;
}
#intrapage-nav #nav-button {
  display: block;
  position: relative;
  border-radius: 20px;
  height: 30px;
  width: 40px;
  text-align: center;
  font-size: 1.5em;
  padding-top: 10px;
  -webkit-transition: color 0.25s linear, background-color 0.125s linear;
  -moz-transition: color 0.25s linear, background-color 0.125s linear;
  -ms-transition: color 0.25s linear, background-color 0.125s linear;
  -o-transition: color 0.25s linear, background-color 0.125s linear;
  transition: color 0.25s linear, background-color 0.125s linear;
  display: none;
}
@media only screen and (max-width: 39.9375em) {
  #intrapage-nav #nav-button {
    width: 23px;
    margin-left: auto;
  }
}
#intrapage-nav #nav-button i {
  font-size: 1rem;
  color: #b2ada7;
}
#intrapage-nav #nav-button i:hover {
  color: #fff;
}
#intrapage-nav #nav-button i.icon-down-open-big:before {
  content: "\e87b";
  font-family: "Entypo";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1rem;
  /* margin-right: .1em; */
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1rem;
}
#intrapage-nav #nav-button i.icon-up-open-big, #intrapage-nav #nav-button i.icon-down-open-big {
  display: none;
}

.intrapage-nav {
  position: fixed;
  right: 1rem;
  bottom: 20%;
  z-index: 1000;
}
.intrapage-nav ul {
  padding: 0;
}
.intrapage-nav li {
  list-style-type: none;
}
.intrapage-nav a {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 1px solid #b2ada7;
  margin-bottom: 10px;
  display: block;
}

.mobile-nav-active .scroll-section {
  filter: grayscale(1);
}

.page-template-page-c7-products, .page-template-page-c7-product-drilldown {
  background-color: #f1Ede8;
}

.c7-reservation__search .c7-form__field:nth-of-type(2) {
  width: 125px;
}

.modalBtn, .modalLinkBtn,
.defaultBtn, .linkBtn,
.largeBtn, .largeLinkBtn,
.altModalBtn, .modalLinkAltBtn,
.altBtn, .linkAltBtn,
.altLargeBtn, .linkBtnGrey, .linkBtnWhite {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
  display: inline-block;
  font-weight: 600;
  height: auto;
  line-height: 1;
  padding: 0.35em 1em;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-family: "Metropolis", sans-serif;
}
@media only screen and (min-width: 75.0625em) {
  .modalBtn, .modalLinkBtn,
  .defaultBtn, .linkBtn,
  .largeBtn, .largeLinkBtn,
  .altModalBtn, .modalLinkAltBtn,
  .altBtn, .linkAltBtn,
  .altLargeBtn, .linkBtnGrey, .linkBtnWhite {
    padding: 0.35em 1.5em;
  }
}

.modalBtn, .modalLinkBtn,
.defaultBtn, .linkBtn,
.largeBtn, .largeLinkBtn {
  border: 1px solid #657267;
  color: #657267;
  font-style: normal;
}
.modalBtn:hover, .modalBtn:active, .modalLinkBtn:hover, .modalLinkBtn:active,
.defaultBtn:hover,
.defaultBtn:active, .linkBtn:hover, .linkBtn:active,
.largeBtn:hover,
.largeBtn:active, .largeLinkBtn:hover, .largeLinkBtn:active {
  background: #657267;
  color: #fff;
}

.altModalBtn, .modalLinkAltBtn,
.altBtn, .linkAltBtn, .altLargeBtn {
  background: #999;
  color: #fff;
  font-style: normal;
}
.altModalBtn:hover, .altModalBtn:active, .modalLinkAltBtn:hover, .modalLinkAltBtn:active,
.altBtn:hover,
.altBtn:active, .linkAltBtn:hover, .linkAltBtn:active, .altLargeBtn:hover, .altLargeBtn:active {
  background: #b3b3b3;
  color: #fff;
}

.linkBtnWhite {
  border: 1px solid #fff;
  color: #fff;
  font-style: normal;
}
.linkBtnWhite:hover, .linkBtnWhite:active {
  background: #fff;
  color: #657267 !important;
}

.linkBtnGrey {
  border: 1px solid #b2ada7;
  color: #b2ada7;
  font-style: normal;
  padding: 0.25em 1em calc(0.35em + 1px);
}
@media only screen and (min-width: 75.0625em) {
  .linkBtnGrey {
    padding: 0.25em 1.5em calc(0.35em + 1px);
  }
}
.linkBtnGrey:hover, .linkBtnGrey:active {
  background: #b2ada7;
  color: #657267 !important;
}

.modalBtn, .modalLinkBtn, .altModalBtn, .modalLinkAltBtn {
  font-size: 0.875rem;
}

.defaultBtn, .linkBtn, .altBtn, .linkAltBtn, .linkBtnGrey, .linkBtnWhite {
  font-size: 18px;
  font-style: normal;
}
@media only screen and (min-width: 75.0625em) {
  .defaultBtn, .linkBtn, .altBtn, .linkAltBtn, .linkBtnGrey, .linkBtnWhite {
    font-size: 1.2188rem;
  }
}

.largeBtn, .largeLinkBtn, .altLargeBtn {
  font-size: 1.2188rem;
}
@media only screen and (min-width: 40em) {
  .largeBtn, .largeLinkBtn, .altLargeBtn {
    font-size: 1.375rem;
  }
}

.linkBtnUnderlined {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 6px;
  border-bottom: 1px solid;
}
.linkBtnUnderlined span {
  text-decoration: none;
}
.background-blue .linkBtnUnderlined, .background-dark-blue .linkBtnUnderlined {
  color: #b2ada7;
  border-color: #b2ada7;
}
.background-grey .linkBtnUnderlined, .background-light-grey .linkBtnUnderlined, .background-beige .linkBtnUnderlined {
  color: #003a4a;
  border-color: #1a252d;
}

body.mobile-nav-active {
  overflow: hidden;
}

@media only screen and (min-width: 40em) {
  .mobile-only {
    display: none;
  }
}

.border-top {
  border-top: 1px solid #ccc;
  padding-top: 2rem;
}

.border-bottom {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2rem;
}

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

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

.content-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  max-width: 80rem;
}
.content-wrapper:before, .content-wrapper:after {
  content: " ";
  display: table;
}
.content-wrapper:after {
  clear: both;
}

@media only screen and (min-width: 40em) {
  .narrow-content-wrapper {
    float: right;
    width: 74%;
  }
}

.cart-wrapper, .club-signup-wrapper, .checkout-wrapper, .wide-wrapper {
  max-width: 70rem;
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 40em) {
  .main-content-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

section.content-block {
  width: 100%;
  padding: 2.5rem 0;
}
@media only screen and (min-width: 64.0625em) {
  section.content-block {
    padding: 5em 0;
  }
}
section.content-block.padding-top {
  padding: 2.5rem 0 0;
}
@media only screen and (min-width: 64.0625em) {
  section.content-block.padding-top {
    padding: 5rem 0 0;
  }
}
section.content-block.padding-bottom {
  padding: 0 0 2.5rem;
}
@media only screen and (min-width: 64.0625em) {
  section.content-block.padding-bottom {
    padding: 0 0 5rem;
  }
}
section.content-block.no-padding {
  padding: 0;
}
section.content-block.background-blue {
  background-color: #34494c;
}
section.content-block.background-blue * {
  color: #fff;
}
section.content-block.background-dark-blue {
  background-color: #657267;
}
section.content-block.background-dark-blue * {
  color: #fff;
}
section.content-block.background-grey {
  background-color: #494d42;
}
section.content-block.background-grey * {
  color: #fff;
}
section.content-block.background-grey table * {
  color: black;
}
section.content-block.background-grey input, section.content-block.background-grey select {
  color: #494d42;
}
section.content-block.background-grey button.c7-btn:hover span {
  color: #494d42;
}
section.content-block.background-light-grey {
  background-color: #5B2E16;
}
section.content-block.background-light-grey * {
  color: #fff;
}
section.content-block.background-beige {
  background-color: #cbbda9;
}
section.content-block.background-white {
  background-color: #fff;
}

[data-animation=fade-in] {
  -webkit-transition: 1500ms opacity;
  transition: 1500ms opacity;
  opacity: 0 !important;
}

[data-animation=fade-in].is-visible {
  opacity: 1 !important;
}

[data-animation=fade-in-up] {
  opacity: 0 !important;
  -webkit-transition: 1500ms opacity, 1250ms -webkit-transform;
  transition: 1500ms opacity, 1250ms -webkit-transform;
  transition: 1500ms opacity, 1250ms transform;
  transition: 1500ms opacity, 1250ms transform, 1250ms -webkit-transform;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
}

[data-animation=fade-in-up][data-transition-amount=double] {
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
}

[data-animation=fade-in-up][data-transition-amount=half] {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

[data-animation=fade-in-up][data-transition-amount=quarter] {
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
}

[data-animation=fade-in-up].is-visible {
  opacity: 1 !important;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

[data-animation=fade-in-down] {
  opacity: 0 !important;
  -webkit-transition: 1500ms opacity, 1250ms -webkit-transform;
  transition: 1500ms opacity, 1250ms -webkit-transform;
  transition: 1500ms opacity, 1250ms transform;
  transition: 1500ms opacity, 1250ms transform, 1250ms -webkit-transform;
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
}

[data-animation=fade-in-down][data-transition-amount=double] {
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
}

[data-animation=fade-in-down][data-transition-amount=half] {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

[data-animation=fade-in-down][data-transition-amount=quarter] {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}

[data-animation=fade-in-down].is-visible {
  opacity: 1 !important;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

[data-animation=fade-in-up-before]:before {
  opacity: 0 !important;
  -webkit-transition: 1500ms opacity, 1250ms -webkit-transform;
  transition: 1500ms opacity, 1250ms -webkit-transform;
  transition: 1500ms opacity, 1250ms transform;
  transition: 1500ms opacity, 1250ms transform, 1250ms -webkit-transform;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
}

[data-animation=fade-in-up-before].is-visible:before {
  opacity: 1 !important;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

[data-duration=regular] {
  -webkit-transition: 1500ms opacity, 1250ms -webkit-transform !important;
  transition: 1500ms opacity, 1250ms -webkit-transform !important;
  transition: 1500ms opacity, 1250ms transform !important;
  transition: 1500ms opacity, 1250ms transform, 1250ms -webkit-transform !important;
}

[data-duration=slow] {
  -webkit-transition: 2000ms opacity, 1750ms -webkit-transform !important;
  transition: 2000ms opacity, 1750ms -webkit-transform !important;
  transition: 2000ms opacity, 1750ms transform !important;
  transition: 2000ms opacity, 1750ms transform, 1750ms -webkit-transform !important;
}

[data-delay="250"] {
  -webkit-transition-delay: 250ms !important;
  transition-delay: 250ms !important;
}

[data-delay="500"] {
  -webkit-transition-delay: 500ms !important;
  transition-delay: 500ms !important;
}

[data-delay="550"] {
  -webkit-transition-delay: 550ms !important;
  transition-delay: 550ms !important;
}

[data-delay="600"] {
  -webkit-transition-delay: 600ms !important;
  transition-delay: 600ms !important;
}

[data-delay="650"] {
  -webkit-transition-delay: 650ms !important;
  transition-delay: 650ms !important;
}

[data-delay="700"] {
  -webkit-transition-delay: 700ms !important;
  transition-delay: 700ms !important;
}

[data-delay="750"] {
  -webkit-transition-delay: 750ms !important;
  transition-delay: 750ms !important;
}

[data-delay="800"] {
  -webkit-transition-delay: 800ms !important;
  transition-delay: 800ms !important;
}

[data-delay="850"] {
  -webkit-transition-delay: 850ms !important;
  transition-delay: 850ms !important;
}

[data-delay="900"] {
  -webkit-transition-delay: 900ms !important;
  transition-delay: 900ms !important;
}

[data-delay="950"] {
  -webkit-transition-delay: 950ms !important;
  transition-delay: 950ms !important;
}

[data-delay="1000"] {
  -webkit-transition-delay: 1000ms !important;
  transition-delay: 1000ms !important;
}

[data-delay="1250"] {
  -webkit-transition-delay: 1250ms !important;
  transition-delay: 1250ms !important;
}

[data-delay="1500"] {
  -webkit-transition-delay: 1500ms !important;
  transition-delay: 1500ms !important;
}

[data-delay="2000"] {
  -webkit-transition-delay: 2000ms !important;
  transition-delay: 2000ms !important;
}

@media (max-width: 960px) {
  [data-delay-mobile="0"] {
    -webkit-transition-delay: 0ms !important;
    transition-delay: 0ms !important;
  }
}
@media (max-width: 960px) {
  [data-delay-mobile="250"] {
    -webkit-transition-delay: 250ms !important;
    transition-delay: 250ms !important;
  }
}
@media (max-width: 960px) {
  [data-delay-mobile="500"] {
    -webkit-transition-delay: 500ms !important;
    transition-delay: 500ms !important;
  }
}
@media (max-width: 960px) {
  [data-delay-mobile="750"] {
    -webkit-transition-delay: 750ms !important;
    transition-delay: 750ms !important;
  }
}
@media (max-width: 960px) {
  [data-delay-mobile="1000"] {
    -webkit-transition-delay: 1000ms !important;
    transition-delay: 1000ms !important;
  }
}
@media (max-width: 960px) {
  [data-delay-mobile="1250"] {
    -webkit-transition-delay: 1250ms !important;
    transition-delay: 1250ms !important;
  }
}
@media (max-width: 960px) {
  [data-delay-mobile="1500"] {
    -webkit-transition-delay: 1500ms !important;
    transition-delay: 1500ms !important;
  }
}
@media only screen and (min-width: 40em) {
  .home .c7-tools #c7-login > a, .home .c7-tools #c7-cart > a {
    color: #000;
  }
}

.promo-banner {
  display: block;
  background-color: #1a252d;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}
.mobile-nav-active .promo-banner {
  display: none;
}
.promo-banner__wrapper {
  padding: 0.75rem 0.5rem;
}
.promo-banner * {
  color: #fff;
}
.promo-banner p {
  font-size: 11px;
  font-weight: 500;
}
.promo-banner p:last-of-type {
  margin-bottom: 0;
}
.promo-banner a {
  text-decoration: none;
}
.promo-banner a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.page-header-banner {
  position: relative;
}
.page-header-banner__background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 40em) {
  .page-header-banner__background {
    height: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .page-header-banner__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
  }
}
@media only screen and (max-width: 64em) {
  .page-header-banner__content.background-blue {
    background-color: #34494c;
  }
  .page-header-banner__content.background-blue * {
    color: #fff;
  }
  .page-header-banner__content.background-blue .linkBtn {
    border-color: #fff;
  }
  .page-header-banner__content.background-blue .linkBtn:hover {
    background-color: #fff;
    color: #657267;
  }
  .page-header-banner__content.background-dark-blue {
    background-color: #657267;
  }
  .page-header-banner__content.background-dark-blue * {
    color: #fff;
  }
  .page-header-banner__content.background-dark-blue .linkBtn {
    border-color: #fff;
  }
  .page-header-banner__content.background-dark-blue .linkBtn:hover {
    background-color: #fff;
    color: #657267;
  }
  .page-header-banner__content.background-grey {
    background-color: #494d42;
  }
  .page-header-banner__content.background-grey * {
    color: #fff;
  }
  .page-header-banner__content.background-grey .linkBtn {
    border-color: #657267;
  }
  .page-header-banner__content.background-grey .linkBtn:hover {
    background-color: #fff;
    color: #657267;
  }
  .page-header-banner__content.background-light-grey {
    background-color: #5B2E16;
  }
  .page-header-banner__content.background-beige {
    background-color: #cbbda9;
  }
}
@media only screen and (min-width: 64.0625em) {
  .page-header-banner__content--wrapper {
    position: absolute;
    max-width: 410px;
    width: 90%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    top: 4rem;
  }
}
@media only screen and (max-width: 64em) {
  .page-header-banner__content--wrapper {
    align-items: center;
  }
}
@media only screen and (min-width: 64.0625em) {
  .page-header-banner__content--wrapper {
    width: 40%;
  }
}
.page-header-banner__content--wrapper .linkBtn, .page-header-banner__content--wrapper .linkBtnAlt, .page-header-banner__content--wrapper .linkBtnWhite, .page-header-banner__content--wrapper .linkBtnGrey {
  margin-top: 1rem;
}
@media only screen and (min-width: 40em) {
  .page-header-banner__content--wrapper .linkBtn, .page-header-banner__content--wrapper .linkBtnAlt, .page-header-banner__content--wrapper .linkBtnWhite, .page-header-banner__content--wrapper .linkBtnGrey {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .page-header-banner__content--wrapper.content-position-left {
    left: 4rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .page-header-banner__content--wrapper.content-position-right {
    right: 1rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .page-header-banner__content--wrapper.content-position-center {
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    right: auto;
    align-items: center;
  }
}
@media only screen and (min-width: 64.0625em) {
  .page-header-banner__content--wrapper.content-width-wide {
    width: 90%;
    max-width: none;
  }
}
@media only screen and (min-width: 64.0625em) {
  .page-header-banner__content--wrapper.content-width-narrow {
    width: 40%;
    max-width: 540px;
  }
  .page-header-banner__content--wrapper.content-width-narrow.content-position-center {
    width: 90%;
  }
}
@media only screen and (max-width: 64em) {
  .page-header-banner__content--wrapper {
    text-align: left;
    padding: 3rem 4rem;
  }
}
@media only screen and (max-width: 39.9375em) {
  .page-header-banner__content--wrapper {
    padding: 3rem 2rem;
  }
}

@media only screen and (max-width: 64em) {
  .section-large-image {
    position: relative;
  }
  .section-large-image.background-white * {
    color: #34494c;
  }
  .section-large-image.background-white .linkBtn {
    border-color: #657267;
  }
  .section-large-image.background-white .linkBtn:hover {
    background-color: #fff;
    color: #657267;
  }
}
.section-large-image.background-blue {
  background-color: #34494c;
}
.section-large-image.background-blue p, .section-large-image.background-blue h1, .section-large-image.background-blue h2, .section-large-image.background-blue h3, .section-large-image.background-blue h4, .section-large-image.background-blue form legend, form .section-large-image.background-blue legend, .section-large-image.background-blue .c7-form legend, .c7-form .section-large-image.background-blue legend, .section-large-image.background-blue h5, .section-large-image.background-blue h6, .section-large-image.background-blue li, .section-large-image.background-blue a {
  color: #fff;
}
.section-large-image.background-dark-blue {
  background-color: #657267;
}
.section-large-image.background-dark-blue p, .section-large-image.background-dark-blue h1, .section-large-image.background-dark-blue h2, .section-large-image.background-dark-blue h3, .section-large-image.background-dark-blue h4, .section-large-image.background-dark-blue form legend, form .section-large-image.background-dark-blue legend, .section-large-image.background-dark-blue .c7-form legend, .c7-form .section-large-image.background-dark-blue legend, .section-large-image.background-dark-blue h5, .section-large-image.background-dark-blue h6, .section-large-image.background-dark-blue li, .section-large-image.background-dark-blue a {
  color: #fff;
}
.section-large-image.background-grey {
  background-color: #494d42;
}
.section-large-image.background-grey p, .section-large-image.background-grey h1, .section-large-image.background-grey h2, .section-large-image.background-grey h3, .section-large-image.background-grey h4, .section-large-image.background-grey form legend, form .section-large-image.background-grey legend, .section-large-image.background-grey .c7-form legend, .c7-form .section-large-image.background-grey legend, .section-large-image.background-grey h5, .section-large-image.background-grey h6, .section-large-image.background-grey li, .section-large-image.background-grey a {
  color: #fff;
}
.section-large-image.background-light-grey {
  background-color: #5B2E16;
}
.section-large-image.background-light-grey p, .section-large-image.background-light-grey h1, .section-large-image.background-light-grey h2, .section-large-image.background-light-grey h3, .section-large-image.background-light-grey h4, .section-large-image.background-light-grey form legend, form .section-large-image.background-light-grey legend, .section-large-image.background-light-grey .c7-form legend, .c7-form .section-large-image.background-light-grey legend, .section-large-image.background-light-grey h5, .section-large-image.background-light-grey h6, .section-large-image.background-light-grey li, .section-large-image.background-light-grey a {
  color: #fff;
}
.section-large-image.background-beige {
  background-color: #cbbda9;
}
.section-large-image .content-wrapper {
  max-width: none;
  padding: 0;
}

.content-and-large-image-wrapper {
  position: relative;
  width: 100%;
  display: flex;
}
@media only screen and (min-width: 64.0625em) {
  .content-and-large-image-wrapper {
    display: flex;
  }
}
@media only screen and (max-width: 64em) {
  .content-and-large-image-wrapper {
    flex-direction: column;
  }
}
.content-and-large-image__image {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 64.0625em) {
  .content-and-large-image__image {
    min-height: 860px;
    width: 72.5%;
  }
}
@media only screen and (max-width: 64em) {
  .content-and-large-image__image {
    margin: 0 auto;
    height: 425px;
    width: 100%;
  }
}
.content-and-large-image__image img {
  width: 100%;
}
.content-and-large-image__content {
  padding: 1.5rem;
}
@media only screen and (min-width: 64.0625em) {
  .content-and-large-image__content {
    width: 27.5%;
    padding-left: 4rem;
    margin-left: auto;
  }
}
@media only screen and (min-width: 75.0625em) {
  .content-and-large-image__content {
    padding-left: 4rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media only screen and (max-width: 64em) {
  .content-and-large-image__content {
    padding: 3rem 4rem;
  }
  .content-and-large-image__content * {
    text-align: left !important;
  }
}
@media only screen and (max-width: 39.9375em) {
  .content-and-large-image__content {
    padding: 3rem 2rem;
  }
}
@media only screen and (min-width: 40em) {
  .content-and-large-image__content p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 39.9375em) {
  .content-and-large-image__content p {
    line-height: 1.55;
  }
}
.content-and-large-image__content p:last-of-type {
  margin-bottom: 0;
}
.content-and-large-image__content .linkBtn, .content-and-large-image__content .linkBtnAlt, .content-and-large-image__content .linkBtnWhite, .content-and-large-image__content .linkBtnGrey {
  margin-top: 1rem;
}
@media only screen and (min-width: 40em) {
  .content-and-large-image__content .linkBtn, .content-and-large-image__content .linkBtnAlt, .content-and-large-image__content .linkBtnWhite, .content-and-large-image__content .linkBtnGrey {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 64.0625em) and (max-width: 75em) {
  .content-and-large-image__content .linkBtn, .content-and-large-image__content .linkBtnAlt, .content-and-large-image__content .linkBtnWhite, .content-and-large-image__content .linkBtnGrey {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 75.0625em) and (max-width: 90em) {
  .content-and-large-image__content .linkBtn, .content-and-large-image__content .linkBtnAlt, .content-and-large-image__content .linkBtnWhite, .content-and-large-image__content .linkBtnGrey {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .content-and-large-image.reverse-content .content-and-large-image__image {
    order: 1;
  }
}
@media only screen and (min-width: 64.0625em) {
  .content-and-large-image.reverse-content .content-and-large-image__content {
    order: 2;
  }
}
@media only screen and (min-width: 75.0625em) {
  .content-and-large-image.reverse-content .content-and-large-image__content {
    padding-left: 1.5rem;
    padding-right: 4rem;
  }
}
@media only screen and (max-width: 64em) {
  .content-and-large-image.image-top-mobile .content-and-large-image__content {
    order: 2;
  }
}
@media only screen and (max-width: 64em) {
  .content-and-large-image.image-top-mobile .content-and-large-image__image {
    order: 1;
  }
}

@media only screen and (max-width: 64em) {
  .section-small-image {
    position: relative;
  }
}
.section-small-image.background-white * {
  color: #34494c;
}
.section-small-image.background-white .linkBtn {
  border-color: #657267;
}
.section-small-image.background-white .linkBtn:hover {
  background-color: #fff;
  color: #657267;
}
.section-small-image.background-blue {
  background-color: #34494c;
}
.section-small-image.background-blue * {
  color: #fff;
}
.section-small-image.background-dark-blue {
  background-color: #657267;
}
.section-small-image.background-dark-blue * {
  color: #fff;
}
.section-small-image.background-grey {
  background-color: #494d42;
}
.section-small-image.background-grey * {
  color: #fff;
}
.section-small-image.background-grey .linkBtn {
  border-color: #657267;
}
.section-small-image.background-grey .linkBtn:hover {
  background-color: #657267;
  color: #fff;
}
.section-small-image.background-light-grey {
  background-color: #5B2E16;
}
.section-small-image.background-light-grey * {
  color: #fff;
}
.section-small-image.background-light-grey .linkBtn {
  border-color: #657267;
}
.section-small-image.background-light-grey .linkBtn:hover {
  background-color: #657267;
  color: #fff;
}
.section-small-image.background-beige {
  background-color: #cbbda9;
}
.section-small-image .content-wrapper {
  max-width: none;
  padding: 0;
}

.small-image-and-content-wrapper {
  position: relative;
  width: 100%;
  display: flex;
}
@media only screen and (min-width: 64.0625em) {
  .small-image-and-content-wrapper {
    align-items: center;
  }
}
@media only screen and (max-width: 64em) {
  .small-image-and-content-wrapper {
    flex-direction: column;
  }
}
.small-image-and-content__image {
  overflow: hidden;
  position: relative;
  align-self: stretch;
}
@media only screen and (min-width: 64.0625em) {
  .small-image-and-content__image {
    order: 1;
    width: 27.5%;
  }
}
@media only screen and (max-width: 64em) {
  .small-image-and-content__image {
    margin: 0 auto;
    width: 100%;
    padding-bottom: 89%;
  }
}
.small-image-and-content__image--background {
  transition: 1s ease-out all;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.small-image-and-content__image--background:hover, .small-image-and-content__image--background:focus {
  transform: scale(1.1);
}
.small-image-and-content__image img {
  transition: 1s ease-out all;
  width: 100%;
}
.small-image-and-content__image img:hover, .small-image-and-content__image img:focus {
  transform: scale(1.1);
}
@media only screen and (max-width: 64em) {
  .small-image-and-content__image.hide-on-mobile {
    display: none;
  }
}
.small-image-and-content__content {
  padding: 1.5rem;
}
@media only screen and (min-width: 64.0625em) {
  .small-image-and-content__content {
    order: 2;
    width: 72.5%;
    padding: 5em 0;
    padding-left: 4rem;
    margin-left: auto;
  }
}
@media only screen and (max-width: 64em) {
  .small-image-and-content__content {
    padding: 3rem 4rem;
  }
}
@media only screen and (max-width: 39.9375em) {
  .small-image-and-content__content {
    padding: 3rem 2rem;
  }
}
@media only screen and (min-width: 40em) {
  .small-image-and-content__content p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 39.9375em) {
  .small-image-and-content__content p {
    line-height: 1.55;
  }
}
.small-image-and-content__content p:last-of-type {
  margin-bottom: 0;
}
.small-image-and-content__content p .linkBtn, .small-image-and-content__content p .linkBtnAlt, .small-image-and-content__content p .linkBtnWhite, .small-image-and-content__content p .linkBtnGrey {
  margin-top: 1rem;
}
@media only screen and (min-width: 40em) {
  .small-image-and-content__content p .linkBtn, .small-image-and-content__content p .linkBtnAlt, .small-image-and-content__content p .linkBtnWhite, .small-image-and-content__content p .linkBtnGrey {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .small-image-and-content.reverse-content .small-image-and-content__image {
    order: 2;
  }
}
@media only screen and (min-width: 64.0625em) {
  .small-image-and-content.reverse-content .small-image-and-content__content {
    order: 1;
  }
}
@media only screen and (min-width: 75.0625em) {
  .small-image-and-content.reverse-content .small-image-and-content__content {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.small-image-and-content.reverse-content .small-image-and-content__content p {
  line-height: 2;
}
@media only screen and (max-width: 39.9375em) {
  .small-image-and-content.reverse-content .small-image-and-content__content p {
    line-height: 1.55;
  }
}
@media only screen and (max-width: 64em) {
  .small-image-and-content.image-top-mobile .small-image-and-content__content {
    order: 2;
  }
}
@media only screen and (max-width: 64em) {
  .small-image-and-content.image-top-mobile .small-image-and-content__image {
    order: 1;
  }
}

.section-image-and-content__title {
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 40em) {
  .section-image-and-content__title {
    margin-bottom: 90px;
  }
}
.section-image-and-content .content-wrapper {
  max-width: 1430px;
  padding: 0;
}

.image-and-content-rows {
  margin: 0 auto;
}

.image-and-content {
  max-width: 1430px;
  margin-bottom: 4rem;
  position: relative;
	
}
@media only screen and (max-width: 39.9375em) {
  .image-and-content {
    max-width: 672px;
    margin: 0 auto;
    margin-bottom: 4rem;
    text-align: center;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content {
    margin-bottom: -1rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  .image-and-content {
    margin-bottom: -4rem;
  }
}
.image-and-content:last-of-type {
  margin-bottom: 0;
}
.image-and-content-wrapper {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 40em) {
  .image-and-content-wrapper {
    display: flex;
  }
}
@media only screen and (min-width: 40em) and (max-width: 64em) {
  .image-and-content-wrapper {
    align-items: center;
  }
}
@media only screen and (min-width: 64.0625em) and (max-width: 75em) {
  .image-and-content-wrapper {
    align-items: center;
  }
}
.image-and-content__image {
  overflow: hidden;
}
@media only screen and (min-width: 40em) {
  .image-and-content__image {
    width: 50%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content__image {
    width: 43%;
  }
}
@media only screen and (max-width: 39.9375em) {
  .image-and-content__image {
    margin: 0 auto;
    position: relative;
	z-index; 2;
    margin-bottom: 1rem;
  }
}
.image-and-content__image img {
  width: 100%;
}
@media only screen and (min-width: 40em) {
  .image-and-content__content {
    width: 50%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content__content {
    width: 57%;
  }
}
@media only screen and (min-width: 75.0625em) {
  .image-and-content__content {
    margin-top: 3rem;
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 39.9375em) {
  .image-and-content__content {
    position: relative;
    z-index: 1;
    padding: 0 2rem;
  }
}
.image-and-content__content--titles h2 {
  font-size: 1.5rem;
  font-family: "JuanaRegular", serif;
  letter-spacing: 0.075em;
  text-transform: none;
  font-weight: 400;
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content__content--titles h2 {
    font-size: 36px;
  }
}
.image-and-content__content p {
  line-height: 1.55;
}
@media only screen and (min-width: 40em) and (max-width: 64em) {
  .image-and-content__content p {
    font-size: 1rem;
  }
}
.image-and-content__content p:last-of-type {
  margin-bottom: 0;
}
.image-and-content__content--logo {
  margin-bottom: 2rem;
}
.image-and-content__content--link {
  margin-top: 2rem;
}
@media only screen and (max-width: 39.9375em) {
  .image-and-content__content--link {
    text-align: center;
  }
}
.image-and-content:nth-of-type(even) {
  margin-left: auto;
  margin-top: 2rem;
}
@media only screen and (min-width: 40em) {
  .image-and-content:nth-of-type(even) .image-and-content__image {
    order: 2;
  }
}
@media only screen and (min-width: 40em) {
  .image-and-content:nth-of-type(even) .image-and-content__content {
    order: 1;
    padding-right: 2rem;
    padding-left: 4rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  .image-and-content:nth-of-type(even) .image-and-content__content {
    padding-right: 9rem;
  }
}
.image-and-content:nth-of-type(odd), .c7-personalization .image-and-content {
  margin-right: auto;
}
@media only screen and (min-width: 40em) {
  .image-and-content:nth-of-type(odd) .image-and-content__image, .c7-personalization .image-and-content .image-and-content__image {
    left: 0;
  }
}
@media only screen and (min-width: 40em) {
  .image-and-content:nth-of-type(odd) .image-and-content__content, .c7-personalization .image-and-content .image-and-content__content {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content:nth-of-type(odd) .image-and-content__content, .c7-personalization .image-and-content .image-and-content__content {
    padding-left: 4rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  .image-and-content:nth-of-type(odd) .image-and-content__content, .c7-personalization .image-and-content .image-and-content__content {
    padding-left: 9rem;
    padding-right: 3.25rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content + .c7-personalization {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  .image-and-content + .c7-personalization {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c7-personalization .image-and-content {
    margin-top: -6rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  .c7-personalization .image-and-content {
    margin-top: -8rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  .events .image-and-content {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  .events .image-and-content {
    margin-bottom: 4rem;
  }
  .events .image-and-content__content {
    margin-top: 2rem;
  }
  .events .image-and-content-wrapper {
    align-items: center;
  }
}

.section-image-and-content--product .c7-product__variant {
  margin-top: 1rem;
}
.section-image-and-content--product .c7-product__variant__add-to-cart input[type=text] {
  color: #000 !important;
}

.section-image-and-content--product-image-left {
  margin-right: auto;
}

.section-image-and-content--product-image-right {
  margin-left: auto;
}
.section-image-and-content--product-image-right .image-and-content__image {
  order: 2;
}

section.section-page-submenu {
  padding: 1rem 0;
}
section.section-page-submenu--products {
  margin-top: 0;
}

.page-submenu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
	padding-top: 1rem; 
}
.page-submenu a {
  padding: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 600;
}
.page-submenu__item--active a {
  text-decoration: underline;
}

.section-quote .content-wrapper {
  padding: 0 2rem;
}
@media only screen and (min-width: 40em) {
  .section-quote .content-wrapper {
    padding: 0 4rem;
  }
}

.quote {
  text-align: center;
}
.quote .quote-wrapper {
  max-width: 68.75rem;
  margin: 0 auto;
}
.quote blockquote {
  font-family: "JuanaRegular", serif;
  margin: 0;
  font-size: 26px;
  letter-spacing: 0.075em;
  line-height: 1.53;
}
@media only screen and (min-width: 40em) {
  .quote blockquote {
    font-size: 39px;
    line-height: 1.615;
  }
}
.quote cite {
  font-style: normal;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 2rem;
  display: block;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}
.quote cite::before {
  content: "-";
}
@media only screen and (min-width: 40em) {
  .quote cite {
    font-size: 15px;
    text-align: right;
  }
}

.blog-posts {
  position: relative;
}
@media only screen and (min-width: 40em) {
  .blog-posts {
    display: flex;
    flex-wrap: wrap;
  }
}
.blog-posts .post {
  right: 0;
  left: auto;
  display: flex;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 39.9375em) {
  .blog-posts .post {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 40em) {
  .blog-posts .post {
    width: 50%;
    padding: 0 1.5rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .blog-posts .post {
    width: 25%;
    padding: 0 1.5rem;
  }
}
.blog-posts .post .post-wrapper {
  width: 100%;
}
.blog-posts .post-info {
  padding: 1.5rem 0 0;
}
.blog-posts .post-info p:last-of-type {
  margin-bottom: 0;
}
.blog-posts .post-title {
  font-size: 18px;
  margin-bottom: 1rem;
}
.blog-post {
  max-width: 64rem;
  margin: 0 auto;
  padding: 0 1rem;
}
.blog-post .post__title {
  text-align: center;
}
.blog-post .post__intro {
  font-style: italic;
  text-align: center;
}
.blog-post .post__photo, .blog-post .post__content {
  margin-top: 3rem;
}

.a2a_kit {
  display: flex !important;
  justify-content: center;
  margin: 1rem 0;
}

.pagination {
  text-align: right;
}

.back-to-posts {
  margin-top: 2rem;
}

.single-post {
  background-color: #5B2E16;
}

footer {
  font-family: "Metropolis", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #1f2428;
  background-image: url("/wp-content/themes/elusa/assets/images/footer-background.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #b2ada7;
}
@media only screen and (min-width: 40em) {
  footer {
    text-align: left;
    font-size: 0.875rem;
  }
}
footer .footer-row {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
@media only screen and (min-width: 40em) {
  footer .footer-row {
    font-size: 18px;
    display: flex;
    align-items: center;
    max-width: 640px;
    margin: 0 auto;
  }
}
footer .footer-row .footer-logo {
  max-width: 64px;
}
@media only screen and (max-width: 39.9375em) {
  footer .footer-row .footer-logo {
    margin: 0 auto;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 40em) {
  footer .footer-row .footer-logo {
    max-width: 80px;
  }
}
footer .footer-row .footer-logo img {
  width: 100%;
}
@media only screen and (min-width: 40em) {
  footer .footer-info {
    padding-left: 3rem;
  }
}
footer .footer-contact a {
  color: #fff;
}
footer .footer-contact p, footer .footer-address p {
  margin-bottom: 0;
  line-height: 1.9;
  font-size: 14px;
}
@media only screen and (min-width: 40em) {
  footer .footer-contact p, footer .footer-address p {
    font-size: 18px;
  }
}
footer ul {
  font-size: 0.875rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer a {
  color: #b2ada7;
}
footer a:hover {
  color: #fff;
}
@media only screen and (min-width: 40em) {
  footer .content-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (min-width: 40em) {
  footer .content-wrapper > .vt-row {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
footer .copyright {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1.9;
}
@media only screen and (min-width: 40em) {
  footer .copyright {
    margin-top: 1rem;
  }
}

.footer-newsletter-signup {
  background-color: #34494c;
}
@media only screen and (min-width: 40em) {
  .footer-newsletter-signup {
    height: 580px;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.footer-newsletter-signup__content {
  text-align: center;
  padding: 3rem 1rem;
  max-width: 640px;
  margin: 0 auto;
}
@media only screen and (max-width: 39.9375em) {
  .footer-newsletter-signup__content {
    color: #b2ada7;
  }
}
@media only screen and (max-width: 39.9375em) {
  .footer-newsletter-signup__content h2 {
    color: #b2ada7;
  }
}
.footer-newsletter-signup__content p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 40em) {
  .footer-newsletter-signup__content .linkBtn {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 39.9375em) {
  .footer-newsletter-signup__content .linkBtn {
    border-color: #b2ada7;
    color: #b2ada7;
  }
  .footer-newsletter-signup__content .linkBtn:hover {
    background-color: #b2ada7;
    color: #657267;
  }
}

.credits-overlay {
  -webkit-transition: opacity 200ms ease-out;
  -o-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 5rem;
  padding-top: 3.25rem;
  position: fixed;
  opacity: 0;
  background: rgba(26, 37, 45, 0.9);
  width: 100%;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
  z-index: 10003;
}
.credits-overlay.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  overflow-y: auto;
}
.credits-overlay .close-menu {
  color: #fff;
  font-size: 25px;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid;
  width: 50px;
  margin-left: auto;
}
.credits-overlay .close-menu::after {
  display: table;
  content: "";
  clear: both;
}
.credits-overlay .close-menu .close {
  cursor: pointer;
  text-transform: uppercase;
  padding-right: 2.5rem;
}
.credits-overlay .close-menu .close-x {
  cursor: pointer;
}
.credits-overlay .overlay-credits-wrapper * {
  color: #ffffff;
}
.credits-overlay .overlay-credits-wrapper a:hover {
  color: #ccc;
}
@media only screen and (min-height: 376px) {
  .credits-overlay .overlay-credits-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 950px;
  }
}

.newsletter-popup-section {
  z-index: 49;
}

.newsletter-popup {
  z-index: 50;
  text-align: center;
}
.newsletter-popup .overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  z-index: 50;
  transition: all 0.5s ease-out;
  background-color: rgba(255, 255, 255, 0.5);
}
.newsletter-popup__logo {
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 64.0625em) {
  .newsletter-popup__logo {
    width: 25%;
  }
}
.newsletter-popup-wrapper {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
  transition: all 0.5s ease-out;
  max-height: 90vh;
  background: #1a252d;
  max-width: 750px;
  text-align: center;
  width: 90%;
  overflow-y: auto;
}
@media only screen and (min-width: 64.0625em) {
  .newsletter-popup-wrapper {
    text-align: left;
  }
}
.newsletter-popup-container {
  position: relative;
  padding: 2rem;
  text-align: center;
}
@media only screen and (min-width: 64.0625em) {
  .newsletter-popup-container {
    padding: 2rem 3rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  .newsletter-popup-container {
    padding: 3rem;
  }
}
.newsletter-popup-container .close {
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  cursor: pointer;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  color: #fff;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1px;
  font-size: 25px;
  text-decoration: none;
  opacity: 0.6;
}
.newsletter-popup-container .close:hover {
  opacity: 1;
}
.newsletter-popup-container h2 {
  color: #fff !important;
  font-weight: 400;
}
.newsletter-popup-container p {
  color: #fff;
}
.newsletter-popup--active {
  z-index: 50;
}
.newsletter-popup--active .overlay {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-out;
}
.newsletter-popup--active .newsletter-popup-wrapper {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-out;
}
.newsletter-popup .c7-subscribe {
  max-width: 360px;
  margin: 0 auto;
}
.newsletter-popup .c7-subscribe .c7-form {
  margin-bottom: 0;
}
.newsletter-popup .c7-subscribe .c7-form > div {
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (min-width: 40em) {
  .newsletter-popup .c7-subscribe .c7-form > div {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 40em) {
  .newsletter-popup .c7-subscribe .c7-form__group {
    display: flex;
  }
}
.newsletter-popup .c7-subscribe .c7-form__group div {
  margin-bottom: 0;
}
.newsletter-popup .c7-subscribe .c7-form label {
  color: transparent;
  color: white;
  font-size: 16px;
  margin-bottom: 0.25rem;
}
.newsletter-popup .c7-subscribe .c7-form label input {
  margin-top: -1rem;
  background-color: #b2ada7;
  height: 30px;
  font-family: "Metropolis", sans-serif;
  color: #657267;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}
.newsletter-popup .c7-subscribe .c7-form label input::placeholder {
  color: #657267;
}
.newsletter-popup .c7-subscribe .c7-form #c7-email {
  width: 100%;
}
.newsletter-popup .c7-subscribe .c7-form__button-row {
  margin-top: 1rem;
  justify-content: center;
  text-align: center;
}
.newsletter-popup .c7-subscribe .c7-form .c7-button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
  border: 0;
  display: inline-block;
  font-weight: 600;
  height: auto;
  line-height: 1;
  padding: 0.25em 1em 0.35em;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 14px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-style: normal;
  font-family: "Metropolis", sans-serif;
}
.newsletter-popup .c7-subscribe .c7-form .c7-button:hover, .newsletter-popup .c7-subscribe .c7-form .c7-button:active {
  background: #fff;
  color: #657267;
}

.footer-gdpr {
  opacity: 0;
  pointer-events: none;
  max-height: 0;
  overflow: hidden;
  transition: all 1s ease-out;
  bottom: -10rem;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(206, 206, 206, 0.94);
  z-index: 5;
}
.footer-gdpr--visible {
  opacity: 1;
  pointer-events: initial;
  max-height: 200px;
  bottom: 0;
  overflow: initial;
}
.footer-gdpr__close {
  position: absolute;
  right: 5px;
  color: white;
  background: black;
  padding: 3px 8px;
  border-radius: 50%;
  display: flex;
  top: -12px;
  height: 25px;
  width: 25px;
  justify-content: center;
  align-items: center;
}
.footer-gdpr__close span {
  text-align: center;
  position: relative;
  top: -3px;
  left: 0.5px;
  font-size: 1.25rem;
}
.footer-gdpr__close:hover {
  color: #fff;
  background: #000;
}
.footer-gdpr__close:hover span {
  color: #fff;
  background: #000;
}
.footer-gdpr .content-wrapper {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer-gdpr p:last-of-type {
  margin-bottom: 0;
  font-size: 0.9063rem;
}

.rdp-caption_label {
  color: var(--c7-heading-text-color) !important;
}

.rdp-nav_button svg path {
  color: var(--c7-heading-text-color) !important;
}

@media (prefers-reduced-motion) {
  * {
    transition: none !important;
  }
  *:before, *:after {
    transition: none !important;
  }
}
