/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */
.fa, .fab, .fal, .far, .fas {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  webkit-font-smoothing: antialiased; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Josefin Sans", sans-serif; }

.site-header {
  font-family: "Josefin Sans", sans-serif; }
  .site-header .g-top-bar {
    font-family: "Josefin Sans", sans-serif; }
    .site-header .g-top-bar input {
      font-family: "Josefin Sans", sans-serif; }

.woocommerce-breadcrumb {
  font-family: "Josefin Sans", sans-serif; }

.hentry .entry-header .posted-on a,
.hentry .entry-header .byline a {
  font-family: "Josefin Sans", sans-serif; }

.hentry .entry-meta a {
  font-family: "Josefin Sans", sans-serif; }

.storefront-sorting {
  font-family: "Josefin Sans", sans-serif; }

.single-product div.product .product-meta .sku,
.single-product div.product .product-meta a {
  font-family: "Josefin Sans", sans-serif; }

.single-product .woocommerce-tabs ul.tabs li a {
  font-family: "Josefin Sans", sans-serif; }

.main-navigation ul.nav-menu li a {
  font-family: "Josefin Sans", sans-serif; }

.main-navigation ul.nav-menu ul.sub-menu a {
  font-family: "Josefin Sans", sans-serif; }

.sfb-footer-bar {
  font-family: "Josefin Sans", sans-serif; }

body,
button,
input,
select,
textarea {
  font-family: "Neuton", serif; }

.site-branding .site-description {
  font-family: "Neuton", serif; }

.woocommerce-breadcrumb a {
  font-family: "Neuton", serif; }

.woocommerce-active .site-header .site-header-cart .widget_shopping_cart li .quantity {
  font-family: "Neuton", serif; }

.woocommerce-active .site-header .site-header-cart .widget_shopping_cart .button {
  font-family: "Neuton", serif; }

.site-main ul.products li.product-category .g-product-title h2,
.site-main ul.products li.product-category .g-product-title h3,
.site-main ul.products li.product-category .g-product-title .woocommerce-loop-category__title,
.smm-mega-menu ul.products li.product-category .g-product-title h2,
.smm-mega-menu ul.products li.product-category .g-product-title h3,
.smm-mega-menu ul.products li.product-category .g-product-title .woocommerce-loop-category__title {
  font-family: "Neuton", serif; }

/* Code to undo crazy theme/child theme styles */
@media (min-width: 768px) {
  .storefront-secondary-navigation.woocommerce-active .site-header .site-branding {
    float: none;
    margin-right: 0;
    width: auto; }
  .storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation {
    float: none;
    margin-right: 0;
    width: auto; }
  .site-header .secondary-navigation {
    text-align: left; }
  .secondary-navigation .menu {
    float: none; }
  .woocommerce-active .site-header .secondary-navigation {
    margin-top: 0; }
  .woocommerce-active .site-header .site-header-cart {
    float: none;
    width: auto; }
  .woocommerce-active .site-header .site-search {
    float: none;
    margin-bottom: 0;
    width: auto; }
  .site-header-cart.focus .widget_shopping_cart,
  .site-header-cart:hover .widget_shopping_cart {
    left: -10em; } }

button.menu-toggle {
  margin: 0 0 0 auto; }

.header-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; }
  .header-row .header-row {
    flex-wrap: wrap;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .header-row .header-row {
        max-width: 50%; } }

.woocommerce-active .site-header {
  border-bottom: solid 3px #000;
  position: relative;
  padding-bottom: 20px; }
  .woocommerce-active .site-header .site-branding {
    padding-bottom: 1rem;
    padding-top: 1rem; }
    @media (min-width: 768px) {
      .woocommerce-active .site-header .site-branding {
        max-width: 25%; } }
  .woocommerce-active .site-header .site-header-cart {
    display: none; }
    @media (min-width: 768px) {
      .woocommerce-active .site-header .site-header-cart {
        display: block; } }
    .woocommerce-active .site-header .site-header-cart .cart-contents {
      display: flex; }
      .woocommerce-active .site-header .site-header-cart .cart-contents::after {
        background-image: url(images/cart-icon.png);
        background-repeat: no-repeat;
        background-size: 85%;
        content: '';
        display: inline-block;
        height: 25px;
        order: 2;
        width: 25px; }
      .woocommerce-active .site-header .site-header-cart .cart-contents .amount {
        order: 1;
        position: relative;
        top: 4px; }
      @media (min-width: 767px) {
        .woocommerce-active .site-header .site-header-cart .cart-contents .count {
          font-size: 13px;
          justify-self: flex-start;
          order: 3;
          position: relative;
          top: 4px; } }
  @media (min-width: 768px) {
    .woocommerce-active .site-header .site-search {
      margin-top: 10px;
      width: 100%; } }
  .woocommerce-active .site-header .site-search .widget_search,
  .woocommerce-active .site-header .site-search .widget_product_search {
    position: relative; }
    .woocommerce-active .site-header .site-search .widget_search::before,
    .woocommerce-active .site-header .site-search .widget_product_search::before {
      background-image: url(images/search-icon.png);
      background-repeat: no-repeat;
      background-size: 85%;
      content: '';
      display: block;
      left: -26px;
      position: absolute;
      height: 25px;
      top: 9px;
      width: 25px; }
    .woocommerce-active .site-header .site-search .widget_search form::before,
    .woocommerce-active .site-header .site-search .widget_product_search form::before {
      display: none; }
    .woocommerce-active .site-header .site-search .widget_search input[type=search],
    .woocommerce-active .site-header .site-search .widget_product_search input[type=search] {
      border: 1px solid black;
      border-radius: 10px;
      box-shadow: -2px -3px 4px #ccc inset;
      padding: 5px 10px; }

.footer-navigation {
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .footer-navigation {
      border-top: 1px solid #2b2b2b;
      padding: 1.3em 0; } }
  .footer-navigation ul.menu {
    list-style-type: none;
    margin: 0;
    text-align: center; }
    @media (min-width: 768px) {
      .footer-navigation ul.menu li {
        display: inline-block;
        margin-right: 1.5em; } }
  .footer-navigation a:hover {
    color: #7b7b7b; }

/* 7.1 Core Styles */
.slider {
  margin-bottom: 3.214em;
  margin-left: auto;
  margin-right: auto;
  max-width: 87.5em;
  opacity: 0;
  transition: opacity 600ms ease-in-out;
  transition-delay: 300ms; }
  .slider.slick-initialized {
    opacity: 1; }

.slide img {
  display: block;
  margin: 0 auto; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block;
    margin: 0 auto; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* /7.1 Core Styles */
/* 7.2 Theme Styles */
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

.slick-loading .slick-list {
  min-height: 10em; }
  .slick-loading .slick-list:before {
    -webkit-animation: spin 1.1s infinite linea;
            animation: spin 1.1s infinite linea;
    border: 1.1em solid rgba(43, 43, 43, 0.2);
    border-left-color: rgba(43, 43, 43, 0.5);
    border-radius: 50%;
    content: '';
    font-size: 0;
    height: 10em;
    left: 50%;
    margin-left: -5em;
    margin-top: -5em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    width: 10em; }

.slick-prev,
.slick-next {
  background: transparent;
  border: 0 none;
  color: white;
  color: rgba(255, 255, 255, 0.75);
  font-size: 5rem;
  font-weight: bold;
  height: 5rem;
  line-height: 1;
  margin: 0;
  margin-top: -2.5rem;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  top: 50%;
  transition: all 300ms ease;
  width: 5rem;
  z-index: 1; }
  .slick-prev:hover,
  .slick-next:hover {
    background: transparent;
    border: 0 none;
    color: white; }
  .slick-prev:focus,
  .slick-next:focus {
    outline: none; }

.slick-prev {
  left: -2rem; }

.slick-next {
  right: -2rem;
  text-align: right; }

.slick-slider:hover .slick-prev,
.slick-slider:hover .slick-next {
  opacity: 1; }

.slick-slider:hover .slick-prev {
  left: 1rem; }

.slick-slider:hover .slick-next {
  right: 1rem; }

.slick-dots {
  bottom: 1rem;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    margin-left: 0.5rem; }
    .slick-dots li button {
      background: white;
      border: 0 none;
      border-radius: 100%;
      box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
      font-size: 1rem;
      height: 1rem;
      line-height: 1;
      padding: 0;
      position: relative;
      text-indent: -9999em;
      width: 1rem; }
      .slick-dots li button:active, .slick-dots li button:focus {
        outline: none; }
    .slick-dots li.slick-active button:after {
      background: #a71c20;
      border-radius: 100%;
      box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1), 1px 1px 2px rgba(0, 0, 0, 0.25);
      content: '';
      height: 1rem;
      left: 50%;
      margin: -0.5rem 0 0 -0.5rem;
      position: absolute;
      top: 50%;
      width: 1rem; }

/* /7.2 Theme Styles */
/* 7.3 Content Styles */
.slide-text-container {
  display: flex;
  padding: 2rem; }
  @media (min-width: 768px) {
    .slide-text-container {
      bottom: 0;
      left: 0;
      padding: 6rem;
      position: absolute;
      right: 0;
      top: 0; } }
  @media (min-width: 768px) {
    .slide-text-container.justify-left {
      justify-content: flex-start; } }
  @media (min-width: 768px) {
    .slide-text-container.justify-right {
      justify-content: flex-end; } }
  @media (min-width: 768px) {
    .slide-text-container.justify-center {
      justify-content: center; } }
  .slide-text-container.light {
    background: #2b2b2b; }
    @media (min-width: 768px) {
      .slide-text-container.light {
        background: transparent; } }
    .slide-text-container.light .slide-title,
    .slide-text-container.light .slide-text {
      color: white;
      text-shadow: 0 0 0.1em #2b2b2b; }
  .slide-text-container.dark {
    background: white; }
    @media (min-width: 768px) {
      .slide-text-container.dark {
        background: transparent; } }
    .slide-text-container.dark .slide-title,
    .slide-text-container.dark .slide-text {
      color: #2b2b2b;
      text-shadow: 0 0 0.1em white; }

.slide-text-wrapper {
  align-items: center;
  display: flex; }
  @media (max-width: 767px) {
    .slide-text-wrapper[style] {
      width: 100% !important; } }
  .slide-text-wrapper.slide-text-align-right, .slide-text-wrapper.slide-text-align-left {
    text-align: left; }
  .slide-text-wrapper.slide-text-align-center {
    text-align: center; }
    @media (max-width: 767px) {
      .slide-text-wrapper.slide-text-align-center {
        text-align: left; } }

.slide-title {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 0.583em !important;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .slide-title {
      font-size: 3em; } }

.slide-text {
  font-size: 1em; }
  @media (min-width: 768px) {
    .slide-text {
      font-size: 1.5em; } }
  .slide-text + .slide-button-wrapper {
    margin-top: 2rem; }

.flex-buffer {
  display: block;
  width: 100%; }

.slide-button {
  background: #a71c20;
  border-radius: 0;
  box-shadow: 0 0 0.25em black;
  color: white;
  display: inline-block;
  font-size: 1.25em;
  line-height: 1.618;
  padding: 0.53em 1.1em;
  text-align: center;
  transition: background 300ms ease-in-out;
  white-space: nowrap; }
  .slide-button:hover {
    background: #7b1518; }

/* /7.3 Content Styles */
/* Template ---------------------------------- */
@media (min-width: 768px) {
  .page-template-template-homepage-php .site-header {
    margin-bottom: 0; } }

/* Homepage Promotions ----------------------- */
.site-content .col-full {
  padding-left: 0;
  max-width: 100%;
  padding-right: 0; }

.homepage-promotions {
  display: flex;
  flex-wrap: wrap;
  justify-content: ce er; }
  @media (min-width: 768px) {
    .homepage-promotions {
      flex-wrap: nowrap; } }
  .homepage-promotions .promotion {
    box-sizing: border-box;
    flex: 1;
    min-width: 300px;
    padding: 1em; }
    @media (min-width: 768px) {
      .homepage-promotions .promotion {
        min-width: 0; } }
    .homepage-promotions .promotion img {
      display: block;
      margin: 0 auto; }

.sprh-hero.sprh-layout-left.full {
  border-bottom: solid 3px #000; }

.sprh-hero .overlay {
  padding: 0; }

.sprh-hero .col-full:before, .sprh-hero .col-full:after {
  display: none; }

@media (min-width: 767px) {
  .sprh-hero .col-full {
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: repeat(12, 1fr); } }

.sprh-hero .col-full .sprh-hero.sprh-layout-left .col-full::before {
  display: none; }

.sprh-hero .col-full .sprh-hero-content-wrapper {
  grid-column: 4 / -1;
  text-align: center;
  align-self: flex-end;
  justify-self: flex-end;
  margin: 0 !important;
  padding: 0; }
  @media (min-width: 767px) {
    .sprh-hero .col-full .sprh-hero-content-wrapper .sprh-hero.sprh-layout-left .sprh-hero-content-wrapper {
      margin-right: 4.34783%;
      grid-column: 7 / -1;
      grid-row: 2;
      text-align: center; } }

.sprh-hero .col-full .sprh-featured-image {
  display: none; }

@media (min-width: 0) {
  .sprh-hero .col-full h3 {
    font-size: 26px; } }

@media (min-width: 767px) {
  .sprh-hero .col-full h3 {
    font-size: 36px; } }

@media (min-width: 1024px) {
  .sprh-hero .col-full h3 {
    font-size: 46px; } }

.sprh-hero .col-full .more-details .button.alt {
  background-color: transparent;
  text-indent: -9999px;
  display: block;
  position: absolute;
  width: 100%;
  content: '';
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  opacity: .5; }

/* Homepage Video ---------------------------- */
.home ul.products {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .home ul.products {
      flex-wrap: nowrap; } }
  .home ul.products li.video-container {
    box-sizing: border-box;
    list-style-type: none;
    padding: 14px; }
    .home ul.products li.video-container h2 {
      font-size: 14px;
      margin: 7px 0 0 0; }

.woocommerce.columns-1 .video-container {
  width: 100%; }
  @media (min-width: 768px) {
    .woocommerce.columns-1 .video-container {
      width: 100%; } }

.woocommerce.columns-2 .video-container {
  width: 100%; }
  @media (min-width: 768px) {
    .woocommerce.columns-2 .video-container {
      width: 50%; } }

.woocommerce.columns-3 .video-container {
  width: 100%; }
  @media (min-width: 768px) {
    .woocommerce.columns-3 .video-container {
      width: 33.3333333333%; } }

.woocommerce.columns-4 .video-container {
  width: 100%; }
  @media (min-width: 768px) {
    .woocommerce.columns-4 .video-container {
      width: 25%; } }

.woocommerce.columns-5 .video-container {
  width: 100%; }
  @media (min-width: 768px) {
    .woocommerce.columns-5 .video-container {
      width: 20%; } }

.woocommerce.columns-6 .video-container {
  width: 100%; }
  @media (min-width: 768px) {
    .woocommerce.columns-6 .video-container {
      width: 16.6666666667%; } }

/* Homepage New Releases ---------------------------- */
.storefront-product-section.homepage-products {
  margin-left: auto;
  margin-right: auto;
  max-width: 80em;
  padding: 0 1rem; }
  .storefront-product-section.homepage-products .g-product-title {
    opacity: 1 !important; }
  .storefront-product-section.homepage-products ul.products li.product:not(.product-category) .g-product-title {
    background-color: transparent;
    position: relative; }
    .storefront-product-section.homepage-products ul.products li.product:not(.product-category) .g-product-title h2,
    .storefront-product-section.homepage-products ul.products li.product:not(.product-category) .g-product-title .price {
      color: #000;
      text-transform: uppercase; }
    .storefront-product-section.homepage-products ul.products li.product:not(.product-category) .g-product-title .price {
      font-size: 18px; }

/* ------------------------------------------- */
/* Primary (main) navigation
/* ------------------------------------------- */
/* Fix for weird font-size settings in child theme */
#masthead .main-navigation ul.nav-menu li a,
#masthead .main-navigation ul.menu li a {
  font-size: 12px;
  padding: 0 2px; }

/* Remove hard-coded width for menu */
@media (max-width: 1400px) {
  #masthead .sp-header-row .sp-header-span-2:nth-child(2) .main-navigation ul.menu.nav-menu {
    width: auto !important; } }

/* Remove negative margin on first item in child theme */
.main-navigation ul.menu > li:first-child,
.main-navigation ul.nav-menu > li:first-child {
  margin-left: 0; }

#masthead .main-navigation ul.menu > li,
#masthead .main-navigation ul.nav-menu > li {
  /* Style top-level menu items */
  padding: 0; }
  #masthead .main-navigation ul.menu > li a,
  #masthead .main-navigation ul.nav-menu > li a {
    display: block;
    padding: 0.5em 1em !important;
    /* overriding important in child theme */
    transition: all 300ms;
    white-space: nowrap; }

#masthead .main-navigation ul.menu ul.sub-menu,
#masthead .main-navigation ul.nav-menu ul.sub-menu {
  /* Style regular dropdown menus */
  background: white;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  border-top: 0 none; }

#masthead .main-navigation ul.menu li.mega-menu,
#masthead .main-navigation ul.nav-menu li.mega-menu {
  /* Style mega menu dropdown menus */
  position: static; }
  #masthead .main-navigation ul.menu li.mega-menu ul.sub-menu li,
  #masthead .main-navigation ul.nav-menu li.mega-menu ul.sub-menu li {
    width: 200px; }
    #masthead .main-navigation ul.menu li.mega-menu ul.sub-menu li a,
    #masthead .main-navigation ul.nav-menu li.mega-menu ul.sub-menu li a {
      padding: 1em !important;
      /* overriding important in child theme */ }
    #masthead .main-navigation ul.menu li.mega-menu ul.sub-menu li ul.sub-menu,
    #masthead .main-navigation ul.nav-menu li.mega-menu ul.sub-menu li ul.sub-menu {
      background: white;
      box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
      align-content: flex-start;
      align-items: center;
      display: none;
      flex-wrap: wrap;
      left: 200px;
      justify-content: flex-start;
      margin-top: 0;
      min-height: 100%;
      position: absolute;
      top: 0;
      width: calc(100% - 200px); }
    #masthead .main-navigation ul.menu li.mega-menu ul.sub-menu li:hover,
    #masthead .main-navigation ul.nav-menu li.mega-menu ul.sub-menu li:hover {
      position: static; }
      #masthead .main-navigation ul.menu li.mega-menu ul.sub-menu li:hover ul.sub-menu,
      #masthead .main-navigation ul.nav-menu li.mega-menu ul.sub-menu li:hover ul.sub-menu {
        display: flex; }
        #masthead .main-navigation ul.menu li.mega-menu ul.sub-menu li:hover ul.sub-menu li,
        #masthead .main-navigation ul.nav-menu li.mega-menu ul.sub-menu li:hover ul.sub-menu li {
          width: auto; }
  #masthead .main-navigation ul.menu li.mega-menu ul,
  #masthead .main-navigation ul.nav-menu li.mega-menu ul {
    width: 100%; }
  #masthead .main-navigation ul.menu li.mega-menu li.image-item a:hover, #masthead .main-navigation ul.menu li.mega-menu li.image-item.focus,
  #masthead .main-navigation ul.menu li.mega-menu li.image-item:hover > a,
  #masthead .main-navigation ul.nav-menu li.mega-menu li.image-item a:hover,
  #masthead .main-navigation ul.nav-menu li.mega-menu li.image-item.focus,
  #masthead .main-navigation ul.nav-menu li.mega-menu li.image-item:hover > a {
    background: transparent; }
  #masthead .main-navigation ul.menu li.mega-menu li.image-item img,
  #masthead .main-navigation ul.nav-menu li.mega-menu li.image-item img {
    display: block;
    margin: 0 auto;
    opacity: 0.75;
    transition: opacity 300ms; }
    #masthead .main-navigation ul.menu li.mega-menu li.image-item img:hover,
    #masthead .main-navigation ul.nav-menu li.mega-menu li.image-item img:hover {
      opacity: 1; }

#masthead .main-navigation ul.menu ul,
#masthead .main-navigation ul.nav-menu ul {
  /* General styles for submenus */ }
  #masthead .main-navigation ul.menu ul a,
  #masthead .main-navigation ul.nav-menu ul a {
    text-align: left; }
  #masthead .main-navigation ul.menu ul a:hover,
  #masthead .main-navigation ul.menu ul li.focus,
  #masthead .main-navigation ul.menu ul li:hover > a,
  #masthead .main-navigation ul.nav-menu ul a:hover,
  #masthead .main-navigation ul.nav-menu ul li.focus,
  #masthead .main-navigation ul.nav-menu ul li:hover > a {
    background: white;
    background: rgba(255, 255, 255, 0.75);
    padding: 1em; }
  #masthead .main-navigation ul.menu ul ul,
  #masthead .main-navigation ul.nav-menu ul ul {
    display: none;
    float: none;
    left: 0; }

/* ------------------------------------------- */
/* Handheld (mobile) navigation
/* ------------------------------------------- */
#masthead .handheld-navigation ul.menu a {
  text-align: left; }

#masthead .handheld-navigation ul.menu .sub-menu .sub-menu {
  display: none; }

#masthead .handheld-navigation ul.menu li.mega-menu {
  position: relative; }
  #masthead .handheld-navigation ul.menu li.mega-menu li .dropdown-toggle {
    display: none; }

/* ------------------------------------------- */
/* Secondary (top) navigation, above search
/* ------------------------------------------- */
.secondary-navigation {
  margin-top: 0; }
  .secondary-navigation .menu a, .secondary-navigation .menu a:link {
    font-family: "Josefin Sans", sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700; }

/* ------------------------------------------- */
/* Single product ---------------------------- */
/* ------------------------------------------- */
.site-branding h1:not(.logo) a, .site-branding .site-branding .beta:not(.logo) a {
  font-weight: 400;
  padding: .857em 1.387em;
  border: none;
  display: inline-block;
  overflow: hidden;
  text-indent: 201%;
  white-space: nowrap;
  background-size: 190px 86px;
  background-repeat: no-repeat;
  height: 85px;
  width: 190px; }
  @media (-webkit-max-device-pixel-ratio: 0.75), (max-resolution: 72dpi) {
    .site-branding h1:not(.logo) a, .site-branding .site-branding .beta:not(.logo) a {
      background-image: url(images/logo.jpg); } }
  @media (-webkit-max-device-pixel-ratio: 0.75) and (min-width: 0), (max-resolution: 72dpi) and (min-width: 0) {
    .site-branding h1:not(.logo) a, .site-branding .site-branding .beta:not(.logo) a {
      background-size: 75%; } }
  @media (-webkit-max-device-pixel-ratio: 0.75) and (min-width: 767px), (max-resolution: 72dpi) and (min-width: 767px) {
    .site-branding h1:not(.logo) a, .site-branding .site-branding .beta:not(.logo) a {
      background-size: 80%; } }
  @media (-webkit-max-device-pixel-ratio: 3.125), (max-resolution: 300dpi) {
    .site-branding h1:not(.logo) a, .site-branding .site-branding .beta:not(.logo) a {
      background-image: url(images/logo_2x.png); } }
  @media (-webkit-max-device-pixel-ratio: 3.125) and (min-width: 0), (max-resolution: 300dpi) and (min-width: 0) {
    .site-branding h1:not(.logo) a, .site-branding .site-branding .beta:not(.logo) a {
      background-size: 75%; } }
  @media (-webkit-max-device-pixel-ratio: 3.125) and (min-width: 767px), (max-resolution: 300dpi) and (min-width: 767px) {
    .site-branding h1:not(.logo) a, .site-branding .site-branding .beta:not(.logo) a {
      background-size: 100%; } }

.button.alt {
  font-style: normal; }

.single-affiliates {
  margin-bottom: 1.5em; }
  .single-affiliates span {
    display: inline-block; }

.woocommerce-breadcrumb a {
  font-style: normal;
  font-size: 16px; }

.single-product .woocommerce-Tabs-panel {
  font-size: 18px; }

.single-product .posted_in {
  font-style: normal; }

.single-product .button.wc-forward {
  font-style: normal; }

.single-product div.product .single-add-to-cart {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  margin: 0 0 3em 0;
  padding: 3em 0 0 0; }
  .single-product div.product .single-add-to-cart .price-info {
    font-style: italic;
    margin: 0;
    text-align: right; }
    .single-product div.product .single-add-to-cart .price-info .price {
      margin-top: 0; }

.preorder-container {
  margin-bottom: 1.618em;
  padding: .618em 0; }
  .preorder-container i.fa-amazon {
    color: #ff9900;
    margin-right: 0.5em; }
  .preorder-container p {
    margin-bottom: 0;
    margin-top: 0.5em; }

button, input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.added_to_cart,
.widget a.button,
.site-header-cart .widget_shopping_cart a.button,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.added_to_cart:hover,
.widget a.button:hover,
.site-header-cart .widget_shopping_cart a.button:hover {
  font-style: normal; }

.checkout-button.button.alt.wc-forward.animated.bounce {
  background-color: #0f834d; }

/* ------------------------------------------- */
/* Product loop ------------------------------ */
/* ------------------------------------------- */
@media (min-width: 767px) {
  .site-main ul.products {
    display: flex;
    flex-wrap: wrap; } }

.site-main ul.products li.product {
  margin-bottom: 1em; }
  .site-main ul.products li.product > a {
    overflow: visible; }
    @media (min-width: 767px) {
      .site-main ul.products li.product > a {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        height: 100%; } }
    @media (min-width: 767px) {
      .site-main ul.products li.product > a .g-product-title .woocommerce-loop-product__title {
        min-height: 4.161em;
        /* font size * line-height for three lines of text */ } }
  .site-main ul.products li.product img {
    margin: 0 auto; }
  .site-main ul.products li.product .button {
    display: none; }
  .site-main ul.products li.product:hover img {
    opacity: 0; }
  .site-main ul.products li.product:hover img.hover-image {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  .site-main ul.products li.product:hover .button {
    display: none; }
  @media (min-width: 768px) {
    .site-main ul.products li.product:not(.product-category) .g-product-title {
      background: rgba(43, 43, 43, 0.6); } }
  .site-main ul.products li.product:not(.product-category) .g-product-title h2,
  .site-main ul.products li.product:not(.product-category) .g-product-title h3,
  .site-main ul.products li.product:not(.product-category) .g-product-title .woocommerce-loop-category__title {
    background: none; }
  .site-main ul.products li.product:not(.product-category) .g-product-title .woocommerce-loop-category__title {
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }

/* ------------------------------------------- */
/* Product Loop Fixes for Safari ------------- */
/* ------------------------------------------- */
@media screen and (min-width: 768px) {
  body ul.products::before,
  body ul.products::after {
    content: normal;
    display: none; } }

/* ------------------------------------------- */
/* Product Archives -------------------------- */
/* ------------------------------------------- */
.archive .storefront-breadcrumb {
  margin-bottom: 0;
  padding-bottom: 0; }

/* ------------------------------------------- */
/* Related Products -------------------------- */
/* ------------------------------------------- */
.single-product .g-product-title,
.archive .g-product-title {
  opacity: 1 !important; }

.single-product ul.products li.product a .hover-image,
.archive ul.products li.product a .hover-image {
  top: -110px; }

.single-product ul.products li.product:not(.product-category) .g-product-title,
.archive ul.products li.product:not(.product-category) .g-product-title {
  background-color: transparent;
  position: static; }
  .single-product ul.products li.product:not(.product-category) .g-product-title h2,
  .single-product ul.products li.product:not(.product-category) .g-product-title .price,
  .archive ul.products li.product:not(.product-category) .g-product-title h2,
  .archive ul.products li.product:not(.product-category) .g-product-title .price {
    color: #000;
    text-transform: uppercase; }
  .single-product ul.products li.product:not(.product-category) .g-product-title .price,
  .archive ul.products li.product:not(.product-category) .g-product-title .price {
    font-size: 18px; }

.site-content {
  padding: 0 1rem; }

.home .site-content {
  padding: 0; }
/*# sourceMappingURL=style.css.map */