@font-face {
  font-family: 'Newsreader';
  font-weight: 200 300;
  src:
    url('/assets/font/Newsreader-VariableFont_opsz,wght.woff2')
      format('woff2 supports variations'),
    url('/assets/font/Newsreader-VariableFont_opsz,wght.woff2')
      format('woff2-variations');
}
@font-face {
  font-family: 'proxima-nova';
  src: url('/assets/font/ProximaNova Light.woff2');
  font-weight: 300;
}
@font-face {
  font-family: 'proxima-nova';
  src: url('/assets/font/ProximaNova Regular.woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'proxima-nova';
  src: url('/assets/font/ProximaNova Medium.woff2');
  font-weight: 500;
}
@font-face {
  font-family: 'proxima-nova';
  src: url('/assets/font/ProximaNova SemiBold.woff2');
  font-weight: 600;
}
html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
body {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #4a4844;
  width: 100%;
  max-width: 100%;
}
p {
  font-size: 18px;
}
p strong {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
  font-style: normal;
}
p strong em {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
  font-style: italic;
}
h2 {
  font-size: 42px;
  font-family: 'Newsreader', serif;
  color: rgb(171, 120, 66);
  font-weight: 200;
}
h3 {
  font-family: 'Newsreader', serif;
  font-weight: 200;
}
a {
  color: #876000;
}
a:hover {
  text-underline-offset: 3px;
  color: #876000;
}
.magenta {
  font-family: 'Newsreader', serif;
}
.gotham-book {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
}
.gotham-bold {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.ease {
  transition: ease 0.2s;
}
.block {
  display: block;
}
.uppercase {
  text-transform: uppercase;
}
.text-sm {
  font-size: 14px;
}
.text-md {
  font-size: 18px;
}
.text-md1 {
  font-size: 28px;
}
.text-md2 {
  font-size: 24px;
}
.text-lg {
  font-size: 35px;
}
.font-bold {
  font-weight: bold;
}
.font20px {
  font-size: 20px;
}
.italic {
  font-style: italic;
}
.bold {
  font-weight: 600;
}
.flex {
  display: flex;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.wrap {
  flex-wrap: wrap;
}
.justify-between {
  justify-content: space-around;
}
.no-wrap {
  flex-wrap: nowrap;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.underline {
  text-decoration: underline;
}
.white {
  color: white;
}
.white-hover:hover {
  color: white;
}
.bg-white {
  background: white;
}
.black {
  color: black !important;
}
.bg-tan {
  background: #e9e3dc;
}
.break-here {
  display: none;
}
.flex-region {
  width: 25%;
  flex: 1 0 25%;
  background: #e9e3dc;
  font-family: 'Newsreader', serif;
  font-style: italic;
  font-size: 26px;
  line-height: 0.6;
}
.flex-region span {
  margin-top: 5px;
  display: block;
}
.decoration-none,
.decoration-none:hover {
  text-decoration: none !important;
}
input[name='Quantity'] {
  display: block !important;
  margin-bottom: 10px;
  padding: 0 0 0 10px !important;
  width: 50px !important;
  font-size: 16px !important;
  color: #92724f !important;
  border: 2px solid #92724f !important;
  background: transparent !important;
}
.owl-carousel .v65-widgetProduct-addToCart-quantity,
.all-products .v65-widgetProduct-addToCart-quantity {
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 110px;
}
.owl-carousel input[name='Quantity'],
.owl-add input[name='Quantity'],
.all-products input[name='Quantity'] {
  display: block !important;
  text-align: left;
  height: 50px;
  -moz-appearance: textfield;
}
.owl-carousel .v65-widgetProduct-addToCart-button,
.all-products .v65-widgetProduct-addToCart-button {
  display: inline-block;
}
.owl-carousel input[name='Quantity'],
.owl-add input[name='Quantity'],
.all-products input[name='Quantity'] {
  border-radius: 0;
  box-shadow: none;
  margin-left: auto;
  margin-right: auto;
}
fieldset legend {
  display: none !important;
}
.terms img,
.col-md-3 img {
  width: 100%;
  max-width: 100%;
}
.link-out-angle {
  position: absolute;
  right: 0;
  top: 0;
  background: #a43728;
  padding: 5px 10px 3px 13px;
  font-weight: bold;
  color: white;
}
.o-4 {
  opacity: 0.4;
}
.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}
.v65-widgetModalCart-dropdown {
  position: absolute;
  padding: 10px;
  right: 0;
  z-index: 1;
  width: 300px;
  background: #e9e3dc;
  top: 37px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.cart-dropdown .v65-widgetModalCart-closeButton,
.cart-dropdown .v65-widgetModalCart-itemMessage,
.cart-dropdown .v65-widgetModalCart-itemSummaryHeader.group,
.cart-dropdown .v65-widgetModalCart-itemSummaryPrice {
  display: none !important;
}
.cart-dropdown .v65-widgetModalCart-status {
  position: relative;
}
.cart-dropdown .v65-widgetModalCart-status a {
  line-height: 0;
  font-size: 0;
}
.cart-dropdown .v65-widgetModalCart-status a:before {
  content: url('/images/cart-icon-white-2.png');
}
.v65-widgetModalCart-itemCount {
  position: absolute;
  right: -15px;
  top: -15px;
  text-align: center;
  font-size: 12px;
  color: white;
  padding: 6px 3px;
  height: 20px;
  width: 20px;
  border-radius: 25px;
  background: #7f7669;
}
.cart-dropdown .v65-widgetModalCart-itemSummary {
  padding-top: 15px;
}
.cart-dropdown .v65-widgetModalCart-items.group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cart-dropdown .v65-widgetModalCart-itemSummaryQuantity {
  width: 8%;
}
.cart-dropdown .v65-widgetModalCart-itemSummarySubTotal.group {
  padding-top: 10px;
  border-top: 1px solid #c1b7ab;
  margin-top: 10px;
}
.cart-dropdown .v65-widgetModalCart-BottomButtons {
  display: flex;
  margin-top: 6px;
}
.cart-dropdown .v65-widgetModalCart-viewCartButton,
.cart-dropdown .v65-widgetModalCart-checkOutButton {
  width: 50%;
  margin: 0 2px;
}
.cart-dropdown .v65-widgetModalCart-itemSummaryTotal {
  width: 100%;
  padding-left: 20px;
}
.cart-dropdown .v65-widgetModalCart-itemSummaryDescription {
  width: 74%;
}
.cart-dropdown .v65-widgetModalCart-itemSummaryItem {
  width: 14%;
}
.cart-dropdown .v65-widgetModalCart-viewCartButton a,
.cart-dropdown .v65-widgetModalCart-checkOutButton a {
  background: transparent !important;
  border: 2px solid #92724f;
  border-radius: 0;
  font-family: 'proxima-nova', sans-serif !important;
  color: #92724f !important;
  transition: linear 0.2s;
  padding: 7px 15px 7px;
  line-height: 1;
  display: block;
  width: 100%;
  max-width: 100%;
  text-transform: uppercase;
  margin: 0 2px;
  text-align: center;
  text-decoration: none !important;
  outline: none !important;
}
.cart-dropdown .v65-widgetModalCart-viewCartButton a:hover,
.cart-dropdown .v65-widgetModalCart-checkOutButton a:hover {
  background: #92724f !important;
  transition: linear 0.2s;
  color: white !important;
}
.overlay-heading {
  position: absolute;
  width: 100%;
  padding: 0 15px;
  top: 50%;
  transform: translateY(-50%);
}
.owl-add {
  text-align: center;
}
.owl-add .v65-widgetProduct-addToCart-unitDescription,
.owl-add .v65-widgetProduct-addToCart-productSKU,
.v65-widgetProduct-addToCart-unitDescription,
div[v65remotejs='addToCartForm'] .v65-widgetProduct-addToCart-productSKU {
  display: none;
}
.cart-li:hover .cart-dropdown {
  display: flex;
}
div[class='v65-widgetProduct-addToCart-price'] {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 19px;
  color: #4a4844 !important;
}
div[class*='widgetProduct-addToCart-productSKU'] {
  margin-bottom: 15px;
}

.product-details div[class='v65-widgetProduct-addToCart-price'] {
  font-size: 31px;
  margin-top: 4px;
}

.product-details .v65-widgetProduct-addToCart-quantity {
  float: left;
  margin-right: 10px;
  display: flex;
}

.product-details .v65-widgetProduct-addToCart-priceWrapper {
  float: left;
  margin-right: 10px;
}

.product-details .v65-widgetProduct-addToCart-button {
  float: left;
}

.product-details .v65-widgetProduct-addToCart-quantity input {
  height: 50px !important;
}

.standard-form form input[type='text'],
.standard-form form input[type='number'],
.standard-form form input[type='email'],
.standard-form form input[type='password'],
.standard-form form select,
.standard-form form textarea {
  border: 1px solid #c2c3c4;
}

.standard-form form textarea {
  padding-top: 12px;
}

.search-bar {
  display: none;
  z-index: 1;
  position: relative;
  padding: 10px 0;
  background: #e9e3dd;
}
.search-bar form input[type='text'] {
  border: 1px solid #c2c3c4;
  outline: none;
}
.primary-button,
.defaultBtn.add-to-cart,
.defaultBtn {
  display: flex;
  width: 375px;
  padding: 8px 12px;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  background: #e0af66;
  color: #292325;
  /* sans/type-sans-1640 */
  font-family: 'Proxima Nova';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  letter-spacing: 0.16px;
  width: 350px;
  max-width: 100%;
  text-decoration: none !important;
  transition: linear 0.2s;
  border: 0;
  outline: none !important;
}
.primary-button:hover,
.defaultBtn.add-to-cart:hover,
.primary-button:hover i,
.defaultBtn:hover {
  background: #b88438;
  color: white;
}
#v65-loginForm .defaultBtn {
  margin: 20px 0 10px;
}
#v65-forgotPasswordForm .defaultBtn {
  margin: 20px 0 0;
}
.primary-button i.white,
.defaultBtn.add-to-cart i.white {
  color: white;
}
.primary-button.small-button {
  width: 200px;
}
.primary-button i {
  color: #fff;
}
.show-hover-arrow {
  opacity: 0;
  transition: ease 0.6s;
}
.primary-button:hover .show-hover-arrow {
  opacity: 1;
  transition: ease 0.6s;
}
.cat-over-img {
  position: absolute;
  background: #a43728;
  padding: 3px 9px;
  color: white;
  top: 19px;
  font-weight: bold;
  left: 19px;
}
.search-form input {
  border: 2px solid #ddd !important;
  height: 44px !important;
  border-right: 0 !important;
}
.search-form button {
  width: 56px;
  padding: 12px 15px;
}
.search-form button i {
  color: #a43728;
}
.search-form button:hover i {
  color: #fff;
}
.defaultBtn.add-to-cart {
  width: 200px;
}
.fade-tan-bg {
  background: #e9e3dc;
  background: linear-gradient(180deg, #e9e3dc 0%, #ffffff 100%);
}
.grad-tan-left {
  background: #e9e3dc;
  background: linear-gradient(90deg, #e9e3dc 0%, #ffffff 100%);
}
.white-button {
  background: transparent !important;
  border: 2px solid #fff;
  transition: linear 0.2s;
}
.white-button:hover {
  background: #fff !important;
  transition: linear 0.2s;
  color: #92724f;
}
.white-button:hover i {
  color: #92724f;
}
.images-carousel-center .owl-item.center {
  transform: scale(1.4, 1.4);
  transition: ease 0.5s;
  z-index: 100;
}
.multicolumns .owl-carousel .owl-item.center {
  transform: none;
  transition: ease 0.5s;
  z-index: 100;
}
.multicolumns .owl-item {
  opacity: 0;
  transition: ease 0.6s;
}
.multicolumns .owl-item.active.center {
  opacity: 1;
  transition: ease 0.6s;
}
.multicolumns .col-md-6:last-child {
  overflow-y: visible;
  overflow-x: hidden;
}
.multicolumns .owl-carousel {
  overflow-y: visible;
}
.multicolumns .owl-carousel,
.multicolumns .owl-stage-outer {
  overflow: visible;
}
.multicolumns .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.images-carousel-center .full-images .owl-item.center {
  transform: initial;
}
.images-carousel-center .owl-item {
  transition: ease 0.5s;
}
.images-carousel-center .owl-stage-outer {
  overflow: visible;
}
form input[type='text']::placeholder,
form input[type='email']::placeholder,
form input[type='number']::placeholder {
  color: #b3b2b1;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 3;
}
form input[type='text'],
form input[type='tel'],
form input[type='password'],
form input[type='email'],
form input[type='number'],
form select,
form textarea {
  height: 38px;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  background: #ffffff;
  padding: 3px 10px 0;
  width: 100%;
  display: block;
  line-height: 1;
  border: 1px solid #8b867f;
  margin-bottom: 20px;
}
.select:after {
  content: '\f107';
  font-family: 'Font Awesome 5 Pro';
  color: #b3b2b1;
  position: absolute;
  right: 25px;
  top: 9px;
  font-size: 16px;
}
.center-block {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
}
.center-block2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.center-block2.p-last-margin-none p:last-child {
  margin-bottom: 0 !important;
}
.top-alert {
  position: sticky;
  top: 0;
  z-index: 99999;
}
.top-alert span {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
}
.top-alert span strong {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.px25 {
  height: 25px;
}
.px20 {
  height: 20px;
}
.navigation {
  left: -300px;
  width: initial;
  z-index: 1;
  height: initial;
  top: 80px;
  transition: ease 0.8s;
}
.products-carousel,
.soil-carousel-4 {
  padding-left: 50px;
  padding-right: 50px;
}
.navigation.show {
  width: initial;
  left: 0;
  height: 100%;
  z-index: 99999999;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.navigation.show::-webkit-scrollbar {
  display: none;
}
.nav-closer {
  display: none;
}
.nav-closer.show {
  width: 100%;
  background: transparent;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  z-index: 999990;
}
.navigation.remove-offset {
  top: 0 !important;
}
.navigation.z-indexer {
  z-index: 999999;
}
.navigation .menu-opener {
  transition: ease 0.8s;
  position: absolute;
  left: 325px;
  z-index: 10;
  top: 25px;
  text-align: center !important;
  width: 72px !important;
  background: #e9e3dc;
  padding: 8px 5px 4px;
  border-radius: 3px;
}
.navigation.show .menu-opener {
  left: 25px;
  transition: ease 0.8s;
}
.navigation .menu-opener .menu-label {
  margin-top: -4px;
}
.navigation .menu {
  padding-top: 15px;
  height: 100%;
  opacity: 0;
  position: relative;
  left: -100%;
  transition: ease 0.8s;
  list-style: none;
}
.navigation .menu li {
  list-style: none;
  position: relative;
}
.navigation .menu.showing {
  opacity: 1;
  left: 0;
  transition: ease 0.8s;
  height: 200%;
}
/*
.navigation .submenu:before {
    content: "\f0d7";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: -20px;
    top: 5px;
    color: white;
    font-size: 24px;
    opacity: 1;
}
*/
.navigation .submenu {
  display: none;
}
.navigation .submenu li {
  transition: ease 1s;
  margin: 0 !important;
  font-family: 'proxima-nova', sans-serif !important;
}
.navigation .submenu li a.text-md1 {
  font-size: 18px;
}
.navigation .submenu li a {
  font-family: 'proxima-nova', sans-serif !important;
  position: relative;
}
.navigation .submenu li a:before {
  content: '- ';
}
/* .navigation li:hover .submenu li {opacity:1;height:auto;overflow:visible;transition: ease 1s;margin-bottom:0 !important;} */
.navigation .white-logo {
  width: 250px;
}
.navigation .menu li {
  margin-bottom: 15px;
}
.navigation .menu li a:hover {
  color: white;
}
.navigation .opened {
  color: white;
}
.top-nav .cart-li {
  background: #5d5a56;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 5px 6px 4px 4px !important;
  position: relative;
  height: 37px;
  top: 0px;
}
/*
.top-nav .cart-li:before {
    content: '0';
    position: absolute;
    right: -7px;
    top: -5px;
    text-align: center;
    font-size: 12px;
    color: white;
    padding: 2px 3px;
    height: 20px;
    width: 20px;
    border-radius: 25px;
    background: #7f7669;
}
*/
.top-nav .cart-li a {
  display: block;
}
.pt-10px {
  padding-top: 10px !important;
}
.toggle-nav {
  color: #7f7669;
  text-decoration: none !important;
  transition: linear 0.2s;
}
.toggle-nav:hover,
.toggle-nav:active,
.toggle-nav:focus {
  color: #231f20;
  transition: linear 0.2s;
}
.toggle-nav .fas {
  font-size: 52px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.toggle-nav div {
  font-size: 16px;
}
.banner-logo {
  z-index: 90;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
  max-width: 225px;
  max-height: 150px;
}
.banner-heading {
  color: white;
  font-style: italic;
  width: 80%;
  left: 50%;
  font-weight: 200;
  transform: translateX(-50%);
  top: 50%;
  font-size: 50px;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 1);
}
.banner-heading-shadow {
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 1);
}
.banner-heading.top-heading {
  bottom: initial;
  top: 28%;
}
.video-revealer img {
  position: absolute;
  z-index: 10;
}
.owl-carousel .owl-item img {
  display: block;
  width: auto;
  margin: 0 auto;
  height: 250px;
}
.owl-carousel .owl-stage-outer {
  z-index: 100;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-nav {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  margin: 0;
  height: 0;
  z-index: 100;
  transform: translateY(-50%);
}
.owl-carousel .owl-nav.disabled .owl-prev,
.owl-carousel .owl-nav .owl-prev {
  float: left !important;
  font-size: 52px !important;
  color: #9a8868;
  outline: none !important;
  background: transparent !important;
  position: relative;
  left: 0;
  top: -31px;
}
.owl-carousel .owl-nav.disabled .owl-next,
.owl-carousel .owl-nav .owl-next {
  float: right !important;
  font-size: 52px !important;
  color: #9a8868;
  outline: none !important;
  background: transparent !important;
  position: relative;
  right: 0;
  top: -31px;
}
.owl-carousel .owl-nav.disabled .owl-prev:hover,
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav.disabled .owl-next:hover,
.owl-carousel .owl-nav .owl-next:hover {
  color: #817053;
}
.blog-carousel .owl-carousel .owl-prev,
.blog-carousel .owl-carousel .owl-next {
  color: white !important;
}
.blog-carousel .owl-carousel .item {
  position: relative;
}
.blog-carousel .owl-carousel .item .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.5942752100840336) 100%
  );
}
.blog-carousel .owl-carousel h2 {
  font-family: 'proxima-nova', sans-serif;
  font-style: normal;
}
.map-carousel .owl-item {
  position: relative;
}
.map-carousel .owl-item .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: ease 0.6s;
}
.map-carousel .owl-item:hover .overlay {
  opacity: 1;
  transition: ease 0.6s;
}
.owl-carousel .owl-dots {
  display: none !important;
}
.blog-carousel .owl-carousel .owl-nav.disabled,
.blog-carousel .owl-carousel .owl-nav {
  display: block !important;
  position: absolute !important;
  width: 100% !important;
  left: 0 !important;
  top: 31px !important;
  z-index: 101 !important;
  transform: translateY(-50%) !important;
}
.blog-carousel .owl-carousel .owl-nav button.owl-next,
.blog-carousel .owl-carousel .owl-nav button.owl-prev,
.blog-carousel .owl-carousel button.owl-dot {
  background: #a33728 !important;
  padding: 0 6px 0 !important;
  border-radius: 0 !important;
  margin: 0 !important;
  height: 70px;
}
.carousel .owl-carousel .owl-prev {
  left: -50px;
  position: relative;
}
.promo.alternate p {
  margin-bottom: 0;
}
.carousel .owl-carousel .owl-next {
  right: -50px;
  position: relative;
}
.column-carousel .owl-nav {
  z-index: 100;
}
.column-carousel .owl-nav .owl-prev {
  left: 0;
  color: white !important;
}
.column-carousel .owl-nav .owl-next {
  right: 0;
  color: white !important;
}
.images-carousel-center .owl-carousel .owl-prev {
  left: 0;
  color: white !important;
}
.images-carousel-center .owl-carousel .owl-next {
  right: 0;
  color: white !important;
}
.images-carousel-center .owl-carousel .owl-nav.disabled,
.images-carousel-center .owl-carousel .owl-nav {
  z-index: 100;
}
.promo-buttons h3,
.promo-buttons .promo .promo-a {
  position: relative;
  top: 50%;
  width: 100%;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
}
.promo-buttons .promo .promo-a .primary-button {
  width: 250px;
}
.promo-buttons .overlay-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
  transition: ease 0.3s;
}
.promo-buttons .overlay-2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: ease 0.3s;
}
.promo-buttons .promo:hover .overlay-1 {
  opacity: 0;
  transition: ease 0.3s;
}
.promo-buttons .promo:hover .overlay-2 {
  opacity: 1;
  transition: ease 0.3s;
}
.social-media .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: linear 0.2s;
  text-align: center;
  opacity: 0;
}
.social-media .col-sm-6 .relative:hover .overlay {
  transition: linear 0.2s;
  opacity: 1;
}
.vert-center {
  position: absolute;
  left: 50%;
  width: 100%;
  padding: 0 10px;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}
.vert-center a {
  color: white;
}
.social-bullet-text ul {
  padding-left: 21px;
}
.social-bullet-text li {
  margin-bottom: 15px;
  font-weight: 400;
  color: #4a4844;
  font-size: 17px;
  margin-top: 15px;
}
ul.social-buttons {
  padding-left: 0;
}
.social-buttons li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 15px;
}
.footer .social-buttons li {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 15px;
}
.social-buttons li a {
  background: #896947;
  border-radius: 50%;
  color: white;
  text-align: center;
  font-size: 22px;
  line-height: 2;
  padding-top: 2px;
  width: 45px;
  height: 45px;
  display: block;
  transition: linear 0.2s;
}
.social-buttons li a:hover {
  transition: linear 0.2s;
  background: #6f5233;
}
.footer-menu {
  display: flex;
  justify-content: center;
  padding: 25px 0;
  margin: 0;
  flex-wrap: wrap;
}
.footer-menu li {
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  text-align: center;
}
.footer-menu li a {
  color: #4a4844;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  display: block;
}
.footer-menu li:after {
  content: '|';
  position: absolute;
  right: 0;
  top: 10px;
  color: #4a4844;
}
.footer-menu li:last-child:after {
  content: '';
}
.footer-logo {
  display: block;
  margin: 0 auto 25px;
}
.footer-logo img {
  width: 200px;
}
.footer-logos {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
.footer-logos li {
  padding: 25px;
}
.footer-logos a {
  max-width: 100%;
  width: 100%;
  display: block;
}
.footer-logos a img {
  max-width: 100%;
  width: 145px;
  display: block;
}
.footer p a {
  font-family: 'proxima-nova';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 116.667% */
  color: white;
}
.footer p {
  margin: 0;
  font-family: 'proxima-nova';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 116.667% */
}
.footer-cta .cta {
  background: rgba(233, 227, 220, 0.8);
  width: 100%;
  padding: 0 15px;
}
.footer .social-buttons {
  margin-top: 15px;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.footer ul,
.footer ul li {
  list-style: none;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.modal-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.modal-close {
  position: absolute;
  right: -10px;
  top: 1px;
  color: white;
  text-decoration: none !important;
  opacity: 0.7;
}
.modal-close:hover {
  opacity: 1;
  color: white;
}
.age-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  text-align: center;
}
.store-links {
  list-style: none;
  padding: 0;
  text-align: center;
  justify-content: center;
  display: flex;
}
.store-links a {
  padding: 10px;
  color: #92724f;
}
.product-details-list {
  padding: 0;
  list-style: none;
  display: flex;
}
.product-details-list li {
  list-style: none;
  padding-right: 25px;
}
.product-details-list li img {
  height: 65px;
  margin-right: 10px;
}
.tasting-notes,
.vineyard-description,
.wine-specs {
  color: #898583;
  text-decoration: none !important;
  font-weight: bold;
  line-height: 1;
  display: block;
  cursor: pointer;
  position: relative;
}
.tasting-notes div,
.vineyard-description div,
.wine-specs div {
  vertical-align: bottom;
}
.tasting-notes:hover,
.vineyard-description:hover,
.wine-specs:hover,
.tasting-notes.active,
.vineyard-description.active,
.wine-specs.active {
  color: #746e6b;
}
.tasting-notes:hover:after,
.vineyard-description:hover:after,
.wine-specs:hover:after,
.tasting-notes.active:after,
.vineyard-description.active:after,
.wine-specs.active:after {
  content: ' ';
  position: absolute;
  bottom: -7px;
  width: 100%;
  border-bottom: 2px solid #746e6b;
  right: 0;
}
.ribbon {
  font-size: 16px !important;
  /* This ribbon is based on a 16px font side and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */
  width: 50%;
  position: relative;
  background: #92724e;
  color: #fff;
  text-align: center;
  padding: 8px 15px; /* Adjust to suit */
  margin: 0 auto;
  margin-bottom: 10px;
  /* Based on 24px vertical rhythm. 48px bottom margin - normally 24 but the ribbon 'graphics' take up 24px themselves so we double it. */
}
.ribbon:before,
.ribbon:after {
  content: '';
  position: absolute;
  display: block;
  bottom: -1em;
  border: 1.5em solid #846545;
  z-index: -1;
}
.ribbon:before {
  left: -2em;
  border-right-width: 1.5em;
  border-left-color: transparent;
}
.ribbon:after {
  right: -2em;
  border-left-width: 1.5em;
  border-right-color: transparent;
}
.ribbon .ribbon-content:before,
.ribbon .ribbon-content:after {
  content: '';
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #705434 transparent transparent transparent;
  bottom: -1em;
}
.ribbon .ribbon-content:before {
  left: 0;
  border-width: 1em 0 0 1em;
}
.ribbon .ribbon-content:after {
  right: 0;
  border-width: 1em 1em 0 0;
}
.review-form input[type='text'],
.review-form input[type='email'],
.review-form textarea {
  border: 1px solid #898583;
  outline: none !important;
  border-radius: 0;
}
.review-form .form-check {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  width: 18%;
}
.review-form .hidden {
  display: none !important;
}
.star-cb-group {
  /* remove inline-block whitespace */
  font-size: 0;
  /* flip the order so we can use the + and ~ combinators */
  unicode-bidi: bidi-override;
  direction: rtl;
  /* the hidden clearer */
}
.star-cb-group * {
  font-size: 1rem;
}
.star-cb-group > input {
  display: none;
}
.star-cb-group > input + label {
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 40px;
  margin: 0;
  height: 29px;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
}
.star-cb-group > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  color: #4a4844;
  content: '\f005';
  font-weight: 400;
  font-family: 'Font Awesome 5 Pro';
  font-size: 24px;
  top: 0;
  position: absolute;
  left: 0;
}
.star-cb-group > input:checked ~ label:before,
.star-cb-group > input + label:hover ~ label:before,
.star-cb-group > input + label:hover:before {
  color: #4a4844;
  content: '\f005';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 24px;
  text-shadow: 0 0 1px #333;
}
.star-cb-group > .star-cb-clear + label {
  text-indent: -9999px;
  width: 0.5em;
  margin-left: -0.5em;
}
.star-cb-group > .star-cb-clear + label:before {
  width: 0.5em;
}
.star-cb-group:hover > input + label:before {
  color: #4a4844;
  content: '\f005';
  font-family: 'Font Awesome 5 Pro';
  font-size: 24px;
  font-weight: 400;
  text-shadow: none;
}
.star-cb-group:hover > input + label:hover ~ label:before,
.star-cb-group:hover > input + label:hover:before {
  color: #4a4844;
  content: '\f005';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 24px;
  text-shadow: 0 0 1px #333;
}
.pairings-list {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}
.pairings-list li {
  color: #4a4844;
}
.article-short p {
  display: inline;
}
.card-body {
  padding-top: 0 !important;
}
.accordion > .card > .card-header {
  padding-left: 9px;
  background: white;
  border: 0 !important;
}
.accordion > .card {
  border-radius: 0;
  border-left: 0 !important;
  border-right: 0 !important;
}
.accordion button {
  width: 100%;
  text-align: left;
  outline: none !important;
  box-shadow: none !important;
}
.accordion button:after {
  content: '\f0d7';
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  right: 15px;
  top: 21px;
  font-size: 24px;
}
.accordion button[aria-expanded='true']:after {
  content: '\f0d8';
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  right: 15px;
  top: 21px;
  font-size: 24px;
}
.faqs button {
  outline: none !important;
}
table a,
table a:hover {
  color: #212529;
}
table .primary-button {
  width: 150px !important;
}
.products-carousel .owl-nav {
  z-index: 106 !important;
}
.increase-quantity-button {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 300;
  font-style: normal;
  text-decoration: none !important;
  line-height: 1;
  outline: none;
  text-align: center;
  height: 50px !important;
  display: block !important;
  margin-bottom: 10px;
  padding: 6px 0 !important;
  width: 30px !important;
  font-size: 33px !important;
  color: #92724f !important;
  border: 2px solid #92724f !important;
  background: transparent !important;
  border-left: 0 !important;
  position: absolute;
  right: 0px;
}
.decrease-quantity-button {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  outline: none;
  text-align: center;
  height: 50px !important;
  display: block !important;
  margin-bottom: 10px;
  text-decoration: none !important;
  padding: 0 !important;
  width: 30px !important;
  font-size: 39px !important;
  color: #92724f !important;
  border: 2px solid #92724f !important;
  background: transparent !important;
  border-right: 0 !important;
  position: absolute;
  left: 0px;
}
.product-details .increase-quantity-button,
.product-details .decrease-quantity-button {
  position: relative;
}
@media screen and (max-width: 1199px) {
  .banner-heading.top-heading {
    top: 35%;
  }
}
blockquote {
  color: rgb(171, 120, 66);
  font-size: 1.75rem;
  font-style: italic;
  font-family: 'Newsreader', serif !important;
  text-align: center;
  display: block;
  position: relative;
}
blockquote:before {
  color: rgb(171, 120, 66);
  font-size: 1.75rem;
  font-style: italic;
  font-family: 'Newsreader', serif !important;
  content: open-quote;
}
blockquote:after {
  color: rgb(171, 120, 66);
  font-size: 1.75rem;
  font-style: italic;
  font-family: 'Newsreader', serif !important;
  content: close-quote;
}
.show-mobile {
  display: none;
}
.center-it-completely {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

.footer-cta form.v65-widgetForm div:last-child {
  width: 100%;
}
.footer-cta form.v65-widgetForm div:nth-child(9) {
  width: 100%;
}
.footer-cta form.v65-widgetForm div {
  float: left;
  width: 19%;
  margin-right: 0.5%;
  margin-left: 0.5%;
}
.v65-widgetModalCart {
  width: 100%;
}
#filter-varietals .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.blog-category-links li a {
  height: 62px !important;
}
@media (max-width: 1380px) {
  .carousel .owl-carousel .owl-next {
    right: 0;
  }
  .carousel .owl-carousel .owl-prev {
    left: 0;
  }
}
@media (max-width: 991px) {
  .promo-buttons h3 {
    font-size: 28px;
  }
  .promo-buttons .promo .promo-a .primary-button {
    width: 208px;
  }
  .full-width-columns .main-text img {
    max-height: 150px;
    width: auto;
    max-width: 100%;
  }
}
.special-overlay {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 50px;
}
@media screen and (max-width: 768px) {
  .special-overlay {
    position: relative;
    bottom: 0;
    margin-top: 15px;
  }
  .special-overlay h3,
  .special-overlay p,
  .special-overlay a {
    color: black !important;
    text-shadow: none !important;
  }
  .special-overlay p {
    margin-bottom: 0 !important;
  }
  #filter-varietals .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .blog-category-links {
    flex-wrap: wrap;
  }
  .blog-category-links li {
    width: 48%;
    margin-bottom: 10px;
  }
  #filter-varietals .row div {
    width: 45%;
  }
  /*
	.top-nav.push-out {
		top: 52px;
	}
*/
  .top-nav .cart-li,
  .top-nav .cart-li .cart-dropdown,
  .top-nav .cart-li .cart-dropdown .v65-widgetModalCart,
  .top-nav
    .cart-li
    .cart-dropdown
    .v65-widgetModalCart
    div[v65remotejs='modalCart'] {
    position: inherit;
  }
  .v65-widgetModalCart-dropdown {
    top: initial;
    margin-top: 5px;
    width: 100%;
  }
  .club-table a.primary-button {
    padding: 15px 3px;
  }
  body.stuck {
    position: fixed;
    overflow: hidden;
  }
  .flex-region {
    width: 100%;
    flex: 1 0 100%;
  }
  .mobile-order-1 {
    order: 1;
  }
  .mobile-order-2 {
    order: 2;
  }
  .mobile-order-3 {
    order: 3;
  }
  .mobile-order-4 {
    order: 4;
  }
  .pt-sm-2 {
    padding-top: 15px;
  }
  .button-override-mobile {
    padding: 10px 0;
  }
  .button-override-mobile a {
    width: 100% !important;
  }
  .no-flex-mobile {
    display: block !important;
  }
  .show-mobile {
    display: block;
  }
  .toggle-nav .fas {
    font-size: 35px;
  }
  .toggle-nav div {
    font-size: 11px;
  }
  .blog-carousel h2 {
    font-size: 24px;
  }
  .video-revealer img,
  .hidden-mobile {
    display: none !important;
  }
  .navigation {
    left: 0px;
    height: 120px;
    width: 80px;
    top: 70px;
    z-index: 99999999 !important;
  }
  .buttonify {
    display: block !important;
    flex: 100%;
    order: 3;
  }
  .buttonify > div {
    display: block !important;
    background: #e9e3dc;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 5px 6px 4px 4px !important;
    position: relative;
    height: 37px;
    top: 0px;
    float: right;
    margin-right: 10px;
    width: 42px;
    border-radius: 5px;
  }
  .navigation.show {
    width: 100%;
    text-align: center;
    z-index: 99999999 !important;
  }
  .all-products .store-links {
    flex-wrap: wrap;
  }
  .cart-mobile-button {
    position: fixed;
    right: 20px;
    top: 110px;
    transition: ease 0.6s;
    z-index: 9990;
  }
  .cart-mobile-button .cart-li {
    background: #5d5a56;
    display: block;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 7px 6px 7px 4px !important;
    position: relative;
    height: 37px;
    top: 0px;
    padding-right: 3px;
    padding-bottom: 3px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .navigation .menu-opener {
    top: 40px;
    transition: ease 0.6s;
    left: 15px;
    width: 56px !important;
    background: #e9e3dc;
    padding: 8px 5px 4px;
    border-radius: 3px;
  }
  .navigation.remove-offset .menu-opener,
  .cart-mobile-button.remove-offset {
    top: 15px;
    transition: ease 0.6s;
  }
  .navigation .white-logo {
    padding-right: 0 !important;
    padding-top: 15px !important;
  }
  .age-overlay .py-5 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .age-overlay .my-5 {
    margin-top: 10px !important;
    margin-top: 10px !important;
  }
  .age-overlay .white-logo {
    width: 200px;
  }
  .age-overlay .text-md1 {
    font-size: 20px;
  }
  .navigation .text-lg {
    font-size: 20px;
  }
  .navigation li {
    margin-bottom: 10px;
  }
  .banner-heading {
    font-size: 35px;
    width: 100%;
    padding: 0 15px;
  }
  .banner-logo {
    max-width: 145px;
    top: 15px;
  }
  .inner-page-banner .banner-logo {
    top: 15px;
  }
  .inner-page-banner .banner-heading {
    bottom: 15px;
    top: initial !important;
  }
  .owl-carousel .owl-nav .owl-prev {
    left: 10px;
  }
  .owl-carousel .owl-nav .owl-next {
    right: 10px;
  }
  .carousel .owl-carousel .owl-nav {
    top: 25%;
  }
  .carousel .col-sm-6 {
    margin-bottom: 15px;
  }
  .top-nav .cart-li {
    margin-right: 15px;
  }
  .top-nav .no-wrap {
    flex-wrap: wrap !important;
    justify-content: flex-end !important;
  }
  .top-alert {
    padding: 10px 10px 10px !important;
  }
  .top-alert .text-md {
    font-size: 12px !important;
  }
  .top-nav .cart-li {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .top-nav .cart-li a {
    padding-right: 3px;
    padding-bottom: 3px;
  }
  .center-block,
  .center-block2 {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    width: 100%;
    padding: 15px;
  }
  .center-block h2.magenta.white {
    color: #92724f;
  }
  .blog-carousel .center-block {
    padding-top: 65px;
  }
  .footer-logos {
    justify-content: center;
  }
  .columns .col-md-6 {
    margin-bottom: 15px;
  }
  .modal-close {
    top: -25px;
    right: 16px;
  }
  .owl-carousel .center-block {
    bottom: 0 !important;
    transform: initial !important;
    top: auto;
    position: relative;
  }
  .blog-carousel .center-block {
    bottom: 10% !important;
    position: absolute;
  }
  .promo {
    padding: 15px 25px !important;
  }
  .banner-heading.top-heading {
    top: 50%;
    font-size: 45px;
  }
  .break-here {
    display: block;
    clear: both;
  }
  .table-col {
    overflow: hidden;
    overflow-x: scroll;
    max-width: 90%;
    width: 90%;
  }
  .blog-carousel .owl-carousel .owl-nav .owl-next {
    right: 0 !important;
  }
  .blog-carousel .owl-carousel .owl-nav .owl-prev {
    left: 0 !important;
  }
  .footer {
    padding-bottom: 45px;
  }
  .multicolumns .owl-carousel .owl-item.center {
    transform: none;
  }
  .navigation.show {
    top: 0 !important;
    width: 100% !important;
    overflow-y: scroll;
  }
  .navigation .menu {
    display: none;
    opacity: 0;
    transition: 1s ease opacity;
  }
  .navigation .menu.showing {
    height: 150%;
    display: block;
    opacity: 1;
    transition: 1s ease opacity;
  }
  ul.submenu {
    padding-left: 0px;
  }
  .footer-cta form.v65-widgetForm div {
    width: 100%;
  }
  .product-details .v65-widgetProduct-addToCart-quantity input,
  .increase-quantity-button,
  .decrease-quantity-button {
    width: 40px !important;
  }
  .club-price {
    margin-top: -65px;
    margin-bottom: 65px;
  }
  .top-nav .container,
  .top-nav .container .row,
  .top-nav .container .row .w-100,
  .top-nav .container .row .w-100 .flex,
  .top-nav .container .row .w-100 .flex .cart-li {
    z-index: 999999;
  }
}
.club-table .club-cell.cell-2 {
  order: 1;
}
.club-table .club-cell.cell-3 {
  order: 2;
}
.club-table .club-cell.cell-4 {
  order: 3;
}
.club-table .club-cell.cell-5 {
  order: 4;
}
.club-table .club-cell.cell-6 {
  order: 5;
}
.club-table .club-cell.cell-7 {
  order: 6;
}
.club-table .club-cell.cell-8 {
  order: 7;
}
.club-table .club-cell.cell-9 {
  order: 8;
}
.club-table .club-cell.cell-10 {
  order: 9;
}
.club-table .club-cell.cell-11 {
  order: 10;
}
.club-table .club-cell.cell-12 {
  order: 11;
}
.club-table .club-cell.cell-13 {
  order: 12;
}
.club-table .club-cell.cell-14 {
  order: 13;
}
.club-table .club-cell.cell-start {
  padding-left: 0;
}
.club-table .club-cell {
  flex-grow: 1;
  width: 20%;
  padding: 20px 18px;
  border-top: 1px solid #cccccc;
}
.club-table .club-cell {
  flex-grow: 1;
  width: 20%;
  padding: 20px 18px;
  border-top: 1px solid #cccccc;
}
/* .columns:not(:last-child) {margin-bottom: .75rem;} */
.club-table {
  max-width: 1330px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.club-table .club-cell {
  flex-grow: 1;
  width: 20%;
  padding: 20px 18px;
  border-top: 1px solid #cccccc;
}
.club-table .club-cell.cell-1 {
  order: 0;
}
.club-table .club-cell.cell-start {
  padding-left: 0;
}
.club-table .club-cell.title-cell {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 2px;
  border-top: 0;
}
.club-table a {
  color: #a43728;
}
.club-table a.primary-button {
  color: #92724f;
}
.club-table a.primary-button:hover {
  color: #ffffff;
}
.club-cell.cell-start,
.club-table .title-cell {
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .columns:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (max-width: 968px) {
  .club-table {
    display: block;
    width: 100%;
  }
  .club-table .club-cell.cell-start {
    display: none;
  }
  .club-cell {
    width: 100% !important;
  }
  .club-table .club-cell:before {
    display: inline-block;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    font-family:
      'proxima-nova',
      Proxima Nova,
      Helvetica,
      Arial,
      sans-serif;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin: 0 5px 0 0;
  }
  .club-table .club-cell.cell-2,
  .club-table .club-cell.cell-3,
  .club-table .club-cell.cell-4,
  .club-table .club-cell.cell-5,
  .club-table .club-cell.cell-6,
  .club-table .club-cell.cell-7,
  .club-table .club-cell.cell-8,
  .club-table .club-cell.cell-9,
  .club-table .club-cell.cell-10,
  .club-table .club-cell.cell-11 {
    order: initial;
  }
}
.qarr-tab-link {
  text-align: center !important;
  width: 100% !important;
  display: block !important;
  font-size: 42px !important;
  color: #92724f !important;
  font-family: 'Newsreader', serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
}
#qarr-display-container .qarr-tab-links {
  border: 0 !important;
}
.qarr-element-title {
  display: none !important;
}
#qarr-display-container .qarr-tab-links a.active:after {
  display: none !important;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1300px;
  }
}
.cta-mobile-buttons {
  display: none;
}
@media (max-width: 768px) {
  .cta-mobile-buttons {
    max-width: 100%;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 9999;
  }
  .cta-mobile-buttons .promo-buttons {
    max-width: 100%;
    width: 100%;
  }
  .home-page-banner .center-block {
    top: 160px;
  }
  .home-page-banner p {
    font-size: 16px;
    line-height: 18px;
  }
}
.download-hover-button {
  opacity: 0 !important;
  transition: ease 0.6s;
}
.owl-item:hover .download-hover-button,
.col-md-4:hover .download-hover-button {
  opacity: 1 !important;
  transition: ease 0.6s;
}
div[v65remotejs='loginWidget'] .v65-widgetLogin-login,
div[v65remotejs='loginWidget'] .v65-widgetLogin-editProfile,
div[v65remotejs='loginWidget'] .v65-widgetLogin-editProfile a {
  line-height: 0;
  font-size: 0;
}
div[v65remotejs='loginWidget'] .v65-widgetLogin-login a:before,
div[v65remotejs='loginWidget'] .v65-widgetLogin-editProfile a:before {
  content: url('/images/user-icon.png');
}
div[v65remotejs='loginWidget'] .v65-widgetLogin-yourAccount,
div[v65remotejs='loginWidget'] .v65-widgetLogin-logout {
  display: none !important;
}
div[v65remotejs='loginWidget'] .v65-widgetLogin-editProfile a:before {
}
.video-play-overlay:before {
  content: url('/images/play-button.png');
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.overlap-above .row {
  position: relative;
  top: -125px;
}
.align-center {
  align-self: center;
}
.object-cover {
  object-fit: cover;
}

.product-title {
  line-height: 1.4;
  display: block;
  height: auto !important;
  font-size: 18px;
  font-weight: 300;
}

.owl-item .product-title {
  min-height: 65px;
}

@media (max-width: 1216px) {
  .owl-carousel .v65-widgetProduct-addToCart-quantity,
  .all-products .v65-widgetProduct-addToCart-quantity {
    display: flex;
    float: none;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
  .owl-carousel .v65-widgetProduct-addToCart-button,
  .all-products .v65-widgetProduct-addToCart-button {
    display: flex;
    float: none;
    margin-left: 0px;
    justify-content: center;
  }
}
.red-button-new {
  color: #a43728 !important;
  border-color: #a43728 !important;
  transition: ease 0.6s;
}
.defaultBtn.add-to-cart {
  background: transparent !important;
  border: 2px solid #92724f !important;
  color: #92724f !important;
}
.red-button-new i {
  color: #a43728 !important;
  transition: ease 0.6s;
}
.red-button-new:hover {
  color: white !important;
  border-color: #a43728 !important;
  background: #a43728 !important;
  transition: ease 0.6s;
}
.primary-button.red-button-new:hover {
  color: white !important;
  border-color: #a43728 !important;
  background: #a43728 !important;
  transition: ease 0.6s;
}
.defaultBtn.add-to-cart:hover {
  background: #92724f !important;
  border-color: #92724f !important;
  color: #fff !important;
}
.red-button-new:hover i {
  color: white !important;
  transition: ease 0.6s;
}

.footer-cta .defaultBtn {
  color: #a43728 !important;
  border-color: #a43728 !important;
  transition: ease 0.6s;
}

.footer-cta .defaultBtn:hover {
  color: white !important;
  border-color: #a43728 !important;
  background: #a43728 !important;
  transition: ease 0.6s;
}

.gold-arrows .owl-prev i,
.gold-arrows .owl-next i {
  color: #92724f !important;
}
.gold-arrows .owl-nav.disabled .owl-prev,
.gold-arrows .owl-nav .owl-prev {
  left: -10px !important;
}
.gold-arrows .owl-nav.disabled .owl-next,
.gold-arrows .owl-nav .owl-next {
  right: -10px !important;
}
.primary-button.gold-button.button-arrow-right,
.primary-button.gold-button.button-arrow-right:hover {
  background: #92724f !important;
  border-color: #92724f !important;
  color: white !important;
}
.primary-button.gold-button.button-arrow-right i,
.primary-button.gold-button.button-arrow-right:hover i {
  color: white !important;
}
@media screen and (max-width: 1300px) and (min-width: 1199px) {
  .terms .col-md-12 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
.navigation.show .menu-opener {
  background: transparent;
  left: 37px;
}
.wp-block-gallery img {
  width: 100%;
  max-width: 100%;
}
.simpleParallax {
  max-height: 900px;
  margin-top: 30px;
}
.full-width-columns .main-text img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.v65-widgetModalCart-dropdown {
  display: none;
}
@media (max-width: 768px) {
  .club-table .club-cell {
    width: 100% !important;
  }
  .carousel .owl-carousel.blog-bottom-carousel .owl-nav {
    top: 10%;
  }
  .owl-carousel.blog-bottom-carousel .owl-nav button.owl-next,
  .owl-carousel.blog-bottom-carousel .owl-nav button.owl-prev {
    color: white !important;
  }
}
@media (max-height: 740px) {
  .hsds-beacon .jwzbJS {
    bottom: 60px !important;
  }
}
.flex.search-form input[type='text'] {
  border-color: #92724f !important;
  height: 47px !important;
}
.search-form button i {
  color: #92724f;
}

/************/

#v65-memberFormWrapper input[type='tel'],
#v65-memberFormWrapper select,
#v65-memberFormWrapper input[type='text'],
#v65-memberFormWrapper input[type='number'],
#v65-memberFormWrapper input[type='email'],
#v65-memberFormWrapper input[type='password'],
#v65-memberFormWrapper textarea {
  border: 1px solid #8b867f;
  width: 100% !important;
  margin-bottom: 8px;
}
#v65-memberFormWrapper input[type='tel']::placeholder,
#v65-memberFormWrapper select::placeholder,
#v65-memberFormWrapper input[type='text']::placeholder,
#v65-memberFormWrapper input[type='number']::placeholder,
#v65-memberFormWrapper input[type='email']::placeholder,
#v65-memberFormWrapper input[type='password']::placeholder,
#v65-memberFormWrapper textarea::placeholder {
  color: #8b867f;
}
.sidebar ul {
  margin: 0 0 40px;
  padding-left: 0;
}
.sidebar ul.cat-list {
  margin-bottom: 0;
}
.sidebar ul li {
  border-bottom: 1px solid #e9e3dc;
  margin: 0 0;
  padding: 0;
  display: block;
}
.sidebar ul li:first-child {
  border-top: 1px solid #e9e3dc;
}
.sidebar ul li a {
  font-family: 'proxima-nova';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  padding: 5px 0;
  color: black;
  display: block;
  background: url(images/new-shop-arrows.png) 100% -23px no-repeat;
}
.sidebar ul li a:hover {
  color: #ab7842;
}
.sidebar ul li a:focus,
.new-menu-wrap ul li a:active {
  outline: none;
  text-decoration: none;
}
.sidebar ul li a.v65-pageAParent,
.new-menu-wrap ul li a.toggledmenu {
  background: url(images/new-shop-arrows.png) 100% 15px no-repeat;
}
.sidebar ul li ul {
  margin: 0;
  padding: 0 0 10px 20px;
  display: none;
  width: 100%;
}
.sidebar ul li ul li {
  margin-bottom: 5px;
  border: none;
}
.sidebar ul li ul li:first-child {
  border: none;
}
.sidebar ul li ul li a {
  padding: 0;
  font-family: 'proxima-nova', 'Helvetica', Helvetica, Arial, sans-serif;
  display: block;
  color: black;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: none;
  background: none;
}
.sidebar ul li ul li a:hover {
  color: #ab7842;
}
#v65-modalCartDropdown {
  position: absolute;
  padding: 10px;
  right: 0;
  z-index: 1;
  width: 300px;
  background: #e9e3dc;
  top: 37px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.cart-li .v65-modalCart-closeButton,
.cart-li .v65-modalCart-itemMessage,
.cart-li .v65-modalCart-itemSummaryHeader.group,
.cart-dropdown .v65-modalCart-itemSummaryPrice {
  display: none !important;
}
#v65-toggleModalCart {
  position: relative;
}
#v65-toggleModalCart {
  line-height: 0;
  font-size: 0;
}
#v65-toggleModalCart:before {
  content: url('/images/cart-icon-white-2.png');
}
.v65-modalCart-itemCount {
  position: absolute;
  right: -15px;
  top: -15px;
  text-align: center;
  font-size: 12px;
  color: white;
  padding: 6px 3px;
  height: 20px;
  width: 20px;
  border-radius: 25px;
  background: #7f7669;
}
#v65-modalCartFooter,
#v65-modalCartTable tr th,
#v65-modalCartTable [headers='v65-cartHeaderTotal'],
#v65-modalCartTable tr td:last-child,
#v65-modalCartTableSubtotal {
  display: none !important;
}
.cart-li .v65-modalCart-itemSummary {
  padding-top: 15px;
}
.cart-li .v65-modalCart-items.group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cart-li .v65-modalCart-itemSummaryQuantity {
  width: 8%;
}
.cart-li .v65-modalCart-itemSummarySubTotal.group {
  padding-top: 10px;
  border-top: 1px solid #c1b7ab;
  margin-top: 10px;
}
.cart-li .v65-modalCart-BottomButtons {
  display: flex;
  margin-top: 6px;
}
.cart-li .v65-modalCart-viewCartButton,
.cart-li .v65-modalCart-checkOutButton {
  width: 50%;
  margin: 0 2px;
}
.cart-li .v65-modalCart-itemSummaryTotal {
  width: 100%;
  padding-left: 20px;
}
.cart-li .v65-modalCart-itemSummaryDescription {
  width: 74%;
}
.cart-li .v65-modalCart-itemSummaryItem {
  width: 14%;
}
#v65-modalCartBody p:last-child {
  margin-bottom: 0;
}
#v65-modalCartBody p:last-child a:first-child,
#v65-modalCartBody p:last-child a:last-child {
  background: transparent !important;
  border: 2px solid #92724f;
  border-radius: 0;
  font-family: 'proxima-nova', sans-serif !important;
  color: #92724f !important;
  transition: linear 0.2s;
  padding: 7px 15px 7px;
  line-height: 1;
  display: block;
  width: 48%;
  max-width: 100%;
  text-transform: uppercase;
  margin: 0 2px;
  text-align: center;
  text-decoration: none !important;
  outline: none !important;
}
#v65-modalCartTable {
  margin-bottom: 15px;
}
#v65-modalCartBody p:last-child a:first-child {
  float: left;
}
#v65-modalCartBody p:last-child a:last-child {
  float: right;
}
#v65-modalCartBody p:last-child a:first-child,
#v65-modalCartBody p:last-child a:last-child:hover {
  background: #92724f !important;
  transition: linear 0.2s;
  color: white !important;
}
#v65-modalCartDropdown {
  display: none;
}
#v65-modalCartBody p:first-child a:first-child {
  display: none !important;
}
.homeblock2 h1,
.homeblock2 h4 {
  font-family: 'Newsreader', serif;
  font-weight: 200;
}
#v65-cartTable td,
#v65-memberAddressBook td,
#v65-memberOrders td {
  padding-top: 5px;
  border-top: 1px solid #e9e3dc;
  margin-top: 5px;
}
#v65-cartTax td,
#v65-cartTable tr:last-child td,
.v65-cartTax td,
#v65-cartTable tr:nth-last-child(2) td {
  border: none !important;
}
.linkBtn {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  background: transparent !important;
  color: #292325;
  /* sans/type-sans-1640 */
  font-family: 'Proxima Nova';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  letter-spacing: 0.16px;
  width: 350px;
  max-width: 100%;
  text-decoration: none !important;
  transition: linear 0.2s;
  border: 1px solid #876000;
}
.linkBtn:hover {
  background: #b88438 !important;
  border: 1px solid #b88438;
  color: white;
}
.fix-flex-aligns {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.fix-flex-aligns > a {
  width: 100%;
}
.fix-flex-aligns .owl-add {
  width: 100%;
  align-self: flex-end;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ie-hide {
    display: none;
  }
}
.popup {
  display: none;
  opacity: 0;
  transition: ease 0.8s;
  position: fixed;
  bottom: 135px;
  right: 15px;
  z-index: 99999998;
  width: 300px;
}
.popup img {
  border-radius: 15px;
  width: 300px;
  max-width: 100%;
}
.popup-close {
  position: absolute;
  right: 10px;
  top: 2px;
  color: white;
  text-shadow: 1px 1px 4px black;
}
.popup-close:hover {
  color: black;
  text-shadow: 1px 1px 4px white;
}
.top-alert p {
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 1.2;
}
.top-alert p a:hover {
  color: #906332;
}

label.ada-label {
  font-size: 0px;
  line-height: 0px;
}

/* EPICUREA FORM CSS */
#FormA287D5C6-B615-3F07-948B-A0560B60C87F form.v65-widgetForm fieldset {
  display: flex;
  flex-wrap: wrap;
}
#FormA287D5C6-B615-3F07-948B-A0560B60C87F
  form.v65-widgetForm
  fieldset
  div.hidden {
  display: none;
}

#FormA287D5C6-B615-3F07-948B-A0560B60C87F form.v65-widgetForm fieldset div,
#FormA287D5C6-B615-3F07-948B-A0560B60C87F
  form.v65-widgetForm
  fieldset
  div.error {
  width: 100%;
  max-width: 50%;
  padding: 10px;
}

#FormA287D5C6-B615-3F07-948B-A0560B60C87F
  form.v65-widgetForm
  fieldset
  div.error:first-of-type,
#FormA287D5C6-B615-3F07-948B-A0560B60C87F
  form.v65-widgetForm
  fieldset
  div:last-child,
#FormA287D5C6-B615-3F07-948B-A0560B60C87F
  form.v65-widgetForm
  fieldset
  div:nth-last-child(3),
#FormA287D5C6-B615-3F07-948B-A0560B60C87F
  form.v65-widgetForm
  fieldset
  div:nth-last-child(4),
#FormA287D5C6-B615-3F07-948B-A0560B60C87F
  form.v65-widgetForm
  fieldset
  div:nth-last-child(5),
#FormA287D5C6-B615-3F07-948B-A0560B60C87F
  form.v65-widgetForm
  fieldset
  div:nth-last-child(6),
#FormA287D5C6-B615-3F07-948B-A0560B60C87F
  form.v65-widgetForm
  fieldset
  div:nth-last-child(7) {
  width: 100%;
  max-width: 100%;
  padding: 10px;
}

#FormA287D5C6-B615-3F07-948B-A0560B60C87F
  form.v65-widgetForm
  fieldset
  div:nth-last-child(6)
  label,
#FormA287D5C6-B615-3F07-948B-A0560B60C87F
  form.v65-widgetForm
  fieldset
  div:nth-last-child(5)
  label,
#FormA287D5C6-B615-3F07-948B-A0560B60C87F
  form.v65-widgetForm
  fieldset
  div:nth-last-child(4)
  label,
#FormA287D5C6-B615-3F07-948B-A0560B60C87F
  form.v65-widgetForm
  fieldset
  div:nth-last-child(6)
  input[type='text'],
#FormA287D5C6-B615-3F07-948B-A0560B60C87F
  form.v65-widgetForm
  fieldset
  div:nth-last-child(5)
  input[type='password'],
#FormA287D5C6-B615-3F07-948B-A0560B60C87F
  form.v65-widgetForm
  fieldset
  div:nth-last-child(4)
  input[type='password'] {
  width: 100%;
  max-width: 50% !important;
}

#FormA287D5C6-B615-3F07-948B-A0560B60C87F
  form.v65-widgetForm
  fieldset
  div:nth-last-child(4)
  input[type='password'],
#FormA287D5C6-B615-3F07-948B-A0560B60C87F
  form.v65-widgetForm
  fieldset
  div:nth-last-child(5)
  input[type='password'],
#FormA287D5C6-B615-3F07-948B-A0560B60C87F
  form.v65-widgetForm
  fieldset
  div.error:nth-last-child(4)
  input[type='password'],
#FormA287D5C6-B615-3F07-948B-A0560B60C87F
  form.v65-widgetForm
  fieldset
  div.error:nth-last-child(5)
  input[type='password'] {
  height: 38px;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  background: #ffffff;
  color: #b3b2b1;
  padding: 3px 10px 0;
  border: 0;
  width: 100%;
  display: block;
  line-height: 1;
  outline: none;
  border: 1px solid #c2c3c4;
}

#FormA287D5C6-B615-3F07-948B-A0560B60C87F form.v65-widgetForm fieldset div div {
  max-width: 100%;
  width: 100%;
  padding: 0px !important;
}

@media screen and (max-width: 1000px) {
  #FormA287D5C6-B615-3F07-948B-A0560B60C87F form.v65-widgetForm fieldset div {
    width: 100%;
    max-width: 100%;
    padding: 10px;
  }

  #FormA287D5C6-B615-3F07-948B-A0560B60C87F
    form.v65-widgetForm
    fieldset
    div.error {
    width: 100%;
    max-width: 100%;
    padding: 10px;
  }

  #FormA287D5C6-B615-3F07-948B-A0560B60C87F
    form.v65-widgetForm
    fieldset
    div:nth-last-child(4)
    label,
  #FormA287D5C6-B615-3F07-948B-A0560B60C87F
    form.v65-widgetForm
    fieldset
    div:nth-last-child(5)
    label,
  #FormA287D5C6-B615-3F07-948B-A0560B60C87F
    form.v65-widgetForm
    fieldset
    div:nth-last-child(6)
    label,
  #FormA287D5C6-B615-3F07-948B-A0560B60C87F
    form.v65-widgetForm
    fieldset
    div:nth-last-child(6)
    input[type='text'],
  #FormA287D5C6-B615-3F07-948B-A0560B60C87F
    form.v65-widgetForm
    fieldset
    div:nth-last-child(5)
    input[type='password'],
  #FormA287D5C6-B615-3F07-948B-A0560B60C87F
    form.v65-widgetForm
    fieldset
    div:nth-last-child(4)
    input[type='password'],
  #FormA287D5C6-B615-3F07-948B-A0560B60C87F
    form.v65-widgetForm
    fieldset
    div.error:nth-last-child(4)
    label,
  #FormA287D5C6-B615-3F07-948B-A0560B60C87F
    form.v65-widgetForm
    fieldset
    div.error:nth-last-child(5)
    label,
  #FormA287D5C6-B615-3F07-948B-A0560B60C87F
    form.v65-widgetForm
    fieldset
    div.error:nth-last-child(6)
    label,
  #FormA287D5C6-B615-3F07-948B-A0560B60C87F
    form.v65-widgetForm
    fieldset
    div.error:nth-last-child(6)
    input[type='text'],
  #FormA287D5C6-B615-3F07-948B-A0560B60C87F
    form.v65-widgetForm
    fieldset
    div.error:nth-last-child(5)
    input[type='password'],
  #FormA287D5C6-B615-3F07-948B-A0560B60C87F
    form.v65-widgetForm
    fieldset
    div.error:nth-last-child(4)
    input[type='password'] {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.epicurea-form-text.logged-in {
  display: none;
}

.epicurea-form-text.logged-out {
  display: block;
}

#form-toggle-button {
  color: #92724f;
  text-decoration: underline;
}

#form-toggle-button:hover {
  color: #0056b3;
}

#FormA287D5C6-B615-3F07-948B-A0560B60C87F
  form.v65-widgetForm
  fieldset
  div:nth-last-child(5)
  label {
  max-width: 100% !important;
  width: 100% !important;
}

#v65-addNewCreditCard {
  padding-top: 1rem;
}

#v65-memberAddressBook {
  margin-bottom: 1rem;
}

.gap-3 {
  gap: 12px;
}
.gap-8 {
  gap: 32px;
}

/* account login modal for member templates */

#v65-modalContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  text-align: left;
}

#v65-modalViel {
  background-color: #fff;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.75;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  width: 100%;
  z-index: 102;
}

@media screen and (max-width: 580px) {
  #v65-modalViel {
    height: 1000%;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
  }
}

#v65-modalContentWrapper {
  border: 1px solid #666;
  background-color: #fff;
  position: relative;
  left: 50%;
  top: 20%;
  margin: 0 0 0 -237px;
  width: 474px;
  z-index: 103;
}

@media screen and (max-width: 580px) {
  #v65-modalContentWrapper {
    border: 0;
    position: absolute;
    left: 0;
    margin: 0;
    top: 0;
    width: 100%;
  }
}

#v65-modalContentWrapperLarge {
  border: 1px solid #666;
  background-color: #fff;
  position: relative;
  left: 50%;
  top: 30px;
  margin: 0 0 0 -437px;
  width: 874px;
  z-index: 103;
}

#v65-modalContentHeader {
  background-color: #777;
  height: 27px;
  overflow: hidden;
  text-align: right;
  padding: 6px 10px 0 0;
  margin: 0;
}

@media screen and (max-width: 580px) {
  #v65-modalContentHeader {
    height: 4em;
    text-align: left;
    padding: 0.5em 1em;
  }

  #v65-modalContentHeader a.modalLinkBtn {
    width: 100%;
  }
}

#v65-modalContent {
  padding: 15px;
  margin: 0;
  overflow: auto;
}

@media screen and (max-width: 580px) {
  #v65-modalContent button.defaultBtn {
    width: 100%;
  }
}

#v65-siteLoginForm {
  width: 212px;
  margin: 0 20px 0 0;
  float: left;
}

#v65-siteLoginRightContent {
  float: left;
  width: 212px;
}
div#v65-LoginFormWrapper fieldset {
  border: 0;
}

#v65-modalViel {
  background-color: #000;
  opacity: 0.6;
  filter: alpha(opacity=6);
  -moz-opacity: 0.6;
}

#v65-modalContentHeader {
  background: transparent;
  height: initial;
}

a.modalLinkBtn.modalClose,
a.modalLinkAltBtn.modalClose {
  background: transparent;
}
a.modalLinkBtn.modalClose:hover,
a.modalLinkBtn.modalClose:focus,
a.modalLinkBtn.modalClose:active,
a.modalLinkAltBtn.modalClose:hover,
a.modalLinkAltBtn.modalClose:focus,
a.modalLinkAltBtn.modalClose:active {
  background: transparent;
}
a.modalLinkBtn.modalClose span,
a.modalLinkAltBtn.modalClose span {
  padding: 1em;
}
a.modalLinkBtn.modalClose i,
a.modalLinkAltBtn.modalClose i {
  color: #4a4844;
  font-size: 1.5em;
}

a.modalLinkAltBtn.modalClose span {
  padding: 0;
}

.v65-form#v65-loginForm legend {
  margin-bottom: 1em;
}

#v65-modalContent .v65-form#v65-loginForm {
  margin: 0 auto;
}
#v65-modalContent .v65-form#v65-loginForm legend {
  font-size: 1.7em;
  display: block !important;
}
#v65-modalContent p {
  margin-bottom: 0.5em;
}
.v65-form legend,
#v65-memberFormWrapper legend {
  color: #4a4844;
  font-family: 'Newsreader', serif;
  font-weight: 200;
  letter-spacing: 0;
  padding: 0 0 6px;
}
