/*!
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
*/
@import url("//hello.myfonts.net/count/391295");
@font-face {
  font-family: "BwDarius-Regular";
  src: url("./fonts/391295_3_0.eot");
  src: url("./fonts/391295_3_0.eot?#iefix") format("embedded-opentype"), url("./fonts/391295_3_0.woff2") format("woff2"), url("./fonts/391295_3_0.woff") format("woff"), url("./fonts/391295_3_0.ttf") format("truetype");
}
@font-face {
  font-family: "palomino_script";
  src: url("./fonts/palomino-script-webfont.woff2") format("woff2"), url("./fonts/palomino-script-webfont.woff") format("woff"), url("./fonts/palomino-script-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --c7-font-family:"BwDarius-Regular", serif;
  --c7-heading-font-family: "palomino_script", cursive;
  --c7-heading-text-color: #333;
  --c7-button-border-radius: 3px;
}

html, body {
  font-size: 16px;
}

body {
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "BwDarius-Regular", serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

p {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: "BwDarius-Regular", serif;
}

h1, .h1, h2, .h2, h3, .h3 {
  font-family: "palomino_script", cursive;
}

h1, .h1 {
  font-size: 2.25rem;
  line-height: 1.6;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 40.0625em) {
  h1, .h1 {
    font-size: 3rem;
  }
}

h2, .h2 {
  font-size: 1.6875rem;
  line-height: 1.6;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 40.0625em) {
  h2, .h2 {
    font-size: 2.25rem;
  }
}

h3, .h3 {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 1em;
  margin-top: 1.5em;
}
h3 em, .h3 em {
  color: #999;
  display: block;
  font-size: 0.9rem;
}

h4, .h4 {
  font-size: 1.05rem;
  margin-bottom: 0.5em;
}

h5, .h5 {
  font-size: 1.025rem;
  margin-bottom: 0.5em;
}

h6, .h6 {
  font-size: 1.025rem;
  margin-bottom: 0;
}

ul, ol, dl {
  font-size: 1.1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1.25rem;
}

table {
  font-size: 1.1rem;
  margin-bottom: 1.25rem;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: color 200ms ease-out;
  -ms-transition: color 200ms ease-out;
  -o-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
}
a:hover {
  color: #4d4d4d;
  text-decoration: none;
}

.button,
.c7-btn {
  font-family: "BwDarius-Regular", serif;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-weight: bold;
  height: auto;
  line-height: 1;
  padding: 1em;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  text-transform: none;
}

.header--homepage {
  background-color: #000;
}

.header--centered.header--homepage {
  background-color: #000;
}
.header--centered.header--homepage .header__navigation__menu .menu-header-container a {
  color: #ccc;
}
.header--centered.header--homepage .header__navigation__menu .menu-header-container a:hover {
  color: var(--white);
}
.header--centered.header--homepage .header__navigation-toggle {
  color: #ccc;
}
.header--centered.header--homepage .header__navigation-toggle span {
  background: #ccc;
}
.header--centered.header--homepage .header__navigation-toggle span:before, .header--centered.header--homepage .header__navigation-toggle span:after {
  background: #ccc;
}

.scrolled .header {
  background: #fff;
}
@media only screen and (min-width: 64.0625em) {
  .scrolled .header {
    background: #fff;
  }
}
.scrolled .header--homepage {
  background-color: #000;
}

.header__navigation__menu .menu-header-container a {
  color: #333;
}
.header__navigation__menu .menu-header-container a:hover {
  color: #666;
}
@media screen and (max-width: 63.9375rem) {
  .header--centered .header__navigation__menu {
    top: 60px;
  }
}
.header--centered .header__navigation-toggle {
  color: #000;
}
.header--centered .header__navigation-toggle span {
  background: #000;
}
.header--centered .header__navigation-toggle span:before, .header--centered .header__navigation-toggle span:after {
  background: #000;
}

.show-mobile-nav .header__navigation-toggle, .show-mobile-nav .header--centered__navigation-toggle, .show-mobile-nav .header--homepage__navigation-toggle {
  color: #fff;
}
.show-mobile-nav .header__navigation-toggle span, .show-mobile-nav .header--centered__navigation-toggle span, .show-mobile-nav .header--homepage__navigation-toggle span {
  background: none !important;
}
.show-mobile-nav .header__navigation-toggle span:before, .show-mobile-nav .header__navigation-toggle span:after, .show-mobile-nav .header--centered__navigation-toggle span:before, .show-mobile-nav .header--centered__navigation-toggle span:after, .show-mobile-nav .header--homepage__navigation-toggle span:before, .show-mobile-nav .header--homepage__navigation-toggle span:after {
  background: #fff;
}
.show-mobile-nav .header__navigation__menu .menu-header-container a, .show-mobile-nav .header--centered__navigation__menu .menu-header-container a, .show-mobile-nav .header--homepage__navigation__menu .menu-header-container a {
  color: #fff;
}
.show-mobile-nav .header__navigation__menu .menu-header-container a:hover, .show-mobile-nav .header--centered__navigation__menu .menu-header-container a:hover, .show-mobile-nav .header--homepage__navigation__menu .menu-header-container a:hover {
  color: #333;
}

.c7t-third--content-below .c7t-third__item-wrapper {
  justify-content: space-between !important;
}

.c7t-third--content-below .c7t-third__content {
  height: 100%;
  justify-content: space-between !important;
}

.footer__address {
  position: relative;
}
.footer__address:before {
  content: "";
  position: relative;
  display: block;
  background: url(/wp-content/uploads/2026/03/footer_logo.png) top left no-repeat;
  background-size: contain;
  height: 3.5rem;
  width: 3.5rem;
  margin: 0 auto;
}
@media only screen and (min-width: 64.0625em) {
  .footer__address:before {
    margin: 0;
  }
}
@media only screen and (min-width: 1460px) {
  .footer__address:before {
    position: absolute;
    top: 10px;
    left: -70px;
    bottom: 0;
  }
}
