@import url(./nav-menu.css);

.nascondi {
  display: none;
}

@media screen and (max-width: 781px) {
  .hide-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 782px) {
  .hide-desktop {
    display: none !important;
  }
}

/* FORM */

.with_frm_style .frm_radio input[type="radio"],
.with_frm_style .frm_checkbox input[type="checkbox"] {
  background-color: transparent !important;
}

/*
 Normalyze 
------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

html {
  scroll-behavior: smooth;
}

body:not(.block-editor-iframe__body) {
  width: 100%;
  overflow-x: hidden !important;
  scroll-behavior: smooth;
  /* opacity: 0;
  visibility: hidden; */
  transition: opacity 0.25s, visibility 1s;
}

.text-justify {
  text-align: justify;
}

/* Page preloader */
/* .body-load {
  opacity: 1 !important;
  visibility: visible !important;
} */

/* body .is-layout-flow > * + * {
  margin-block-start: 0px;
  margin-block-end: 0;
} */

select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
}

/* .wp-element-button {
  white-space: nowrap;
} */

.wp-block-separator {
  margin-block: 0, 5rem !important;
}

ul {
  padding-inline-start: 17px;
}

.wp-site-blocks {
  overflow: hidden;
}

.wp-site-blocks > * + * {
  margin-block-start: 0 !important;
}

h4 {
  margin-block-start: 0;
  margin-block-end: 0;
}

h6 {
  padding: 1rem 0;
}

/* p {
  margin: 0;
} */
figure {
  margin: 0;
}

.page-numbers {
  color: var(--wp--preset--color--gray-jd);
  font-weight: 400;
}
.wp-block-cover {
  padding: 1rem !important;
}

.wp-block-cover__image-background {
  overflow: hidden;
}

@media screen and (max-width: 1380px) {
  /* .is-layout-constrained:not(.top-menu) {
    padding-right: 20px;
    padding-left: 20px;
  }
  .is-layout-constrained .alignfull {
    margin-right: -20px;
    margin-left: -20px;
  } */
  .gruppo-prodotto {
    margin: 0 2rem !important;
  }
}

.has-source-sans-pro-semibold-font-family {
  letter-spacing: -1px;
}

.has-maxy-font-size,
.has-verybig-font-size {
  line-height: 1.1;
}

/* @media screen and (max-width: 1400px) {
  .has-global-padding :where(.has-global-padding) {
    padding-left: var(--wp--style--root--padding-left);
    padding-right: var(--wp--style--root--padding-right);
  }

  p:not(.wp-block-group p):not(.popmake-content *) {
    padding-left: var(--wp--style--root--padding-left);
    padding-right: var(--wp--style--root--padding-right);
  }
} */

@media screen and (max-width: 781px) {
  /* .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    padding-right: 0 !important;
    padding-left: 0 !important;
  } */

  .inverti-mobile {
    flex-direction: column-reverse;
  }

  .wp-block-column {
    border: 0;
  }
}

.min-height-100 {
  min-height: 80px;
}

.display-none {
  display: none !important;
  visibility: hidden !important;
}

/*
-------------------------------------------------------------------
 BODY 
-------------------------------------------------------------------
*/

#content-container:not(
    .page-template-wp-custom-template-pagina-vuota #content-container
  ) {
  z-index: 2;
  background: white;
}

/*
 Header 
------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .wp-block-cover > * > * > * > * {
    max-width: 100% !important;
  }

  .wp-block-cover__inner-container h1 {
    font-size: 40px;
  }
}

@media (max-width: 1000px) {
  .riga_header {
    flex-direction: row-reverse;
    justify-content: end !important;
  }
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
  display: none;
}

/* Wpml Switcher */
.header_wpml_switcher .wpml-ls-statics-shortcode_actions {
  background-color: transparent !important;
  border: 0;
}

.header_wpml_switcher
  .wpml-ls-statics-shortcode_actions
  .wpml-ls-slot-shortcode_actions {
  display: inline-table;
  padding-top: 8px 0;
}

.header_wpml_switcher
  .wpml-ls-statics-shortcode_actions
  .wpml-ls-slot-shortcode_actions
  img {
  margin: auto;
  height: 14px;
}

.header_wpml_switcher .wpml-ls-legacy-list-vertical a {
  border: 0;
}

.header_wpml_switcher .wpml-ls-link {
  padding: 0;
  margin: 0;
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  line-height: 0.8;
}

.wpml-ls-legacy-list-vertical .wpml-ls-flag + span {
  margin: auto;
  margin-left: 10px;
}

/* .wpml-ls-legacy-list-horizontal .wpml-ls-flag {
  transform: translateY(-15%);
} */

@media screen and (max-width: 781px) {
  .wpml-ls-native {
    display: none;
  }
}

.sticky-menu-jd .wpml-ls-legacy-list-horizontal a {
  line-height: unset;
}

/*
 Link 
------------------------------------------------------------------*/
a {
  color: var(--wp--preset--color--light-blue-jd);
  text-decoration: none;
  transition: all 0.3s ease-out;
}

.banner-video-dedicati a {
  text-decoration: underline;
}

/*
Popup Iniziale (sei professionista?)
------------------------------------------------------------------*/
.popup-iniziale-container {
  position: fixed;
  background: #0000001c;
  backdrop-filter: blur(4px);
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  display: none;
  align-items: center;
  justify-content: center;
  visibility: visible;
  opacity: 1;
  z-index: 3000;
  transition: all 0.25s linear 0.1s;
}

.active-popup-iniziale .popup-iniziale-container {
  display: flex;
}

.popup-iniziale-sezione {
  max-width: 600px !important;
}

/*
 Gutenberg Accordion 
------------------------------------------------------------------*/
.c-accordion__item h4 {
  font-weight: 100;
  font-size: 1.5rem;
  margin: 1.5rem 0;
}

/*
 Pulsante 
------------------------------------------------------------------*/
.wp-element-button,
.frm_button_submit,
.jd-bottone {
  color: white;
  padding: calc(0.467em + 2px) calc(1.333em + 2px) !important;
  font-weight: 400;
  border-radius: 40px;
  background: var(--wp--preset--color--light-blue-jd);
  position: relative !important;
  box-shadow: inset 0px 0px 0px 0 var(--wp--preset--color--toxic-green-jd) !important;
  transition: box-shadow 0.5s ease-in-out;
}

.wp-block-button__link:hover {
  text-decoration: none;
  color: white !important;
}

.wp-block-button__link:after,
.jd-bottone:after,
.frm_button_submit:after {
  content: "\00bb";
  padding-left: 1rem;
}

@media screen and (min-width: 768px) {
  .wp-element-button:hover,
  .jd-bottone:hover,
  .frm_button_submit:hover {
    box-shadow: inset 450px 0 0 0 var(--wp--preset--color--toxic-green-jd) !important;
  }
}

/*
 Prodotto 
------------------------------------------------------------------*/
.gruppo-prodotto {
  height: 100%;
  cursor: pointer;
  margin: 0 1rem !important;
  position: relative;
  padding: 0 0.5rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0 1px rgb(53 72 91 / 7%), 0 2px 2px rgb(0 0 0 / 1%),
    0 4px 4px rgb(0 0 0 / 2%), 0 10px 8px rgb(0 0 0 / 3%),
    0 15px 15px rgb(0 0 0 / 3%), 0 10px 30px rgb(0 0 0 / 4%),
    0 0px 65px rgb(0 0 0 / 5%);
  box-shadow: 0 0 0 1px rgb(53 72 91 / 7%), 0 2px 2px rgb(0 0 0 / 1%),
    0 4px 4px rgb(0 0 0 / 2%), 0 10px 8px rgb(0 0 0 / 3%),
    0 15px 15px rgb(0 0 0 / 3%), 0 10px 30px rgb(0 0 0 / 4%),
    0 0px 65px rgb(0 0 0 / 5%);
  transition: all 0.5s ease-out;
}

.gruppo-prodotto:hover {
  -webkit-box-shadow: 0px 8px 20px -7px var(--wp--preset--color--light-blue-jd);
  box-shadow: 0px 8px 20px -7px var(--wp--preset--color--light-blue-jd);
}

.gruppo-prodotto:not(.gruppo-formazione) img {
  /* height: 400px; */
  /* margin: 1rem; */
  padding: 1rem;
  /* width: auto; */
  object-fit: cover;
}

.wp-block-post-featured-image a:hover {
  color: var(--wp--preset--color--gray-jd);
  box-shadow: inset 0px 0px 0px 0;
}

.gruppo-prodotto:not(.gruppo-formazione) .wp-block-post-title {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: end;
  padding-bottom: 0;
  text-transform: uppercase;
}

@media screen and (min-width: 781px) {
  .gruppo-prodotto:not(.gruppo-formazione):before {
    z-index: 10;
    content: "Scopri  \00bb";
    word-spacing: 0.4rem;
    color: white;
    font-weight: 400;
    border-radius: 40px;
    background: var(--wp--preset--color--light-blue-jd) !important;
    box-shadow: inset 0px 0px 0px 0 var(--wp--preset--color--toxic-green-jd) !important;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35%;
    height: 9%;
    position: absolute;
    pointer-events: none;
    bottom: -10%;
    left: 50%;
    transform: translate(-50%, 0%);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  :lang(en) .gruppo-prodotto:not(.gruppo-formazione):before,
  [lang|="en"] .gruppo-prodotto:not(.gruppo-formazione):before {
    content: "Discover  \00bb" !important;
  }

  :lang(es-ES) .gruppo-prodotto:not(.gruppo-formazione):before,
  [lang|="es-ES"] .gruppo-prodotto:not(.gruppo-formazione):before {
    content: "Descubre  \00bb" !important;
  }

  :lang(fr) .gruppo-prodotto:not(.gruppo-formazione):before,
  [lang|="fr"] .gruppo-prodotto:not(.gruppo-formazione):before {
    content: "Découvrez  \00bb" !important;
  }

  .gruppo-prodotto:hover:before {
    bottom: 5%;
    box-shadow: inset 300px 0 0 0 var(--wp--preset--color--toxic-green-jd) !important;
  }

  .gruppo-prodotto:not(.gruppo-formazione):hover img {
    transform: translateY(-5%) scale(1.01);
    transition: transform 0.5s cubic-bezier(0.47, 1.64, 0.41, 0.8);
  }
}

@media screen and (max-width: 781px) {
  .colonne-vantaggi-overview {
    flex-direction: column-reverse;
  }

  #due-kit-img .wp-block-column:first-child,
  #banda-blu-kit .wp-block-column:first-child {
    border: 0;
    border-bottom: 1px solid;
  }
}

.gruppo-prodotto a {
  color: var(--wp--preset--color--gray-jd);
  font-weight: 600;
  z-index: 10;
}

.gruppo-prodotto a:hover,
.gruppo-prodotto:hover a {
  box-shadow: none;
  color: var(--wp--preset--color--light-blue-jd);
}

@media screen and (max-width: 781px) {
  .tipo-connessione .wp-block-columns {
    gap: 0;
  }
  .tipo-connessione .wp-block-image {
    width: 100%;
    text-align: center;
  }
  .tipo-connessione .wp-block-heading {
    text-align: center;
  }

  .container-loop-gruppo-prodotti .wp-block-query {
    padding: 0;
  }
}

@media screen and (min-width: 781px) {
  .prodotti {
    transition: all 0.3s ease-in-out;
  }

  .container-loop-gruppo-prodotti:hover .prodotti:not(:hover) {
    opacity: 0.5;
  }

  .pdf-attachment {
    padding-left: 20%;
  }
}

@media screen and (max-width: 781px) {
  .wp-block-post-content #mission > .wp-block-columns:first-child {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 1200px) {
  .cover-section-maxilla {
    aspect-ratio: 960/540;
    min-height: unset !important;
  }
}

/*
 Gruppo Formazione 
------------------------------------------------------------------*/
.gruppo-prodotto__container_img {
  /* height: 200px; */
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .gruppo-prodotto img {
    transition: all 0.5s ease-out;
  }

  .gruppo-prodotto:hover img {
    scale: 1.03;
  }
}

.gruppo-formazione__bottom {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}

/*
Popup Form Iscrizione Corso
------------------------------------------------------------------*/
.popup-iscrizione-corso,
.popup-info-corso {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: rgb(0 0 0 / 80%);
  z-index: 0;
  overflow: scroll;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.open-popup .popup-iscrizione-corso,
.open-popup-info .popup-info-corso {
  z-index: 1001;
  visibility: visible;
  opacity: 1;
}

.open-popup body,
.open-popup-info body {
  visibility: hidden;
}

.popup-iscrizione-corso .wp-block-group,
.popup-info-corso .wp-block-group {
  width: 100%;
  background: white;
  max-width: 600px;
  padding: 1rem 2rem;
  border-radius: 10px;
  margin-top: 5dvh;
  margin-bottom: 1dvh;
}

.chiudi-form-icona {
  position: absolute;
  top: 10px;
  right: 10px;
}

/*
**************************
Filtro Corsi
**************************
*/

.wpc-filter-label-wrapper a {
  color: var(--wp--preset--color--gray-jd);
  font-size: 1.1rem;
}

.wpc-term-item-content-wrapper label {
  border: 0 !important;
  padding: 0 !important;
}

.wpc-filters-widget-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

@media screen and (min-width: 1208px) {
  .wpc-filters-widget-wrapper {
    flex-wrap: nowrap;
    gap: 10px;
  }
}

.wpc-filters-ul-list {
  position: absolute;
  background-color: white;
  z-index: 10;
  display: flex;
  flex-direction: column;
  max-height: none !important;
  display: none;
  top: 26px;
  padding: 1rem 0rem !important;
  padding-bottom: unset;
  border: 1px solid #6162653b;
}

.wpc-filter-title,
.select2-selection__rendered {
  justify-content: center !important;
  padding: 5px 50px;
  text-transform: uppercase;
  font-weight: 500;
  width: 200px;
}

#select2-wpc-taxonomy-cat_corsi-2982-results {
  max-height: unset !important;
}

.select2-selection.select2-selection--single,
.wpc-filter-title:not(.wpc-instead-of-posts-found .wpc-filter-title) {
  border: 1px solid var(--wp--preset--color--light-blue-jd) !important;
  background: white;
  cursor: pointer;
  color: var(--wp--preset--color--light-blue-jd);
  width: 100%;
}

.wpc-filter-cat_corsi .wpc-filter-header {
  display: none;
}

.filtro-mese-corso .wpc-label-item.wpc-term-item {
  min-width: 130px;
}

.filtro-mese-corso .mese-da-filtrare {
  padding-left: 12px;
}

li .wpc-term-item label {
  border: 0 !important;
}

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label,
.wpc-filters-widget-main-wrapper .wpc-filters-labels li.wpc-term-item label {
  margin-right: 0 !important;
  border-radius: 0 !important;
}

.wpc-filters-main-wrap
  .wpc-filters-labels
  li.wpc-term-item
  label
  span.wpc-filter-label-wrapper {
  border-radius: 0 !important;
}

.wpc-filter-title:not(.wpc-instead-of-posts-found .wpc-filter-title)::after {
  display: inline-block;
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/2023/03/arrow-down.svg) no-repeat center;
  background-size: cover;
  width: 14px;
  height: 10px;
  margin: auto;
  top: 0;
  right: 8%;
  bottom: 0;
  transition: none;
  opacity: 0.6;
  pointer-events: all;
}

.select2-selection.select2-selection--single {
  padding: 0 !important;
}

.submenu-aperto,
.select2-container--default {
  max-width: 200px !important;
}

.select2-selection__rendered .wpc-dropdown-default {
  font-weight: 500;
}

.submenu-aperto.wpc-filter-title:not(
    .wpc-instead-of-posts-found .wpc-filter-title
  )::after {
  transform: rotate(180deg);
}

.wpc-filter-label-wrapper,
.wpc-term-item-content-wrapper label {
  width: 100%;
}

.wpc-label-item,
.wpc-term-item,
.wpc-term-item-content-wrappe label {
  float: unset !important;
  width: 100%;
  margin-right: 0 !important;
}

.widget-area .wpc-filters-labels li.wpc-term-item label,
.wpc-filters-widget-main-wrapper .wpc-filters-labels li.wpc-term-item label {
  margin-right: 0 !important;
}

.resetta-filtro {
  padding: 5px 15px;
}

.select2-selection__arrow {
  background: transparent !important;
}

.wpc-instead-of-posts-found {
  display: none !important;
}

@media screen and (max-width: 781px) {
  .select2-container--default {
    margin-bottom: 18px !important;
  }
}

.select2-results__options span {
  color: var(--wp--preset--color--gray-jd);
  font-size: 1.1rem;
  font-weight: 400;
}

#select2-wpc-taxonomy-cat_corsi-2982-container {
  padding: 5px 14px;
  text-align: center;
  width: 100%;
}

/* .wpc-term-id-44 {
  display: none;
} */
/* Nascondi categoria archivio */
#wpc-term-taxonomy-cat_corsi-69 {
  display: none;
}

ul.wpc-filters-labels {
  width: -webkit-fill-available;
}

.wpc-term-item.wpc-term-selected {
  background-color: #76d55f;
}

.wpc-term-item-content-wrapper a {
  width: 100%;
}

@media screen and (max-width: 781px) {
  .wpc-filters-section {
    width: 80%;
  }

  .wpc-filters-section:not(:first-child) {
    margin-bottom: 0px !important;
  }

  .wpc-filters-section:first-child {
    margin-bottom: 20px !important;
  }

  .submenu-aperto,
  .select2-container--default {
    max-width: unset !important;
  }
}

/* Pulsante Reset */
.reset-filtro-corsi.wpc-filter-content {
  height: 100%;
  color: var(--wp--preset--color--light-blue-jd);
  height: 43px;
  display: flex;
  align-items: center;
  font-weight: 600;
  padding: 0 20px;
  cursor: pointer;
}

/*
 Archivio News 
------------------------------------------------------------------*/
.gruppo-documenti {
  max-width: 1100px;
  padding: 1rem 2rem;
  margin: 2rem auto;
  -webkit-box-shadow: 0px 8px 27px -20px #000000;
  box-shadow: 0px 8px 27px -20px #000000;
}

@media screen and (max-width: 768px) {
  .gruppo-documenti {
    width: 100%;
  }
}

.gruppo-documenti a {
  color: var(--wp--preset--color--light-blue-jd);
  font-weight: bold;
}

/*
 News 
------------------------------------------------------------------*/
.gruppo-news a {
  text-decoration: none;
}

.news-img-preview img {
  mix-blend-mode: multiply;
}

/*
Pubblicazioni
------------------------------------------------------------------*/
.post-type-archive-documenti .wp-block-post .wp-block-file {
  display: none;
  visibility: hidden;
}

/*
 Corsi dedicati 
------------------------------------------------------------------*/
.gruppo-corsi-dedicati {
  position: relative;
}

@media screen and (min-width: 781px) {
  .gruppo-corsi-dedicati-menu {
    top: 110%;
    position: absolute !important;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5rem;
  }

  .gruppo-corsi-dedicati-menu.maxilla-for-all {
    position: relative !important;
    transform: unset;
    left: unset;
  }

  .gruppo-corsi-dedicati-menu.maxilla-for-all
    .gruppo-corsi-dedicati-menu__single::after {
    top: 50%;
    transform: translateY(-50%);
  }
}

.gruppo-corsi-dedicati-menu.maxilla-for-all figure {
  margin: auto;
}

@media screen and (max-width: 781px) {
  .gruppo-corsi-dedicati .wp-block-cover {
    /* min-height: auto !important; */
    aspect-ratio: 1;
  }

  .gruppo-corsi-dedicati + .wp-block-spacer {
    display: none;
  }
}

.gruppo-corsi-dedicati-menu a:hover {
  text-decoration: none;
}

.gruppo-corsi-dedicati-menu img {
  min-width: 40px;
}

@media screen and (max-width: 1380px) {
  .gruppo-corsi-dedicati-menu {
    padding: 2rem;
  }
}

.gruppo-corsi-dedicati-menu__single::after {
  text-align: center;
  margin: auto;

  content: url(/wp-content/uploads/2022/11/freccia-pulsante.svg);
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 1rem;
  background: var(--wp--preset--color--light-blue-jd);
  border-radius: 50px;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}

.gruppo-corsi-dedicati-menu__single:hover::after {
  background: #a1d85d;
}

.gruppo-corsi-dedicati-menu a:hover {
  color: #a1d85d;
  font-weight: 400;
}

@media screen and (max-width: 1120px) {
  .gruppo-corsi-dedicati-menu {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .gruppo-corsi-dedicati-menu__single::after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .gruppo-corsi-dedicati-menu__container__img {
    flex-basis: 20% !important;
  }
}

#campo-mese-nascosto {
  display: none;
}

/*
 Pagina Maxilla for All 
------------------------------------------------------------------*/

@media screen and (min-width: 782px) {
  #sliderRecensioniMaxilla .flickity-viewport {
    width: 100vw;
    max-width: unset;
  }
}

#sliderRecensioniMaxilla .carousel-cell {
  width: 50%;
  margin-right: 4vw;
  cursor: pointer;
}

#sliderRecensioniMaxilla .carousel-cell figure {
  pointer-events: none;
}

@media screen and (max-width: 781px) {
  #sliderRecensioniMaxilla .carousel-cell {
    width: 100%;
    margin-right: 4vw;
  }
}

#sliderRecensioniMaxilla .flickity-page-dots {
  max-width: unset;
}

#sliderRecensioniMaxilla .plyr__control--overlaid {
  background: none;
  border: 2px solid #00b2ff;
}

#sliderRecensioniMaxilla .plyr__poster {
  filter: brightness(100%);
}

#sliderRecensioniMaxilla .plyr {
  pointer-events: none;
}

@media screen and (min-width: 782px) {
  .fslightbox-absoluted iframe {
    width: 90vw !important;
    height: 80vh !important;
  }
}

.col-soluzioni-maxilla .singola-soluzione {
  text-align: center;
  flex-direction: column;
  min-height: 100%;
  margin: 0 1rem 1rem 1rem;
  padding: 2rem;
  -webkit-box-shadow: 0px 8px 27px -22px #000000;
  box-shadow: 0px 8px 27px -22px #000000;
  transition: all 0.2s ease-out;
}

.col-soluzioni-maxilla .singola-soluzione.casi-clinici {
  padding: 2rem 0;
}

.col-soluzioni-maxilla .wp-block-button,
.col-soluzioni-maxilla .wp-block-button__link {
  width: 100%;
}

.single-pubblicazione-slider .wp-block-post-featured-image {
  max-width: min(100vw, 1000px);
  margin: auto;
}

.single-pubblicazione-slider .flickity-page-dots {
  bottom: -50px;
}

.single-pubblicazione-slider .flickity-page-dots .dot {
  background-color: white;
  width: 20px;
  height: 20px;
}

/*
 Pagina Soluzioni Digitali 
------------------------------------------------------------------*/
#GRID-SEZIONI {
  row-gap: 2rem;
}
.opacity-2 {
  opacity: 0.2;
}
.workflow {
  gap: 0;
}

#FULL-ARCH .img-andamento img {
  height: 4em;
  object-fit: cover;
  width: auto;
  aspect-ratio: 4 / 3;
}

@media screen and (max-width: 781px) {
  #FULL-ARCH .img-andamento img {
    height: 51px;
  }

  .workflow {
    max-width: 300px !important;
  }
  .workflow .elemento {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    & .testo {
      display: flex;
      align-items: start;
      gap: 1rem;
      width: 50%;
      & p {
        text-align: left !important;
      }
      & .has-light-blue-jd-color {
        font-size: 2rem;
        line-height: 0.4;
        margin-right: 0.2rem !important;
        margin-left: 0 !important;
      }
    }
  }
  .workflow .freccia {
    width: 100%;
    padding: 0 0 0 40px !important;
    & img {
      transform: rotate(90deg);
      width: 40px !important;
    }
  }
  .elemento.opacity-2 {
    position: relative;
    padding: 0 !important;
    & * {
      opacity: 0;
      height: 0;
    }
    &:after {
      content: "●";
      position: absolute;
      left: 46px;
      font-size: 3rem;
    }
    & + .freccia {
      display: none;
    }
  }
}

.carosello-scansioni-intraorale {
  display: block !important;
  padding: 0 1.5rem;
  justify-content: center;

  & .flickity-viewport {
    overflow: visible !important;
  }

  & .carousel-cell {
    width: 33%;
    aspect-ratio: 1 / 1.1;
    margin-right: 1.5rem;
    overflow: hidden;
    -webkit-box-shadow: 0 0 0 1px rgb(53 72 91 / 7%), 0 2px 2px rgb(0 0 0 / 1%),
      0 4px 4px rgb(0 0 0 / 2%), 0 10px 8px rgb(0 0 0 / 3%),
      0 15px 15px rgb(0 0 0 / 3%), 0 10px 30px rgb(0 0 0 / 4%),
      0 0px 65px rgb(0 0 0 / 5%);
    box-shadow: 0 0 0 1px rgb(53 72 91 / 7%), 0 2px 2px rgb(0 0 0 / 1%),
      0 4px 4px rgb(0 0 0 / 2%), 0 10px 8px rgb(0 0 0 / 3%),
      0 15px 15px rgb(0 0 0 / 3%), 0 10px 30px rgb(0 0 0 / 4%),
      0 0px 65px rgb(0 0 0 / 5%);

    @media screen and (max-width: 1024px) {
      & {
        width: 50%;
        aspect-ratio: unset;
      }
    }

    @media screen and (max-width: 768px) {
      & {
        width: 100%;
        aspect-ratio: unset;
      }
    }

    & figure,
    & img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      display: block;
    }

    & .flickity-page-dots {
      margin-left: -1.5rem;
    }

    & .wp-block-heading {
      position: absolute;
      top: var(--wp--preset--spacing--20);
      width: 100%;
      z-index: 2;
      text-align: center;
    }
  }
  & .flickity-page-dots {
    margin-left: -1.5rem;
  }
}

/*
 Formidable 
------------------------------------------------------------------*/
.with_frm_style select {
  width: 100% !important;
}

.sei_dentista .frm_primary_label {
  font-size: 2rem;
}

#frm_checkbox_8-1 label,
#frm_checkbox_8-0 label {
  white-space: nowrap;
}

#frm_field_8_container {
  display: inline-flex;
  margin: auto;
}

#form_contact-form .frm_opt_container {
  margin-top: 0.5rem;
}

#form_contact-form .frm_checkbox {
  margin: auto 15px;
}

/*@media screen and (min-width: 768px) {
  #form_newsletter .frm_submit button {
    display: none;

}  }*/
#form_newsletter-eng .frm_error,
#form_newsletter .frm_error {
  color: white;
}

#form_newsletter-eng .frm_checkbox label,
#form_newsletter .frm_checkbox label {
  color: white;
  font-size: 1rem;
}

#form_newsletter-eng .frm_checkbox input[type="checkbox"],
#form_newsletter .frm_checkbox input[type="checkbox"] {
  border-color: #ffffff91;
}

footer .with_frm_style .frm_checkbox input[type="checkbox"]:before {
  box-shadow: inset 10px 10px white;
}

.form-video-privato {
  max-width: 800px !important;
}

.with_frm_style .frm_inside_container > label {
  top: 52%;
}

.data_corso input,
.prezzo_corso input {
  border-radius: 0 !important;
}

/*
 Video clinici 
------------------------------------------------------------------*/
.video_clinici {
  overflow: hidden;
}

.video_clinici {
  opacity: 0.8;
}

.video_clinici:hover {
  opacity: 1;
}

.video_clinici a {
  font-size: 40px;
  padding: 0 20px;
}

.video_clinici img {
  /*filter: blur(3px);*/
  transition: all 0.5s ease-out;
}

.video_clinici:hover img {
  scale: 1.3;
}

.video_clinici {
  transition: all 0.5s ease-out;
}

.type-video_clinici .wp-block-cover {
  min-height: 300px !important;
}

.has-global-padding > .alignfull.container-video-instituzionale {
  margin-left: 0;
  margin-right: 0;
}

/*
 Plyr Player 
------------------------------------------------------------------*/
:root {
  --plyr-color-main: #0092b2;
  --plyr-control-icon-size: 22px;
}

.plyr__poster {
  filter: brightness(50%);
  background-size: cover !important;
  z-index: -1 !important;
}

.plyr--video.plyr--stopped .plyr__controls {
  visibility: hidden;
}

.plyr__control--overlaid {
  zoom: 2;
}

.plyr.plyr--stopped .plyr__video-wrapper {
  max-height: 80vh;
}

/*
 Pulsante Go Top 
------------------------------------------------------------------*/
#bottone-go-top {
  display: inline-block;
  text-decoration: none;
  background-color: var(--wp--preset--color--gray-jd);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 30px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}

#bottone-go-top::after {
  content: "\2191";
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 50px;
  color: #fff;
}

#bottone-go-top:hover {
  cursor: pointer;
  background-color: var(--wp--preset--color--toxic-green-jd);
}

#bottone-go-top:active {
  background-color: #555;
}

#bottone-go-top.show {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 500px) {
  #bottone-go-top {
    margin: 30px;
  }
}

/*
-------------------------------------------------------------------
 Footer 
-------------------------------------------------------------------
*/
/* footer a {
  color: white !important;
} */
.footer__fixed {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
}

/* .footer-main-block,
.fixed-menu-overlay a,
.footer-main-block a {
  color: var(--wp--preset--color--white);
} */

.wp-block-social-link a {
  display: table-cell;
}

@media screen and (max-width: 768px) {
  .is-style-logos-only {
    justify-content: center !important;
  }
}

footer label {
  color: white !important;
}

footer input {
  border-color: white !important;
}

/*
 Pagina Milling Center
------------------------------------------------------------------*/
#riga-lista-servizi {
  gap: 2em;
}

#riga-lista-servizi .wp-block-cover {
  max-width: 400px;
  position: relative;
}

#riga-lista-servizi .wp-block-cover .title-container {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}

#bar-inserisci-ordine {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  margin: 0;
  z-index: 10;
  backdrop-filter: blur(5px);
  border-top: 1px solid #6162653b;
}

#bar-inserisci-ordine .wp-block-button__link {
  white-space: nowrap;
}

#bar-inserisci-ordine .wp-block-button__link:after {
  padding-left: 0.3rem;
}

form[id^="form_milling-center"] .check-tipo-ordine .frm_opt_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  scale: 1.5;
}

form[id^="form_milling-center"]
  .check-tipo-ordine
  .frm_opt_container
  .frm_radio {
  min-width: 200px;
}

form[id^="form_milling-center"]
  .check-tipo-ordine
  .frm_opt_container
  .frm_radio
  label {
  font-weight: 800;
}

form[id^="form_milling-center"] .frm_top_container {
  margin-bottom: 1em;
}

form[id^="form_milling-center"] .mb-0 {
  margin-bottom: 0 !important;
}

form[id^="form_milling-center"] .checkbox-lista-denti .frm_opt_container {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  grid-row-gap: 20px;
  grid-column-gap: 10px;
}

form[id^="form_milling-center"] .checkbox-lista-denti .frm_checkbox label {
  white-space: nowrap;
}

form[id^="form_milling-center"] .checkbox-lista-denti .frm_opt_container {
  position: relative;
}

form[id^="form_milling-center"]
  .checkbox-lista-denti
  .frm_opt_container::before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  width: 1px;
  height: 80%;
  background-color: black;
  left: 500px;
  transform: translate(-5px, -45%);
  z-index: 1;
  pointer-events: none;
}

form[id^="form_milling-center"]
  .checkbox-lista-denti
  .frm_opt_container::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: black;
  left: 0;
  transform: translate(-3px, 3px);
  z-index: 1;
  pointer-events: none;
}

form[id^="form_milling-center"] .checkbox-lista-denti input[type="checkbox"],
form[id^="form_milling-center"] .checkbox-tipo-impianto input[type="checkbox"] {
  border-radius: 2px !important;
  scale: 1.2;
}

form[id^="form_milling-center"] .field-posizione {
  display: flex;
  margin-bottom: 10px !important;
}

form[id^="form_milling-center"] .checkbox-tipo-impianto {
  margin-bottom: 10px !important;
}

form[id^="form_milling-center"] .field-posizione span,
form[id^="form_milling-center"] .field-posizione input {
  border-radius: 0 !important;
}

form[id^="form_milling-center"] .field-posizione input {
  min-height: unset;
}

form[id^="form_milling-center"] .frm_prev_page {
  display: none;
}

form[id^="form_milling-center"] .frm_page_num_1 .frm_button_submit {
  margin: auto !important;
  margin-top: 50px !important;
  height: 50px !important;
  transform: translateX(-1em);
}

form[id^="form_milling-center"] .frm_page_num_1 .about-center,
form[id^="form_milling-center"] .frm_page_num_3 .about-center {
  display: none;
}

form[id^="form_milling-center"] .frm_page_num_2 .about-center {
  display: flex;
  margin-right: 0;
  margin-left: auto;
  font-size: var(--font-size);
  min-width: 60%;
  justify-content: end;
  gap: 2rem;
  align-items: center;
  flex-wrap: wrap;
}

form[id^="form_milling-center"] .frm_page_num_3 .frm_final_submit {
  font-size: 22px;
}

/*
-------------------------------------------------------------------
 GSAP ANIMATIONS 
-------------------------------------------------------------------
*/
