/* Media query */
@import url("https://fonts.googleapis.com/css2?family=Julius+Sans+One&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Quicksand:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alex+Brush&family=Corinthia:wght@400;700&family=Ephesis&family=Forum&family=Italiana&family=Italianno&family=Luxurious+Script&family=Tangerine:wght@400;700&family=Trirong:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Whisper&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
/* FONT */
@font-face {
  font-family: "argentina_script";
  src: url("../fonts/argentina_script-webfont.woff2") format("woff2"), url("../fonts/argentina_script-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "versailles";
  src: url("../fonts/jen_wagner_co._-_versailles_regular-webfont.woff2") format("woff2"), url("../fonts/jen_wagner_co._-_versailles_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "millerstone";
  src: url("../fonts/millerstone-demo-webfont.woff2") format("woff2"), url("../fonts/millerstone-demo-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "silenter";
  src: url("../fonts/silenter-webfont.woff2") format("woff2"), url("../fonts/silenter-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "autography";
  src: url("../fonts/autography-webfont.woff2") format("woff2"), url("../fonts/autography-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "chic";
  src: url("../fonts/chicsansserifboldregular-webfont.woff2") format("woff2"), url("../fonts/chicsansserifboldregular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "audrey";
  src: url("../fonts/audrey_and_reynold_demo-webfont.woff2") format("woff2"), url("../fonts/audrey_and_reynold_demo-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* MIXIN */
/* GENERALI */
:root {
  --app-height: 100%;
  --main-color: #3c3c3b;
  -ms-overflow-style: none;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  :root {
    overflow-x: hidden;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  :root {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 480px) {
  :root {
    overflow-x: hidden;
  }
}
:root::-webkit-scrollbar {
  display: none;
}

a:active,
a:focus {
  outline: 0 !important;
  -moz-outline-style: none !important;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimizequality;
  -ms-interpolation-mode: nearest-neighbor;
}

html {
  position: relative;
  overflow: visible !important;
}

body {
  font-family: "Quicksand", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  font-size: 18px;
  overflow-x: hidden;
  position: relative;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 18px;
    line-height: 1.4;
  }
}
body a {
  text-decoration: none;
  color: inherit;
}

.contenitore-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.contenitore-flex.no-wrap {
  flex-wrap: nowrap;
}
@media screen and (max-width: 480px) {
  .contenitore-flex.no-wrap {
    flex-wrap: wrap;
  }
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0 auto !important;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .page-content,
  .entry-content,
  .entry-summary {
    margin: 0 auto !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .page-content,
  .entry-content,
  .entry-summary {
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 480px) {
  .page-content,
  .entry-content,
  .entry-summary {
    margin: 0 auto !important;
  }
}

.post,
.page {
  margin-bottom: 0 !important;
}

.fcol {
  flex-direction: column !important;
}

section {
  position: relative;
}

.grecaptcha-badge {
  display: none !important;
}

.no-overflow {
  overflow: hidden !important;
}

/* DIMENSIONI */
.mw-50 {
  max-width: 50vw;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .mw-50 {
    max-width: 80vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .mw-50 {
    max-width: 80vw;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .mw-50 {
    max-width: 70vw;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .mw-50 {
    max-width: 70vw;
  }
}
@media screen and (min-device-width: 1441px) and (max-device-width: 1792px), screen and (min-width: 1441px) and (max-width: 1792px) {
  .mw-50 {
    max-width: 60vw;
  }
}

.mw-55 {
  max-width: 55vw;
  margin: 0 auto;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .mw-55 {
    max-width: 65vw;
  }
}

.mw-60 {
  max-width: 60vw;
  margin: 0 auto;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .mw-60 {
    max-width: 80vw;
  }
}
@media screen and (max-width: 480px) {
  .mw-60 {
    max-width: 80vw;
  }
}

.mw-70 {
  max-width: 70vw;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .mw-70 {
    max-width: 80vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .mw-70 {
    max-width: 80vw;
  }
}

.mw-80 {
  max-width: 80vw;
  margin: 0 auto;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .mw-80 {
    max-width: 90vw;
  }
}

.mw-90 {
  max-width: 90vw;
  margin: 0 auto;
}

.un-mezzo {
  flex-basis: 50%;
  width: 50%;
}

/* ANIMAZIONI */
.template-1 .bottone-semplice,
.template-2 .bottone-semplice,
.template-3 .bottone-semplice {
  font-family: "quicksand", serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 1;
  position: relative;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  will-change: color, background-color, border-color;
  background-color: var(--bottone-bg-color);
  color: var(--bottone-text-color);
}
.template-1 .bottone-semplice.white,
.template-2 .bottone-semplice.white,
.template-3 .bottone-semplice.white {
  background-color: #fff;
  color: #434343;
}
.template-1 .bottone-semplice:hover .btn-line-top,
.template-1 .bottone-semplice:hover .btn-line-right,
.template-1 .bottone-semplice:hover .btn-line-left,
.template-1 .bottone-semplice:hover .btn-line-bottom,
.template-2 .bottone-semplice:hover .btn-line-top,
.template-2 .bottone-semplice:hover .btn-line-right,
.template-2 .bottone-semplice:hover .btn-line-left,
.template-2 .bottone-semplice:hover .btn-line-bottom,
.template-3 .bottone-semplice:hover .btn-line-top,
.template-3 .bottone-semplice:hover .btn-line-right,
.template-3 .bottone-semplice:hover .btn-line-left,
.template-3 .bottone-semplice:hover .btn-line-bottom {
  transform: scaleX(1);
}
.template-1 .bottone-semplice:hover a,
.template-2 .bottone-semplice:hover a,
.template-3 .bottone-semplice:hover a {
  color: var(--bottone-text-color);
}
.template-1 .bottone-semplice a,
.template-2 .bottone-semplice a,
.template-3 .bottone-semplice a {
  padding: 13px 30px;
  display: flex;
}
.template-1 .bottone-semplice .btn-line,
.template-2 .bottone-semplice .btn-line,
.template-3 .bottone-semplice .btn-line {
  position: absolute;
  background-color: var(--bottone-text-color);
  transition: transform 0.35s ease-out;
}
.template-1 .bottone-semplice .btn-line-top,
.template-2 .bottone-semplice .btn-line-top,
.template-3 .bottone-semplice .btn-line-top {
  left: 4px;
  top: 4px;
  height: 1px;
  width: calc(100% - 8px);
  transform: scaleX(0);
  transform-origin: left center;
}
.template-1 .bottone-semplice .btn-line-right,
.template-2 .bottone-semplice .btn-line-right,
.template-3 .bottone-semplice .btn-line-right {
  right: 4px;
  bottom: 4px;
  width: 1px;
  height: calc(100% - 8px);
  transform: scaleY(0);
  transform-origin: center bottom;
}
.template-1 .bottone-semplice .btn-line-left,
.template-2 .bottone-semplice .btn-line-left,
.template-3 .bottone-semplice .btn-line-left {
  left: 4px;
  top: 4px;
  width: 1px;
  height: calc(100% - 8px);
  transform: scaleY(0);
  transform-origin: center top;
}
.template-1 .bottone-semplice .btn-line-bottom,
.template-2 .bottone-semplice .btn-line-bottom,
.template-3 .bottone-semplice .btn-line-bottom {
  right: 4px;
  bottom: 4px;
  height: 1px;
  width: calc(100% - 8px);
  transform: scaleX(0);
  transform-origin: right center;
}

.template-2 a {
  font-family: "versailles";
}

.template-3 a {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 3px;
  text-transform: uppercase;
}

/* HEADER - TEMPLATE 1 */
.header-template-1,
.header-template-2,
.header-template-3 {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #fff;
  padding: 20px 10vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .header-template-1,
  .header-template-2,
  .header-template-3 {
    padding: 20px 5vw;
  }
}
@media screen and (max-width: 480px) {
  .header-template-1,
  .header-template-2,
  .header-template-3 {
    justify-content: space-between;
    padding: 10px 5vw;
  }
}
.header-template-1 .contenitore-iniziali,
.header-template-2 .contenitore-iniziali,
.header-template-3 .contenitore-iniziali {
  display: none;
}
@media screen and (max-width: 480px) {
  .header-template-1 .contenitore-iniziali,
  .header-template-2 .contenitore-iniziali,
  .header-template-3 .contenitore-iniziali {
    display: flex;
    align-items: center;
  }
}
.header-template-1 .contenitore-iniziali span,
.header-template-2 .contenitore-iniziali span,
.header-template-3 .contenitore-iniziali span {
  font-family: "argentina_script";
  line-height: 1;
  font-weight: normal;
  font-size: 5vw;
  color: var(--colore-menu);
  text-transform: uppercase;
}
.header-template-1 .contenitore-menu,
.header-template-2 .contenitore-menu,
.header-template-3 .contenitore-menu {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}
@media screen and (max-width: 480px) {
  .header-template-1 .contenitore-menu .menu,
  .header-template-2 .contenitore-menu .menu,
  .header-template-3 .contenitore-menu .menu {
    display: none;
  }
}
.header-template-1 .contenitore-menu ul,
.header-template-2 .contenitore-menu ul,
.header-template-3 .contenitore-menu ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  gap: 0 60px;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .header-template-1 .contenitore-menu ul,
  .header-template-2 .contenitore-menu ul,
  .header-template-3 .contenitore-menu ul {
    gap: 0 50px;
  }
}
.header-template-1 .contenitore-menu ul li a,
.header-template-2 .contenitore-menu ul li a,
.header-template-3 .contenitore-menu ul li a {
  font-family: "Quicksand", sans-serif;
  font-size: 17px;
  color: var(--colore-menu);
  position: relative;
  text-transform: uppercase;
  font-weight: lighter;
}
@media screen and (min-width: 1921px) {
  .header-template-1 .contenitore-menu ul li a,
  .header-template-2 .contenitore-menu ul li a,
  .header-template-3 .contenitore-menu ul li a {
    font-size: 30px;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .header-template-1 .contenitore-menu ul li a,
  .header-template-2 .contenitore-menu ul li a,
  .header-template-3 .contenitore-menu ul li a {
    font-size: 15px;
  }
}
.header-template-1 .contenitore-menu ul li a::after,
.header-template-2 .contenitore-menu ul li a::after,
.header-template-3 .contenitore-menu ul li a::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--colore-menu);
  position: absolute;
  bottom: -5px;
  left: 0;
  will-change: width;
  transition: width 0.3s ease-in-out;
}
.header-template-1 .contenitore-menu ul li a:hover::after,
.header-template-2 .contenitore-menu ul li a:hover::after,
.header-template-3 .contenitore-menu ul li a:hover::after {
  width: 100%;
}
.header-template-1 .contenitore-menu ul li.current-menu-item a::after,
.header-template-2 .contenitore-menu ul li.current-menu-item a::after,
.header-template-3 .contenitore-menu ul li.current-menu-item a::after {
  width: 100%;
}

/* HEADER - TEMPLATE 2 */
.header-template-2 .contenitore-iniziali span {
  font-family: "millerstone";
  line-height: 1;
  font-weight: normal;
  font-size: 9vw;
  color: var(--colore-menu);
  text-transform: lowercase;
  letter-spacing: -8px;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .header-template-2 .contenitore-menu ul {
    gap: 0 50px;
  }
}
.header-template-2 .contenitore-menu ul li a {
  font-family: "versailles";
  font-size: 17px;
  color: var(--colore-menu);
  position: relative;
  text-transform: uppercase;
  font-weight: lighter;
}
@media screen and (min-width: 1921px) {
  .header-template-2 .contenitore-menu ul li a {
    font-size: 30px;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .header-template-2 .contenitore-menu ul li a {
    font-size: 15px;
  }
}

/* HEADER - TEMPLATE 2 */
.header-template-3 .contenitore-iniziali span {
  font-family: "audrey";
  line-height: 1;
  font-weight: normal;
  font-size: 9vw;
  color: var(--colore-menu);
  text-transform: lowercase;
}
@media screen and (max-width: 480px) {
  .header-template-3 .contenitore-iniziali span {
    font-size: 13vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .header-template-3 .contenitore-menu ul {
    gap: 0 50px;
  }
}
.header-template-3 .contenitore-menu ul li a {
  font-family: "Cormorant Garamond", serif;
  font-size: 17px;
  color: var(--colore-menu);
  position: relative;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 3px;
}
@media screen and (min-width: 1921px) {
  .header-template-3 .contenitore-menu ul li a {
    font-size: 30px;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .header-template-3 .contenitore-menu ul li a {
    font-size: 15px;
  }
}

/* HAMBURGER */
.header-template-1 .hamburger,
.header-template-2 .hamburger,
.header-template-3 .hamburger {
  padding: 0;
  display: none;
}
@media screen and (max-width: 480px) {
  .header-template-1 .hamburger,
  .header-template-2 .hamburger,
  .header-template-3 .hamburger {
    display: flex;
  }
}
.header-template-1 .hamburger .hamburger-inner,
.header-template-1 .hamburger .hamburger-inner::before,
.header-template-1 .hamburger .hamburger-inner::after,
.header-template-2 .hamburger .hamburger-inner,
.header-template-2 .hamburger .hamburger-inner::before,
.header-template-2 .hamburger .hamburger-inner::after,
.header-template-3 .hamburger .hamburger-inner,
.header-template-3 .hamburger .hamburger-inner::before,
.header-template-3 .hamburger .hamburger-inner::after {
  background-color: var(--colore-menu);
  width: 22px;
}
.header-template-1 .hamburger .hamburger-box,
.header-template-2 .hamburger .hamburger-box,
.header-template-3 .hamburger .hamburger-box {
  justify-content: flex-end;
}

/* MENU MOBILE */
@supports (height: 100dvh) {
  .menu-overlay {
    height: 100dvh;
  }
}
/* MENU HAMBURGER */
.template-1.menu-overlay,
.template-2.menu-overlay,
.template-3.menu-overlay {
  position: fixed;
  right: 0;
  width: 100vw;
  top: 0;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  transform: translate(100%, 0%);
  z-index: 9;
}
.template-1.menu-overlay .contenitore-menu,
.template-2.menu-overlay .contenitore-menu,
.template-3.menu-overlay .contenitore-menu {
  background: #fff;
  padding: 2.5vw;
  width: 100%;
  flex-basis: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .template-1.menu-overlay .contenitore-menu,
  .template-2.menu-overlay .contenitore-menu,
  .template-3.menu-overlay .contenitore-menu {
    padding: 2.5vw 10vw;
  }
}
.template-1.menu-overlay .contenitore-menu ul,
.template-2.menu-overlay .contenitore-menu ul,
.template-3.menu-overlay .contenitore-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2.5vh;
}
.template-1.menu-overlay .contenitore-menu ul li,
.template-2.menu-overlay .contenitore-menu ul li,
.template-3.menu-overlay .contenitore-menu ul li {
  list-style: none;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.template-1.menu-overlay .contenitore-menu ul li.current_page_item a::after, .template-1.menu-overlay .contenitore-menu ul li.current-menu-item a::after,
.template-2.menu-overlay .contenitore-menu ul li.current_page_item a::after,
.template-2.menu-overlay .contenitore-menu ul li.current-menu-item a::after,
.template-3.menu-overlay .contenitore-menu ul li.current_page_item a::after,
.template-3.menu-overlay .contenitore-menu ul li.current-menu-item a::after {
  width: 100%;
}
.template-1.menu-overlay .contenitore-menu ul li a,
.template-2.menu-overlay .contenitore-menu ul li a,
.template-3.menu-overlay .contenitore-menu ul li a {
  font-family: "Quicksand";
  font-size: 17px;
  line-height: 1;
  font-weight: lighter;
  text-transform: uppercase;
  color: var(--colore-menu);
}
.template-1.menu-overlay .contenitore-menu ul li a::after,
.template-2.menu-overlay .contenitore-menu ul li a::after,
.template-3.menu-overlay .contenitore-menu ul li a::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--colore-menu);
  position: absolute;
  bottom: -5px;
  left: 0;
  will-change: width;
  transition: width 0.3s ease-in-out;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .template-1.menu-overlay .contenitore-menu ul li a,
  .template-2.menu-overlay .contenitore-menu ul li a,
  .template-3.menu-overlay .contenitore-menu ul li a {
    font-size: 4vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .template-1.menu-overlay .contenitore-menu ul li a,
  .template-2.menu-overlay .contenitore-menu ul li a,
  .template-3.menu-overlay .contenitore-menu ul li a {
    font-size: 6vw;
  }
}

.template-2.menu-overlay .contenitore-menu ul li a {
  font-family: "versailles";
  font-size: 17px;
  position: relative;
  text-transform: uppercase;
  font-weight: lighter;
  color: var(--colore-menu);
}

.template-3.menu-overlay .contenitore-menu ul li a {
  font-family: "Cormorant Garamond", serif;
  font-size: 17px;
  position: relative;
  text-transform: uppercase;
  font-weight: normal;
  color: var(--colore-menu);
}

/* SAVE THE DATE - TEMPLATE 1 */
.save-the-date.template-1 .sezione-apertura,
.homepage.template-1 .sezione-apertura {
  position: relative;
  background-image: var(--hero-bg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .save-the-date.template-1 .sezione-apertura,
  .homepage.template-1 .sezione-apertura {
    min-height: 65vh;
  }
}
.save-the-date.template-1 .sezione-apertura:before,
.homepage.template-1 .sezione-apertura:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--hero-overlay-color);
  z-index: 1;
  inset: 0;
}
.save-the-date.template-1 .sezione-apertura .nome-sposi,
.homepage.template-1 .sezione-apertura .nome-sposi {
  position: absolute;
  top: 20vh;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  font-family: "argentina_script";
  font-size: 6vw;
  font-weight: normal;
  text-transform: unset;
  color: var(--hero-title-color);
  margin: 0;
}
@media screen and (min-device-width: 1441px) and (max-device-width: 1792px), screen and (min-width: 1441px) and (max-width: 1792px) {
  .save-the-date.template-1 .sezione-apertura .nome-sposi,
  .homepage.template-1 .sezione-apertura .nome-sposi {
    font-size: 7vw;
  }
}
@media screen and (min-device-width: 1357px) and (max-device-width: 1440px), screen and (min-width: 1357px) and (max-width: 1440px) {
  .save-the-date.template-1 .sezione-apertura .nome-sposi,
  .homepage.template-1 .sezione-apertura .nome-sposi {
    font-size: 7vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .save-the-date.template-1 .sezione-apertura .nome-sposi,
  .homepage.template-1 .sezione-apertura .nome-sposi {
    font-size: 10vw;
  }
}
@media screen and (max-width: 480px) {
  .save-the-date.template-1 .sezione-apertura .nome-sposi,
  .homepage.template-1 .sezione-apertura .nome-sposi {
    font-size: clamp(5rem, 8vw, 10rem);
    white-space: normal;
    word-break: keep-word;
    overflow-wrap: break-word;
    text-align: center;
  }
}
.save-the-date.template-1 .sezione-banner-save-the-date,
.homepage.template-1 .sezione-banner-save-the-date {
  justify-content: center;
  transform: translateY(-50%);
  z-index: 3;
  position: relative;
  margin: 0 auto;
}
.save-the-date.template-1 .sezione-banner-save-the-date .banner-save-the-date,
.homepage.template-1 .sezione-banner-save-the-date .banner-save-the-date {
  background-color: var(--save-the-date-bg-color);
  width: 35vw;
  margin: 0 auto;
  padding: 5vw;
  flex-wrap: nowrap;
  gap: 3.5vw;
  align-items: flex-start;
  aspect-ratio: 1/0.7;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .save-the-date.template-1 .sezione-banner-save-the-date .banner-save-the-date,
  .homepage.template-1 .sezione-banner-save-the-date .banner-save-the-date {
    width: 55vw;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 480px) {
  .save-the-date.template-1 .sezione-banner-save-the-date .banner-save-the-date,
  .homepage.template-1 .sezione-banner-save-the-date .banner-save-the-date {
    width: 75vw;
    margin-left: auto;
    margin-right: 0;
    flex-direction: column;
  }
}
.save-the-date.template-1 .sezione-banner-save-the-date .banner-save-the-date .linea-superiore,
.homepage.template-1 .sezione-banner-save-the-date .banner-save-the-date .linea-superiore {
  width: 4px;
  height: 20vh;
  background-color: var(--save-the-date-text-color);
  position: absolute;
  top: -7vh;
  left: 10vw;
}
@media screen and (min-width: 1921px) {
  .save-the-date.template-1 .sezione-banner-save-the-date .banner-save-the-date .linea-superiore,
  .homepage.template-1 .sezione-banner-save-the-date .banner-save-the-date .linea-superiore {
    height: 18vh;
  }
}
@media screen and (min-device-width: 1441px) and (max-device-width: 1792px), screen and (min-width: 1441px) and (max-width: 1792px) {
  .save-the-date.template-1 .sezione-banner-save-the-date .banner-save-the-date .linea-superiore,
  .homepage.template-1 .sezione-banner-save-the-date .banner-save-the-date .linea-superiore {
    top: -12vh;
  }
}
@media screen and (min-device-width: 1357px) and (max-device-width: 1440px), screen and (min-width: 1357px) and (max-width: 1440px) {
  .save-the-date.template-1 .sezione-banner-save-the-date .banner-save-the-date .linea-superiore,
  .homepage.template-1 .sezione-banner-save-the-date .banner-save-the-date .linea-superiore {
    top: -12vh;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .save-the-date.template-1 .sezione-banner-save-the-date .banner-save-the-date .linea-superiore,
  .homepage.template-1 .sezione-banner-save-the-date .banner-save-the-date .linea-superiore {
    top: -12vh;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .save-the-date.template-1 .sezione-banner-save-the-date .banner-save-the-date .linea-superiore,
  .homepage.template-1 .sezione-banner-save-the-date .banner-save-the-date .linea-superiore {
    height: 12vh;
    top: -4vh;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .save-the-date.template-1 .sezione-banner-save-the-date .banner-save-the-date .linea-superiore,
  .homepage.template-1 .sezione-banner-save-the-date .banner-save-the-date .linea-superiore {
    width: 2px;
    height: 12vh;
  }
}
@media screen and (max-width: 480px) {
  .save-the-date.template-1 .sezione-banner-save-the-date .banner-save-the-date .linea-superiore,
  .homepage.template-1 .sezione-banner-save-the-date .banner-save-the-date .linea-superiore {
    display: none;
  }
}
.save-the-date.template-1 .sezione-banner-save-the-date .banner-save-the-date .linea-superiore::before,
.homepage.template-1 .sezione-banner-save-the-date .banner-save-the-date .linea-superiore::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 7vh;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-device-width: 1441px) and (max-device-width: 1792px), screen and (min-width: 1441px) and (max-width: 1792px) {
  .save-the-date.template-1 .sezione-banner-save-the-date .banner-save-the-date .linea-superiore::before,
  .homepage.template-1 .sezione-banner-save-the-date .banner-save-the-date .linea-superiore::before {
    height: 12vh;
  }
}
@media screen and (min-device-width: 1357px) and (max-device-width: 1440px), screen and (min-width: 1357px) and (max-width: 1440px) {
  .save-the-date.template-1 .sezione-banner-save-the-date .banner-save-the-date .linea-superiore::before,
  .homepage.template-1 .sezione-banner-save-the-date .banner-save-the-date .linea-superiore::before {
    height: 12vh;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .save-the-date.template-1 .sezione-banner-save-the-date .banner-save-the-date .linea-superiore::before,
  .homepage.template-1 .sezione-banner-save-the-date .banner-save-the-date .linea-superiore::before {
    height: 12vh;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .save-the-date.template-1 .sezione-banner-save-the-date .banner-save-the-date .linea-superiore::before,
  .homepage.template-1 .sezione-banner-save-the-date .banner-save-the-date .linea-superiore::before {
    height: 4vh;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .save-the-date.template-1 .sezione-banner-save-the-date .banner-save-the-date .linea-superiore::before,
  .homepage.template-1 .sezione-banner-save-the-date .banner-save-the-date .linea-superiore::before {
    width: 2px;
  }
}
.save-the-date.template-1 .sezione-banner-save-the-date .banner-save-the-date .linea-inferiore,
.homepage.template-1 .sezione-banner-save-the-date .banner-save-the-date .linea-inferiore {
  width: 4px;
  height: 20vh;
  background-color: var(--save-the-date-text-color);
  position: absolute;
  bottom: -13vh;
  left: 10vw;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .save-the-date.template-1 .sezione-banner-save-the-date .banner-save-the-date .linea-inferiore,
  .homepage.template-1 .sezione-banner-save-the-date .banner-save-the-date .linea-inferiore {
    width: 2px;
    height: 12vh;
    bottom: -5vh;
  }
}
@media screen and (max-width: 480px) {
  .save-the-date.template-1 .sezione-banner-save-the-date .banner-save-the-date .linea-inferiore,
  .homepage.template-1 .sezione-banner-save-the-date .banner-save-the-date .linea-inferiore {
    display: none;
  }
}
.save-the-date.template-1 .sezione-banner-save-the-date .banner-save-the-date .linea-inferiore::before,
.homepage.template-1 .sezione-banner-save-the-date .banner-save-the-date .linea-inferiore::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 7vh;
  background-color: #fff;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .save-the-date.template-1 .sezione-banner-save-the-date .banner-save-the-date .linea-inferiore::before,
  .homepage.template-1 .sezione-banner-save-the-date .banner-save-the-date .linea-inferiore::before {
    width: 2px;
  }
}
.save-the-date.template-1 .sezione-banner-save-the-date .banner-save-the-date .data-save-the-date,
.homepage.template-1 .sezione-banner-save-the-date .banner-save-the-date .data-save-the-date {
  font-family: "Playfair Display", serif;
  font-size: 6vw;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 0.9;
  color: var(--save-the-date-text-color);
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .save-the-date.template-1 .sezione-banner-save-the-date .banner-save-the-date .data-save-the-date,
  .homepage.template-1 .sezione-banner-save-the-date .banner-save-the-date .data-save-the-date {
    font-size: 9vw;
  }
}
@media screen and (max-width: 480px) {
  .save-the-date.template-1 .sezione-banner-save-the-date .banner-save-the-date .data-save-the-date,
  .homepage.template-1 .sezione-banner-save-the-date .banner-save-the-date .data-save-the-date {
    font-size: 16vw;
    flex-direction: row;
    gap: 0 2vw;
  }
}
.save-the-date.template-1 .sezione-banner-save-the-date .testo-save-the-date h2,
.homepage.template-1 .sezione-banner-save-the-date .testo-save-the-date h2 {
  font-family: "quicksand", serif;
  font-weight: normal;
  font-size: 4vw;
  line-height: 1.2;
  color: var(--save-the-date-text-color);
  margin-top: 1vw;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .save-the-date.template-1 .sezione-banner-save-the-date .testo-save-the-date h2,
  .homepage.template-1 .sezione-banner-save-the-date .testo-save-the-date h2 {
    font-size: 6vw;
  }
}
@media screen and (max-width: 480px) {
  .save-the-date.template-1 .sezione-banner-save-the-date .testo-save-the-date h2,
  .homepage.template-1 .sezione-banner-save-the-date .testo-save-the-date h2 {
    font-size: 12vw;
  }
}
.save-the-date.template-1 .sezione-banner-save-the-date .testo-save-the-date p,
.homepage.template-1 .sezione-banner-save-the-date .testo-save-the-date p {
  font-size: 20px;
  line-height: 1.2;
  color: var(--save-the-date-text-color);
  max-width: 75%;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .save-the-date.template-1 .sezione-banner-save-the-date .testo-save-the-date p,
  .homepage.template-1 .sezione-banner-save-the-date .testo-save-the-date p {
    max-width: 100%;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .save-the-date.template-1 .sezione-banner-save-the-date .testo-save-the-date p,
  .homepage.template-1 .sezione-banner-save-the-date .testo-save-the-date p {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .save-the-date.template-1 .sezione-banner-save-the-date .testo-save-the-date p,
  .homepage.template-1 .sezione-banner-save-the-date .testo-save-the-date p {
    max-width: 100%;
  }
}
.save-the-date.template-1 .sezione-programma,
.homepage.template-1 .sezione-programma {
  width: 100%;
  justify-content: center;
  margin-top: -25vh;
  margin-bottom: 35vh;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (min-width: 1921px) {
  .save-the-date.template-1 .sezione-programma,
  .homepage.template-1 .sezione-programma {
    margin-bottom: 20vh;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .save-the-date.template-1 .sezione-programma,
  .homepage.template-1 .sezione-programma {
    margin-bottom: 25vh;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .save-the-date.template-1 .sezione-programma,
  .homepage.template-1 .sezione-programma {
    margin-bottom: 15vh;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .save-the-date.template-1 .sezione-programma,
  .homepage.template-1 .sezione-programma {
    margin-top: -15vh;
    margin-bottom: 10vh;
  }
}
@media screen and (max-width: 480px) {
  .save-the-date.template-1 .sezione-programma,
  .homepage.template-1 .sezione-programma {
    margin-top: -15vh;
    margin-bottom: 15vh;
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.save-the-date.template-1 .sezione-programma h2,
.homepage.template-1 .sezione-programma h2 {
  font-family: "argentina_script";
  font-size: 6vw;
  font-weight: normal;
  line-height: 1;
  color: #000;
  text-transform: unset;
  color: var(--programma-text-color);
}
@media screen and (min-device-width: 1441px) and (max-device-width: 1792px), screen and (min-width: 1441px) and (max-width: 1792px) {
  .save-the-date.template-1 .sezione-programma h2,
  .homepage.template-1 .sezione-programma h2 {
    font-size: 5vw;
  }
}
@media screen and (min-device-width: 1357px) and (max-device-width: 1440px), screen and (min-width: 1357px) and (max-width: 1440px) {
  .save-the-date.template-1 .sezione-programma h2,
  .homepage.template-1 .sezione-programma h2 {
    font-size: 5vw;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .save-the-date.template-1 .sezione-programma h2,
  .homepage.template-1 .sezione-programma h2 {
    font-size: 5vw;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .save-the-date.template-1 .sezione-programma h2,
  .homepage.template-1 .sezione-programma h2 {
    font-size: 5vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .save-the-date.template-1 .sezione-programma h2,
  .homepage.template-1 .sezione-programma h2 {
    font-size: 8vw;
  }
}
@media screen and (max-width: 480px) {
  .save-the-date.template-1 .sezione-programma h2,
  .homepage.template-1 .sezione-programma h2 {
    font-size: 16vw;
  }
}
@media screen and (min-width: 1921px) {
  .save-the-date.template-1 .sezione-programma h2,
  .homepage.template-1 .sezione-programma h2 {
    font-size: 5vw;
  }
}
.save-the-date.template-1 .sezione-programma .contenitore-lista-programma,
.homepage.template-1 .sezione-programma .contenitore-lista-programma {
  width: 35vw;
  padding-left: 10vw;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .save-the-date.template-1 .sezione-programma .contenitore-lista-programma,
  .homepage.template-1 .sezione-programma .contenitore-lista-programma {
    width: 65vw;
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .save-the-date.template-1 .sezione-programma .contenitore-lista-programma,
  .homepage.template-1 .sezione-programma .contenitore-lista-programma {
    width: 100%;
    padding-left: 0;
  }
}
.save-the-date.template-1 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma,
.homepage.template-1 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma {
  margin-top: 10vh;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .save-the-date.template-1 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma:first-of-type,
  .homepage.template-1 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma:first-of-type {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .save-the-date.template-1 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma:first-of-type,
  .homepage.template-1 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma:first-of-type {
    margin-top: 0;
  }
}
@media screen and (min-width: 1921px) {
  .save-the-date.template-1 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma,
  .homepage.template-1 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma {
    margin-top: 2.5vh;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .save-the-date.template-1 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma,
  .homepage.template-1 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma {
    margin-top: 2.5vh;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .save-the-date.template-1 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma,
  .homepage.template-1 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma {
    margin-top: 2.5vh;
  }
}
@media screen and (max-width: 480px) {
  .save-the-date.template-1 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma,
  .homepage.template-1 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma {
    margin-top: 5vh;
  }
}
.save-the-date.template-1 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .titolo-dettaglio-programma,
.homepage.template-1 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .titolo-dettaglio-programma {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .save-the-date.template-1 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .titolo-dettaglio-programma,
  .homepage.template-1 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .titolo-dettaglio-programma {
    flex-direction: column;
    align-items: flex-start;
  }
}
.save-the-date.template-1 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .titolo-dettaglio-programma h3,
.homepage.template-1 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .titolo-dettaglio-programma h3 {
  font-family: "quicksand", serif;
  font-weight: normal;
  font-size: 2vw;
  line-height: 1;
  color: var(--programma-text-color);
  text-transform: unset;
  position: relative;
}
@media screen and (min-device-width: 1357px) and (max-device-width: 1440px), screen and (min-width: 1357px) and (max-width: 1440px) {
  .save-the-date.template-1 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .titolo-dettaglio-programma h3,
  .homepage.template-1 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .titolo-dettaglio-programma h3 {
    margin: 0;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .save-the-date.template-1 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .titolo-dettaglio-programma h3,
  .homepage.template-1 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .titolo-dettaglio-programma h3 {
    margin: 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .save-the-date.template-1 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .titolo-dettaglio-programma h3,
  .homepage.template-1 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .titolo-dettaglio-programma h3 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 480px) {
  .save-the-date.template-1 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .titolo-dettaglio-programma h3,
  .homepage.template-1 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .titolo-dettaglio-programma h3 {
    font-size: 7vw;
    margin-bottom: 5px;
  }
}
.save-the-date.template-1 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .titolo-dettaglio-programma span,
.homepage.template-1 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .titolo-dettaglio-programma span {
  margin: 0 25px;
  font-family: "quicksand", serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 1;
  color: var(--programma-text-color);
}
@media screen and (max-width: 480px) {
  .save-the-date.template-1 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .titolo-dettaglio-programma span,
  .homepage.template-1 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .titolo-dettaglio-programma span {
    display: none;
  }
}
.save-the-date.template-1 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .titolo-dettaglio-programma p,
.homepage.template-1 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .titolo-dettaglio-programma p {
  font-family: "quicksand", serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 1;
  color: var(--programma-text-color);
  margin: 0;
}
@media screen and (max-width: 480px) {
  .save-the-date.template-1 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .titolo-dettaglio-programma p,
  .homepage.template-1 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .titolo-dettaglio-programma p {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.save-the-date.template-1 .sezione-immagine-come-separatore,
.homepage.template-1 .sezione-immagine-come-separatore {
  position: relative;
  --separatore-overlay-color: rgba(0, 0, 0, 0.2);
}
.save-the-date.template-1 .sezione-immagine-come-separatore::before,
.homepage.template-1 .sezione-immagine-come-separatore::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--separatore-overlay-color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  inset: 0;
}
.save-the-date.template-1 .sezione-immagine-come-separatore img,
.homepage.template-1 .sezione-immagine-come-separatore img {
  width: 100vw;
  height: auto;
  position: relative;
  z-index: 1;
  display: flex;
}

/* SAVE THE DATE - TEMPLATE 2 */
.save-the-date.template-2 .sezione-apertura,
.homepage.template-2 .sezione-apertura {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 80vh;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .save-the-date.template-2 .sezione-apertura,
  .homepage.template-2 .sezione-apertura {
    min-height: 65vh;
  }
}
@media screen and (max-width: 480px) {
  .save-the-date.template-2 .sezione-apertura,
  .homepage.template-2 .sezione-apertura {
    min-height: 65vh;
  }
}
.save-the-date.template-2 .sezione-apertura:before,
.homepage.template-2 .sezione-apertura:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--hero-overlay-color);
  z-index: 1;
  inset: 0;
}
.save-the-date.template-2 .sezione-apertura .nome-sposi,
.homepage.template-2 .sezione-apertura .nome-sposi {
  position: absolute;
  top: 20vh;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  font-family: "millerstone";
  font-size: 6vw;
  font-weight: normal;
  text-transform: unset;
  color: var(--hero-title-color);
  margin: 0;
}
@media screen and (min-device-width: 1441px) and (max-device-width: 1792px), screen and (min-width: 1441px) and (max-width: 1792px) {
  .save-the-date.template-2 .sezione-apertura .nome-sposi,
  .homepage.template-2 .sezione-apertura .nome-sposi {
    font-size: 7vw;
  }
}
@media screen and (min-device-width: 1357px) and (max-device-width: 1440px), screen and (min-width: 1357px) and (max-width: 1440px) {
  .save-the-date.template-2 .sezione-apertura .nome-sposi,
  .homepage.template-2 .sezione-apertura .nome-sposi {
    font-size: 7vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .save-the-date.template-2 .sezione-apertura .nome-sposi,
  .homepage.template-2 .sezione-apertura .nome-sposi {
    font-size: 10vw;
  }
}
@media screen and (max-width: 480px) {
  .save-the-date.template-2 .sezione-apertura .nome-sposi,
  .homepage.template-2 .sezione-apertura .nome-sposi {
    font-size: clamp(4rem, 8vw, 10rem);
    white-space: normal;
    word-break: keep-word;
    overflow-wrap: break-word;
    text-align: center;
  }
}
.save-the-date.template-2 .sezione-banner-save-the-date,
.homepage.template-2 .sezione-banner-save-the-date {
  justify-content: center;
  z-index: 3;
  position: relative;
  margin: 0 auto;
}
.save-the-date.template-2 .sezione-banner-save-the-date .banner-save-the-date,
.homepage.template-2 .sezione-banner-save-the-date .banner-save-the-date {
  background-image: var(--save-the-date-bg-img);
  background-size: cover;
  min-height: 65vh;
  width: 100%;
  margin: 0 auto;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
.save-the-date.template-2 .sezione-banner-save-the-date .banner-save-the-date::before,
.homepage.template-2 .sezione-banner-save-the-date .banner-save-the-date::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--save-the-date-bg-color);
  z-index: 1;
  inset: 0;
  mix-blend-mode: color;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .save-the-date.template-2 .sezione-banner-save-the-date .banner-save-the-date,
  .homepage.template-2 .sezione-banner-save-the-date .banner-save-the-date {
    width: 100%;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 480px) {
  .save-the-date.template-2 .sezione-banner-save-the-date .banner-save-the-date,
  .homepage.template-2 .sezione-banner-save-the-date .banner-save-the-date {
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    flex-direction: column;
    min-height: 35vh;
  }
}
.save-the-date.template-2 .sezione-banner-save-the-date .banner-save-the-date h2,
.homepage.template-2 .sezione-banner-save-the-date .banner-save-the-date h2 {
  margin: 0;
  position: absolute;
  left: 15vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  text-align: left;
  font-family: "versailles";
  font-size: 2vw;
  font-weight: normal;
  text-transform: unset;
  color: var(--save-the-date-title-color);
  max-width: 50%;
}
@media screen and (min-device-width: 1357px) and (max-device-width: 1440px), screen and (min-width: 1357px) and (max-width: 1440px) {
  .save-the-date.template-2 .sezione-banner-save-the-date .banner-save-the-date h2,
  .homepage.template-2 .sezione-banner-save-the-date .banner-save-the-date h2 {
    font-size: 2.5vw;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .save-the-date.template-2 .sezione-banner-save-the-date .banner-save-the-date h2,
  .homepage.template-2 .sezione-banner-save-the-date .banner-save-the-date h2 {
    font-size: 3vw;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .save-the-date.template-2 .sezione-banner-save-the-date .banner-save-the-date h2,
  .homepage.template-2 .sezione-banner-save-the-date .banner-save-the-date h2 {
    font-size: 3vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .save-the-date.template-2 .sezione-banner-save-the-date .banner-save-the-date h2,
  .homepage.template-2 .sezione-banner-save-the-date .banner-save-the-date h2 {
    font-size: 5vw;
    max-width: 60%;
  }
}
@media screen and (max-width: 480px) {
  .save-the-date.template-2 .sezione-banner-save-the-date .banner-save-the-date h2,
  .homepage.template-2 .sezione-banner-save-the-date .banner-save-the-date h2 {
    left: auto;
    right: auto;
    font-size: 6vw;
    max-width: 90%;
  }
}
.save-the-date.template-2 .sezione-banner-save-the-date .wrapper-info-save-the-date,
.homepage.template-2 .sezione-banner-save-the-date .wrapper-info-save-the-date {
  text-align: right;
  position: relative;
  width: 100%;
  padding-top: 10vh;
  padding-bottom: 10vh;
}
@media screen and (max-width: 480px) {
  .save-the-date.template-2 .sezione-banner-save-the-date .wrapper-info-save-the-date,
  .homepage.template-2 .sezione-banner-save-the-date .wrapper-info-save-the-date {
    text-align: left;
  }
}
.save-the-date.template-2 .sezione-banner-save-the-date .wrapper-info-save-the-date .testo-save-the-date,
.homepage.template-2 .sezione-banner-save-the-date .wrapper-info-save-the-date .testo-save-the-date {
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
}
.save-the-date.template-2 .sezione-banner-save-the-date .wrapper-info-save-the-date .testo-save-the-date h3,
.homepage.template-2 .sezione-banner-save-the-date .wrapper-info-save-the-date .testo-save-the-date h3 {
  font-family: "versailles";
  font-size: 30px;
  font-weight: normal;
  color: var(--save-the-date-text-color);
}
@media screen and (max-width: 480px) {
  .save-the-date.template-2 .sezione-banner-save-the-date .wrapper-info-save-the-date .testo-save-the-date h3,
  .homepage.template-2 .sezione-banner-save-the-date .wrapper-info-save-the-date .testo-save-the-date h3 {
    font-size: 20px;
  }
}
.save-the-date.template-2 .sezione-banner-save-the-date .wrapper-info-save-the-date .testo-save-the-date h4,
.homepage.template-2 .sezione-banner-save-the-date .wrapper-info-save-the-date .testo-save-the-date h4 {
  font-family: "versailles";
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  color: var(--save-the-date-text-color);
  margin-top: 25vh;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .save-the-date.template-2 .sezione-banner-save-the-date .wrapper-info-save-the-date .testo-save-the-date h4,
  .homepage.template-2 .sezione-banner-save-the-date .wrapper-info-save-the-date .testo-save-the-date h4 {
    margin-top: 15vh;
  }
}
.save-the-date.template-2 .sezione-programma,
.homepage.template-2 .sezione-programma {
  width: 100%;
  padding-top: 20vh;
  padding-bottom: 20vh;
  background-color: var(--programma-bg-color);
  padding-bottom: 25vh;
}
@media screen and (max-width: 480px) {
  .save-the-date.template-2 .sezione-programma,
  .homepage.template-2 .sezione-programma {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }
}
@media screen and (max-width: 480px) {
  .save-the-date.template-2 .sezione-programma,
  .homepage.template-2 .sezione-programma {
    padding-bottom: 10vh;
  }
}
.save-the-date.template-2 .sezione-programma .contenitore-lista-programma,
.homepage.template-2 .sezione-programma .contenitore-lista-programma {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10vh 0;
}
@media screen and (max-width: 480px) {
  .save-the-date.template-2 .sezione-programma .contenitore-lista-programma,
  .homepage.template-2 .sezione-programma .contenitore-lista-programma {
    gap: 5vh 0;
  }
}
.save-the-date.template-2 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma,
.homepage.template-2 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma {
  position: relative;
  --after-opacity: 0;
  --after-translateY: 30px;
}
.save-the-date.template-2 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma::after,
.homepage.template-2 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma::after {
  content: "...";
  display: inline-block;
  font-family: "versailles";
  font-size: 5vw;
  color: #74766b;
  letter-spacing: 6px;
  margin-top: 0;
  line-height: 1;
  opacity: var(--after-opacity);
  transform: translateY(var(--after-translateY));
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .save-the-date.template-2 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma::after,
  .homepage.template-2 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma::after {
    font-size: 12vw;
  }
}
.save-the-date.template-2 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma:last-of-type::after,
.homepage.template-2 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma:last-of-type::after {
  display: none;
}
.save-the-date.template-2 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .titolo-dettaglio-programma,
.homepage.template-2 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .titolo-dettaglio-programma {
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
}
.save-the-date.template-2 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .titolo-dettaglio-programma h3,
.homepage.template-2 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .titolo-dettaglio-programma h3 {
  font-family: "millerstone";
  font-size: 4vw;
  font-weight: normal;
  text-transform: unset;
  color: var(--programma-text-color);
  margin: 0;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .save-the-date.template-2 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .titolo-dettaglio-programma h3,
  .homepage.template-2 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .titolo-dettaglio-programma h3 {
    font-size: 6.5vw;
  }
}
@media screen and (max-width: 480px) {
  .save-the-date.template-2 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .titolo-dettaglio-programma h3,
  .homepage.template-2 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .titolo-dettaglio-programma h3 {
    font-size: 8vw;
  }
}
.save-the-date.template-2 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .wrapper-orario,
.homepage.template-2 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .wrapper-orario {
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
}
.save-the-date.template-2 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .wrapper-dettaglio-programma,
.homepage.template-2 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .wrapper-dettaglio-programma {
  gap: 0 40px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 480px) {
  .save-the-date.template-2 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .wrapper-dettaglio-programma,
  .homepage.template-2 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .wrapper-dettaglio-programma {
    flex-wrap: wrap;
  }
}
.save-the-date.template-2 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .wrapper-dettaglio-programma p,
.homepage.template-2 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .wrapper-dettaglio-programma p {
  font-family: "versailles";
  font-size: 20px;
  font-weight: normal;
  color: #74766b;
}
@media screen and (max-width: 480px) {
  .save-the-date.template-2 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .wrapper-dettaglio-programma p,
  .homepage.template-2 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .wrapper-dettaglio-programma p {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.save-the-date.template-2 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .wrapper-dettaglio-programma .testo-dettaglio-programma,
.homepage.template-2 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .wrapper-dettaglio-programma .testo-dettaglio-programma {
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
}
.save-the-date.template-2 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .wrapper-dettaglio-programma .testo-dettaglio-programma p,
.homepage.template-2 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .wrapper-dettaglio-programma .testo-dettaglio-programma p {
  color: var(--programma-text-color);
  font-family: "versailles";
  font-size: 20px;
  font-weight: normal;
}
@media screen and (max-width: 480px) {
  .save-the-date.template-2 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .wrapper-dettaglio-programma .testo-dettaglio-programma p,
  .homepage.template-2 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .wrapper-dettaglio-programma .testo-dettaglio-programma p {
    font-size: 20px;
  }
}
.save-the-date.template-2 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .wrapper-dettaglio-programma .testo-dettaglio-programma p + a,
.homepage.template-2 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .wrapper-dettaglio-programma .testo-dettaglio-programma p + a {
  color: var(--programma-text-color);
  text-decoration: underline;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .save-the-date.template-2 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .wrapper-dettaglio-programma .testo-dettaglio-programma p + a,
  .homepage.template-2 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .wrapper-dettaglio-programma .testo-dettaglio-programma p + a {
    font-size: 20px;
  }
}

.page-template-template-2-homepage .sezione-programma {
  padding-bottom: 20vh !important;
}

/* SAVE THE DATE - TEMPLATE 3 */
.save-the-date.template-3 .sezione-apertura,
.homepage.template-3 .sezione-apertura {
  position: relative;
  background-image: var(--hero-bg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .save-the-date.template-3 .sezione-apertura,
  .homepage.template-3 .sezione-apertura {
    height: 100dvh;
    min-height: unset;
    background-size: 110%;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .save-the-date.template-3 .sezione-apertura,
  .homepage.template-3 .sezione-apertura {
    min-height: 65vh;
  }
}
@media screen and (max-width: 480px) {
  .save-the-date.template-3 .sezione-apertura,
  .homepage.template-3 .sezione-apertura {
    height: 80vh;
    min-height: unset;
  }
}
.save-the-date.template-3 .sezione-apertura:before,
.homepage.template-3 .sezione-apertura:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--hero-overlay-color);
  z-index: 1;
  inset: 0;
}
.save-the-date.template-3 .sezione-apertura .nome-sposi,
.homepage.template-3 .sezione-apertura .nome-sposi {
  position: absolute;
  bottom: 10vh;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  font-family: "Cormorant Garamond", serif;
  font-size: 6vw;
  font-weight: normal;
  text-transform: unset;
  color: var(--hero-title-color);
  margin: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  .save-the-date.template-3 .sezione-apertura .nome-sposi,
  .homepage.template-3 .sezione-apertura .nome-sposi {
    display: flex;
    flex-direction: column;
  }
}
.save-the-date.template-3 .sezione-apertura .nome-sposi span,
.homepage.template-3 .sezione-apertura .nome-sposi span {
  font-family: "audrey";
  text-transform: capitalize;
  font-size: 9vw;
  top: 1vh;
  position: relative;
  margin-left: -2vw;
}
@media screen and (max-width: 480px) {
  .save-the-date.template-3 .sezione-apertura .nome-sposi span,
  .homepage.template-3 .sezione-apertura .nome-sposi span {
    font-size: 26vw;
  }
}
@media screen and (min-device-width: 1441px) and (max-device-width: 1792px), screen and (min-width: 1441px) and (max-width: 1792px) {
  .save-the-date.template-3 .sezione-apertura .nome-sposi,
  .homepage.template-3 .sezione-apertura .nome-sposi {
    font-size: 7vw;
  }
}
@media screen and (min-device-width: 1357px) and (max-device-width: 1440px), screen and (min-width: 1357px) and (max-width: 1440px) {
  .save-the-date.template-3 .sezione-apertura .nome-sposi,
  .homepage.template-3 .sezione-apertura .nome-sposi {
    font-size: 7vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .save-the-date.template-3 .sezione-apertura .nome-sposi,
  .homepage.template-3 .sezione-apertura .nome-sposi {
    font-size: 10vw;
  }
}
@media screen and (max-width: 480px) {
  .save-the-date.template-3 .sezione-apertura .nome-sposi,
  .homepage.template-3 .sezione-apertura .nome-sposi {
    font-size: clamp(4rem, 8vw, 10rem);
    white-space: normal;
    word-break: keep-word;
    overflow-wrap: break-word;
    text-align: center;
    max-width: 90vw;
    margin: 0 auto;
  }
}
.save-the-date.template-3 .save-the-date,
.homepage.template-3 .save-the-date {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: var(--full-screen-section-bg-color);
}
.save-the-date.template-3 .save-the-date h2,
.homepage.template-3 .save-the-date h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 6vw;
  line-height: 1;
  font-weight: normal;
  margin: 0;
  letter-spacing: 3px;
  color: var(--full-screen-section-text-color);
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .save-the-date.template-3 .save-the-date h2,
  .homepage.template-3 .save-the-date h2 {
    font-size: 12vw;
  }
}
@media screen and (max-width: 480px) {
  .save-the-date.template-3 .save-the-date h2,
  .homepage.template-3 .save-the-date h2 {
    font-size: 10vw;
  }
}
.save-the-date.template-3 .sezione-banner-save-the-date,
.homepage.template-3 .sezione-banner-save-the-date {
  min-height: 120vh;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .save-the-date.template-3 .sezione-banner-save-the-date,
  .homepage.template-3 .sezione-banner-save-the-date {
    min-height: unset;
  }
}
@media screen and (max-width: 480px) {
  .save-the-date.template-3 .sezione-banner-save-the-date,
  .homepage.template-3 .sezione-banner-save-the-date {
    min-height: unset;
  }
}
.save-the-date.template-3 .sezione-banner-save-the-date .col-testo,
.homepage.template-3 .sezione-banner-save-the-date .col-testo {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .save-the-date.template-3 .sezione-banner-save-the-date .col-testo,
  .homepage.template-3 .sezione-banner-save-the-date .col-testo {
    width: 100%;
    flex-basis: 100%;
    padding: 10vh 5vw;
  }
}
@media screen and (max-width: 480px) {
  .save-the-date.template-3 .sezione-banner-save-the-date .col-testo,
  .homepage.template-3 .sezione-banner-save-the-date .col-testo {
    width: 100%;
    flex-basis: 100%;
    padding: 10vh 5vw;
  }
}
.save-the-date.template-3 .sezione-banner-save-the-date .col-testo .testo-save-the-date,
.homepage.template-3 .sezione-banner-save-the-date .col-testo .testo-save-the-date {
  width: 100%;
  text-align: center;
}
.save-the-date.template-3 .sezione-banner-save-the-date .col-testo h2,
.homepage.template-3 .sezione-banner-save-the-date .col-testo h2 {
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
  font-size: 4.5vw;
  font-weight: normal;
  color: var(--save-the-date-title-color);
  margin: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .save-the-date.template-3 .sezione-banner-save-the-date .col-testo h2,
  .homepage.template-3 .sezione-banner-save-the-date .col-testo h2 {
    font-size: 10vw;
  }
}
@media screen and (max-width: 480px) {
  .save-the-date.template-3 .sezione-banner-save-the-date .col-testo h2,
  .homepage.template-3 .sezione-banner-save-the-date .col-testo h2 {
    font-size: 17vw;
    display: flex;
    flex-direction: column;
  }
}
.save-the-date.template-3 .sezione-banner-save-the-date .col-testo h2 span,
.homepage.template-3 .sezione-banner-save-the-date .col-testo h2 span {
  font-family: "audrey";
  font-weight: normal;
  text-transform: capitalize;
  font-size: 8vw;
  top: 1vw;
  position: relative;
  color: var(--save-the-date-title-color);
  margin-left: -2vw;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .save-the-date.template-3 .sezione-banner-save-the-date .col-testo h2 span,
  .homepage.template-3 .sezione-banner-save-the-date .col-testo h2 span {
    font-size: 14vw;
  }
}
@media screen and (max-width: 480px) {
  .save-the-date.template-3 .sezione-banner-save-the-date .col-testo h2 span,
  .homepage.template-3 .sezione-banner-save-the-date .col-testo h2 span {
    font-size: 26vw;
  }
}
.save-the-date.template-3 .sezione-banner-save-the-date .col-testo h3.data,
.save-the-date.template-3 .sezione-banner-save-the-date .col-testo h4.please-save,
.homepage.template-3 .sezione-banner-save-the-date .col-testo h3.data,
.homepage.template-3 .sezione-banner-save-the-date .col-testo h4.please-save {
  font-family: "Cormorant Garamond", serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 40px;
  color: var(--save-the-date-text-color);
  margin: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
}
@media screen and (max-width: 480px) {
  .save-the-date.template-3 .sezione-banner-save-the-date .col-testo h3.data,
  .save-the-date.template-3 .sezione-banner-save-the-date .col-testo h4.please-save,
  .homepage.template-3 .sezione-banner-save-the-date .col-testo h3.data,
  .homepage.template-3 .sezione-banner-save-the-date .col-testo h4.please-save {
    font-size: 30px;
  }
}
.save-the-date.template-3 .sezione-banner-save-the-date .col-testo h4.please-save,
.homepage.template-3 .sezione-banner-save-the-date .col-testo h4.please-save {
  margin: 0 0 15vh 0;
  font-size: 30px;
}
.save-the-date.template-3 .sezione-banner-save-the-date .col-testo p,
.homepage.template-3 .sezione-banner-save-the-date .col-testo p {
  font-family: "Cormorant Garamond", serif;
  font-weight: normal;
  font-size: 30px;
  color: var(--save-the-date-text-color);
  margin-bottom: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
}
@media screen and (max-width: 480px) {
  .save-the-date.template-3 .sezione-banner-save-the-date .col-testo p,
  .homepage.template-3 .sezione-banner-save-the-date .col-testo p {
    font-size: 20px;
  }
}
.save-the-date.template-3 .sezione-banner-save-the-date .col-foto,
.homepage.template-3 .sezione-banner-save-the-date .col-foto {
  background-image: var(--save-the-date-bg-img);
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .save-the-date.template-3 .sezione-banner-save-the-date .col-foto,
  .homepage.template-3 .sezione-banner-save-the-date .col-foto {
    width: 100%;
    flex-basis: 100%;
    min-height: 50vh;
  }
}
@media screen and (max-width: 480px) {
  .save-the-date.template-3 .sezione-banner-save-the-date .col-foto,
  .homepage.template-3 .sezione-banner-save-the-date .col-foto {
    width: 100%;
    flex-basis: 100%;
    min-height: 50vh;
  }
}
.save-the-date.template-3 .sezione-programma,
.homepage.template-3 .sezione-programma {
  width: 100%;
  padding-top: 20vh;
  padding-bottom: 20vh;
  background-color: var(--programma-bg-color);
  padding-bottom: 25vh;
}
@media screen and (max-width: 480px) {
  .save-the-date.template-3 .sezione-programma,
  .homepage.template-3 .sezione-programma {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }
}
@media screen and (max-width: 480px) {
  .save-the-date.template-3 .sezione-programma,
  .homepage.template-3 .sezione-programma {
    padding-bottom: 10vh;
  }
}
.save-the-date.template-3 .sezione-programma .titolo-sezione-programma,
.homepage.template-3 .sezione-programma .titolo-sezione-programma {
  font-family: "Cormorant Garamond", serif;
  font-size: 6vw;
  line-height: 1;
  font-weight: normal;
  margin: 0;
  letter-spacing: 3px;
  color: var(--programma-title-color);
  flex-basis: 100%;
  justify-content: center;
  display: flex;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .save-the-date.template-3 .sezione-programma .titolo-sezione-programma,
  .homepage.template-3 .sezione-programma .titolo-sezione-programma {
    font-size: 12vw;
  }
}
@media screen and (max-width: 480px) {
  .save-the-date.template-3 .sezione-programma .titolo-sezione-programma,
  .homepage.template-3 .sezione-programma .titolo-sezione-programma {
    font-size: 10vw;
  }
}
.save-the-date.template-3 .sezione-programma .contenitore-lista-programma,
.homepage.template-3 .sezione-programma .contenitore-lista-programma {
  width: 100%;
  gap: 10vh 5%;
  margin-top: 15vh;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .save-the-date.template-3 .sezione-programma .contenitore-lista-programma,
  .homepage.template-3 .sezione-programma .contenitore-lista-programma {
    gap: 10vh 0;
  }
}
@media screen and (max-width: 480px) {
  .save-the-date.template-3 .sezione-programma .contenitore-lista-programma,
  .homepage.template-3 .sezione-programma .contenitore-lista-programma {
    gap: 10vh 0;
  }
}
.save-the-date.template-3 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma,
.homepage.template-3 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma {
  position: relative;
  --after-opacity: 0;
  --after-translateY: 30px;
  flex-basis: 30%;
  width: 30%;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .save-the-date.template-3 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma,
  .homepage.template-3 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma {
    flex-basis: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .save-the-date.template-3 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma,
  .homepage.template-3 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma {
    flex-basis: 100%;
    width: 100%;
  }
}
.save-the-date.template-3 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .titolo-dettaglio-programma,
.homepage.template-3 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .titolo-dettaglio-programma {
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
}
.save-the-date.template-3 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .titolo-dettaglio-programma h3,
.homepage.template-3 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .titolo-dettaglio-programma h3 {
  font-family: "audrey";
  font-family: "Cormorant Garamond", serif;
  font-size: 2vw;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  color: var(--programma-title-color);
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .save-the-date.template-3 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .titolo-dettaglio-programma h3,
  .homepage.template-3 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .titolo-dettaglio-programma h3 {
    font-size: 6vw;
  }
}
@media screen and (max-width: 480px) {
  .save-the-date.template-3 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .titolo-dettaglio-programma h3,
  .homepage.template-3 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .titolo-dettaglio-programma h3 {
    font-size: 8vw;
  }
}
.save-the-date.template-3 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .wrapper-orario,
.homepage.template-3 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .wrapper-orario {
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
}
.save-the-date.template-3 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .wrapper-dettaglio-programma,
.homepage.template-3 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .wrapper-dettaglio-programma {
  gap: 0 40px;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
}
.save-the-date.template-3 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .wrapper-dettaglio-programma p,
.homepage.template-3 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .wrapper-dettaglio-programma p {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: normal;
  color: var(--programma-text-color);
}
@media screen and (min-width: 1921px) {
  .save-the-date.template-3 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .wrapper-dettaglio-programma p,
  .homepage.template-3 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .wrapper-dettaglio-programma p {
    font-size: 35px;
  }
}
@media screen and (max-width: 480px) {
  .save-the-date.template-3 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .wrapper-dettaglio-programma p,
  .homepage.template-3 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .wrapper-dettaglio-programma p {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.save-the-date.template-3 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .wrapper-dettaglio-programma .testo-dettaglio-programma,
.homepage.template-3 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .wrapper-dettaglio-programma .testo-dettaglio-programma {
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
}
.save-the-date.template-3 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .wrapper-dettaglio-programma .testo-dettaglio-programma p,
.homepage.template-3 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .wrapper-dettaglio-programma .testo-dettaglio-programma p {
  color: var(--programma-text-color);
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: normal;
}
@media screen and (min-width: 1921px) {
  .save-the-date.template-3 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .wrapper-dettaglio-programma .testo-dettaglio-programma p,
  .homepage.template-3 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .wrapper-dettaglio-programma .testo-dettaglio-programma p {
    font-size: 35px;
  }
}
@media screen and (max-width: 480px) {
  .save-the-date.template-3 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .wrapper-dettaglio-programma .testo-dettaglio-programma p,
  .homepage.template-3 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .wrapper-dettaglio-programma .testo-dettaglio-programma p {
    font-size: 20px;
  }
}
.save-the-date.template-3 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .wrapper-dettaglio-programma .testo-dettaglio-programma p + a,
.homepage.template-3 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .wrapper-dettaglio-programma .testo-dettaglio-programma p + a {
  color: var(--programma-text-color);
  text-decoration: underline;
  font-size: 20px;
  font-family: "Cormorant Garamond", serif;
  font-weight: normal;
}
@media screen and (min-width: 1921px) {
  .save-the-date.template-3 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .wrapper-dettaglio-programma .testo-dettaglio-programma p + a,
  .homepage.template-3 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .wrapper-dettaglio-programma .testo-dettaglio-programma p + a {
    font-size: 35px;
  }
}
@media screen and (max-width: 480px) {
  .save-the-date.template-3 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .wrapper-dettaglio-programma .testo-dettaglio-programma p + a,
  .homepage.template-3 .sezione-programma .contenitore-lista-programma .contenitore-dettaglio-programma .wrapper-dettaglio-programma .testo-dettaglio-programma p + a {
    font-size: 20px;
  }
}
.save-the-date.template-3 .sezione-immagine-come-separatore,
.homepage.template-3 .sezione-immagine-come-separatore {
  position: relative;
  --separatore-overlay-color: rgba(0, 0, 0, 0.2);
}
.save-the-date.template-3 .sezione-immagine-come-separatore::before,
.homepage.template-3 .sezione-immagine-come-separatore::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--separatore-overlay-color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  inset: 0;
}
.save-the-date.template-3 .sezione-immagine-come-separatore img,
.homepage.template-3 .sezione-immagine-come-separatore img {
  width: 100vw;
  height: auto;
  position: relative;
  z-index: 1;
  display: flex;
}

.sezione-full-screen {
  min-height: 100vh;
  width: 100vw;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-full-screen {
    min-height: 60vh;
  }
}
@media screen and (max-width: 480px) {
  .sezione-full-screen {
    min-height: 60vh;
  }
}

/* FORM RSVP - TEMPLATE 1*/
.template-1 .sezione-form-rsvp {
  padding: 10vh 10vw;
  background-color: var(--form-bg-color);
  color: var(--form-text-color);
}
.template-1 .sezione-form-rsvp .contenitore-form-rsvp {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .template-1 .sezione-form-rsvp .contenitore-form-rsvp {
    width: 100%;
    text-align: left;
  }
}
.template-1 .sezione-form-rsvp .contenitore-form-rsvp h2 {
  font-family: "argentina_script";
  font-size: 6vw;
  font-weight: normal;
  line-height: 1;
  color: #000;
  text-transform: unset;
  margin-bottom: 10vh;
  color: var(--form-text-color);
}
@media screen and (min-device-width: 1441px) and (max-device-width: 1792px), screen and (min-width: 1441px) and (max-width: 1792px) {
  .template-1 .sezione-form-rsvp .contenitore-form-rsvp h2 {
    font-size: 5vw;
  }
}
@media screen and (min-device-width: 1357px) and (max-device-width: 1440px), screen and (min-width: 1357px) and (max-width: 1440px) {
  .template-1 .sezione-form-rsvp .contenitore-form-rsvp h2 {
    font-size: 5vw;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .template-1 .sezione-form-rsvp .contenitore-form-rsvp h2 {
    font-size: 5vw;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .template-1 .sezione-form-rsvp .contenitore-form-rsvp h2 {
    font-size: 5vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .template-1 .sezione-form-rsvp .contenitore-form-rsvp h2 {
    font-size: 8vw;
  }
}
@media screen and (max-width: 480px) {
  .template-1 .sezione-form-rsvp .contenitore-form-rsvp h2 {
    font-size: 16vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .template-1 .sezione-form-rsvp .contenitore-form-rsvp h2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .template-1 .sezione-form-rsvp .contenitore-form-rsvp h2 {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
.template-1 .sezione-form-rsvp .contenitore-form-rsvp p {
  color: var(--form-text-color);
}
.template-1 .sezione-form-rsvp .contenitore-form-rsvp form {
  max-width: 45vw;
  margin: 10vh auto 0 auto;
}
@media screen and (min-width: 1921px) {
  .template-1 .sezione-form-rsvp .contenitore-form-rsvp form {
    max-width: 25vw;
  }
}
@media screen and (max-width: 480px) {
  .template-1 .sezione-form-rsvp .contenitore-form-rsvp form {
    max-width: 100%;
  }
}
.template-1 .sezione-form-rsvp .contenitore-form-rsvp form #respond input[type=text], .template-1 .sezione-form-rsvp .contenitore-form-rsvp form #respond textarea, .template-1 .sezione-form-rsvp .contenitore-form-rsvp form .eltdf-style-form textarea, .template-1 .sezione-form-rsvp .contenitore-form-rsvp form .post-password-form input[type=password], .template-1 .sezione-form-rsvp .contenitore-form-rsvp form .wpcf7-form-control.wpcf7-date, .template-1 .sezione-form-rsvp .contenitore-form-rsvp form .wpcf7-form-control.wpcf7-number, .template-1 .sezione-form-rsvp .contenitore-form-rsvp form .wpcf7-form-control.wpcf7-quiz, .template-1 .sezione-form-rsvp .contenitore-form-rsvp form .wpcf7-form-control.wpcf7-select, .template-1 .sezione-form-rsvp .contenitore-form-rsvp form .wpcf7-form-control.wpcf7-text, .template-1 .sezione-form-rsvp .contenitore-form-rsvp form .wpcf7-form-control.wpcf7-textarea, .template-1 .sezione-form-rsvp .contenitore-form-rsvp form input[type=email], .template-1 .sezione-form-rsvp .contenitore-form-rsvp form input[type=password], .template-1 .sezione-form-rsvp .contenitore-form-rsvp form input[type=text] {
  color: var(--form-text-color);
  border-color: var(--form-text-color);
  font-family: "quicksand", serif;
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width: 480px) {
  .template-1 .sezione-form-rsvp .contenitore-form-rsvp form #respond input[type=text], .template-1 .sezione-form-rsvp .contenitore-form-rsvp form #respond textarea, .template-1 .sezione-form-rsvp .contenitore-form-rsvp form .eltdf-style-form textarea, .template-1 .sezione-form-rsvp .contenitore-form-rsvp form .post-password-form input[type=password], .template-1 .sezione-form-rsvp .contenitore-form-rsvp form .wpcf7-form-control.wpcf7-date, .template-1 .sezione-form-rsvp .contenitore-form-rsvp form .wpcf7-form-control.wpcf7-number, .template-1 .sezione-form-rsvp .contenitore-form-rsvp form .wpcf7-form-control.wpcf7-quiz, .template-1 .sezione-form-rsvp .contenitore-form-rsvp form .wpcf7-form-control.wpcf7-select, .template-1 .sezione-form-rsvp .contenitore-form-rsvp form .wpcf7-form-control.wpcf7-text, .template-1 .sezione-form-rsvp .contenitore-form-rsvp form .wpcf7-form-control.wpcf7-textarea, .template-1 .sezione-form-rsvp .contenitore-form-rsvp form input[type=email], .template-1 .sezione-form-rsvp .contenitore-form-rsvp form input[type=password], .template-1 .sezione-form-rsvp .contenitore-form-rsvp form input[type=text] {
    text-align: left;
  }
}
.template-1 .sezione-form-rsvp .contenitore-form-rsvp form .wpcf7-submit {
  background-color: var(--form-text-color);
  font-family: "quicksand", serif;
  font-weight: normal;
  font-style: normal;
}
.template-1 .wpcf7-response-output {
  border: 0 !important;
  font-size: 30px;
  background-color: #3c3c3b;
  color: #fff;
  padding: 20px 30px;
  display: flex;
  align-content: center;
  justify-content: center;
}

/* FORM RSVP - TEMPLATE 2 */
.template-2 .sezione-form-rsvp {
  padding-left: 5vw;
  padding-right: 5vw;
  background-color: var(--form-bg-color);
  flex-wrap: nowrap;
  justify-content: flex-end;
}
@media screen and (max-width: 480px) {
  .template-2 .sezione-form-rsvp {
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }
}
.template-2 .sezione-form-rsvp .col-info {
  flex-basis: 50%;
  width: 50%;
}
@media screen and (max-width: 480px) {
  .template-2 .sezione-form-rsvp .col-info {
    flex-basis: 100%;
    width: 100%;
  }
}
.template-2 .sezione-form-rsvp .col-info .contenitore-form-rsvp {
  padding: 10vh 5vw 10vh 15vw;
  text-align: right;
}
@media screen and (max-width: 480px) {
  .template-2 .sezione-form-rsvp .col-info .contenitore-form-rsvp {
    padding: 10vh 5vw 10vh 5vw;
    text-align: left;
  }
}
.template-2 .sezione-form-rsvp .col-info .contenitore-form-rsvp h2 {
  font-family: "millerstone";
  font-size: 5vw;
  color: var(--form-text-color);
  text-transform: capitalize;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
}
@media screen and (max-width: 480px) {
  .template-2 .sezione-form-rsvp .col-info .contenitore-form-rsvp h2 {
    font-size: 12vw;
  }
}
.template-2 .sezione-form-rsvp .col-info .contenitore-form-rsvp p {
  font-family: "versailles";
  font-size: 25px;
  font-weight: normal;
  color: var(--form-text-color);
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
}
.template-2 .sezione-form-rsvp .col-form {
  flex-basis: 35%;
  width: 35%;
  background-color: var(--form-col-bg-color);
  padding: 70px;
  position: relative;
  top: -15vh;
  z-index: 9;
}
@media screen and (max-width: 480px) {
  .template-2 .sezione-form-rsvp .col-form {
    flex-basis: 100%;
    width: 100%;
    top: 0;
    padding: 10vh 5vw;
  }
}
.template-2 .sezione-form-rsvp .col-form form {
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
}
.template-2 .sezione-form-rsvp .col-form form #respond input[type=text], .template-2 .sezione-form-rsvp .col-form form #respond textarea, .template-2 .sezione-form-rsvp .col-form form .eltdf-style-form textarea, .template-2 .sezione-form-rsvp .col-form form .post-password-form input[type=password], .template-2 .sezione-form-rsvp .col-form form .wpcf7-form-control.wpcf7-date, .template-2 .sezione-form-rsvp .col-form form .wpcf7-form-control.wpcf7-number, .template-2 .sezione-form-rsvp .col-form form .wpcf7-form-control.wpcf7-quiz, .template-2 .sezione-form-rsvp .col-form form .wpcf7-form-control.wpcf7-select, .template-2 .sezione-form-rsvp .col-form form .wpcf7-form-control.wpcf7-text, .template-2 .sezione-form-rsvp .col-form form .wpcf7-form-control.wpcf7-textarea, .template-2 .sezione-form-rsvp .col-form form input[type=email], .template-2 .sezione-form-rsvp .col-form form input[type=password], .template-2 .sezione-form-rsvp .col-form form input[type=text], .template-2 .sezione-form-rsvp .col-form form label, .template-2 .sezione-form-rsvp .col-form form p {
  color: var(--form-col-text-color);
  border-color: var(--form-col-text-color);
  font-family: "versailles";
  font-weight: normal;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .template-2 .sezione-form-rsvp .col-form form #respond input[type=text], .template-2 .sezione-form-rsvp .col-form form #respond textarea, .template-2 .sezione-form-rsvp .col-form form .eltdf-style-form textarea, .template-2 .sezione-form-rsvp .col-form form .post-password-form input[type=password], .template-2 .sezione-form-rsvp .col-form form .wpcf7-form-control.wpcf7-date, .template-2 .sezione-form-rsvp .col-form form .wpcf7-form-control.wpcf7-number, .template-2 .sezione-form-rsvp .col-form form .wpcf7-form-control.wpcf7-quiz, .template-2 .sezione-form-rsvp .col-form form .wpcf7-form-control.wpcf7-select, .template-2 .sezione-form-rsvp .col-form form .wpcf7-form-control.wpcf7-text, .template-2 .sezione-form-rsvp .col-form form .wpcf7-form-control.wpcf7-textarea, .template-2 .sezione-form-rsvp .col-form form input[type=email], .template-2 .sezione-form-rsvp .col-form form input[type=password], .template-2 .sezione-form-rsvp .col-form form input[type=text], .template-2 .sezione-form-rsvp .col-form form label, .template-2 .sezione-form-rsvp .col-form form p {
    text-align: left;
  }
}
.template-2 .sezione-form-rsvp .col-form form .wpcf7-submit {
  background-color: #74766b;
  color: var(--form-col-text-color);
  font-family: "versailles";
  font-weight: normal;
  font-style: normal;
}
.template-2 .sezione-form-rsvp .wpcf7-response-output {
  border: 0 !important;
  font-size: 20px;
  background-color: #74766b;
  color: var(--form-col-text-color);
  padding: 20px 30px;
  display: flex;
  align-content: center;
  justify-content: center;
  font-family: "versailles";
  font-weight: normal;
  font-style: normal;
}

/* FORM RSVP - TEMPLATE 2 */
.template-3 .sezione-form-rsvp {
  padding-left: 5vw;
  padding-right: 5vw;
  background-color: var(--form-bg-color);
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .template-3 .sezione-form-rsvp {
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }
}
.template-3 .sezione-form-rsvp .col-info {
  flex-basis: 100%;
  width: 100%;
}
.template-3 .sezione-form-rsvp .col-info .contenitore-form-rsvp {
  padding-top: 10vh;
  padding-bottom: 10vh;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .template-3 .sezione-form-rsvp .col-info .contenitore-form-rsvp {
    text-align: left;
    padding-left: 10vw;
    padding-right: 10vw;
    padding-bottom: 0;
  }
}
.template-3 .sezione-form-rsvp .col-info .contenitore-form-rsvp h2 {
  font-family: "audrey";
  font-size: 12vw;
  color: var(--form-title-color);
  text-transform: capitalize;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
}
@media screen and (max-width: 480px) {
  .template-3 .sezione-form-rsvp .col-info .contenitore-form-rsvp h2 {
    font-size: 32vw;
    text-align: center;
    margin-bottom: 0;
    margin-top: 10vh;
  }
}
.template-3 .sezione-form-rsvp .col-info .contenitore-form-rsvp p {
  font-family: "Cormorant Garamond", serif;
  font-size: 23px;
  font-weight: normal;
  color: var(--form-text-color);
  max-width: 65%;
  margin: 20px auto;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
}
@media screen and (min-width: 1921px) {
  .template-3 .sezione-form-rsvp .col-info .contenitore-form-rsvp p {
    font-size: 35px;
  }
}
@media screen and (max-width: 480px) {
  .template-3 .sezione-form-rsvp .col-info .contenitore-form-rsvp p {
    font-size: 24px;
    text-align: center;
    max-width: 100%;
  }
}
.template-3 .sezione-form-rsvp .col-form {
  flex-basis: 50%;
  width: 50%;
  padding: 70px;
  position: relative;
  z-index: 9;
  border: 1px solid var(--form-title-color);
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .template-3 .sezione-form-rsvp .col-form {
    flex-basis: 70%;
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  .template-3 .sezione-form-rsvp .col-form {
    flex-basis: 70%;
    width: 70%;
    padding: 30px;
  }
}
.template-3 .sezione-form-rsvp .col-form form #respond input[type=text], .template-3 .sezione-form-rsvp .col-form form #respond textarea, .template-3 .sezione-form-rsvp .col-form form .eltdf-style-form textarea, .template-3 .sezione-form-rsvp .col-form form .post-password-form input[type=password], .template-3 .sezione-form-rsvp .col-form form .wpcf7-form-control.wpcf7-date, .template-3 .sezione-form-rsvp .col-form form .wpcf7-form-control.wpcf7-number, .template-3 .sezione-form-rsvp .col-form form .wpcf7-form-control.wpcf7-quiz, .template-3 .sezione-form-rsvp .col-form form .wpcf7-form-control.wpcf7-select, .template-3 .sezione-form-rsvp .col-form form .wpcf7-form-control.wpcf7-text, .template-3 .sezione-form-rsvp .col-form form .wpcf7-form-control.wpcf7-textarea, .template-3 .sezione-form-rsvp .col-form form input[type=email], .template-3 .sezione-form-rsvp .col-form form input[type=password], .template-3 .sezione-form-rsvp .col-form form input[type=text], .template-3 .sezione-form-rsvp .col-form form label, .template-3 .sezione-form-rsvp .col-form form p {
  color: var(--form-col-text-color);
  border-color: var(--form-col-text-color);
  font-family: "Cormorant Garamond", serif;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-size: 25px;
}
@media screen and (min-width: 1921px) {
  .template-3 .sezione-form-rsvp .col-form form #respond input[type=text], .template-3 .sezione-form-rsvp .col-form form #respond textarea, .template-3 .sezione-form-rsvp .col-form form .eltdf-style-form textarea, .template-3 .sezione-form-rsvp .col-form form .post-password-form input[type=password], .template-3 .sezione-form-rsvp .col-form form .wpcf7-form-control.wpcf7-date, .template-3 .sezione-form-rsvp .col-form form .wpcf7-form-control.wpcf7-number, .template-3 .sezione-form-rsvp .col-form form .wpcf7-form-control.wpcf7-quiz, .template-3 .sezione-form-rsvp .col-form form .wpcf7-form-control.wpcf7-select, .template-3 .sezione-form-rsvp .col-form form .wpcf7-form-control.wpcf7-text, .template-3 .sezione-form-rsvp .col-form form .wpcf7-form-control.wpcf7-textarea, .template-3 .sezione-form-rsvp .col-form form input[type=email], .template-3 .sezione-form-rsvp .col-form form input[type=password], .template-3 .sezione-form-rsvp .col-form form input[type=text], .template-3 .sezione-form-rsvp .col-form form label, .template-3 .sezione-form-rsvp .col-form form p {
    font-size: 35px;
  }
}
@media screen and (max-width: 480px) {
  .template-3 .sezione-form-rsvp .col-form form #respond input[type=text], .template-3 .sezione-form-rsvp .col-form form #respond textarea, .template-3 .sezione-form-rsvp .col-form form .eltdf-style-form textarea, .template-3 .sezione-form-rsvp .col-form form .post-password-form input[type=password], .template-3 .sezione-form-rsvp .col-form form .wpcf7-form-control.wpcf7-date, .template-3 .sezione-form-rsvp .col-form form .wpcf7-form-control.wpcf7-number, .template-3 .sezione-form-rsvp .col-form form .wpcf7-form-control.wpcf7-quiz, .template-3 .sezione-form-rsvp .col-form form .wpcf7-form-control.wpcf7-select, .template-3 .sezione-form-rsvp .col-form form .wpcf7-form-control.wpcf7-text, .template-3 .sezione-form-rsvp .col-form form .wpcf7-form-control.wpcf7-textarea, .template-3 .sezione-form-rsvp .col-form form input[type=email], .template-3 .sezione-form-rsvp .col-form form input[type=password], .template-3 .sezione-form-rsvp .col-form form input[type=text], .template-3 .sezione-form-rsvp .col-form form label, .template-3 .sezione-form-rsvp .col-form form p {
    font-size: 20px;
  }
}
.template-3 .sezione-form-rsvp .col-form form .wpcf7-submit {
  background-color: var(--form-title-color);
  color: var(--form-col-text-color);
  font-family: "Cormorant Garamond", serif;
  font-weight: normal;
  font-style: normal;
}
.template-3 .sezione-form-rsvp .wpcf7-response-output {
  border: 0 !important;
  font-size: 20px;
  background-color: #74766b;
  color: var(--form-col-text-color);
  padding: 20px 30px;
  display: flex;
  align-content: center;
  justify-content: center;
  font-family: "Cormorant Garamond", serif;
  font-weight: normal;
  font-style: normal;
}

.page-template-template-3-rsvp .sezione-form-rsvp {
  margin-bottom: 20vh;
}

/* HOMEPAGE - TEMPLATE 1 */
.homepage.template-1 .sezione-apertura {
  min-height: 80vh;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .homepage.template-1 .sezione-apertura {
    min-height: 65vh;
  }
}
.homepage.template-1 .sezione-banner-save-the-date {
  justify-content: center;
  transform: translateY(-35%);
  z-index: 3;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .homepage.template-1 .sezione-banner-save-the-date {
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 480px) {
  .homepage.template-1 .sezione-banner-save-the-date {
    transform: translateY(-50%);
  }
}
.homepage.template-1 .sezione-programma {
  margin-top: -15vh;
}

/* PAGE TITLE - TEMPLATE 1 */
.template-1 .sezione-apertura.apertura-generica,
.template-2 .sezione-apertura.apertura-generica,
.template-3 .sezione-apertura.apertura-generica {
  position: relative;
  background-image: var(--hero-bg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  width: 100%;
  min-height: 50vh;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .template-1 .sezione-apertura.apertura-generica,
  .template-2 .sezione-apertura.apertura-generica,
  .template-3 .sezione-apertura.apertura-generica {
    height: unset;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .template-1 .sezione-apertura.apertura-generica,
  .template-2 .sezione-apertura.apertura-generica,
  .template-3 .sezione-apertura.apertura-generica {
    min-height: 65vh;
  }
}
.template-1 .sezione-apertura.apertura-generica:before,
.template-2 .sezione-apertura.apertura-generica:before,
.template-3 .sezione-apertura.apertura-generica:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--hero-overlay-color);
  z-index: 1;
  inset: 0;
}
.template-1 .sezione-apertura.apertura-generica .page-title,
.template-2 .sezione-apertura.apertura-generica .page-title,
.template-3 .sezione-apertura.apertura-generica .page-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  font-family: "argentina_script";
  font-size: 6vw;
  font-weight: normal;
  text-transform: unset;
  color: var(--hero-title-color);
  margin: 0;
}
@media screen and (min-device-width: 1441px) and (max-device-width: 1792px), screen and (min-width: 1441px) and (max-width: 1792px) {
  .template-1 .sezione-apertura.apertura-generica .page-title,
  .template-2 .sezione-apertura.apertura-generica .page-title,
  .template-3 .sezione-apertura.apertura-generica .page-title {
    font-size: 7vw;
  }
}
@media screen and (min-device-width: 1357px) and (max-device-width: 1440px), screen and (min-width: 1357px) and (max-width: 1440px) {
  .template-1 .sezione-apertura.apertura-generica .page-title,
  .template-2 .sezione-apertura.apertura-generica .page-title,
  .template-3 .sezione-apertura.apertura-generica .page-title {
    font-size: 5vw;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .template-1 .sezione-apertura.apertura-generica .page-title,
  .template-2 .sezione-apertura.apertura-generica .page-title,
  .template-3 .sezione-apertura.apertura-generica .page-title {
    font-size: 5vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .template-1 .sezione-apertura.apertura-generica .page-title,
  .template-2 .sezione-apertura.apertura-generica .page-title,
  .template-3 .sezione-apertura.apertura-generica .page-title {
    font-size: 10vw;
  }
}
@media screen and (max-width: 480px) {
  .template-1 .sezione-apertura.apertura-generica .page-title,
  .template-2 .sezione-apertura.apertura-generica .page-title,
  .template-3 .sezione-apertura.apertura-generica .page-title {
    font-size: clamp(4rem, 8vw, 10rem);
    white-space: normal;
    word-break: keep-word;
    overflow-wrap: break-word;
    text-align: center;
  }
}

/* PAGE TITLE - TEMPLATE 2 */
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .template-2 .sezione-apertura.apertura-generica {
    min-height: 45vh;
  }
}
.template-2 .sezione-apertura.apertura-generica::before {
  mix-blend-mode: color;
}
.template-2 .sezione-apertura.apertura-generica .page-title {
  margin: 0;
  position: absolute;
  left: 15vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  text-align: left;
  font-family: "versailles";
  font-size: 4vw;
  font-weight: normal;
  text-transform: unset;
  color: var(--hero-title-color);
}
@media screen and (max-width: 480px) {
  .template-2 .sezione-apertura.apertura-generica .page-title {
    left: 0;
    right: 0;
    text-align: center;
    font-size: clamp(2rem, 8vw, 10rem);
    max-width: 90%;
    margin: 0 auto;
  }
}

/* PAGE TITLE - TEMPLATE 3 */
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .template-3 .sezione-apertura.apertura-generica {
    min-height: 45vh;
  }
}
.template-3 .sezione-apertura.apertura-generica::before {
  mix-blend-mode: color;
}
.template-3 .sezione-apertura.apertura-generica .page-title {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: unset;
  bottom: 10vh;
  z-index: 2;
  line-height: 0;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 4vw;
  letter-spacing: 3px;
  font-weight: normal;
  text-transform: uppercase;
  color: var(--hero-title-color);
}
@media screen and (max-width: 480px) {
  .template-3 .sezione-apertura.apertura-generica .page-title {
    left: 0;
    right: 0;
    text-align: center;
    font-size: clamp(2rem, 8vw, 10rem);
    max-width: 90%;
    margin: 0 auto;
    bottom: 0;
    line-height: 1;
  }
}

/* FAQs - TEMPLATE 1 */
.page-template-template-1-faq .sezione-faq,
.page-template-template-2-faq .sezione-faq,
.page-template-template-3-faq .sezione-faq {
  padding-top: 10vh;
  padding-bottom: 10vh;
}
.page-template-template-1-faq .sezione-faq .contenitore-faq,
.page-template-template-2-faq .sezione-faq .contenitore-faq,
.page-template-template-3-faq .sezione-faq .contenitore-faq {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5vh 0;
}
@media screen and (max-width: 480px) {
  .page-template-template-1-faq .sezione-faq .contenitore-faq,
  .page-template-template-2-faq .sezione-faq .contenitore-faq,
  .page-template-template-3-faq .sezione-faq .contenitore-faq {
    max-width: 90vw;
  }
}
.page-template-template-1-faq .sezione-faq .contenitore-faq .wrapper-faq,
.page-template-template-2-faq .sezione-faq .contenitore-faq .wrapper-faq,
.page-template-template-3-faq .sezione-faq .contenitore-faq .wrapper-faq {
  width: 100%;
  flex-basis: 100%;
  color: var(--faq-text-color);
}
.page-template-template-1-faq .sezione-faq .contenitore-faq .wrapper-faq .titolo-faq,
.page-template-template-2-faq .sezione-faq .contenitore-faq .wrapper-faq .titolo-faq,
.page-template-template-3-faq .sezione-faq .contenitore-faq .wrapper-faq .titolo-faq {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 15px;
  cursor: pointer;
  --rotation-angle: 270deg;
}
.page-template-template-1-faq .sezione-faq .contenitore-faq .wrapper-faq .titolo-faq::before,
.page-template-template-2-faq .sezione-faq .contenitore-faq .wrapper-faq .titolo-faq::before,
.page-template-template-3-faq .sezione-faq .contenitore-faq .wrapper-faq .titolo-faq::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("/wedding-1.it/wp-content/uploads/2025/04/down.svg");
  position: relative;
  transform: rotate(var(--rotation-angle));
  transform-origin: center;
  background-repeat: no-repeat;
  background-position: center center;
}
.page-template-template-1-faq .sezione-faq .contenitore-faq .wrapper-faq .titolo-faq h3,
.page-template-template-2-faq .sezione-faq .contenitore-faq .wrapper-faq .titolo-faq h3,
.page-template-template-3-faq .sezione-faq .contenitore-faq .wrapper-faq .titolo-faq h3 {
  margin: 0;
  color: var(--faq-text-color);
  font-weight: bold;
}
.page-template-template-1-faq .sezione-faq .contenitore-faq .wrapper-faq .contenuto-faq,
.page-template-template-2-faq .sezione-faq .contenitore-faq .wrapper-faq .contenuto-faq,
.page-template-template-3-faq .sezione-faq .contenitore-faq .wrapper-faq .contenuto-faq {
  padding-left: 45px;
  overflow: hidden;
  height: 0;
}
.page-template-template-1-faq .sezione-faq .contenitore-faq .wrapper-faq .contenuto-faq p,
.page-template-template-2-faq .sezione-faq .contenitore-faq .wrapper-faq .contenuto-faq p,
.page-template-template-3-faq .sezione-faq .contenitore-faq .wrapper-faq .contenuto-faq p {
  margin-top: 10px;
}
.page-template-template-1-faq .sezione-faq .contenitore-faq .wrapper-faq .contenuto-faq p:last-of-type,
.page-template-template-2-faq .sezione-faq .contenitore-faq .wrapper-faq .contenuto-faq p:last-of-type,
.page-template-template-3-faq .sezione-faq .contenitore-faq .wrapper-faq .contenuto-faq p:last-of-type {
  margin-bottom: 0;
}

/* FAQS - TEMPLATE 2 */
.page-template-template-2-faq .sezione-faq {
  background-color: var(--faq-bg-color);
}
.page-template-template-2-faq .sezione-faq .wrapper-faq {
  width: 100%;
  flex-basis: 100%;
}
.page-template-template-2-faq .sezione-faq .wrapper-faq .titolo-faq h3 {
  font-family: "versailles";
  font-size: 20px;
  font-weight: normal;
}

/* FAQS - TEMPLATE 3 */
.page-template-template-3-faq .sezione-faq {
  background-color: var(--faq-bg-color);
}
.page-template-template-3-faq .sezione-faq .wrapper-faq {
  width: 100%;
  flex-basis: 100%;
}
.page-template-template-3-faq .sezione-faq .wrapper-faq .titolo-faq h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 3px;
}
@media screen and (min-width: 1921px) {
  .page-template-template-3-faq .sezione-faq .wrapper-faq .titolo-faq h3 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1921px) {
  .page-template-template-3-faq .sezione-faq .wrapper-faq .titolo-faq p {
    font-size: 25px;
  }
}

/* ACCOMODATION */
.accomodation.template-1 .sezione-accomodation,
.accomodation.template-2 .sezione-accomodation {
  padding-top: 10vh;
  padding-bottom: 10vh;
}
.accomodation.template-1 .sezione-accomodation .contenitore-accomodation,
.accomodation.template-2 .sezione-accomodation .contenitore-accomodation {
  gap: 15vh 0;
}
@media screen and (max-width: 480px) {
  .accomodation.template-1 .sezione-accomodation .contenitore-accomodation,
  .accomodation.template-2 .sezione-accomodation .contenitore-accomodation {
    gap: 5vh 0;
  }
}
.accomodation.template-1 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation,
.accomodation.template-2 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation {
  gap: 5vh 10%;
}
@media screen and (max-width: 480px) {
  .accomodation.template-1 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation,
  .accomodation.template-2 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation {
    gap: 1vh 0;
  }
}
.accomodation.template-1 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation:nth-child(odd) .titolo-accomodation,
.accomodation.template-2 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation:nth-child(odd) .titolo-accomodation {
  order: 1;
}
.accomodation.template-1 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation:nth-child(odd) .col-foto,
.accomodation.template-2 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation:nth-child(odd) .col-foto {
  order: 2;
}
.accomodation.template-1 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation:nth-child(odd) .col-testo,
.accomodation.template-2 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation:nth-child(odd) .col-testo {
  order: 3;
}
.accomodation.template-1 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation:nth-child(even) .titolo-accomodation,
.accomodation.template-2 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation:nth-child(even) .titolo-accomodation {
  order: 1;
}
.accomodation.template-1 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation:nth-child(even) .col-foto,
.accomodation.template-2 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation:nth-child(even) .col-foto {
  order: 3;
  text-align: right;
}
@media screen and (max-width: 480px) {
  .accomodation.template-1 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation:nth-child(even) .col-foto,
  .accomodation.template-2 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation:nth-child(even) .col-foto {
    order: 3;
    text-align: left;
  }
}
.accomodation.template-1 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation:nth-child(even) .col-testo,
.accomodation.template-2 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation:nth-child(even) .col-testo {
  order: 2;
}
@media screen and (max-width: 480px) {
  .accomodation.template-1 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation:nth-child(even) .col-testo,
  .accomodation.template-2 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation:nth-child(even) .col-testo {
    order: 3;
  }
}
.accomodation.template-1 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .titolo-accomodation,
.accomodation.template-2 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .titolo-accomodation {
  flex-basis: 100%;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
}
.accomodation.template-1 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .titolo-accomodation h3,
.accomodation.template-2 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .titolo-accomodation h3 {
  font-family: "quicksand", serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 1;
  margin: 0 0 5px 0;
  color: var(--accomodation-text-color);
  font-style: normal;
  overflow: hidden;
}
.accomodation.template-1 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .titolo-accomodation p,
.accomodation.template-2 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .titolo-accomodation p {
  color: var(--accomodation-text-color);
  font-size: 40px;
  line-height: 1;
  margin: 0;
  overflow: hidden;
}
.accomodation.template-1 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-foto,
.accomodation.template-2 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-foto {
  flex-basis: 50%;
  width: 50%;
}
@media screen and (max-width: 480px) {
  .accomodation.template-1 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-foto,
  .accomodation.template-2 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-foto {
    flex-basis: 100%;
    width: 100%;
  }
}
.accomodation.template-1 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-foto img,
.accomodation.template-2 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-foto img {
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
}
.accomodation.template-1 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-foto p,
.accomodation.template-1 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-foto a,
.accomodation.template-2 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-foto p,
.accomodation.template-2 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-foto a {
  color: var(--accomodation-text-color);
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  display: block;
}
.accomodation.template-1 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-foto p,
.accomodation.template-2 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-foto p {
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 1;
}
.accomodation.template-1 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-foto a,
.accomodation.template-2 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-foto a {
  text-decoration: underline;
  margin: 0;
}
.accomodation.template-1 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-testo,
.accomodation.template-2 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-testo {
  flex-basis: 40%;
  width: 40%;
  font-size: 16px;
  overflow: hidden;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
}
@media screen and (max-width: 480px) {
  .accomodation.template-1 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-testo,
  .accomodation.template-2 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-testo {
    flex-basis: 100%;
    width: 100%;
    margin-top: 20px;
  }
}
.accomodation.template-1 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-testo p,
.accomodation.template-2 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-testo p {
  color: var(--accomodation-text-color);
}
.accomodation.template-1 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-testo ul,
.accomodation.template-2 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-testo ul {
  margin-top: 5px;
}
.accomodation.template-1 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-testo ul li,
.accomodation.template-2 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-testo ul li {
  color: var(--accomodation-text-color);
}
.accomodation.template-1 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-testo h4,
.accomodation.template-2 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-testo h4 {
  font-family: "quicksand", serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 1;
  margin: 30px 0 10px 0;
  color: var(--accomodation-text-color);
  font-style: normal;
}

/* ACCOMODATION - TEMPLATE 2 */
.accomodation.template-2 .sezione-accomodation {
  background-color: var(--accomodation-bg-color);
}
.accomodation.template-2 .sezione-accomodation .contenitore-accomodation {
  gap: 10vh 5%;
  flex-wrap: wrap;
  align-items: flex-start;
}
.accomodation.template-2 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation {
  flex-basis: 30%;
}
@media screen and (max-width: 480px) {
  .accomodation.template-2 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation {
    flex-basis: 100%;
  }
}
.accomodation.template-2 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation:nth-child(odd) .titolo-accomodation {
  order: 2;
}
.accomodation.template-2 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation:nth-child(odd) .col-foto {
  order: 1;
}
.accomodation.template-2 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation:nth-child(odd) .col-testo {
  order: 3;
}
.accomodation.template-2 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation:nth-child(even) .titolo-accomodation {
  order: 2;
}
.accomodation.template-2 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation:nth-child(even) .col-foto {
  order: 1;
}
.accomodation.template-2 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation:nth-child(even) .col-testo {
  order: 3;
}
.accomodation.template-2 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .titolo-accomodation {
  flex-basis: 100%;
  order: 2;
}
.accomodation.template-2 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .titolo-accomodation h3 {
  font-family: "versailles";
  font-weight: normal;
  font-size: 21px;
  line-height: 1.2;
  margin: 0 0 5px 0;
  color: var(--accomodation-text-color);
  font-style: normal;
  overflow: hidden;
}
.accomodation.template-2 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .titolo-accomodation p {
  color: var(--accomodation-text-color);
  font-size: 40px;
  line-height: 1;
  margin: 0;
  overflow: hidden;
}
.accomodation.template-2 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .distanza {
  font-weight: bold;
}
.accomodation.template-2 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-foto {
  flex-basis: 100%;
  order: 1;
}
.accomodation.template-2 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-foto a {
  font-family: "versailles";
}
.accomodation.template-2 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-testo {
  flex-basis: 100%;
  order: 3;
}
.accomodation.template-2 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-testo .readmore-full {
  height: 0;
  overflow: hidden;
}
.accomodation.template-2 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-testo .readmore-toggle {
  cursor: pointer;
  text-decoration: underline;
}
.accomodation.template-2 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-testo .bottone-semplice {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  .accomodation.template-2 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-testo .bottone-semplice {
    margin-left: 0;
  }
}

/* ACCOMODATION - TEMPLATE 3 */
.accomodation.template-3 .sezione-accomodation {
  background-color: var(--accomodation-bg-color);
}
.accomodation.template-3 .sezione-accomodation .contenitore-accomodation {
  gap: 0;
  flex-wrap: wrap;
}
.accomodation.template-3 .sezione-accomodation .contenitore-accomodation .intro-accomodation {
  padding-top: 10vh;
  padding-bottom: 10vh;
  text-align: center;
  background-color: #f4f4ee;
  width: 100%;
}
.accomodation.template-3 .sezione-accomodation .contenitore-accomodation .intro-accomodation h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 25px;
  font-weight: normal;
  color: var(--accomodation-text-color);
  margin-top: 0;
}
@media screen and (min-width: 1921px) {
  .accomodation.template-3 .sezione-accomodation .contenitore-accomodation .intro-accomodation h3 {
    font-size: 35px;
  }
}
.accomodation.template-3 .sezione-accomodation .contenitore-accomodation .intro-accomodation p {
  max-width: 50vw;
  margin-left: auto;
  margin-right: auto;
  color: var(--accomodation-text-color);
}
.accomodation.template-3 .sezione-accomodation .contenitore-accomodation .intro-accomodation p:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1921px) {
  .accomodation.template-3 .sezione-accomodation .contenitore-accomodation .intro-accomodation p {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  .accomodation.template-3 .sezione-accomodation .contenitore-accomodation .intro-accomodation p {
    max-width: 80vw;
  }
}
.accomodation.template-3 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation {
  flex-basis: 100%;
  align-items: center;
}
.accomodation.template-3 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation:nth-child(odd) .col-foto {
  order: 2;
}
.accomodation.template-3 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation:nth-child(odd) .col-testo {
  order: 1;
}
.accomodation.template-3 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation:nth-child(even) .col-foto {
  order: 1;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .accomodation.template-3 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation:nth-child(even) .col-foto {
    order: 2;
  }
}
@media screen and (max-width: 480px) {
  .accomodation.template-3 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation:nth-child(even) .col-foto {
    order: 2;
  }
}
.accomodation.template-3 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation:nth-child(even) .col-testo {
  order: 2;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .accomodation.template-3 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation:nth-child(even) .col-testo {
    order: 1;
  }
}
@media screen and (max-width: 480px) {
  .accomodation.template-3 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation:nth-child(even) .col-testo {
    order: 1;
  }
}
.accomodation.template-3 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .titolo-accomodation {
  flex-basis: 100%;
  order: 2;
}
.accomodation.template-3 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .titolo-accomodation h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: normal;
  font-size: 25px;
  line-height: 1.2;
  margin: 0 0 5px 0;
  color: var(--accomodation-text-color);
  font-style: normal;
  overflow: hidden;
  letter-spacing: 3px;
}
@media screen and (min-width: 1921px) {
  .accomodation.template-3 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .titolo-accomodation h3 {
    font-size: 35px;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .accomodation.template-3 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .titolo-accomodation h3 {
    font-size: 35px;
  }
}
.accomodation.template-3 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .titolo-accomodation p {
  color: var(--accomodation-text-color);
  font-size: 40px;
  line-height: 1;
  overflow: hidden;
  letter-spacing: 3px;
}
.accomodation.template-3 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .distanza {
  font-family: "Cormorant Garamond", serif;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.accomodation.template-3 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-foto {
  flex-basis: 50%;
  order: 2;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  background-image: var(--hotel-bg);
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .accomodation.template-3 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-foto {
    flex-basis: 100%;
    width: 100%;
    height: 50vh;
  }
}
@media screen and (max-width: 480px) {
  .accomodation.template-3 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-foto {
    flex-basis: 100%;
    width: 100%;
    height: 60vh;
  }
}
.accomodation.template-3 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-foto img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.accomodation.template-3 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-testo {
  flex-basis: 50%;
  order: 1;
  text-align: center;
  padding: 15vh 0;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .accomodation.template-3 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-testo {
    flex-basis: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .accomodation.template-3 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-testo {
    flex-basis: 100%;
    width: 100%;
  }
}
.accomodation.template-3 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-testo p {
  max-width: 50%;
  margin: 20px auto;
}
@media screen and (min-width: 1921px) {
  .accomodation.template-3 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-testo p {
    font-size: 25px;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .accomodation.template-3 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-testo p {
    max-width: 70%;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .accomodation.template-3 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-testo p {
    max-width: 70%;
  }
}
@media screen and (max-width: 480px) {
  .accomodation.template-3 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-testo p {
    max-width: 80%;
  }
}
.accomodation.template-3 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-testo a {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  font-weight: bold;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 3px;
}
.accomodation.template-3 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-testo a::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.accomodation.template-3 .sezione-accomodation .contenitore-accomodation .wrapper-accomodation .col-testo a:hover {
  color: unset;
}

/* FASCIA SEPARATORE CON BOTTONI */
.template-1 .sezione-fascia-con-bottoni,
.template-2 .sezione-fascia-con-bottoni,
.template-3 .sezione-fascia-con-bottoni {
  position: relative;
  --separatore-overlay-color: rgba(0, 0, 0, 0.2);
  background-image: var(--separatore-bg);
  background-size: cover;
  background-position: center;
  min-height: 60vh;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .template-1 .sezione-fascia-con-bottoni,
  .template-2 .sezione-fascia-con-bottoni,
  .template-3 .sezione-fascia-con-bottoni {
    min-height: 40vh;
  }
}
.template-1 .sezione-fascia-con-bottoni::before,
.template-2 .sezione-fascia-con-bottoni::before,
.template-3 .sezione-fascia-con-bottoni::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--separatore-overlay-color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  inset: 0;
}
.template-1 .sezione-fascia-con-bottoni .contenitore-lista-bottoni,
.template-2 .sezione-fascia-con-bottoni .contenitore-lista-bottoni,
.template-3 .sezione-fascia-con-bottoni .contenitore-lista-bottoni {
  display: flex;
  align-items: center;
  gap: 0 20px;
  position: relative;
  z-index: 3;
}

/* GALLERY - TEMPLATE 1*/
.gallery-foto.template-1 .sezione-gallery,
.gallery-foto.template-2 .sezione-gallery,
.gallery-foto.template-3 .sezione-gallery {
  padding-top: 10vh;
  padding-bottom: 10vh;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .gallery-foto.template-1 .sezione-gallery .contenitore-gallery,
  .gallery-foto.template-2 .sezione-gallery .contenitore-gallery,
  .gallery-foto.template-3 .sezione-gallery .contenitore-gallery {
    max-width: 80vw;
  }
}
@media screen and (max-width: 480px) {
  .gallery-foto.template-1 .sezione-gallery .contenitore-gallery,
  .gallery-foto.template-2 .sezione-gallery .contenitore-gallery,
  .gallery-foto.template-3 .sezione-gallery .contenitore-gallery {
    max-width: 90vw;
  }
}
.gallery-foto.template-1 .sezione-gallery .contenitore-gallery a,
.gallery-foto.template-2 .sezione-gallery .contenitore-gallery a,
.gallery-foto.template-3 .sezione-gallery .contenitore-gallery a {
  width: 32.34%;
  display: flex;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 480px) {
  .gallery-foto.template-1 .sezione-gallery .contenitore-gallery a,
  .gallery-foto.template-2 .sezione-gallery .contenitore-gallery a,
  .gallery-foto.template-3 .sezione-gallery .contenitore-gallery a {
    width: 100%;
  }
}

/* FOOTER - TEMPLATE 1*/
.footer-template-1 {
  padding: 10vh 10vw;
  background-color: var(--chiusura-bg-color);
  align-items: center;
  justify-content: center;
}
.footer-template-1 .contenitore-iniziali span {
  font-family: "argentina_script";
  line-height: 1;
  font-weight: normal;
  font-size: 3vw;
  color: var(--chiusura-text-color);
  text-transform: uppercase;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .footer-template-1 .contenitore-iniziali span {
    font-size: 6vw;
  }
}
@media screen and (max-width: 480px) {
  .footer-template-1 .contenitore-iniziali span {
    font-size: 13vw;
  }
}

/* FOOTER - TEMPLATE 2*/
.footer-template-2 {
  padding: 10vh 10vw;
  background-color: var(--chiusura-bg-color);
  /* TEMP! */
  background-color: #FFF;
  align-items: center;
  justify-content: center;
}
.footer-template-2 .contenitore-iniziali span {
  font-family: "millerstone";
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-size: 6vw;
  color: var(--chiusura-text-color);
  letter-spacing: -8px;
  /* TEMP! */
  color: #74766b;
  text-transform: lowercase;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .footer-template-2 .contenitore-iniziali span {
    font-size: 9vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .footer-template-2 .contenitore-iniziali span {
    font-size: 14vw;
  }
}
@media screen and (max-width: 480px) {
  .footer-template-2 .contenitore-iniziali span {
    font-size: 21vw;
  }
}

/* FOOTER - TEMPLATE 3*/
.footer-template-3 {
  padding: 5vh 10vw 0 10vw;
  background-color: var(--chiusura-bg-color);
  align-items: center;
  justify-content: center;
}
.footer-template-3 .contenitore-iniziali span {
  font-family: "audrey";
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-size: 12vw;
  color: var(--chiusura-text-color);
  letter-spacing: -8px;
  text-transform: lowercase;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .footer-template-3 .contenitore-iniziali span {
    font-size: 9vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .footer-template-3 .contenitore-iniziali span {
    font-size: 14vw;
  }
}
@media screen and (max-width: 480px) {
  .footer-template-3 .contenitore-iniziali span {
    font-size: 21vw;
  }
}

/* SHOP */
.menu-carrello-container {
  display: flex;
  align-items: center;
  position: absolute;
  right: 2vw;
  top: 50%;
  transform: translateY(-58%);
  /* TEMP! */
  display: none;
}
@media screen and (max-width: 480px) {
  .menu-carrello-container {
    right: 11vw;
  }
  .menu-carrello-container::before {
    content: none;
  }
}
.menu-carrello-container #menu-carrello {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .menu-carrello-container #menu-carrello {
    display: block;
  }
}
.menu-carrello-container #menu-carrello a {
  width: 100%;
  padding-top: 5px;
}
.menu-carrello-container #menu-carrello a::after {
  display: none;
}
.menu-carrello-container #menu-carrello li {
  list-style: none;
}
.menu-carrello-container #menu-carrello li .woofc-menu-item-inner-subtotal {
  display: none;
}
.menu-carrello-container #menu-carrello li .woofc-menu-item-inner::after {
  left: 11px;
  top: -11px;
}
@media screen and (max-width: 480px) {
  .menu-carrello-container #menu-carrello li .woofc-menu-item-inner::after {
    top: -13px;
    left: 16px;
  }
}
.menu-carrello-container #menu-carrello li .woofc-menu-item-inner i {
  font-size: 20px !important;
}

/* SINGLE PRODUCT */
.wrapper-quantita form {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 8px;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.wrapper-quantita form input::-webkit-outer-spin-button,
.wrapper-quantita form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.wrapper-quantita form input[type=number] {
  -moz-appearance: textfield;
}
.wrapper-quantita form .minus,
.wrapper-quantita form .quantity,
.wrapper-quantita form .plus {
  color: #000;
  border: 1px solid #000 !important;
  aspect-ratio: 1;
  font-size: 17px;
  font-weight: normal;
  background-color: transparent;
  width: 50px;
  height: 50px;
  padding: 0;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  will-change: background-color, color;
}
.wrapper-quantita form .minus:hover,
.wrapper-quantita form .quantity:hover,
.wrapper-quantita form .plus:hover {
  background-color: #3c3c3b;
  color: #fff;
}
.wrapper-quantita form .quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  background-color: #3c3c3b;
}
.wrapper-quantita form .quantity .qty {
  background-color: transparent;
  width: 100% !important;
  text-align: center;
  border: 0;
  color: #fff;
  font-size: 18px;
}
.wrapper-quantita form .minus {
  order: 1;
  cursor: pointer;
  font-weight: normal;
  font-size: 30px;
  cursor: pointer;
  width: 52px;
  height: 52px;
}
.wrapper-quantita form .quantity {
  order: 2;
}
.wrapper-quantita form .plus {
  order: 3;
  font-weight: normal;
  font-size: 30px;
  cursor: pointer;
  width: 52px;
  height: 52px;
}
.wrapper-quantita form .single_add_to_cart_button {
  order: 4;
  background: transparent;
  border: 1px solid #000;
  cursor: pointer;
  padding: 10px 20px;
  font-family: "Quicksand";
  text-transform: uppercase;
  font-weight: normal;
  will-change: background-color, color;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.wrapper-quantita form .single_add_to_cart_button:hover {
  background-color: #3c3c3b;
  color: #fff;
}

.single-product .eltdf-container {
  padding-top: 10vh;
  padding-bottom: 10vh;
}
.single-product .eltdf-container .product {
  margin: 0 auto;
}
.single-product .eltdf-single-product-title {
  font-family: "versailles";
}
.single-product .eltdf-single-product-summary .price {
  font-family: "versailles";
  font-size: 25px;
  font-style: normal;
}
.single-product .eltdf-single-product-summary .price bdi {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.single-product .eltdf-single-product-summary .price bdi .woocommerce-Price-currencySymbol {
  font-size: 25px;
}
.single-product .woocommerce-notices-wrapper {
  display: none;
}
.single-product .product_meta {
  display: none;
}
.single-product .woocommerce-tabs.wc-tabs-wrapper {
  display: none;
}
.single-product .related.products h2 {
  font-family: "versailles";
  font-size: 32px;
}
.single-product .eltdf-breadcrumbs a:first-child {
  display: none;
}
.single-product .eltdf-breadcrumbs a:first-child + span {
  display: none;
}

.eltdf-woo-single-page.eltdf-woo-single-thumb-on-left-side .eltdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:first-child {
  aspect-ratio: 1;
  display: flex;
}

.product .eltdf-product-list-title {
  font-size: 20px;
  font-family: "Quicksand";
}
.product .price {
  font-family: "versailles" !important;
  font-size: 25px !important;
  font-style: normal !important;
}
.product .price bdi {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .price bdi .woocommerce-Price-currencySymbol {
  font-size: 25px !important;
}
.product .woocommerce-LoopProduct-link {
  position: relative;
  z-index: 999;
}

.eltdf-woo-pl-info-below-image ul.products > .product .button {
  width: 100%;
}
.eltdf-woo-pl-info-below-image ul.products > .product .button::after {
  display: none;
}

.archive.woocommerce-page .eltdf-container {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

/* CART */
.woocommerce-cart .eltdf-title-holder {
  display: none;
}
.woocommerce-cart .eltdf-container {
  padding-top: 10vh;
  padding-bottom: 10vh;
}
.woocommerce-cart .wc-block-components-product-price,
.woocommerce-cart .wc-block-components-product-metadata__description,
.woocommerce-cart .wc-block-cart-item__quantity {
  text-align: left;
}
.woocommerce-cart .wc-block-cart table.wc-block-cart-items {
  margin-bottom: 0;
}
.woocommerce-cart .is-large.wc-block-cart {
  margin-bottom: 0;
}

.wc-block-cart .wc-block-cart__submit-container {
  border: 1px solid #3c3c3b;
  color: #3c3c3b;
  margin-top: 20px;
  will-change: color, background-color;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.wc-block-cart .wc-block-cart__submit-container:hover {
  background-color: #3c3c3b;
  color: #fff;
}
.wc-block-cart .wc-block-cart__submit-container a {
  color: #3c3c3b;
  will-change: color;
  transition: color 0.3s ease-in-out;
  text-transform: uppercase;
}
.wc-block-cart .wc-block-cart__submit-container a:hover {
  color: #fff;
}

/* CHECKOUT */
.woocommerce-checkout .eltdf-title-holder {
  display: none;
}
.woocommerce-checkout .eltdf-container {
  padding-top: 10vh;
  padding-bottom: 10vh;
}
.woocommerce-checkout .wc-block-components-checkout-place-order-button {
  border: 1px solid #3c3c3b;
  color: #3c3c3b;
  background-color: transparent !important;
  will-change: color, background-color !important;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out !important;
  text-transform: uppercase;
}
.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover {
  background-color: #3c3c3b !important;
  color: #fff !important;
}

.woocommerce table,
.woocommerce table th,
.woocommerce table td,
.woocommerce-cart table,
.woocommerce-checkout table,
.woocommerce-account table,
.woocommerce table.shop_table,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.wp-block-woocommerce-checkout-order-summary-block {
  border-radius: 0 !important;
}

/* ACCOUNT */
.woocommerce-account .eltdf-title-holder {
  display: none;
}
.woocommerce-account .eltdf-container {
  min-height: 50vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

/* 404 */
.error404 .eltdf-page-not-found {
  width: 100%;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.error404 .eltdf-page-not-found a {
  font-size: 33px;
  line-height: 1.36em;
  font-weight: 300;
  letter-spacing: 0.095em;
  text-transform: uppercase;
  color: #121f38;
  position: relative;
}
@media screen and (max-width: 480px) {
  .error404 .eltdf-page-not-found a {
    font-size: 23px;
  }
}
.error404 .eltdf-page-not-found a::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: #121f38;
  left: 0;
}/*# sourceMappingURL=main.css.map */