@charset "UTF-8";
/*!
Theme Name: lacoperativa
Author: Leonardo Furlanis
Author URI: https://leonardofurlanis.it/
Tags: full-site-editing, editor-style, block-styles, block-patterns
Text Domain: lacoperativa
Description: Questo è il tema a blocchi per WordPress, sviluppato appositamente per lacoperativa.
Requires at least: 6.3
Requires PHP: 8.2
Tested up to: 6.8.1
Version: 1.0.0
*/
/* Styles intended only for the front.*/
* {
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scrollbar-color: var(--wp--preset--color--primary) #aaa;
  scrollbar-width: thin;
  scroll-margin-top: 300px;
}
*::-webkit-scrollbar {
  width: 5px;
}
*::-webkit-scrollbar-thumb {
  background: var(--wp--preset--color--primary);
}
*::-webkit-scrollbar-track {
  background: #aaa;
}

html {
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
pre {
  white-space: pre-wrap;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
li,
a {
  word-wrap: break-word;
}

p:empty {
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1300px var(--wp--preset--color--base) inset !important;
  box-shadow: 0 0 0 1300px var(--wp--preset--color--base) inset !important;
  -webkit-filter: none;
          filter: none;
}

woocommerce-product-gallery__wrapper,
select,
input {
  field-sizing: content;
  font-family: var(--wp--preset--font-family--poppins);
}

input,
textarea {
  display: block;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none !important;
  font-family: var(--wp--preset--font-family--poppins);
  font-size: var(--wp--preset--font-size--normal);
  border: var(--wp--custom--input-border);
  padding: var(--wp--custom--input-padding);
}
input:focus,
textarea:focus {
  border-color: var(--wp--preset--color--secondary);
}

textarea {
  resize: vertical;
}

select {
  font-size: var(--wp--preset--font-size--normal);
  background-color: var(--wp--preset--color--base);
  padding: var(--wp--custom--input-padding);
  border: 2px solid var(--wp--preset--color--green);
  color: var(--wp--preset--color--primary);
}

table:not(.variations) {
  border-collapse: collapse;
}
table:not(.variations) td,
table:not(.variations) th {
  border: 1px solid var(--wp--preset--color--green);
  padding: 0.5rem;
  text-align: left;
}
table:not(.variations) tr:nth-child(even), table:not(.variations) th {
  background-color: hsla(171, 39%, 80%, 0.35);
}

@media only screen and (max-width: 900px) {
  table {
    width: 100% !important;
  }
  tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.masthead {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
}
.masthead.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  -webkit-animation: fade 0.3s ease-in-out backwards;
          animation: fade 0.3s ease-in-out backwards;
}
.masthead.sticky .masthead_nav {
  padding: 0.35rem 0 !important;
}
.masthead.sticky .masthead_nav .wp-block-navigation-item__content .wp-block-navigation-item__label {
  font-size: var(--wp--preset--font-size--normal);
}
.masthead .masthead_nav .item-hide,
.masthead .masthead_nav .wp-block-search {
  display: none;
  visibility: hidden;
  pointer-events: none;
}

.admin-bar .masthead.sticky,
.admin-bar .seeks {
  top: 32px;
}

@media (max-width: 1161px) {
  .masthead .wp-block-search {
    display: none;
    visibility: hidden;
    pointer-events: none;
  }
  .masthead .masthead_nav > .is-nowrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .masthead .masthead_nav .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none;
  }
  .masthead .masthead_nav .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .masthead .masthead_nav .wp-block-navigation__responsive-container {
    gap: 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 100vh;
    background-color: var(--wp--preset--color--mint-green) !important;
  }
  .masthead .masthead_nav .item-hide,
  .masthead .masthead_nav .wp-block-search {
    display: block;
    visibility: visible;
    pointer-events: all;
  }
  .masthead .masthead_nav nav.wp-block-navigation {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40px;
            flex: 0 1 40px;
  }
  .masthead .masthead_nav nav.wp-block-navigation .wp-block-navigation__container {
    gap: 2rem;
  }
  .masthead .masthead_nav nav.wp-block-navigation .wp-block-navigation-item a {
    font-size: var(--wp--preset--font-size--large) !important;
  }
}
@media (max-width: 1429px) {
  .masthead .masthead_nav .wp-block-navigation .wp-block-navigation__container {
    gap: 1rem;
  }
  .masthead .masthead_nav .wp-block-navigation .wp-block-navigation-item a {
    font-size: var(--wp--preset--font-size--small) !important;
  }
}
@media (max-width: 980px) {
  .masthead .wp-block-site-logo {
    width: 190px;
  }
}
@media (max-width: 472px) {
  .masthead > .wp-block-group > .wp-block-group, .masthead .masthead_nav > .wp-block-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}
@-webkit-keyframes fade {
  from {
    opacity: 0;
    translate: 0 -100%;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes fade {
  from {
    opacity: 0;
    translate: 0 -100%;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@-webkit-keyframes sea {
  0% {
    background-position-x: 1699px;
  }
  100% {
    background-position-x: 0;
  }
}
@keyframes sea {
  0% {
    background-position-x: 1699px;
  }
  100% {
    background-position-x: 0;
  }
}
.info-company,
.info-co {
  padding-left: 0 !important;
  list-style: none;
}
.info-company li,
.info-co li {
  text-transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
  gap: 12px;
  line-height: 1.4;
}
.info-company li:not(:last-child),
.info-co li:not(:last-child) {
  margin-bottom: 10px;
}
.info-company li::before,
.info-co li::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  width: 20px;
  font-family: var(--fa-style-family-sharp);
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
}
.info-company li:nth-child(1)::before,
.info-co li:nth-child(1)::before {
  content: "\f3c5";
}
.info-company li:nth-child(2)::before,
.info-co li:nth-child(2)::before {
  content: "\f2c2";
}
.info-company li:nth-child(3)::before,
.info-co li:nth-child(3)::before {
  content: "\f53d";
}
.info-company li:nth-child(4)::before,
.info-co li:nth-child(4)::before {
  content: "\f095";
}
.info-company li:nth-child(5)::before,
.info-co li:nth-child(5)::before {
  content: "\f0e0";
}

.info-co li::before {
  font-weight: 900;
}
.info-co li:nth-child(1)::before {
  content: "\f2c2";
}
.info-co li:nth-child(2)::before {
  content: "\f53d";
}
.info-co li:nth-child(3)::before {
  content: "\f095";
}
.info-co li:nth-child(4)::before {
  content: "\f0e0";
}

.info-privacy {
  padding-left: 0 !important;
  list-style: none;
}
.info-privacy li {
  text-transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 12px;
  line-height: 1.4;
}
.info-privacy li:not(:last-child) {
  margin-bottom: 10px;
}
.info-privacy li::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  width: 20px;
  font-family: var(--fa-style-family-sharp);
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
}
.info-privacy li:nth-child(1)::after {
  content: "\f21b";
}
.info-privacy li:nth-child(2)::after {
  content: "\f564";
}
.info-privacy li:nth-child(3)::after {
  content: "\f24e";
}

.g-map-full {
  margin-bottom: -144px !important;
}
.g-map-full .g-map {
  height: 720px;
}