/*!
Theme Name: Cliff Lede
Author: Wineworks
Author URI: http://wineworks.co
Description: Custom theme developed for Cliff Lede
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Cliff Lede
*/
.clearfix:before, .clearfix:after, .v65-group:before, .v65-group:after {
  content: " ";
  display: table;
}
.clearfix:after, .v65-group:after {
  clear: both;
}

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

header {
  position: relative;
}
header .inner {
  position: relative;
  margin: 0 auto;
  max-width: 1100px;
}
@media only screen and (max-width: 64em) {
  header .inner {
    padding: 0;
  }
}
header.header {
  position: relative;
  background-color: #fff;
}
@media only screen and (max-width: 700px) {
  header.header {
    height: auto;
  }
}
header.sticky {
  position: sticky;
  top: 0;
  z-index: 3;
}
header .logo {
  display: block;
  padding: 0 1rem;
  max-width: 12rem;
  margin: 2rem auto 1.5rem;
  text-align: center;
  width: 100%;
  z-index: 1;
  position: relative;
}
@media only screen and (min-width: 64.0625em) {
  header .logo {
    margin: 2rem 1rem;
    max-width: 14rem;
  }
}
header .logo img {
  max-width: 100%;
}
header .logo svg {
  vertical-align: middle;
}
header .top-left-nav {
  bottom: -90px;
  top: auto;
}
@media only screen and (min-width: 64.0625em) {
  header.sticky .header-lower .inner {
    height: 80px;
  }
}
@media only screen and (min-width: 64.0625em) {
  header.sticky .header-lower .logo {
    margin: 1rem 1rem;
    max-width: 12rem;
  }
}

.header-upper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #000;
  width: 100%;
  padding: 0 1rem;
}
@media only screen and (min-width: 64.0625em) {
  .header-upper {
    position: relative;
    height: 60px;
  }
}
.header-upper .meta-nav__brands {
  display: flex;
  width: 100%;
  padding-top: 1rem;
}
@media only screen and (min-width: 64.0625em) {
  .header-upper .meta-nav__brands {
    width: 64.99%;
  }
}
.header-upper .meta-nav__brands__tab {
  background-color: #292929;
  border-left: 1px solid;
  border-right: 1px solid;
  border-top: 1px solid;
  border-bottom: 0;
  border-color: #414141;
  display: inline-block;
  height: 52.5px;
  max-width: 142.5px;
  cursor: pointer;
  width: 25%;
  transition: all 150ms ease-in-out;
  margin-right: 1rem;
}
.header-upper .meta-nav__brands__tab:hover, .header-upper .meta-nav__brands__tab:focus, .header-upper .meta-nav__brands__tab:active {
  background-color: rgb(79.25, 79.25, 79.25);
  border-color: #414141;
}
.header-upper .meta-nav__brands__tab:hover span, .header-upper .meta-nav__brands__tab:focus span, .header-upper .meta-nav__brands__tab:active span {
  color: #fff;
}
.header-upper .meta-nav__brands__tab:last-of-type {
  margin-right: 0;
}
.header-upper .meta-nav__brands__tab svg {
  fill: #fff;
  width: 100%;
  height: 100%;
  padding: 8px 12px;
  display: block;
  cursor: pointer;
  transition: all 150ms ease-in-out;
}
.header-upper .meta-nav__brands__tab svg.clv-logo {
  padding: 16px 10px;
}
.header-upper .meta-nav__brands__tab svg.fel-logo {
  padding: 18px 12px;
}
.header-upper .meta-nav__brands__tab svg.poetry-logo {
  padding: 8px 10px;
}
.header-upper .meta-nav__brands__tab span {
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 8px 12px;
  display: block;
  cursor: pointer;
  transition: all 150ms ease-in-out;
  text-align: center;
  text-transform: uppercase;
  font-size: 16.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}
.header-upper .meta-nav__brands__tab--active {
  background-color: #fff;
  border-color: #414141;
  z-index: 1;
  position: relative;
}
.header-upper .meta-nav__brands__tab--active svg {
  fill: #000;
}
.header-upper .meta-nav__brands__tab--active span {
  color: #000;
}
.header-upper .meta-nav__brands__tab--active:hover {
  background-color: #fff;
}
.header-upper .meta-nav__brands__tab--active:hover svg {
  fill: #000;
}
.header-upper .meta-nav__brands__tab--active:hover span {
  color: #000;
}

.header-lower {
  background-color: #fff;
}
.header-lower .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  padding: 0 1rem;
  height: 80px;
}
@media only screen and (min-width: 64.0625em) {
  .header-lower .inner {
    height: 120px;
  }
}
.header-lower .inner::before, .header-lower .inner::after {
  display: none;
}

.user-tools {
  font-size: 0.75rem;
  position: relative;
  z-index: 100;
  text-align: right;
  text-transform: uppercase;
}
@media only screen and (max-width: 64em) {
  .user-tools {
    position: absolute;
    bottom: 1.4rem;
    right: 0;
    padding-right: 2rem;
    z-index: 21;
  }
}
@media only screen and (max-width: 500px) {
  .user-tools {
    padding-right: 1rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .user-tools {
    color: #fff;
  }
}
.user-tools a {
  color: #000000;
}
@media only screen and (min-width: 64.0625em) {
  .user-tools a {
    color: #fff;
  }
}
.user-tools .separator {
  border-left: 1px solid #414141;
  width: 1px;
  height: 20px;
  margin: 0 1rem;
}
.user-tools .cart svg {
  width: 15px;
  height: 18px;
  vertical-align: text-bottom;
}
.user-tools .cart .st0 {
  fill: #000000;
}
@media only screen and (min-width: 64.0625em) {
  .user-tools .cart .st0 {
    fill: #fff;
  }
}

.footer-box h3 > a {
  color: #67764a;
}

.mobile-nav-active .user-tools {
  z-index: 100;
  bottom: 1.8rem;
}
@media only screen and (max-width: 64em) {
  .mobile-nav-active #modalCart {
    display: none !important;
  }
}
@media only screen and (max-width: 64em) {
  .mobile-nav-active .loginWidget {
    display: block;
  }
}

.user-tools {
  display: flex;
  align-items: center;
  font-weight: 600;
}
@media only screen and (max-width: 64em) {
  .user-tools {
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 64em) {
  .loginWidget, .separator {
    display: none;
  }
}

.v65-widgetLogin-login {
  display: none;
}

.v65-widgetModalCart {
  width: 400px;
  padding: 0 10px;
  height: 32px;
  background: #ccc;
  position: relative;
  z-index: 999;
}

.v65-widgetModalCart-status a {
  line-height: 0;
  font-size: 0;
  color: transparent;
}
.v65-widgetModalCart-status a:after {
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  background-image: url(/wp-content/themes/clifflede2015/images/icon-cart.svg);
  font-size: 1rem;
  content: "";
  background-repeat: no-repeat;
  width: 1.188rem;
  height: 1.5rem;
  display: inline-block;
}
@media only screen and (min-width: 64.0625em) {
  .v65-widgetModalCart-status a:after {
    background-image: url(/wp-content/themes/clifflede2015/images/icon-cart-w.svg);
    margin: 0;
  }
}

.v65-widgetModalCart-itemCount {
  font-weight: bold;
  text-decoration: none;
}

.v65-widgetModalCart-subTotal {
  font-weight: bold;
  text-decoration: none;
}

.v65-widgetModalCart-dropdown {
  display: none;
  background: #fff;
  border: 1px solid #999;
  padding: 10px;
  position: absolute;
  top: 20px;
  right: 0;
  color: #231f20;
  left: auto;
  width: auto;
}
@media only screen and (max-width: 39.9375em) {
  .v65-widgetModalCart-dropdown {
    position: fixed;
    width: 100%;
    max-width: 392px;
    top: 32px;
  }
}
.v65-widgetModalCart-dropdown a {
  color: #6d6e71;
}
.home .v65-widgetModalCart-dropdown a {
  color: #fff;
}

.v65-widgetModalCart-closeButton {
  text-align: right;
  margin-bottom: 1em;
}
.v65-widgetModalCart-closeButton a {
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  display: inline-block;
  line-height: 18px;
  height: 18px;
  padding: 0 10px;
  background: #454545;
  text-decoration: none;
  color: #fff;
}
.v65-widgetModalCart-closeButton a:hover {
  background: #67764a;
  color: #fff;
}

.v65-widgetModalCart-itemSummary {
  margin-bottom: 1em;
  width: 370px;
}
@media only screen and (max-width: 39.9375em) {
  .v65-widgetModalCart-itemSummary {
    width: 100%;
  }
}

.v65-widgetModalCart-itemSummaryHeader {
  border-bottom: 1px solid #999;
  font-weight: bold;
  line-height: 24px;
  height: 24px;
}

.v65-widgetModalCart-items {
  border-bottom: 1px solid #999;
}

.v65-widgetModalCart-itemSummaryQuantity {
  float: left;
  width: 30px;
  text-align: center;
}
@media only screen and (max-width: 39.9375em) {
  .v65-widgetModalCart-itemSummaryQuantity {
    width: 10%;
  }
}

.v65-widgetModalCart-itemSummaryItem {
  float: left;
  width: 50px;
  text-align: center;
}
@media only screen and (max-width: 39.9375em) {
  .v65-widgetModalCart-itemSummaryItem {
    width: 10%;
  }
}

.v65-widgetModalCart-itemSummaryDescription {
  float: left;
  width: 150px;
}
@media only screen and (max-width: 39.9375em) {
  .v65-widgetModalCart-itemSummaryDescription {
    width: 40%;
  }
}

.v65-widgetModalCart-itemSummaryPrice {
  float: left;
  width: 70px;
  text-align: right;
}
@media only screen and (max-width: 39.9375em) {
  .v65-widgetModalCart-itemSummaryPrice {
    width: 20%;
  }
}

.v65-widgetModalCart-itemSummaryTotal {
  float: left;
  width: 70px;
  text-align: right;
}
@media only screen and (max-width: 39.9375em) {
  .v65-widgetModalCart-itemSummaryTotal {
    width: 20%;
  }
}

.v65-widgetModalCart-itemSummarySubTotal {
  background: #eee;
  width: 370px;
  line-height: 24px;
  height: 24px;
}
@media only screen and (max-width: 39.9375em) {
  .v65-widgetModalCart-itemSummarySubTotal {
    width: 100%;
  }
}

.v65-widgetModalCart-itemSummarySubTotalLabel {
  float: left;
  width: 300px;
  text-align: right;
}
@media only screen and (max-width: 39.9375em) {
  .v65-widgetModalCart-itemSummarySubTotalLabel {
    width: 75%;
  }
}

.v65-widgetModalCart-itemSummarySubTotalValue {
  float: left;
  width: 70px;
  font-weight: bold;
  text-align: right;
}
@media only screen and (max-width: 39.9375em) {
  .v65-widgetModalCart-itemSummarySubTotalValue {
    width: 25%;
  }
}

.v65-widgetModalCart-itemMessageBottom {
  margin-bottom: 1em;
}

.v65-widgetModalCart-BottomButtons {
  text-align: right;
  margin-bottom: 1em;
}

.v65-widgetModalCart-viewCartButton {
  display: inline-block;
  margin-right: 5px;
}
.v65-widgetModalCart-viewCartButton a {
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  display: inline-block;
  line-height: 18px;
  height: 18px;
  padding: 0 10px;
  background: #454545;
  text-decoration: none;
  color: #fff;
}
.v65-widgetModalCart-viewCartButton a:hover {
  background: #67764a;
  color: #fff;
}

.v65-widgetModalCart-checkOutButton {
  display: inline-block;
}
.v65-widgetModalCart-checkOutButton a {
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  display: inline-block;
  line-height: 24px;
  height: 24px;
  padding: 0 10px;
  background: #67764a;
  text-decoration: none;
  color: #fff;
}
.v65-widgetModalCart-checkOutButton a:hover {
  background: #231f20;
  color: #fff;
}

.v65-widgetProduct-addToCart {
  margin-bottom: 1em;
}
.v65-widgetProduct-addToCart form {
  margin-bottom: 0.5em;
  padding: 0;
}
.v65-widgetProduct-addToCart fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.v65-widgetProduct-addToCart legend {
  display: none;
}

.v65-widgetProduct-addToCart-priceWrapper {
  display: inline;
  margin-right: 1em;
}
@media screen and (max-width: 970px) {
  .v65-widgetProduct-addToCart-priceWrapper {
    display: block;
    margin-bottom: 0.5em;
  }
}

.v65-widgetProduct-addToCart-price {
  display: inline;
  font-size: 1.3333333333em;
}
@media screen and (max-width: 580px) {
  .v65-widgetProduct-addToCart-price {
    font-size: 1.5em;
    font-weight: bold;
  }
}

.v65-widgetProduct-addToCart-originalPrice {
  color: #666;
  display: inline;
  letter-spacing: -1px;
  margin-right: 2px;
  text-decoration: line-through;
}

.v65-widgetProduct-addToCart-salePrice {
  display: inline;
}

.v65-widgetProduct-addToCart-unitDescription {
  display: inline;
  bottom: 1px;
  font-size: 0.75em;
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
}

.v65-widgetProduct-addToCart-productSKU {
  display: none;
}

.v65-widgetProduct-addToCart-caseQuantity {
  display: inline;
}

.v65-widgetProduct-addToCart-quantity {
  display: inline;
}

.v65-widgetProduct-addToCart-button {
  display: inline;
}
@media screen and (max-width: 580px) {
  .v65-widgetProduct-addToCart-button {
    width: 50%;
  }
}

.v65-widgetProduct-volumeBasePricing {
  font-size: 0.9em;
  width: auto;
}

.v65-widgetProduct-volumeBasePricing-description {
  display: inline;
  margin-right: 10px;
}

.v65-widgetProduct-volumeBasePricing-price {
  display: inline;
}

/* clearing */
.group:before, .group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.v65-widgetModalCart-status {
  letter-spacing: normal;
}

.primary-navigation-wrapper {
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  background: #f8f8f8;
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  text-align: center;
  z-index: 1;
}
@media only screen and (max-width: 64em) {
  .primary-navigation-wrapper {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 50;
    top: 68.5px;
    padding-bottom: 5rem;
    padding-top: 4.25rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .primary-navigation-wrapper {
    background: none;
    border-left: 0;
    padding: 0;
    position: relative;
  }
}
@media only screen and (max-width: 64em) {
  .primary-navigation-wrapper.mobile-nav-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    overflow-y: auto;
  }
}
.primary-navigation-wrapper ul {
  font-size: 15px;
  font-weight: 600;
  list-style: none;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  margin: 0;
  padding: 0;
  position: relative;
}
.primary-navigation-wrapper ul ul {
  -webkit-transition: opacity 200ms ease-out;
  -o-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
  background: #fff;
  border: 1px solid #666;
  font-size: 0.875rem;
  list-style: none;
  min-width: 12.5rem;
  opacity: 0;
  padding: 0.5rem 0.875rem;
  position: absolute;
  text-align: left;
  top: 100%;
  visibility: hidden;
}
.primary-navigation-wrapper li {
  border-bottom: 1px solid #363636;
  position: relative;
}
@media only screen and (min-width: 64.0625em) {
  .primary-navigation-wrapper li {
    border: 0;
    display: inline-block;
  }
}
@media only screen and (min-width: 64.0625em) {
  .primary-navigation-wrapper li.has-children.hover > a:before {
    opacity: 1;
    visibility: visible;
  }
}
.primary-navigation-wrapper li.has-children > a {
  position: relative;
}
.primary-navigation-wrapper li.has-children > a:before {
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
@media only screen and (min-width: 64.0625em) {
  .primary-navigation-wrapper li.has-children > a:before {
    background: #fff;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 2px;
    opacity: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 64.0625em) {
  .primary-navigation-wrapper li.has-children > a:hover:before {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 64em) {
  .primary-navigation-wrapper li.has-children > input:checked + a:before {
    content: "-";
  }
}
@media only screen and (max-width: 64em) {
  .primary-navigation-wrapper li.has-children > input + a:before {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "+";
    font-size: 1.125rem;
    position: absolute;
    top: 50%;
    right: 0;
    width: 3.25rem;
  }
}
.primary-navigation-wrapper li.has-children .toggle-sub-menu {
  display: block;
  max-height: 2.625rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 3.25rem;
  opacity: 0;
  z-index: 1;
}
@media only screen and (min-width: 64.0625em) {
  .primary-navigation-wrapper li.has-children .toggle-sub-menu {
    display: none;
  }
}
.primary-navigation-wrapper li.has-children .toggle-sub-menu:checked + a + ul {
  display: block;
  visibility: visible;
  opacity: 1;
  position: relative;
  background: transparent;
  border: none;
  text-align: center;
  padding-top: 0;
}
.primary-navigation-wrapper li.has-children .toggle-sub-menu:checked + a + ul li {
  border-bottom: none;
}
@media only screen and (min-width: 64.0625em) {
  .primary-navigation-wrapper li:hover ul, .primary-navigation-wrapper li:focus ul {
    visibility: visible;
    opacity: 1;
  }
}
.primary-navigation-wrapper li li {
  display: block;
  padding: 0;
  white-space: nowrap;
  border-bottom: none;
}
.primary-navigation-wrapper li li a {
  padding: 0.35em 0;
  font-size: 0.75rem;
}
.primary-navigation-wrapper a {
  color: #2c2926;
  display: block;
  padding: 0.75rem 1rem;
}
@media only screen and (min-width: 64.0625em) {
  .primary-navigation-wrapper a {
    padding: 1rem;
  }
}
@media only screen and (min-width: 64.0625em) and (max-width: 78rem) {
  .primary-navigation-wrapper a {
    padding: 1rem 0.5rem;
    font-size: 13px;
  }
}
.primary-navigation-wrapper a:hover {
  color: #67764a;
}
.primary-navigation-wrapper .current_page_item a, .primary-navigation-wrapper .current-page-ancestor a {
  color: #67764a;
}

.mobile-nav-toggle {
  cursor: pointer;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 2.5rem 0 0.75rem;
  position: absolute;
  left: 1rem;
  text-transform: uppercase;
  z-index: 20;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mobile-nav-active .mobile-nav-toggle {
  z-index: 2000;
}
@media only screen and (min-width: 64.0625em) {
  .mobile-nav-toggle {
    display: none;
  }
}
.mobile-nav-active .mobile-nav-toggle span {
  background: none;
}
.mobile-nav-active .mobile-nav-toggle span:before, .mobile-nav-active .mobile-nav-toggle span:after {
  transition-delay: 0s, 200ms;
}
.mobile-nav-active .mobile-nav-toggle span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}
.mobile-nav-active .mobile-nav-toggle span:after {
  transform: rotate(-45deg);
  bottom: 0;
}
.mobile-nav-toggle span {
  transition: background 0s 200ms;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #000;
  display: block;
  height: 1.5px;
  margin-top: 5px;
  position: absolute;
  top: 37%;
  right: 1rem;
  bottom: 0;
  width: 20px;
}
.mobile-nav-toggle span:before, .mobile-nav-toggle span:after {
  transition-duration: 200ms, 200ms;
  transition-delay: 200ms, 0s;
  background: #000;
  content: "";
  height: 1.5px;
  position: absolute;
  left: 0;
  width: 100%;
}
.mobile-nav-toggle span:before {
  transition-property: top, transform;
  top: -5px;
}
.mobile-nav-toggle span:after {
  transition-property: bottom, transform;
  bottom: -5px;
}

body {
  border: 0 !important;
}

.body-border {
  border-top: 21px solid #f8f6ee;
  border-left: 21px solid #f8f6ee;
  border-right: 21px solid #f8f6ee;
}

header + section.full-width-wrapper {
  margin-top: 2rem;
}

.new-home #home-top {
  height: auto;
}
@media only screen and (max-width: 64em) {
  .new-home #home-callouts {
    position: relative;
    bottom: 0;
    display: flex;
  }
}
@media only screen and (max-width: 39.9375em) {
  .new-home #home-callouts {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 64em) {
  .new-home #home-callouts a.home-callout-link {
    width: 33.33%;
  }
}
@media only screen and (max-width: 39.9375em) {
  .new-home #home-callouts a.home-callout-link {
    width: 100%;
    margin-bottom: 0;
  }
}

.homevideo-iframe__vimeo {
  position: relative;
}
.homevideo-iframe__vimeo iframe {
  background-size: cover;
  pointer-events: none;
  top: 50% !important;
  left: 50% !important;
  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: 40em) {
  .homevideo-iframe__vimeo iframe {
    width: auto;
  }
}
.homevideo-iframe__vimeo__video iframe {
  z-index: -1;
}
.homevideo-iframe__vimeo .mute-video-vimeo,
.homevideo-iframe__vimeo .play-pause-video-vimeo {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background: none;
  border: 0;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 2;
  box-shadow: none;
  z-index: -1;
  padding: 0;
}
@media only screen and (min-width: 64.0625em) {
  .homevideo-iframe__vimeo .mute-video-vimeo,
  .homevideo-iframe__vimeo .play-pause-video-vimeo {
    width: 3.5rem;
    height: 3.5rem;
    bottom: 2rem;
    left: 2rem;
  }
}
.homevideo-iframe__vimeo .mute-video-vimeo svg,
.homevideo-iframe__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) {
  .homevideo-iframe__vimeo .mute-video-vimeo svg,
  .homevideo-iframe__vimeo .play-pause-video-vimeo svg {
    max-height: 2.5rem;
    max-width: 2.5rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .homevideo-iframe__vimeo .mute-video-vimeo svg.icon-pause,
  .homevideo-iframe__vimeo .play-pause-video-vimeo svg.icon-pause {
    max-height: 1.5rem;
    max-width: 1.75rem;
  }
}
.homevideo-iframe__vimeo .play-pause-video-vimeo.pause-video .icon-play {
  display: block;
}
.homevideo-iframe__vimeo .play-pause-video-vimeo.pause-video .icon-pause {
  display: none;
}
.homevideo-iframe__vimeo .play-pause-video-vimeo.play-video .icon-pause {
  display: block;
}
.homevideo-iframe__vimeo .play-pause-video-vimeo.play-video .icon-play {
  display: none;
}
.homevideo-iframe__vimeo .mute-video-vimeo {
  left: initial;
  right: 2rem;
}
.homevideo-iframe__vimeo--no-autoplay .homevideo-iframe__vimeo--wrapper .mute-video-vimeo,
.homevideo-iframe__vimeo--no-autoplay .homevideo-iframe__vimeo--wrapper .play-pause-video-vimeo {
  z-index: -1;
}
.homevideo-iframe__vimeo--playing {
  background: none !important;
}
.homevideo-iframe__vimeo--playing .homevideo-iframe__vimeo--wrapper iframe {
  z-index: 1;
}
.homevideo-iframe__vimeo--playing .homevideo-iframe__vimeo--wrapper .play-video-vimeo {
  display: none !important;
}
.homevideo-iframe__vimeo--playing .homevideo-iframe__vimeo--wrapper .mute-video-vimeo,
.homevideo-iframe__vimeo--playing .homevideo-iframe__vimeo--wrapper .play-pause-video-vimeo {
  z-index: 1;
}
.homevideo-iframe__vimeo--wrapper {
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.homevideo-iframe__vimeo--wrapper__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;
}
.homevideo-iframe__vimeo--wrapper--fullscreen video {
  z-index: 1;
}
.homevideo-iframe__vimeo .play-video-vimeo {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  border: 2px solid white;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.homevideo-iframe__vimeo .play-video-vimeo span {
  box-sizing: border-box;
  height: 45px;
  border-color: transparent transparent transparent #fff;
  transition: 100ms all ease;
  will-change: border-width;
  cursor: pointer;
  border-style: solid;
  border-width: 25px 0 25px 45px;
  display: block;
  position: relative;
  left: 10px;
  z-index: 2;
}

.page-template-page-no-header .entry-content {
  padding-top: 2rem;
}
.page-template-page-no-header .entry-content h1 {
  font-size: 1.6875rem;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 40em) {
  .page-template-page-no-header .entry-content h1 {
    font-size: 2.25rem;
  }
}
.page-template-page-no-header .entry-content .c7-subscribe {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

/* Commerce7 Template - Text Block */
.c7t-text-block {
  position: relative;
  padding: 2.5rem 0;
}
.c7t-text-block + .c7t-text-block {
  padding-top: 0;
}
.c7t-text-block p:last-child, .c7t-text-block hr:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 40em) {
  .c7t-text-block--2col .c7t-template-width {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c7t-text-block--2col .c7t-template-width > div {
    width: 49%;
    padding: 0 1%;
    margin-left: 0;
    margin-right: 0;
  }
  .c7t-text-block--2col .c7t-template-width > div + div {
    padding: 0 1%;
    margin-left: 0;
    margin-right: 0;
  }
}
.c7t-text-block--2col .c7t-template-width > div {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 40em) {
  .c7t-text-block--2col .c7t-template-width > div {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 40em) {
  .c7t-text-block--2col .c7t-content--first-large > div {
    width: 64% !important;
    padding-right: 3%;
  }
  .c7t-text-block--2col .c7t-content--first-large > div + div {
    width: 36% !important;
  }
}
@media only screen and (min-width: 40em) {
  .c7t-text-block--2col .c7t-content--last-large > div {
    width: 36% !important;
  }
  .c7t-text-block--2col .c7t-content--last-large > div + div {
    width: 64% !important;
    padding-left: 3%;
  }
}
@media only screen and (min-width: 40em) {
  .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: 40em) {
  .c7t-text-block--3col .c7t-template-width > div {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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;
  }
}

.hotel-details {
  border-bottom: 2px dotted #cccccc;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .hotel-details .c7t-content > div {
    width: 66%;
  }
}
.hotel-details .c7t-content > div:first-child {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hotel-details .c7t-content > div:first-child {
    width: 34%;
  }
}
