/*!
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
*/
.c7-tools {
  font-size: 16px;
}

#c7-cart .c7-user-nav__cart__title {
  font-size: 14px;
  line-height: 0;
}

.c7-user-nav__cart__count {
  vertical-align: text-top;
}

.header__navigation-toggle {
  transform: translateY(-42px);
}

.subnavigation {
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
}
.subnavigation-wrapper {
  position: relative;
  text-align: center;
}
.subnavigation .page-title {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid var(--orange);
  border-top: 1px solid var(--orange);
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-family: "adobe-garamond-pro", serif;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
  padding: 0.5rem 0;
  text-align: left;
}
@media only screen and (min-width: 40.0625em) {
  .subnavigation .page-title {
    display: none;
  }
}
.subnavigation .page-title:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.subnavigation #toggle-mobile-dropdown {
  display: none;
}
.subnavigation #toggle-mobile-dropdown:after {
  background: transparent;
}
.subnavigation #toggle-mobile-dropdown:checked + label:after {
  border-bottom: 5px solid #333;
  border-top: 0;
}
.subnavigation #toggle-mobile-dropdown:checked ~ ul {
  opacity: 1;
  visibility: visible;
}
.subnavigation-menu-items {
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: var(--cream);
  border: 1px solid var(--orange);
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  visibility: hidden;
  z-index: 1;
  font-size: 16px;
  font-family: "adobe-garamond-pro", serif;
  list-style: none;
}
@media only screen and (min-width: 40.0625em) {
  .subnavigation-menu-items {
    background: none;
    border: 0;
    opacity: 1;
    position: relative;
    visibility: visible;
  }
}
.subnavigation-menu-items li {
  position: relative;
  text-transform: uppercase;
}
@media only screen and (min-width: 64.0625em) {
  .subnavigation-menu-items li {
    display: inline-block;
  }
}
.subnavigation-menu-items a {
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  -webkit-transition-property: border, all;
  -o-transition-property: border, all;
  transition-property: border, all;
  color: #000;
  opacity: 60%;
  text-decoration: none;
  line-height: 28px;
  letter-spacing: 1.5px;
  font-size: 15px;
  display: block;
  padding: 0.5rem 1rem;
  z-index: 3;
  position: relative;
}
@media only screen and (min-width: 40.0625em) {
  .subnavigation-menu-items a {
    display: inline-block;
  }
}
.subnavigation-menu-items a:hover {
  opacity: 100%;
  color: var(--teal);
}

.menu-item-anchor.active a {
  opacity: 100%;
  color: #000;
  pointer-events: none;
}

.mec-tab-loader {
  display: flex;
}

@media (max-width: 960px) {
  .mec-full-calendar-wrap .mec-tab-loader {
    display: flex;
  }
}

.mec-wrap .mec-totalcal-box .mec-totalcal-view {
  float: none;
  margin: 0 auto;
}

.mec-wrap .mec-totalcal-box .mec-totalcal-view span {
  background: #efe8c5;
}
