/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

:root {
  --lindsey:"lindsey-signature", sans-serif;
}

a, a:focus, button, button:focus, input:focus, textarea:focus  {
outline : none!important;
}
header {
z-index: 9999;
}



/* Nasconde navigazione se lo slider ha una sola slide reale */
.box-slide-artist .slider-custom:not(:has(.swiper-slide[data-swiper-slide-index="1"])) .swiper-pagination,
.box-slide-artist .slider-custom:not(:has(.swiper-slide[data-swiper-slide-index="1"])) .bricks-swiper-button-prev,
.box-slide-artist .slider-custom:not(:has(.swiper-slide[data-swiper-slide-index="1"])) .bricks-swiper-button-next {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/*menu che si apre con effetto fade*/
.menu-offcanvas,
.menu-offcanvas[data-direction="left"],
.menu-offcanvas .brx-offcanvas-inner,
.menu-offcanvas[data-direction="left"] .brx-offcanvas-inner {
  transform: none !important;
}
.menu-offcanvas {
  opacity: 0 !important;
  pointer-events: none;
  visibility: visible !important;
  transition: opacity 0.1s ease !important;
}
.menu-offcanvas.brx-open {
  opacity: 1 !important;
  pointer-events: auto;
}
.menu-offcanvas .brx-offcanvas-inner {
  transition: none !important;
}
/*menu che si apre con effetto fade*/


.testo-chi strong {
font-weight: 600;
}
.box-cont-header {
transition: all 0.3s;
}
header.scrolling .box-cont-header, body.guest-artist-template-default .box-cont-header, body.page-id-3 .box-cont-header, body.page-id-824 .box-cont-header {
background-color: rgba(30, 30, 28, 0.5);
transition: all 0.3s;
}
header.scrolling .box-cont-header, body:not(.home) .box-cont-header {
background-color: rgba(30, 30, 28, 0.7);
transition: all 0.3s;
}
#brx-header .box-logo {
  width: 160px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

#brx-header .box-logo img,
#brx-header .box-logo a {
  display: block;
  width: 160px;
  height: auto;
  transform: scale(1);
  transform-origin: top center;
  transition: transform 0.35s ease;
  will-change: transform;
}
.box-chiamaci svg path, .box-gift svg path {
fill:var(--giallo)!important;
clip-path: inherit;
stroke: var(--giallo);
}

#brx-header.scrolling .box-logo img,
#brx-header.scrolling .box-logo a, body:not(.home) #brx-header .box-logo img, body:not(.home) #brx-header .box-logo a {
  transform: scale(0.65);
transition: all 0.3s;
}
.footer-recap a {
transition: all 0.3s;
}
.footer-recap a:hover {
transition: all 0.3s;
color: var(--giallo);
}
.box-logo-footer .logo-bianco, .box-logo-footer .logo-giallo {
transition: all 0.3s;
}
.box-logo-footer:hover .logo-bianco {
opacity: 0;
transition: all 0.3s;
}
.box-logo-footer:hover .logo-giallo {
opacity: 1;
transition: all 0.8s;
}
@keyframes opacity {
  from,
  to {
    opacity: 1;
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    opacity: .4;
  }

  20%,
  40%,
  60%,
  80% {
    opacity: .9;
  }
}

body:not(.touch) #open-menu:hover svg,
body:not(.touch) .pulse:hover,
body:not(.touch) a:hover .pulse {
  animation: opacity 10s infinite;
}

/*icona menu*/
.ico-menu *,
.ico-menu span::before,
.ico-menu span::after {
  color: var(--giallo);
  fill: var(--giallo);
  border-radius: 0;
  height: 2px;
  width: 45px !important;
  transition: all 0.3s;
}

/* linea sotto */
.ico-menu span::after {
  bottom: -13px;
  left: -1px;
}

/* linea sopra */
.ico-menu span::before {
  bottom: -13px;
  left: -1px;
  transform: translateY(-3px);
}

/* linea centrale tratteggiata */
.ico-menu .brxa-inner {
  background-color: transparent;
  border: 1px dashed var(--giallo);
}

/* hover da chiuso */
.ico-menu:not(.is-active):hover span::before {
  transform: translateY(0px);
  transition: all 0.3s;
}

.ico-menu:not(.is-active):hover span::after {
  bottom: -10px;
}
.brxe-text p strong {
  font-weight: 600;
}





/* STATO APERTO */

/* nasconde la linea centrale tratteggiata */
.ico-menu.is-active .brxa-inner,
.ico-menu[aria-expanded="true"] .brxa-inner {
  border-color: transparent;
  background-color: transparent;
  position: relative;
}

/* porta le due linee al centro esatto dell'icona */
.ico-menu.is-active .brxa-inner::before,
.ico-menu[aria-expanded="true"] .brxa-inner::before,
.ico-menu.is-active .brxa-inner::after,
.ico-menu[aria-expanded="true"] .brxa-inner::after {
  top: 50%;
  bottom: auto;
  left: 0;
  transform-origin: center;
  background-color: var(--giallo);
  border: 0;
}

/* prima linea della X */
.ico-menu.is-active .brxa-inner::before,
.ico-menu[aria-expanded="true"] .brxa-inner::before {
  transform: translateY(-50%) rotate(45deg);
}

/* seconda linea della X */
.ico-menu.is-active .brxa-inner::after,
.ico-menu[aria-expanded="true"] .brxa-inner::after {
  transform: translateY(-50%) rotate(-45deg);
}

/* evita spostamenti in hover quando è aperto */
.ico-menu.is-active:hover .brxa-inner::before,
.ico-menu[aria-expanded="true"]:hover .brxa-inner::before {
  transform: translateY(-50%) rotate(45deg);
}

.ico-menu.is-active:hover .brxa-inner::after,
.ico-menu[aria-expanded="true"]:hover .brxa-inner::after {
  transform: translateY(-50%) rotate(-45deg);
}

/*icona menu fine*/

.no-scroll .txt-menu {
opacity: 0;
transition: all 0.3s;
}
.no-scroll .txt-chiudi {
opacity: 1!important;
transition: all 0.3s;
}


.brxe-social-icons i {
transition: all 0.3s;
}
.brxe-social-icons i:hover {
transform: scale(1.25);
transition: all 0.3s;
}
h1 strong {
  font-weight: 700;
}
.lindsey {
  font-family: var(--lindsey);
  font-weight: 400;
}
.slide-testo .lindsey {
  font-size: 120px;
  line-height: 1em;
}
.spostato {
transform: translateY(-30px);
  display: inline-block;
}
.titolo-ultimi .lindsey {
font-size: 90px;
}
.titolo-staff .lindsey {
font-size: 90px;
}
.artista-card, .artista-card *, .guest-card, .guest-card * {
transition: all 0.3s;
}
.artista-card:hover .info {
background-color: var(--giallo);
}
.artista-card .artista-card-img, .guest-card .guest-card-img {
transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
transform: translateZ(0) scale(1.02);
}
.artista-card:hover .artista-card-img, .guest-card:hover .guest-card-img {
transform: scale(1.12);
transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
footer {
  z-index: 999;
}
.descrizione-tatoo {
color: #fff;
}
.descrizione-tatoo b {
font-weight: 700;
margin-top: 15px;
}
.testo-privacy {
color: #fff;
  font-size: 15px;
  margin-top: -10px;
}
.testo-guest {
color: #fff;
}
.form-group .bricks-button {
transition: all 0.3s;
}
.form-group textarea {
margin-bottom: 20px;
}
.file-result.show {
color: #fff;
}
.titolo-campo {
text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
}
input[name="campo-chiaro"],
input[name="campo-chiaro-1"],
input[name="campo-chiaro-2"],
input[name="campo-chiaro-3"] {
  background-color: var(--grigio-chiaro)!important;
  color: #000!important;
}





/*SLIDER*/
.slider-custom:has(.swiper-pagination) {
  position: relative;
  padding-bottom: 90px;

  --slider-bg: #1e1e1c;
  --slider-color: #fff;
  --pagination-width: 340px;
}
.slider-custom:has(.swiper-pagination) .swiper-button {
  position: absolute;
  bottom: -12px;
  top: auto;
  width: 42px;
  height: 42px;
  border: 1px dashed var(--slider-color);
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  z-index: 4;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-custom:has(.swiper-pagination) .bricks-swiper-button-prev {
  left: calc(50% - 175px);
  right: auto;
}
.slider-custom:has(.swiper-pagination) .bricks-swiper-button-next {
  right: calc(50% - 175px);
  left: auto;
}

.slider-custom:has(.swiper-pagination) .swiper-button::after {
  display: none;
}

.slider-custom:has(.swiper-pagination) .swiper-button i {
  font-size: 22px;
  color: var(--slider-color);
  line-height: 1;
}
.slider-custom:has(.swiper-pagination) .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
  width: var(--pagination-width);
  max-width: var(--pagination-width);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0;
  z-index: 3;
  overflow: hidden;
}
.slider-custom:has(.swiper-pagination) .swiper-pagination::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 2px dotted var(--slider-color);
  transform: translateY(-50%);
  z-index: 1;
}
.slider-custom:has(.swiper-pagination) .swiper-pagination::after {
  display: none;
}
.slider-custom:has(.swiper-pagination) .swiper-pagination-bullet {
  position: relative;
  z-index: 3;
  width: 8px;
  height: 8px;
  border: 1px solid var(--slider-color);
  background: var(--slider-bg);
  opacity: 1;
  margin: 0 !important;
  flex: 0 0 auto;
  box-shadow: 0 0 0 6px var(--slider-bg);
}
.slider-custom:has(.swiper-pagination) .swiper-pagination-bullet-active {
  background: var(--slider-color);
}

/* SLIDER RECENSIONI  SPLIDE SU SFONDO BIANCO*/
.slider-custom:has(.splide__pagination) {
  position: relative;
  padding-bottom: 90px;

  --slider-bg: #fff;
  --slider-color: #1e1e1c;
  --pagination-width: 340px;
}
.slider-custom:has(.splide__pagination) .splide__arrows {
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  width: 430px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
  z-index: 4;
}
.slider-custom:has(.splide__pagination) .splide__arrow {
  position: static;
  transform: none;
  width: 42px;
  height: 42px;
  border: 1px dashed var(--slider-color);
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  pointer-events: auto;
}
.slider-custom:has(.splide__pagination) .splide__arrow:disabled {
  opacity: 1;
}
.slider-custom:has(.splide__pagination) .splide__arrow svg {
  width: 18px;
  height: 18px;
  fill: var(--slider-color);
}
.slider-custom:has(.splide__pagination) .splide__arrow--next svg {
  transform: rotate(180deg);
}
.slider-custom:has(.splide__pagination) .splide__pagination {
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
  width: var(--pagination-width);
  max-width: var(--pagination-width);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0;
  z-index: 3;
  overflow: hidden;
}
.slider-custom:has(.splide__pagination) .splide__pagination::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 2px dotted var(--slider-color);
  transform: translateY(-50%);
  z-index: 1;
}
.slider-custom:has(.splide__pagination) .splide__pagination::after {
  display: none;
}
.slider-custom:has(.splide__pagination) .splide__pagination li {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-custom:has(.splide__pagination) .splide__pagination li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  background: var(--slider-bg);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.slider-custom:has(.splide__pagination) .splide__pagination__page {
  position: relative;
  z-index: 2;
  width: 8px;
  height: 8px;
  border: 1px solid var(--slider-color);
  background: var(--slider-bg);
  opacity: 1;
  transform: none;
  margin: 0;
}
.slider-custom:has(.splide__pagination) .splide__pagination__page.is-active {
  background: var(--slider-color);
  transform: none;
}
.slider-custom:has(.swiper-pagination) .swiper-button svg {
filter: invert(1);
width: 18px!important;
height: 18px!important;
min-width: inherit!important;
}
.slider-custom:has(.swiper-pagination) .swiper-button.bricks-swiper-button-next svg {
  transform: rotate(180deg);
}
.slider-custom-black:has(.swiper-pagination) {
  position: relative;
  padding-bottom: 90px;

  --slider-bg: #1e1e1c;
  --slider-color: #fff;
  --pagination-width: 340px;
}
.slider-custom-black:has(.swiper-pagination) .swiper-button {
  position: absolute;
  bottom: -12px;
  top: auto;
  width: 42px;
  height: 42px;
  border: 1px dashed var(--slider-color);
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  z-index: 4;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-custom-black:has(.swiper-pagination) .bricks-swiper-button-prev {
  left: calc(50% - 175px);
  right: auto;
}
.slider-custom-black:has(.swiper-pagination) .bricks-swiper-button-next {
  right: calc(50% - 175px);
  left: auto;
}
.slider-custom-black:has(.swiper-pagination) .swiper-button::after {
  display: none;
}
.slider-custom-black:has(.swiper-pagination) .swiper-button i {
  font-size: 22px;
  color: var(--slider-color);
  line-height: 1;
}
.slider-custom-black:has(.swiper-pagination) .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
  width: var(--pagination-width);
  max-width: var(--pagination-width);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0;
  z-index: 3;
  overflow: hidden;
}
.slider-custom-black:has(.swiper-pagination) .swiper-pagination::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 2px dotted var(--slider-color);
  transform: translateY(-50%);
  z-index: 1;
}

.slider-custom-black:has(.swiper-pagination) .swiper-pagination::after {
  display: none;
}

.slider-custom-black:has(.swiper-pagination) .swiper-pagination-bullet {
  position: relative;
  z-index: 3;
  width: 8px;
  height: 8px;
  border: 1px solid var(--slider-color);
  background: var(--slider-bg);
  opacity: 1;
  margin: 0 !important;
  flex: 0 0 auto;
  box-shadow: 0 0 0 6px var(--slider-bg);
}

.slider-custom-black:has(.swiper-pagination) .swiper-pagination-bullet-active {
  background: var(--slider-color);
}
.slider-custom-black:has(.swiper-pagination) .swiper-button svg {
  filter: invert(1);
  width: 18px !important;
  height: 18px !important;
  min-width: inherit !important;
}
.slider-custom-black:has(.swiper-pagination) .swiper-button.bricks-swiper-button-next svg {
  transform: rotate(180deg);
}
.slider-custom-black:has(.splide__pagination) {
  position: relative;
  padding-bottom: 90px;

  --slider-bg: #1e1e1c;
  --slider-color: #fff;
  --pagination-width: 340px;
}
.slider-custom-black:has(.splide__pagination) .splide__arrows {
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  width: 430px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
  z-index: 4;
}
.slider-custom-black:has(.splide__pagination) .splide__arrow {
  position: static;
  transform: none;
  width: 42px;
  height: 42px;
  border: 1px dashed var(--slider-color);
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  pointer-events: auto;
}
.slider-custom-black:has(.splide__pagination) .splide__arrow:disabled {
  opacity: 1;
}
.slider-custom-black:has(.splide__pagination) .splide__arrow svg {
  width: 18px;
  height: 18px;
  fill: var(--slider-color);
}

.slider-custom-black:has(.splide__pagination) .splide__arrow--next svg {
  transform: rotate(180deg);
}

.slider-custom-black:has(.splide__pagination) .splide__pagination {
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
  width: var(--pagination-width);
  max-width: var(--pagination-width);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0;
  z-index: 3;
  overflow: hidden;
}
.slider-custom-black:has(.splide__pagination) .splide__pagination::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 2px dotted var(--slider-color);
  transform: translateY(-50%);
  z-index: 1;
}
.slider-custom-black:has(.splide__pagination) .splide__pagination::after {
  display: none;
}
.slider-custom-black:has(.splide__pagination) .splide__pagination li {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-custom-black:has(.splide__pagination) .splide__pagination li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  background: var(--slider-bg);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.slider-custom-black:has(.splide__pagination) .splide__pagination__page {
  position: relative;
  z-index: 2;
  width: 8px;
  height: 8px;
  border: 1px solid var(--slider-color);
  background: var(--slider-bg);
  opacity: 1;
  transform: none;
  margin: 0;
}
.slider-custom-black:has(.splide__pagination) .splide__pagination__page.is-active {
  background: var(--slider-color);
  transform: none;
}
/*SLIDER GALLERIA SFONDO FINE*/



.mio-carosello .splide__pagination {
  display: none !important;
}
.mio-carosello .custom-image-pagination {
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
  width: var(--pagination-width);
  max-width: var(--pagination-width);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0;
  z-index: 3;
  overflow: hidden;
}
.mio-carosello .custom-image-pagination::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 2px dotted var(--slider-color);
  transform: translateY(-50%);
  z-index: 1;
}
.mio-carosello .custom-image-bullet {
  position: relative;
  z-index: 3;
  width: 8px;
  height: 8px;
  border: 1px solid var(--slider-color);
  border-radius: 50%;
  background: var(--slider-bg);
  opacity: 1;
  transform: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  flex: 0 0 auto;
  box-shadow: 0 0 0 6px var(--slider-bg);
}
.mio-carosello .custom-image-bullet.is-active {
  background: var(--slider-color);
}



/* Nasconde la paginazione originale Splide */
.mio-carosello-nero .splide__pagination {
  display: none !important;
}

/* Paginazione custom nera */
.mio-carosello-nero .custom-image-pagination {
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
  width: 340px;
  max-width: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0;
  z-index: 3;
  overflow: hidden;
}

/* Linea puntinata nera */
.mio-carosello-nero .custom-image-pagination::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 2px dotted #1e1e1c;
  transform: translateY(-50%);
  z-index: 1;
}

/* Pallino singolo */
.mio-carosello-nero .custom-image-bullet {
  position: relative;
  z-index: 3;
  width: 8px;
  height: 8px;
  border: 1px solid #1e1e1c;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
  transform: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  flex: 0 0 auto;
  box-shadow: 0 0 0 6px #fff;
}

/* Pallino attivo */
.mio-carosello-nero .custom-image-bullet.is-active {
  background: #1e1e1c;
}



.dicono-sez .slider-custom:has(.splide__pagination) .splide__pagination li::after {
background-color: var(--grigio-chiaro);
}
.box-slide-artist img, .slide-sotto img {
aspect-ratio: 3/4;
  object-fit: cover;
}
.slide-sotto .swiper-slide a {
position: relative;
}
.slide-sotto .swiper-slide a::before {
position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  content: "";
  background-color: #fff;
  z-index: 9;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: calc(50% - 50px);
  opacity: 0;
  transition: all 0.3s;
}
.slide-sotto .swiper-slide a::after {
position: absolute;
  content: "+";
  color: var(--nero-cenere);
  z-index: 9;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: calc(50% - 64px);
  font-size: 83px;
  text-align: center;
  width: 40px;
  height: 40px;
  opacity: 0;
  transition: all 0.3s;
}
.slide-sotto .swiper-slide a:hover::before {
opacity: 0.7;
  transition: all 0.3s;
}
.slide-sotto .swiper-slide a:hover::after {
opacity: 0.9;
  transition: all 0.3s;
}
.prenota svg {
filter: invert(1);
  transform: rotate(180deg);
  width: 27px;
  height: 27px;
  border: 1px dashed #1e1e1c;
  border-radius: 50%;
  padding: 5px;
}

.mappa::before {
opacity: 0;
transition: all 1s;
}
.mappa:hover::before {
opacity: 1;
transition: all 1.6s;
}
.query-img-box-testo {
transform: translateY(100%);
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.query-img:hover .query-img-box-testo {
  transform: translateY(0);
  opacity: 1;
}
.box-chiamaci * {
transition: all 0.3s;
}
.box-chiamaci:hover h3, .box-gift:hover p {
transition: all 0.3s;
color: var(--giallo)!important;
}


.query-img {
  position: relative;
  overflow: hidden;
}

.query-img .bricks-lightbox {
  position: relative;
  display: block;
  overflow: hidden;
}

.query-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Caption Bricks */
.query-img .bricks-image-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 18px 20px;
  background: rgba(0, 0, 0, 0.65);
  line-height: 1.3;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
  pointer-events: none;
  box-sizing: border-box;
  z-index: 2;
  color: var(--bianco);
  font-weight: 400;
  font-size: 23px;
  text-align: left;
}

/* Hover */
.query-img:hover .bricks-image-caption {
  transform: translateY(0);
  opacity: 1;
}





/* Gruppo radio artisti */
.form-group[role="radiogroup"] {
  width: 100%;
}

/* Nasconde il titolo, se non vuoi mostrarlo */
.form-group[role="radiogroup"] .label {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 18px;
}

/* Lista opzioni */
.form-group[role="radiogroup"] .options-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 5px;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Singola voce */
.form-group[role="radiogroup"] .options-wrapper li {
  position: relative;
  margin: 0;
  padding: 0;
}
.form-group[role="radiogroup"] {
padding-top: 20px;
margin-top: 10px;
border-top: 1px solid var(--giallo);
padding-bottom: 20px!important;
}
/* Nasconde il radio originale */
.form-group[role="radiogroup"] .options-wrapper input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Pill grafica */
.form-group[role="radiogroup"] .options-wrapper label {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 45px;
  padding: 0 15px;
  background: #050505;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 23px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;

  cursor: pointer;
  transition: color 0.25s ease, background 0.25s ease;
}

/* Cerchio radio custom */
.form-group[role="radiogroup"] .options-wrapper label::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  display: block;
  flex-shrink: 0;
  background: transparent;
  transition: all 0.25s ease;
}

/* Hover */
.form-group[role="radiogroup"] .options-wrapper label:hover {
  color: #ffffff;
}

/* Stato selezionato */
.form-group[role="radiogroup"] .options-wrapper input[type="radio"]:checked + label {
  color: #ffffff;
  font-weight: 700;
}

/* Pallino selezionato */
.form-group[role="radiogroup"] .options-wrapper input[type="radio"]:checked + label::before {
  background: #c98a16;
  border-color: #ffffff;
  box-shadow: inset 0 0 0 2px #c98a16;
}

/* Focus accessibile */
.form-group[role="radiogroup"] .options-wrapper input[type="radio"]:focus-visible + label {
  outline: 2px solid #c98a16;
  outline-offset: 4px;
}

/* Tablet */
@media (max-width: 1024px) {
  .form-group[role="radiogroup"] .options-wrapper {
    gap: 18px 22px;
  }

  .form-group[role="radiogroup"] .options-wrapper label {
    min-height: 60px;
    padding: 0 28px;
    font-size: 28px;
    gap: 12px;
  }

  .form-group[role="radiogroup"] .options-wrapper label::before {
    width: 24px;
    height: 24px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .form-group[role="radiogroup"] .options-wrapper {
    gap: 12px;
  }

  .form-group[role="radiogroup"] .options-wrapper label {
    min-height: 48px;
    padding: 0 18px;
    font-size: 18px;
    gap: 9px;
  }

  .form-group[role="radiogroup"] .options-wrapper label::before {
    width: 18px;
    height: 18px;
    border-width: 1.5px;
  }

  .form-group[role="radiogroup"] .options-wrapper input[type="radio"]:checked + label::before {
    box-shadow: inset 0 0 0 2px #c98a16;
  }
}

/* Mobile molto stretto */
@media (max-width: 480px) {
  .form-group[role="radiogroup"] .options-wrapper {
    gap: 10px;
  }

  .form-group[role="radiogroup"] .options-wrapper label {
    min-height: 44px;
    padding: 0 15px;
    font-size: 16px;
  }
}



@media (max-width: 1800px) {
  .mappa {
    background-size: 1800px auto!important;
    background-position: center center;
  }
}



@media (max-width: 1280px) {
#brxe-mdhcjl {
padding-left: 20px;
padding-right: 20px;
}
#brxe-kifkyg, #brxe-qvwmwe {
font-size: 19px;
}
#brxe-sjcpan {
max-width: 420px!important;
}

}



@media (max-width: 990px) {
#brxe-sjcpan {
max-width: inherit!important;
}
#brxe-kifkyg, #brxe-qvwmwe, #brxe-kqwpwa {
font-size: 22px;
}
.slide-testo .lindsey {
font-size: 80px;
}
.slider-custom:has(.splide__pagination) .splide__arrows {
width: 300px;
}

}

@media (max-width: 767px) {
.carosello-chi .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.box-menu h3, .box-menu span {
pointer-events: none;
}
.carosello-chi img.image {
  min-height: 600px !important;
  width: auto !important;
  max-width: none !important;
  object-fit: contain;
  display: block;
}
#brx-header.scrolling .box-logo img, #brx-header.scrolling .box-logo a, body:not(.home) #brx-header .box-logo img, body:not(.home) #brx-header .box-logo a {
  transform: scale(0.75);
  transition: all 0.3s;
}
.titolo-ultimi span {
display: block;
line-height: 0.5;
}
.titolo-staff span {
display: block;
line-height: 1.1;
}
  .slider-custom {
    padding-bottom: 70px;
  }

  .slider-custom .splide__arrow {
    width: 34px;
    height: 34px;
  }

  .slider-custom .splide__arrow svg {
    width: 14px;
    height: 14px;
  }

  .slider-custom .splide__pagination {
    bottom: 22px;
    gap: 7px;
  }

  .slider-custom .splide__pagination::before,
  .slider-custom .splide__pagination::after {
    width: 100%;
  }
  .slider-custom:has(.splide__pagination) .splide__pagination::before, .mio-carosello-nero .custom-image-pagination::before {
  width: 220px;
  margin: 0 auto;
  }
  .mio-carosello .custom-image-pagination::before {
  width: 220px;
  margin: 0 auto;
  }
  #brxe-swxblr strong {
  font-weight: 600;
  }
}

@media (max-height: 767px) and (min-width: 767px) {
#brxe-inotrh .bricks-nav-menu > li > a {
font-size: 36px!important;
}
}