/*!
Theme Name: Spectra Template Child
Author: Wineworks
Author URI: http://wineworks.co
Description: Custom child theme developed by Wine Works to be used with Commerce7 & WordPress
Template: wp-spectratheme
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Spectra Child
*/
:root {
  --black: #000000;
  --cream: #F7F2D7;
  --orange: #B65518;
  --ada-organge: #BE5819;
  --beige: #CBC0B7;
  --c7-heading-font-family: "garamond-premier-pro", serif;
  --c7-font-family: "garamond-premier-pro", serif;
}

body {
  background-color: var(--black);
}

body, p {
  font-size: 1.0625rem;
  font-size: clamp(1.0625rem, 1.015625rem + 0.1953125vw, 1.25rem);
  font-weight: 400;
  font-style: normal;
  font-family: var(--c7-font-family);
  color: var(--cream);
  letter-spacing: 0.005em;
}

h1, h2, .c7-product-detail h1, h3, .c7-product-detail h2, .c7-product-detail h1, .c7-product-detail h3, .c7-checkout-summary h2, .c7-modal__content h2, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: normal;
  font-style: normal;
  font-family: var(--c7-heading-font-family);
}

.c7t-text-block {

    padding: 0px!important;
}

main a {
  color: var(--cream);
  text-decoration: none;
}

main a:hover {
  color: var(--orange);
}

blockquote p:before {
  content: "";
}

blockquote p:after {
  content: "";
}

h1, .h1 {
  font-size: 1.375rem;
  font-size: clamp(1.375rem, 1.0625rem + 1.3020833333vw, 2.625rem);
}

h2, .h2 {
  font-size: 1.375rem;
  font-size: clamp(1.375rem, 1.125rem + 1.0416666667vw, 2.375rem);
 	margin-bottom: 1em;
}

blockquote p {
  font-size: 1.9rem;
}

.eyebrow-message {
  font-family: var(--c7-font-family);
  color: var(--ada-organge);
  font-weight: 600;
  font-style: normal;
  letter-spacing: 3px;
  margin-bottom: 0.75em;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.71875rem + 0.1302083333vw, 0.875rem);
}
@media only screen and (min-width: 768px) {
  .eyebrow-message {
    letter-spacing: 6px;
  }
}

td, th {
  padding: 0.5rem;
  vertical-align: top;
}

.header {
  margin-bottom: -100px;
  background: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 64.0625em) {
  .header {
    margin-bottom: -125px;
  }
}
.home .header {
  opacity: 0;
}
.header .c7t-template-width {
  max-width: 98%;
}

.header__navigation-toggle {
  transform: translateY(2.2rem);
  color: var(--cream);
  display: none;
}

@media screen and (max-width: 64em) {
  .header__navigation__menu .menu-header-container {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 64em) {
  .header__navigation__menu .menu-header-container > ul {
    flex-direction: column;
    width: 100%;
  }
}
@media screen and (max-width: 64em) {
  .header__navigation__menu .menu-header-container > ul li {
    text-align: center;
    width: 100%;
  }
}
.header__navigation__menu .menu-header-container a {
  color: var(--cream);
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.05em;
}
.header__navigation__menu .menu-header-container a:hover {
  color: #ffffff;
}

.mobile-nav-active .header__navigation__menu .menu-header-container {
  transform: translateX(0);
  transition: visibility 200ms ease-out, transform 200ms ease-out;
  pointer-events: all;
  visibility: visible;
}

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

.footer__logo {
  text-align: center;
  width: 100%;
  padding: 1rem;
}
.footer__logo img {
  width: 200px;
}
@media screen and (min-width: 768px) {
  .footer__logo img {
    width: 260px;
  }
}
.footer__copyright {
  width: 100%;
  order: 4;
}

.c7t-banner {
  opacity: 0;
}
.c7t-banner .c7t-banner__content h1 {
  color: var(--cream);
}.c7t-text-block
.c7t-banner .c7t-template-width {
  max-width: 90rem;
}
.c7t-banner .c7t-template-width--content-center-left .c7t-banner__content {
  max-width: 600px;
  padding: 0.5rem;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .c7t-banner .c7t-template-width--content-center-left .c7t-banner__content {
    padding: 2rem;
  }
}
.c7t-banner--large .c7t-template-width {
  height: 90vh;
}

.intro-quote {
  padding: 2.5rem 0 0 !important;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .intro-quote {
    padding: 4.5rem 0 0 !important;
  }
}
.intro-quote blockquote p {
  line-height: 1.4;
  font-size: 1.375rem;
  font-size: clamp(1.375rem, 1.15625rem + 0.9114583333vw, 2.25rem);
}
.intro-quote .c7t-content {
  margin: 0 auto;
  max-width: 74rem;
}

.feature-wine {
  padding: 1rem 0 2.5rem !important;
}
@media only screen and (min-width: 768px) {
  .feature-wine {
    padding: 2.5rem 0 !important;
  }
}
.feature-wine img {
  height: 700px;
  max-height: 70vh;
  width: auto !important;
}
.feature-wine a {
  font-size: clamp(0.875rem, 0.725rem + 0.5vw, 1.125rem);
}

.overlay-photo .c7t-content {
  max-width: 100%;
  padding: 0;
}
.overlay-photo .c7t-content img {
  position: absolute;
  z-index: 1;
  right: 10%;
  width: 50%;
  top: -2rem;
}
@media only screen and (min-width: 768px) {
  .overlay-photo .c7t-content img {
    width: 34%;
    top: -5rem;
  }
}

.pioneering {
  padding: 4.5rem 0 2.5rem !important;
}
@media only screen and (min-width: 768px) {
  .pioneering {
    padding: 6.5rem 0 2.5rem !important;
  }
}

.bottom-quote {
  padding: 0 !important;
}
@media only screen and (min-width: 768px) {
  .bottom-quote {
    padding: 4.5rem 0 !important;
    margin-top: -13rem;
  }
}
.bottom-quote blockquote {
  margin: 0 0 1.5rem;
}
.bottom-quote blockquote + p {
  font-size: clamp(0.875rem, 0.725rem + 0.5vw, 1.125rem);
}
.bottom-quote .c7t-template-width {
  display: flex;
  flex-wrap: wrap;
}
.bottom-quote .c7t-template-width div:first-child {
  order: 2;
}
@media only screen and (min-width: 768px) {
  .bottom-quote .c7t-template-width div:first-child {
    order: 0;
  }
}

.vertical-align .c7t-template-width {
  align-items: center;
}

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

.small-width .c7t-content {
  max-width: 50rem;
  margin: 0 auto;
}

.wide-content .c7t-content {
  max-width: 85rem;
  margin: 0 auto;
}

.c7t-text-block {
  position: relative;
  /*padding: 4.5rem 0;*/
}
.c7t-text-block + .c7t-text-block {
 /*padding: 2.5rem 0;*/
}
@media only screen and (min-width: 768px) {
  .c7t-text-block + .c7t-text-block {
    /*padding: 4.5rem 0;*/
  }
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.margin-top150 {
  margin-top: 150px;
}

.overlay-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.full-width-custom .c7t-content {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}