/*
Theme Name: NX
Theme URI:
Author: Omar Folgheraiter
Author URI:
Description: Starter Theme with fontawesome and bootstrap 4.0
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: nx

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/
::selection {
  background-color: #4a5258;
  color: #f4f4f4;
}

html {
  overflow-x: hidden;
}
html.over {
  overflow: hidden;
}
html body {
  overflow-x: hidden;
  background-color: #f4f4f4;
}

@media (max-width: 991px) {
  .container {
    width: 96%;
    max-width: 96%;
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 90%;
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 80%;
    max-width: 80%;
  }
}

.container-fluid {
  width: 96%;
}

@media (min-width: 992px) {
  .hiddendesk {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hiddenmobi {
    display: none !important;
  }

  .mobi-reverse {
    flex-direction: column-reverse;
  }
  .mobi-reverse .wp-block-column:first-child {
    margin-top: 2.1428571429rem;
  }
}
.alignfull {
  width: 100vw;
}
.alignfull .wp-block-group__inner-container {
  margin: auto;
}
@media (max-width: 991px) {
  .alignfull {
    margin-left: calc(-15px - 2vw);
  }
  .alignfull .wp-block-group__inner-container {
    width: calc(100% - 30px - 4vw);
  }
}
@media (min-width: 992px) {
  .alignfull {
    margin-left: calc(-5vw - 15px);
  }
  .alignfull .wp-block-group__inner-container {
    width: calc(90% - 30px);
  }
}
@media (min-width: 1200px) {
  .alignfull {
    margin-left: calc(-10vw - 15px);
  }
  .alignfull .wp-block-group__inner-container {
    width: calc(80% - 30px);
  }
}

.height100 {
  height: 100vh !important;
  min-height: 100vh !important;
}

.flex {
  display: flex;
}
.flex > * {
  flex-basis: 50%;
}

.mt-200 {
  margin-top: -16.6666666667rem;
}

.mb-200 {
  margin-bottom: -8.3333333333rem !important;
}

.nomb {
  margin-bottom: 0 !important;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.scrolling {
  position: relative;
}
.scrolling:before {
  position: absolute;
  content: " ";
  background: url(assets/img/scroll.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 2.5rem;
  width: 1.6666666667rem;
  left: 50%;
  bottom: 4.1666666667rem;
  transform: translateX(-50%);
  z-index: 2;
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.sfalsato {
  padding-top: 0 !important;
  margin-top: 15.5833333333rem;
}
.sfalsato > * > *.wp-block-media-text:first-child .wp-block-media-text__media {
  margin-top: -5.8333333333rem;
}
.sfalsato > * > .wp-block-media-text:first-child + * {
  margin-top: 12.5rem;
}

.pum-theme-994 .pum-container, .pum-theme-tema-predefinito .pum-container {
  padding: 1.6666666667rem !important;
}
@media (max-width: 991px) {
  .pum-theme-994 .pum-container, .pum-theme-tema-predefinito .pum-container {
    left: 50% !important;
    transform: translateX(-50%);
    margin-bottom: 0 !important;
  }
}

.pum-theme-994 .pum-title, .pum-theme-tema-predefinito .pum-title {
  font-size: 1rem !important;
}

.pum-content p {
  font-size: 0.65rem;
  margin-top: 0.5rem;
}

.pum-content a {
  padding: 0.4166666667rem 1.0416666667rem;
  border-radius: 0px;
  display: inline-block;
  text-decoration: none;
  font-size: 0.5rem;
  font-weight: 400;
  cursor: pointer;
  background-color: transparent !important;
  border: 2px solid #649398 !important;
  color: #649398 !important;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-top: 0.625rem;
}
.pum-content a:hover {
  background-color: #649398 !important;
  color: #f4f4f4 !important;
}

@media (max-width: 991px) {
  html {
    font-size: 3.3816425121vw;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  html {
    font-size: 2.4154589372vw;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 1.25vw;
  }
}

body {
  font-family: "futura-pt", sans-serif;
  font-size: 1rem;
}

h1,
.h1 {
  font-size: 5.4166666667rem;
  line-height: 1;
  color: #f4f4f4;
  font-family: "Cormorant", serif;
  font-weight: 500;
}
@media (max-width: 991px) {
  h1,
.h1 {
    font-size: 4.1666666667rem;
  }
}

h2,
.h2 {
  font-size: 5rem;
  line-height: 1;
  color: #649398;
  font-weight: 500;
  font-family: "Cormorant", serif;
}
h2 em,
.h2 em {
  font-family: "Mr De Haviland", cursive;
  font-style: normal;
  font-size: 5.8333333333rem;
}
@media (max-width: 991px) {
  h2,
.h2 {
    font-size: 4.1666666667rem;
  }
}

h3,
.h3 {
  font-size: 1.5rem;
  line-height: 1;
  color: #649398;
  font-weight: 500;
  font-family: "futura-pt", sans-serif;
}

h4,
.h4 {
  font-size: 0.75rem;
  line-height: 1.25;
  font-weight: 500;
  color: #4a5258;
  text-transform: uppercase;
}

h5,
.h5 {
  font-size: 0.8333333333rem;
  line-height: 1.25;
  color: #4a5258;
}

h6,
.h6 {
  font-size: 0.75rem;
  line-height: 1.25;
  color: #4a5258;
  font-weight: 500;
}

p {
  font-size: 1rem;
  line-height: 1.6666;
  color: #4a5258;
  font-weight: 500;
}
p a {
  color: #649398;
}
p em {
  color: #649398;
  font-family: "Mr De Haviland", cursive;
  font-style: normal;
  font-size: 1.666em;
  line-height: 0;
}
p strong {
  color: #649398;
  font-weight: 700;
}
p + p {
  margin-top: 1rem;
}
@media (max-width: 991px) {
  p {
    font-size: 1.1666666667rem;
  }
}

.page-content ul,
.page-content ol {
  font-size: 1rem;
  line-height: 1.6666;
  color: #4a5258;
  font-weight: 300;
  padding-left: 40px;
}

time,
.time {
  font-size: 0.8333333333rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

.has-hero-font-size {
  font-size: 1.3333333333rem !important;
  line-height: 1.45;
}

.has-medium-font-size {
  font-size: 1.5rem !important;
  line-height: 1.45;
  font-family: "Cormorant", serif;
}

.has-large-font-size, .descrizione-camera p {
  font-size: 2.5rem !important;
  line-height: 1.3333;
  font-family: "Cormorant", serif;
}
.has-large-font-size strong, .descrizione-camera p strong {
  color: #4a5258;
  font-weight: 600;
}

.wpml-ls-legacy-list-horizontal {
  padding: 0;
  border: 0;
  margin-top: 1.8333333333rem;
  opacity: 0;
  transition: 0.7s all cubic-bezier(0.4, 0, 0.2, 1);
}
.wpml-ls-legacy-list-horizontal.open {
  opacity: 1;
}
.wpml-ls-legacy-list-horizontal li {
  margin-right: 0.8333333333rem !important;
}
.wpml-ls-legacy-list-horizontal li a {
  padding: 0 !important;
}
.wpml-ls-legacy-list-horizontal li a:hover {
  color: #649398;
}
.wpml-ls-legacy-list-horizontal li.wpml-ls-current-language {
  font-weight: bold;
}

.wp-block-table table {
  margin-top: 1rem;
}
.wp-block-table table tr td {
  padding-left: 0;
  padding-right: 0;
  font-size: 0.75rem;
  border: 0;
}
.wp-block-table table tr td:last-child {
  text-align: right;
}

.has-primario-color {
  color: #649398;
}

.has-primario-background-color {
  background-color: #649398;
}

.has-grigio-color {
  color: #dfe5e6;
}

.has-grigio-background-color {
  background-color: #dfe5e6;
}

.has-bianco-color {
  color: #f4f4f4;
}

.has-bianco-background-color {
  background-color: #f4f4f4;
}

.has-nero-color {
  color: #4a5258;
}

.has-nero-background-color {
  background-color: #4a5258;
}

.wp-block-button__link,
input[type=button] {
  padding: 0.8333333333rem 2.5rem;
  border-radius: 0px;
  display: inline-block;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 500;
  cursor: pointer;
  background-color: transparent !important;
  border: 2px solid #649398 !important;
  color: #649398 !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  min-width: 11.6666666667rem;
}
.wp-block-button__link:hover,
input[type=button]:hover {
  background-color: #649398 !important;
  color: #f4f4f4 !important;
}

.home:not(.scroll) .floating-book .wp-block-button__link {
  border: 2px solid #f4f4f4 !important;
  color: #f4f4f4 !important;
}
.home:not(.scroll) .floating-book .wp-block-button__link:hover {
  background-color: #f4f4f4 !important;
  color: #649398 !important;
}

@media (max-width: 991px) {
  .wp-block-buttons {
    justify-content: flex-start !important;
  }
}

.nf-form-cont {
  margin-bottom: 0 !important;
}

form .nf-form-content {
  width: 100%;
  max-width: none;
}
@media (max-width: 991px) {
  form .nf-form-content {
    padding: 0 !important;
  }
  form .nf-form-content .nf-cell {
    width: 100% !important;
  }
}
form .nf-form-fields-required {
  display: none;
}
form .ninja-forms-req-symbol {
  color: #4a5258;
}
form .nf-error .nf-error-msg {
  color: #649398;
}
form .nf-error.field-wrap .nf-field-element:after {
  background-color: #649398;
}
form .nf-form-content .list-select-wrap .nf-field-element > div:focus, form .nf-form-content input:not([type=button]):focus, form .nf-form-content textarea:focus {
  background-color: transparent !important;
}
form .nf-form-content .listcheckbox-wrap li, form .nf-form-content .listradio-wrap li {
  margin-bottom: 1.25rem !important;
}
form .nf-form-content input[type=button] {
  float: right;
  margin-right: calc(1% + 5px);
}
@media (max-width: 991px) {
  form .nf-form-content input[type=button] {
    float: none;
    margin: 0;
    width: 100%;
  }
}
form .nf-form-content input[type=radio] {
  opacity: 0;
}
form .nf-form-content .nf-row:first-child .nf-cell:nth-child(2) nf-fields {
  margin-left: 4.1666666667rem;
  margin-right: 4.1666666667rem;
  display: block;
}
@media (max-width: 991px) {
  form .nf-form-content .nf-row:first-child .nf-cell:nth-child(2) nf-fields {
    margin-left: 0;
    margin-right: 0;
  }
}
form .nf-form-content .nf-row:nth-child(2) {
  margin-top: 2.3333333333rem;
}
form .nf-form-content .checkbox-wrap {
  max-width: 80%;
}
form .nf-form-content .listradio-wrap .nf-field-element label:after,
form .nf-form-content .checkbox-wrap .nf-field-element label:after, form .nf-form-content .checkbox-wrap .nf-field-label label:after, form .nf-form-content .listcheckbox-wrap .nf-field-element label:after, form .nf-form-content .listcheckbox-wrap .nf-field-label label:after {
  background: transparent;
  border: 2px solid #649398;
  height: 0.8333333333rem;
  width: 0.8333333333rem;
}
form .nf-form-content .list-checkbox-wrap .nf-field-element li label, form .nf-form-content .list-image-wrap .nf-field-element li label, form .nf-form-content .list-radio-wrap .nf-field-element li label {
  font-size: 1rem;
  color: #4a5258;
}
form .nf-form-content .listradio-wrap .nf-field-element label.nf-checked-label:before {
  background-color: #649398;
  left: -1.0416666667rem;
}
form .nf-form-content .nf-field-label {
  margin-bottom: 0.6666666667rem !important;
}
form .nf-form-content .nf-field-label label {
  font-size: 0.75rem;
  font-weight: 400;
  color: #4a5258;
}
@media (max-width: 991px) {
  form .nf-form-content .nf-field-label label {
    font-size: 1rem;
  }
}
form .nf-form-content nf-field {
  margin-bottom: 1.6666666667rem;
  display: block;
}
form .nf-form-content input[type=text],
form .nf-form-content input[type=email],
form .nf-form-content input[type=number],
form .nf-form-content input[type=tel],
form .nf-form-content textarea {
  font-family: "futura-pt", sans-serif;
  font-size: 1.3333333333rem;
  color: #4a5258;
  background: transparent;
  border-radius: 0;
  border: 0px solid #649398;
  border-bottom: 2px solid #649398;
  padding: 0.4166666667rem 0;
}
form .nf-form-content select {
  font-family: "Futura", sans-serif;
  font-size: 1.3333333333rem;
  color: #4a5258;
  background: transparent;
  border-radius: 0;
  border: 0px solid #bb4051;
  border-bottom: 2px solid #bb4051;
  padding: 0.4166666667rem 0;
  padding-right: 1.5rem;
}
form .nf-form-content textarea {
  border: 2px solid #649398;
  border-radius: 0rem;
}
form .nf-form-content .checkbox-container.label-right label {
  font-family: "futura-pt", sans-serif;
  font-size: 0.75rem;
  letter-spacing: -0.01em;
  color: #4a5258;
  font-weight: 400;
}
form .nf-form-content .nf-error.field-wrap .nf-field-element:after {
  border-radius: 999px;
  transform: scale(0.8);
}
form .nf-error-msg {
  font-size: 0.5833333333rem;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background-color: #649398 !important;
  border-color: #649398 !important;
}

.nf-error-msg, .ninja-forms-req-symbol {
  color: #649398 !important;
}

.card-camere {
  margin-bottom: 8.3333333333rem;
}
.card-camere h3 {
  margin-bottom: 1.7916666667rem;
  text-transform: uppercase;
}
.card-camere h3 a {
  color: #649398;
  text-decoration: none;
}
.card-camere h3 a:hover {
  color: #4a5258;
}
.card-camere p {
  height: 9.1666666667rem;
  margin-bottom: 2.5833333333rem;
}
@media (max-width: 991px) {
  .card-camere p {
    height: auto;
  }
}
.card-camere img {
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .card-camere:nth-child(7), .card-camere:nth-child(8), .card-camere:nth-child(9) {
    margin-bottom: 0;
  }
}

.card-servizi {
  margin-bottom: 2.5rem;
}
.card-servizi h4 {
  font-size: 1rem;
  text-transform: uppercase;
}
.card-servizi p {
  max-width: 80%;
}
@media (min-width: 992px) {
  .card-servizi:nth-child(10), .card-servizi:nth-child(11), .card-servizi:nth-child(12) {
    margin-bottom: 0;
  }
}

.card-post {
  margin-bottom: 5rem;
}
.card-post .card-post__thumbnail figure {
  margin-bottom: 1rem;
}
.card-post .card-post__thumbnail figure img {
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.card-post h3 {
  margin-bottom: 1rem;
  font-weight: 400 !important;
}
.card-post time {
  display: block;
  margin-bottom: 1rem;
  color: #4a5258;
  opacity: 0.75;
  letter-spacing: 0.02em;
}
.card-post p {
  margin-bottom: 1rem;
}

.pagination {
  margin-top: 3.3333333333rem;
}
.pagination a, .pagination span {
  display: inline-block;
  margin: 0 5px;
  color: #4a5258;
}

.popup {
  position: fixed;
  bottom: 1.875rem;
  left: 2%;
  padding: 0.8333333333rem;
  z-index: 99;
  background-color: #f4f4f4;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 1.25rem #4a525880;
  opacity: 0;
  transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
}
.popup.show {
  opacity: 1;
}
.popup.hide {
  display: none;
}
.popup .popup__close {
  position: absolute;
  height: 0.75rem;
  width: 0.75rem;
  background-color: #4a525850;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: -0.9166666667rem;
  cursor: pointer;
}
.popup .popup__close .closebutton {
  width: 0.4166666667rem;
  height: 0.4166666667rem;
  position: relative;
}
.popup .popup__close .closebutton span {
  background-color: #f4f4f4;
  position: absolute;
  width: 126%;
  height: 0.0416666667rem;
}
.popup .popup__close .closebutton span:nth-child(1) {
  transform-origin: top left;
  transform: rotate(45deg);
}
.popup .popup__close .closebutton span:nth-child(2) {
  transform-origin: bottom left;
  transform: rotate(-45deg);
  bottom: 0;
}
.popup a {
  text-decoration: none;
  display: flex;
  gap: 0.625rem;
}
.popup a .popup__content {
  width: 75%;
}
.popup a .popup__content p {
  font-size: 0.5833333333rem;
  color: #649398;
  margin-top: 0 !important;
  width: max-content;
}
.popup a .popup__content p strong {
  color: #4a5258;
}
.popup a .popup__content p em {
  font-family: "futura-pt", sans-serif;
  color: #4a5258;
  font-size: 0.4166666667rem;
}
.popup a .popup__icon {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.popup a .popup__icon svg {
  height: 2.5rem;
  width: auto;
}
.popup a .popup__icon svg path {
  fill: #649398;
  opacity: 0.3;
  transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
}
.popup a:hover .popup__icon svg path {
  opacity: 1;
}

.popup-banner {
  position: fixed;
  bottom: -8.3333333333rem;
  left: 0%;
  width: 100%;
  padding: 0.625rem;
  z-index: 99;
  background-color: #f4f4f4;
  align-items: center;
  box-shadow: 0 0 1.25rem #4a525880;
  transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
}
.popup-banner.scroll {
  bottom: 0;
}
.popup-banner .container {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .popup-banner .container {
    flex-direction: column-reverse;
  }
}
.popup-banner .popup__content {
  width: 75%;
}
@media (max-width: 991px) {
  .popup-banner .popup__content {
    width: 100%;
  }
}
.popup-banner .popup__content p {
  font-size: 0.6666666667rem;
  color: #649398;
  margin-top: 0 !important;
  width: max-content;
}
@media (max-width: 991px) {
  .popup-banner .popup__content p {
    font-size: 0.75rem;
  }
}
.popup-banner .popup__content p strong {
  color: #4a5258;
}
.popup-banner .popup__content p em {
  font-family: "futura-pt", sans-serif;
  color: #4a5258;
  font-size: 0.5833333333rem;
}
@media (max-width: 991px) {
  .popup-banner .popup__content p em {
    font-size: 0.6666666667rem;
  }
}
.popup-banner .popup__button {
  width: 25%;
  text-align: right;
}
@media (max-width: 991px) {
  .popup-banner .popup__button {
    width: 100%;
    margin-bottom: 0.4166666667rem;
  }
}
.popup-banner .popup__button .wp-block-button__link {
  padding: 0.625rem 0.8333333333rem;
  font-size: 0.5833333333rem;
  background-color: #649398 !important;
  color: #f4f4f4 !important;
}
@media (max-width: 991px) {
  .popup-banner .popup__button .wp-block-button__link {
    width: 100%;
  }
}
.popup-banner .popup__button .wp-block-button__link:hover {
  background-color: transparent !important;
  color: #649398 !important;
}

@media (max-width: 991px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) {
    flex-wrap: wrap !important;
  }
}
@media (max-width: 991px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column {
    margin-bottom: 3rem;
    margin-left: 0 !important;
    flex-basis: 100% !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column:last-child {
    margin-bottom: 0;
  }
  .serviziinclusi .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column {
    margin-bottom: 1rem !important;
  }
}

@media (max-width: 991px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
    flex-basis: 100% !important;
  }
}

.callsection .wp-block-column:first-child {
  padding-left: 10vw;
  position: relative;
}
@media (max-width: 991px) {
  .callsection .wp-block-column:first-child {
    padding: 0 15px;
    margin-bottom: 2rem;
  }
}
.callsection .wp-block-column:first-child h2 {
  width: 200%;
  font-size: 5.8333333333rem;
}
@media (max-width: 991px) {
  .callsection .wp-block-column:first-child h2 {
    width: auto;
    font-size: 5rem;
  }
  .callsection .wp-block-column:first-child h2 + .wp-block-spacer {
    height: 4.1666666667rem !important;
  }
}
.callsection .wp-block-image {
  margin: 0;
}
.callsection .wp-block-image img {
  width: 100%;
  height: 38.4166666667rem;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 991px) {
  .menu .wp-block-columns.is-not-stacked-on-mobile .wp-block-column:first-child {
    flex-basis: 80% !important;
    margin-bottom: 0 !important;
  }
  .menu .wp-block-columns.is-not-stacked-on-mobile .wp-block-column:last-child {
    flex-basis: 20% !important;
  }
}
.wp-block-group.has-background {
  padding-top: 8.3333333333rem;
  padding-bottom: 8.3333333333rem;
}
.wp-block-group.has-background p + .wp-block-buttons {
  margin-top: 0.8333333333rem;
}
.wp-block-group.paddingbottombig {
  padding-bottom: 16.6666666667rem;
}
.wp-block-group.paddingtopbig {
  padding-top: 18.75rem;
}

.wp-block-image img {
  height: auto;
}

.wp-block-media-text .wp-block-media-text__content {
  width: 100%;
  box-sizing: border-box;
  padding: 0 7.5rem;
}
.wp-block-media-text .wp-block-media-text__content h2, .wp-block-media-text .wp-block-media-text__content .h2 {
  margin-bottom: 3.125rem;
}
.wp-block-media-text .wp-block-media-text__content .wp-block-button {
  margin-top: 3.125rem;
}
@media (max-width: 991px) {
  .wp-block-media-text .wp-block-media-text__content {
    width: auto;
    padding: 0 calc(15px + 2vw);
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0 calc(5vw + 15px);
  }
}
@media (min-width: 1200px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0 calc(7vw + 15px);
  }
}

.sfalsato .wp-block-media-text .wp-block-media-text__content {
  padding-left: 5.4166666667rem;
}

.wp-block-media-text.verticale.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
  padding-right: 7.5rem;
}
.wp-block-media-text.verticale .wp-block-media-text__content {
  padding-right: 0;
}
.wp-block-media-text.verticale .wp-block-media-text__content .wp-block-button {
  margin-top: 18.3333333333rem;
}
@media (max-width: 991px) {
  .wp-block-media-text.verticale .wp-block-media-text__content .wp-block-button {
    margin-top: 3.1666666667rem;
  }
}

.content-page-single > .wp-block-media-text .wp-block-media-text__media {
  position: relative;
}
.content-page-single > .wp-block-media-text .wp-block-media-text__media:before {
  content: " ";
  position: absolute;
  height: 6.5833333333rem;
  width: 6.4583333333rem;
  background-image: url(assets/img/luccichio.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 2.5rem;
  right: -1.25rem;
  z-index: 2;
}
.content-page-single > .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media:before {
  left: -1.25rem;
  right: auto;
}

@media (max-width: 991px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
    margin-top: 3.1666666667rem;
  }
}
.wp-block-eedee-block-gutenslider .swiper-lazy {
  opacity: 1 !important;
}

.swiper-slide {
  position: relative;
}
.swiper-slide:before {
  content: "";
  position: absolute;
  opacity: 0.6;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.59) 29%, rgba(0, 0, 0, 0) 100%);
  z-index: 10;
}

header {
  position: fixed;
  width: 100%;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  z-index: 99;
  transition: 0.4s all cubic-bezier(0.4, 0, 0.2, 1);
}
header .header__logo {
  text-align: center;
}
header .header__logo img {
  height: 3rem;
  width: auto;
  position: relative;
  top: -0.4166666667rem;
  filter: grayscale(1) brightness(10);
  transition: 0.4s all cubic-bezier(0.4, 0, 0.2, 1);
}
header .header__logo img:hover {
  filter: brightness(1);
}
@media (max-width: 991px) {
  header .header__logo img {
    height: 2.7083333333rem;
  }
}
header .header__contatti {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 992px) {
  header .header__contatti p {
    font-size: 0.7916666667rem;
  }
}
@media (min-width: 1200px) {
  header .header__contatti p {
    font-size: 0.625rem;
  }
}
header .header__contatti p a {
  text-decoration: none;
  display: inline-block;
  color: #f4f4f4;
}
header .header__contatti p a:first-child {
  margin-right: 1rem;
}
header .header__contatti p a:hover {
  text-decoration: underline;
}
header .header__voucher {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
header .header__voucher p {
  font-size: 0.75rem;
  color: #f4f4f4;
}
header .header__voucher p a {
  text-decoration: none;
}
header .header__voucher p a:hover {
  text-decoration: overline;
}
header .header__kian {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
header .header__kian img {
  position: relative;
  top: -0.125rem;
  filter: brightness(10);
  cursor: pointer;
  width: 1.6666666667rem;
  height: 1.6666666667rem;
}
header .header__kian img:hover {
  filter: nobrightness(1);
}
@media (max-width: 991px) {
  header .header__kian img {
    height: 2rem;
    width: auto;
  }
}
header.scroll {
  padding-top: 0.8333333333rem;
  padding-bottom: 0.8333333333rem;
  background-color: #f4f4f4;
}
header.scroll .header__voucher, header.scroll .header__contatti {
  align-items: center;
}
header.scroll .header__voucher p, header.scroll .header__voucher a, header.scroll .header__contatti p, header.scroll .header__contatti a {
  color: #4a5258;
}
header.scroll .header__logo img, header.scroll .header__kian img {
  filter: brightness(1);
}
header.scroll .header__kian {
  align-items: center;
}
header.scroll .header__logo img {
  height: 2.1666666667rem;
  top: 0;
}
@media (max-width: 991px) {
  header.scroll .header__logo img {
    height: 2.1666666667rem;
  }
}
header.scroll .header__hamburger {
  align-items: center;
}
header.scroll .header__hamburger span {
  background-color: #4a5258;
}

.header__hamburger {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.header__hamburger .nav-hamburger {
  height: 1.25rem;
  width: 1.6666666667rem;
  position: relative;
  cursor: pointer;
  box-sizing: content-box;
}
@media (max-width: 991px) {
  .header__hamburger .nav-hamburger {
    height: 1.5rem;
    width: 2rem;
  }
}
.header__hamburger .nav-hamburger .content-hambu {
  height: 100%;
  width: 100%;
  position: relative;
}
.header__hamburger .nav-hamburger .content-hambu:hover span {
  background-color: #649398;
}
.header__hamburger .nav-hamburger span {
  display: block;
  height: 0.125rem;
  width: 100%;
  background-color: #f4f4f4;
  position: absolute;
  transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
}
.header__hamburger .nav-hamburger span:first-child {
  top: 0;
  width: 75%;
}
.header__hamburger .nav-hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header__hamburger .nav-hamburger span:last-child {
  bottom: 0;
  width: 50%;
}
.header__hamburger .nav-hamburger:hover span {
  background-color: #4a5258;
}
.header__hamburger .nav-hamburger:hover span:first-child {
  top: 0;
  width: 50%;
}
.header__hamburger .nav-hamburger:hover span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header__hamburger .nav-hamburger:hover span:last-child {
  bottom: 0;
  width: 75%;
}

.pannello-menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0%;
  left: -150vw;
  background-color: #f4f4f4;
  z-index: 100;
  transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
}
.pannello-menu.open {
  left: 0;
}
.pannello-menu #close {
  position: absolute;
  top: 1.875rem;
  left: 2%;
  height: 1.25rem;
  width: auto;
  cursor: pointer;
  transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10;
}
.pannello-menu #close:hover {
  filter: grayscale(1);
}
@media (max-width: 991px) {
  .pannello-menu #close {
    left: 15px;
  }
}
.pannello-menu ul.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 0.75rem;
  list-style: none;
}
@media (max-width: 991px) {
  .pannello-menu ul.menu {
    margin-top: 8.3333333333rem;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .pannello-menu ul.menu {
    margin-top: 6.25rem;
  }
}
@media (min-width: 1200px) {
  .pannello-menu ul.menu {
    margin-top: 5.4166666667rem;
  }
}
.pannello-menu ul.menu li {
  opacity: 0;
  transition: 0.4s all cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(-10px);
}
.pannello-menu ul.menu li.popen {
  opacity: 1;
  transform: translateX(0px);
}
.pannello-menu ul.menu > li {
  width: 25%;
  font-family: "Cormorant", serif;
  font-size: 2.5rem;
  margin-bottom: 2.0833333333rem;
}
@media (max-width: 991px) {
  .pannello-menu ul.menu > li {
    width: 100%;
    font-size: 4.1666666667rem;
  }
}
.pannello-menu ul.menu > li > ul {
  margin-top: 1rem;
  list-style: none;
}
@media (max-width: 991px) {
  .pannello-menu ul.menu > li > ul {
    display: none;
  }
}
.pannello-menu ul.menu > li > ul li {
  font-size: 1rem;
  font-family: "futura-pt", sans-serif;
  line-height: 1.8;
}
.pannello-menu ul.menu a {
  color: #4a5258;
  text-decoration: none;
}
.pannello-menu ul.menu a:hover {
  color: #649398;
}

.pannello-kjan {
  position: fixed;
  top: 0;
  right: -100vw;
  height: 100vh;
  background-color: #f4f4f4;
  padding-left: 6.25rem;
  padding-right: 7.25rem;
  z-index: 100;
  transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 991px) {
  .pannello-kjan {
    width: 100vw;
    padding-right: 6.25rem;
    right: -150vw;
  }
}
.pannello-kjan.open {
  right: 0;
}
.pannello-kjan #close-kjan {
  position: absolute;
  top: 1.875rem;
  right: 2%;
  height: 1.25rem;
  width: auto;
  cursor: pointer;
  transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
  transform: rotate(180deg);
}
.pannello-kjan #close-kjan:hover {
  filter: grayscale(1);
}
@media (max-width: 991px) {
  .pannello-kjan #close-kjan {
    right: 15px;
  }
}
.pannello-kjan .pannello-kjan__loghi {
  margin-top: 4.5833333333rem;
}
@media (max-width: 991px) {
  .pannello-kjan .pannello-kjan__loghi {
    margin-top: 8.3333333333rem;
  }
}
.pannello-kjan .pannello-kjan__loghi .kjan__loghi {
  margin-bottom: 2.5rem;
  text-align: center;
}
.pannello-kjan .pannello-kjan__loghi .kjan__loghi:last-child {
  margin-bottom: 0;
}
.pannello-kjan .pannello-kjan__loghi .kjan__loghi:first-child {
  margin-bottom: 7.5rem;
}
.pannello-kjan .pannello-kjan__loghi .kjan__loghi:first-child img {
  width: 9.375rem;
}
.pannello-kjan .pannello-kjan__loghi .kjan__loghi img {
  width: 13.5416666667rem;
  height: auto;
}
@media (max-width: 991px) {
  .pannello-kjan .pannello-kjan__loghi .kjan__loghi img {
    width: 100%;
  }
}

.floating-book {
  position: fixed;
  bottom: 1.875rem;
  right: 2%;
  z-index: 99;
  display: none;
}
@media (max-width: 991px) {
  .floating-book {
    right: calc(2vw + 15px);
  }
}

.newsletter {
  padding-top: 8.5rem;
  padding-bottom: 3.3333rem;
}
.newsletter p strong {
  color: #649398;
}
@media (max-width: 991px) {
  .newsletter .nf-form-content {
    margin-top: 2rem;
  }
}
.newsletter nf-cells {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .newsletter nf-cells {
    display: block;
  }
}
.newsletter nf-cells nf-field:last-child {
  margin-bottom: 0 !important;
}

.kjan {
  padding: 5.4166666667rem 0;
  background-color: #f4f4f4;
}
.kjan .kjan__loghi {
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
.kjan .kjan__loghi img {
  height: 2.5rem;
  width: auto;
}
.kjan .kjan__loghi:first-child {
  justify-content: flex-start;
}

footer {
  padding-top: 5.4166666667rem;
  padding-bottom: 5.4166666667rem;
  background-color: #dfe5e6;
}
@media (max-width: 991px) {
  footer {
    padding-bottom: 10.4166666667rem;
  }
}
footer a {
  color: #4a5258;
}
footer a:hover {
  color: #649398;
}
footer .menu {
  font-size: 1.3333333333rem;
  font-family: "Cormorant", serif;
  line-height: 1.18;
  list-style: none;
}
footer .menu a {
  color: #4a5258;
  text-decoration: none;
}
footer .menu a:hover {
  color: #649398;
}
@media (min-width: 992px) {
  footer .menu {
    font-size: 1.5833333333rem;
    line-height: 1.25;
  }
}
@media (min-width: 1200px) {
  footer .menu {
    font-size: 1.3333333333rem;
    line-height: 1.18;
  }
}
footer p {
  line-height: 1.666;
  margin-bottom: 1.3333333333rem;
}
@media (max-width: 991px) {
  footer p {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  footer p {
    font-size: 0.7916666667rem;
  }
}
@media (min-width: 1200px) {
  footer p {
    font-size: 0.625rem;
  }
}
footer .hashtag p {
  font-size: 2.4166666667rem;
  line-height: 1.2;
  font-family: "Cormorant", serif;
  margin-bottom: 0;
}
footer .footer__social {
  margin-top: 2.0833333333rem;
  display: flex;
  justify-content: space-between;
}
footer .footer__social svg {
  height: 1.4583333333rem !important;
  width: auto !important;
}
footer .footer__social img {
  height: 1.5416666667rem;
}
@media (max-width: 991px) {
  footer .footer-col-2 {
    margin-bottom: 3rem;
  }
}
footer .bannerbando {
  margin-top: 3rem;
}
footer .bannerbando .wp-block-image {
  margin-bottom: 0.5rem;
}
footer .bannerbando p {
  font-size: 0.5416666667rem;
  margin-bottom: 0;
}

.error404 .main-content {
  margin-top: 10rem;
}
.error404 .main-content h1 {
  color: #4a5258;
}

.single-camere .hero-camera {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 11.6666666667rem;
  padding-bottom: 6.0833333333rem;
  box-sizing: content-box;
}
.single-camere .hero-camera .hero-camera__content {
  max-width: 80vw;
  position: relative;
  z-index: 2;
}
.single-camere .hero-camera .hero-camera__content h1 {
  margin-bottom: 1.6666666667rem;
  text-align: center;
  color: #649398;
  font-weight: 400;
}
.single-camere .hero-camera .hero-camera__content p {
  color: #649398;
  text-align: center;
}
.single-camere .hero-camera .hero-camera__content p.dati-camera {
  color: #4a5258;
}
.single-camere .slider-camere {
  margin-bottom: 11.0833333333rem;
}
.single-camere .descrizione-camera {
  max-width: 80%;
  margin-bottom: 12.5rem;
}
@media (max-width: 991px) {
  .single-camere .descrizione-camera {
    max-width: 100%;
  }
}
.single-camere .wp-block-group > * > * {
  margin-bottom: 4rem;
}
.single-camere .wp-block-group > * > h3 {
  margin-bottom: 1.6666666667rem;
}
.single-camere .wp-block-group > * > .has-medium-font-size {
  margin-bottom: 0;
}
.single-camere figure img {
  width: 100%;
  height: auto;
}
.single-camere .testoprenotazione-camera {
  margin-top: 12.5rem;
  margin-bottom: 12.5rem;
}
.single-camere .testoprenotazione-camera h3 {
  margin-bottom: 1.875rem;
}
.single-camere .card-servizi {
  margin-bottom: 2.5rem !important;
}

.single-post .hero-single {
  height: 65vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-top: 3.8rem;
  margin-bottom: 4rem;
}
.single-post .hero-single:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.59) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 991px) {
  .single-post .hero-single:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.59) 40%, rgba(0, 0, 0, 0) 100%);
  }
}
.single-post .hero-single .hero-single__content {
  max-width: 80vw;
  position: relative;
  z-index: 2;
}
.single-post .hero-single .hero-single__content h1 {
  margin-bottom: 2.0833333333rem;
  text-align: center;
  font-size: 4rem;
}
@media (max-width: 991px) {
  .single-post .hero-single .hero-single__content h1 {
    font-size: 3rem;
  }
}
.single-post .hero-single .hero-single__content time {
  color: #f4f4f4;
  text-align: center;
  display: block;
}
.single-post .content-page-single h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-family: "Cormorant", serif;
  text-transform: none;
  font-weight: 500;
}
.single-post .content-page-single h3 {
  font-size: 1.75rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "Cormorant", serif;
  text-transform: none;
  font-weight: 500;
}
.single-post .content-page-single h4 {
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "Cormorant", serif;
  text-transform: none;
  font-weight: 500;
}
.single-post .content-page-single h5 {
  font-size: 1.25rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "Cormorant", serif;
  text-transform: none;
  font-weight: 500;
}
.single-post .content-page-single h6 {
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "Cormorant", serif;
  text-transform: none;
  font-weight: 500;
}
.single-post .content-page-single p {
  max-width: 75%;
}
@media (max-width: 991px) {
  .single-post .content-page-single p {
    max-width: 100%;
  }
}
.single-post .content-page-single ul {
  padding-left: 1.6666666667rem;
  font-size: 1rem;
  line-height: 1.6666;
  color: #4a5258;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.single-post .content-page-single blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 1.6666666667rem;
  max-width: 75%;
}
.single-post .content-page-single blockquote p {
  font-style: italic;
}
.single-post .content-page-single .has-large-font-size {
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.single-post .content-page-single .has-large-font-size:first-child {
  margin-top: 0;
}
.single-post .content-page-single figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.single-post .content-page-single .wp-block-media-text {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.single-post .content-page-single .wp-block-media-text p {
  width: 100%;
}
.single-post .content-page-single .wp-block-media-text .wp-block-media-text__content {
  padding-left: 0;
  padding-right: 0;
  margin-left: 25%;
}
@media (max-width: 991px) {
  .single-post .content-page-single .wp-block-media-text .wp-block-media-text__content {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.single-post .content-page-single .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
  padding-right: 0;
  margin-right: 25%;
  margin-left: 0;
}
.single-post .content-page-single .wp-block-media-text figure {
  margin: 0;
}
.single-post .content-page-single .wp-block-media-text figure:before {
  display: none;
}
.single-post #nav-single {
  display: flex;
  justify-content: space-between;
  margin-top: 7rem;
  font-size: 2.5rem;
  font-family: "Cormorant", serif;
  font-weight: 300;
}
.single-post #nav-single a {
  text-decoration: none;
  color: #4a5258;
}
.single-post #nav-single a .meta-nav {
  color: #649398;
  background-image: url(assets/img/freccia.svg);
  width: 2.5rem;
  height: 1.25rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.single-post #nav-single a:hover {
  color: #649398;
}
.single-post #nav-single .nav-next .meta-nav {
  transform: rotate(180deg);
}
.single-post .single-related {
  background-color: #dfe5e6;
  padding: 5rem 0;
  margin-top: 7rem;
}
.single-post .single-related h2 {
  margin-bottom: 3rem;
}

@media (max-width: 991px) {
  .single-landingpage .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 3.1666666667rem;
    margin-top: 0;
  }
  .single-landingpage .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 2;
  }
  .single-landingpage .hero-simple {
    height: auto !important;
  }
}
.single-landingpage .slider-camere__content a {
  display: none;
}

.page-content .content-page-single > * {
  margin-bottom: 9.75rem;
}
.page-content .content-page-single > *:last-child {
  margin-bottom: 0;
}
.page-content .content-page-single > .wp-block-group > * > * {
  margin-bottom: 4rem;
}
.page-content .content-page-single > .wp-block-group > * > *.wp-block-media-text + .wp-block-media-text {
  margin-top: 12.25rem;
}
.page-content .content-page-single > .wp-block-group > * > *.wp-block-media-text + .callsection {
  margin-top: 12.25rem;
}
.page-content .content-page-single > .wp-block-group > * > *:last-child {
  margin-bottom: 0;
}
.page-content .content-page-single > .wp-block-image img {
  width: 100%;
  height: auto;
}

.hero-page {
  height: 77vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hero-page:before {
  bottom: 1.6666666667rem;
  z-index: 2;
}
.hero-page:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.59) 0%, rgba(0, 0, 0, 0) 100%);
}
.hero-page .hero-page__content {
  max-width: 80vw;
  position: relative;
  z-index: 2;
}
.hero-page .hero-page__content h1 {
  margin-bottom: 2.0833333333rem;
  text-align: center;
}
.hero-page .hero-page__content p {
  color: #f4f4f4;
  text-align: center;
}

.hero-simple {
  text-align: center;
  height: 19.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5.5833333333rem;
  box-sizing: content-box;
  margin-bottom: 0 !important;
}
@media (max-width: 991px) {
  .hero-simple {
    margin-bottom: 4.1666666667rem !important;
  }
}
.hero-simple .hero-page__content {
  max-width: 80vw;
  position: relative;
  z-index: 2;
}
.hero-simple .hero-page__content h1 {
  margin-bottom: 1.6666666667rem;
  text-align: center;
  color: #649398;
  font-weight: 400;
}
.hero-simple .hero-page__content p {
  color: #649398;
  text-align: center;
}

.slider-camere > .lSSlideOuter {
  overflow: visible;
}
.slider-camere > .lSSlideOuter > .lSSlideWrapper {
  max-width: 70%;
  overflow: visible;
}
@media (max-width: 991px) {
  .slider-camere > .lSSlideOuter > .lSSlideWrapper {
    max-width: 100%;
  }
}
.slider-camere > .lSSlideOuter > .lSSlideWrapper .lightSlider {
  height: auto !important;
}
.slider-camere > .lSSlideOuter > .lSSlideWrapper > .lSAction {
  position: absolute;
  top: 36.3333333333rem;
  right: -7.6666666667rem;
  display: flex;
}
@media (max-width: 991px) {
  .slider-camere > .lSSlideOuter > .lSSlideWrapper > .lSAction {
    right: 0rem;
    top: 105%;
  }
}
.slider-camere > .lSSlideOuter > .lSSlideWrapper > .lSAction a {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
}
.slider-camere > .lSSlideOuter > .lSSlideWrapper > .lSAction a img {
  width: 2.5833333333rem;
  height: auto;
}
.slider-camere > .lSSlideOuter > .lSSlideWrapper > .lSAction a.lSPrev {
  margin-right: 0.4166666667rem;
}
.slider-camere > .lSSlideOuter > .lSSlideWrapper > .lSAction a.lSNext {
  margin-left: 0.4166666667rem;
}
.slider-camere > .lSSlideOuter > .lSSlideWrapper > .lSAction a.lSNext img {
  transform: rotate(180deg);
}
.slider-camere > .lSSlideOuter > * > * > li img {
  width: 100%;
  height: 28.9583333333rem;
  object-fit: cover;
  object-position: center;
  transition: 0.4s all cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: 3.625rem;
}
.slider-camere > .lSSlideOuter > * > * > li.active img {
  height: 32.5833333333rem;
  margin-top: 0;
}
.slider-camere > .lSSlideOuter > * > * > li.active .slider-camere__content {
  opacity: 1 !important;
}
.slider-camere > .lSSlideOuter > * > * > li .slider-camere__content {
  opacity: 0;
  justify-content: space-between;
  transition: 0.4s all cubic-bezier(0.4, 0, 0.2, 1);
}
.slider-camere > .lSSlideOuter > * > * > li .slider-camere__content > div:first-child {
  flex-basis: 50%;
}
.slider-camere > .lSSlideOuter > * > * > li .slider-camere__content > div:first-child h3 {
  font-size: 2.5rem;
  font-family: "Cormorant", serif;
  color: #4a5258;
  margin-bottom: 2.5rem;
}
.slider-camere > .lSSlideOuter > * > * > li .slider-camere__content > div:first-child p {
  max-width: 90%;
}
@media (max-width: 991px) {
  .slider-camere > .lSSlideOuter > * > * > li .slider-camere__content > div:first-child {
    flex-basis: 65%;
  }
}
.slider-camere > .lSSlideOuter > * > * > li .slider-camere__content > div:last-child {
  flex-basis: 38%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.slider-camere > .lSSlideOuter > * > * > li .slider-camere__content > div:last-child a {
  max-width: max-content;
}
@media (max-width: 991px) {
  .slider-camere > .lSSlideOuter > * > * > li .slider-camere__content > div:last-child {
    flex-basis: 25%;
  }
  .slider-camere > .lSSlideOuter > * > * > li .slider-camere__content > div:last-child .wp-block-button__link {
    min-width: max-content;
  }
}
.slider-camere > .lSSlideOuter > * > * > li .slider-camere__content .infocamera div:first-child {
  flex-basis: 66%;
}
.slider-camere > .lSSlideOuter > * > * > li .slider-camere__content .infocamera div:last-child {
  flex-basis: 34%;
}
@media (max-width: 991px) {
  .slider-camere > .lSSlideOuter > * > * > li .slider-camere__content .infocamera div:last-child {
    margin-top: 2rem;
  }
}
@media (max-width: 991px) {
  .slider-camere > .lSSlideOuter > * > * > li .slider-camere__content .infocamera {
    flex-direction: column;
  }
  .slider-camere > .lSSlideOuter > * > * > li .slider-camere__content .infocamera div {
    flex-basis: 100%;
  }
}

.slider-camere__thumbnail .lSSlideOuter {
  margin-bottom: 3.75rem;
}
.slider-camere__thumbnail .lSSlideOuter .lSAction {
  opacity: 0;
  transition: 0.3s opacity cubic-bezier(0.4, 0, 0.2, 1);
}
.slider-camere__thumbnail .lSSlideOuter .lSAction a {
  width: auto;
  height: auto;
  margin: 0;
}
.slider-camere__thumbnail .lSSlideOuter .lSAction a img {
  width: 2.5833333333rem;
  height: auto;
}
.slider-camere__thumbnail .lSSlideOuter .lSAction a.lSPrev {
  margin-left: 0.8333333333rem;
}
.slider-camere__thumbnail .lSSlideOuter .lSAction a.lSNext {
  margin-right: 0.8333333333rem;
}
.slider-camere__thumbnail .lSSlideOuter .lSAction a.lSNext img {
  transform: rotate(180deg);
}

.active .slider-camere__thumbnail .lSAction {
  opacity: 1;
}

/*# sourceMappingURL=style.css.map */
