/* --------------------------------------------------------
Variables
-------------------------------------------------------- */
/*Theme color
-------------------------------------------------------- */
/* Tipografy color
-------------------------------------------------------- */
/* Header - Menu -Toggle
-------------------------------------------------------- */
/* Footer
-------------------------------------------------------- */
/* Link color
-------------------------------------------------------- */
/* Button color
-------------------------------------------------------- */
/* Sidebar
-------------------------------------------------------- */
/* Button - GLOBAL
-----------------------------------------*/
.wp-block-buttons.alignright {
  text-align: right;
}

.wp-block-buttons.aligncenter {
  text-align: center;
}

.wp-block-buttons .wp-block-button:first-child {
  margin-left: 0;
}

.wp-block-buttons .wp-block-button:last-child {
  margin-right: 0;
}

/* Button - DEFAULT
-----------------------------------------*/
.wp-block-button__link {
  display: inline-block;
  padding: 12px 26px;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.wp-block-button__link:hover {
  text-decoration: none;
  color: #fff;
}

.wp-block-button__link:not(.has-text-color) {
  color: white;
}

.wp-block-button__link:not(.has-text-color):hover {
  color: #fff;
}

.wp-block-button__link:not(.has-background) {
  background-color: #d35fa1;
}

.wp-block-button__link:not(.has-background):hover,
.wp-block-button__link:not(.has-background):focus {
  background-color: #ef68b4;
}

/* Outline  - DEFAULT (Bordo in evidenza)
-------------------------------------------------------- */
.wp-block-button.is-style-outline .wp-block-button__link {
  display: inline-block;
  padding: 12px 26px;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  border: 1px solid #ef68b4;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  text-decoration: none;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
  color: #3c3c3c;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover {
  color: white !important;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
  background-color: transparent;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover,
.wp-block-button.is-style-outline .is-style-outline .wp-block-button__link:not(.has-background):focus {
  background-color: #ef68b4;
}

/* btn-second
-------------------------------------------------------- */
.is-style-btn-second .wp-block-button__link {
  display: inline-block;
  padding: 12px 26px;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.is-style-btn-second .wp-block-button__link:hover {
  text-decoration: none;
  color: #fff;
}
.is-style-btn-second .wp-block-button__link:not(.has-text-color) {
  color: white;
}
.is-style-btn-second .wp-block-button__link:not(.has-text-color):hover {
  color: #fff;
}
.is-style-btn-second .wp-block-button__link:not(.has-background) {
  background-color: #7d8dcb;
}
.is-style-btn-second .wp-block-button__link:not(.has-background):hover,
.is-style-btn-second .wp-block-button__link:not(.has-background):focus {
  background-color: #d35fa1;
}

/* Button Small
----------------------------------------------------------*/
.wp-block-button.is-style-btn-small .wp-block-button__link {
  font-size: 11px;
  padding: 9px 15px;
}

/* Download Block File Button
-------------------------------------------------------- */
.wp-block-file .wp-block-file__button {
  border-radius: 4;
  border: 1px solid #d35fa1;
  font-size: 11px;
  text-transform: uppercase;
  padding: 8px 18px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  background: #d35fa1;
}
.wp-block-file .wp-block-file__button:before {
  content: "\e80f";
  font-family: "fontello";
  position: relative;
  margin-right: 10px;
  top: -1px;
  font-size: 13px;
}
.wp-block-file .wp-block-file__button:hover {
  text-decoration: underline !important;
}

/* BLOCCO: Blockquote - Default
-----------------------------------------*/
.wp-block-quote {
  border-left: 4px solid #d35fa1;
  padding: 25px;
  margin-left: 20px;
  background: #f5f7f8;
}
.wp-block-quote p {
  margin-bottom: 15px;
}

.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
  color: #6c7781;
  font-size: 0.9em;
  margin-top: 1em;
}

/* BLOCCO: Blockquote - Grande is-style-large
-----------------------------------------*/
.is-style-large {
  background: transparent;
}

/* BLOCCO: Citazione evidenziata
-----------------------------------------*/
.wp-block-pullquote,
.wp-block-pullquote.is-style-solid-color {
  border: none;
  padding: 0px;
  position: relative;
  margin-left: 0;
}
.wp-block-pullquote blockquote,
.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: 0;
  max-width: 100%;
  width: 100%;
  margin-left: 0;
  position: relative;
  background: #249cf2;
  color: #fff;
  border: none;
  padding: 20px 20px 20px 55px;
  text-align: left;
}
.wp-block-pullquote blockquote p,
.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 18px;
  position: relative;
}
.wp-block-pullquote blockquote p:before,
.wp-block-pullquote.is-style-solid-color blockquote p:before {
  content: "\e813";
  font-family: "fontello";
  position: absolute;
  color: #fff;
  left: -38px;
  top: -8px;
  font-size: 28px;
  opacity: 1;
}
.wp-block-pullquote blockquote:after,
.wp-block-pullquote.is-style-solid-color blockquote:after {
  content: "";
  z-index: -1;
  width: 40px;
  height: 40px;
  background: #249cf2;
  position: absolute;
  bottom: -13px;
  left: 10%;
  -webkit-transform: rotate(39deg);
  transform: rotate(39deg);
}
.wp-block-pullquote cite,
.wp-block-pullquote.is-style-solid-color cite {
  color: #fff;
}

/* Alignfull
-------------------------------------------------------- */
.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.alignfull img,
.alignwide img {
  display: block;
  margin: 0 auto;
}

/* Alignwide
-------------------------------------------------------- */
.alignwide {
  width: auto !important;
  max-width: 1000%;
  margin-left: calc(27% - 27vw);
  margin-right: calc(27% - 27vw);
}

.alignwide img {
  display: block;
  margin: 0 auto;
}

/* BLOCCO: table
-------------------------------------------------------- */
.wp-block-table table td:before {
  content: "";
  display: inline-block;
  min-height: 20px;
}

.wp-block-table {
  overflow-x: auto;
}

/* BLOCCO: Section Plugin gutenberg section master
-------------------------------------------------------- */
.section-bg.bg__stretched {
  background-position: center center;
}

.wp-block-mkl-section-block .container {
  padding: 0;
}

/* BLOCCO: Paragrafo background
-------------------------------------------------------- */
p.has-background {
  margin-bottom: 30px;
}

/* BLOCCO: image immagine - singola
-------------------------------------------------------- */
figure {
  position: relative;
}

/* BLOCCO: Cover
-------------------------------------------------------- */
.wp-block-cover,
.wp-block-cover-image {
  height: auto;
}

/* BLOCCO: Colonne
-------------------------------------------------------- */
.row > .wp-block-column:not(:first-child) {
  margin-left: 0;
}

.row > .wp-block-column {
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
}

.wp-block-columns.row {
  margin-bottom: 0;
}

/* BLOCCO: Media Text
  -------------------------------------------------------- */
.wp-block-media-text .wp-block-media-text__content {
  padding-top: 25px;
}

.wp-block-media-text .has-media-on-the-right .wp-block-media-text__content {
  padding-right: 20px;
}

/* BLOCCO: Group
  -------------------------------------------------------- */
.wp-block-group.alignfull .wp-block-group__inner-container {
  max-width: 90vw;
  width: 1580px;
  margin: 0 auto;
}

/* BLOCCO: gallery
-------------------------------------------------------- */
.wp-block-gallery {
  margin-bottom: 30px;
}

.wp-block-gallery .blocks-gallery-item figcaption {
  padding-top: 20px;
  line-height: 1.4;
}

.wp-block-gallery .blocks-gallery-item {
  margin-right: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.wp-block-gallery.columns-3 .blocks-gallery-item {
  margin-right: 10px;
}

.wp-block-gallery.columns-4 .blocks-gallery-item {
  margin-right: 10px;
}

.wp-block-gallery.columns-5 .blocks-gallery-item {
  margin-right: 10px;
}

.wp-block-gallery.columns-6 .blocks-gallery-item {
  margin-right: 10px;
}

.wp-block-gallery.columns-7 .blocks-gallery-item {
  margin-right: 10px;
}

.wp-block-gallery.columns-8 .blocks-gallery-item {
  margin-right: 10px;
}

.wp-block-gallery.columns-9 .blocks-gallery-item {
  margin-right: 10px;
}

.wp-block-gallery.columns-10 .blocks-gallery-item {
  margin-right: 10px;
}

.wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0;
}

/* Overlay effect Gallery block */
.wp-block-image a {
  position: relative;
  display: inline-block;
}
.wp-block-image a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #d35fa1;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.wp-block-image a:after {
  content: "\e803";
  font-family: "fontello";
  position: absolute;
  color: #fff;
  font-size: 32px;
  z-index: 3;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(4);
          transform: translate(-50%, -50%) scale(4);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.wp-block-image a:hover:before {
  opacity: 0.7;
}
.wp-block-image a:hover:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

/* Heading
-----------------------------------------*/
.is-style-overline {
  display: block;
  position: relative;
  padding-top: 10px;
  margin-bottom: 20px;
}
.is-style-overline:before {
  content: " ";
  position: relative;
  display: block;
  top: -13px;
  left: 0;
  height: 8px;
  width: 50px;
  background: #d35fa1;
}

.is-style-overline-center {
  display: block;
  position: relative;
  padding-top: 15px;
  margin-bottom: 20px;
}
.is-style-overline-center:before {
  content: " ";
  position: relative;
  display: block;
  margin: 0 auto;
  top: -6px;
  left: 0;
  height: 8px;
  width: 50px;
  background: #d35fa1;
}

.text-center .overline:before,
.text-center.overline:before,
.has-align-center.overline:before {
  margin: 0 auto;
}

/* List
----------------------------------------------------------*/
ul.is-style-check {
  list-style: none;
  padding-left: 30px;
}
ul.is-style-check li {
  position: relative;
  margin-bottom: 5px;
}
ul.is-style-check li:before {
  font-family: "fontello";
  content: "\e806";
  font-size: 18px;
  position: absolute;
  left: -30px;
  top: 0px;
  color: #d35fa1;
}

/* --------------------------------------------------------
Desktop-small
-------------------------------------------------------- */
@media (max-width: 991px) {
  /* Alignwide 
  -------------------------------------------------------- */
  .alignwide {
    width: auto !important;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .alignwide img {
    display: block;
    margin: 0 auto;
  }
}
.wp-block-group {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

/* --------------------------------------------------------
Tablet
-------------------------------------------------------- */
@media (max-width: 767px) {
  /* BLOCCO: Cover
  -------------------------------------------------------- */
  .wp-block-cover-image .wp-block-cover__inner-container,
  .wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 15px);
  }
  /* BLOCCO: Media Text
  -------------------------------------------------------- */
  .wp-block-media-text .wp-block-media-text__content {
    padding: 30px 15px 0 15px;
  }
  /* BLOCCO: Gallery
  -------------------------------------------------------- */
  .wp-block-gallery .blocks-gallery-item {
    margin-right: 10px !important;
  }
  .wp-block-gallery .blocks-gallery-item:nth-child(even) {
    margin-right: 0px !important;
  }
}
/* --------------------------------------------------------
Smartphone
-------------------------------------------------------- */
@media (max-width: 575px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media,
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding: 0;
  }
  .wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
    margin-bottom: 20px;
  }
}
/* Color Text
--------------------------------------------------------*/
.has-primary-color {
  color: #d35fa1 !important;
}

.has-secondary-color {
  color: #7dcbaa !important;
}

.has-third-color {
  color: #d2e7f6 !important;
}

.has-fourth-color {
  color: #7d8dcb !important;
}

.has-fifth-color {
  color: #f5f4c0 !important;
}

.has-sixth-color {
  color: #f7f7f7 !important;
}

.has-seventh-color {
  color: #949ed0 !important;
}

.has-eighth-color {
  color: #f75050 !important;
}

.has-ninth-color {
  color: #ffe500 !important;
}

.has-tenth-color {
  color: #4caf50 !important;
}

.has-white-color {
  color: #ffffff !important;
}

.has-black-color {
  color: #000000 !important;
}

/* Background
--------------------------------------------------------*/
.has-primary-background-color {
  background-color: #d35fa1 !important;
}

.has-secondary-background-color {
  background-color: #7dcbaa !important;
}

.has-third-background-color {
  background-color: #d2e7f6 !important;
}

.has-fourth-background-color {
  background-color: #7d8dcb !important;
}

.has-fifth-background-color {
  background-color: #f5f4c0 !important;
}

.has-sixth-background-color {
  background-color: #f7f7f7 !important;
}

.has-seventh-background-color {
  background-color: #949ed0 !important;
}

.has-eighth-background-color {
  background-color: #f75050 !important;
}

.has-ninth-background-color {
  background-color: #ffe500 !important;
}

.has-tenth-background-color {
  background-color: #4caf50 !important;
}

.has-white-background-color {
  background-color: #ffffff !important;
}

.has-black-background-color {
  background-color: #000000 !important;
}

/* Font size class gutenberg
--------------------------------------------------------*/
.has-42-font-size {
  font-size: 42px !important;
}

.has-36-font-size {
  font-size: 36px !important;
}

.has-32-font-size {
  font-size: 32px !important;
}

.has-30-font-size {
  font-size: 30px !important;
}

.has-28-font-size {
  font-size: 28px !important;
}

.has-26-font-size {
  font-size: 26px !important;
}

.has-24-font-size {
  font-size: 24px !important;
}

.has-22-font-size {
  font-size: 22px !important;
}

.has-21-font-size {
  font-size: 21px !important;
}

.has-20-font-size {
  font-size: 20px !important;
}

.has-19-font-size {
  font-size: 19px !important;
}

.has-18-font-size {
  font-size: 18px !important;
}

.has-17-font-size {
  font-size: 17px !important;
}

.has-16-font-size {
  font-size: 16px !important;
}

.has-14-font-size {
  font-size: 14px !important;
  line-height: 1.5em;
}

.has-13-font-size {
  font-size: 13px !important;
}

.has-12-font-size {
  font-size: 12px !important;
}