/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/*
-->Input
 */
form label:not(.ff-el-form-check-label) {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 700;
}
.ff-el-form-check-label {
  font-size: 12px;
}
.ff-el-form-check .ff_t_c {
  padding-left: 7px !important;
}
textarea {
  border-radius: 12px !important;
}
.ff_submit_btn_wrapper:last-child {
  margin-bottom: 0 !important;
}

/*
-->Helper
 */
.relative {
  position: relative;
}
.o-hidden {
  overflow: clip;
}
@media (max-width: 781px) {
  .is-style-reverse {
    flex-direction: column-reverse;
  }
  .mb-mobile {
    padding-bottom: 20px;
  }
  .hide-mobile {
    display: none;
  }
  .normal-fz {
    font-size: 16px !important;
  }
  .recensione-text.has-x-large-font-size {
    font-size: 28px !important;
  }
}

/*
-->Swiper
 */

/* Arrows */
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 17px;
}

/* Slider recensioni */
.recensioni-slider .swiper-button-prev {
  left: unset !important;
  right: 75px;
}
@media (max-width: 600px) {
  .recensioni-slider .swiper-button-next,
  .recensioni-slider .swiper-button-prev {
    top: 106% !important;
  }
}
/* Slider servizi */
@media (max-width: 1300px) {
  .servizi-slider .swiper-button-next,
  .servizi-slider .swiper-button-prev {
    top: 35% !important;
  }
}
/* Slider location */
@media (max-width: 781px) {
  .slider-location .swiper {
    height: 50vh;
  }
}
@media (max-width: 600px) {
  .slider-location .swiper {
    height: 350px;
  }
}

/*
--> DOT Title
 */

.dot-title .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 3px solid var(--wp--preset--color--palette-color-1);
  border-radius: 999px;
  margin-left: 8px;
}
.dot-wrap {
  white-space: nowrap;
}

/*
-->Blocks
 */

/* Caratteristiche grid */
.caratteristiche-grid {
  position: relative;
}
.caratteristiche-grid::before {
  position: absolute;
  content: "";
  top: -1px;
  right: -1px;
  height: 30px;
  width: 30px;
  border-radius: 999px 999px 999px 12px;
  background-color: var(--wp--preset--color--palette-color-1);
  z-index: 2;
}

@media (max-width: 410px) {
  .caratteristiche-grid {
    grid-template-columns: 50% 50% !important;
  }
  .caratteristiche-grid .has-small-font-size {
    font-size: 11px !important;
  }
}

/*
--> Footer
 */
.ct-footer div[data-row="bottom"] {
  border-top: 1px solid #444;
}

@media (max-width: 690px) {
  .ct-footer [data-column*="widget"]:not(:last-child) {
    border-bottom: 1px solid #444;
    padding-bottom: 40px;
  }
}
