@import url('https://fonts.cdnfonts.com/css/inkverse'); /* variables */

@property --bg-color {
  syntax: "<color>";
  inherits: false;
  initial-value: #0B4873;
}

@property --evidence-color {
  syntax: "<color>";
  inherits: false;
  initial-value: #FE61AD;
}

@property --banner-color {
  syntax: "<color>";
  inherits: false;
  initial-value: #2AAFBA;
}

@property --gray-color {
  syntax: "<color>";
  inherits: false;
  initial-value: #edf3f3;
}


/*EU cookie Compliance*/

.eu-cookie-compliance-buttons .decline-button {
  background-color: white;
}

.section-margin {
  margin: 4rem auto;
}

.top-r-rounded img {
  border-radius: 0 4rem 0 4rem;
}



.brand {
  font-family: "inkverse", sans-serif;
  color: var(--evidence-color);
}


/* SECONDARY MENU */

.no-marker::marker {
  display: none;
}

.menu-main ul {
  background-color: white;

  & li a {
    /*font-family: "Josefin Sans", sans-serif;*/
    /*background-color: var(--bg-color);*/
  }

  & li {
    background-color: white
  }

}

.secondary {
  border-top: 1px solid gainsboro;
  background-color: whitesmoke;
  position: fixed;
  bottom: 1px;
  padding: 1rem;
  font-size: 0.875rem;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  z-index: 10;
}


.language-switcher-language-content-entity {
  font-size: 0.875rem;

  color: #666666;
  @media all and (min-width: 780px) {
    position: unset;
    padding: 0.7em 2px 0 0;
  }
}

/* BREADCRUMB */

div#block-tailwindcss-breadcrumbs {
  margin-top: 3rem;
}

/* BLUEBANNER */

.bluebanner {
  margin-top: 1rem;
  background-color: var(--banner-color);
  padding: 1rem 0;

}

p.bluebanner {
  max-width: 1024px;
  margin: 0 1rem;
  text-align: center;
  color: #eae7df;
  font-size: 1.4rem;
  font-family: "Josefin Sans", sans-serif;
  @media all and (min-width: 780px) {
    margin: 0 auto;
  }
}

h3.bluebanner {
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
  font-family: Josefin Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.625;
  color: #eae7df;
}

/* CONTACT */

#block-tailwindcss-contactblock form label {
  display: none;
}

#block-tailwindcss-contactblock form input {
  border: none;
  margin: 1rem;
  padding: 0.5rem;
  width: 16rem;
}

input#edit-field-accept-value {
  width: 1rem !important;
}

div#edit-field-accept-value--description {
  width: 16rem;
  margin-left: 1.8rem;
}


form.contact-message-contact-us-form label {
  font-weight: bold;
}

form.contact-message-contact-us-form input {
  border: none;
  margin: 1rem;
  padding: 0.5rem;
  width: 17rem;
}

form.contact-message-contact-us-form input#edit-field-privacy-value {
  border: none;
  margin: 0;
  padding: 0.5rem;
  width: 1rem;
}



form.contact-message-contact-us-form .form-item-field-telefono-0-phone input {
  border: none;
  margin: 1rem;
  padding: 0.5rem;
  width: 20rem;
}

.contact-page h1 {
  text-align: left !important;
  margin-left: 1rem;
}

.contact-message-feedback-form, form.contact-message-contact-us-form {
  font-size: 1rem;
  line-height: 2.25rem;
  width: 280px;
  margin: 0 auto;
  @media all and (min-width: 768px) {
    width: 600px;
  }
}

.contact-message-contact-us-form textarea {
  border: 1px solid gray;
  @media all and (max-width: 768px) {
    width: 19rem;
    margin: 0 auto;
  }
}

/* CONTAB: scoped form improvements (Conto add/edit, etc.) */
.woocontab-form .form-item {
  margin-bottom: 1rem;
}

.woocontab-form label {
  display: block;
  font-weight: 600;
  color: #0f172a; /* slate-900 */
  margin-bottom: 0.35rem;
}

.woocontab-form .description {
  margin-top: 0.35rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #64748b; /* slate-500 */
}

.woocontab-form .woocontab-form__actions,
.woocontab-form .form-actions {
  margin-top: 1.25rem;
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
  align-items: center;
}

.woocontab-form input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  accent-color: #0f172a; /* slate-900 */
}

.woocontab-form .form-submit {
  cursor: pointer;
}

/* CONTAB: Operazione add form layout */
.woocontab-form__grid .form-item {
  margin-bottom: 0;
}

.woocontab-form__row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: flex-end;
  margin-bottom: 1rem;
}

.woocontab-form__row--full > .form-item {
  flex: 1 1 100%;
}

.woocontab-form__row--two > .form-item {
  flex: 1 1 16rem;
  min-width: 0;
}

.woocontab-form__row--amount-vat > .form-item {
  margin-bottom: 0;
}

.woocontab-form__amount {
  flex: 1 1 14rem;
  min-width: 10rem;
}

.woocontab-form__vat-included {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-bottom: 0.15rem;
}

.woocontab-form__vat-included label {
  margin: 0;
  font-weight: 600;
}

.woocontab-form__vat-rate {
  flex: 0 0 auto;
}

.woocontab-form__vat-rate input {
  width: 6rem;
}

/* FLEX VIEWS */

.flex-views {
  margin: 2rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;


  @media all and (min-width: 768px) {
    border: none;
    gap: 1rem;
    flex-direction: row;
    margin: 2rem auto;
    justify-content: right;
    &.even-row-class {
      flex-direction: row-reverse;
    }
  }

}

.odd-row-class .views-field-fieldset, .odd-row-class .views-field-fieldset-1 {
  display: block;
  position: relative;
  background-color: white;
  max-height: 35rem;
  @media all and (min-width: 768px) {
    padding: 1rem;
    width: 70%;
    border-radius: 0 2rem 0 0;
    border: 1px solid var(--gray-color);
  }

  &.views-field-view-node {
    background-color: white;
  }
}

.even-row-class .views-field-fieldset, .even-row-class .views-field-fieldset-1 {
  display: block;
  position: relative;
  background-color: white;
  max-height: 35rem;
  @media all and (min-width: 768px) {
    padding: 1rem;
    width: 70%;
    border-radius: 2rem 0 0 0;
    border: 1px solid var(--gray-color);
  }
}


.even-row-class .views-field-view-node {
  width: 7rem;
  padding: 0.2rem;
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: Josefin Sans, sans-serif;
  color: white;
  text-align: center;
  background-color: var(--banner-color);
  font-size: 0.8rem;
  border: 1px solid orange;
  border-radius: 20px;
  margin: 1rem 0.3rem 1rem 0;
  @media all and (min-width: 768px) {
    padding: 1rem;
    background-color: var(--gray-color);
    font-size: 1rem;
    width: 10rem;
    color: black;
    border: none;
    border-radius: 0;
    margin: 0;
  }
}


.odd-row-class .views-field-view-node {
  width: 7rem;
  padding: 0.2rem;
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: Josefin Sans, sans-serif;
  color: white;
  text-align: center;
  background-color: var(--banner-color);
  font-size: 0.8rem;
  border: 1px solid orange;
  border-radius: 20px;
  margin: 1rem 0.3rem 1rem 0;
  @media all and (min-width: 768px) {
    padding: 1rem;
    background-color: var(--gray-color);
    font-size: 1rem;
    width: 10rem;
    color: black;
    border: none;
    border-radius: 0;
    margin: 0;
  }
}


.flex-views .views-field-field-cover, .flex-views .views-field-field-media-image {
  max-height: 35rem;
  box-shadow: none;
  text-align: -webkit-center;
  /*background-color: var(--gray-color);*/
  border-radius: 2rem 2rem 0 0;

  /*padding: 1rem 0;*/
  @media all and (min-width: 768px) {
    width: 30%;
    border-radius: unset;

  }
}

.views-field-field-cover .field-content img, .views-field-field-media-image .field-content img {
  width: 295px;
  height: 150px;
  object-fit: cover;
  display: block;
  object-position: top;
  margin: 0 auto;
  /*height: revert-layer;*/
  /*border-radius: 2rem 2rem 0 0;*/

}

@media all and (min-width: 768px) {
  .even-row-class img {
    border-radius: 0 0 3rem 0 !important;
  }

  .odd-row-class img {
    border-radius: 0 0 0 3rem !important;
  }
}

.flex-views .views-field-title {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: ZCOOL XiaoWei, 'Georgia', 'Times New Roman', 'serif';
  text-align: center;
  border-bottom: 1px solid gray;
  margin-bottom: 1rem;
  font-variant-caps: all-petite-caps;
  line-height: 1.7rem;
  padding: 0.3rem 0;
  @media all and (min-width: 768px) {
    margin: 1rem 0;
    border: none;
    font-variant-caps: unset;
    line-height: unset;
  }
}

.flex-views .views-field-body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
  height: 11rem;
}

@media all and (max-width: 768px) {
  .flex-views .views-field-body {
    padding: 3px;
    height: 2rem;
    width: 11rem;
    line-height: 1rem;
    margin: 1rem 0 1rem 0.3rem;
    color: #777777;
  }
}

.teaser-img .img-gallery img {
  width: 250px!important;
}


.flex-views .views-field-body p {
  display: none;
  @media all and (min-width: 768px) {
    display: block;
    font-size: 1rem;
    line-height: 2rem;
  }
}

@media all and (max-width: 768px) {
  .flex-views .views-field-body h2 {
    font-size: 1rem !important;
    text-align: left;
    font-variant-caps: petite-caps;
  }
}

.flex-views .views-field-field-event-date-show {
  font-size: 3rem;
  color: var(--banner-color);
  font-family: ZCOOL XiaoWei, 'Georgia', 'Times New Roman', 'serif';
  text-align: center;
}

@media all and (max-width: 768px) {
  .flex-views .views-field-field-event-date-show {
    padding: 3px;
    height: 2rem;
    width: 11rem;
    line-height: 1rem;
    margin: 1rem 0 1rem 0.3rem;
    color: #777777;
    font-size: 1rem;
    text-align: left;
  }
}




/* FLEX GALLERY */


.flex-gallery {
  margin: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  max-width: 320px;

  @media all and (min-width: 768px) {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 2rem auto;
    max-width: 1240px;
  }
}

.flex-gallery .views-field-field-media-image {
  width: 60%;
  height: auto;
  margin: 0 auto;
}

.views-field.views-field-title {

}

.views-field.views-field-title p{
  margin: 0.5rem 1rem;
  line-height: 1.2rem;
  padding-bottom: 1rem;
}



.flex-gallery .views-field-title a{
  font-size: 0.9rem;
  color: dimgray;
  padding-bottom: 1rem;
}

/* IMAGES GALLERY */
.img-gallery img {
  /*width: 296px !important;*/
  width: 298px;
  max-width: unset;
  /*height: 400px;*/
  object-fit: contain;
  /*margin: 1rem auto;*/
  /*padding: 1rem;*/
  /*box-shadow: 20px 19px 25px 4px rgb(0 0 0 / 0.2), 0 8px 10px -6px rgb(0 0 0 / 0.2);*/
  /*border-radius: 0 0 6rem 0;*/
  /*border: 1px solid var(--bg-color);*/
  @media all and (min-width: 720px) {
    width: 320px;
  }

}

/* MEDIA REMOTE*/
.media-oembed-content {
  max-width: 100%;
  margin: 2rem auto;
}

/* DRUPAL MEDIA */
div[data-align="center"] {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

img[data-align="center"] {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

.align-left {
  margin:  0 1rem 0 0;
}

/* guida */
.guida {
  background-color: whitesmoke;
  border: 1px solid gainsboro;
  padding-bottom: 2rem;

  & p {
    font-style: italic;
    font-size: 0.8rem;
  }
}



/* CONTENT */

.btn-eta {
  cursor: pointer;
  color: white;
  background-color: var(--banner-color);
  padding: 0.5rem 1.5rem;
  width: 19rem;
  margin: 0 auto 2rem auto;
  border-radius: 0.6rem;
  @media all and (min-width: 720px){
    width: 25rem;
  }

  &:hover {
    background-color: var(--evidence-color);
  }
}


.media-center {
  width: 320px;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
  overflow: hidden;
  @media all and (min-width: 780px) {
    width: fit-content;
  }
}



/* TAO LIST */

.list-box {
  background-color: #fff3e4;
  padding: 1rem;
  border-radius: 2rem;
}


.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.tao-list ul,
ul.tao-list {
  list-style: none;
}

ul.tao-list {
  max-width: 1024px;
  margin: 2rem auto;
  padding: 2rem 0;
}
ul.tao-list li {
  color: white;
}

.tao-list ul li::before {
  content: '\e7cd';
  font-family: 'Material Symbols Outlined';
  font-size: 1.5rem;
  margin-right: 10px;
  color: white;
}

ul.tao-list li::before {
  content: '\e7cd';
  font-family: 'Material Symbols Outlined';
  font-size: 1.5rem;
  margin-right: 10px;
  color: white;
}

.wp-block-quote {
  border-left: none;
}

/* blog list */

.node, .blog {
  ul{
    list-style: none;
    max-width: 1024px;
    margin: 2rem auto;
    padding: 2rem;
    background-color: #fff3e4;
    border-radius: 2rem;
  }

  ul li::before {
    content: '\e7cd';
    font-family: 'Material Symbols Outlined';
    font-size: 1.5rem;
    margin-right: 10px;
    color: #45858f;
  }

  ul li::before {
    content: '\e7cd';
    font-family: 'Material Symbols Outlined';
    font-size: 1.5rem;
    margin-right: 10px;
    color: #45858f;
  }
}

.event {
  ul{
    list-style: none;
    max-width: 1024px;
    padding: 2rem;
    border-radius: 2rem;
  }

  ul li::before {
    content: '\e7cd';
    font-family: 'Material Symbols Outlined';
    font-size: 1.5rem;
    margin-right: 10px;
    color: #45858f;
  }

  ul li::before {
    content: '\e7cd';
    font-family: 'Material Symbols Outlined';
    font-size: 1.5rem;
    margin-right: 10px;
    color: #45858f;
  }
}


ul.pais {
  list-style: none;
  margin: 0.5rem auto 0 0.5rem;
  background-color: #fc6693 !important;
  padding: 2px 2px 2px 10px;
  border: 1px solid #fc6693 ;
  width: 140px;
}

ul.pais li::before {
  content: '\eaaa';
  font-family: 'Material Symbols Outlined';
  font-size: 1.5rem;
  margin-right: 10px;
  color: white;
  vertical-align: middle;
}

ul.pais li a {
  color: white;
  font-variant: all-petite-caps;
}


.blog.events {
  border: 2px solid orange;
  border-radius: 10px;
  padding: 2rem;
  background-image:  url("/themes/custom/tailwindcss_ena/images/MosaicoBGoriginal.png");
  background-blend-mode: soft-light;
  background-color: #ffffffe0;
}

.blog.events h3, .openday h3 {
  background-color: orange;
  font-size: 1.5rem;
  padding: 1rem;
  border: 1px solid orange;
  border-radius: 0.6rem;
  margin: 1rem 20%;
}
.blog.events p strong {
  color: green;
}

.blog.events h5, .openday h5 {
  font-size: 2rem;
  color: #45858f;
}

.blog.events img {
  text-align: center;
}

.openday {
  flex-direction: column;
  @media all and (min-width: 780px) {
    flex-direction: row;
  }
}


.openday .col-a {
  @media all and (min-width: 780px) {
    width: 33.3333%;
  }
}
.openday .col-b {
  @media all and (min-width: 780px) {
    width: 66.6666%;
  }
  background-image:  url("/themes/custom/tailwindcss_ena/images/MosaicoBGoriginal.png");
  background-blend-mode: soft-light;
  background-color: #ffffffe0;
  padding-top: 5rem;
  padding-bottom: 2rem;

}



/* CAPTCHA MATH (provisional */
fieldset.captcha.captcha-type-challenge--math {
  color: white;
  margin: 0 2rem;

  & .form-item {
    width: 10rem;
  }

  & input {
    width: 10rem;
    color: black;
  }
}

fieldset.captcha.captcha-type-challenge--recaptcha {
  margin-left: 1rem;

  & legend.captcha__title.js-form-required.form-required {
    color: white;
  }

  & .captcha__description {
    position: relative;
    left: 0;
    color: white;
    width: 18rem;
  }
}

/* USER LOGIN*/
.user-login-form fieldset.captcha {
  margin-left: 0;
}

.user-login-form fieldset legend.captcha__title,
.user-login-form .captcha__description {
  color: black !important;
}


.max-w-96 {
  max-width: 384px;
}

/* Articles */

.articles .flex-block{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  @media all and (max-width: 780px) {
    flex-direction: row;
    justify-content: center;
  }
}

.articles .column {
  width: 250px;
}

.flex-gallery .column {
  width: 300px;
}

/* ACCORDION */
.ckeditor-accordion-container > dl {
  position: relative;
  background-color: whitesmoke;
  border: 1px solid #cccbcb;
  border-radius: 10px;
  padding: 1rem;
}

.ckeditor-accordion-container > dl dt.active > a {
  background-color: transparent;
  color: #214e65
}

.ckeditor-accordion-container > dl dt > a, .ckeditor-accordion-container > dl dt > a:not(.button) {
  display: block;
  padding: 10px 15px 10px 50px;
  background-color: #fff;
  color: #214e65;
  cursor: pointer;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
  border-bottom: none;
}

.ckeditor-accordion-container > dl dt {
  position: relative;
  padding: 0.5rem 0 0.5rem 1rem;
}

.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:before {
  left: 13px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border: 1px solid black;

}
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:after {
  right: 13px;
  left: auto;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border: 1px solid #b6b5b5;
}

.ckeditor-accordion-container > dl dd {
  padding: 0 15px;
  margin: 0 0 0 5rem;
}

.ckeditor-accordion-container > dl dt > a:hover,
.ckeditor-accordion-container > dl dt > a:not(.button):hover {
  background-color: #FB449E;
  box-shadow: none;
  color: #fff;
  text-decoration: none;
}
.ckeditor-accordion-container > dl dt.active > a {
  background-color: #0091ea;
}

.ckeditor-accordion-container article {
}

.ckeditor-accordion-container article.visually-hidden:before {
  content: '📄'; /* Carattere o icona */
  display: inline-block; /* Mantiene l'icona su una linea con il testo */
  vertical-align: middle; /* Allinea verticalmente l'icona al centro del testo */
  margin-right: 0.5rem; /* Spaziatura tra l'icona e il testo */
}

/* Container principale per l'accordion */
/*.ckeditor-accordion-container > dl {
  position: relative;
  border-radius: 8px; !* Angoli arrotondati per uno stile più elegante *!
  overflow: hidden; !* Impedisce al contenuto di uscire dai bordi *!
  border: 1px solid #e6e6e6; !* Bordo leggero per delimitare il container *!
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); !* Leggera ombreggiatura *!
}

!* Intestazioni del contenuto *!
.ckeditor-accordion-container > dl dt {
  position: relative;
  padding: 1rem 1rem 1rem 3rem;
  background-color: #f9f9f9; !* Colore tenue di sfondo di base *!
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease; !* Animazione per il passaggio del mouse *!
}

!* Intestazioni attive o al passaggio del mouse *!
.ckeditor-accordion-container > dl dt:hover,
.ckeditor-accordion-container > dl dt.active {
  background-color: #eaeaea; !* Sfondo più scuro per evidenziare *!
  color: #2a4d69; !* Colore del testo per uno stile più raffinato *!
}

!* Intestazioni con righe alternate *!
.ckeditor-accordion-container > dl dt:nth-child(even) {
  background-color: #f4f4f4; !* Colore alternato per righe pari *!
}
.ckeditor-accordion-container > dl dt:nth-child(odd) {
  background-color: #fbfbfb; !* Colore alternato per righe dispari *!
}

!* Links delle intestazioni *!
.ckeditor-accordion-container > dl dt > a {
  display: block;
  text-decoration: none; !* Rimuove la sottolineatura *!
  color: inherit; !* Mantiene il colore impostato dal genitore *!
  font-weight: bold; !* Migliora la leggibilità *!
  font-size: 1rem;
}

!* Icona dell'accordion: chiusa *!
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:before {
  content: '▷'; !* Icona chiusa *!
  position: absolute; !* Posizionamento assoluto *!
  left: 0.6rem; !* Distanza dal bordo sinistro *!
  top: -50%; !* Centra verticalmente *!
  right: 0.2rem;
  transform: translateY(-50%); !* Correggi l'allineamento verticale *!
  font-size: 1.5rem; !* Dimensione dell'icona *!
  color: #214e65; !* Colore *!
  font-weight: bold;
}

.ckeditor-accordion-container > dl dt.active > a > .ckeditor-accordion-toggle:before {
  transform: rotate(0);
}

!* Icona dell'accordion: aperta *!
.ckeditor-accordion-container > dl dt.active > a > .ckeditor-accordion-toggle:before {
  content: '▽'; !* Cambia in segno meno *!
  color: #2AAFBA; !* Colore dell'icona attiva *!
  font-weight: bold;
}


!* Corpo dell'accordion (contenuto) *!
.ckeditor-accordion-container article {
  padding: 1rem 2rem;
  background-color: #fff; !* Bianco puro per contrastare con l'intestazione *!
  color: #414141; !* Colore del testo morbido *!
  line-height: 1.5; !* Line-height per migliorare la leggibilità *!
  border-top: 1px solid #e6e6e6; !* Bordo di separazione *!
  display: none; !* Nasconde il corpo per impostazione predefinita *!
  animation: slideDown 0.3s ease-out; !* Aggiunge un'animazione di apertura *!
}

.ckeditor-accordion-container article.visually-hidden {
  display: block; !* Rende visibile il contenuto *!
}*/

/* Animazione per apertura contenuto */
@keyframes slideDown {
  from {
    opacity: 0;
    height: 0;
  }
  to {
    opacity: 1;
    height: auto;
  }
}

  /* CALENDAR */
.calendar {
  border-left: 1px dotted gray;
  padding-left: 1rem;
}

.calendar .calendar-row {
  margin-left: -1.5rem;
}

/* MASONRY */
.masonry-layout-gallery-masonry {
  width: 285px;
  margin: 0 auto;
  @media all and (min-width: 780px) {
    width: 860px;
  }
}

.masonry-layout-gallery-masonry .grid-item {
  margin: 5px 0;
}

/* SLIDESHOW */
.sldshow .slideshow-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.align-center {
  width: fit-content;
}

/*.sldshow .views-slideshow-controls-bottom {
  position: relative;
  bottom: 6rem;
  z-index: 100;
}*/

/* Stile per il comportamento del fieldset */
.collapsible {
  cursor: pointer;
  background-color: #f0f0f0;
  padding: 10px;
  border: 1px solid #ccc;
  margin: 5px 0;
  font-size: 1.2rem;
  font-weight: bold;
}

.collapsible:hover {
  background-color: #e9e9e9;
}

.content {
  display: none; /* Il contenuto è inizialmente nascosto */
  padding: 10px;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  margin-bottom: 10px;
}

/* Mostra la sezione del contenuto aperto */
.content.open {
  display: block;
}

/* Collapsible */

/* Stile per il comportamento del fieldset */
.collapsible {
  cursor: pointer;
  background-color: #fbfbfb;
  padding: 10px;
  border: 1px solid #ccc;
  margin: 5px 0;
  font-size: 1.2rem;
  font-weight: bold;
}

.collapsible:hover {
  background-color: #2AAFBA;
  color: white;
}

.content {
  display: none; /* Il contenuto è inizialmente nascosto */
  padding: 10px;
  /*border-left: 2px solid #ccc;*/
  /*border-right: 2px solid #ccc;*/
  /*border-bottom: 2px solid #ccc;*/
  border: none;
  margin-bottom: 20px;
}

/* Mostra la sezione del contenuto aperto */
.content.open {
  display: block;
}


/* per test */
.bg-pverde {
  background-color: rgb(42 175 186);
}

/* PAIS */
.contact-group {
  background-color: azure;
  padding: 2rem;
  margin: 1rem 0;
  border-radius: 2rem;
}

.location-group {
  background-color: aquamarine;
  padding: 2rem;
  margin: 1rem 0;
  border-radius: 2rem;
}

.pai {
  margin: 0 auto;
  @media all and (min-width: 780px ) {
    max-width: 70%;
  }
}


/* ex tailwind.pcss */

.layout-content {
  max-width: 1024px;
  margin: 0 auto;
}





form#user-login-form {
  width: 320px;
  margin: 0 auto;
}

input#edit-name, input#edit-pass, input#edit-mail {
  display: block;
  width: 300px;
  margin: 0;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

div#edit-name--description, div#edit-pass--description, div#edit-mail--description, div#edit-user-picture-0--description {
  font-size: 0.8rem;
  font-style: italic;
}

label.js-form-required.form-required {
  font-weight: bold;
}


input#edit-remove-button-0 {
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  background-color: transparent !important;
  background-size: 15px;
  padding: 0.5rem;
  box-shadow: none;
  border: none;

  :hover {
    background-color: gainsboro;
    border-radius: 20px;
  }
}

.cart-form tbody tr td, .cart-form thead tr th {
  text-align: center;
  border: none;
}

@media all and (max-width: 700px) {
  td.views-field.views-field-purchased-entity,
  td.views-field.views-field-unit-price__number,
  th#view-purchased-entity-table-column,
  th#view-unit-price-number-table-column {
    display: none;
  }
}


div#edit-payment-information-billing-information-address-0-address-country-code,
div#edit-payment-information-billing-information-address-0-address-container0,
.js-form-item.form-item.js-form-type-textfield.form-item-payment-information-billing-information-address-0-address-organization.js-form-item-payment-information-billing-information-address-0-address-organization {
  width: 17rem !important;
  max-width: 19rem;
  overflow-x: hidden;
  margin-bottom: 1rem;
}

.layout-region-checkout-main {
  padding: 1rem;
  background-color: floralwhite !important;
  border-radius: 6px;
  width: unset !important;
}

.layout-region-checkout-main label {
  font-size: 0.8rem;
  font-weight: 400;
}

.checkout label {
  font-size: 0.8rem;
  font-weight: 700;
}


.layout-region.layout-region-checkout-secondary {
  margin-top: 1rem;
  padding: 0.5rem;
  background-color: #f5e8ce !important;
  border-radius: 6px;
  width: unset !important;
}

.layout-region.layout-region-checkout-footer a {
  font-size: 0.9rem;
  padding: 1rem 0;
  color: #0a65aa;
  text-decoration: underline;
}

.layout-region-checkout-main input {
  width: 16rem;
  border-color: gainsboro;
  padding: 0.3rem;
  color: dimgray;

  :hover {
    border-color: #9d9c9c;
  }
}

.layout-region-checkout-main .fieldset-legend {
  font-weight: 700;
  color: darkgreen;
  border-bottom: 1px solid grey;
}


.js-form-item.form-item.js-form-type-select.form-item-payment-information-billing-information-address-0-address-administrative-area.js-form-item-payment-information-billing-information-address-0-address-administrative-area {
  margin: 1rem 0;
}

input#edit-payment-information-billing-information-copy-to-address-book {
  width: 2rem !important;
}

a#edit-login-returning-customer-forgot-password {
  font-size: 0.8rem;
  display: flex;
  justify-content: start;
  color: #0c63e3;
  font-style: italic;

  :hover {
    text-decoration: underline;
  }

}

.layout-region-checkout-main select {
  width: 16rem;
  border: 1px solid grey;
  padding: 0.3rem;
  color: dimgray;
}

.layout-region.layout-region-checkout-secondary input {
  width: 17rem;
  border-color: gainsboro;

  :hover {
    border-color: #9d9c9c;
  }
}

.checkout-pane-login fieldset {
  font-weight: bold;
}



.tao-main-menu a {
  color: #666 !important;
}

.wp-block-buttons.is-content-justification-center {
  margin: 0 auto;
  width: fit-content;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
  width: 8.2rem;
}


.landing h4 {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #45858f;
  border-bottom: 1px solid whitesmoke;
  padding: 1rem;
  margin-bottom: 1rem;
}

.shift-top {
  top: 3rem;
  @media all and (min-width: 768px) {
    top: 0;
  }
}
.base-top{
  top:0;
}

/* MASONRY */
.masonry-layout-gallery-property {
  width: 285px;
  margin: 0 auto;
  @media all and (min-width: 780px) {
    width: 600px;
    padding: 1rem 0;
    margin: 1rem auto;
  }
}

.masonry-layout-gallery-property .grid-item {
  margin: 5px 0;
}

body[data-toolbar-menu] { padding-top: 0 !important; }
