:root {
  --radius: 0.375rem;

  /* Sfondo e testo */
  --background: oklch(0.98 0.002 90); /* crema chiaro */
  --foreground: oklch(0.2 0.02 260); /* quasi nero */

  /* Card */
  --card: oklch(1 0 0); /* bianco */
  --card-foreground: oklch(0.2 0.02 260);

  /* Primary – giallo/ambra */
  --primary: oklch(0.75 0.18 90);
  --primary-foreground: oklch(0.15 0.02 260);

  /* Secondary */
  --secondary: oklch(0.95 0.005 90);
  --secondary-foreground: oklch(0.3 0.02 260);

  /* Muted */
  --muted: oklch(0.95 0.005 90);
  --muted-foreground: oklch(0.5 0.02 260);

  /* Accent – verde (richiamo logo) */
  --accent: oklch(0.55 0.12 145);
  --accent-foreground: oklch(1 0 0);

  /* Destructive */
  --destructive: oklch(0.577 0.245 27.325);
  --destructive-foreground: oklch(0.984 0.003 247.858);

  /* Bordi e input */
  --border: oklch(0.9 0.01 90);
  --input: oklch(0.9 0.01 90);
  --ring: oklch(0.75 0.18 90);

  /* Custom – sezioni scure e hero */
  --hero-overlay: oklch(0.15 0.02 260 / 70%);
  --section-dark: oklch(0.18 0.02 260);
  --section-dark-foreground: oklch(0.95 0.005 90);

  --white: #fff;
  --lightgrey: #fafafa;
  --color-black: #000000;
  --color-white: #ffffff;
}

html {
  scroll-behavior: smooth;
}
body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}
body.admin-bar .fixed-top {
  top: 32px;
}
article h1,
article h2,
article h3,
article h4 {
  margin-top: 1.4rem;
  margin-bottom: 0.7rem;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
h6 {
  color: var(--section-dark);
}
.corsivo {
  font-family: "boss_signatureregular";
}
/* Helpers */
.alignleft {
  float: left;
  margin-right: 1.5rem;
}
.alignright {
  float: right;
  margin-left: 1.5rem;
}
.aligncenter {
  display: block;
  margin: 0 auto 1.5rem;
}
a,
.btn-link,
.page-link {
  color: var(--primary);
}
a:hover,
a:focus,
.btn-link:hover,
.page-link:hover {
  color: var(--blue);
}
.textwidget img,
article img {
  max-width: 100%;
  height: auto;
}
.bgcover {
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center;
}
/* video embed */
.embed-youtube,
.embed-vimeo {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  clear: both;
}
.embed-youtube iframe,
.embed-vimeo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
iframe,
object,
embed {
  max-width: 100%;
}
/* calendar */
.widget_calendar .widget-title,
.widget_websoupevents_calendar .widget-title {
  background-color: var(--primary);
  color: #fff;
  padding: 0.2rem 0.6rem;
}
.widget_calendar caption {
  caption-side: top;
  text-align: center;
  font-weight: bold;
  color: var(--primary);
  padding-top: 0.125rem;
}
.widget_calendar table {
  width: 100%;
  position: relative;
}
.widget_calendar tbody td,
.widget_calendar thead th {
  border-top: 1px solid #dee2e6;
  padding: 0.3rem;
}
.widget_calendar tfoot #prev {
  position: absolute;
  top: 0;
  left: 0;
}
.widget_calendar tfoot #next {
  position: absolute;
  top: 0;
  right: 0;
}
.widget_calendar tfoot .pad {
  display: none;
}
.widget_calendar thead th,
.widget_calendar tbody td {
  text-align: center;
}
.widget_calendar tbody a {
  background-color: var(--primary);
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  width: 1.688rem;
}
.widget_calendar tbody td a:hover {
  background-color: var(--primary);
  text-decoration: none;
}
/* Article */
article header p {
  margin-bottom: 0.5rem;
}
article time {
  font-weight: 600;
}
/* Footer */
.preheader {
  color: var(--white);
  background-color: var(--primary);
}
.preheader a {
  color: var(--white);
}
footer.footer {
  color: var(--white);
  background-color: var(--section-dark);
}
footer.footer a {
  color: var(--white);
}
.separ hr {
  border-color: hsl(var(--primary-foreground) / 0.1);
}
/* Color validator fix */
#totop {
  width: 30px;
  height: 30px;
  text-align: center;
  background: var(--section-dark);
  color: #ffffff;
  display: none;
  position: fixed;
  bottom: 60px;
  right: 20px;
  line-height: 30px;
  z-index: 900;
  box-sizing: content-box;
}
.gallery .gallery-icon {
  text-align: center;
}
div[class*="gallery-columns-"] {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.gallery > figure {
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.gallery-columns-1 > figure {
  width: 100%;
}
.gallery-columns-2 > figure {
  width: 50%;
}
.gallery-columns-3 > figure {
  width: 33.33%;
}
.gallery-columns-4 > figure {
  width: 25%;
}
.gallery-columns-5 > figure {
  width: 20%;
}
.gallery-columns-6 > figure {
  width: 16.66%;
}
.gallery-columns-7 > figure {
  width: 14.28%;
}
.gallery-columns-8 > figure {
  width: 12.5%;
}
.gallery-columns-9 > figure {
  width: 11.11%;
}
.admin-bar .navbar-main.fixed-top {
  top: 32px !important;
}
/**/
.bglightgrey {
  background-color: var(--lightgrey);
}
.bgwhite {
  background-color: var(--white);
}
.wp-block-button__link,
.btn {
  padding: 10px 24px;
  text-decoration: none;
  line-height: var(--bs-btn-line-height);
  font-size: 18px;
  border-width: 0;
  border-radius: 3px;
  font-weight: 600;
}
a.wp-block-button__link {
  background-color: var(--primary);
  color: var(--white);
}
.wp-block-button__link:hover {
  color: var(--white);
  background-color: var(--primary);
}
.wpcf7-form-control-wrap {
  display: block;
}
.radioblock .wpcf7-list-item {
  display: block;
}
#gdpr-cookie-consent-bar,
#gdpr-cookie-consent-show-again {
  box-shadow: none !important;
}
/**/
.custom-logo-link img {
  width: 100px;
}
.h1-xl {
  font-weight: 300;
}
.ohidden {
  overflow: hidden;
}
.navbar-brand img,
.imgrnd img {
	border-radius: .5rem;
	overflow: hidden;
}
.btop {
    position: relative;
}
.btop::before {
    position: absolute;
    content: "";
    display: block;
    height: .25rem;
    width: 4rem;
    top: 0;
    left: 0;
    background: #d8a700;
}
.listel {
    font-size: .95rem;
    border-bottom: 1px solid oklab(0.95 -2.18557e-10 0.005 / 0.1);
    padding: .5rem 0
}
.listel > *:first-child {
    color: rgba(240, 238, 235, 0.6);
}
.listel a {
    font-weight: 600;
    text-decoration: none;
    color: oklch(0.95 0.005 90);
}
.listel a:hover,
.listel a:focus {
    color: #d8a700;
}
#colophon {
    font-size: .85rem;
}
.nav-link {
	color: #fff;
}
#main-nav {
    background-color: rgba(0, 0, 0, 0.9);
}
/* Mobile breakpoints */
@media (max-width: 575.98px) {
}
@media (min-width: 576px) {
}
@media (max-width: 767.98px) {
}
@media (min-width: 768px) {
}
@media (max-width: 991.98px) {
}
@media (min-width: 992px) {
  body.home #main-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (max-width: 1199.98px) {
}
@media (min-width: 1200px) {
  .h1-xl {
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 300;
  }
  .gap-xl-6 {
    gap: 5rem !important;
  }
}
/* inter-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/inter-v20-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/inter-v20-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/inter-v20-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/inter-v20-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/inter-v20-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/inter-v20-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/inter-v20-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/inter-v20-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/inter-v20-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
