:root {
  --red-color: #d13627;
  --grey-color: #6991a5;
}
@font-face {
  font-family: "Arapey-Italic";
  src: url("/wp-content/themes/vkdynamic/assets/fonts/Arapey/Arapey-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Arapey-Regular";
  src: url("/wp-content/themes/vkdynamic/assets/fonts/Arapey/Arapey-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Din-Light";
  src: url("/wp-content/themes/vkdynamic/assets/fonts/din/DIN-LightAlternate.otf") format("opentype");
}
@font-face {
  font-family: "Din-Medium";
  src: url("/wp-content/themes/vkdynamic/assets/fonts/din/DIN-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Din-Regular";
  src: url("/wp-content/themes/vkdynamic/assets/fonts/din/DIN-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Din-Bold";
  src: url("/wp-content/themes/vkdynamic/assets/fonts/din/DIN-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Din-Condensed";
  src: url("/wp-content/themes/vkdynamic/assets/fonts/din/DIN-Condensed-Bold.ttf") format("opentype");
}
@font-face {
  font-family: "Din-Condensed-Regular";
  src: url("/wp-content/themes/vkdynamic/assets/fonts/din/DINCond-Regular Regular.otf") format("opentype");
}
.custom-grid-gallery .open-gallery {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.custom-grid-gallery .open-gallery:before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
}
.custom-grid-gallery.rectangular .open-gallery:before {
  padding-top: 125%;
}
.custom-grid-gallery .open-gallery img {
  transition: .3s all ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
}
.custom-grid-gallery .open-gallery.zoom:hover img, .custom-grid-gallery .open-gallery.zoom:active img, .custom-grid-gallery .open-gallery.zoom:focus img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 150%;
  transition: .3s height ease;
}
.custom-anchor {
  position: relative;
}
.custom-anchor a, .custom-anchor a:hover, .custom-anchor a:active, .custom-anchor a:focus {
  font-size: 15px;
  text-transform: uppercase;
  color: #8fc156 !important;
  text-decoration: none !important;
  font-family: "Din-Condensed";
  position: absolute;
}
.custom-anchor:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 150px;
  background-color: #8fc156;
  display: block;
  top: 20px;
}
.double-background-2 .custom-anchor a{
	color:#ffffff !important;
}
.double-background-2 .custom-anchor:after {
  background-color: #ffffff;
}
.button-cta {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.button-cta a {
  position: relative;
  padding: 10px 55px;
  max-width: 300px;
  font-family: "Din-Bold";
  font-size: 16px;
  text-align: center;
  text-decoration: none !important;
  line-height: 21px;
  transition: .3s all ease;
  border: 4px solid;
}
* {
  transition: .3s color ease;
  font-family: "Din-Light";
}
.site-content * {
  color: #0f0f0f;
}
.site-content a:not(.button) {
  text-decoration: underline;
}
.wpcf7-list-item {
  margin: 0;
}
p, h1, h2, h3, h4, h5, h6 {
  color: #0f0f0f;
  margin-bottom: 0;
}
p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0;
}
strong {
  font-family: "Din-Bold" !important;
}
em {
  font-family: "Arapey-Italic" !important;
}
html, body {
  overflow-x: hidden;
  position: relative;
  right: 0;
  background-color: #ffffff;
  margin: 0 !important;
}
html.no-scroll, body.no-scroll {
  overflow-y: hidden;
}
a {
  text-decoration: none;
  color: #0f0f0f;
}
a:hover, a:active, a:focus {
  text-decoration: none;
  color: #0f0f0f;
}
.site-container {
  position: relative;
  margin-top: 44px;
}
.site-content {
  position: relative;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1660px;
}
ul#menu-middle-menu {
  padding: 0;
  margin: 0;
  text-align: center;
}
ul#menu-middle-menu li {
  margin: 0;
  position: relative;
  padding: 0;
  display: inline-block;
}
ul#menu-middle-menu li:after {
  content: "|";
  position: relative;
  display: inline-block;
  font-size: 19px;
}
ul#menu-middle-menu li:last-child:after {
  content: "";
  display: none;
}
ul#menu-middle-menu li a {
  position: relative;
  font-family: "Din-Regular";
  font-size: 19px;
  text-decoration: none;
  margin: 0 10px;
}
ul#menu-middle-menu li a:hover, ul#menu-middle-menu li a:active, ul#menu-middle-menu li a:focus {
  text-decoration: underline;
}
/* ==============================
   CONTACT FORM 7 – STILE BASE
   ============================== */
.wpcf7 form {
  --cf7-border-color: #d2d2d2;
  --cf7-text-color: #4b4b4b;
  --cf7-accent: #8fc156;
}
/* Spaziatura righe */
.wpcf7 .row {
  row-gap: 30px;
}
/* Campi input e textarea */
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="url"], .wpcf7 textarea {
  width: 100%;
  border: 1px solid var(--cf7-border-color);
  border-radius: 0;
  font-size: 15px;
  color: var(--cf7-text-color);
  padding: 10px;
  box-shadow: none;
  outline: none;
}
.wpcf7 textarea {
  height: 180px;
  resize: none;
}
/* Placeholder */
.wpcf7 ::placeholder {
  color: var(--cf7-text-color);
  font-size: 15px;
  letter-spacing: 2px;
  opacity: 1; /* per compatibilità */
}
/* Checkbox */
.wpcf7 input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid var(--cf7-text-color);
  border-radius: 0;
  position: relative;
  cursor: pointer;
  margin-right: 8px;
}
.wpcf7 input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: solid var(--cf7-text-color);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/* Label testo checkbox */
.wpcf7 .form-check, .wpcf7 .form-check label {
  font-size: 15px;
  color: var(--cf7-text-color);
  letter-spacing: 2px;
  font-weight: normal;
}
/* Link dentro il testo della checkbox */
.wpcf7 .form-check a {
  color: var(--cf7-text-color);
  text-decoration: none;
  transition: text-decoration 0.2s ease;
}
.wpcf7 .form-check a:hover {
  text-decoration: underline;
}
/* Bottone INVIA */
.wpcf7 input[type="submit"], .wpcf7 .wpcf7-submit {
  position: relative;
  padding: 10px 55px;
  max-width: 300px;
  font-family: "Din-Bold", sans-serif;
  font-size: 16px;
  text-align: left;
  text-decoration: none !important;
  line-height: 21px;
  transition: 0.3s all ease;
  border: 4px solid var(--cf7-accent);
  color: #000000;
  background: transparent;
  display: inline-block;
}
.wpcf7 input[type="submit"]:hover, .wpcf7 .wpcf7-submit:hover {
  background: var(--cf7-accent);
  color: #ffffff;
}
/* ==============================
   CONTACT FORM 7 – STILE BASE
   ============================== */
.wpcf7 form {
  --cf7-border-color: #d2d2d2;
  --cf7-text-color: #4b4b4b;
  --cf7-accent: #8fc156;
}
/* Spaziatura righe */
.wpcf7 .row {
  margin-bottom: 30px;
}
/* Campi input e textarea */
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="url"], .wpcf7 textarea {
  width: 100%;
  border: 1px solid var(--cf7-border-color);
  border-radius: 0;
  font-size: 15px;
  color: var(--cf7-text-color);
  padding: 10px;
  box-shadow: none;
  outline: none;
  font-family: "Din-Light";
  box-shadow: none;
}
.wpcf7 textarea:focus {
  width: 100%;
  border: 1px solid var(--cf7-border-color);
  border-radius: 0;
  font-size: 15px;
  color: var(--cf7-text-color);
  padding: 10px;
  box-shadow: none;
  outline: none;
  font-family: "Din-Light";
  box-shadow: none;
}
.wpcf7 textarea {
  height: 180px;
  resize: none;
}
/* Placeholder */
.wpcf7 input::placeholder, .wpcf7 textarea::placeholder {
  color: #b3b3b3;
  font-size: 15px;
  letter-spacing: 2px;
  opacity: 1; /* per compatibilità */
  font-family: "Din-Bold", sans-serif;
}
/* Checkbox */
.wpcf7 input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid var(--cf7-text-color);
  border-radius: 0;
  position: relative;
  cursor: pointer;
  margin-right: 8px;
}
.wpcf7 input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: solid var(--cf7-text-color);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/* Label testo checkbox */
.wpcf7 .form-check, .wpcf7 .form-check label, .wpcf7 .form-check label span {
  font-size: 15px;
  color: var(--cf7-text-color);
  letter-spacing: 2px;
  font-weight: normal;
  font-family: "Din-Bold", sans-serif;
}
/* Link dentro il testo della checkbox */
.wpcf7 .form-check a {
  color: var(--cf7-text-color);
  text-decoration: none;
  transition: text-decoration 0.2s ease;
  font-family: "Din-Bold", sans-serif;
}
.wpcf7 .form-check a:hover {
  text-decoration: underline;
}
/* Bottone INVIA */
.wpcf7 input[type="submit"], .wpcf7 .wpcf7-submit {
  position: relative;
  padding: 10px 25px;
  max-width: 300px;
  font-family: "Din-Bold", sans-serif;
  font-size: 16px;
  text-align: left;
  text-decoration: none !important;
  line-height: 21px;
  transition: 0.3s all ease;
  border: 2px solid var(--cf7-accent);
  color: #000000;
  background: transparent;
  display: inline-block;
}
.wpcf7 input[type="submit"]:hover, .wpcf7 .wpcf7-submit:hover {
  background: var(--cf7-accent);
  color: #ffffff;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 12px;
}
/* Disabilita la spunta SVG e l’alone azzurro di Bootstrap */
.wpcf7 .form-check-input {
  -webkit-appearance: none;
  appearance: none;
  background-image: none !important; /* niente spunta SVG Bootstrap */
  box-shadow: none !important; /* niente alone azzurro */
  outline: none;
}
.wpcf7 .form-check-input:focus, .wpcf7 .form-check-input:focus-visible {
  box-shadow: none !important; /* niente alone azzurro in focus */
  outline: none;
}
/* Mantieni il tuo schema colori quando checked */
.wpcf7 .form-check-input:checked {
  background-color: rgba(75, 75, 75, 0.3) !important;
  border-color: rgba(75, 75, 75, 0.3) !important;
}
.double-background {
  background: linear-gradient(to bottom, #8FC156 70%, #FFFFFF 70%);
}
.double-background-2 {
  position: relative;
  background: url('/wp-content/themes/vkdynamic/assets/images/tennista.png');
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}
.double-background-2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #8FC156 90%, #FFFFFF 90%);
  mix-blend-mode: multiply;
  pointer-events: none;
  display: block !important;
}
.vkdynamic-carousel {
  position: relative;
  margin: 0 auto;
  padding-bottom: 60px; /* spazio per frecce */
}
.vkdynamic-carousel .slick-track {
  display: flex !important;
  gap: 5px !important;
}
.vkdynamic-carousel .carousel-item {
  text-align: center;
  outline: none;
}
.vkdynamic-carousel .carousel-image {
  width: 100%;
  padding-top: 100%; /* quadrato */
  background-size: cover;
  background-position: center;
  border-radius: 3px;
  transition: transform 0.3s ease;
}
.vkdynamic-carousel .carousel-item:hover .carousel-image {
  transform: scale(1.03);
}
/* Didascalia sotto l’immagine */
.vkdynamic-carousel .carousel-caption {
  position: relative;
  color: #8fc156;
  font-family: "Din-Regular", sans-serif;
  font-size: 15px;
  text-align: left;
  padding-left: 20px;
  bottom: 0;
  left: auto;
  right: auto;
}
/* Frecce personalizzate */
.vkdynamic-carousel-container .custom-arrow {
  position: absolute;
  background: none;
  border: none;
  z-index: 5;
  top: auto;
}
.vkdynamic-carousel-container .custom-arrow img {
  width: 28px;
  height: 28px;
  opacity: 0.85;
  transition: opacity 0.2s;
}
.vkdynamic-carousel .custom-arrow:hover img {
  opacity: 1;
}
/* Posizionamento */
.vkdynamic-carousel-container .slick-prev {
  left: calc(50% - 35px);
}
.vkdynamic-carousel-container .slick-next {
  right: calc(50% - 35px);
}
/* Rimuove le frecce di default slick-theme.css */
.vkdynamic-carousel-container .slick-prev:before, .vkdynamic-carousel-container .slick-next:before {
  display: none !important;
}
/* Intravedere l’immagine successiva */
.vkdynamic-carousel .slick-slide {
  margin-right: 5px;
}
.vkd-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease;
}
.vkd-lightbox.visible {
  opacity: 1;
  visibility: visible;
}
.vkd-lightbox img {
  max-width: calc(100vw - 250px);
  border-radius: 6px;
}
.vkd-lightbox button {
  position: absolute;
  background: none;
  color: white;
  border: none;
  font-size: 40px;
  cursor: pointer;
  user-select: none;
}
.vkd-lightbox-prev, .vkd-lightbox-next {
  top: 50%;
  transform: translateY(-50%);
}
.vkd-lightbox-close {
  top: 20px;
  right: 30px;
}
.vkd-lightbox-prev {
  left: 30px;
}
.vkd-lightbox-next {
  right: 30px;
}
.hidden {
  display: none;
}
.testo-responsive-container div>span,.testo-responsive-container p>span {
	display:block;
}
.parallax-label{
  position: relative;
  overflow: hidden;
}

.parallax-label__content{
  position: relative;
  z-index: 2; /* sopra la label */
}

.parallax-label__text{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;            /* sotto i child */
  pointer-events: none;  /* non blocca click sui child */

  line-height: 120px;
  font-size: 150px;
  font-family: Din-Condensed, "DIN Condensed", "DINCondensed", "Arial Narrow", sans-serif;
  color: #efefef;
  text-align:right;
  padding-right:15%;
  white-space: nowrap;
  transform: translate3d(0,0,0);
  will-change: transform;
}
.double-background-2 .parallax-label__text{
	color:rgb(239 239 239 / 40%);
}
@media (max-width: 991.98px){
  .parallax-label__text{
    line-height: 80px;
    font-size: 80px;
  }
}

@media (max-width: 991px) {
  .custom-anchor {
    margin-bottom: 20px;
  }
  .custom-anchor a, .custom-anchor a:hover, .custom-anchor a:active, .custom-anchor a:focus {
    position: relative;
  }
  .custom-anchor:after {
    position: relative;
    top: 0;
  }
  .double-background-2 {
    position: relative;
    background: none;
  }
  .vkd-lightbox-prev, .vkd-lightbox-next {
    display: none;
  }
  .vkd-lightbox img {
    max-width: calc(100vw - 100px);
  }
  .vkdynamic-carousel-container .custom-arrow {
    display: none !important;
  }
  .vkdynamic-carousel {
    padding: 0;
  }
}
@media (max-width: 577px) {
  ul#menu-middle-menu {
    padding: 50px 0;
  }
  ul#menu-middle-menu li {
    display: block;
    line-height: 35px;
  }
  ul#menu-middle-menu li:after {
    display: none;
  }
}