/*
Theme Name: Aimara
Theme URI: https://www.birrificioaimara.it/
Author: FERO
Author URI: 
Description: Tema per Birrificio Aimara su base TailPress
Version: 1.1.9
License: MIT
License URI: https://github.com/jeffreyvr/tailpress/blob/master/LICENSE
Text Domain: aimara
*/
.color-text {
  color: #E6E6E6;
}

.color-dark {
  color: #212121;
}

.color-white {
  color: #FFFFFF;
}

.color-accent {
  color: #DD3333;
}

.color-inherit {
  color: inherit;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-dark {
  background-color: #212121;
}

.bg-grey {
  background-color: #D8D8D8;
}

.bg-transparent {
  background-color: transparent;
}

.text-shadow {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

html {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1024px) {
  html {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1280px) {
  html {
    font-size: 20px;
  }
}

body {
  font-family: "Roboto Mono", monospace;
  font-size: 100%;
  line-height: 1.5rem;
  letter-spacing: 0.104rem;
  background: #212121;
  color: #E6E6E6;
  overflow-x: hidden;
}
body.light {
  background: #FFFFFF;
  color: #000000;
}

.work-sans {
  font-family: "Work Sans", sans-serif;
}

#page {
  overflow-y: hidden;
}

h1, .h1 {
  font-size: 8rem;
  line-height: 8rem;
}

h2, .h2 {
  font-size: 5rem;
  line-height: 5.2rem;
}

h3, .h3 {
  font-size: 3rem;
  line-height: 3.5rem;
}

h4, .h4 {
  font-size: 2rem;
  line-height: 2rem !important;
}

h5, .h5 {
  font-size: 1.5rem;
  line-height: 1.8rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.2rem;
}

footer#colophon {
  background: #212121;
  color: #E6E6E6;
}
footer#colophon.light {
  background: #FFFFFF;
  color: #000000;
}

hr {
  border-bottom: 1px solid #979797;
}

p {
  margin-bottom: 1rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 0.75rem;
}

.cta {
  border: 2px solid #FFFFFF;
  border-radius: 2rem;
  font-size: 1.15rem;
  color: #E6E6E6;
  letter-spacing: 0.4rem;
  text-align: justify;
  line-height: 1.15rem;
  padding: 1.15rem 0.5rem;
}
.cta.accent {
  background: #DD3333;
  border: none;
  color: #212121;
}
.cta.add_to_cart {
  background: #DD3333;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: left;
  border-radius: 2px;
  letter-spacing: 1.69px;
  padding: 0.75rem 1.5rem;
}

.wpcf7-submit {
  border-radius: 2rem;
  font-size: 1.15rem;
  letter-spacing: 0.4rem;
  line-height: 1.15rem;
  padding: 0.3rem 0.5rem;
  background: #DD3333;
  border: none;
  color: #212121;
  width: 100%;
}

.wpcf7-text {
  border-radius: 2rem;
  font-size: 1.15rem;
  color: #212121;
  line-height: 1.15rem;
  padding: 0.15rem 0.5rem;
  border: none;
  width: 100%;
  text-align: center;
  margin-top: 0.5rem;
}

.padding {
  padding-left: 2.5%;
  padding-right: 2.5%;
}
@media only screen and (min-width: 1280px) {
  .padding {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.padding-left {
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .padding-left {
    padding-left: 5%;
  }
}
@media only screen and (min-width: 1440px) {
  .padding-left {
    padding-left: 10%;
  }
}

.container {
  max-width: 100%;
}

#primary-menu li {
  align-self: center;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.15rem;
  color: #FFFFFF;
}
@media only screen and (min-width: 992px) {
  #primary-menu li {
    color: inherit;
  }
}
#primary-menu #menu-front-menu li {
  color: #FFFFFF;
}
#primary-menu #menu-front-menu li a.h3:hover {
  font-size: 3.1rem;
}
#primary-menu #menu-front-menu li a.h2:hover {
  font-size: 5.2rem;
}
#primary-menu #menu-front-menu li a:hover {
  text-shadow: 0px 0px 15px rgba(221, 51, 51, 0.7);
  transition: 0.6s ease-out text-shadow 0.1s, 0.1s ease font-size;
}

#menu-logo {
  max-width: 100px;
  margin: auto;
}

#cart-logo {
  max-width: 25px;
  margin: auto;
}

.page-template-page-front #colophon {
  display: none;
}

.page-template-page-home #menu-logo.logo-white:not(.mobile), .page-template-page-home #cart-logo.logo-white:not(.mobile) {
  display: block;
}
.page-template-page-home #menu-logo.logo-black:not(.mobile), .page-template-page-home #cart-logo.logo-black:not(.mobile) {
  display: none;
}
@media only screen and (max-width: 991px) {
  .page-template-page-home #cart-logo.logo-white.mobile {
    display: block;
  }
  .page-template-page-home #cart-logo.logo-black.mobile {
    display: none;
  }
}
.page-template-page-home .snipcart-items-count {
  color: #FFFFFF;
}

.swiper-slide {
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: unset !important;
}

.blink_me {
  animation: blinker 1s linear infinite;
}
@media only screen and (min-width: 992px) {
  .blink_me {
    animation: blinker 1s linear infinite 3s;
  }
}

.fade-rotate.animate {
  transition: 0.5s ease opacity;
}
@media only screen and (min-width: 992px) {
  .fade-rotate.animate {
    animation: fade-rotate 3s ease-out 1;
  }
}

@media only screen and (min-width: 992px) {
  .remove-overlay.animate {
    opacity: 0 !important;
    z-index: 0;
    transition: 0.5s ease opacity 3s, z-index 0s 3.5s;
  }
}

@keyframes fade-rotate {
  0% {
    opacity: 0;
    transform: rotate(0deg) translateX(100%);
  }
  10% {
    opacity: 1;
  }
  75% {
    opacity: 1;
    transform: rotate(0deg) translateX(0%);
  }
  100% {
    opacity: 1;
    transform: rotate(-90deg) translateX(0);
  }
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.shop .product-wrapper {
  max-width: 450px;
}

.product-page .product {
  border: 1px solid #979797;
}

.product-selection .product-selection-inner.options {
  margin-top: 1rem;
  max-width: 100%;
}
.product-selection .product-selection-inner.options label, .product-selection .product-selection-inner.options select option {
  font-size: 1rem;
  font-weight: 400;
}
.product-selection .product-selection-inner.options select {
  margin-bottom: 1rem;
  background-color: white;
  border: none;
}
.product-selection .product-minus, .product-selection .product-plus {
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  margin: 0 0.25rem;
  text-align: center;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 1.5rem;
  border: 1px solid #979797;
  border-radius: 1rem;
}
.product-selection .product-quantity {
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  font-size: 1.5rem;
  text-align: center;
  margin: 0 0.25rem;
}

[id^=product-alert_] {
  border: 1px solid rgba(0, 0, 0, 0.75);
  text-align: center;
  padding: 0.25rem 0;
  width: 80%;
  margin: 0.5rem auto;
  background-color: rgba(0, 0, 0, 0.25);
  top: -0.5rem;
  transition: 0.5s ease-in height 0.5s, 0s display, 0.5s ease-in opacity, 0.5s ease-in top, 0.5s ease margin-bottom;
}
[id^=product-alert_].showing {
  display: block;
  position: relative;
  margin-bottom: 3.5rem;
  opacity: 1;
  top: 0;
  height: auto;
  transition: 0.5s ease-in height 0.5s, 0s display, 0.5s ease-in opacity, 0.5s ease-in top, 0.5s ease margin-bottom;
}
[id^=product-alert_].not-showing {
  display: block;
  position: relative;
  margin-bottom: 0;
  opacity: 0;
  height: 0;
  top: -0.5rem;
  margin: 0;
  padding: 0;
  transition: 0s display, 0.5s ease-in opacity, 0.5s ease-in top, 0.5s ease margin-bottom, 0.5s ease-in height 1s;
}
[id^=product-alert_].green {
  border: 1px solid rgba(35, 197, 82, 0.75);
  background-color: rgba(35, 197, 82, 0.25);
  transition: 0.25s ease-in border, 0.25s ease-in background-color;
}
[id^=product-alert_].red {
  border: 1px solid rgba(248, 79, 49, 0.75);
  background-color: rgba(248, 79, 49, 0.25);
  transition: 0.25s ease-in border, 0.25s ease-in background-color;
}

[id^=add-to-cart].disabled {
  background-color: #979797;
}

.snipcart-button-primary {
  background-color: #979797;
}

.snipcart-items-count {
  position: absolute;
  top: -0.725rem;
  font-size: 1rem;
  transform: translateX(0.725rem);
}
.snipcart-items-count.mobile {
  top: 0;
  transform: translateX(1.625rem);
  color: #FFFFFF;
}/*# sourceMappingURL=style.css.map */