/*------------------------------------------------*/
/* VARIABILI E MIXIN -  DEVONO CARICARE PER PRIMI*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/* ADMIN */
/*------------------------------------------------*/
/*------------------------------------------------*/
/* VARIABILI DEL SITO */
/*------------------------------------------------*/
/*------------------------------------------------*/
/* COLORI */
/*------------------------------------------------*/
/*------------------------------------------------*/
/* FONT*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/* PER VEDERE CARICATI I FONT NELLA PAGINA LOGIN */
/*------------------------------------------------*/
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato-300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato-900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/*------------------------------------------------*/
/* MODIFICA PAGINA LOGIN */
/*------------------------------------------------*/
.login h1 a {
  background-image: url("../images/logo.png") !important;
  width: 230px !important;
  height: 50px !important;
  background-size: contain !important;
}

body.login {
  background-color: #f5f5f5;
}

.login form {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.login label {
  color: #333;
}

.login input[type=text],
.login input[type=password] {
  border: 1px solid #ddd;
}

body.login {
  font-family: "Lato", sans-serif;
}

body.login h1 a,
body.login form,
body.login #nav,
body.login #backtoblog {
  font-family: "Lato", sans-serif;
}

body.login #nav a,
body.login #backtoblog a {
  color: #444444;
}

body.login #nav a:hover,
body.login #backtoblog a:hover {
  color: #00a19a;
}

body.login #wp-submit {
  background-color: #f5f5f5;
  border: 1px solid #000;
  color: #444444;
  cursor: pointer;
}

body.login #wp-submit:hover {
  background-color: #00a19a;
  color: #f5f5f5;
  border: none;
}

.login .message,
.login .notice,
.login .success {
  border-left: 4px solid #00a19a !important;
}

.dashicons-visibility:before {
  color: #00a19a;
}

.login form .input,
.login input[type=password],
.login input[type=text] {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
}

/*------------------------------------------------*/
/* COMPONENTS */
/*------------------------------------------------*/
/*------------------------------------------------*/
/* INPUT */
/*------------------------------------------------*/
form .info {
  font-size: 14px;
  font-style: italic;
}

::placeholder {
  opacity: 1;
}

input[type=text],
input[type=search],
input[type=email],
input[type=password],
input[type=url],
input[type=tel],
input[type=number],
input[type=date],
select {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  border: none;
  background: none;
}

label {
  margin: 10px 0;
  display: block;
  line-height: 1;
  font-size: 16px;
}

textarea {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  border: none;
  background: none;
}

.form-group {
  margin-bottom: 30px;
}

/*------------------------------------------------*/
/* CONTACT FORM 7 */
/*------------------------------------------------*/
.grecaptcha-badge {
  visibility: hidden;
}

.wpcf7-submit {
  margin-top: 20px;
}

.wpcf7-acceptance .wpcf7-list-item,
.privacy-group .wpcf7-list-item {
  margin: 0;
}
.wpcf7-acceptance label,
.privacy-group label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 14px;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
  user-select: none;
}
.wpcf7-acceptance label input,
.privacy-group label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.wpcf7-acceptance label input + span::before,
.privacy-group label input + span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid var(--wp--preset--color--base-contrast);
  background: transparent;
}
.wpcf7-acceptance label input + span::after,
.privacy-group label input + span::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid var(--wp--preset--color--base-contrast);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: none;
}
.wpcf7-acceptance label input:checked ~ span::before,
.privacy-group label input:checked ~ span::before {
  border-color: var(--wp--preset--color--base-contrast);
}
.wpcf7-acceptance label input:checked ~ span::after,
.privacy-group label input:checked ~ span::after {
  display: block;
}
.wpcf7-acceptance label input:focus + span::before,
.privacy-group label input:focus + span::before {
  outline: 2px solid #000;
  outline-offset: 2px;
}

.wpcf7-radio .wpcf7-list-item,
.radio-group .wpcf7-list-item {
  margin: 0;
}
.wpcf7-radio label,
.radio-group label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 14px;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
  user-select: none;
}
.wpcf7-radio label input,
.radio-group label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.wpcf7-radio label input + span::before,
.radio-group label input + span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: transparent;
}
.wpcf7-radio label input + span::after,
.radio-group label input + span::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: none;
}
.wpcf7-radio label input:checked ~ span::before,
.radio-group label input:checked ~ span::before {
  border-color: var(--wp--preset--color--base-contrast);
}
.wpcf7-radio label input:checked ~ span::after,
.radio-group label input:checked ~ span::after {
  display: block;
}
.wpcf7-radio label input:focus + span::before,
.radio-group label input:focus + span::before {
  outline: 2px solid #000;
  outline-offset: 2px;
}

@media (forced-colors: active) {
  .wpcf7-acceptance input,
  .privacy-group input,
  .wpcf7-radio input,
  .radio-group input {
    position: static;
    opacity: 1;
    width: auto;
    height: auto;
  }
  .wpcf7-acceptance input + span::before,
  .wpcf7-acceptance input + span::after,
  .privacy-group input + span::before,
  .privacy-group input + span::after,
  .wpcf7-radio input + span::before,
  .wpcf7-radio input + span::after,
  .radio-group input + span::before,
  .radio-group input + span::after {
    display: none !important;
  }
}
.wpcf7 form .wpcf7-response-output,
div.wpcf7-response-output {
  margin: 10px 0 0 0;
  border: none;
  padding: 5px 10px;
}

.wpcf7 form.sent .wpcf7-response-output,
div.wpcf7-mail-sent-ok {
  background-color: #4ec223;
}

div.wpcf7-validation-errors,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #edbf0e;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
}

/*------------------------------------------------*/
/* CORE */
/*------------------------------------------------*/
/*------------------------------------------------*/
/* REGOLE TIPOGRAGIA GLOBALI */
/*------------------------------------------------*/
/*------------------------------------------------*/
/* TIPOGRAFIA */
/*------------------------------------------------*/
h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 10px !important;
}

h6 {
  margin-bottom: 0 !important;
}

:where(p) {
  margin-bottom: 16px !important;
}
:where(p):last-child {
  margin-bottom: 0 !important;
}

strong {
  font-weight: 700 !important;
}

/*------------------------------------------------*/
/* GENERALE */
/*------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scrollbar-color: #00a19a #f5f5f5;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

/* ::-webkit-scrollbar-thumb {
    background-color: #00a19a;
} */
:focus:not(:focus-visible) {
  outline: none !important;
}

*:focus-visible {
  outline-offset: 2px;
  border-radius: 2px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px;
  z-index: 100;
  text-decoration: none;
  transition: top 0.2s ease-in-out;
}

.skip-link:focus {
  top: 0 !important;
}

/*------------------------------------------------*/
/* BOTTONI */
/*------------------------------------------------*/
.fa-button {
  border-radius: 0;
  display: inline-block;
  border: none;
  background-color: #00a19a;
  font-size: clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem);
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 15px 40px;
  color: #f5f5f5;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
  text-decoration: none;
  text-align: center;
  width: fit-content;
  margin-top: 60px;
}
.fa-button:hover {
  color: #444444;
  background-color: #f5f5f5;
}

/* ----------------------------------------------------------------------- */
/* VARIABILI */
/* ----------------------------------------------------------------------- */
/*------------------------------------------------*/
/* REGOLE PERSONALIZZATE */
/*------------------------------------------------*/
.fa-container-small {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.fa-container-large {
  width: 100%;
  max-width: 1740px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

/*------------------------------------------------*/
/* GUTENBERG */
/*------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------- */
/* GENERALE */
/* ----------------------------------------------------------------------------------------------------------------- */
.gutenberg-content > * {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
}
.gutenberg-content > .alignwide {
  max-width: var(--wp--style--global--wide-size);
  padding-left: 60px;
  padding-right: 60px;
}
.gutenberg-content > .alignfull {
  max-width: 100%;
}
.gutenberg-content ul,
.gutenberg-content ol {
  padding-left: 30px;
  margin-bottom: 16px;
}
.gutenberg-content ul li,
.gutenberg-content ol li {
  padding-left: 5px;
  margin-bottom: 5px;
}

/* ----------------------------------------------------------------------- */
/* IMAGE */
/* ----------------------------------------------------------------------- */
.wp-block-image:not(:last-child) {
  margin-bottom: 16px;
}
.wp-block-image.is-style-bordo img {
  border: 1px solid #eee;
}
.wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image.alignright {
  margin-left: auto;
}

/* ----------------------------------------------------------------------- */
/* COLUMNS */
/* ----------------------------------------------------------------------- */
.wp-block-columns {
  gap: 30px;
}
.wp-block-columns.is-style-nospace {
  gap: 0;
}
.wp-block-columns.is-style-stretto {
  gap: 10px;
}
.wp-block-columns.is-style-largo {
  gap: 90px;
}
.wp-block-columns .wp-block-column.has-background {
  padding: 30px;
}

/* ----------------------------------------------------------------------- */
/* BUTTON */
/* ----------------------------------------------------------------------- */
.btn,
.wp-block-button__link {
  border-radius: 0;
  display: inline-block;
  border: none;
  background: #444444;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 15px 40px;
  color: #f5f5f5;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
  text-decoration: none;
  text-align: center;
}
.btn:hover,
.wp-block-button__link:hover {
  color: #f5f5f5;
  background-color: #eee;
}

.btn--large,
.wp-block-button.is-style-large .wp-block-button__link {
  font-size: 18px;
  padding: 20px 80px;
}

/* ----------------------------------------------------------------------- */
/* CORRETTIVI */
/* ----------------------------------------------------------------------- */
.block-editor-block-list__block[data-type="core/image"][data-align=center] .wp-block-image {
  width: 100%;
  height: auto;
}

.no-aspect-ratio img {
  aspect-ratio: unset !important;
}

:root :where(.is-layout-constrained) > * {
  margin-block-start: 0 !important;
  margin-block-end: 0;
}

.acf-block-preview .spaziatore-flessibile:hover,
.acf-block-preview.is-selected .spaziatore-flessibile {
  background-color: #f5f5f5;
}

.spaziatore-flessibile {
  width: 100%;
  height: var(--h-desk);
  /* Altezza di default (Desktop) */
  transition: height 0.3s ease;
}
@media (max-width: 991px) {
  .spaziatore-flessibile {
    height: var(--h-tab);
    /* Altezza Tablet */
  }
}
@media (max-width: 767px) {
  .spaziatore-flessibile {
    height: var(--h-mob);
    /* Altezza Mobile */
  }
}

/*------------------------------------------------*/
/* LAYOUT */
/*------------------------------------------------*/
/*------------------------------------------------*/
/* HEADER */
/*------------------------------------------------*/
/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/
/*------------------------------------------------*/
/* TEMPLATE */
/*------------------------------------------------*/
/*------------------------------------------------*/
/* OVERLAY */
/*------------------------------------------------*/
.fa-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
}

/*------------------------------------------------*/
/* COUNTDOWN */
/*------------------------------------------------*/
.gspb_countdown-id-gsbp-1f07563.gs-countdownwrap .gs-countdown__item {
  background-color: #00a19a !important;
  font-size: clamp(2rem, 1.5rem + 2.75vw, 4.0625rem) !important;
  line-height: 1em !important;
  padding: 15px !important;
}

/*------------------------------------------------*/
/* FRECCE SLIDER */
/*------------------------------------------------*/
.swiper-button-prev,
.swiper-button-next {
  background-color: transparent !important;
  height: 66px !important;
  width: 66px !important;
  line-height: 66px !important;
  box-shadow: unset !important;
}

.swiper-button-prev::after {
  font-family: "Font Awesome 6 Free" !important;
  content: "<" !important;
  font-weight: 900 !important;
  font-size: 35px !important;
  color: #f5f5f5 !important;
}

.swiper-button-next::after {
  font-family: "Font Awesome 6 Free" !important;
  content: ">" !important;
  font-weight: 900 !important;
  font-size: 35px !important;
  color: #f5f5f5 !important;
}

/*------------------------------------------------*/
/* RESPONSIVE */
/*------------------------------------------------*/

/*# sourceMappingURL=style.css.map */
