@charset "UTF-8";
/*!
Theme Name: Spectra Child 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.74
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 */
:root {
  --black: #000000;
  --cream: #fffcf5;
  --red: #7c211e;
  --white: #ffffff;
  --grey: #F2EDE0;
  --c7-heading-font-family: "Archivo", sans-serif;
  --c7-primary-button-bg-hover: #000;
  --mec-paragraph-font-family: "Libre Baskerville", serif;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
  max-width: 100%;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.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%;
}

*,
*: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: var(--cream);
}

body, p {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  font-size: clamp(0.9375rem, 0.8715rem + 0.2817vw, 1rem);
}

.light-grey-background {
  background: var(--grey);
}

.add-padding-top {
  padding-top: 2.5rem !important;
}

.add-padding-bottom {
  padding-bottom: 2.5rem !important;
}

@media only screen and (min-width: 64em) {
  .add-padding-top {
    padding-top: 4rem !important;
  }
  .add-padding-bottom {
    padding-bottom: 4rem !important;
  }
}
.wide-content .c7t-content {
  max-width: 80rem;
  margin: 0 auto;
}

.medium-content .c7t-content {
  max-width: 78rem;
  margin: 0 auto;
}

.vertical-center .c7t-content {
  align-items: center;
}

.button, .btn, .btn-primary {
  background: var(--red);
  font-family: "Archivo", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  border-radius: 3px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px !important;
  padding-right: 25px !important;
  color: var(--white);
}
.button:hover, .btn:hover, .btn-primary:hover {
  background: var(--c7-primary-button-bg-hover);
  color: #fff;
}
.button a:hover, .btn a:hover, .btn-primary a:hover {
  color: #fff;
}

@media only screen and (max-width: 48em) {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    letter-spacing: 4px;
  }
}
h1, .h1 {
  font-size: clamp(2rem, 1.0563rem + 2.1596vw, 3rem);
}

h2, .h2 {
  font-size: clamp(1.5rem, 0.643rem + 2.857vw, 2rem) !important; /*24px - 32px, 480px to 1320px*/
  line-height: 1.1;
  margin-bottom: 0.5em;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-family: "Archivo", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 8px;
}

@media only screen and (min-width: 40.0625em) {
  h1 + h3,
  .blog-page > h1 + h2,
  h1 + h2,
  h1 + .h3,
  h1 + .h2,
  .h1 + h3,
  .h1 + h2,
  .h1 + .h3,
  .h1 + .h2 {
    font-size: 1.4545454545rem;
  }
}
h3,
.blog-page > h2,
.h3 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

@media only screen and (min-width: 40.0625em) {
  h3,
  .blog-page > h2,
  .h3 {
    font-size: 2rem;
  }
}
h4,
.h4 {
  font-size: 1.2em;
  line-height: 1.2;
  margin-bottom: 0.2em;
}

@media only screen and (min-width: 40.0625em) {
  h4,
  .h4 {
    font-size: 1.65rem;
  }
}
h5,
.h5 {
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0.2em;
}

@media only screen and (min-width: 40.0625em) {
  h5,
  .h5 {
    font-size: 1.25rem;
  }
}
h6,
.h6 {
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0.2em;
}

@media only screen and (min-width: 40.0625em) {
  h6,
  .h6 {
    font-size: 1rem;
  }
}
.eyebrow-message {
  font-family: "Archivo", sans-serif;
  text-transform: uppercase;
  color: var(--red);
  letter-spacing: 3px;
  font-size: 16px;
  margin-bottom: 0.5rem;
}

@media only screen and (max-width: 48em) {
  .eyebrow-message {
    line-height: 1.25;
  }
}
p {
  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: var(--red);
}

p a,
li a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
p a:hover,
li a:hover {
  color: var(--red);
}

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;
}

.quote-section p {
  font-size: clamp(1.0625rem, 0.9085rem + 0.6573vw, 1.5rem);
  line-height: 2;
}

.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;
  }
}
.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;
  }
}
.scroll-spacer {
  display: none;
}
@media only screen and (min-width: 1920px) {
  .scroll-spacer {
    height: 50vh;
    display: block;
  }
}

.header {
  width: 100%;
  position: relative;
  z-index: 19;
  background: var(--cream);
  font-family: "Archivo", sans-serif;
}

@media only screen and (min-width: 64.0625em) {
  .header {
    transition: all 300ms ease-out;
    position: sticky;
    top: 0;
    padding: 1rem 0;
  }
  .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: 19;
  }
  .scrolled .header .c7-tools {
    margin: 0;
    min-height: 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: flex-start;
  justify-content: space-between;
  max-width: 74rem;
}

@media only screen and (min-width: 64.0625em) {
  .header .c7t-template-width {
    align-items: center;
    max-width: 90rem;
  }
}
.header__logo {
  width: 150px;
  padding: 3rem 0 0.75rem;
  position: relative;
  margin: 0 0;
}
@media only screen and (min-width: 40em) {
  .header__logo {
    padding: 1.5rem 0rem;
    width: 200px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .header__logo {
    padding: 0.75rem 0rem;
    width: 250px;
  }
}

.scrolled .header__logo {
  padding: 1rem 0;
  width: 150px !important;
}

@media only screen and (min-width: 71.25em) {
  .header__logo {
    width: 300px !important;
    padding: 0;
    transition: all 300ms ease-out;
    margin: 0;
  }
  .scrolled .header__logo {
    padding: 1rem 0;
    width: 200px !important;
  }
  .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.75rem 0rem;
}

.scrolled .header--centered .header__logo {
  padding: 0;
}

@media only screen and (min-width: 64.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: rgba(0, 0, 0, 0) !important;
}

body.scrolled .header--image {
  opacity: 0.8;
}

.c7-user-nav__account a.c7-user-nav__account__name {
  color: #fff;
}

@media screen and (max-width: 64em) {
  .c7-user-nav__account a.c7-user-nav__account__name {
    padding: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c7-user-nav__account a.c7-user-nav__account__name {
    color: #000;
  }
}
.c7-user-nav__account a.c7-user-nav__account__name svg {
  stroke: #fff;
}

@media only screen and (min-width: 64.0625em) {
  .c7-user-nav__account a.c7-user-nav__account__name svg {
    stroke: #000;
  }
}
@media screen and (max-width: 64em) {
  .c7-user-nav__account__dropdown {
    top: 32px;
    left: 0;
    right: auto;
  }
}
@media screen and (max-width: 64em) {
  .header__navigation__menu {
    position: absolute;
    top: 75%;
    right: 1rem;
  }
}
.header__navigation__menu {
  padding-top: 1rem;
}
@media only screen and (min-width: 64.0625em) {
  .header__navigation__menu {
    padding-top: 2rem;
  }
}

@media screen and (max-width: 64em) {
  .header__navigation__menu .menu-header-container {
    transition: visibility 200ms ease-out, transform 200ms ease-out;
    background: #eee;
    padding: 3rem 1rem 1rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateX(100%);
    height: 100%;
    width: 100%;
    overflow: scroll;
    z-index: 10;
    pointer-events: none;
    visibility: hidden;
  }
  .mobile-nav-active .header__navigation__menu .menu-header-container {
    transform: translateX(0);
    transition: visibility 200ms ease-out, transform 200ms ease-out;
    pointer-events: all;
    visibility: visible;
  }
}
.header__navigation__menu .menu-header-container ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  list-style: none;
}

@media only screen and (min-width: 64.0625em) {
  .header__navigation__menu .menu-header-container ul {
    flex-direction: row;
  }
}
.header__navigation__menu .menu-header-container a {
  font-size: 0.9rem;
  list-style: none;
  display: inline-block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (min-width: 1115px) {
  .header__navigation__menu .menu-header-container a {
    font-size: 1rem;
  }
}

.header__navigation__menu .menu-header-container a:hover,
.header__navigation__menu .menu-header-container a:focus {
  color: #000;
}

.header__navigation__menu .menu-header-container li.menu-item-has-children {
  position: relative;
}

.header__navigation__menu .menu-header-container li.menu-item-has-children > a {
  width: calc(100% - 32px);
  white-space: nowrap;
}

.header__navigation__menu .menu-header-container li.menu-item-has-children > button {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  line-height: 1;
  padding: 6px;
  transition: all 200ms;
  stroke: #000;
}

.header__navigation__menu .menu-header-container li.menu-item-has-children > button:focus {
  outline-offset: 2px;
  transition: all 200ms;
}

.header__navigation__menu .menu-header-container li.menu-item-has-children > ul {
  display: none;
}

.header__navigation__menu .menu-header-container li.menu-item-has-children.open > button {
  transform: rotate(180deg);
  transition: all 200ms;
}

.header__navigation__menu .menu-header-container li.menu-item-has-children.open > ul {
  display: block;
}

@media only screen and (min-width: 64.0625em) {
  .header__navigation__menu .menu-header-container li.menu-item-has-children:hover > button {
    transform: rotate(180deg);
    transition: all 200ms;
  }
  .header__navigation__menu .menu-header-container li.menu-item-has-children:hover > ul {
    display: block;
  }
}
.header__navigation__menu .menu-header-container > ul {
  flex-direction: column;
}

@media only screen and (min-width: 64.0625em) {
  .header__navigation__menu .menu-header-container > ul {
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 64.0625em) {
  .header__navigation__menu .menu-header-container > ul > li.menu-item-has-children > a {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .header__navigation__menu .menu-header-container > ul > li.menu-item-has-children > button {
    margin-left: -8px;
  }
}
.header__navigation__menu .menu-header-container > ul > li > ul {
  transition: all 200ms ease-out;
  padding-left: 0.875rem;
  text-align: left;
}

@media only screen and (min-width: 64.0625em) {
  .header__navigation__menu .menu-header-container > ul > li > ul {
    background: var(--cream);
    border: 1px solid #666;
    display: flex;
    min-width: 12rem;
    padding: 0;
    position: absolute;
    top: 100%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .header__navigation__menu .menu-header-container > ul > li > ul {
    min-width: 12.5rem;
  }
}
.header__navigation__menu .menu-header-container > ul > li > ul > li > a {
  padding: 0.5rem 1rem;
  width: 100%;
}

@media only screen and (min-width: 64.0625em) {
  .header__navigation__menu .menu-header-container > ul > li > ul > li.menu-item-has-children > button {
    transform: rotate(-90deg);
  }
}
@media only screen and (min-width: 64.0625em) {
  .header__navigation__menu .menu-header-container > ul > li > ul > li.menu-item-has-children:hover > button {
    transform: rotate(90deg);
  }
}
.header__navigation__menu .menu-header-container > ul > li > ul > li > ul {
  transition: opacity 200ms ease-out;
  font-size: 0.875rem;
  list-style: none;
  text-align: left;
  padding-left: 0.875rem;
}

@media only screen and (min-width: 64.0625em) {
  .header__navigation__menu .menu-header-container > ul > li > ul > li > ul {
    background: var(--cream);
    border: 1px solid #666;
    min-width: 12rem;
    position: absolute;
    left: 100%;
    top: 0;
    padding: 0;
  }
}
.header__navigation__menu .menu-header-container > ul > li > ul > li > ul > li > a {
  padding: 0.5rem;
  width: 100%;
}

.show-mobile-nav .menu-header-container {
  background: var(--cream);
  padding-top: 6rem;
}

.show-mobile-nav .menu-header-container a {
  color: var(--black);
}

.show-mobile-nav .menu-header-container a:hover {
  color: var(--black);
}

.show-mobile-nav .menu-header-container .dropdown-toggle {
  stroke: var(--red) !important;
}

.header__navigation-toggle span {
  background: var(--red);
}

.scrolled .header__navigation__menu .menu-header-container > ul > li > a {
  color: var(--white);
}

.scrolled .header__navigation__menu .menu-header-container > ul > li > a:hover,
.scrolled .header__navigation__menu .menu-header-container > ul > li > a:focus {
  color: var(--white);
}

.scrolled .header__navigation__menu .menu-header-container > ul > li > button {
  stroke: #fff;
}

.header--centered .header__navigation__menu {
  width: 100%;
}

@media screen and (max-width: 63.9375rem) {
  .header--centered .header__navigation__menu {
    position: absolute;
    top: 0;
    right: 1rem;
  }
}
.header--centered .header__navigation__menu ul {
  justify-content: center;
}

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

.header__navigation-toggle {
  color: var(--black);
  cursor: pointer;
  padding: 0 0 0 0.25rem;
  position: relative;
  text-transform: uppercase;
  align-self: flex-end;
  margin-left: auto;
  border: 1px solid rgba(0, 0, 0, 0) !important;
  background: rgba(0, 0, 0, 0);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateY(-36px);
  z-index: 11;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (min-width: 64.0625em) {
  .header__navigation-toggle {
    display: none;
  }
}
.c7-cart-open .header__navigation-toggle {
  z-index: 0;
}

.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: 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: var(--red);
  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: var(--red);
  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: var(--black);
}

.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: 0.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: var(--cream);
    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;
}

.footer {
  background-color: var(--red);
  color: #eee;
  padding: 2.5rem 1rem 3.5rem;
  font-family: "Archivo", sans-serif;
}

.footer__logo {
  max-width: 350px;
  margin: 0 auto 1.5rem;
}

@media only screen and (min-width: 64.0625em) {
  .footer__logo {
    margin: 0 0 1.5rem;
  }
}
.footer.footer--1 .c7t-template-width {
  display: block;
  text-align: center;
  max-width: 80rem;
}

@media only screen and (min-width: 64.0625em) {
  .footer.footer--1 .c7t-template-width {
    display: flex;
    text-align: left;
  }
  .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;
  text-decoration: none;
}

.footer a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

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

.footer-left {
  flex: 0 1 50%;
}

.footer-right {
  margin: 0 0 1rem;
  display: grid;
  flex: 0 1 50%;
}

@media only screen and (min-width: 64.0625em) {
  .footer-right {
    grid-template-columns: auto auto;
  }
}
.footer__menu input {
  display: none;
}

@media only screen and (min-width: 64.0625em) {
  .footer--1 .footer__menu {
    float: left;
    width: 65%;
    text-align: left;
  }
}
@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 0;
  padding: 0;
  display: grid;
}

@media only screen and (min-width: 64.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;
}

@media only screen and (min-width: 40.0625em) {
  .footer__menu ul li {
    display: inline-block;
  }
}
.footer__menu ul li a {
  display: inline-block;
  color: #eee;
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  line-height: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer__menu ul li a:hover {
  color: #fff;
}

.footer__address {
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 24px;
  width: 100%;
  text-transform: uppercase;
}

@media only screen and (min-width: 64.0625em) {
  .footer--1 .footer__address {
    float: left;
    width: 100%;
    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;
}

.footer__address__location {
  margin-bottom: 0.5rem;
}

@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;
    padding-right: 1rem;
    position: relative;
  }
  .footer__address__phone:after {
    content: "  |  ";
    position: absolute;
    right: -0.2rem;
  }
}
@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;
  margin-top: 1.5rem;
  width: 100%;
}

@media only screen and (min-width: 64.0625em) {
  .footer--1 .footer__social-media {
    width: 65%;
    justify-content: flex-start;
    margin-top: 0;
  }
  .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;
    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--1 .footer__copyright, .footer--1 .footer__optional-text {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  font-size: 0.75rem;
  max-width: 100%;
  margin: 0;
  padding: 10px 0 10px 0;
  background: #661B19;
}

@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: rgba(0, 0, 0, 0) !important;
}

.b360-cart-sc-root {
  position: absolute;
  right: max(16px, 50% - 45rem + 20px);
  top: calc(var(--promo-bar-height) + 10px);
  color: #000;
  z-index: 20;
  line-height: 2.5;
}
@media only screen and (min-width: 40em) {
  .b360-cart-sc-root {
    z-index: 20;
    top: calc(var(--promo-bar-height) + 10px);
  }
}
@media only screen and (min-width: 64.0625em) {
  .b360-cart-sc-root {
    top: calc(var(--promo-bar-height) + 10px);
  }
}

.b360-cart-sc-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0;
  border-radius: 0;
  text-decoration: none;
  box-shadow: none;
  fill: #000;
}
.b360-cart-sc-button:hover {
  fill: var(--red);
}
.b360-cart-sc-button .b360-cart-sc-label {
  font-size: 14px;
  color: #000;
}
.b360-cart-sc-button .b360-cart-sc-label:hover {
  color: var(--red);
}

.b360-cart-sc-badge {
  background: #333;
  min-width: 13px;
  height: 15px;
  line-height: 16px;
  font-size: 9px;
  color: #fff;
}
.b360-cart-sc-badge:hover {
  background: var(--red);
}

.b360-cart-sc-icon {
  display: block;
  height: 20px;
  width: 20px;
}

.b360-authmenu {
  position: absolute;
  right: max(128px, 50% - 45rem + 136px);
  top: calc(var(--promo-bar-height) + 10px);
  z-index: 21;
}
@media only screen and (min-width: 40em) {
  .b360-authmenu {
    top: calc(var(--promo-bar-height) + 10px);
  }
}
@media only screen and (min-width: 64.0625em) {
  .b360-authmenu {
    top: calc(var(--promo-bar-height) + 10px);
  }
}
.b360-authmenu__link {
  color: #000;
}
@media only screen and (min-width: 40em) {
  .b360-authmenu__link {
    z-index: 21;
  }
  .b360-authmenu__link:hover {
    text-decoration: none;
  }
}
.b360-authmenu__welcome {
  display: none;
}
@media only screen and (min-width: 40em) {
  .b360-authmenu__welcome {
    display: inline-flex;
  }
}
.b360-authmenu ul, .b360-authmenu ol, .b360-authmenu li {
  font-size: 14px;
}

@media only screen and (min-width: 40em) {
  .scrolled .b360-cart-sc-root {
    top: calc(var(--header-height) / 20%);
    color: #fff;
    position: fixed;
  }
}
@media only screen and (min-width: 40em) {
  .scrolled .b360-authmenu {
    top: calc(var(--header-height) / 20%);
    position: fixed;
  }
  .scrolled .b360-authmenu__link {
    color: #fff;
  }
}
.scrolled .b360-cart-sc-button {
  fill: #fff;
}
.scrolled .b360-cart-sc-button .b360-cart-sc-label {
  color: #fff;
}
.scrolled .b360-cart-sc-badge {
  background: #ccc;
}

.b360-bridge-container .category-heading {
  display: none;
}
.b360-bridge-container .product-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  justify-content: space-between;
}
.b360-bridge-container .product-card .btn, .b360-bridge-container .product-card .btn-primary {
  font-family: var(--c7-heading-font-family);
  font-size: 14px;
}
.b360-bridge-container .b360-store .category-product-grid {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.b360-bridge-container .b360-store .product-card {
  justify-content: space-between;
}
.b360-bridge-container .b360-store .product-card .btn, .b360-bridge-container .b360-store .product-card .btn-primary {
  font-family: var(--c7-heading-font-family);
  font-size: 14px;
}
.b360-bridge-container .b360-store .plp-product-image img, .b360-bridge-container .b360-store .product-image-plp img {
  width: 112px;
  aspect-ratio: auto;
}
.b360-bridge-container .b360-store .plp-product-name {
  font-size: 16px;
  font-weight: 500;
  padding: 12px 14px 6px;
}
.b360-bridge-container .b360-store .plp-product-name .plp_vintage {
  display: block;
  width: 100%;
  font-weight: 600;
  color: var(--red);
  font-size: 15px;
  padding-bottom: 12px;
}
.b360-bridge-container .b360-store .pagination {
  padding-top: 2rem;
  margin-top: 3rem;
}
.b360-bridge-container .b360-store .pagination .page-link {
  border: 1px solid rgba(112, 112, 112, 0.35);
  font-family: var(--c7-heading-font-family);
  border-radius: 3px;
}
.b360-bridge-container .b360-store .pagination .page-link:hover, .b360-bridge-container .b360-store .pagination .page-link:focus, .b360-bridge-container .b360-store .pagination .page-link:active {
  background: var(--red);
  color: #fff;
}
.b360-bridge-container .b360-store .pagination .next {
  font-size: inherit;
}
.b360-bridge-container .b360-store .pagination .next:after {
  content: "";
}

.b360-bridge-container .category-heading {
  display: none;
}
.b360-bridge-container .product-card {
  justify-content: space-between;
  text-align: center;
}
.b360-bridge-container .product-card .btn, .b360-bridge-container .product-card .btn-primary {
  font-family: var(--c7-heading-font-family);
  font-size: 14px;
}
.b360-bridge-container .plp-product-image, .b360-bridge-container .product-image-plp {
  display: flex;
  align-items: center;
  justify-content: center;
}
.b360-bridge-container .plp-product-image img, .b360-bridge-container .product-image-plp img {
  width: 112px;
  aspect-ratio: auto;
}
.b360-bridge-container .plp-product-name {
  font-size: 16px;
  font-weight: 500;
  padding: 12px 14px 6px;
  margin: 0;
  text-align: center;
}
.b360-bridge-container .plp-product-name .plp_vintage {
  display: block;
  width: 100%;
  font-weight: 600;
  color: var(--red);
  font-size: 15px;
  padding-bottom: 12px;
}
.b360-bridge-container .pagination {
  padding-top: 2rem;
  margin-top: 3rem;
}
.b360-bridge-container .pagination .page-link {
  border: 1px solid rgba(112, 112, 112, 0.35);
  font-family: var(--c7-heading-font-family);
  border-radius: 3px;
}
.b360-bridge-container .pagination .page-link:hover, .b360-bridge-container .pagination .page-link:focus, .b360-bridge-container .pagination .page-link:active {
  background: var(--red);
  color: #fff;
}
.b360-bridge-container .pagination .next {
  font-size: inherit;
}
.b360-bridge-container .pagination .next:after {
  content: "";
}

.qty-button-group {
  display: flex;
  align-items: stretch;
  margin-top: 10px;
}
.qty-button-group input[name="qty[]"] {
  border: 1px solid rgba(112, 112, 112, 0.35);
  background: var(--cream);
  border-radius: 3px;
  font-family: "Archivo", sans-serif;
  width: 55px;
}

.price-bottle-group {
  font-size: 15px;
}

.product-detail-wrapper .back-link {
  font-family: "Archivo", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 3rem;
  line-height: 28px;
  letter-spacing: 1.5px;
}
@media only screen and (min-width: 40em) {
  .product-detail-wrapper .back-link {
    margin-bottom: 4rem;
  }
}
.product-detail-wrapper .back-link:hover, .product-detail-wrapper .back-link:focus, .product-detail-wrapper .back-link:active {
  color: var(--red);
}
.product-detail-wrapper .product-content {
  display: flex;
  gap: 3rem;
  flex-direction: column;
}
@media only screen and (min-width: 40em) {
  .product-detail-wrapper .product-content {
    flex-direction: row;
    gap: 5rem;
  }
}
.product-detail-wrapper .product-content .product-image {
  margin: 0 auto;
  flex: 1;
  display: flex;
  justify-content: center;
}
.product-detail-wrapper .product-content .product-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: 325px !important;
  max-height: 320px;
}
@media only screen and (min-width: 40em) {
  .product-detail-wrapper .product-content .product-image img {
    max-height: 620px;
  }
}
.product-detail-wrapper .product-content .product-detail {
  flex: 2;
}
.product-detail-wrapper .product-content .product-detail__info {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 40em) {
  .product-detail-wrapper .product-content .product-detail__info {
    margin-bottom: 3rem;
  }
}
.product-detail-wrapper .product-content .product-detail__info:last-child {
  margin-bottom: 0;
}
.product-detail-wrapper .product-content .product-detail__specs .product-spec {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
}
.product-detail-wrapper .product-content .product-detail__specs .product-spec__title {
  font-weight: 600;
}
.product-detail-wrapper .product-content .product-detail__factsheet a {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.product-detail-wrapper .product-content .product-detail__factsheet a:hover, .product-detail-wrapper .product-content .product-detail__factsheet a:focus, .product-detail-wrapper .product-content .product-detail__factsheet a:active {
  color: #000;
}
.product-detail-wrapper .product-content .product-options {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
.product-detail-wrapper h3 {
  color: var(--red);
  font-size: 18px;
  font-weight: 500;
}

.b360-cart-sc-modal {
  padding-top: 50px;
}
.b360-cart-sc-modal .b360-cart-sc-body table {
  border: 1px solid var(--grey);
  border-radius: 3px;
}
.b360-cart-sc-modal .b360-cart-sc-body thead th {
  background: var(--grey);
  color: #000;
}

#b360-cart-sc-modal .cart-container-popup table {
  border: 1px solid var(--grey);
  border-radius: 3px;
}
#b360-cart-sc-modal .b360-cart-sc-body thead th {
  background: var(--grey);
  color: #000;
}

#b360-shopping-cart-content .btn.btn-primary {
  display: inline;
}

.b360-cart-sc-dialog {
  border-radius: 3px;
  box-shadow: none;
  color: #000;
  border: 1px solid rgba(112, 112, 112, 0.35);
  z-index: 22;
  top: 80px;
}
@media only screen and (min-width: 40em) {
  .b360-cart-sc-dialog {
    top: 50px;
  }
}
.b360-cart-sc-dialog .b360-cart-sc-close {
  width: 36px;
  height: 36px;
  line-height: 1.1;
  background: var(--red);
  display: flex;
  justify-content: center;
}
.b360-cart-sc-dialog .b360-cart-sc-close:hover {
  background: #000;
}

.b360-cart-sc-close {
  font-size: 30px;
}

#b360-cart-sc-modal .b360-cart-sc-body {
  border-radius: 3px;
  box-shadow: none;
  color: #000;
  padding: 28px 18px 18px;
}

.b360-cart-sc-buttons a {
  color: #000;
}
.b360-cart-sc-buttons a:hover {
  color: #fff;
}

.b360-continue-shopping-btn, .b360-cart-btn {
  border-color: rgba(112, 112, 112, 0.35) !important;
  text-transform: uppercase;
  font-family: "Archivo", sans-serif;
  letter-spacing: 2px;
  font-weight: 400;
  border-radius: 3px;
}
.b360-continue-shopping-btn a, .b360-cart-btn a {
  border-radius: 3px;
}
.b360-continue-shopping-btn:hover, .b360-continue-shopping-btn:focus, .b360-continue-shopping-btn:active, .b360-cart-btn:hover, .b360-cart-btn:focus, .b360-cart-btn:active {
  background: var(--red);
}
.b360-continue-shopping-btn:hover a, .b360-continue-shopping-btn:focus a, .b360-continue-shopping-btn:active a, .b360-cart-btn:hover a, .b360-cart-btn:focus a, .b360-cart-btn:active a {
  color: #fff;
}

.b360-checkout-btn {
  background: var(--red);
  text-transform: uppercase;
  font-family: "Archivo", sans-serif;
  letter-spacing: 2px;
  font-weight: 400;
  border-radius: 3px;
}
.b360-checkout-btn a {
  color: #fff;
  border-radius: 3px;
  border: none;
}
.b360-checkout-btn:hover, .b360-checkout-btn:focus, .b360-checkout-btn:active {
  background: #000;
}

#b360-shopping-cart-content {
  color: #000;
}
#b360-shopping-cart-content .table {
  border: 1px solid var(--grey);
  border-radius: 3px;
}
@media only screen and (min-width: 40em) {
  #b360-shopping-cart-content .table {
    font-size: 16px;
  }
}
#b360-shopping-cart-content .table-responsive {
  border: 1px solid var(--grey);
  border-radius: 3px;
}
#b360-shopping-cart-content thead th {
  background: var(--grey);
  color: #000;
}
#b360-shopping-cart-content input[name="qty[]"] {
  border: 1px solid rgba(112, 112, 112, 0.35);
  border-radius: 3px;
}
#b360-shopping-cart-content .alert-warning {
  border-radius: 3px;
  margin-top: 40px;
  text-align: center;
  background: transparent;
  color: var(--red);
  border: 1px solid var(--red);
}

#b360-shopping-cart-content td a[title*=Remove]:hover {
  color: var(--red);
}
#b360-shopping-cart-content .w-img {
  margin-bottom: 2rem;
}
#b360-shopping-cart-content .w-img img {
  float: none;
}
#b360-shopping-cart-content .cart-item-title {
  font-weight: bold;
}
#b360-shopping-cart-content .btn-checkout {
  margin-bottom: 1rem;
}
#b360-shopping-cart-content .remove-products a {
  text-decoration: underline;
}
#b360-shopping-cart-content .cart-summary-card .mb-4 {
  margin-bottom: 2rem;
}

.form-control {
  border-radius: 3px;
}

.inner-page-contents {
  padding: 20px;
}
@media only screen and (min-width: 40em) {
  .inner-page-contents {
    padding: 26px;
  }
}
.inner-page-contents .user-edit-btn {
  background: transparent;
  color: #000 !important;
  border-radius: 3px;
  border: 1px solid rgba(112, 112, 112, 0.35);
  font-size: 16px;
}
.inner-page-contents .user-edit-btn:hover {
  color: #fff !important;
  background-color: var(--red);
}
.inner-page-contents .user-links {
  padding-bottom: 1rem;
}
.inner-page-contents .user-links h3 {
  font-style: normal;
}

.subnavigation {
  margin-top: 3.5rem;
  margin-bottom: 1rem;
}
.subnavigation-wrapper {
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 40em) {
  .subnavigation-wrapper {
    border-bottom: 1px solid rgba(112, 112, 112, 0.35);
  }
}
.subnavigation .page-title {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid rgba(112, 112, 112, 0.35);
  border-top: 1px solid rgba(112, 112, 112, 0.35);
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-family: "Archivo", sans-serif;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
  padding: 0.5rem 0;
  text-align: left;
}
@media only screen and (min-width: 40em) {
  .subnavigation .page-title {
    display: none;
  }
}
.subnavigation .page-title:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.subnavigation #toggle-mobile-dropdown {
  display: none;
}
.subnavigation #toggle-mobile-dropdown:after {
  background: transparent;
}
.subnavigation #toggle-mobile-dropdown:checked + label:after {
  border-bottom: 5px solid #333;
  border-top: 0;
}
.subnavigation #toggle-mobile-dropdown:checked ~ ul {
  opacity: 1;
  visibility: visible;
}
.subnavigation-menu-items {
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms 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: var(--cream);
  border: 1px solid rgba(112, 112, 112, 0.35);
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  visibility: hidden;
  z-index: 1;
  font-size: 16px;
  font-family: "Archivo", sans-serif;
  list-style: none;
}
@media only screen and (min-width: 40em) {
  .subnavigation-menu-items {
    background: none;
    border: 0;
    opacity: 1;
    position: relative;
    visibility: visible;
  }
}
.subnavigation-menu-items li {
  position: relative;
  text-transform: uppercase;
}
@media only screen and (min-width: 64.0625em) {
  .subnavigation-menu-items li {
    display: inline-block;
  }
}
.subnavigation-menu-items a {
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  -webkit-transition-property: border, all;
  -o-transition-property: border, all;
  transition-property: border, all;
  color: #000;
  opacity: 60%;
  text-decoration: none;
  line-height: 28px;
  letter-spacing: 1.5px;
  font-size: 15px;
  display: block;
  padding: 0.5rem 1rem;
  z-index: 3;
  position: relative;
}
@media only screen and (min-width: 40em) {
  .subnavigation-menu-items a {
    display: inline-block;
  }
}
.subnavigation-menu-items a:hover {
  opacity: 100%;
  color: var(--red);
}

.menu-item-anchor.active a {
  opacity: 100%;
  color: #000;
  pointer-events: 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;
}

.subscribe-padding h3 {
  margin-bottom: 1em;
}

.subscribe-button .button:hover {
  background: var(--red);
}

@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;
}

@media only screen and (min-width: 121.625em) {
  .floating-text {
    width: 56%;
  }
}
.floating-image {
  display: none;
}

@media only screen and (min-width: 64.0625em) {
  .floating-image {
    display: block;
    padding-top: 4rem;
    width: 50%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 84em) {
  .floating-image {
    padding-top: 6rem;
    width: 60%;
  }
}
.screen-reader-text,
.no-display,
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.screen-reader-text:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  line-height: normal;
  padding: 1rem 1.5rem;
  text-decoration: none;
  top: 0.5rem;
  left: 0.5rem;
  width: auto;
  z-index: 100000;
  background: #fff;
  border: 2px solid #000;
  border-radius: 0.25rem;
  overflow: visible;
}

.password-protection {
  padding: 2rem 1rem;
}

@media only screen and (min-width: 64.0625em) {
  .password-protection {
    padding: 3rem 2rem;
  }
}
@media print {
  html,
  body {
    min-height: 0;
  }
  .c7t-recipe {
    padding-top: 0;
    padding-bottom: 0;
  }
  .c7t-recipe__meta {
    display: flex;
    flex-wrap: nowrap;
    width: 90%;
    margin: 1rem 0 -2rem;
    justify-content: center;
    align-items: center;
  }
  .c7t-recipe__photo {
    width: 30%;
  }
  .c7t-recipe__attributes {
    display: flex;
    flex-direction: column;
    width: 65%;
  }
  .c7t-recipe__attributes div {
    margin: 0 auto 0 0;
  }
  .c7t-recipe__attributes div span {
    width: auto;
    text-align: left;
  }
  .noprint {
    display: none;
  }
}
.hide-block {
  display: none !important;
  opacity: 0 !important;
}

html {
  scroll-behavior: smooth;
}

@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;
  }
}
.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: 0.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 0.2s ease-in;
  padding: 0.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;
}

.uk-modal-footer button#button1 {
  border: 2px solid #888;
  background-color: rgba(0, 0, 0, 0);
  color: #888;
}

.uk-modal-footer button#button1:hover {
  border: 2px solid #3c3c3c;
  background-color: rgba(0, 0, 0, 0);
  color: #3c3c3c;
}

.uk-modal-footer button#button2 {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #333;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.035em;
}

.uk-modal-footer button#button2:hover {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  color: #000;
}

.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: #fff;
  color: #fff;
}

.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: #fff;
  color: #000;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.commerce7-v2 .c7t-banner__content .button:hover {
  background: #eee;
  text-decoration: none;
}

.category .c7t-template-width {
  max-width: 80rem;
}

.category .blog-page__posts {
  display: flex;
  flex-wrap: wrap;
}

.category .blog-page__posts h1 {
  width: 100%;
}

.category .blog-page__posts article {
  margin-bottom: 2rem;
}

@media only screen and (min-width: 960px) {
  .category .blog-page__posts article {
    width: calc(50% - 2rem);
    margin: 0 1rem 2rem;
  }
}
.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%;
}

@media only screen and (min-width: 640px) {
  .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;
}

@media only screen and (min-width: 640px) {
  .blog-page__sidebar {
    padding: 10px 1rem 10px 1rem;
    margin-left: 2rem;
    width: calc(35% - 2rem);
  }
}
.pagination {
  border-top: 1px solid rgba(112, 112, 112, 0.35);
  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: #fff;
}

.prev-next-posts__button a:hover span {
  left: 2px;
}

.prev-next-posts__button--prev a:hover span {
  left: -2px;
}

.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;
}

.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;
  }
}
.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;
  }
}
.c7t-event {
  position: relative;
  max-width: 60rem;
  margin: 0 auto;
}

.c7t-event:last-child {
  margin-bottom: 40px;
}

.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;
}

.c7t-faq-block {
  padding: 2rem 0;
}

@media only screen and (min-width: 40.0625em) {
  .c7t-faq-block {
    padding: 3rem 0;
  }
}
.faq-item {
  border-bottom: 1px solid #333;
}

.faq-item__container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  padding: 0.625rem 0;
}

.faq-item__container__title {
  width: calc(100% - 64px);
}

.faq-item__container__toggle {
  width: 32px;
  margin-left: auto;
  font-size: 0;
}

.faq-item__container button {
  position: relative;
  border: 0;
  line-height: 1;
  height: 32px;
  width: 32px;
  cursor: pointer;
  stroke: var(--c7-primary-button-text-color);
  background: var(--c7-primary-button-bg);
}

.faq-item__container button * {
  stroke: var(--c7-primary-button-text-color);
}

.faq-item__container button span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.faq-item__container button svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: scaleY(1) translateY(-50%);
  transition: all 200ms;
  width: 32px;
}

.faq-item__summary {
  width: 100%;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease-out;
}

.faq-item.expanded .faq-item__container button svg {
  transform: scaleY(-1) translateY(50%);
}

.faq-item.expanded .faq-item__summary {
  max-height: 900px;
  transition: max-height 1s ease-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: rgba(0, 0, 0, 0) !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;
}

.c7t-half {
  position: relative;
  margin-bottom: 0;
}

.c7t-half + .c7t-half {
  margin-top: 0;
}

.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;
  min-height: 800px;
}

@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;
  min-height: 600px;
}

@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: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%);
}

.c7t-half__content {
  text-align: center;
  color: #fff;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  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: #fff;
  color: #fff;
}

.commerce7-v2 .c7t-half__content .button {
  background: #fff;
  color: #000;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  border-radius: var(--c7-button-border-radius);
}

.commerce7-v2 .c7t-half__content .button:hover {
  background: #eee;
  text-decoration: none;
}

.commerce7-v2 .c7t-half--content-below .c7t-half__content .button {
  background: var(--c7-primary-button-bg);
  color: var(--c7-primary-button-text-color);
  box-shadow: none;
  border-radius: var(--c7-button-border-radius);
}

.commerce7-v2 .c7t-half--content-below .c7t-half__content .button:hover {
  background: var(--c7-primary-button-bg-hover);
  color: var(--c7-primary-button-text-color);
}

.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 0.2s ease-in;
  padding: 0.55em 1.5em;
  display: inline-block;
  font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, Tahoma, Geneva, Arial, sans-serif;
  background-color: rgba(0, 0, 0, 0);
  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: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  color: #000;
}

.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%;
  }
}
.c7t-half-copyimage {
  position: relative;
}

.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;
}

.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;
  }
}
.full-content .c7t-content {
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 64.063em) {
  .full-content .c7t-content.c7t-template-width > div {
    margin-left: auto !important;
    padding-left: 5rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .fixed-image-section .c7t-template-width > div {
    margin-left: auto !important;
    padding-left: 5rem;
  }
}

.fixed-image-section .c7t-template-width > div + div {
  display: none;
}

@media only screen and (min-width: 769px) {
  .fixed-image-section .c7t-template-width > div {
    width: 49% !important;
  }
  .fixed-image-section .c7t-template-width > div + div {
    display: block;
  }
}
@media only screen and (min-width: 48.0625em) {
  .fixed-image-section .c7t-content {
    padding: 0 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .fixed-image-section .c7t-template-width > div + div {
    padding: 0 0 0 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: sticky;
    top: 0;
    align-self: flex-start;
  }
}
@media only screen and (min-width: 64.063em) {
  .fixed-image-section .c7t-template-width > div + div {
    padding: 0 0 0 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: sticky;
    top: 99px;
    align-self: flex-start;
  }
}
.box-content.c7t-text-block--2col .c7t-template-width {
  padding: 0.5rem 0.5rem;
}

.box-content.c7t-text-block--2col .c7t-template-width > div + div {
  margin-bottom: 0;
}

.box-content .c7t-content {
  justify-content: stretch;
}

@media only screen and (min-width: 48.0625em) {
  .box-content.c7t-text-block + .c7t-text-block {
    padding-bottom: 0.5rem;
  }
}
.box-content .c7t-content div {
  background: var(--cream);
  border-radius: 0px;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1450980392);
  text-align: center;
}

.box-content .c7t-content div, .box-content .c7t-content > div + div {
  padding: 2rem;
}

.box-content .c7t-content p {
  font-size: 14px;
}

.box-content .c7t-content h3 {
  font-size: 20px;
}

@media only screen and (min-width: 64.0625em) {
  .box-content .c7t-content h3 {
    font-size: 28px;
  }
  .box-content .c7t-content p {
    font-size: 16px;
  }
}
.c7t-content .club-numbers {
  border-bottom: 2.5px solid;
  padding-bottom: 0;
  display: inline-block;
  border-bottom-color: var(--red);
  line-height: 1.5em;
}

.club-numbers p {
  font-family: "Archivo", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 20px;
  text-decoration: underline !important;
  text-decoration-color: var(--red);
}

.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: rgba(0, 0, 0, 0);
  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: #000;
    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 0.2s ease-in;
  padding: 0.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: rgba(0, 0, 0, 0);
  border: 2px solid #333 !important;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.035em;
}

#mc_embed_signup input#mc-embedded-subscribe:hover {
  background-color: rgba(0, 0, 0, 0) !important;
  border: 2px solid #000 !important;
  color: #000 !important;
  text-decoration: none;
  outline: 0;
}

#mc_embed_signup div.mce_inline_error {
  padding: 3px 0 0 0 !important;
  margin: 0 !important;
  background-color: rgba(0, 0, 0, 0) !important;
}

.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;
  }
}
.header-promo-bar a, .header-promo-bar p a {
  text-underline-offset: 3px !important;
  color: #fff;
}

.header-promo-bar a:hover, .header-promo-bar p a:hover {
  color: #fff !important;
  opacity: 0.8;
}

.c7t-quarter {
  position: relative;
}

.c7t-quarter h1,
.c7t-quarter h2,
.c7t-quarter h3,
.c7t-quarter h4 {
  font-size: 1.2em;
  line-height: 1.2;
  margin-bottom: 0.2em;
}

@media only screen and (min-width: 48.0625em) {
  .c7t-quarter h1,
  .c7t-quarter h2,
  .c7t-quarter h3,
  .c7t-quarter h4 {
    font-size: 1.65rem;
  }
}
.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 a.c7t-quarter__item:hover {
  text-decoration: none !important;
}

.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 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 {
  color: #fff;
}

.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: #fff;
  color: #fff;
}

.commerce7-v2 .c7t-quarter__content .button {
  background: #fff;
  color: #000;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  border-radius: var(--c7-button-border-radius);
}

.commerce7-v2 .c7t-quarter__content .button:hover {
  background: #eee;
  text-decoration: none;
}

.commerce7-v2 .c7t-quarter--content-below .c7t-quarter__content .button {
  background: var(--c7-primary-button-bg);
  color: var(--c7-primary-button-text-color);
  border-radius: var(--c7-button-border-radius);
  box-shadow: none;
}

.commerce7-v2 .c7t-quarter--content-below .c7t-quarter__content .button:hover {
  background: var(--c7-primary-button-bg-hover);
  color: var(--c7-primary-button-text-color);
}

.c7t-quarter--content-below .c7t-quarter__item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 30vh;
}

@media only screen and (min-width: 40.0625em) {
  .c7t-quarter--content-below .c7t-quarter__item {
    min-height: 34vh;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c7t-quarter--content-below .c7t-quarter__item {
    width: 100%;
    min-height: 320px;
  }
}
.c7t-quarter--content-below .c7t-quarter__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-quarter--content-below .c7t-quarter__item-wrapper {
    margin: 1% 1% 1% 1.5%;
    width: 31.8%;
  }
}
.c7t-quarter--content-below .c7t-quarter__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-quarter--content-below .c7t-quarter__content p {
  margin: 0 auto 0.75rem;
}

.c7t-quarter--content-below .c7t-quarter__content .button {
  border-radius: 0;
  transition: all 0.2s ease-in;
  padding: 0.55em 1.5em;
  display: inline-block;
  font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, Tahoma, Geneva, Arial, sans-serif;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #333;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.035em;
}

.c7t-quarter--content-below .c7t-quarter__content .button:hover {
  text-decoration: none;
  outline: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  color: #000;
}

.c7t-quarter--content-below .c7t-quarter__content .button:focus {
  outline: 0;
}

.c7t-quarter--content-below .c7t-quarter__content h1,
.c7t-quarter--content-below .c7t-quarter__content h2,
.c7t-quarter--content-below .c7t-quarter__content h3,
.c7t-quarter--content-below .c7t-quarter__content h4,
.c7t-quarter--content-below .c7t-quarter__content h5,
.c7t-quarter--content-below .c7t-quarter__content h6,
.c7t-quarter--content-below .c7t-quarter__content p {
  text-shadow: none;
  color: #000;
}

.c7t-quarter--content-below--restricted {
  max-width: 74rem;
  margin: 0 auto 2.5rem;
}

.c7t-quarter--content-below--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-below--with-space .c7t-quarter__item-wrapper {
  width: 96%;
  margin: 2%;
}

@media only screen and (min-width: 64.0625em) {
  .c7t-quarter--content-below--with-space .c7t-quarter__item-wrapper {
    margin: 1%;
    width: 48%;
  }
}
.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;
}

.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);
}

.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: #fff;
  color: #fff;
}

.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: #000;
  color: #000;
}

.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;
}

.c7t-slider .slick-slide {
  display: none;
}

.c7t-slider .slick-slide:first-child {
  display: block;
}

.c7t-slider.slick-initialized .slick-slide {
  display: block;
}

.c7t-slider--light .slick-prev:before,
.c7t-slider--light .slick-next:before {
  color: #fff;
}

.c7t-slider--light .slick-autoplay-toggle-button {
  color: #fff;
}

.c7t-slider--light .slick-autoplay-toggle-button .slick-pause-icon:before {
  background-image: url("images/icon-pause-light.svg");
}

.c7t-slider--light .slick-autoplay-toggle-button .slick-play-icon:before {
  background-image: url("images/icon-play-light.svg");
}

.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: #eee;
  color: #000;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.commerce7-v2 .c7t-slider__slide-content-color--light .button:hover {
  background: #eee;
  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: #111;
  color: #fff;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.commerce7-v2 .c7t-slider__slide-content-color--dark .button:hover {
  background: #111;
  text-decoration: none;
}

.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__title {
  font-size: 1.2rem;
  text-align: center;
  margin: 0;
}

.c7t-team__member__title 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 h2 {
  font-size: 1.2em;
  line-height: 1.2;
  margin-bottom: 0.2em;
}

@media only screen and (min-width: 48.0625em) {
  .c7t-team__detail h2 {
    font-size: 1.65rem;
  }
}
.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;
}

.c7t-text-block {
  position: relative;
}

.c7t-text-block + .c7t-text-block {
  padding-top: 0;
  padding-bottom: 0.5rem;
}

@media only screen and (min-width: 48.0625em) {
  .c7t-text-block + .c7t-text-block {
    padding-top: 0;
    padding-bottom: 1.5rem;
  }
}
.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-banner-image-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.1) 1%, rgba(255, 252, 245, 0.1) 85%, rgb(255, 252, 245) 99%);
}

.c7t-text-block--background-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 1%, rgba(255, 252, 245, 0.1) 80%, rgb(255, 252, 245) 99%);
}

.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;
}

.c7t-text-block--2col .c7t-template-width {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1rem 0;
}

.c7t-text-block--2col .c7t-template-width > div {
  margin-left: 1rem;
  margin-right: 1rem;
}

.c7t-text-block--2col .c7t-template-width > div + div {
  margin-left: 1rem;
  margin-right: 1rem;
}

@media only screen and (min-width: 48.0625em) {
  .c7t-text-block--2col .c7t-template-width > div {
    margin-left: 0;
    margin-right: 0;
  }
  .c7t-text-block--2col .c7t-template-width > div + div {
    margin-left: 0;
    margin-right: 0;
  }
}
@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%;
  }
}
.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--2col .c7t-content--first-large > div {
    width: 50% !important;
  }
  .c7t-text-block--2col .c7t-content--first-large > div + div {
    width: 50% !important;
  }
}
@media only screen and (min-width: 48.0625em) {
  .c7t-text-block--2col .c7t-content--last-large > div {
    width: 50% !important;
  }
  .c7t-text-block--2col .c7t-content--last-large > div + div {
    width: 50% !important;
  }
}
.list-content.c7t-text-block--2col .c7t-template-width > div {
  margin-bottom: 0;
}
.list-content > div ul {
  margin-bottom: 0;
  padding-bottom: 0;
}
.list-content > div > div ul {
  margin-top: 0;
  padding-top: 0;
}

@media screen and (max-width: 48em) {
  .reverse-order-mobile .c7t-content {
    display: flex;
    flex-direction: column-reverse;
  }
}
@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--3col .c7t-content--first-large > div {
    width: 50%;
    padding: 0 2%;
  }
  .c7t-text-block--3col .c7t-content--first-large > div + div {
    width: 25%;
  }
  .c7t-text-block--3col .c7t-content--first-large > div + div + div {
    width: 25%;
  }
}
@media only screen and (min-width: 48.0625em) {
  .c7t-text-block--3col .c7t-content--last-large > div {
    width: 25%;
    padding: 0 2%;
  }
  .c7t-text-block--3col .c7t-content--last-large > div + div {
    width: 25%;
  }
  .c7t-text-block--3col .c7t-content--last-large > div + div + div {
    width: 50%;
  }
}
@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;
  }
}
.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: #fff;
  color: #fff;
}

.commerce7-v2 .c7t-third__content .button {
  background: #fff;
  color: #000;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  border-radius: var(--c7-button-border-radius);
}

.commerce7-v2 .c7t-third__content .button:hover {
  background: #eee;
  text-decoration: none;
}

.commerce7-v2 .c7t-third--content-below .c7t-third__content .button {
  background: var(--c7-primary-button-bg);
  color: var(--c7-primary-button-text-color);
  border-radius: var(--c7-button-border-radius);
  box-shadow: none;
}

.commerce7-v2 .c7t-third--content-below .c7t-third__content .button:hover {
  background: var(--c7-primary-button-bg-hover);
  color: var(--c7-primary-button-text-color);
}

.c7t-third--content-below .c7t-third__item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 30vh;
}

@media only screen and (min-width: 40.0625em) {
  .c7t-third--content-below .c7t-third__item {
    min-height: 34vh;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c7t-third--content-below .c7t-third__item {
    width: 100%;
    min-height: 320px;
  }
}
.c7t-third--content-below .c7t-third__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-third--content-below .c7t-third__item-wrapper {
    margin: 1% 1% 1% 1.5%;
    width: 31.8%;
  }
}
.c7t-third--content-below .c7t-third__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-third--content-below .c7t-third__content p {
  margin: 0 auto 0.75rem;
}

.c7t-third--content-below .c7t-third__content .button:hover {
  outline: 0;
}

.c7t-third--content-below .c7t-third__content .button:focus {
  outline: 0;
}

.c7t-third--content-below .c7t-third__content h1,
.c7t-third--content-below .c7t-third__content h2,
.c7t-third--content-below .c7t-third__content h3,
.c7t-third--content-below .c7t-third__content h4,
.c7t-third--content-below .c7t-third__content h5,
.c7t-third--content-below .c7t-third__content h6,
.c7t-third--content-below .c7t-third__content p {
  text-shadow: none;
  color: #000;
}

.c7t-third--content-below--restricted {
  max-width: 74rem;
  margin: 0 auto 2.5rem;
}

.c7t-third--content-below--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-below--with-space .c7t-third__item-wrapper {
  width: 96%;
  margin: 2%;
}

@media only screen and (min-width: 64.0625em) {
  .c7t-third--content-below--with-space .c7t-third__item-wrapper {
    margin: 1%;
    width: 48%;
  }
}
.mec-calendar .mec-calendar-header h2 {
  font-size: 1rem !important;
  font-family: "Archivo", sans-serif;
  font-weight: 200;
  font-style: normal;
  text-transform: uppercase;
}

.mec-calendar .mec-event-footer {
  display: none;
}

.mec-calendar .mec-calendar-events-side .mec-table-side-title {
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-family: "Archivo", sans-serif;
}

.mec-calendar .mec-calendar-topsec {
  display: table;
  background: transparent;
}

.mec-calendar .mec-calendar-side .mec-next-month, .mec-calendar .mec-calendar-side .mec-previous-month {
  cursor: pointer;
  position: absolute;
  top: 0;
  min-width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: transparent;
  color: #a9a9a9;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #efefef;
  border-top: none;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.015);
  transition: all 0.33s ease;
}

.mec-calendar dt {
  display: table-cell;
  transition: all 0.66s ease;
  color: #a4aab1;
  background: transparent;
  border-radius: 44px;
  font-size: 12px;
  line-height: 80px;
  text-align: center;
}

.mec-wrap .mec-single-title, .single-mec-events .mec-wrap.mec-no-access-error h1 {
  font-family: "Archivo", sans-serif;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 200;
  font-size: 33px;
  font-size: clamp(1.563rem, 0.455rem + 3.69vw, 2.25rem); /*25px - 36px, 480px to 1320px*/
}

.mec-wrap h1 {
  font-size: 50px;
  line-height: 1.16;
  margin-bottom: 12px;
  letter-spacing: -1px;
}

.mec-events-meta-group-booking .mec-booking-shortcode, .mec-single-event .mec-events-meta-group-booking, .mec-single-event .mec-frontbox {
  margin-bottom: 30px;
  padding: 40px;
  background: #F2EDE0;
  border: 1px solid #e6e7e8;
}

.mec-single-event .mec-event-export-module {
  margin-bottom: 70px;
  background: transparent;
}

.mec-wrap :not(.elementor-widget-container) > p {
  margin: 0 0 20px 0;
  color: #616161;
  font-size: 14px;
  line-height: 1.8;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  font-size: clamp(1.063rem, 0.955rem + 0.357vw, 1.25rem); /*20px - 17px, 480px to 1320px*/
}

.mec-calendar .mec-calendar-row dt:hover {
  background: var(--grey);
}

.mec-calendar .mec-next-month:hover, .mec-calendar .mec-prev-month:hover {
  background: var(--grey);
}

.mec-wrap.colorskin-custom .mec-calendar.mec-event-container-simple .mec-selected-day:hover {
  background: var(--grey);
}

.mec-calendar .mec-event-article:hover {
  background-color: var(--grey);
}

.mec-calendar.mec-event-calendar-classic .mec-selected-day, .mec-calendar.mec-event-calendar-classic dt.mec-selected-day:hover {
  background: var(--grey);
}

.mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day:hover, .mec-calendar.mec-calendar-daily .mec-calendar-d-table dl dt:hover {
  background: var(--grey);
}

@media only screen and (min-width: 768px) {
  .mec-timetable-events-list .mec-timetable-event:hover {
    background: var(--grey);
  }
}
.mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month:hover, .mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month:hover {
  background: var(--grey);
}

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

.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;
}

@media only screen and (min-width: 48.0625em) {
  .c7t-video video {
    width: auto;
  }
}
.c7t-video .mute-video,
.c7t-video .play-pause-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;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.36);
}

@media only screen and (min-width: 64.0625em) {
  .c7t-video .mute-video,
  .c7t-video .play-pause-video {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.c7t-video .mute-video svg,
.c7t-video .play-pause-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,
  .c7t-video .play-pause-video svg {
    max-height: 2.5rem;
    max-width: 2.5rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c7t-video .mute-video svg.icon-pause,
  .c7t-video .play-pause-video svg.icon-pause {
    max-height: 1.5rem;
    max-width: 1.75rem;
  }
}
.c7t-video .play-pause-video {
  left: initial;
  right: 2rem;
}

.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,
.c7t-video--no-autoplay .c7t-video__video .play-pause-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,
.c7t-video--playing .c7t-video__video .play-pause-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 .mute-video {
    display: none;
  }
}
.c7t-video .play-video {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  border: 2px solid #fff;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.c7t-video .play-video span {
  box-sizing: border-box;
  height: 45px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #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%;
  max-height: calc(100% - 120px);
  max-width: 1280px;
}

.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-video-modal {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.c7t-video-modal .play-pause-video {
  left: initial;
  right: 2rem;
}

.c7t-video-modal__video {
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.c7t-video-modal__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-modal__video--fullscreen video {
  z-index: 1;
}

@media only screen and (max-width: 48em) {
  .c7t-video-modal__video--mobile-hidden .mute-video {
    display: none;
  }
}
.c7t-video-modal .play-video {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  border: 2px solid #fff;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.c7t-video-modal .play-video span {
  box-sizing: border-box;
  height: 45px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #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-modal .play-video--mobile {
  display: flex;
}

@media only screen and (min-width: 48.0625em) {
  .c7t-video-modal .play-video--mobile {
    display: none;
  }
}
.c7t-video-modal__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__modal-veil--visible {
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
  visibility: visible;
  z-index: 21;
}

.c7t-video-modal__modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-height: calc(100% - 120px);
  max-width: 1280px;
}

.c7t-video-modal__modal__video {
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}

.c7t-video-modal__modal__video iframe,
.c7t-video-modal__modal__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.c7t-video-modal__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%;
}

.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,
.c7t-video .play-pause-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;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.36);
  z-index: -1;
}

@media only screen and (min-width: 64.0625em) {
  .c7t-video .mute-video,
  .c7t-video .play-pause-video {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.c7t-video .mute-video svg,
.c7t-video .play-pause-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,
  .c7t-video .play-pause-video svg {
    max-height: 2.5rem;
    max-width: 2.5rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c7t-video .mute-video svg.icon-pause,
  .c7t-video .play-pause-video svg.icon-pause {
    max-height: 1.5rem;
    max-width: 1.75rem;
  }
}
.c7t-video .play-pause-video {
  left: initial;
  right: 2rem;
}

.c7t-video--no-autoplay .c7t-video__video .mute-video,
.c7t-video--no-autoplay .c7t-video__video .play-pause-video {
  z-index: -1;
}

.c7t-video--yes-autoplay .c7t-video__video .mute-video,
.c7t-video--yes-autoplay .c7t-video__video .play-pause-video,
.c7t-video--yes-autoplay .c7t-video__video video {
  z-index: 1;
}

.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,
.c7t-video--playing .c7t-video__video .play-pause-video {
  z-index: 1;
}

.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--playing .mute-video {
  z-index: 1;
}

.c7t-video .play-video {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  border: 2px solid #fff;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.c7t-video .play-video span {
  box-sizing: border-box;
  height: 45px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #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-modal {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.c7t-video-modal .play-pause-video {
  left: initial;
  right: 2rem;
}

.c7t-video-modal__video {
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.c7t-video-modal__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-modal__video--fullscreen video {
  z-index: 1;
}

@media only screen and (max-width: 48em) {
  .c7t-video-modal__video--mobile-hidden .mute-video {
    display: none;
  }
}
.c7t-video-modal .play-video {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  border: 2px solid #fff;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.c7t-video-modal .play-video span {
  box-sizing: border-box;
  height: 45px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #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-modal .play-video--mobile {
  display: flex;
}

@media only screen and (min-width: 48.0625em) {
  .c7t-video-modal .play-video--mobile {
    display: none;
  }
}
.c7t-video-modal__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__modal-veil--visible {
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
  visibility: visible;
  z-index: 21;
}

.c7t-video-modal__modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-height: calc(100% - 120px);
  max-width: 1280px;
}

.c7t-video-modal__modal__video {
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}

.c7t-video-modal__modal__video iframe,
.c7t-video-modal__modal__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.c7t-video-modal__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%;
}

.c7t-video-vimeo {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.c7t-video-vimeo iframe {
  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;
  border: 0;
}

@media only screen and (min-width: 48.0625em) {
  .c7t-video-vimeo iframe {
    width: auto;
  }
}
.c7t-video-vimeo__video iframe {
  z-index: -1;
}

.c7t-video-vimeo .mute-video-vimeo,
.c7t-video-vimeo .play-pause-video-vimeo {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  background: none;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 3.125rem;
  height: 3.125rem;
  z-index: 2;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.36);
  z-index: -1;
}

@media only screen and (min-width: 64.0625em) {
  .c7t-video-vimeo .mute-video-vimeo,
  .c7t-video-vimeo .play-pause-video-vimeo {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.c7t-video-vimeo .mute-video-vimeo svg,
.c7t-video-vimeo .play-pause-video-vimeo 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-vimeo .mute-video-vimeo svg,
  .c7t-video-vimeo .play-pause-video-vimeo svg {
    max-height: 2.5rem;
    max-width: 2.5rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c7t-video-vimeo .mute-video-vimeo svg.icon-pause,
  .c7t-video-vimeo .play-pause-video-vimeo svg.icon-pause {
    max-height: 1.5rem;
    max-width: 1.75rem;
  }
}
.c7t-video-vimeo .play-pause-video-vimeo {
  left: initial;
  right: 2rem;
}

.c7t-video-vimeo--no-autoplay .c7t-video-vimeo__video .mute-video-vimeo,
.c7t-video-vimeo--no-autoplay .c7t-video-vimeo__video .play-pause-video-vimeo {
  z-index: -1;
}

.c7t-video-vimeo--playing {
  background: none !important;
}

.c7t-video-vimeo--playing .c7t-video-vimeo__video iframe {
  z-index: 1;
}

.c7t-video-vimeo--playing .c7t-video-vimeo__video .play-video-vimeo {
  display: none !important;
}

.c7t-video-vimeo--playing .c7t-video-vimeo__video .mute-video-vimeo,
.c7t-video-vimeo--playing .c7t-video-vimeo__video .play-pause-video-vimeo {
  z-index: 1;
}

.c7t-video-vimeo__video {
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.c7t-video-vimeo__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-vimeo__video--fullscreen video {
  z-index: 1;
}

.c7t-video-vimeo .play-video-vimeo {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  border: 2px solid #fff;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.c7t-video-vimeo .play-video-vimeo span {
  box-sizing: border-box;
  height: 45px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #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-modal-vimeo {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.c7t-video-modal-vimeo .play-pause-video-vimeo {
  left: initial;
  right: 2rem;
}

.c7t-video-modal-vimeo__video {
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.c7t-video-modal-vimeo__video__play-video-vimeo {
  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-modal-vimeo__video--fullscreen video {
  z-index: 1;
}

.c7t-video-modal-vimeo .play-video-vimeo {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  border: 2px solid #fff;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.c7t-video-modal-vimeo .play-video-vimeo span {
  box-sizing: border-box;
  height: 45px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #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-modal-vimeo__modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-height: calc(100% - 120px);
  max-width: 1280px;
}

.c7t-video-modal-vimeo__modal__video {
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}

.c7t-video-modal-vimeo__modal__video iframe,
.c7t-video-modal-vimeo__modal__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.c7t-video-modal-vimeo__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-video-youtube {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.c7t-video-youtube iframe {
  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;
  border: 0;
}

@media only screen and (min-width: 48.0625em) {
  .c7t-video-youtube iframe {
    width: auto;
  }
}
.c7t-video-youtube__video iframe {
  z-index: -1;
}

.c7t-video-youtube .mute-video-youtube,
.c7t-video-youtube .play-pause-video-youtube {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  background: none;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 3.125rem;
  height: 3.125rem;
  z-index: 2;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.36);
  z-index: -1;
}

@media only screen and (min-width: 64.0625em) {
  .c7t-video-youtube .mute-video-youtube,
  .c7t-video-youtube .play-pause-video-youtube {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.c7t-video-youtube .mute-video-youtube svg,
.c7t-video-youtube .play-pause-video-youtube 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-youtube .mute-video-youtube svg,
  .c7t-video-youtube .play-pause-video-youtube svg {
    max-height: 2.5rem;
    max-width: 2.5rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c7t-video-youtube .mute-video-youtube svg.icon-pause,
  .c7t-video-youtube .play-pause-video-youtube svg.icon-pause {
    max-height: 1.5rem;
    max-width: 1.75rem;
  }
}
.c7t-video-youtube .play-pause-video-youtube {
  left: initial;
  right: 2rem;
}

.c7t-video-youtube--no-autoplay .c7t-video-youtube__video .mute-video-youtube,
.c7t-video-youtube--no-autoplay .c7t-video-youtube__video .play-pause-video-youtube {
  z-index: -1;
}

.c7t-video-youtube--playing {
  background: none !important;
}

.c7t-video-youtube--playing .c7t-video-youtube__video iframe {
  z-index: 1;
  pointer-events: initial;
}

.c7t-video-youtube--playing .c7t-video-youtube__video .play-video-youtube,
.c7t-video-youtube--playing .c7t-video-youtube__video .play-video-youtube-modal {
  display: none !important;
}

.c7t-video-youtube--playing .c7t-video-youtube__video .mute-video-youtube,
.c7t-video-youtube--playing .c7t-video-youtube__video .play-pause-video-youtube {
  z-index: 1;
}

.c7t-video-youtube__video {
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.c7t-video-youtube__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-youtube__video--fullscreen video {
  z-index: 1;
}

.c7t-video-youtube .play-video-youtube,
.c7t-video-youtube .play-video-youtube-modal {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  border: 2px solid #fff;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.c7t-video-youtube .play-video-youtube span,
.c7t-video-youtube .play-video-youtube-modal span {
  box-sizing: border-box;
  height: 45px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #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;
}

.modal--video-youtube iframe {
  pointer-events: initial !important;
}

.c7t-video-modal-youtube {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.c7t-video-modal-youtube .play-pause-video-youtube {
  left: initial;
  right: 2rem;
}

.c7t-video-modal-youtube__video {
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.c7t-video-modal-youtube__video__play-video-youtube,
.c7t-video-modal-youtube__video__play-video-youtube-modal {
  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-modal-youtube__video--fullscreen video {
  z-index: 1;
}

.c7t-video-modal-youtube .play-video-youtube,
.c7t-video-modal-youtube .play-video-youtube-modal {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  border: 2px solid #fff;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.c7t-video-modal-youtube .play-video-youtube span,
.c7t-video-modal-youtube .play-video-youtube-modal span {
  box-sizing: border-box;
  height: 45px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #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-modal-youtube__modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-height: calc(100% - 120px);
  max-width: 1280px;
}

.c7t-video-modal-youtube__modal__video {
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}

.c7t-video-modal-youtube__modal__video iframe,
.c7t-video-modal-youtube__modal__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.c7t-video-modal-youtube__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;
}

#cookieFooter {
  background-color: #eee;
  position: fixed;
  border-radius: 0.3rem;
  border: 4px solid var(--c7-primary-button-bg);
  bottom: 0;
  left: 1rem;
  width: calc(100% - 2rem);
  padding: 2rem;
  color: #3f372c;
  z-index: 10;
  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;
}

#cookieFooter.visible {
  opacity: 1;
  bottom: 2rem;
}

#cookieFooter .content-wrapper {
  max-width: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 48em) {
  #cookieFooter .content-wrapper {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
#cookieFooter .text {
  padding: 0 2rem 0 0;
  flex: 1 1 auto;
}

@media only screen and (max-width: 48em) {
  #cookieFooter .text {
    padding: 0;
  }
}
#cookieFooter .text p {
  color: initial;
}

#cookieFooter .text p:last-of-type {
  margin-bottom: 0;
}

#cookieFooter .text p a {
  text-decoration: underline;
  color: initial;
}

#cookieFooter .text p a:hover {
  color: initial;
  text-decoration: underline;
}

#cookieFooter .button {
  flex: 1 0 auto;
}

@media only screen and (max-width: 48em) {
  #cookieFooter .button {
    margin-bottom: 1.5rem;
  }
}
.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;
  }
}
.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%;
    padding-right: 1.25rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .wine-asset-details__image {
    padding-right: 2rem;
  }
}
.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("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 {
  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: rgba(0, 0, 0, 0);
}

.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 rgba(0, 0, 0, 0);
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("./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%;
}

@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  z-index: 5;
}

.slick-prev:not(:focus),
.slick-next:not(:focus) {
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-next:hover {
  border: 0;
  outline: none;
  background: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}

.slick-prev:hover:before,
.slick-next:hover:before {
  opacity: 1;
}

.slick-prev:focus,
.slick-next:focus {
  background: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}

.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  cursor: default;
}

.slick-prev.slick-disabled .slick-prev-icon,
.slick-prev.slick-disabled .slick-next-icon,
.slick-next.slick-disabled .slick-prev-icon,
.slick-next.slick-disabled .slick-next-icon {
  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 .slick-prev-icon,
.slick-prev .slick-next-icon,
.slick-next .slick-prev-icon,
.slick-next .slick-next-icon {
  display: block;
  color: #333;
  opacity: 1;
  font-family: "slick";
  font-size: 24px;
  line-height: 1;
}

.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: "←";
}

.slick-slider.slick-dotted {
  margin-bottom: 60px;
}

.slick-slider.slick-dotted.c7t-slider {
  margin-bottom: 50px;
}

.slick-dots {
  position: absolute;
  bottom: -15px;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}

.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: rgba(0, 0, 0, 0);
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: rgba(0, 0, 0, 0);
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover {
  outline: none;
}

.slick-dots li button:hover: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(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(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;
}

.slick-sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.slick-autoplay-toggle-button {
  position: absolute;
  left: 25px;
  bottom: 1rem;
  z-index: 10;
  padding: 0;
  opacity: 1;
  background: none;
  border: 0;
  cursor: pointer;
  color: #333;
}

.slick-autoplay-toggle-button:hover,
.slick-autoplay-toggle-button:focus {
  opacity: 1;
}

.slick-autoplay-toggle-button:focus {
  color: #000;
}

.slick-autoplay-toggle-button .slick-pause-icon:before {
  content: "";
  display: block;
  background-image: url("images/icon-pause.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
}

.slick-autoplay-toggle-button .slick-play-icon:before {
  content: "";
  display: block;
  background-image: url("images/icon-play.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
}

.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: #fff;
  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 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  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: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #888 rgba(0, 0, 0, 0);
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  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 #000 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: rgba(0, 0, 0, 0);
  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: #fff;
}

.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 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  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: rgba(0, 0, 0, 0);
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #888 rgba(0, 0, 0, 0);
  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: #fff;
  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 rgba(0, 0, 0, 0);
}

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

.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;
}

.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;
}

.modal {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.modal.is-open {
  display: block;
  z-index: 999;
  pointer-events: initial;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.modal__container {
  background-color: rgba(0, 0, 0, 0);
  width: 90%;
  max-height: 90%;
  max-width: 1200px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 1000;
}

body.admin-bar .modal__container {
  top: 2.5%;
}

.modal__close {
  background: rgba(0, 0, 0, 0);
  border: 0;
}

.modal__close:before {
  content: "✕";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal video,
.modal iframe {
  background-size: cover;
  pointer-events: none;
  transition: opacity 200ms ease-out;
  max-width: none;
  opacity: 1;
  position: relative;
  border: 0;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

.modal .mute-video,
.modal .play-pause-video,
.modal .mute-video-vimeo,
.modal .play-pause-video-vimeo,
.modal .mute-video-youtube,
.modal .play-pause-video-youtube {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  background: none;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 3.125rem;
  height: 3.125rem;
  z-index: 2;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.56);
}

@media only screen and (min-width: 64.0625em) {
  .modal .mute-video,
  .modal .play-pause-video,
  .modal .mute-video-vimeo,
  .modal .play-pause-video-vimeo,
  .modal .mute-video-youtube,
  .modal .play-pause-video-youtube {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.modal .mute-video svg,
.modal .play-pause-video svg,
.modal .mute-video-vimeo svg,
.modal .play-pause-video-vimeo svg,
.modal .mute-video-youtube svg,
.modal .play-pause-video-youtube 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) {
  .modal .mute-video svg,
  .modal .play-pause-video svg,
  .modal .mute-video-vimeo svg,
  .modal .play-pause-video-vimeo svg,
  .modal .mute-video-youtube svg,
  .modal .play-pause-video-youtube svg {
    max-height: 2.5rem;
    max-width: 2.5rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .modal .mute-video svg.icon-pause,
  .modal .play-pause-video svg.icon-pause,
  .modal .mute-video-vimeo svg.icon-pause,
  .modal .play-pause-video-vimeo svg.icon-pause,
  .modal .mute-video-youtube svg.icon-pause,
  .modal .play-pause-video-youtube svg.icon-pause {
    max-height: 1.5rem;
    max-width: 1.75rem;
  }
}
.modal .play-pause-video,
.modal .play-pause-video-vimeo,
.modal .play-pause-video-youtube {
  left: initial;
  right: 2rem;
}

.modal a {
  position: absolute;
  top: 2px;
  right: 2px;
  color: #fff;
  z-index: 1001;
  font-size: 4rem;
  line-height: 70px;
  padding: 1rem;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.56);
  border-radius: 50%;
  width: 65px;
  height: 65px;
  border: 2px solid rgba(0, 0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

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