@charset "UTF-8";
/** Core **/ /* -------------------------------------------------------------------------------- */
/* ! VARIABILI DEL SITO */
/* -------------------------------------------------------------------------------- */
/* -------------------------------------- */
/* ! COLORI */
/* -------------------------------------- */
/* -------------------------------------- */
/* ! FONTS */
/* -------------------------------------- */
/* ---------------------------------- */
/* ! SETUP DEL SITO  */
/* ---------------------------------- */
:root {
  --wp--style--block-gap: 0!important;
}

html {
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
  display: block;
}

*:focus {
  outline: none;
}

body {
  background-color: #ffffff;
  width: 100%;
}

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

a {
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
}

figure {
  margin: 0;
}

/** Utility class site **/
.responsive,
.responsive img {
  width: 100%;
  height: auto;
}

/** Text selection **/
::-moz-selection,
::selection {
  /* Code for Firefox */
  color: var(--wp--preset--color--dark);
  background: var(--wp--preset--color--primary);
}

/** Accessibility **/
/* Mostra il focus SOLO con tastiera (accessibilità) */
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 4px solid #005fcc;
  outline-offset: 4px;
  padding: 0; /* Padding qui è superfluo se già definito altrove */
  border-radius: 4px;
}

/* Rimuove outline per il focus da mouse */
button:focus:not(:focus-visible),
a:focus:not(:focus-visible),
input:focus:not(:focus-visible),
textarea:focus:not(:focus-visible) {
  outline: none;
}

/* Skip to content link */
#wp-skip-link {
  position: absolute;
  top: -40px;
  left: 12px !important;
  width: calc(100% - 24px);
  margin: 0 auto;
  background: #fff;
  padding: 8px 16px;
  z-index: 1000;
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  transition: top 0.3s ease;
}

/* Mostra lo skip link quando riceve focus da tastiera */
#wp-skip-link:focus-visible {
  top: 0;
}

/* -------------------------------------- */
/* ! CLASSI DI WORDPRESS */
/* -------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #ffffff;
  border: 1px solid var(--grey);
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* ---------------------------------------- */
/* ! TIPOGRAFIA DEL SITO */
/* ---------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  word-wrap: break-word;
}

h1 {
  color: #ffffff;
}

/** List gold **/
.ar-list-gold {
  margin-left: 22px;
}
.ar-list-gold li::marker {
  color: #AD8000;
  font-size: 1.5rem;
}

/* -------------------------------------- */
/* ! LAYOUT */
/* -------------------------------------- */
.alignfull {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.alignwide {
  width: 100%;
  margin: 0 auto;
}

/** Layout **/
/* -------------------------------------- */
/* Header del sito */
/* -------------------------------------- */
.admin-bar .header {
  margin-top: 32px;
}

.current-menu-item > a,
.current-menu-item > span {
  text-decoration: underline;
}

footer .current-menu-item > a,
footer .current-menu-item > span {
  text-decoration: none !important;
}

.wp-block-navigation__container a:hover {
  color: #BC9F4C !important;
}

/** Header site **/
.ar-burger-button svg {
  fill: #ffffff !important;
}
.ar-burger-button svg path {
  fill: #ffffff !important;
}

/** Header single article **/
.ar-single-article-menu {
  background-color: #ffffff;
  border-bottom: 1px solid #1F1F1F;
}
.ar-single-article-menu .ar-burger-button svg {
  fill: #1F1F1F !important;
}
.ar-single-article-menu .ar-burger-button svg path {
  fill: #1F1F1F !important;
}
.ar-single-article-menu .logo-icona {
  filter: invert(100%) !important;
}
.ar-single-article-menu .wp-block-navigation__container a {
  color: #1F1F1F !important;
}

/** Header fixed **/
.fixed-header {
  /** Header single article in fixed **/
}
.fixed-header .header-inner {
  background-color: #1F1F1F;
  padding-top: 15px;
  padding-bottom: 15px;
}
.fixed-header .ar-single-article-menu .ar-burger-button svg {
  fill: #ffffff !important;
}
.fixed-header .ar-single-article-menu .ar-burger-button svg path {
  fill: #ffffff !important;
}
.fixed-header .ar-single-article-menu .logo-icona {
  filter: invert(0) !important;
}
.fixed-header .ar-single-article-menu .wp-block-navigation__container a {
  color: #ffffff !important;
}

/* ----------------------------------------------------------------------- */
/* VARIABILI */
/* ----------------------------------------------------------------------- */
/** Utility **/
.ar-wrapper {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1320px;
}

.m0a {
  margin: 0 auto;
}

.mla {
  margin-left: auto;
}

.mra {
  margin-right: auto;
}

.mta {
  margin-top: auto !important;
}

.mba {
  margin-bottom: auto;
}

.bold {
  font-weight: 700;
}

.semibold {
  font-weight: 600;
}

.regular {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.vh100 {
  height: 100vh;
}

.vh50 {
  height: 50vh;
}

.vh60 {
  height: 60vh;
}

.vh70 {
  height: 70vh;
}

.vh80 {
  height: 80vh;
}

.h100 {
  height: 100%;
}

.h50 {
  height: 50%;
}

.spacer-10 {
  padding: 10px 0;
}

.spacer-15 {
  padding: 15px 0;
}

.spacer-20 {
  padding: 20px 0;
}

.spacer-40 {
  padding: 40px 0;
}

.spacer-60 {
  padding: 60px 0;
}

.spacer-120 {
  padding: 120px 0;
}

.responsive,
.responsive img {
  width: 100%;
  height: auto;
}

/* ----------------------------------------------------------------------- */
/* GRID SYSTEM */
/* ----------------------------------------------------------------------- */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 0;
}

.col {
  flex: 1 0 0%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.flex {
  display: flex;
}

.flexcenter {
  align-items: center;
  justify-content: center;
}

.f-row {
  flex-direction: row;
}

.f-column {
  flex-direction: column;
}

.f-wrap {
  flex-wrap: wrap !important;
}

.f-nowrap {
  flex-wrap: nowrap !important;
}

.f-fill {
  flex: 1 1 auto !important;
}

.f-row-reverse {
  flex-direction: row-reverse !important;
}

.f-column-reverse {
  flex-direction: column-reverse !important;
}

.f-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .f-sm-fill {
    flex: 1 1 auto !important;
  }
  .f-sm-row {
    flex-direction: row !important;
  }
  .f-sm-column {
    flex-direction: column !important;
  }
  .f-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .f-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .f-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .f-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .f-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .f-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .f-sm-wrap {
    flex-wrap: wrap !important;
  }
  .f-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .f-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .f-md-fill {
    flex: 1 1 auto !important;
  }
  .f-md-row {
    flex-direction: row !important;
  }
  .f-md-column {
    flex-direction: column !important;
  }
  .f-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .f-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .f-md-grow-0 {
    flex-grow: 0 !important;
  }
  .f-md-grow-1 {
    flex-grow: 1 !important;
  }
  .f-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .f-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .f-md-wrap {
    flex-wrap: wrap !important;
  }
  .f-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .f-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .f-lg-fill {
    flex: 1 1 auto !important;
  }
  .f-lg-row {
    flex-direction: row !important;
  }
  .f-lg-column {
    flex-direction: column !important;
  }
  .f-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .f-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .f-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .f-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .f-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .f-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .f-lg-wrap {
    flex-wrap: wrap !important;
  }
  .f-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .f-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .f-xl-fill {
    flex: 1 1 auto !important;
  }
  .f-xl-row {
    flex-direction: row !important;
  }
  .f-xl-column {
    flex-direction: column !important;
  }
  .f-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .f-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .f-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .f-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .f-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .f-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .f-xl-wrap {
    flex-wrap: wrap !important;
  }
  .f-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .f-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .f-xxl-fill {
    flex: 1 1 auto !important;
  }
  .f-xxl-row {
    flex-direction: row !important;
  }
  .f-xxl-column {
    flex-direction: column !important;
  }
  .f-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .f-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .f-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .f-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .f-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .f-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .f-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .f-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .f-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/** Elementi del sito **/
/* -------------------------------------- */
/* !BREADCRUMBS */
/* -------------------------------------- */
/** Formattazione delle breadcrumbs del sito **/
.rank-math-breadcrumb p,
.rank-math-breadcrumb a,
.rank-math-breadcrumb span {
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}
.rank-math-breadcrumb a:hover {
  color: #BC9F4C;
}

/* ---------------------------------- */
/* ! CONTACT FORM 7 SETUP  */
/* ---------------------------------- */
.ar-form {
  /** Autofill **/
}
.ar-form input:-webkit-autofill {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.3) !important;
  -webkit-box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.3);
}
.ar-form input:-webkit-autofill:focus {
  box-shadow: 0 0 0 50px rgba(0, 0, 0, 0.3) inset !important;
  -webkit-box-shadow: 0 0 0 50px rgba(0, 0, 0, 0.3) inset;
}
.ar-form label,
.ar-form .wpcf7-list-item-label {
  font-size: 16px;
}
.ar-form input[type=text],
.ar-form input[type=email],
.ar-form input[type=tel],
.ar-form textarea {
  border: none;
  border-bottom: 2px solid #1F1F1F;
  color: #1F1F1F;
  font-weight: 500;
  font-size: clamp(1rem, 0.925rem + 0.375vw, 1.375rem);
  padding-bottom: 4px;
  width: 100%;
}
.ar-form input[type=text]::placeholder,
.ar-form input[type=email]::placeholder,
.ar-form input[type=tel]::placeholder,
.ar-form textarea::placeholder {
  color: #898989;
}
.ar-form textarea {
  resize: none;
}
.ar-form .wpcf7-form-control-wrap {
  display: inline-block;
  margin-bottom: 40px;
  width: 100%;
}
.ar-form .acceptance-row {
  display: flex;
  gap: 7px;
}
.ar-form .acceptance-row a {
  color: #1F1F1F;
  text-decoration: underline;
}
.ar-form .acceptance-row a:hover {
  color: #AD8000;
}
.ar-form .acceptance-row .wpcf7-form-control-wrap {
  width: auto;
}
.ar-form .wpcf7-not-valid-tip {
  color: red;
}
.ar-form .wpcf7-submit {
  font-size: clamp(1rem, 0.925rem + 0.375vw, 1.375rem);
  color: #1F1F1F;
  font-weight: 500;
  padding: 13px 80px;
  border: unset;
  border: 2px solid #BC9F4C;
  background-color: #ffffff;
  margin-top: 20px;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ar-form .wpcf7-submit:hover {
  color: #ffffff;
  background-color: #1F1F1F;
  border-color: #1F1F1F;
}
.ar-form .wpcf7-list-item {
  margin-left: 0;
}
.ar-form .wpcf7-spinner {
  display: none;
}
@media (max-width: 768px) {
  .ar-form .wpcf7-submit {
    width: 100%;
  }
}

/* ---------------------------------------- */
/* ! BARRE DI SCORRIMENTO DEL SITO */
/* ---------------------------------------- */
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ffffff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #AD8000;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1F1F1F;
}

/* ----------------------------------------- */
/* ! Template blog and archive*/
/* ----------------------------------------- */
.nav-links .page-numbers {
  color: #1F1F1F;
  font-size: 22px;
  font-weight: 500;
}
.nav-links .page-numbers.current {
  text-decoration: underline;
}
.nav-links a:hover {
  color: #BC9F4C;
}

.ar-single-article ol {
  margin-left: 7px;
}
.ar-single-article li {
  margin-left: 15px;
}
.ar-single-article .wp-block-post-template li {
  margin-left: 0;
}
.ar-single-article a {
  color: #1F1F1F;
  text-decoration: underline;
}
.ar-single-article a:hover {
  color: #BC9F4C;
}
.ar-single-article p,
.ar-single-article li,
.ar-single-article h3 {
  font-size: clamp(1rem, 0.925rem + 0.375vw, 1.375rem);
}
.ar-single-article p,
.ar-single-article h2 {
  margin-bottom: 15px;
}
.ar-single-article h3 {
  margin-top: 30px;
}
.ar-single-article h4 {
  font-size: 1.125rem;
}
.ar-single-article .ar-meta-info p {
  margin-bottom: unset;
}
.ar-single-article img {
  display: inline-block;
  margin-bottom: clamp(1.5625rem, 1.25rem + 1.5625vw, 3.125rem);
}

/* ----------------------------------------- */
/* ! Template  page */
/* ----------------------------------------- */
.slider-settori .swiper-pagination {
  display: none;
}

@media (max-width: 1024px) {
  .slider-settori .swiper-pagination {
    display: block;
  }
}

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