@charset "UTF-8";
/*!
Theme Name: Spectra Template
Author: Wineworks
Author URI: http://wineworks.co
GitHub Theme URI: https://github.com/wineworks/wp-spectratheme
Description: Custom theme developed by Wine Works to be used with Commerce7 & WordPress
Version: 1.4.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Spectra
*/
/*! 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;
  max-width: 100%;
}

/**
 * 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;
}

/* Commerce7 Template - Variables */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.hide-text a {
  display: block;
  height: 100%;
}

/* Commerce7 Template - Basic Typography */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  font-size: 16px;
  min-height: 100%;
}

body {
  background: #fff;
  color: #232324;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1rem;
}

h1, h2, h3, .blog-page > h2, h4, h5, h6 {
  font-family: Lucida Bright, Georgia, serif;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0.5em;
}

h1 {
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 0.4em;
}

@media only screen and (min-width: 40.0625em) {
  h1 {
    font-size: 4rem;
  }
}

h1 + h3, .blog-page > h1 + h2, h1 + h2 {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 40.0625em) {
  h1 + h3, .blog-page > h1 + h2, h1 + h2 {
    font-size: 1.4545454545rem;
  }
}

h2 {
  font-size: 1.5rem;
  line-height: 1.1;
  margin-bottom: 0.5em;
}

@media only screen and (min-width: 40.0625em) {
  h2 {
    font-size: 3rem;
  }
}

h3, .blog-page > h2 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

@media only screen and (min-width: 40.0625em) {
  h3, .blog-page > h2 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.2em;
  line-height: 1.2;
  margin-bottom: 0.2em;
}

@media only screen and (min-width: 40.0625em) {
  h4 {
    font-size: 1.65rem;
  }
}

h5 {
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0.2em;
}

@media only screen and (min-width: 40.0625em) {
  h5 {
    font-size: 1.25rem;
  }
}

h6 {
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0.2em;
}

@media only screen and (min-width: 40.0625em) {
  h6 {
    font-size: 1rem;
  }
}

p {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1.5em;
}

hr {
  border: 1px solid #ccc;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 3rem 0;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 200ms ease-out;
}

a:hover {
  color: #232324;
}

p a {
  text-decoration: underline;
}

img {
  max-width: 100% !important;
  height: auto !important;
}

blockquote {
  font-size: 1.8rem;
  font-style: italic;
}

blockquote p {
  font-size: 1.8rem;
  font-style: italic;
  margin-bottom: 0;
  line-height: 1.2;
  text-align: center;
}

blockquote p:before {
  content: "“";
}

blockquote p:after {
  content: "”";
}

blockquote + cite, blockquote + p cite {
  margin-top: -1.5rem;
}

cite {
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 1rem;
  display: block;
  text-align: center;
  margin: 0 auto 1.5rem;
  font-style: normal;
}

.text-small {
  font-size: 0.917em;
}

.text-tiny {
  font-size: 0.834em;
}

.club-selector-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

@media only screen and (max-width: 40em) {
  .club-selector-wrapper {
    flex-direction: column;
  }
}

.club-selector-wrapper .c7-button {
  min-width: 140px;
  margin-left: 1rem;
}

@media only screen and (max-width: 40em) {
  .club-selector-wrapper .c7-button {
    width: 100%;
    margin-left: 0;
    margin-top: 1rem;
  }
}

/* Commerce7 Template - Modifyers */
.c7t-template-width {
  margin: 0 auto;
  max-width: 60rem;
  padding: 0 1rem;
  position: relative;
}

.c7t-content {
  margin: 0 auto;
  max-width: 60rem;
  padding: 0 1rem;
  position: relative;
}

.c7t-content--wide {
  max-width: 74rem;
  padding: 0 1rem;
  position: relative;
}

.c7t-content--narrow {
  max-width: 45rem;
  padding: 0 1rem;
  position: relative;
}

@media only screen and (min-width: 40.0625em) {
  .small-only {
    display: none;
  }
}

@media only screen and (max-width: 40em) {
  .medium-up {
    display: none;
  }
}

.c7-hide-pickup .c7-checkout__content__title__pickup {
  display: none;
}

.c7-hide-hold a.c7-club-actions__hold,
.c7-hide-hold span.c7-club-actions__divider {
  display: none;
}

.c7-hide-cancel a.c7-club-actions__cancel,
.c7-hide-cancel span.c7-club-actions__divider {
  display: none;
}

.c7-hide-skip a.c7-club-actions__skip,
.c7-hide-skip span.c7-club-actions__divider {
  display: none;
}

.c7-hide-skip.c7-hide-hold.c7-hide-cancel .c7-club-actions.c7-club-actions--hold-cancel {
  display: none;
}

.c7-club-actions a {
  cursor: pointer;
}

@media only screen and (max-width: 40em) {
  .subscribe-columns.c7t-text-block--2col .c7t-template-width > div:first-of-type {
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
  40% {
    -moz-transform: translateY(-5px) rotate(45deg);
    -ms-transform: translateY(-5px) rotate(45deg);
    -webkit-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) rotate(45deg);
  }
  60% {
    -moz-transform: translateY(-5px) rotate(45deg);
    -ms-transform: translateY(-5px) rotate(45deg);
    -webkit-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) rotate(45deg);
  }
}

.bounce {
  animation: bounce 3s 5;
}

@media (prefers-reduced-motion) {
  .bounce {
    animation: none !important;
  }
}

/* Commerce7 Template - Header */
.header {
  width: 100%;
  position: relative;
  z-index: 20;
}

@media only screen and (min-width: 40.0625em) {
  .header {
    padding: 1.5rem 0;
  }
}

@media only screen and (min-width: 64.0625em) {
  .header {
    transition: all 300ms ease-out;
    position: sticky;
    top: 0;
    padding: 1rem 0;
    background: white;
  }
  .admin-bar .header {
    top: 32px;
  }
  .scrolled .header {
    background: rgba(0, 0, 0, 0.75);
    padding-top: 0;
    top: 0;
    padding: 0;
    position: sticky;
    z-index: 20;
  }
  .scrolled .header .c7-tools {
    min-height: 0;
    margin: 0;
  }
  .scrolled .header #c7-login, .scrolled .header #c7-account {
    display: none;
  }
  .scrolled .header #c7-cart > a {
    display: none;
  }
  .scrolled .header .c7-user-nav__cart {
    display: block;
  }
  .scrolled .header .c7-user-nav__cart > .c7-link {
    display: none;
  }
  .admin-bar.scrolled .header {
    top: 32px;
  }
}

.header--overlay {
  background: rgba(255, 255, 255, 0.5);
}

.header--overlay + .c7t-banner {
  margin-top: -126px;
}

.header .c7t-template-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 74rem;
}

.header__logo {
  width: 200px;
  padding: 0.5rem 0rem;
  position: relative;
}

@media only screen and (min-width: 40.0625em) {
  .header__logo {
    padding: 0;
  }
}

@media only screen and (min-width: 64.0625em) {
  .header__logo {
    width: 250px;
    padding: 0;
    transition: all 300ms ease-out;
  }
  .scrolled .header__logo {
    padding: 1rem 0;
    width: 150px;
  }
  .scrolled .header__logo svg {
    fill: #fff;
  }
  .scrolled .header__logo .logo-alternate {
    opacity: 1;
  }
  .scrolled .header__logo a img:first-child {
    opacity: 0;
  }
}

.header__logo a {
  display: block;
  position: relative;
  font-size: 0;
}

.header__logo a img {
  transition: all 300ms ease-out;
}

.header__logo .logo-alternate {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}

.header--centered .header__logo {
  margin: 0 auto;
  padding: 0.5rem 0rem;
}

.scrolled .header--centered .header__logo {
  padding: 0;
}

@media only screen and (min-width: 40.0625em) {
  .header--centered .header__logo {
    padding: 0rem 0 1rem;
  }
}

.header--centered .c7t-template-width {
  display: block;
}

.header--centered--overlay {
  background: rgba(255, 255, 255, 0.5);
}

.header--centered--overlay + .c7t-banner {
  margin-top: -138px;
}

.header--transparent {
  background: transparent !important;
}

body.scrolled .header--image {
  opacity: 0.8;
}

/* Commerce7 Template - Header Navigation */
.header__navigation {
  transition: transform 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: #333;
  padding: 4.15rem 1rem 5rem;
  position: fixed;
  z-index: 1;
}

@media screen and (max-width: 39.9375em) {
  .header__navigation {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateX(100%);
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 50;
  }
}

@media screen and (min-width: 40em) {
  .header__navigation {
    background: none;
    border-left: 0;
    padding: 0;
    position: relative;
    width: calc(100% - 250px);
  }
}

@media screen and (min-width: 51em) {
  .header__navigation {
    width: calc(100% - 300px);
  }
}

@media screen and (max-width: 39.9375em) {
  .show-mobile-nav .header__navigation {
    transform: translateX(0);
    overflow-y: scroll;
  }
}

.admin-bar.show-mobile-nav .header__navigation {
  padding: 5.5rem 1rem 5rem;
}

.header__navigation ul {
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 40em) {
  .header__navigation ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}

.header__navigation ul ul {
  -webkit-transition: opacity 200ms ease-out;
  -o-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
  display: none;
  font-size: .875rem;
  list-style: none;
  opacity: 1;
  text-align: left;
  visibility: visible;
  padding-left: .875rem;
}

@media screen and (min-width: 40em) {
  .header__navigation ul ul {
    background: #fff;
    border: 1px solid #666;
    display: block;
    min-width: 9.5rem;
    opacity: 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    padding: 0;
  }
}

@media only screen and (min-width: 64.0625em) {
  .header__navigation ul ul {
    min-width: 12.5rem;
  }
}

.header__navigation ul ul li {
  display: block;
  padding: 0;
  white-space: nowrap;
}

.header__navigation ul ul li a {
  color: #fff;
  padding: 0.5rem 1rem;
}

@media screen and (min-width: 40em) {
  .header__navigation ul ul li a {
    color: #232324;
  }
}

.scrolled .header__navigation ul ul li a {
  color: #232324;
}

.header__navigation li {
  padding: 0;
  margin: 0;
  position: relative;
  display: block;
}

@media screen and (min-width: 40em) {
  .header__navigation li {
    display: flex;
  }
  .header__navigation li:hover ul, .header__navigation li.hover ul {
    opacity: 1;
    z-index: 2;
    visibility: visible;
  }
}

@media screen and (min-width: 57rem) {
  .header__navigation li ul {
    left: 1rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 56.9375rem) {
  .header__navigation li:last-of-type ul, .header__navigation li:nth-last-of-type(2) ul, .header__navigation li:nth-last-of-type(3) ul {
    right: 0rem;
    text-align: right;
  }
}

@media only screen and (max-width: 40em) {
  .header__navigation li.menu-item-has-children > input:checked + a:before {
    content: "-";
  }
}

@media only screen and (max-width: 40em) {
  .header__navigation li.menu-item-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: 1.9rem;
    right: 0;
    width: 3.25rem;
    text-align: center;
  }
}

.header__navigation li.menu-item-has-children label {
  font-size: 0;
}

.header__navigation li.menu-item-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;
  cursor: pointer;
}

@media only screen and (min-width: 40.0625em) {
  .header__navigation li.menu-item-has-children .toggle-sub-menu {
    display: none;
  }
}

.header__navigation li.menu-item-has-children .toggle-sub-menu:checked + a + button + ul {
  display: block;
}

.header__navigation li.menu-item-has-children--visible ul {
  opacity: 1;
  visibility: visible;
}

.header__navigation a {
  color: #fff;
  display: block;
  font-size: .8125rem;
  text-transform: uppercase;
  padding: .75rem 1rem;
  transition: all 200ms ease-out;
  opacity: 0.8;
  letter-spacing: 0.075em;
}

@media screen and (min-width: 40em) {
  .header__navigation a {
    color: #232324;
    padding: 0.5rem 0 0.5rem 1rem;
  }
  .scrolled .header__navigation a {
    color: #fff;
  }
}

@media screen and (min-width: 57em) {
  .header__navigation a {
    padding: 0.5rem 0 0.5rem 2rem;
  }
}

.header__navigation a:hover, .header__navigation a.hover {
  opacity: 1;
  text-decoration: none;
}

.header--centered .header__navigation {
  width: 100%;
}

.header--centered .header__navigation ul {
  justify-content: center;
}

@media screen and (min-width: 57em) {
  .header--centered .header__navigation a {
    padding: 0.5rem 1rem 0.5rem 1rem;
  }
}

.header--centered .header__navigation ul ul li a {
  padding: 0.5rem 1rem;
}

@media screen and (min-width: 57em) {
  .header--centered .header__navigation li ul {
    left: 0;
  }
}

.submenu-down-arrow {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.submenu-down-arrow:focus {
  width: 10px;
  margin: 0;
  height: 10px;
  clip: unset;
  clip-path: unset;
  font-size: 10px;
  top: 10px;
  right: -15px;
}

@media only screen and (max-width: 40em) {
  .submenu-down-arrow {
    display: none;
  }
}

body.show-mobile-nav {
  overflow: hidden;
}

/* Commerce7 Template - Header Navigation Toggle */
.header__navigation-toggle {
  color: #fff;
  cursor: pointer;
  padding: 0 0 0 .25rem;
  position: relative;
  text-transform: uppercase;
  align-self: flex-end;
  margin-left: auto;
  border: 1px solid transparent !important;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (min-width: 40em) {
  .header__navigation-toggle {
    display: none;
  }
}

.show-mobile-nav .header__navigation-toggle span {
  background: none;
}

.show-mobile-nav .header__navigation-toggle span:before, .show-mobile-nav .header__navigation-toggle span:after {
  transition-delay: 0s, 200ms;
}

.show-mobile-nav .header__navigation-toggle span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}

.show-mobile-nav .header__navigation-toggle span:after {
  transform: rotate(-45deg);
  bottom: 0;
}

.header__navigation-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: #fff;
  display: block;
  position: relative;
  height: 1px;
  width: 1.125rem;
  margin-left: 10px;
}

.header__navigation-toggle span:before, .header__navigation-toggle span:after {
  transition-duration: 200ms, 200ms;
  transition-delay: 200ms, 0s;
  background: #fff;
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  width: 100%;
}

.header__navigation-toggle span:before {
  transition-property: top, transform;
  top: -5px;
}

.header__navigation-toggle span:after {
  transition-property: bottom, transform;
  bottom: -5px;
}

.header__navigation-toggle:hover {
  background: none;
  border: 0;
  color: #fff;
}

.secondary-menu {
  background: #333;
}

.secondary-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}

.secondary-menu ul li {
  position: relative;
  padding: 0.75rem 0.75rem;
}

@media only screen and (max-width: 40em) {
  .secondary-menu ul li {
    width: 100%;
  }
}

@media screen and (min-width: 40em) {
  .secondary-menu ul li:hover ul {
    opacity: 1;
    visibility: visible;
  }
}

.secondary-menu ul li.current_page_item a {
  color: #fff;
}

.secondary-menu ul li ul {
  padding-top: 0.5rem;
  -webkit-transition: opacity 200ms ease-out;
  -o-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
  display: none;
  font-size: .875rem;
  list-style: none;
  opacity: 1;
  text-align: left;
  visibility: visible;
  padding-left: 0;
}

@media screen and (min-width: 40em) {
  .secondary-menu ul li ul {
    background: #fff;
    border: 1px solid #666;
    display: block;
    min-width: 12.5rem;
    opacity: 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    padding: 0;
  }
}

.secondary-menu ul li ul li {
  padding: 0.5rem 0;
}

.secondary-menu ul li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #eee;
}

.secondary-menu ul li a:hover {
  color: #fff;
}

@media only screen and (min-width: 40.0625em) {
  .secondary-menu ul li.hidden-parent {
    display: none;
  }
}

@media only screen and (max-width: 40em) {
  .secondary-menu ul li.menu-item-has-children > input:checked + a:before {
    content: "-";
  }
}

@media only screen and (max-width: 40em) {
  .secondary-menu ul li.menu-item-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: 1.25rem;
    right: 0;
    width: 3.25rem;
    text-align: center;
  }
}

.secondary-menu ul li.menu-item-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;
}

@media only screen and (min-width: 40.0625em) {
  .secondary-menu ul li.menu-item-has-children .toggle-sub-menu {
    display: none;
  }
}

.secondary-menu ul li.menu-item-has-children .toggle-sub-menu:checked + a + button + ul {
  display: block;
}

.secondary-menu ul li.menu-item-has-children--visible ul {
  opacity: 1;
  visibility: visible;
}

/* Commerce7 Template - Footer */
.footer {
  background-color: #333;
  color: #eee;
  padding: 1.5rem 1rem;
}

@media only screen and (min-width: 64.0625em) {
  .footer.footer--1 .c7t-template-width {
    display: block;
  }
  .footer.footer--1 .c7t-template-width:before, .footer.footer--1 .c7t-template-width:after {
    content: " ";
    display: table;
  }
  .footer.footer--1 .c7t-template-width:after {
    clear: both;
  }
}

@media only screen and (min-width: 64.0625em) {
  .footer.footer--2 .c7t-template-width {
    display: block;
  }
  .footer.footer--2 .c7t-template-width:before, .footer.footer--2 .c7t-template-width:after {
    content: " ";
    display: table;
  }
  .footer.footer--2 .c7t-template-width:after {
    clear: both;
  }
}

.footer .c7t-template-width {
  max-width: 74rem;
}

@media only screen and (min-width: 40.0625em) {
  .footer .c7t-template-width {
    display: flex;
    flex-wrap: wrap;
  }
}

.footer a {
  color: #eee;
}

.footer a:hover {
  color: #fff;
}

.footer__menu {
  text-align: center;
  width: 100%;
}

.footer__menu ul ul,
.footer__menu input {
  display: none;
}

@media only screen and (min-width: 64.0625em) {
  .footer--1 .footer__menu {
    float: right;
    width: 65%;
    text-align: right;
  }
  .footer--1 .footer__menu ul li:last-child {
    margin-right: 0;
  }
  .footer--1 .footer__menu ul li:last-child a {
    padding-right: 0;
  }
}

@media only screen and (min-width: 64.0625em) {
  .footer--2 .footer__menu {
    float: left;
    width: 65%;
    text-align: left;
  }
}

@media only screen and (min-width: 64.0625em) {
  .footer--4 .footer__menu {
    order: 1;
    width: 75%;
    text-align: left;
  }
}

.footer__menu ul {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
}

@media only screen and (min-width: 40.0625em) {
  .footer__menu ul {
    margin: 0 0 1rem;
  }
}

.footer--4 .footer__menu ul {
  margin: 0 0 1rem;
}

@media only screen and (min-width: 64.0625em) {
  .footer--4 .footer__menu ul {
    margin: 0;
  }
}

.footer__menu ul li {
  display: block;
  margin: 0.25rem 0;
}

@media only screen and (min-width: 40.0625em) {
  .footer__menu ul li {
    display: inline-block;
    margin-right: 0.5rem;
  }
}

.footer__menu ul li a {
  display: inline-block;
  color: #eee;
  padding: 0.25rem 0.5rem;
  font-size: 0.917rem;
}

.footer__menu ul li a:hover {
  color: #fff;
}

.footer__address {
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  width: 100%;
}

@media only screen and (min-width: 64.0625em) {
  .footer--1 .footer__address {
    float: left;
    width: 35%;
    text-align: left;
  }
}

@media only screen and (min-width: 64.0625em) {
  .footer--2 .footer__address {
    float: right;
    width: 35%;
    text-align: right;
  }
}

@media only screen and (min-width: 64.0625em) {
  .footer--4 .footer__address {
    order: 2;
    width: 25%;
    text-align: right;
  }
}

.footer__address span {
  margin: 0.5rem 0;
}

@media only screen and (min-width: 64.0625em) {
  .footer--2 .footer__address span {
    margin: 0.25rem 0;
  }
}

.footer__address__name {
  display: block;
  font-size: 1.2em;
}

.footer--2 .footer__address__name {
  display: none;
}

.footer--4 .footer__address__name {
  display: none;
}

.footer--4 .footer__address__link {
  display: none;
}

.footer__address__address {
  white-space: nowrap;
}

@media only screen and (min-width: 64.0625em) {
  .footer--2 .footer__address__address {
    display: block;
  }
}

.footer--4 .footer__address__address {
  display: none;
}

.footer__address__city {
  white-space: nowrap;
}

.footer--4 .footer__address__city {
  display: none;
}

.footer--4 .footer__address__state {
  display: none;
}

.footer__address__postalcode {
  white-space: nowrap;
}

.footer--4 .footer__address__postalcode {
  display: none;
}

.footer__address__phone {
  display: block;
  white-space: nowrap;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 480px) {
  .footer__address__phone {
    display: inline-block;
  }
  .footer__address__phone:after {
    content: "\00a0\00a0|\00a0\00a0";
  }
}

@media screen and (min-width: 480px) {
  .footer__address__phone--no-email:after {
    content: '';
  }
}

.footer--4 .footer__address__phone {
  font-size: 1.8em;
  margin: 0 0 1rem;
}

.footer--4 .footer__address__phone:after {
  content: "";
}

@media only screen and (min-width: 64.0625em) {
  .footer--4 .footer__address__phone {
    margin-bottom: 0;
  }
}

.footer__address__email {
  display: block;
}

@media screen and (min-width: 480px) {
  .footer__address__email {
    display: inline-block;
  }
}

.footer--4 .footer__address__email {
  display: none;
}

.footer__address__break {
  display: block;
  margin: 0;
  height: 0.4rem;
}

@media only screen and (min-width: 40.0625em) {
  .footer--3 .footer__address__break {
    height: 0;
  }
}

@media only screen and (min-width: 64.0625em) {
  .footer--4 .footer__address__break {
    display: none;
  }
}

.footer__rule {
  display: none;
}

@media only screen and (min-width: 64.0625em) {
  .footer--4 .footer__rule {
    display: block;
    border-top: 1px solid #eee;
    width: 100%;
    order: 3;
    margin-bottom: 1.5rem;
  }
}

.footer__social-media {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  width: 100%;
}

@media only screen and (min-width: 64.0625em) {
  .footer--1 .footer__social-media {
    float: right;
    width: 65%;
    justify-content: flex-end;
  }
  .footer--1 .footer__social-media a:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 64.0625em) {
  .footer--2 .footer__social-media {
    float: left;
    width: 65%;
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 64.0625em) {
  .footer--4 .footer__social-media {
    order: 5;
    justify-content: flex-end;
    width: 60%;
  }
}

.footer__social-media a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.4rem;
}

.footer__social-media a:hover svg {
  fill: #fff;
}

.footer__social-media img, .footer__social-media svg {
  width: 18px;
  height: 18px;
  fill: #eee;
  transition: fill 200ms ease-out;
}

.footer__social-media .tripadvisor {
  width: 32px;
}

.footer__copyright, .footer__optional-text {
  text-align: center;
  font-size: 0.75rem;
  width: 100%;
  margin: 0 auto 1.5rem;
}

@media only screen and (min-width: 64.0625em) {
  .footer--1 .footer__copyright, .footer--1 .footer__optional-text {
    float: left;
    width: 100%;
    text-align: left;
  }
}

@media only screen and (min-width: 64.0625em) {
  .footer--2 .footer__copyright, .footer--2 .footer__optional-text {
    float: left;
    width: 100%;
    text-align: left;
  }
}

@media only screen and (min-width: 64.0625em) {
  .footer--4 .footer__copyright, .footer--4 .footer__optional-text {
    order: 4;
    width: 40%;
    text-align: left;
  }
}

.footer__optional-text {
  margin-bottom: 0.75rem;
}

.footer__optional-text p {
  font-size: 0.75rem;
}

.footer__optional-text p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (min-width: 64.0625em) {
  .footer__optional-text-wrapper {
    order: 4;
    width: 40%;
  }
}

.footer__optional-text-wrapper .footer__copyright,
.footer__optional-text-wrapper .footer__optional-text {
  width: 100%;
}

@media only screen and (min-width: 64.0625em) {
  .footer__optional-text-wrapper .footer__copyright,
.footer__optional-text-wrapper .footer__optional-text {
    text-align: left;
  }
}

.footer--transparent {
  background: transparent !important;
}

.wp-pagenavi {
  padding: 0 1rem 2rem;
  text-align: center;
  margin: 0 auto;
}

@media only screen and (min-width: 40.0625em) {
  .wp-pagenavi {
    padding: 0 0 2rem;
  }
}

.wp-pagenavi:before, .wp-pagenavi:after {
  clear: both;
  display: table;
  content: '';
}

body.blog .wp-pagenavi {
  margin-top: 3rem;
}

.wp-pagenavi a,
.wp-pagenavi span {
  font-weight: bold;
  border: none;
  padding: 0.5rem 0.9rem;
  font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, Tahoma, Geneva, Arial, sans-serif;
}

@media only screen and (max-width: 40em) {
  .wp-pagenavi a,
.wp-pagenavi span {
    display: block;
    text-align: center;
    margin: 10px auto;
  }
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border: 2px solid #333;
  color: #fff;
  background: #333;
}

.wp-pagenavi a {
  border: 2px solid #333;
  background: #fff;
  color: #333;
  transition: all 0.4s ease;
}

.age-gate-heading {
  font-size: 2.3rem;
  margin-bottom: 1rem;
}

.age-gate-form button {
  cursor: pointer;
  display: inline-block;
  border: 0;
  border-radius: var(--c7-button-border-radius);
  font-size: var(--c7-font-size);
  font-weight: 500;
  line-height: 1.5;
  min-height: 46px;
  padding: 11px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.1s ease-out;
  background: var(--c7-primary-button-bg);
  color: var(--c7-primary-button-text-color);
}

.age-gate-form button:hover {
  text-decoration: none;
}

.age-gate-form button:hover {
  background: var(--c7-primary-button-bg-hover);
  color: var(--c7-primary-button-text-color);
  text-decoration: none !important;
}

.age-gate-form button.age-gate-submit-no {
  background-color: #888;
}

.uk-modal-header {
  background: #fff !important;
  border-bottom: 0 !important;
  padding: 20px 20px 0 20px !important;
}

.uk-open .uk-modal-dialog,
#surbma-yes-no-popup .uk-modal-footer.surbma-yes-no-popup-button-left {
  text-align: center !important;
}

#surbma-yes-no-popup .uk-modal-footer > :last-child, #surbma-yes-no-popup .uk-modal-header > :last-child {
  padding-bottom: .55em !important;
}

.uk-modal-content {
  padding-bottom: 10px;
}

.uk-modal-footer {
  background: #fff;
}

.uk-modal-footer button#button1,
.uk-modal-footer button#button2 {
  border-radius: 0;
  transition: all .2s ease-in;
  padding: .55em 1.5em !important;
  display: inline-block;
  font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, Tahoma, Geneva, Arial, sans-serif;
}

.uk-modal-footer button#button1:hover,
.uk-modal-footer button#button2:hover {
  text-decoration: none;
  outline: 0;
}

.uk-modal-footer button#button1:focus,
.uk-modal-footer button#button2:focus {
  outline: 0;
}

.uk-modal-footer button#button1 {
  border: 2px solid #888;
  background-color: transparent;
  color: #888;
}

.uk-modal-footer button#button1:hover {
  border: 2px solid #3c3c3c;
  background-color: transparent;
  color: #3c3c3c;
}

.uk-modal-footer button#button2 {
  background-color: transparent;
  border: 2px solid #333;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.035em;
}

.uk-modal-footer button#button2:hover {
  background-color: transparent;
  border: 2px solid black;
  color: black;
}

/* Commerce7 Template - Banner */
.c7t-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.c7t-banner .c7t-template-width {
  height: 46vh;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 74rem;
  margin: 0 auto;
  width: 100%;
}

.c7t-banner .c7t-template-width .c7t-banner__content {
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.5), 0 4px 2px rgba(0, 0, 0, 0.4), 0 8px 4px rgba(0, 0, 0, 0.4), 0 16px 8px rgba(0, 0, 0, 0.35), 0 32px 16px rgba(0, 0, 0, 0.3);
}

.c7t-banner .c7t-template-width--content-center-left {
  align-items: center;
  justify-content: flex-start;
}

.c7t-banner .c7t-template-width--content-center-left .c7t-banner__content {
  text-align: left;
  width: 55%;
}

.c7t-banner .c7t-template-width--content-center-right {
  align-items: center;
  justify-content: flex-end;
}

.c7t-banner .c7t-template-width--content-center-right .c7t-banner__content {
  text-align: right;
  width: 100%;
}

@media only screen and (min-width: 40.0625em) {
  .c7t-banner .c7t-template-width--content-center-right .c7t-banner__content {
    width: 75%;
  }
}

@media only screen and (min-width: 64.0625em) {
  .c7t-banner .c7t-template-width--content-center-right .c7t-banner__content {
    width: 55%;
  }
}

.c7t-banner .c7t-template-width--content-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.c7t-banner .c7t-template-width--content-top-left .c7t-banner__content {
  text-align: left;
  width: 100%;
}

@media only screen and (min-width: 40.0625em) {
  .c7t-banner .c7t-template-width--content-top-left .c7t-banner__content {
    width: 75%;
  }
}

@media only screen and (min-width: 64.0625em) {
  .c7t-banner .c7t-template-width--content-top-left .c7t-banner__content {
    width: 55%;
  }
}

.c7t-banner .c7t-template-width--content-top {
  align-items: flex-start;
}

.c7t-banner .c7t-template-width--content-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.c7t-banner .c7t-template-width--content-top-right .c7t-banner__content {
  text-align: right;
  width: 100%;
}

@media only screen and (min-width: 40.0625em) {
  .c7t-banner .c7t-template-width--content-top-right .c7t-banner__content {
    width: 75%;
  }
}

@media only screen and (min-width: 64.0625em) {
  .c7t-banner .c7t-template-width--content-top-right .c7t-banner__content {
    width: 55%;
  }
}

.c7t-banner .c7t-template-width--content-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.c7t-banner .c7t-template-width--content-bottom-left .c7t-banner__content {
  text-align: left;
  width: 100%;
}

@media only screen and (min-width: 40.0625em) {
  .c7t-banner .c7t-template-width--content-bottom-left .c7t-banner__content {
    width: 75%;
  }
}

@media only screen and (min-width: 64.0625em) {
  .c7t-banner .c7t-template-width--content-bottom-left .c7t-banner__content {
    width: 55%;
  }
}

.c7t-banner .c7t-template-width--content-bottom {
  align-items: flex-end;
}

.c7t-banner .c7t-template-width--content-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.c7t-banner .c7t-template-width--content-bottom-right .c7t-banner__content {
  text-align: right;
  width: 100%;
}

@media only screen and (min-width: 40.0625em) {
  .c7t-banner .c7t-template-width--content-bottom-right .c7t-banner__content {
    width: 75%;
  }
}

@media only screen and (min-width: 64.0625em) {
  .c7t-banner .c7t-template-width--content-bottom-right .c7t-banner__content {
    width: 55%;
  }
}

.c7t-banner--blog-post {
  width: 100%;
  margin-bottom: 0.1px;
}

.c7t-banner--large .c7t-template-width {
  height: 80vh;
}

.c7t-banner--small .c7t-template-width {
  height: 36vh;
}

@media only screen and (max-width: 40em) {
  .c7t-banner--small .c7t-banner__next-section {
    display: none;
  }
}

.c7t-banner--background-focus-left {
  background-position: center left;
}

.c7t-banner--background-focus-right {
  background-position: center right;
}

.c7t-banner--background-focus-top-left {
  background-position: top left;
}

.c7t-banner--background-focus-top {
  background-position: top center;
}

.c7t-banner--background-focus-right {
  background-position: top right;
}

.c7t-banner--background-focus-bottom-left {
  background-position: bottom left;
}

.c7t-banner--background-focus-bottom {
  background-position: bottom center;
}

.c7t-banner--background-focus-right {
  background-position: bottom right;
}

.c7t-banner--restricted {
  max-width: 60rem;
  margin: 0 auto;
}

@media only screen and (min-width: 64.0625em) {
  .c7t-banner--parallax {
    background-attachment: fixed;
  }
}

.c7t-banner--veil:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(34, 34, 34, 0.4);
}

.c7t-banner__content {
  text-align: center;
  color: #fff;
  padding: 2rem;
}

.c7t-banner__content h1, .c7t-banner__content h2, .c7t-banner__content h3, .c7t-banner__content h4, .c7t-banner__content h5, .c7t-banner__content h6, .c7t-banner__content p {
  color: #fff;
}

.c7t-banner__content p {
  margin: 0 auto 1.5rem;
}

.c7t-banner__content .button {
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(255, 255, 255, 0.9);
  color: rgba(255, 255, 255, 0.9);
  text-shadow: none;
}

.c7t-banner__content .button:hover {
  background: rgba(0, 0, 0, 0);
  border-color: white;
  color: white;
}

.c7t-banner__next-section {
  position: absolute;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: block;
  border: 2px solid #fff;
  opacity: 0.9;
}

@media only screen and (min-width: 40.0625em) {
  .c7t-banner__next-section {
    bottom: 4rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  .c7t-banner__next-section {
    bottom: 2rem;
  }
}

.c7t-banner__next-section span {
  display: inline-block;
  position: absolute;
  top: 19%;
  left: 10px;
  transform: rotate(45deg);
  border: 2px solid #fff;
  height: 16px;
  width: 16px;
  border-left: 0;
  border-top: 0;
}

.commerce7-v2 .c7t-banner__content .button {
  background: white;
  color: #000;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.commerce7-v2 .c7t-banner__content .button:hover {
  background: #eeeeee;
  text-decoration: none;
}

.blog-page {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 2rem 0;
}

@media only screen and (min-width: 40.0625em) {
  .blog-page--related {
    width: calc(100% + 2rem);
    position: relative;
    left: -1rem;
  }
  .blog-page--related h2 {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0;
  }
}

.blog-page--2 .blog-page__posts {
  display: flex;
  flex-wrap: wrap;
}

.blog-page--2 .blog-page__posts article {
  width: 100%;
}

@media only screen and (min-width: 40.0625em) {
  .blog-page--2 .blog-page__posts article {
    width: calc(50% - 2rem);
    margin: 1rem;
  }
}

.blog-page--3 .blog-page__posts {
  display: flex;
  flex-wrap: wrap;
}

.blog-page--3 .blog-page__posts article {
  width: 100%;
}

@media only screen and (min-width: 40.0625em) {
  .blog-page--3 .blog-page__posts article {
    width: calc(50% - 2rem);
    margin: 1rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  .blog-page--3 .blog-page__posts article {
    width: calc(33.33% - 2rem);
  }
}

.blog-page--4 .blog-page__posts {
  display: flex;
  flex-wrap: wrap;
}

.blog-page--4 .blog-page__posts article {
  width: 100%;
}

@media only screen and (min-width: 40.0625em) {
  .blog-page--4 .blog-page__posts article {
    width: calc(50% - 2rem);
    margin: 1rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  .blog-page--4 .blog-page__posts article {
    width: calc(25% - 2rem);
  }
}

.blog-page--no-sidebar .blog-page__sidebar {
  display: none;
}

.blog-page--no-sidebar .blog-page__posts {
  width: 100%;
}

.blog-page--single .blog-page__posts {
  width: 100%;
}

.blog-page__posts {
  width: 65%;
}

.blog-page__posts article {
  position: relative;
  width: 100%;
}

.blog-page__posts article .post__single {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s ease-out;
  box-shadow: 0 0 20px #dfdfdf;
}

.blog-page__posts article .post__single-link-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.blog-page__posts article .post__single-link-overlay:hover ~ .post__single {
  box-shadow: 0 0 30px #d0d0d0;
}

.blog-page__posts article .post__single-link-overlay:hover ~ .post__single .post__single-image span {
  background: rgba(255, 255, 255, 0.3);
}

.blog-page__posts article .post__single-link-overlay:hover ~ .post__single .post__single-content a {
  color: #232324;
}

.blog-page__posts article .post__single-link-overlay:hover ~ .post__single .post__single-content a span {
  opacity: 1;
  margin-left: 8px;
}

.blog-page__posts article .post__single-image {
  flex-shrink: 0;
  background: #c9aa9d;
  font-size: 0;
  min-height: 0;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.blog-page__posts article .post__single-image span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  transition: all 0.3s ease-out;
}

.blog-page__posts article .post__single-image span:hover {
  background: rgba(255, 255, 255, 0.3);
}

.blog-page__posts article .post__single-image img {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: 50% 50%;
  -o-object-position: 50% 50%;
  max-width: none !important;
}

.blog-page__posts article .post__single-image--no-image img {
  object-fit: contain;
  -o-object-fit: contain;
  padding: 1rem;
}

.blog-page__posts article .post__single-content {
  padding: 15px 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.blog-page__posts article .post__single-content .post__teaser-link {
  margin-top: auto;
  padding-top: 0.85rem;
}

.blog-page__posts article .post__single-content .post__teaser-link span {
  transition: all 0.3s ease-out;
  opacity: 0;
  margin-left: 5px;
}

.blog-page__posts article h2 {
  margin-top: 1rem;
  font-size: 1.5rem;
}

.blog-page__posts article h2 a {
  color: #333;
}

.blog-page__sidebar {
  padding: 10px 1rem 10px 1rem;
  margin-left: 2rem;
  width: calc(35% - 2rem);
  border: 1px solid black;
}

.pagination {
  border-top: 1px solid #333;
  padding-top: 2rem;
  margin-top: 3rem;
}

.page-numbers {
  padding: 0.5rem;
}

.prev,
.next {
  font-size: 0.917rem;
}

.prev:before {
  content: "←";
}

.next:after {
  content: "→";
}

.prev-next-posts {
  display: flex;
  justify-content: space-between;
}

.prev-next-posts__button {
  display: flex;
}

.prev-next-posts__button a {
  padding: 1rem;
  background: #333;
  color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease-out;
}

.prev-next-posts__button a span {
  position: relative;
  transition: all 0.3s ease-out;
  left: 0;
}

.prev-next-posts__button a:hover {
  color: white;
}

.prev-next-posts__button a:hover span {
  left: 2px;
}

.prev-next-posts__button--prev a:hover span {
  left: -2px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.c7t-blog-post-title {
  padding-top: 2.5rem;
}

.c7t-blog-post-title + .c7t-text-block {
  padding-top: 0;
}

.c7t-brands {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
}

@media only screen and (min-width: 40.0625em) {
  .c7t-brands {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.c7t-brands__single-brand {
  position: relative;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .c7t-brands__single-brand {
    width: 50%;
  }
}

.c7t-brands__single-brand-holder {
  position: relative;
  width: 100%;
  height: 165px;
  display: block;
}

@media only screen and (min-width: 40.0625em) {
  .c7t-brands__single-brand-holder {
    height: 185px;
  }
}

@media only screen and (min-width: 64.0625em) {
  .c7t-brands__single-brand-holder {
    height: 200px;
  }
}

.c7t-brands__single-brand-front {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  padding: 0.5rem;
}

.c7t-brands__single-brand-front > div {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 40.0625em) {
  .c7t-brands__single-brand-front {
    padding: 1rem;
  }
}

.c7t-brands__single-brand-front img {
  align-self: center;
  height: 100% !important;
  width: auto !important;
}

.c7t-brands__single-brand-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  transition: all 0.6s ease-in-out;
}

.c7t-brands__single-brand-back-content {
  padding: 1rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.c7t-brands__single-brand-back-content p {
  color: #eee;
  line-height: 1.2;
}

.c7t-brands__single-brand-back-content a {
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(255, 255, 255, 0.9);
  color: rgba(255, 255, 255, 0.9);
  text-shadow: none;
  color: #eee;
}

.c7t-brands__single-brand-back-content a:hover {
  background: rgba(0, 0, 0, 0);
  border-color: #fff;
  color: #fff;
}

.c7t-brands__single-brand:hover .c7t-brands__single-brand-front {
  opacity: 0;
  pointer-events: none;
}

.c7t-brands__single-brand:hover .c7t-brands__single-brand-back {
  opacity: 1;
  pointer-events: initial;
}

.c7t-brands__single-brand--no-hover:hover .c7t-brands__single-brand-front {
  opacity: 1;
  pointer-events: initial;
}

.c7t-brands__single-brand--no-hover-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

@media only screen and (min-width: 64.0625em) {
  .c7t-brands--per-row-7 .c7t-brands__single-brand {
    width: 14.28571428%;
  }
}

@media only screen and (min-width: 64.0625em) {
  .c7t-brands--per-row-6 .c7t-brands__single-brand {
    width: 16.66%;
  }
}

@media only screen and (min-width: 64.0625em) {
  .c7t-brands--per-row-5 .c7t-brands__single-brand {
    width: 20%;
  }
}

@media only screen and (min-width: 64.0625em) {
  .c7t-brands--per-row-4 .c7t-brands__single-brand {
    width: 25%;
  }
}

@media only screen and (min-width: 64.0625em) {
  .c7t-brands--per-row-3 .c7t-brands__single-brand {
    width: 33.33%;
  }
}

.code-copy {
  width: 100%;
  padding: 1rem;
  height: 10rem;
  background: #eee;
  border: 1px solid #ddd;
}

/* Commerce7 Template - Complex */
.c7t-complex {
  position: relative;
  max-width: 74rem;
  margin: 0 auto 2.5rem;
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 40.0625em) {
  .c7t-complex {
    flex-direction: row;
    margin: 0 auto;
    justify-content: space-between;
  }
}

.c7t-complex h1, .c7t-complex h2, .c7t-complex h3 {
  font-size: 1.2em;
  line-height: 1.2;
  margin-bottom: 0.2em;
}

@media only screen and (min-width: 40.0625em) {
  .c7t-complex h1, .c7t-complex h2, .c7t-complex h3 {
    font-size: 1.65rem;
  }
}

.c7t-complex__image-only {
  order: 2;
  padding: 0 0.1em 0 0;
}

@media only screen and (min-width: 40.0625em) {
  .c7t-complex__image-only {
    order: 1;
    width: 50%;
  }
  .c7t-complex__image-only + div {
    order: 2;
    padding: 0 0 0 0.1em;
    width: 50%;
  }
}

.c7t-complex__image {
  position: relative;
  line-height: 0;
  font-size: 0;
}

.c7t-complex__content {
  padding: 1.5rem;
}

@media only screen and (min-width: 40.0625em) {
  .c7t-complex--image-right .c7t-complex__image-only {
    order: 2;
    padding: 0 0 0 0.1em;
  }
  .c7t-complex--image-right .c7t-complex__image-only + div {
    order: 1;
    padding: 0 0.1em 0 0;
  }
}

/* Commerce7 Template - Half Text */
.c7t-complex-square {
  position: relative;
  max-width: 74rem;
  margin: 0 auto 2.5rem;
  display: flex;
  flex-direction: column;
  font-size: 0;
}

.c7t-complex-square img {
  padding: 0.1rem;
}

@media only screen and (min-width: 40.0625em) {
  .c7t-complex-square {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 40.0625em) {
  .c7t-complex-square__large-image {
    order: 1;
    width: 66.66%;
  }
  .c7t-complex-square__large-image + div {
    order: 2;
    width: 33.33%;
  }
}

.c7t-complex-square__image {
  position: relative;
  line-height: 0;
  font-size: 0;
}

.c7t-complex-square__content {
  padding: 1.5rem;
}

@media only screen and (min-width: 40.0625em) {
  .c7t-complex-square--large-image-right .c7t-complex-square__large-image {
    order: 2;
  }
  .c7t-complex-square--large-image-right .c7t-complex-square__large-image + div {
    order: 1;
  }
}

/* Commerce7 Template - Events */
.c7t-event {
  position: relative;
  max-width: 60rem;
  margin: 0 auto;
}

.c7t-event h1, .c7t-event h2, .c7t-event h3 {
  font-size: 1.2em;
  line-height: 1.2;
  margin-bottom: 0.2em;
}

@media only screen and (min-width: 40.0625em) {
  .c7t-event h1, .c7t-event h2, .c7t-event h3 {
    font-size: 1.65rem;
  }
}

@media only screen and (min-width: 40.0625em) {
  .c7t-event {
    display: flex;
  }
}

.c7t-event__image {
  position: relative;
  line-height: 0;
  font-size: 0;
}

@media only screen and (min-width: 40.0625em) {
  .c7t-event__image {
    width: 50%;
  }
}

.c7t-event__image__meta {
  position: absolute;
  top: 1.75rem;
  border-radius: 50%;
  background: #eee;
  text-align: center;
  font-size: 1rem;
  height: 4.5rem;
  width: 4.5rem;
  line-height: 1.1rem;
  padding-top: 1rem;
  right: 1.5rem;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.4);
}

@media only screen and (min-width: 40.0625em) {
  .c7t-event__image__meta {
    right: auto;
    left: 1.75rem;
  }
}

.c7t-event__image__meta span {
  font-size: 1.6em;
  display: block;
}

.c7t-event__content {
  padding: 1rem;
}

@media only screen and (min-width: 40.0625em) {
  .c7t-event__content {
    padding: 2rem;
    position: relative;
    width: 50%;
  }
}

.c7t-event__content__meta {
  font-size: 0.75rem;
  text-transform: uppercase;
}

@media only screen and (min-width: 40.0625em) {
  .c7t-event--image-right .c7t-event__image {
    order: 2;
  }
}

.c7t-event--image-right .c7t-event__image__meta {
  right: 1.75rem;
  left: auto;
}

body.post-type-archive-tribe_events button:hover,
body.tribe-events-page-template button:hover,
body.tribe-filter-live button:hover {
  border: 0 !important;
}

body.post-type-archive-tribe_events button[disabled]:hover,
body.tribe-events-page-template button[disabled]:hover,
body.tribe-filter-live button[disabled]:hover {
  background: none !important;
}

button.tribe-common-h3,
button.tribe-common-h--alt,
button.tribe-events-c-top-bar__datepicker-button,
button.tribe-events-c-nav__next,
button.tribe-common-b2
button.tribe-common-b1--min-medium,
button.tribe-events-c-view-selector__button {
  text-transform: capitalize;
}

button.tribe-common-h3:hover,
button.tribe-common-h--alt:hover,
button.tribe-events-c-top-bar__datepicker-button:hover,
button.tribe-events-c-nav__next:hover,
button.tribe-common-b2
button.tribe-common-b1--min-medium:hover,
button.tribe-events-c-view-selector__button:hover {
  border: 0;
}

.tribe-common button[disabled],
.tribe-common input[disabled] {
  background: none !important;
}

.tribe-common button[disabled]:hover,
.tribe-common input[disabled]:hover {
  background: none !important;
}

.tribe-common button[disabled] *,
.tribe-common input[disabled] * {
  background: none !important;
}

.tribe-common button[disabled] *:hover,
.tribe-common input[disabled] *:hover {
  background: none !important;
}

.tribe-events .tribe-events-c-nav__next:disabled,
.tribe-events .tribe-events-c-nav__prev:disabled {
  color: #d5d5d5 !important;
  text-transform: none !important;
}

.tribe-events .tribe-events-c-nav__next:disabled:hover,
.tribe-events .tribe-events-c-nav__prev:disabled:hover {
  color: #d5d5d5 !important;
}

.tribe-events .tribe-events-c-nav__next:disabled *,
.tribe-events .tribe-events-c-nav__prev:disabled * {
  color: #d5d5d5 !important;
}

.tribe-events .tribe-events-c-nav__next:disabled *:hover,
.tribe-events .tribe-events-c-nav__prev:disabled *:hover {
  color: #d5d5d5 !important;
}

/* Commerce7 Template - As Seen In */
.c7t-featured-press {
  position: relative;
  max-width: 74rem;
  margin: 0 auto;
  margin: 0 auto 3.5rem;
}

.c7t-featured-press__cell {
  width: 20%;
  padding: 0 2rem;
  counter-increment: carousel-cell;
  text-align: center;
}

.c7t-featured-press__cell img {
  border-radius: 5px;
  max-width: 70% !important;
  margin: 0 auto;
}

img.gform_ajax_spinner {
  display: none !important;
}

.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0 !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 0.75em !important;
}

.validation_error {
  display: none !important;
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  width: 100% !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: transparent !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.gform_wrapper .gform_footer {
  margin: 0 !important;
}

.c7t-text-block--reverse .gform_wrapper .gform_footer input.button, .c7t-text-block--reverse .gform_wrapper .gform_footer input[type=submit], .c7t-text-block--reverse .gform_wrapper .gform_page_footer input.button, .c7t-text-block--reverse .gform_wrapper .gform_page_footer input[type=submit] {
  color: #fff !important;
  border-color: #fff !important;
}

.c7t-text-block--reverse .gform_wrapper .gform_footer input.button:hover, .c7t-text-block--reverse .gform_wrapper .gform_footer input[type=submit]:hover, .c7t-text-block--reverse .gform_wrapper .gform_page_footer input.button:hover, .c7t-text-block--reverse .gform_wrapper .gform_page_footer input[type=submit]:hover {
  opacity: 0.8;
}

/* Commerce7 Template - Half / Two Column Feature */
.c7t-half {
  position: relative;
  margin-bottom: 2.5rem;
}

.c7t-half + .c7t-half {
  margin-top: -2.0rem;
}

@media only screen and (min-width: 40.0625em) {
  .c7t-half + .c7t-half {
    margin-top: -1.75rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  .c7t-half + .c7t-half {
    margin-top: -2.5rem;
  }
}

.c7t-half h1, .c7t-half h2, .c7t-half h3 {
  font-size: 1.2em;
  line-height: 1.2;
  margin-bottom: 0.2em;
}

@media only screen and (min-width: 40.0625em) {
  .c7t-half h1, .c7t-half h2, .c7t-half h3 {
    font-size: 1.65rem;
  }
}

.c7t-half .c7t-template-width {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

@media only screen and (min-width: 64.0625em) {
  .c7t-half .c7t-template-width {
    display: flex;
    flex-wrap: wrap;
  }
}

.c7t-half__item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 30vh;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}

@media only screen and (min-width: 40.0625em) {
  .c7t-half__item {
    min-height: 34vh;
  }
}

@media only screen and (min-width: 64.0625em) {
  .c7t-half__item {
    width: 50%;
    min-height: 320px;
  }
}

.c7t-half__item:hover {
  text-decoration: none !important;
}

@media only screen and (min-width: 64.0625em) {
  .c7t-half .c7t-half__item {
    width: 50%;
  }
}

.c7t-half .c7t-half__item .c7t-half__content {
  padding-top: 2rem;
}

.c7t-half--restricted {
  max-width: 74rem;
  margin: 0 auto 2.5rem;
}

.c7t-half--with-space .c7t-half__item {
  width: 96%;
  margin: 2%;
}

@media only screen and (min-width: 64.0625em) {
  .c7t-half--with-space .c7t-half__item {
    margin: 1%;
    width: 48%;
  }
}

.c7t-half--veil .c7t-half__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(34, 34, 34, 0.4);
}

.c7t-half__content {
  text-align: center;
  color: #fff;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 5;
}

.c7t-half__content p {
  margin: 0 auto 0.75rem;
}

.c7t-half__content h1, .c7t-half__content h2, .c7t-half__content h3, .c7t-half__content h4, .c7t-half__content h5, .c7t-half__content h6, .c7t-half__content p {
  color: #fff;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.4);
}

.c7t-half__content .button {
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(255, 255, 255, 0.9);
  color: rgba(255, 255, 255, 0.9);
  text-shadow: none;
}

.c7t-half__content .button:hover {
  background: rgba(0, 0, 0, 0);
  border-color: white;
  color: white;
}

.commerce7-v2 .c7t-half__content .button {
  background: white;
  color: #000;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.commerce7-v2 .c7t-half__content .button:hover {
  background: #eeeeee;
  text-decoration: none;
}

.c7t-half--content-below .c7t-half__item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 30vh;
}

@media only screen and (min-width: 40.0625em) {
  .c7t-half--content-below .c7t-half__item {
    min-height: 34vh;
  }
}

@media only screen and (min-width: 64.0625em) {
  .c7t-half--content-below .c7t-half__item {
    width: 100%;
    min-height: 320px;
  }
}

.c7t-half--content-below .c7t-half__item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  width: 100%;
}

@media only screen and (min-width: 64.0625em) {
  .c7t-half--content-below .c7t-half__item-wrapper {
    width: 50%;
  }
}

.c7t-half--content-below .c7t-half__content {
  padding-top: 2rem;
  text-align: center;
  color: #000;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 5;
}

.c7t-half--content-below .c7t-half__content p {
  margin: 0 auto 0.75rem;
}

.c7t-half--content-below .c7t-half__content h1, .c7t-half--content-below .c7t-half__content h2, .c7t-half--content-below .c7t-half__content h3, .c7t-half--content-below .c7t-half__content h4, .c7t-half--content-below .c7t-half__content h5, .c7t-half--content-below .c7t-half__content h6, .c7t-half--content-below .c7t-half__content p {
  text-shadow: none;
  color: #000;
}

.c7t-half--content-below .c7t-half__content .button {
  border-radius: 0;
  transition: all .2s ease-in;
  padding: .55em 1.5em;
  display: inline-block;
  font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, Tahoma, Geneva, Arial, sans-serif;
  background-color: transparent;
  border: 2px solid #333;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.035em;
}

.c7t-half--content-below .c7t-half__content .button:hover {
  text-decoration: none;
  outline: 0;
  background-color: transparent;
  border: 2px solid black;
  color: black;
}

.c7t-half--content-below .c7t-half__content .button:focus {
  outline: 0;
}

.c7t-half--content-below--restricted {
  max-width: 74rem;
  margin: 0 auto 2.5rem;
}

.c7t-half--content-below--veil .c7t-half__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(34, 34, 34, 0.4);
}

.c7t-half--content-below--with-space .c7t-half__item-wrapper {
  width: 96%;
  margin: 2%;
}

@media only screen and (min-width: 64.0625em) {
  .c7t-half--content-below--with-space .c7t-half__item-wrapper {
    margin: 1%;
    width: 48%;
  }
}

/* Commerce7 Template - Half Copy and Image */
.c7t-half-copyimage {
  position: relative;
}

/* Commerce7 Template - Half */
.c7t-half-offset {
  position: relative;
  max-width: 100%;
  width: 100%;
  padding: 0;
}

@media only screen and (min-width: 40.0625em) {
  .c7t-half-offset {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}

.c7t-half-offset--restricted {
  max-width: 74rem;
  margin: 0 auto;
}

.c7t-half-offset--large-right .c7t-half-offset__small-image {
  order: 2;
}

@media only screen and (min-width: 40.0625em) {
  .c7t-half-offset--large-right .c7t-half-offset__small-image {
    border-right: 0;
    border-left: 4px solid #fff;
  }
}

@media only screen and (min-width: 40.0625em) {
  .c7t-half-offset--large-right .c7t-half-offset__large-image {
    border-left: 0;
    border-right: 4px solid #fff;
  }
}

.c7t-half-offset__small-image {
  width: 100%;
  border-bottom: 4px solid #fff;
}

@media only screen and (min-width: 40.0625em) {
  .c7t-half-offset__small-image {
    border-bottom: 0;
    border-right: 4px solid #fff;
    width: 34.2%;
  }
}

.c7t-half-offset__small-image img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.c7t-half-offset__large-image {
  width: 100%;
}

@media only screen and (min-width: 40.0625em) {
  .c7t-half-offset__large-image {
    border-left: 4px solid #fff;
    padding-top: 0;
    width: 66%;
  }
}

.c7t-half-offset__large-image img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.c7t-half-offset__large-image--parallax {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* Commerce7 Template - Half Text */
.c7t-half-text {
  position: relative;
  max-width: 60rem;
  margin: 0 auto;
}

.c7t-half-text h1, .c7t-half-text h2, .c7t-half-text h3 {
  font-size: 1.2em;
  line-height: 1.2;
  margin-bottom: 0.2em;
}

@media only screen and (min-width: 40.0625em) {
  .c7t-half-text h1, .c7t-half-text h2, .c7t-half-text h3 {
    font-size: 1.65rem;
  }
}

@media only screen and (min-width: 40.0625em) {
  .c7t-half-text {
    display: flex;
  }
}

.c7t-half-text__image {
  position: relative;
  line-height: 0;
  font-size: 0;
}

@media only screen and (min-width: 40.0625em) {
  .c7t-half-text__image {
    width: 50%;
  }
}

.c7t-half-text__content {
  padding: 1rem;
}

@media only screen and (min-width: 40.0625em) {
  .c7t-half-text__content {
    padding: 2rem;
    position: relative;
    width: 50%;
  }
}

@media only screen and (min-width: 40.0625em) {
  .c7t-half-text--image-right .c7t-half-text__image {
    order: 2;
  }
}

.page-template-page-landing-page {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  flex-direction: column;
  font-family: EB Garamond, Garamond, Helvetica, serif;
}

@media only screen and (min-width: 48.0625em) {
  .page-template-page-landing-page {
    height: 100vh;
  }
}

@media only screen and (max-width: 48em) {
  .page-template-page-landing-page {
    background: #000 !important;
  }
}

.page-template-page-landing-page .landing-page-image {
  width: 100%;
  min-height: 16.25rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (min-width: 48.0625em) {
  .page-template-page-landing-page .landing-page-image {
    display: none;
  }
}

.page-template-page-landing-page .landing-page-content {
  background: #000;
}

@media only screen and (min-width: 48.0625em) {
  .page-template-page-landing-page .landing-page-content {
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 800px;
    justify-content: center;
    align-items: center;
  }
}

@media only screen and (min-width: 48.0625em) and (min-width: 48.0625em) {
  .page-template-page-landing-page .landing-page-content {
    width: 45%;
  }
}

@media only screen and (min-width: 48.0625em) and (min-width: 64.0625em) {
  .page-template-page-landing-page .landing-page-content {
    width: 40%;
  }
}

.page-template-page-landing-page .landing-page-content__logo {
  max-width: 280px;
  margin: 2rem auto 0;
  width: 100%;
  padding: 0 2rem;
}

@media only screen and (min-width: 48.0625em) {
  .page-template-page-landing-page .landing-page-content__logo {
    max-width: 380px;
    padding: 0 1rem;
  }
}

.page-template-page-landing-page .landing-page-content__logo img {
  width: 100%;
}

.page-template-page-landing-page .landing-page-content__text {
  width: 100%;
  text-align: center;
  padding: 0 1rem;
}

@media only screen and (min-width: 48.0625em) {
  .page-template-page-landing-page .landing-page-content__text {
    max-width: 380px;
  }
}

.page-template-page-landing-page .landing-page-content__text h1, .page-template-page-landing-page .landing-page-content__text h2 {
  font-family: EB Garamond, Garamond, Helvetica, serif;
  color: #D3B599;
  letter-spacing: 0.01em;
}

.page-template-page-landing-page .landing-page-content__text h1 {
  margin-top: 2.5rem;
  font-size: 1.6rem;
  font-weight: bold;
}

@media only screen and (min-width: 48.0625em) {
  .page-template-page-landing-page .landing-page-content__text h1 {
    font-size: 1.875rem;
  }
}

.page-template-page-landing-page .landing-page-content__text h2 {
  font-size: 1rem;
  font-weight: normal;
  font-style: italic;
  color: #D3B599;
  text-transform: none;
  padding-top: 0.5rem;
}

@media only screen and (min-width: 48.0625em) {
  .page-template-page-landing-page .landing-page-content__text h2 {
    font-size: 1.25rem;
  }
}

.page-template-page-landing-page .landing-page-content__text hr {
  border-color: #662B00;
  width: 132px;
  margin: 2rem auto;
}

.page-template-page-landing-page .landing-page-content__text p.newsletter-signup-text {
  color: #e0d5cc;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

.page-template-page-landing-page .landing-page-content__text .c7-subscribe form.c7-form {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  padding: 0 2rem;
}

@media only screen and (max-width: 48em) {
  .page-template-page-landing-page .landing-page-content__text .c7-subscribe form.c7-form {
    justify-content: center;
    align-items: center;
  }
}

@media only screen and (min-width: 48.0625em) {
  .page-template-page-landing-page .landing-page-content__text .c7-subscribe form.c7-form {
    flex-direction: row;
    padding: 0;
  }
}

.page-template-page-landing-page .landing-page-content__text .c7-subscribe form.c7-form div:first-of-type {
  width: 100%;
}

@media only screen and (min-width: 48.0625em) {
  .page-template-page-landing-page .landing-page-content__text .c7-subscribe form.c7-form div:first-of-type {
    width: calc(70% - 1.5rem);
    padding-right: 1.5rem;
  }
}

.page-template-page-landing-page .landing-page-content__text .c7-subscribe form.c7-form div:last-of-type {
  width: auto;
}

@media only screen and (min-width: 48.0625em) {
  .page-template-page-landing-page .landing-page-content__text .c7-subscribe form.c7-form div:last-of-type {
    width: 30%;
  }
}

.page-template-page-landing-page .landing-page-content__text .c7-subscribe form.c7-form div:last-of-type button.c7-button {
  background: #662B00;
  color: #E0D5CC;
  font-size: 1rem;
  border-radius: 0;
  border: 2px solid #662B00 !important;
  font-family: EB Garamond, Garamond, Helvetica, serif;
  font-weight: bold;
}

.page-template-page-landing-page .landing-page-content__text .c7-subscribe form.c7-form div:last-of-type button.c7-button:hover {
  background: #803600;
  border-color: #803600 !important;
}

@media only screen and (min-width: 48.0625em) {
  .page-template-page-landing-page .landing-page-content__text .c7-subscribe form.c7-form div:last-of-type button.c7-button {
    font-size: 0.875rem;
  }
}

.page-template-page-landing-page .landing-page-content__text .c7-subscribe form.c7-form div label {
  font-size: 0;
}

.page-template-page-landing-page .landing-page-content__text .c7-subscribe form.c7-form div label input[type="text"] {
  background: transparent;
  font-style: italic;
  font-size: 1rem;
  font-family: EB Garamond, Garamond, Helvetica, serif;
  border: 2px solid #662B00;
  border-radius: 0;
  color: #fff;
}

@media only screen and (min-width: 48.0625em) {
  .page-template-page-landing-page .landing-page-content__text .c7-subscribe form.c7-form div label input[type="text"] {
    font-size: 0.875rem;
  }
}

.page-template-page-landing-page .landing-page-content__text .c7-subscribe form.c7-form .c7-message--error {
  position: absolute;
  left: 0;
  bottom: -21px;
}

.page-template-page-landing-page .landing-page-content__text .c7-subscribe .c7-subscribe-message {
  margin-top: 2rem;
}

.page-template-page-landing-page .landing-page-content__text .c7-subscribe .c7-subscribe-message h3, .page-template-page-landing-page .landing-page-content__text .c7-subscribe .c7-subscribe-message .blog-page > h2 {
  color: #e0d5cc;
  font-size: 1rem;
}

.page-template-page-landing-page .landing-page-content__text .c7-subscribe .c7-subscribe-message p {
  color: #e0d5cc;
}

.page-template-page-landing-page footer {
  color: #D3B599;
}

@media only screen and (max-width: 48em) {
  .page-template-page-landing-page footer {
    text-align: center;
    padding-bottom: 2rem;
  }
}

@media only screen and (min-width: 48.0625em) {
  .page-template-page-landing-page footer {
    margin-top: auto;
    display: block;
    width: 100%;
    background: #000000;
    padding: 30px 0;
  }
}

.page-template-page-landing-page footer a {
  color: #D3B599;
}

.page-template-page-landing-page footer a:hover {
  color: #c49b75;
}

.page-template-page-landing-page footer .c7t-template-width {
  max-width: 74rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media only screen and (max-width: 48em) {
  .page-template-page-landing-page footer .c7t-template-width {
    justify-content: center;
  }
}

@media only screen and (min-width: 48.0625em) {
  .page-template-page-landing-page footer .c7t-template-width {
    flex-direction: row;
  }
}

.page-template-page-landing-page footer .c7t-template-width p {
  font-size: 1rem;
}

@media only screen and (min-width: 48.0625em) {
  .page-template-page-landing-page footer .c7t-template-width p {
    font-size: 0.9375rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  .page-template-page-landing-page footer .c7t-template-width p {
    font-size: 1rem;
  }
}

.page-template-page-landing-page footer .c7t-template-width .footer-text p {
  margin-bottom: 0;
}

.page-template-page-landing-page footer .c7t-template-width .footer-contact {
  margin: 1rem auto;
}

@media only screen and (min-width: 48.0625em) {
  .page-template-page-landing-page footer .c7t-template-width .footer-contact {
    margin: 0 0 0 2rem;
  }
}

.page-template-page-landing-page footer .c7t-template-width .footer-contact p {
  margin-bottom: 0;
}

.page-template-page-landing-page footer .c7t-template-width .footer-contact__pipe {
  padding: 0 12px;
}

.page-template-page-landing-page footer .c7t-template-width .footer-social {
  margin: 0 auto;
  display: flex;
}

@media only screen and (min-width: 48.0625em) {
  .page-template-page-landing-page footer .c7t-template-width .footer-social {
    padding-left: 1rem;
    margin: 0 0 0 auto;
  }
}

.page-template-page-landing-page footer .c7t-template-width .footer-social a {
  width: 2.1875rem;
  height: 2.1875rem;
  display: flex;
  fill: #EAE1D5;
  margin: 0 0.8rem;
}

@media only screen and (min-width: 48.0625em) {
  .page-template-page-landing-page footer .c7t-template-width .footer-social a {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  .page-template-page-landing-page footer .c7t-template-width .footer-social a {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}

.page-template-page-landing-page footer .c7t-template-width .footer-social a:first-of-type {
  margin: 0 0.8rem 0 0;
}

.page-template-page-landing-page footer .c7t-template-width .footer-social a:last-of-type {
  margin: 0 0 0 0.8rem;
}

.page-template-page-landing-page footer .c7t-template-width .footer-social a svg {
  width: 100%;
}

#mc_embed_signup {
  max-width: 36rem;
  margin: 0 auto 1.5rem;
}

#mc_embed_signup form {
  padding: 0 !important;
}

#mc_embed_signup br {
  display: none;
}

#mc_embed_signup .indicates-required {
  display: none !important;
}

#mc_embed_signup .asterisk {
  color: #333 !important;
  top: initial;
}

#mc_embed_signup .mc-field-group {
  margin-bottom: 1.5rem !important;
  width: 100% !important;
  padding-bottom: 0 !important;
}

#mc_embed_signup .mc-field-group label {
  font-size: 1rem !important;
  margin-bottom: 0 !important;
}

#mc_embed_signup input#mc-embedded-subscribe {
  border-radius: 0;
  transition: all .2s ease-in;
  padding: .55em 1.5em;
  display: inline-block;
  font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, Tahoma, Geneva, Arial, sans-serif !important;
  font-size: 1rem !important;
  height: auto !important;
  line-height: initial !important;
  background-color: transparent;
  border: 2px solid #333 !important;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.035em;
}

#mc_embed_signup input#mc-embedded-subscribe:hover {
  background-color: transparent !important;
  border: 2px solid black !important;
  color: black !important;
  text-decoration: none;
  outline: 0;
}

#mc_embed_signup input#mc-embedded-subscribe:focus {
  outline: 0;
}

#mc_embed_signup div.mce_inline_error {
  padding: 3px 0 0 0 !important;
  margin: 0 !important;
  background-color: transparent !important;
}

/* Commerce7 Template - Newsletter */
.c7t-newsletter {
  position: relative;
  padding-bottom: 2.5rem;
}

@media only screen and (min-width: 48.0625em) {
  .c7t-newsletter .c7t-template-width {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

.c7t-newsletter__text h1, .c7t-newsletter__text h2, .c7t-newsletter__text h3, .c7t-newsletter__text h4, .c7t-newsletter__text h5, .c7t-newsletter__text h6 {
  margin-top: 0;
}

@media only screen and (min-width: 48.0625em) {
  .c7t-newsletter__text {
    width: 45%;
  }
}

@media only screen and (min-width: 48.0625em) {
  .c7t-newsletter__form {
    padding-top: 1.5rem;
  }
}

.c7t-newsletter--center {
  text-align: center;
}

.c7t-newsletter--center .c7t-template-width {
  max-width: 50rem;
}

.c7t-newsletter--center .c7-form {
  max-width: 24rem;
}

.c7t-newsletter--center .c7-form__button-row {
  justify-content: center;
}

.c7t-newsletter--center .c7t-template-width {
  display: block;
}

.c7t-newsletter--reverse {
  background: #222;
  color: #eee;
  padding: 2.5rem 1.5rem;
}

.c7t-newsletter--reverse button, .c7t-newsletter--reverse input[type="submit"] {
  color: #eee;
  border-color: #eee;
}

.c7t-newsletter--background-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #eee;
  padding: 3.5rem 1.5rem;
}

.c7t-newsletter--background-image button {
  color: #eee;
  border-color: #eee;
}

.c7t-newsletter--background-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(34, 34, 34, 0.4);
}

.c7t-text-block--reverse input[type='text'], .c7t-text-block--reverse input[type='email'], .c7t-text-block--reverse input[type='number'], .c7t-text-block--reverse input[type='tel'], .c7t-text-block--reverse input[type='username'], .c7t-text-block--reverse input[type='password'], .c7t-text-block--reverse textarea {
  color: #232324;
}

.header-promo-bar,
.footer-promo-bar {
  text-align: center;
  padding: 0.625rem;
}

.header-promo-bar *,
.footer-promo-bar * {
  color: #fff;
}

.header-promo-bar p,
.footer-promo-bar p {
  margin-bottom: 0;
}

body.show-mobile-nav .header-promo-bar, body.show-mobile-nav .footer-promo-bar {
  display: none;
}

.header-promo-bar {
  position: relative;
  width: 100%;
  z-index: 2;
  top: 0;
}

@media only screen and (min-width: 64.0625em) {
  .header-promo-bar {
    top: 0;
    position: relative;
  }
}

/* Commerce7 Template - Quarter */
.c7t-quarter {
  position: relative;
}

.c7t-quarter h1, .c7t-quarter h2, .c7t-quarter h3, .c7t-quarter h4 {
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0.5em;
  letter-spacing: 0.05rem;
}

@media only screen and (min-width: 48.0625em) {
  .c7t-quarter h1, .c7t-quarter h2, .c7t-quarter h3, .c7t-quarter h4 {
    font-size: 1.25rem;
  }
}

.c7t-quarter .c7t-template-width {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

@media only screen and (min-width: 64.0625em) {
  .c7t-quarter .c7t-template-width {
    display: flex;
  }
}

.c7t-quarter__item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 30vh;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}

@media only screen and (min-width: 48.0625em) {
  .c7t-quarter__item {
    min-height: 34vh;
  }
}

@media only screen and (min-width: 64.0625em) {
  .c7t-quarter__item {
    width: 25%;
    min-height: 260px;
  }
}

.c7t-quarter a.c7t-quarter__item .c7t-quarter__content {
  padding-top: 2rem;
}

.c7t-quarter--restricted {
  max-width: 74rem;
  margin: 0 auto;
}

.c7t-quarter--with-space .c7t-quarter__item {
  width: 96%;
  margin: 2%;
}

@media only screen and (min-width: 64.0625em) {
  .c7t-quarter--with-space .c7t-quarter__item {
    margin: 1% 1% 1% 1.5%;
    width: 23.5%;
  }
}

@media only screen and (min-width: 64.0625em) {
  .c7t-quarter--with-space .c7t-quarter__item + .c7t-quarter__item {
    margin: 1% 1% 1% 0.5%;
  }
}

.c7t-quarter--veil .c7t-quarter__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(34, 34, 34, 0.4);
}

.c7t-quarter__content {
  text-align: center;
  color: #fff;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  z-index: 5;
  position: relative;
}

.c7t-quarter__content p {
  margin: 0 auto 1.5rem;
}

.c7t-quarter__content h1, .c7t-quarter__content h2, .c7t-quarter__content h3, .c7t-quarter__content h4, .c7t-quarter__content h5, .c7t-quarter__content h6, .c7t-quarter__content p {
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.4);
}

.c7t-quarter__content .button {
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(255, 255, 255, 0.9);
  color: rgba(255, 255, 255, 0.9);
  text-shadow: none;
}

.c7t-quarter__content .button:hover {
  background: rgba(0, 0, 0, 0);
  border-color: white;
  color: white;
}

.commerce7-v2 .c7t-quarter__content .button {
  background: white;
  color: #000;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.commerce7-v2 .c7t-quarter__content .button:hover {
  background: #eeeeee;
  text-decoration: none;
}

/* Commerce7 Template - Recipe */
.c7t-recipe {
  max-width: 74rem;
  margin: 0 auto;
  padding: 2.5rem 1rem;
}

@media screen and (min-width: 48rem) {
  .c7t-recipe {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.c7t-recipe h1 {
  width: 100%;
}

.c7t-recipe__meta {
  margin-bottom: 1.5rem;
  font-size: 0.875em;
}

@media screen and (min-width: 48rem) {
  .c7t-recipe__meta {
    order: 2;
    text-align: center;
    width: 40%;
  }
}

.c7t-recipe__photo {
  margin-bottom: 1.5rem;
}

.c7t-recipe__attributes div {
  display: flex;
  width: 80%;
  margin: 0 auto;
}

.c7t-recipe__attributes div span {
  display: inline-block;
  padding-right: 0.5rem;
  margin-bottom: 0.25rem;
  width: 50%;
  text-align: right;
}

.c7t-recipe__attributes div span + span {
  font-weight: bold;
  text-align: left;
}

@media screen and (min-width: 48rem) {
  .c7t-recipe__details {
    width: 48%;
  }
}

.c7t-recipe__recommended-title {
  text-align: center;
}

/* Commerce7 Template - Third */
.c7t-recipes {
  position: relative;
}

.c7t-recipes h1, .c7t-recipes h2, .c7t-recipes h3 {
  font-size: 1.2em;
  line-height: 1.2;
  margin-bottom: 0.2em;
}

@media only screen and (min-width: 48.0625em) {
  .c7t-recipes h1, .c7t-recipes h2, .c7t-recipes h3 {
    font-size: 1.65rem;
  }
}

.c7t-recipes .c7t-template-width {
  max-width: 100%;
  width: 100%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.c7t-recipes__item {
  height: auto;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 48.0625em) {
  .c7t-recipes__item {
    width: 50%;
  }
}

@media only screen and (min-width: 64.0625em) {
  .c7t-recipes__item {
    width: 33.33%;
  }
}

.c7t-recipes__item:hover {
  text-decoration: none !important;
}

.c7t-recipes__item:hover p.button {
  background: #000;
}

.c7t-recipes__item__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 340px;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media only screen and (min-width: 48.0625em) {
  .c7t-recipes__item__image {
    height: 300px;
  }
}

@media only screen and (min-width: 64.0625em) {
  .c7t-recipes__item__image {
    height: 270px;
  }
}

.c7t-recipes__item__content {
  text-align: center;
  color: #333;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  z-index: 5;
  position: relative;
}

.c7t-recipes__item__content p {
  margin: 0 auto 1.5rem;
}

.c7t-recipes a.c7t-recipes__item .c7t-recipes__item__content {
  padding-top: 2rem;
}

@media only screen and (min-width: 64.0625em) {
  .c7t-recipes a.c7t-recipes__item .button {
    transition: all 500ms ease-out;
  }
}

.c7t-recipes--restricted {
  max-width: 74rem;
  margin: 0 auto;
}

.c7t-recipes--with-space .c7t-recipes__item {
  width: 96%;
  margin: 2%;
}

@media only screen and (min-width: 48.0625em) {
  .c7t-recipes--with-space .c7t-recipes__item {
    margin: 1%;
    width: 48%;
  }
}

@media only screen and (min-width: 64.0625em) {
  .c7t-recipes--with-space .c7t-recipes__item {
    margin: 1%;
    width: 31.33%;
  }
}

.c7t-recipes--veil .c7t-recipes__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(34, 34, 34, 0.4);
}

/* Commerce7 Template - Slider */
.c7t-slider {
  max-width: 100%;
  width: 100%;
  height: 26rem;
  position: relative;
}

@media only screen and (min-width: 48.0625em) {
  .c7t-slider {
    height: 46vh;
  }
}

@media only screen and (min-width: 64.0625em) {
  .c7t-slider--large {
    height: 80vh;
  }
}

.c7t-slider--small {
  height: 36vh;
}

.c7t-slider--restricted {
  max-width: 60rem;
  margin: 0 auto;
}

.c7t-slider__slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 100%;
}

.c7t-slider__slide .c7t-template-width {
  height: 100%;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 74rem;
  margin: 0 auto;
  width: 100%;
}

.c7t-slider__slide .c7t-template-width .c7t-slider__slide-content {
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.4);
}

.c7t-slider__slide .c7t-template-width--content-center-left {
  align-items: center;
  justify-content: flex-start;
}

.c7t-slider__slide .c7t-template-width--content-center-left .c7t-slider__slide-content {
  text-align: left;
  width: 55%;
}

.c7t-slider__slide .c7t-template-width--content-center-right {
  align-items: center;
  justify-content: flex-end;
}

.c7t-slider__slide .c7t-template-width--content-center-right .c7t-slider__slide-content {
  text-align: right;
  width: 100%;
}

@media only screen and (min-width: 48.0625em) {
  .c7t-slider__slide .c7t-template-width--content-center-right .c7t-slider__slide-content {
    width: 75%;
  }
}

@media only screen and (min-width: 64.0625em) {
  .c7t-slider__slide .c7t-template-width--content-center-right .c7t-slider__slide-content {
    width: 55%;
  }
}

.c7t-slider__slide .c7t-template-width--content-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.c7t-slider__slide .c7t-template-width--content-top-left .c7t-slider__slide-content {
  text-align: left;
  width: 100%;
}

@media only screen and (min-width: 48.0625em) {
  .c7t-slider__slide .c7t-template-width--content-top-left .c7t-slider__slide-content {
    width: 75%;
  }
}

@media only screen and (min-width: 64.0625em) {
  .c7t-slider__slide .c7t-template-width--content-top-left .c7t-slider__slide-content {
    width: 55%;
  }
}

.c7t-slider__slide .c7t-template-width--content-top {
  align-items: flex-start;
}

.c7t-slider__slide .c7t-template-width--content-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.c7t-slider__slide .c7t-template-width--content-top-right .c7t-slider__slide-content {
  text-align: right;
  width: 100%;
}

@media only screen and (min-width: 48.0625em) {
  .c7t-slider__slide .c7t-template-width--content-top-right .c7t-slider__slide-content {
    width: 75%;
  }
}

@media only screen and (min-width: 64.0625em) {
  .c7t-slider__slide .c7t-template-width--content-top-right .c7t-slider__slide-content {
    width: 55%;
  }
}

.c7t-slider__slide .c7t-template-width--content-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.c7t-slider__slide .c7t-template-width--content-bottom-left .c7t-slider__slide-content {
  text-align: left;
  width: 100%;
}

@media only screen and (min-width: 48.0625em) {
  .c7t-slider__slide .c7t-template-width--content-bottom-left .c7t-slider__slide-content {
    width: 75%;
  }
}

@media only screen and (min-width: 64.0625em) {
  .c7t-slider__slide .c7t-template-width--content-bottom-left .c7t-slider__slide-content {
    width: 55%;
  }
}

.c7t-slider__slide .c7t-template-width--content-bottom {
  align-items: flex-end;
}

.c7t-slider__slide .c7t-template-width--content-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.c7t-slider__slide .c7t-template-width--content-bottom-right .c7t-slider__slide-content {
  text-align: right;
  width: 100%;
}

@media only screen and (min-width: 48.0625em) {
  .c7t-slider__slide .c7t-template-width--content-bottom-right .c7t-slider__slide-content {
    width: 75%;
  }
}

@media only screen and (min-width: 64.0625em) {
  .c7t-slider__slide .c7t-template-width--content-bottom-right .c7t-slider__slide-content {
    width: 55%;
  }
}

.c7t-slider__slide--background-focus-left {
  background-position: center left;
}

.c7t-slider__slide--background-focus-right {
  background-position: center right;
}

.c7t-slider__slide--background-focus-top-left {
  background-position: top left;
}

.c7t-slider__slide--background-focus-top {
  background-position: top center;
}

.c7t-slider__slide--background-focus-right {
  background-position: top right;
}

.c7t-slider__slide--background-focus-bottom-left {
  background-position: bottom left;
}

.c7t-slider__slide--background-focus-bottom {
  background-position: bottom center;
}

.c7t-slider__slide--background-focus-right {
  background-position: bottom right;
}

.c7t-slider__slide--veil:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(34, 34, 34, 0.4);
}

.c7t-slider__slide-content {
  text-align: center;
  color: #fff;
  padding: 2rem 3rem;
}

.c7t-slider__slide-content p {
  margin: 0 auto 1.5rem;
}

.c7t-slider__slide-content .button {
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(255, 255, 255, 0.9);
  color: rgba(255, 255, 255, 0.9);
  text-shadow: none;
}

.c7t-slider__slide-content .button:hover {
  background: rgba(0, 0, 0, 0);
  border-color: white;
  color: white;
}

.c7t-slider__slide-content-color--dark {
  color: #000;
}

.c7t-slider__slide-content-color--dark .c7t-slider__slide-next-section {
  border-color: #000;
}

.c7t-slider__slide-content-color--dark .c7t-slider__slide-next-section span {
  border-color: #000;
}

.c7t-slider__slide-content-color--dark .button {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(0, 0, 0, 0.9);
  color: rgba(0, 0, 0, 0.9);
  text-shadow: none;
}

.c7t-slider__slide-content-color--dark .button:hover {
  background: rgba(255, 255, 255, 0);
  border-color: black;
  color: black;
}

.c7t-slider__slide-next-section {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: block;
  border: 2px solid #fff;
  opacity: 0.9;
}

@media only screen and (min-width: 64.0625em) {
  .c7t-slider__slide-next-section {
    bottom: 2rem;
  }
}

.c7t-slider__slide-next-section span {
  display: inline-block;
  position: absolute;
  top: 19%;
  left: 10px;
  transform: rotate(45deg);
  border: 2px solid #fff;
  height: 16px;
  width: 16px;
  border-left: 0;
  border-top: 0;
}

.commerce7-v2 .c7t-slider__slide-content-color--light {
  color: #fff;
}

.commerce7-v2 .c7t-slider__slide-content-color--light h1, .commerce7-v2 .c7t-slider__slide-content-color--light h2, .commerce7-v2 .c7t-slider__slide-content-color--light h3, .commerce7-v2 .c7t-slider__slide-content-color--light h4, .commerce7-v2 .c7t-slider__slide-content-color--light h5, .commerce7-v2 .c7t-slider__slide-content-color--light h6, .commerce7-v2 .c7t-slider__slide-content-color--light p {
  color: #fff;
}

.commerce7-v2 .c7t-slider__slide-content-color--light .c7t-slider__slide-next-section {
  border-color: #fff;
}

.commerce7-v2 .c7t-slider__slide-content-color--light .c7t-slider__slide-next-section span {
  border-color: #fff;
}

.commerce7-v2 .c7t-slider__slide-content-color--light .button {
  background: #eeeeee;
  color: #000;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.commerce7-v2 .c7t-slider__slide-content-color--light .button:hover {
  background: #eeeeee;
  text-decoration: none;
}

.commerce7-v2 .c7t-slider__slide-content-color--dark {
  color: #000;
}

.commerce7-v2 .c7t-slider__slide-content-color--dark h1, .commerce7-v2 .c7t-slider__slide-content-color--dark h2, .commerce7-v2 .c7t-slider__slide-content-color--dark h3, .commerce7-v2 .c7t-slider__slide-content-color--dark h4, .commerce7-v2 .c7t-slider__slide-content-color--dark h5, .commerce7-v2 .c7t-slider__slide-content-color--dark h6, .commerce7-v2 .c7t-slider__slide-content-color--dark p {
  color: #000;
}

.commerce7-v2 .c7t-slider__slide-content-color--dark .c7t-slider__slide-next-section {
  border-color: #000;
}

.commerce7-v2 .c7t-slider__slide-content-color--dark .c7t-slider__slide-next-section span {
  border-color: #000;
}

.commerce7-v2 .c7t-slider__slide-content-color--dark .button {
  background: #111111;
  color: #fff;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.commerce7-v2 .c7t-slider__slide-content-color--dark .button:hover {
  background: #111111;
  text-decoration: none;
}

/* Commerce7 Template - Team */
.c7t-team {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.c7t-team__member {
  width: 100%;
  margin-bottom: 2rem;
  padding: 0 1%;
}

@media only screen and (min-width: 48.0625em) {
  .c7t-team__member {
    width: 50%;
  }
}

@media only screen and (min-width: 64.0625em) {
  .c7t-team__member {
    width: 25%;
  }
}

.c7t-team__member__image {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
}

.c7t-team__member__image img {
  width: 100%;
}

.c7t-team__member__image:hover .c7t-team__member__image__icon {
  opacity: 1;
}

.c7t-team__member__image__icon {
  opacity: 0;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 2.5rem;
  width: 2.5rem;
  transition: opacity 0.5s ease-out;
  line-height: 0.9;
  text-align: center;
  font-size: 2.3rem;
  color: #fff;
}

.c7t-team__member h4 {
  font-size: 1.2rem;
  text-align: center;
  margin: 0;
}

.c7t-team__member h4 em {
  font-size: 0.875em;
}

@media only screen and (min-width: 64.0625em) {
  .c7t-team--per-row-3 .c7t-team__member {
    width: 33.33%;
  }
}

@media only screen and (min-width: 64.0625em) {
  .c7t-team--per-row-2 .c7t-team__member {
    width: 50%;
  }
}

@media only screen and (min-width: 64.0625em) {
  .c7t-team--per-row-1 .c7t-team__member {
    width: 100%;
  }
}

.c7t-team__detail {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 640px;
  max-width: 100%;
  z-index: 100;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.5s ease-out;
}

.c7t-team__detail__content {
  padding: 1.5rem 2rem;
}

.c7t-team__detail--visible {
  opacity: 1;
  transform: translateX(0);
}

body.admin-bar .c7t-team__detail--visible {
  top: 46px;
}

@media screen and (min-width: 783px) {
  body.admin-bar .c7t-team__detail--visible {
    top: 32px;
  }
}

.c7t-team__detail__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: 2.5rem;
  width: 2.5rem;
  border: 2px solid #eee;
  border-radius: 50%;
  color: #eee;
  font-family: arial,sans-serif;
  font-size: 1.5rem;
  text-align: center;
  line-height: 2.4rem;
  cursor: pointer;
}

.c7t-team__detail__close:hover {
  border: 2px solid #fff;
  color: #fff;
}

/* Commerce7 Template - Text Block */
.c7t-text-block {
  position: relative;
  padding: 2.5rem 0;
}

.c7t-text-block + .c7t-text-block {
  padding-top: 0;
}

.c7t-text-block p:last-child, .c7t-text-block hr:last-child {
  margin-bottom: 0;
}

.c7t-text-block--reverse {
  background-color: #222;
  color: #eee;
  padding: 3.5rem 0 !important;
}

.c7t-text-block--reverse p, .c7t-text-block--reverse h1, .c7t-text-block--reverse h2, .c7t-text-block--reverse h3, .c7t-text-block--reverse h4, .c7t-text-block--reverse h5, .c7t-text-block--reverse h6, .c7t-text-block--reverse ul, .c7t-text-block--reverse ol, .c7t-text-block--reverse li {
  color: #eee;
}

.c7t-text-block--reverse + .c7t-text-block {
  padding-top: 3.5rem;
}

.c7t-text-block--reverse .c7-button, .c7t-text-block--reverse button {
  color: #fff;
  border-color: #fff;
}

.c7t-text-block--reverse .c7-button:hover, .c7t-text-block--reverse button:hover {
  color: #fff;
  border-color: #fff;
  opacity: 0.8;
}

.c7t-text-block--background-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 3.5rem 0 !important;
}

.c7t-text-block--background-image + .c7t-text-block {
  padding-top: 3.5rem;
}

.c7t-text-block--background-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(34, 34, 34, 0.4);
}

.c7t-text-block--background-parallax {
  padding: 7.5rem 0 !important;
}

@media only screen and (min-width: 48.0625em) {
  .c7t-text-block--background-parallax {
    background-attachment: fixed;
  }
}

.c7t-text-block--background-parallax + .c7t-text-block {
  padding-top: 3.5rem;
}

@media only screen and (min-width: 48.0625em) {
  .c7t-text-block--2col .c7t-template-width {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c7t-text-block--2col .c7t-template-width > div {
    width: 49%;
    padding: 0 1%;
    margin-left: 0;
    margin-right: 0;
  }
  .c7t-text-block--2col .c7t-template-width > div + div {
    padding: 0 1%;
    margin-left: 0;
    margin-right: 0;
  }
}

.c7t-text-block--2col .c7t-template-width > div {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 48.0625em) {
  .c7t-text-block--2col .c7t-template-width > div {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 48.0625em) {
  .c7t-text-block--3col .c7t-template-width {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c7t-text-block--3col .c7t-template-width > div {
    width: 33%;
    padding: 0 1%;
    margin-left: 0;
    margin-right: 0;
  }
  .c7t-text-block--3col .c7t-template-width > div + div {
    margin-left: 0;
    margin-right: 0;
  }
  .c7t-text-block--3col .c7t-template-width > div + div + div {
    margin-left: 0;
    margin-right: 0;
  }
}

.c7t-text-block--3col .c7t-template-width > div {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 48.0625em) {
  .c7t-text-block--3col .c7t-template-width > div {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 48.0625em) {
  .c7t-text-block--4col .c7t-template-width {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c7t-text-block--4col .c7t-template-width > div {
    width: 50%;
    padding: 0 1%;
  }
}

@media only screen and (min-width: 64.0625em) {
  .c7t-text-block--4col .c7t-template-width {
    display: flex;
  }
  .c7t-text-block--4col .c7t-template-width > div {
    width: 25%;
  }
}

.c7t-text-block--4col .c7t-template-width > div {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 64.0625em) {
  .c7t-text-block--4col .c7t-template-width > div {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 48.0625em) {
  .c7t-text-block--5col .c7t-template-width {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c7t-text-block--5col .c7t-template-width > div {
    width: 50%;
    padding: 0 1%;
  }
}

@media only screen and (min-width: 64.0625em) {
  .c7t-text-block--5col .c7t-template-width {
    display: flex;
  }
  .c7t-text-block--5col .c7t-template-width > div {
    width: 20%;
  }
}

.c7t-text-block--5col .c7t-template-width > div {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 64.0625em) {
  .c7t-text-block--5col .c7t-template-width > div {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 48.0625em) {
  .c7t-text-block--6col .c7t-template-width {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c7t-text-block--6col .c7t-template-width > div {
    width: 33%;
    padding: 0 1%;
  }
}

@media only screen and (min-width: 64.0625em) {
  .c7t-text-block--6col .c7t-template-width {
    display: flex;
  }
  .c7t-text-block--6col .c7t-template-width > div {
    width: 16%;
  }
}

.c7t-text-block--6col .c7t-template-width > div {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 64.0625em) {
  .c7t-text-block--6col .c7t-template-width > div {
    margin-bottom: 0;
  }
}

/* Commerce7 Template - Third */
.c7t-third {
  position: relative;
}

.c7t-third h1, .c7t-third h2, .c7t-third h3 {
  font-size: 1.2em;
  line-height: 1.2;
  margin-bottom: 0.2em;
}

@media only screen and (min-width: 48.0625em) {
  .c7t-third h1, .c7t-third h2, .c7t-third h3 {
    font-size: 1.65rem;
  }
}

.c7t-third .c7t-template-width {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

@media only screen and (min-width: 64.0625em) {
  .c7t-third .c7t-template-width {
    display: flex;
  }
}

.c7t-third__item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 30vh;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}

@media only screen and (min-width: 48.0625em) {
  .c7t-third__item {
    min-height: 34vh;
  }
}

@media only screen and (min-width: 64.0625em) {
  .c7t-third__item {
    width: 33.33%;
    min-height: 300px;
  }
}

.c7t-third a.c7t-third__item .c7t-third__content {
  padding-top: 2rem;
}

.c7t-third a.c7t-third__item:hover {
  text-decoration: none !important;
}

.c7t-third--restricted {
  max-width: 74rem;
  margin: 0 auto;
}

.c7t-third--with-space .c7t-third__item {
  width: 96%;
  margin: 2%;
}

@media only screen and (min-width: 64.0625em) {
  .c7t-third--with-space .c7t-third__item {
    margin: 1% 1% 1% 1.5%;
    width: 31.8%;
  }
}

@media only screen and (min-width: 64.0625em) {
  .c7t-third--with-space .c7t-third__item + .c7t-third__item {
    margin: 1% 1% 1% 0.5%;
  }
}

.c7t-third--veil .c7t-third__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(34, 34, 34, 0.4);
}

.c7t-third__content {
  text-align: center;
  color: #fff;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  z-index: 5;
  position: relative;
}

.c7t-third__content h1, .c7t-third__content h2, .c7t-third__content h3, .c7t-third__content h4, .c7t-third__content h5, .c7t-third__content h6, .c7t-third__content p {
  color: #fff;
}

.c7t-third__content p {
  margin: 0 auto 1.5rem;
}

.c7t-third__content h1, .c7t-third__content h2, .c7t-third__content h3, .c7t-third__content h4, .c7t-third__content h5, .c7t-third__content h6, .c7t-third__content p {
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.4);
}

.c7t-third__content .button {
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(255, 255, 255, 0.9);
  color: rgba(255, 255, 255, 0.9);
  text-shadow: none;
}

.c7t-third__content .button:hover {
  background: rgba(0, 0, 0, 0);
  border-color: white;
  color: white;
}

.commerce7-v2 .c7t-third__content .button {
  background: white;
  color: #000;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.commerce7-v2 .c7t-third__content .button:hover {
  background: #eeeeee;
  text-decoration: none;
}

/* Commerce7 Template - Timeline */
.c7t-timeline {
  position: relative;
  max-width: 74rem;
  margin: 0 auto 2rem;
  padding: 2rem 1rem 0;
}

@media only screen and (min-width: 48.0625em) {
  .c7t-timeline {
    overflow: hidden;
  }
}

@media only screen and (min-width: 48.0625em) {
  .c7t-timeline:after {
    content: "";
    width: 3px;
    background: #ccc;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.c7t-timeline__item {
  position: relative;
  margin-bottom: 2.5rem;
}

@media only screen and (min-width: 48.0625em) {
  .c7t-timeline__item {
    width: 50%;
    float: left;
    margin-top: 7.5rem;
    padding-left: 0;
    padding-right: 3.75rem;
    text-align: right;
    margin-bottom: 0;
  }
}

.c7t-timeline__item__content {
  position: relative;
}

@media only screen and (min-width: 48.0625em) {
  .c7t-timeline__item__content:before {
    content: '';
    display: block;
    background-color: #ccc;
    height: .125rem;
    width: 1.875rem;
    position: absolute;
    top: 18px;
    right: -3.75rem;
    transform: translateY(-50%);
  }
}

.c7t-timeline__item:first-of-type {
  margin-top: 0;
}

@media only screen and (min-width: 48.0625em) {
  .c7t-timeline__item:nth-child(even) {
    float: right;
    padding-left: 3.75rem;
    padding-right: 0;
    text-align: left;
  }
}

@media only screen and (min-width: 48.0625em) {
  .c7t-timeline__item:nth-child(even) .c7t-timeline__item__content:before {
    content: '';
    display: block;
    background-color: #ccc;
    height: .125rem;
    width: 1.875rem;
    position: absolute;
    top: 18px;
    left: -3.75rem;
    transform: translateY(-50%);
  }
}

.c7t-timeline__item h3, .c7t-timeline__item .blog-page > h2 {
  font-style: italic;
}

/* Commerce7 Template - Video */
.c7t-video {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.c7t-video video {
  background-size: cover;
  pointer-events: none;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: opacity 200ms ease-out;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  opacity: 1;
  position: absolute;
  height: auto;
  width: 0;
  z-index: -1;
}

@media only screen and (min-width: 48.0625em) {
  .c7t-video video {
    width: auto;
  }
}

.c7t-video .mute-video {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  background: none;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 3.125rem;
  height: 3.125rem;
  z-index: 2;
}

@media only screen and (min-width: 64.0625em) {
  .c7t-video .mute-video {
    width: 4.5rem;
    height: 4.5rem;
  }
}

.c7t-video .mute-video svg {
  fill: #fff;
  max-width: 1.25rem;
  max-height: 1.25rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

@media only screen and (min-width: 64.0625em) {
  .c7t-video .mute-video svg {
    max-height: 2.5rem;
    max-width: 2.5rem;
  }
}

.c7t-video--restricted {
  max-width: 60rem;
  margin: 0 auto;
}

@media only screen and (min-width: 48.0625em) {
  .c7t-video--restricted video {
    width: 100%;
  }
}

.c7t-video--no-autoplay .c7t-video__video .mute-video {
  display: none !important;
}

.c7t-video--playing {
  background: none !important;
}

.c7t-video--playing .c7t-video__video .play-video {
  display: none !important;
}

.c7t-video--playing .c7t-video__video .mute-video {
  display: block !important;
}

.c7t-video__video {
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.c7t-video__video__play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4rem;
  height: 4rem;
  color: #fff;
  transform: translate(-50%, -50%);
  border: 2px solid #eee;
  border-radius: 50%;
  text-align: center;
  font-size: 2.7rem;
  line-height: 1.2;
  cursor: pointer;
}

.c7t-video__video--fullscreen video {
  z-index: 1;
}

@media only screen and (max-width: 48em) {
  .c7t-video__video--mobile-hidden video {
    z-index: -1;
  }
}

@media only screen and (max-width: 48em) {
  .c7t-video__video--mobile-hidden .mute-video {
    display: none;
  }
}

.c7t-video .play-video {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  border: 2px solid white;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

@media only screen and (max-width: 48em) {
  .c7t-video .play-video {
    display: none;
  }
}

.c7t-video .play-video span {
  box-sizing: border-box;
  height: 45px;
  border-color: transparent transparent transparent #fff;
  transition: 100ms all ease;
  will-change: border-width;
  cursor: pointer;
  border-style: solid;
  border-width: 25px 0 25px 45px;
  display: block;
  position: relative;
  left: 10px;
  z-index: 2;
}

.c7t-video .play-video--mobile {
  display: flex;
}

@media only screen and (min-width: 48.0625em) {
  .c7t-video .play-video--mobile {
    display: none;
  }
}

.c7t-video__modal-veil {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-in;
}

.c7t-video__modal-veil--visible {
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
  visibility: visible;
  z-index: 21;
}

.c7t-video__modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.c7t-video__modal__video {
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}

.c7t-video__modal__video iframe, .c7t-video__modal__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.c7t-video__modal__close {
  position: absolute;
  top: -3.5rem;
  right: 0;
  height: 2.5rem;
  width: 2.5rem;
  border: 2px solid #eee;
  border-radius: 50%;
  color: #fff;
  font-family: arial,sans-serif;
  font-size: 1.5rem;
  text-align: center;
  line-height: 2.4rem;
  cursor: pointer;
}

.c7t-responsive-video, .c7t-responsive-video__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.c7t-responsive-video iframe, .c7t-responsive-video__wrapper iframe {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.c7t-responsive-video {
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 200ms ease-out;
}

@media only screen and (min-width: 48.0625em) {
  .c7t-responsive-video--loaded {
    opacity: 1;
  }
}

.c7t-responsive-video iframe {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#cookieFooter {
  background-color: rgba(0, 0, 0, 0.94);
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: .375rem 0;
  color: #3f372c;
  z-index: 100;
  opacity: 0;
  bottom: -10rem;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

@media only screen and (min-width: 64.0625em) {
  #cookieFooter {
    padding: 0;
  }
}

#cookieFooter.visible {
  opacity: 1;
  bottom: 0;
}

#cookieFooter .content-wrapper {
  max-width: none;
  position: relative;
}

#cookieFooter .text {
  display: block;
  padding: .5rem;
  text-align: center;
  margin: 0 auto;
}

@media only screen and (max-width: 48em) {
  #cookieFooter .text {
    padding: 0 .375rem 0 0;
    width: calc(100% - 45px);
    margin-right: 30px;
    margin-left: 15px;
    text-align: left;
  }
}

@media only screen and (min-width: 48.0625em) and (max-width: 64em) {
  #cookieFooter .text {
    padding: 0 .375rem 0 0;
    width: calc(100% - 45px);
    margin-right: 30px;
    margin-left: 15px;
    text-align: left;
  }
}

#cookieFooter .text p {
  color: #fff;
}

#cookieFooter .text p:last-of-type {
  margin-bottom: 0;
}

#cookieFooter .text p a {
  color: #fff;
  text-decoration: underline;
}

#cookieFooter .text p a:hover {
  color: #fff;
  text-decoration: underline;
}

@media only screen and (max-width: 48em) {
  #cookieFooter .text br {
    display: inline;
    content: ' ';
    clear: none;
  }
  #cookieFooter .text br:after {
    content: ' ';
  }
}

@media only screen and (min-width: 48.0625em) and (max-width: 64em) {
  #cookieFooter .text br {
    display: inline;
    content: ' ';
    clear: none;
  }
  #cookieFooter .text br:after {
    content: ' ';
  }
}

#cookieFooter .button {
  background: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  right: .5rem;
  top: 0;
  padding: 0 0 0 0.375rem;
  font-size: 0.875rem;
  border: 0;
}

@media only screen and (min-width: 64.0625em) {
  #cookieFooter .button {
    font-size: 1rem;
    padding: 0;
  }
}

#cookieFooter .button a {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  background-color: #000000;
  font-size: .6rem;
  font-weight: bold;
  border: 1px solid #000000;
  height: 26px;
  width: 25px;
  border-radius: 25px;
  border-radius: 25px;
  line-height: 25px;
  text-align: center;
  color: #ddd9ce;
  text-transform: uppercase;
  font-size: 0.75rem;
}

@media only screen and (min-width: 64.0625em) {
  #cookieFooter .button a {
    font-size: 0.9rem;
  }
}

#cookieFooter .button a:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}

/* Spectra Premium features 
-------------------------------------------------------------- */
.all-brands-select-wrapper {
  width: 100%;
}

@media only screen and (min-width: 48.0625em) {
  .all-brands-select-wrapper {
    width: 300px;
  }
}

@media only screen and (min-width: 48.0625em) {
  .brand-sorter {
    padding: 0 30px;
  }
}

h2 {
  padding: 0 0 1rem;
}

.filter-select-wrapper {
  margin: 0 0 1.5rem;
}

@media only screen and (min-width: 48.0625em) {
  .filter-select-wrapper {
    padding: 0 30px;
  }
}

.filter-select-wrapper:after {
  clear: both;
  content: '';
  display: table;
}

.filter-select-wrapper-individual {
  width: 100%;
  margin: 15px 0;
}

@media only screen and (min-width: 64.0625em) {
  .filter-select-wrapper-individual {
    width: 220px;
    float: left;
    padding-right: 30px;
  }
}

.brand-landing-brand-info {
  border-bottom: 2px solid #333;
  margin: 1rem auto 0.5rem;
  padding: 1.5rem 0 0.25rem;
}

.brand-landing-brand-info__brand-logo {
  display: block;
  max-width: 18.5rem !important;
  height: auto;
  margin: 0 auto 1.75rem;
}

.brand-landing-brand-info__columns {
  text-align: center;
  max-width: 50rem;
  margin: 0 auto;
}

.brand-landing-brand-info__columns .panel-grid-cell {
  padding: 0 1rem;
}

.brand-landing-brand-info__brand-assets a {
  text-decoration: none;
  font-weight: 400;
}

.brand-landing-brand-info__brand-assets a:hover {
  color: #333;
}

.wine-asset-list-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.wine-asset-list-box {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 1.25rem;
}

@media only screen and (min-width: 48.0625em) {
  .wine-asset-list-box {
    width: 50%;
    padding: 15px;
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (min-width: 64.0625em) {
  .wine-asset-list-box {
    width: 25%;
  }
}

.wine-asset-list-box__image {
  display: block;
  text-align: center;
  margin: 0 0 1.5rem;
}

.wine-asset-list-box__image img {
  max-height: 300px;
  width: auto;
}

.wine-asset-list-box h3, .wine-asset-list-box .blog-page > h2 {
  padding: 0 0 1rem;
  text-align: center;
}

.wine-asset-list-box h3 a, .wine-asset-list-box .blog-page > h2 a {
  color: #231F20;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.3;
  display: inline-block;
  transition: all 0.4s ease;
}

.wine-asset-list-box h4 {
  font-weight: bold;
}

.wine-asset-list-box h4 span {
  font-weight: normal;
}

.wine-asset-list-box h4:last-of-type {
  padding-bottom: 2rem;
}

.wine-asset-list-box__downloads {
  text-align: center;
}

@media only screen and (min-width: 48.0625em) {
  .wine-asset-list-box__downloads {
    text-align: left;
    margin-top: auto;
    margin-bottom: 0;
  }
}

.wine-asset-list-box__downloads span {
  position: relative;
  top: -3px;
  font-size: 0.813rem;
}

.wine-asset-list-box__downloads span a {
  color: #232324;
}

.wine-asset-list-box__downloads-single--download svg, .wine-asset-list-box__downloads-single--email svg {
  display: inline-block;
  width: 1.7rem;
  height: 1.3rem;
  transition: all 0.4s ease;
}

.wine-asset-list-box__downloads-single--download svg:hover path, .wine-asset-list-box__downloads-single--download svg:hover polygon, .wine-asset-list-box__downloads-single--email svg:hover path, .wine-asset-list-box__downloads-single--email svg:hover polygon {
  fill: #333;
}

.wine-asset-list-box__downloads-single--download svg {
  padding: 0 0.3rem 0 0.4rem;
}

.wine-asset-list-box__downloads-single--email svg {
  display: none;
  padding: 0 0.5rem 0 0.25rem;
  position: relative;
  top: 2px;
}

.select2-container--default .select2-selection--single {
  background-color: #f9fafa !important;
}

.wine-asset-details {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 48.0625em) {
  .wine-asset-details {
    flex-direction: row;
  }
}

.wine-asset-details:after {
  clear: both;
  display: table;
  content: '';
}

@media only screen and (min-width: 48.0625em) {
  .wine-asset-details__image {
    width: 30%;
  }
}

.wine-asset-details__image img {
  max-width: 100%;
  width: auto;
  height: 400px;
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 48em) {
  .wine-asset-details__image img {
    max-width: 120px;
  }
}

@media only screen and (min-width: 48.0625em) {
  .wine-asset-details__content {
    width: 70%;
  }
}

.wine-asset-details__content h1 {
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.wine-asset-details__content-assets {
  margin: 2rem 0 3rem;
  column-count: 2;
  column-gap: 10px;
  position: relative;
  left: 40px;
  width: calc(100% - 20px);
}

@media only screen and (min-width: 48.0625em) {
  .wine-asset-details__content-assets {
    width: calc(70% - 40px);
  }
}

.wine-asset-details__content-assets:before {
  content: '';
  background-image: url("/web/20220308214218im_/https://www.melovino.com/wp-content/themes/wp-spectratheme/images/icon-download-assets.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  width: 70px;
  height: 50px;
  display: block;
  left: -40px;
  position: absolute;
}

.wine-asset-details__content-assets:after {
  clear: both;
  content: '';
  display: table;
}

.wine-asset-details__content-assets a {
  color: #667666;
  margin: 0 0 0.4rem;
  display: block;
}

.wine-asset-details__content-assets a:hover {
  color: #333;
}

.wine-asset-details__back-link {
  color: #666766;
  margin-bottom: 2.5rem;
  display: block;
  font-size: 0.875rem;
}

/* Slick 
-------------------------------------------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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;
  margin-left: auto;
  margin-right: auto;
}

.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;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/web/20220308214218im_/https://www.melovino.com/wp-content/themes/wp-spectratheme/images/slick/ajax-loader.gif") center center no-repeat;
}

.c7t-slider .slick-list, .c7t-slider .slick-track {
  height: 100%;
}

.c7t-slider .slick-slide > div {
  height: 100%;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/web/20220308214218im_/https://www.melovino.com/wp-content/themes/wp-spectratheme/fonts/slick.eot");
  src: url("/web/20220308214218im_/https://www.melovino.com/wp-content/themes/wp-spectratheme/fonts/slick.eot#iefix") format("embedded-opentype"), url("/web/20220308214218im_/https://www.melovino.com/wp-content/themes/wp-spectratheme/fonts/slick.woff") format("woff"), url("/web/20220308214218im_/https://www.melovino.com/wp-content/themes/wp-spectratheme/fonts/slick.ttf") format("truetype"), url("/web/20220308214218im_/https://www.melovino.com/wp-content/themes/wp-spectratheme/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* 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%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 5;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  border: 0;
  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: #333;
  opacity: 1;
  -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-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dotted.slick-slider.c7t-slider {
  margin-bottom: 50px;
}

.slick-dots {
  position: absolute;
  bottom: -15px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.c7t-slider .slick-dots {
  bottom: -27px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 3px;
  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: 11px;
  line-height: 20px;
  text-align: center;
  color: #333;
  opacity: 0.25;
  transition: all 0.3s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #333;
  opacity: 1;
}

.slick-prev--slider {
  height: 100px;
  opacity: 0.8;
  transition: all 0.3s ease-out;
}

.slick-prev--slider:before {
  content: '';
  background-image: url(/web/20220308214218im_/https://www.melovino.com/wp-content/themes/wp-spectratheme/images/slick/arrow.png);
  width: 30px;
  height: 40px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

@media only screen and (min-width: 48.0625em) {
  .slick-prev--slider:before {
    height: 80px;
    top: 30px;
  }
}

.slick-prev--slider:hover {
  opacity: 1;
}

.slick-next--slider {
  height: 100px;
  opacity: 0.8;
  transition: all 0.3s ease-out;
}

.slick-next--slider:before {
  content: '';
  background-image: url(/web/20220308214218im_/https://www.melovino.com/wp-content/themes/wp-spectratheme/images/slick/arrow.png);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 30px;
  height: 40px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

@media only screen and (min-width: 48.0625em) {
  .slick-next--slider:before {
    height: 80px;
  }
}

.slick-next--slider:hover {
  opacity: 1;
}

/* Select 2
-------------------------------------------------------------- */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.select2-container--default .select2-selection--single {
  outline: none;
  padding: 7px 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 39px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #333 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: none;
}

.select2-container .select2-selection--single {
  height: 42px !important;
}

/* SVG Support
-------------------------------------------------------------- */
.attachment img[src$=".svg"], .widget_media_image img[src$=".svg"] {
  width: 100%;
}

.attachment img[src$=".svg"], .widget_media_image img[src$=".svg"] {
  width: 100%;
}

.attachment svg, .widget_media_image svg {
  max-width: 100%;
  height: auto;
}

/* ADA
-------------------------------------------------------------- */
@media (prefers-reduced-motion) {
  * {
    transition: none !important;
  }
  *:before, *:after {
    transition: none !important;
  }
}

/*
     FILE ARCHIVED ON 21:42:18 Mar 08, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:43:36 Jan 07, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.601
  exclusion.robots: 0.02
  exclusion.robots.policy: 0.008
  esindex: 0.01
  cdx.remote: 33.37
  LoadShardBlock: 132.094 (3)
  PetaboxLoader3.datanode: 114.056 (4)
  PetaboxLoader3.resolve: 103.339 (2)
  load_resource: 165.564
*/