/*!
Theme Name: Spectra Template Child
Author: Wineworks
Author URI: http://wineworks.co
GitHub Theme URI: https://github.com/wineworks/wp-spectratheme
Description: Custom child theme developed by Wine Works to be used with Commerce7 & WordPress
Template: wp-spectratheme
Version: 1.1.2.13
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Spectra Child
*/
@font-face {
  font-family: "Centaur Mt Std";
  src: url("/wp-content/themes/wp-spectratheme-child/fonts/CentaurMTStd-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --c7-font-family: "p22-underground", sans-serif;
  --c7-heading-font-family: "Centaur Mt Std", serif;
  --c7-primary-button-bg: #E82011;
  --c7-primary-button-bg-hover: transparent;
  --c7-button-border-radius: 0;
}

body, p {
  font-family: "p22-underground", sans-serif;
  line-height: 28px;
  letter-spacing: 0.1px;
  font-weight: 300;
  font-size: 16px;
}

h1, .h1 {
  font-weight: 400;
  font-family: "Centaur Mt Std", serif;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 3px;
}

h2, .h2,
.c7t-half-text h2 {
  font-weight: 400;
  font-family: "Centaur Mt Std", serif;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 3px;
}

.eyebrow-heading {
  font-family: "p22-underground", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 44px;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-bottom: 1em;
}

.full-width .c7t-content {
  max-width: none;
  padding: 0;
}

.paper-background-filter {
  position: absolute;
  background-color: white;
  inset: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: -1;
}

.medium-padding-top {
  padding-top: 3rem !important;
}
@media only screen and (min-width: 64.0625em) {
  .medium-padding-top {
    padding-top: 3.5rem !important;
  }
}

.large-padding-top {
  padding-top: 5rem !important;
}
@media only screen and (min-width: 64.0625em) {
  .large-padding-top {
    padding-top: 7rem !important;
  }
}

.medium-padding-bottom {
  padding-bottom: 3rem !important;
}
@media only screen and (min-width: 64.0625em) {
  .medium-padding-bottom {
    padding-bottom: 3.5rem !important;
  }
}

.large-padding-bottom {
  padding-bottom: 5rem !important;
}
@media only screen and (min-width: 64.0625em) {
  .large-padding-bottom {
    padding-bottom: 7rem !important;
  }
}

.button {
  background: var(--c7-primary-button-bg);
  border: 2px solid var(--c7-primary-button-bg);
  font-family: "p22-underground", sans-serif;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
  padding: 5px 32px;
  line-height: 2;
}
.button:hover, .button:focus, .button:active {
  color: var(--c7-primary-button-bg);
}

@media only screen and (min-width: 64.0625em) {
  .header {
    padding: 1.3rem 0;
    position: relative;
  }
}
@media only screen and (min-width: 64.0625em) {
  .header--centered .header__logo {
    padding: 0;
  }
}
.header__logo a {
  line-height: 1;
}
@media only screen and (min-width: 64.0625em) {
  .scrolled .header {
    position: relative;
  }
}
@media only screen and (min-width: 64.0625em) {
  .scrolled .header__logo {
    width: 250px;
  }
}

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

.footer {
  font-family: "Inter", sans-serif;
  font-size: 14.5px;
  line-height: 24px;
  letter-spacing: 0.1px;
  font-weight: 400;
}
.footer__logo {
  margin: 1rem auto;
  text-align: center;
}
.footer__logo img {
  width: 236px;
}
.footer__copyright {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 22.75px;
  text-transform: uppercase;
  margin: 0 auto 0;
  font-weight: 400;
}

.c7t-banner__content {
  padding: 0;
}
@media only screen and (min-width: 40.0625em) {
  .c7t-banner__content {
    padding: 1rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c7t-banner__content {
    padding: 2rem;
  }
}
.c7t-banner__content .button {
  border-color: var(--c7-primary-button-bg);
}
.c7t-banner__content .button:hover, .c7t-banner__content .button:focus, .c7t-banner__content .button:active {
  border-color: var(--c7-primary-button-bg);
}
.commerce7-v2 .c7t-banner__content .button {
  background: var(--c7-primary-button-bg);
  color: #FFF;
  box-shadow: none;
}
.commerce7-v2 .c7t-banner__content .button:hover, .commerce7-v2 .c7t-banner__content .button:focus, .commerce7-v2 .c7t-banner__content .button:active {
  background: transparent;
  color: var(--c7-primary-button-bg);
}
.c7t-banner .c7t-template-width .c7t-banner__content {
  text-shadow: none;
}
.c7t-banner--image-uncropped .c7t-banner__image {
  max-height: 1080px;
  height: 90vh;
}
.c7t-banner--image-uncropped img {
  max-height: 1080px;
  height: 100% !important;
  object-fit: cover;
}
@media screen and (max-width: 40rem) {
  .c7t-banner--complex-content {
    background-size: auto;
  }
}
@media only screen and (min-width: 40.0625em) {
  .c7t-banner--complex-content.hero-banner {
    min-height: 1200px;
  }
}
@media screen and (max-width: 40em) {
  .c7t-banner--complex-content.hero-banner .c7t-banner__content__main .right-column {
    margin-top: 200px;
    margin-bottom: -300px;
  }
}
.c7t-banner--complex-content.recipe-banner .c7t-banner__content__main {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 1024px) {
  .c7t-banner--complex-content.recipe-banner .c7t-banner__content__main {
    flex-direction: row;
  }
}
.c7t-banner--complex-content.recipe-banner .c7t-banner__content__main .right-column {
  margin-bottom: 275px;
}
@media only screen and (min-width: 40.0625em) {
  .c7t-banner--complex-content.recipe-banner .c7t-banner__content__main .right-column {
    margin-bottom: 4rem;
  }
}
.c7t-banner--complex-content.c7t-banner--large .c7t-template-width {
  height: 100%;
  align-items: start;
}
@media only screen and (min-width: 40.0625em) {
  .c7t-banner--complex-content.c7t-banner--large .c7t-template-width {
    height: 100%;
  }
}
@media only screen and (min-width: 40.0625em) and (max-width: 1148px) {
  .c7t-banner--complex-content.c7t-banner--large .c7t-template-width {
    justify-content: end;
  }
}
.c7t-banner--complex-content .c7t-banner__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 20px;
  margin-top: 4rem;
}
@media only screen and (min-width: 40.0625em) {
  .c7t-banner--complex-content .c7t-banner__content {
    gap: 100px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c7t-banner--complex-content .c7t-banner__content {
    gap: 250px;
  }
}
.c7t-banner--complex-content .c7t-banner__content__intro {
  max-width: 702px;
  margin-left: auto;
  margin-right: auto;
}
.c7t-banner--complex-content .c7t-banner__content__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 1024px) {
  .c7t-banner--complex-content .c7t-banner__content__main {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1340px) {
  .c7t-banner--complex-content .c7t-banner__content__main {
    gap: 150px;
  }
}
@media only screen and (min-width: 2048px) {
  .c7t-banner--complex-content .c7t-banner__content__main {
    gap: 200px;
  }
}
@media only screen and (min-width: 72.0625em) {
  .c7t-banner--complex-content .c7t-banner__content__main .left-column {
    min-width: 50%;
  }
}
.c7t-banner--complex-content .c7t-banner__content__main .left-column img {
  width: 70%;
}
.c7t-banner--complex-content .c7t-banner__content__main .right-column {
  margin-bottom: 4rem;
  filter: drop-shadow(25px 50px 100px rgba(0, 0, 0, 0.1));
}
.c7t-banner--complex-content .c7t-banner__content__main .right-column__content {
  text-align: left;
  padding: 2rem;
  position: relative;
  z-index: 1;
  width: 100%;
}
@media only screen and (min-width: 40.0625em) {
  .c7t-banner--complex-content .c7t-banner__content__main .right-column__content {
    padding: 3rem 4rem 4rem;
    min-width: 300px;
  }
}
@media only screen and (min-width: 72.0625em) {
  .c7t-banner--complex-content .c7t-banner__content__main .right-column__content {
    min-width: 500px;
    padding: 3rem 5rem 4rem;
  }
}
@media only screen and (min-width: 98.0625em) {
  .c7t-banner--complex-content .c7t-banner__content__main .right-column__content {
    min-width: 550px;
  }
}
.c7t-banner--complex-content .c7t-banner__content__main .right-column__content h1, .c7t-banner--complex-content .c7t-banner__content__main .right-column__content h2, .c7t-banner--complex-content .c7t-banner__content__main .right-column__content h3, .c7t-banner--complex-content .c7t-banner__content__main .right-column__content h4, .c7t-banner--complex-content .c7t-banner__content__main .right-column__content h5, .c7t-banner--complex-content .c7t-banner__content__main .right-column__content h6, .c7t-banner--complex-content .c7t-banner__content__main .right-column__content p, .c7t-banner--complex-content .c7t-banner__content__main .right-column__content div {
  color: #000;
}
.c7t-banner--complex-content .c7t-banner__content__main .right-column__content .button {
  margin-top: 1em;
}
@media screen and (max-width: 40em) {
  .c7t-banner--complex-content + .c7t-half-text {
    margin-top: 250px;
  }
}

.c7t-text-block--6col.full-width .c7t-template-width > div {
  padding: 0;
  margin-bottom: 0.5%;
}
.c7t-text-block--6col.social-feed .c7t-template-width {
  display: flex;
}
@media screen and (max-width: 768px) {
  .c7t-text-block--6col.social-feed .c7t-template-width {
    gap: 1%;
  }
}
@media screen and (max-width: 768px) {
  .c7t-text-block--6col.social-feed .c7t-template-width > div:nth-child(n+3) {
    display: none;
  }
}
@media only screen and (min-width: 48.0625em) {
  .c7t-text-block--2col.subscribe-form .c7t-template-width {
    align-items: center;
  }
}

.c7t-half-text {
  max-width: 1130px;
}
.c7t-half-text.overlapping-content {
  padding: 5rem 1rem 3.5rem;
}
@media only screen and (min-width: 40.0625em) {
  .c7t-half-text.overlapping-content {
    align-items: center;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c7t-half-text.overlapping-content {
    padding: 8rem 0;
  }
}
@media only screen and (min-width: 40.0625em) {
  .c7t-half-text.overlapping-content.c7t-half-text--image-right .c7t-half-text__content {
    margin-right: -75px;
  }
}
@media only screen and (min-width: 40.0625em) {
  .c7t-half-text.overlapping-content.c7t-half-text--image-left .c7t-half-text__content {
    margin-left: -75px;
  }
}
@media only screen and (min-width: 40.0625em) {
  .c7t-half-text.overlapping-content .c7t-half-text__image {
    width: 60%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c7t-half-text.overlapping-content .c7t-half-text__image {
    width: 70%;
  }
}
@media only screen and (min-width: 40.0625em) {
  .c7t-half-text.overlapping-content .c7t-half-text__image img {
    object-fit: cover;
    height: 778px !important;
  }
}
.c7t-half-text.overlapping-content .c7t-half-text__content {
  z-index: 1;
  background-image: url("/wp-content/uploads/2026/09/paper-background.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2rem;
  position: relative;
}
@media only screen and (min-width: 64.0625em) {
  .c7t-half-text.overlapping-content .c7t-half-text__content {
    padding: 3rem 4rem;
  }
}

.c7t-complex-square {
  gap: 8px;
}
@media only screen and (min-width: 40.0625em) {
  .c7t-complex-square {
    align-items: center;
    gap: 20px;
  }
}
@media only screen and (min-width: 40.0625em) {
  .c7t-complex-square__large-image {
    width: 70%;
  }
}
.c7t-complex-square__smaller-images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  height: 100%;
}
@media only screen and (min-width: 40.0625em) {
  .c7t-complex-square__smaller-images {
    gap: 20px;
  }
}
.c7t-complex-square video {
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 40.0625em) {
  .c7t-complex-square video {
    height: 400px;
  }
}
.overlapping-section .c7t-complex-square {
  padding-top: 2rem;
  position: relative;
  z-index: 1;
  flex-direction: row;
}
.overlapping-section .c7t-complex-square__large-image {
  max-height: 600px;
  width: 60%;
}
@media only screen and (min-width: 40.0625em) {
  .overlapping-section .c7t-complex-square__large-image {
    width: 70%;
  }
}
.overlapping-section .c7t-complex-square__large-image img {
  max-height: 600px;
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 40.0625em) {
  .overlapping-section .c7t-complex-square__large-image img {
    min-height: 600px;
  }
}
.overlapping-section .c7t-complex-square__smaller-images {
  max-height: 600px;
  width: 40%;
}
@media only screen and (min-width: 40.0625em) {
  .overlapping-section .c7t-complex-square__smaller-images {
    width: 30%;
  }
}
.overlapping-section .c7t-complex-square__smaller-images img, .overlapping-section .c7t-complex-square__smaller-images video {
  max-height: 290px;
  object-fit: cover;
}
@media only screen and (min-width: 40.0625em) {
  .overlapping-section .c7t-complex-square__smaller-images img, .overlapping-section .c7t-complex-square__smaller-images video {
    min-height: 290px;
  }
}

.overlapping-section {
  max-height: 600px;
}
@media only screen and (min-width: 40.0625em) {
  .overlapping-section {
    margin-bottom: -450px;
  }
}
@media only screen and (min-width: 40.0625em) {
  .overlapping-section + .c7t-banner {
    padding-top: 400px;
  }
}

.gform-theme.gform-theme--framework.gform_wrapper .button {
  background: var(--c7-primary-button-bg) !important;
  border: 2px solid var(--c7-primary-button-bg) !important;
  border-color: var(--c7-primary-button-bg) !important;
  border-radius: 0 !important;
  font-family: "p22-underground", sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 5px !important;
  text-transform: uppercase !important;
  padding: 5px 32px !important;
  line-height: 2 !important;
}
.gform-theme.gform-theme--framework.gform_wrapper .button:hover, .gform-theme.gform-theme--framework.gform_wrapper .button:focus, .gform-theme.gform-theme--framework.gform_wrapper .button:active {
  color: var(--c7-primary-button-bg);
}

.gform-theme.gform-theme--framework.gform_wrapper .button:hover {
  background: var(--dark-green) !important;
  color: var(--white) !important;
  text-decoration: none !important;
}

.gform-theme.gform-theme--framework.gform_wrapper .button {
  margin-top: 30px !important;
}

.gform-theme label, .gform-theme legend {
  color: #FFF !important;
}

@media (min-width: 640px) {
  .gform-theme--foundation .gform_fields {
    row-gap: 30px !important;
  }
}
.c7t-text-block--reverse .gform_wrapper .gform_footer input.button,
.c7t-text-block--reverse .gform_wrapper .gform_footer input[type=submit],
.c7t-text-block--reverse .gform_wrapper .gform_page_footer input.button,
.c7t-text-block--reverse .gform_wrapper .gform_page_footer input[type=submit] {
  border-color: var(--c7-primary-button-bg) !important;
}
