@charset "UTF-8";
/*CASA ROSSA*/
/* Variabili*/
/*reset*/
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://cdn.icomoon.io/82212/Ricettivit/style.css?3hlww1");
a, a:visited, a:active, a:focus, a:hover {
  text-decoration: none;
  outline: none; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

ol {
  margin: 0;
  padding: 0; }
  ol li {
    margin-bottom: 0.5em; }

em {
  color: inherit; }

html {
  font-size: 17px;
  font-weight: 300;
  scroll-behavior: smooth; }

body {
  font-family: "Montserrat", sans-serif;
  line-height: 150%;
  font-weight: 400; }

[class*="icon-"]:before {
  font-weight: 400 !important; }

/*bootstrap-reset*/
.modal-xl {
  max-width: 1080px; }

.flex {
  display: flex; }

.flexcenter {
  display: flex;
  justify-content: center;
  align-items: center; }

.flexstretch {
  display: flex;
  justify-content: center;
  align-items: stretch; }

.flexend {
  justify-content: flex-end; }

.flexstart {
  justify-content: flex-start; }

.centrato {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.nascosto {
  display: none; }

.relative {
  position: relative; }

.riempi {
  object-fit: cover;
  height: 100%;
  width: 100%; }

.solomobile {
  display: none; }

.bg-scuro {
  background: #FCF6EE; }

.bg-scurissimo {
  background: #F2E8DB; }

.bg-colore1 {
  background-color: #911;
  color: #fff; }

.bg-colore2 {
  background-color: #711;
  color: #fff; }

.bg-colore3 {
  background-color: #b6916c;
  color: #fff; }

.bg-grayfade {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100px);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100px);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100px); }

[class*="bg-colore"] {
  color: #fff; }
  [class*="bg-colore"] a, [class*="bg-colore"] a:visited, [class*="bg-colore"] a:active, [class*="bg-colore"] a:focus, [class*="bg-colore"] a:hover {
    color: #fff; }
  [class*="bg-colore"] .tasto {
    background-color: rgba(0, 0, 0, 0.2); }
    [class*="bg-colore"] .tasto:visited, [class*="bg-colore"] .tasto:active, [class*="bg-colore"] .tasto:focus, [class*="bg-colore"] .tasto:hover {
      background-color: rgba(0, 0, 0, 0.2); }
    [class*="bg-colore"] .tasto:hover {
      background-color: rgba(0, 0, 0, 0.4); }

.bg-blended {
  background-color: rgba(153, 17, 17, 0.1); }

.txt-grigio {
  color: #666; }

.txt-colore1 {
  color: #911; }

.txt-colore2 {
  color: #711; }

.txt-default {
  color: #333; }

.txt-center {
  text-align: center; }

.txt-left {
  text-align: left; }

.txt-right {
  text-align: right; }

.corpo080 {
  font-size: 0.8em;
  line-height: 1.4em; }

.corpo090 {
  font-size: 0.9em;
  line-height: 1.4em; }

.corpo120 {
  font-size: 1.2em;
  line-height: 1.4em; }

.corpo150 {
  font-size: 1.5em;
  line-height: 1.4em; }

.corpo200 {
  font-size: 2em;
  line-height: 1.4em; }

.corpo300 {
  font-size: 3em;
  line-height: 1.4em; }

.corpo400 {
  font-size: 4em;
  line-height: 1.4em; }

.separatore {
  border-top: 1px solid #999;
  margin: 2em 0;
  clear: both;
  display: block; }

.fascia {
  padding: 3.5rem 2rem; }

.stretto {
  max-width: 800px;
  margin: 0 auto; }

.strettissimo {
  max-width: 500px;
  margin: 0 auto; }

.apice, .pedice {
  position: relative;
  font-size: .6em;
  top: -.5em; }

.pedice {
  top: auto;
  bottom: -.2em; }

.nota {
  color: .nota grigio;
  font-style: italic;
  font-size: 15px; }

.strong {
  font-weight: 600; }

/*twist*/
.twist {
  display: flex;
  justify-content: center;
  align-items: stretch; }
  .twist > div {
    width: 50%;
    position: relative; }
  .twist .testo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5vw;
    font-size: 1.5em;
    line-height: 1.2;
    font-weight: 300; }
  .twist .immagine img {
    object-fit: cover;
    width: 100%;
    height: 200px;
    min-height: 100%; }

.box-tasti {
  display: flex;
  flex-wrap: wrap; }
  .box-tasti .tasto {
    display: block;
    width: calc(50% - 5px);
    margin: 2px;
    position: relative;
    white-space: inherit; }

/*ELENCHI*/
.elenco {
  margin-bottom: 2em;
  /*puntati*/
  /*spaziato*/ }
  .elenco li {
    position: relative; }
  .elenco.cerchi li, .elenco.quadrati li, .elenco.linee li {
    padding-left: 1.75em;
    margin-bottom: 0.5em; }
    .elenco.cerchi li:before, .elenco.quadrati li:before, .elenco.linee li:before {
      content: '';
      position: absolute;
      top: 48%;
      left: 0;
      background-color: #911;
      width: 1.2em;
      height: 1px !important; }
  .elenco.cerchi li:before {
    border-radius: 100%; }
  .elenco.linee li:before {
    height: 3px; }
  .elenco.spaziato li {
    padding: 0.75em 0;
    border-bottom: 1px solid #ccc; }
    .elenco.spaziato li [class*="icon-"]:first-child {
      margin-right: 1em;
      display: inline-block; }
  .elenco.alternato li {
    padding: 0.75em; }
    .elenco.alternato li:nth-child(2n-1) {
      background-color: rgba(0, 0, 0, 0.05); }
  .elenco.numero li {
    padding-left: 2.5em; }
    .elenco.numero li span.numero {
      position: absolute;
      left: 0;
      top: 0;
      color: #911;
      font-weight: 400; }
      .elenco.numero li span.numero:after {
        content: '.'; }

/*GRIGLIA*/
.griglia {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 3em 0 2em; }
  .griglia .item {
    margin: 5px;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 270px;
    position: relative;
    overflow: hidden;
    width: calc(33% - 0.5em);
    transition: all 300ms ease-in-out; }
    .griglia .item img {
      object-fit: cover;
      object-position: center;
      height: 100%;
      width: 100%;
      position: absolute;
      z-index: 0;
      transition: all 300ms ease-in-out; }
    .griglia .item[href]:hover img {
      transform: scale(1.1); }
    .griglia .item .contenuti {
      position: absolute;
      bottom: 0;
      width: 100%;
      z-index: 2; }
    .griglia .item h3 {
      font-weight: 600;
      font-size: 1em;
      padding: 0.5em 1em;
      color: #666; }
    .griglia .item:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.9) 70%);
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.9) 70%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.9) 70%);
      z-index: 1; }

/*TASTO*/
.tasto {
  cursor: pointer;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background-color: #911;
  color: #fff;
  padding: 1em 1em 0.85em;
  transition: all 0.2s ease-in-out;
  user-select: none;
  position: relative;
  font-size: 0.85rem;
  display: inline-block;
  line-height: 1em;
  border-radius: 0.15rem;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2px; }
  .tasto:hover, .tasto:active, .tasto:focus {
    background-color: #c71616;
    color: #fff;
    text-decoration: none; }
  .tasto:visited {
    color: #fff; }
  .bg-colore1 .tasto {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: #b01414; }
    .bg-colore1 .tasto:hover {
      background-color: #c71616; }
  p + .tasto {
    margin-top: 1em; }
  .tasto[class*="icon-"] {
    color: #fff; }
    .tasto[class*="icon-"]:hover {
      color: #fff; }
  .tasto.icona-fine {
    padding-right: 3em; }
    .tasto.icona-fine [class*="icon-"] {
      position: absolute;
      right: 0.8rem;
      top: 50%;
      transform: translateY(-50%);
      font-size: 1.5em; }
  .tasto.icona {
    padding-left: 4rem; }
    .tasto.icona [class*="icon-"] {
      font-size: 1.5em;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      padding: 0;
      border-right: 1px solid rgba(255, 255, 255, 0.5);
      text-align: center;
      width: 3rem; }
      .tasto.icona [class*="icon-"]:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .tasto.icona.evidenza [class*="icon-"] {
      background-color: #ec5757 !important; }
    .tasto.icona.evidenza:hover [class*="icon-"] {
      background-color: #f18585 !important; }
  .tasto.grigio {
    background-color: #222; }
    .tasto.grigio.icona [class*="icon-"] {
      background-color: #911; }
    .tasto.grigio:hover {
      background-color: #3c3c3c; }
      .tasto.grigio:hover.icona [class*="icon-"] {
        background-color: #c71616; }
  .tasto.bianco {
    background-color: #f2f2f2;
    color: #333; }
    .tasto.bianco.icona [class*="icon-"] {
      background-color: #911;
      color: #fff; }
    .tasto.bianco:hover {
      background-color: #d9d9d9; }
      .tasto.bianco:hover.icona [class*="icon-"] {
        background-color: #c71616; }
  .tasto.info {
    padding: 0.33em; }
  .tasto.comingsoon {
    background-color: #777; }
    .tasto.comingsoon.icona [class*="icon-"] {
      background-color: #911; }
    .tasto.comingsoon:hover {
      background-color: #777; }
      .tasto.comingsoon:hover.icona [class*="icon-"] {
        background-color: #c71616; }

.espandi:before {
  content: 'Read more'; }
  .espandi:before[aria-expanded='true']:before {
    content: 'Read less'; }
  .espandi:before:after, .espandi:before[aria-expanded='true']:after {
    content: '\e906';
    font-family: "ricettivita";
    margin-left: 1em; }
  .espandi:before[aria-expanded='true']:after {
    content: '\e907'; }

.media {
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative; }
  .media .item {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0; }
  .media.foglio {
    padding-bottom: 145%; }
  .media.video {
    padding-bottom: 56.25%;
    margin-bottom: 0;
    overflow: inherit; }
    .media.video iframe {
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border: 1px solid rgba(0, 0, 0, 0.2);
      box-shadow: 0px 30px 10px -25px rgba(0, 0, 0, 0.5); }
  .media.immagine {
    padding-bottom: 66%; }
    .media.immagine img {
      object-fit: cover;
      object-position: center center; }

.videofull {
  width: 100%; }

/*FOOTER*/
/* TIPOGRAFIA */
h1, h2, h3, h4, h5, h6 {
  font-family: "Cormorant", sans-serif;
  font-weight: 400;
  line-height: 1em;
  margin: 0; }
  [class*='bg-colore'] h1, [class*='bg-colore'] h2, [class*='bg-colore'] h3, [class*='bg-colore'] h4, [class*='bg-colore'] h5, [class*='bg-colore'] h6 {
    color: #fff; }
  p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
    margin-top: 2em; }
  .titoletto + h1, .titoletto + h2, .titoletto + h3, .titoletto + h4, .titoletto + h5, .titoletto + h6 {
    margin: 0; }

h1, h2, h3 {
  font-weight: 900; }

h4, h5, h6 {
  color: #595959;
  font-weight: 400;
  letter-spacing: 1px; }

h1 {
  font-size: 2em;
  line-height: 1.2em; }

h2 {
  font-size: 1.8em;
  line-height: 1.2em; }

h3 {
  font-size: 1.66em;
  line-height: 1.2em; }

h4 {
  font-size: 1.2em;
  line-height: 1.2em; }

h5 {
  font-size: 1.15em;
  line-height: 1.2em; }

h6 {
  font-size: 1.1em;
  line-height: 1.2em; }

strong {
  font-weight: 600; }

.sottotitolo {
  margin: -0.3em 0 1em; }

.sopratitolo {
  color: #711;
  margin-bottom: 0.25em; }

.testuale {
  font-size: 1.2em;
  line-height: 1.4em; }

.titoletto {
  font-weight: 600;
  color: #911;
  margin-bottom: 0;
  font-size: 1.2em; }

/*RESPONSIVE MIN*/
/*RESPONSIVE MAX*/
@media (max-width: 767px) {
  .solomobile {
    display: inherit; }

  .nomobile {
    display: none; } }
/*FONTS*/
[class^="icon-"], [class*=" icon-"] {
  font-family: 'ricettivita' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*RIMOZIONE BARRA ADMIN FRONTEND*/
html[lang] {
  margin-top: 0 !important; }

#wpadminbar {
  display: none; }

/**/
.tm-page {
  font-family: "Montserrat", sans-serif; }

/*LOGO*/
.uk-logo {
  position: absolute;
  top: 0;
  z-index: 10;
  max-width: 260px; }

/*MENU*/
.tm-header .uk-sticky {
  backdrop-filter: blur(5px);
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.uk-navbar {
  max-width: 1030px;
  margin: auto; }

.uk-navbar-right {
  position: inherit;
  z-index: 20; }
  .uk-navbar-right .uk-navbar-nav > li > a {
    font-size: 14px;
    letter-spacing: unset;
    color: #333;
    letter-spacing: 1.5px;
    position: relative; }
    .uk-navbar-right .uk-navbar-nav > li > a:hover {
      color: #911; }
  .uk-navbar-right .uk-navbar-nav > li.uk-active > a {
    color: #911;
    font-weight: 600; }
    .uk-navbar-right .uk-navbar-nav > li.uk-active > a:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      background: #911;
      width: 100%;
      height: 3px; }
  .uk-navbar-right .uk-navbar-nav > li.vuoto a {
    cursor: default; }

.sociali a {
  background-color: transparent;
  height: auto;
  width: auto;
  line-height: inherit;
  font-size: 1.1rem; }
  .sociali a:hover {
    background: transparent; }

/*sottomenu*/
.tm-toolbar {
  background: url("img/toolbar.png") repeat top center transparent;
  color: #999;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px; }
  .tm-toolbar .uk-container {
    max-width: 1025px; }
  .tm-toolbar [class^="icon-"] {
    color: #911; }
  .tm-toolbar .uk-margin-auto-left > .uk-grid {
    display: flex;
    flex-direction: row-reverse; }
  .tm-toolbar .widget_nav_menu {
    padding-right: 20px;
    background: url("img/freccia-giu.png") no-repeat center right; }

.uk-navbar-dropdown {
  padding: 10px 20px;
  min-width: 170px;
  width: 180px;
  background: #fff; }
  .uk-navbar-dropdown .uk-nav li {
    margin: 0;
    padding: 15px 10px;
    font-size: 1.1em;
    letter-spacing: 1px; }
    .uk-navbar-dropdown .uk-nav li + li {
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      margin: 0; }
    .uk-navbar-dropdown .uk-nav li a {
      color: #333;
      padding: 0; }
      .uk-navbar-dropdown .uk-nav li a:hover {
        color: #911; }
    .uk-navbar-dropdown .uk-nav li.current-menu-item {
      border-bottom: 2px solid #911; }
      .uk-navbar-dropdown .uk-nav li.current-menu-item a {
        color: #911;
        font-weight: 600;
        line-height: 1.4em; }

/*scelta-lingua
.tm-toolbar .uk-subnav > li.sceltalingua-ita > a { font-size: 14px; color:#999;
	&:hover {color:$default;}
}
[class^="sceltalingua-"] {
	a {padding-right:20px; position: relative; background: url("img/flags/ita.png") no-repeat center right; background-size: 15px; font-size: 12px; letter-spacing: 1px;}
}
.sceltalingua-ita a {background-image: url("img/flags/ita.png")}
.sceltalingua-eng a {background-image: url("img/flags/eng.png")}
.sceltalingua-deu a {background-image: url("img/flags/deu.png")}
.uk-dropdown {  padding: 10px 20px; min-width: 90px;}
.uk-dropdown-nav li {margin: 0;
	& + li {border-top:1px solid rgba($nero,.1);}
}*/
/*WPML*/
.wpml-ls-legacy-dropdown {
  width: 92px; }
  .wpml-ls-legacy-dropdown .wpml-ls-current-language > a {
    color: #666 !important;
    background: transparent !important;
    border: none;
    white-space: nowrap; }
    .wpml-ls-legacy-dropdown .wpml-ls-current-language > a:hover {
      background: none;
      color: #911 !important; }
  .tm-header-mobile .wpml-ls-legacy-dropdown {
    width: 80px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase; }
    .tm-header-mobile .wpml-ls-legacy-dropdown .wpml-ls-current-language > a {
      padding: 0; }
      .tm-header-mobile .wpml-ls-legacy-dropdown .wpml-ls-current-language > a:after {
        right: 15px; }
  .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
    color: #666;
    padding: 10px; }
    .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover {
      background: #911;
      color: #fff; }

.wpml-ls-legacy-list-vertical a {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 14px;
  padding: 5px 10px 5px 0; }

/*COMPLIANZ*/
#cmplz-manage-consent .cmplz-manage-consent {
  width: 180px !important;
  height: 40px !important;
  bottom: 10px !important;
  right: 10px !important;
  background-color: #911 !important;
  color: #fff !important;
  border-radius: 5px !important;
  font-size: 11px !important;
  font-weight: 600 !important; }
  #cmplz-manage-consent .cmplz-manage-consent:hover {
    background-color: #c71616 !important; }

/*cerca*/
.uk-search-default .uk-search-input {
  border: 1px solid #e5e5e7;
  padding: 0 40px 0 20px !important;
  font-size: 14px; }
.uk-search-default .uk-search-icon {
  color: #911;
  left: auto;
  right: 0; }

/*SLIDESHOW*/
.slideshow {
  position: relative;
  margin-top: -80px; }
  .slideshow, .slideshow .uk-slideshow-items > *, .slideshow .uk-position-relative, .slideshow .uk-slideshow-items {
    height: calc(100vh - 100px);
    min-height: unset; }
  .slideshow img.sfondo {
    height: calc(100vh - 100px);
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    z-index: 1; }
  .slideshow .testi {
    position: absolute;
    z-index: 10;
    top: 52%;
    transform: translateY(-50%);
    padding: 2em 1em;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2); }
    .slideshow .testi .testo {
      text-align: center;
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
      max-width: 660px; }
      .slideshow .testi .testo h2 {
        font-size: 6em;
        line-height: 0.85em;
        font-family: "Cormorant", sans-serif;
        color: #fff;
        font-weight: 400;
        margin: 0; }
      .slideshow .testi .testo p {
        margin: 1em 0 2em;
        color: #fff;
        font-size: 1.2em;
        line-height: 1.2em;
        font-weight: 400; }
  .slideshow a.uk-button {
    margin: 0;
    font-size: 14px; }
  .slideshow.testata {
    border-bottom: 7px solid #911;
    margin-bottom: -2em; }
    .slideshow.testata, .slideshow.testata .uk-slideshow-items > *, .slideshow.testata .uk-position-relative, .slideshow.testata .uk-slideshow-items, .slideshow.testata img.sfondo {
      height: 280px;
      min-height: unset;
      overflow: hidden; }
    .slideshow.testata .slide:after {
      background: linear-gradient(to top, white 50%, rgba(255, 255, 255, 0) 100%);
      height: 100px;
      display: none; }

.testata {
  margin-bottom: 0; }

.uk-dotnav > * {
  padding-left: 7px; }

.twist .text {
  display: flex;
  flex-direction: column;
  justify-content: center; }

/*MODULI*/
.modulo p {
  font-size: 1.1em; }

.twist-camere {
  margin: 8em 0 0 !important;
  position: relative; }
  .twist-camere .testo {
    display: flex;
    align-items: center;
    height: 100%; }
    .twist-camere .testo ul.elenco {
      margin: 1.5em 0 2.5em;
      font-size: 0.9em; }
  .twist-camere.separato:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 1px;
    top: -6em;
    left: calc(50% - 40px);
    transform: rotateX(-50%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0) 100%); }

.griglia3 {
  margin-top: 2em !important; }
  .griglia3 .el-content p {
    font-size: 16px;
    line-height: 1.4em; }

.sicilia .titolo h2 {
  max-width: 580px; }
.sicilia .testo {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%; }
  .sicilia .testo p {
    max-width: 350px; }
.sicilia .griglia {
  margin-top: 3em !important; }

.recensioni .contatore.titoletto {
  font-size: 11px; }
  .recensioni .contatore.titoletto .numero {
    font-family: "Cormorant", sans-serif;
    color: #911;
    font-size: 2.5em; }
.recensioni h6.el-title {
  font-style: italic;
  font-size: 1.3em;
  letter-spacing: 0;
  padding-bottom: 2rem; }
.recensioni .el-meta {
  font-weight: 600; }
.recensioni .el-content p {
  color: #333; }

.modulo .filosofia h1 {
  font-size: 3.5em; }
.modulo .filosofia h3 {
  font-size: 2.5em; }

.separatore {
  display: block;
  background: url("img/separatore.png") no-repeat center center;
  height: 40px;
  margin: 4em;
  border: none; }

.griglia-servizi .uk-grid {
  margin-top: 4em; }
  .griglia-servizi .uk-grid h3 {
    font-size: 1.05em;
    margin: 0 auto 2em;
    color: #333;
    font-family: "Montserrat", sans-serif; }
  .griglia-servizi .uk-grid [class^="icon-"] {
    color: #fff;
    height: 5em;
    width: 5em;
    text-align: center;
    border-radius: 100%;
    position: relative;
    display: block;
    background: #911;
    margin: 0 auto 1em; }
    .griglia-servizi .uk-grid [class^="icon-"]:before {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 2.5em; }

/**/
/**/
/*Elenco camere*/
.elenco_camere h3 {
  font-size: 1.8em;
  margin-top: 0.3em; }
.elenco_camere .item {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2em 0 2em 1em; }
  .elenco_camere .item:nth-child(2n - 1) {
    background: #fcf6ee; }
  .elenco_camere .item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.2); }
.elenco_camere .fotografia {
  width: 40%;
  position: relative; }
  .elenco_camere .fotografia img {
    height: 100%;
    object-fit: cover; }
.elenco_camere .fotografia-mobile {
  display: none; }
.elenco_camere .fotografia a {
  height: 100%; }
.elenco_camere .fotografia a img {
  width: 100%;
  height: 100%;
  object-fit: cover; }
.elenco_camere .descrizione_camera {
  padding: 0 1em;
  width: 60%;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .elenco_camere .descrizione_camera .gallery-camera {
    margin-top: 2em; }
    .elenco_camere .descrizione_camera .gallery-camera .uk-grid > div {
      padding-left: 5px;
      margin-top: 5px; }
.elenco_camere .presentazione {
  margin: -0.33em 0 1em;
  line-height: 1.4em; }

/*elenco servizi*/
.features ul {
  text-transform: lowercase;
  color: #444;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: -0.1px; }
  .features ul li {
    width: 33.332%;
    margin: 0 0 -0.2em;
    padding-left: 50px;
    position: relative;
    line-height: 1em;
    padding: 12px 5px 12px 32px; }
    .features ul li [class^="icon-"] {
      margin-right: 0.5em;
      color: #911;
      height: 2.5em;
      width: 2.5em;
      text-align: center;
      border-radius: 100%;
      position: relative;
      top: 3px;
      position: absolute;
      left: 0; }
      .features ul li [class^="icon-"]:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 1.5em; }

/*PAGINA RECENSIONI*/
.raccolta_recensioni {
  margin-top: 3em; }
  .raccolta_recensioni .uk-card-body {
    background: #fff; }
    .raccolta_recensioni .uk-card-body h6 {
      font-size: 1.4em;
      color: #333; }
      .raccolta_recensioni .uk-card-body h6 a {
        font-style: italic;
        pointer-events: none;
        font-size: 1em; }
        .raccolta_recensioni .uk-card-body h6 a:before {
          content: '“'; }
        .raccolta_recensioni .uk-card-body h6 a:after {
          content: '”'; }
  .raccolta_recensioni p {
    margin: 0; }
    .raccolta_recensioni p:first-child {
      text-transform: uppercase;
      font-size: 13px;
      line-height: 1.4em;
      margin: 1.5em 0 0;
      padding-top: 1.5em;
      border-top: 1px solid #ddd; }

/*VISIONI - Be My Guest*/
#wj-visioni {
  width: 100%; }

/*prenotazione smart*/
#my_bbar {
  text-align: center;
  padding: 25px 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  max-width: 940px;
  position: relative;
  z-index: 2;
  transform: translateY(-50%);
  background: #fff;
  box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
  margin: auto; }
  #my_bbar .bmg-widget-bbar {
    justify-content: center; }
    #my_bbar .bmg-widget-bbar input, #my_bbar .bmg-widget-bbar select {
      border-color: transparent; }
    #my_bbar .bmg-widget-bbar .input-group-text {
      border: none; }
    #my_bbar .bmg-widget-bbar .form-group:not(.guests-select-detail) {
      position: relative; }
    #my_bbar .bmg-widget-bbar label {
      font-size: 14px; }
    #my_bbar .bmg-widget-bbar label[for='my_bbar_date_from'], #my_bbar .bmg-widget-bbar label[for='my_bbar_date_to'] {
      position: absolute;
      top: -17px;
      font-size: 10px;
      text-transform: uppercase;
      left: 33px;
      opacity: .5; }
    #my_bbar .bmg-widget-bbar.form-inline .form-group + .form-group {
      margin-left: 20px; }
    #my_bbar .bmg-widget-bbar button.btn {
      background: #911;
      border: none; }
      #my_bbar .bmg-widget-bbar button.btn:hover {
        background: #c71616;
        border: none; }
    #my_bbar .bmg-widget-bbar .guests-select-detail .form-group {
      margin: 0 0 3px !important;
      display: flex;
      justify-content: space-between;
      padding: 0;
      width: 100%; }

#my_bbar_date_from, #my_bbar_date_to {
  width: 120px; }

#ui-datepicker-div .ui-widget-header {
  background: #911;
  color: #fff;
  font-weight: 400; }
  #ui-datepicker-div .ui-widget-header .ui-icon {
    background-image: url("img/ui-icons.png"); }
#ui-datepicker-div .ui-dp-from a, #ui-datepicker-div .ui-dp-to a {
  background-color: #911; }

/*INDICE*/
.titolo_indice {
  color: #333;
  font-size: 1.8rem;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 0.2em; }
  .titolo_indice strong {
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 600; }

.titolo-sezione {
  max-width: 700px;
  text-align: center;
  margin: auto; }
  .titolo-sezione p {
    font-size: 1.2em;
    line-height: 1.1em;
    margin: 0.2em auto 2.5em; }

/*BLOG*/
.blog-home .estratti-articoli, .blog-pagina .estratti-articoli {
  margin-bottom: 3.5em; }
  .blog-home .estratti-articoli .uk-card-default, .blog-pagina .estratti-articoli .uk-card-default {
    border: none;
    transition: all linear 0.2s;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0); }
    .blog-home .estratti-articoli .uk-card-default:hover, .blog-pagina .estratti-articoli .uk-card-default:hover {
      transform: scale(1.03);
      z-index: 3;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
      background: #fff; }
  .blog-home .estratti-articoli .el-title, .blog-home .estratti-articoli .el-meta, .blog-home .estratti-articoli .el-content, .blog-pagina .estratti-articoli .el-title, .blog-pagina .estratti-articoli .el-meta, .blog-pagina .estratti-articoli .el-content {
    padding: 0 15px; }
  .blog-home .estratti-articoli h3.el-title, .blog-pagina .estratti-articoli h3.el-title {
    font-size: 1.4em;
    line-height: 1.1em; }
  .blog-home .estratti-articoli h6.el-meta, .blog-pagina .estratti-articoli h6.el-meta {
    color: #911 !important;
    letter-spacing: 0;
    font-size: 13px;
    font-weight: 600; }
  .blog-home .estratti-articoli .el-content, .blog-pagina .estratti-articoli .el-content {
    margin: 1em 0 2em !important;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.4em; }
  .blog-home .estratti-articoli .el-link, .blog-pagina .estratti-articoli .el-link {
    position: absolute;
    text-indent: -5000em;
    height: 100%;
    top: 0;
    width: 100%; }

.blog-pagina .estratti-articoli .uk-card-default {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }

.lista-compatta-frame .el-item {
  margin-top: 2px;
  padding: 3px; }
  .lista-compatta-frame .el-item:nth-child(2n+1) {
    background: rgba(119, 17, 17, 0.05); }
  .lista-compatta-frame .el-item:nth-child(2n) {
    background: rgba(119, 17, 17, 0.02); }
  .lista-compatta-frame .el-item:first-child {
    background: transparent; }
    .lista-compatta-frame .el-item:first-child:hover {
      background: transparent; }
  .lista-compatta-frame .el-item:not(first-child):hover {
    background: #911; }
    .lista-compatta-frame .el-item:not(first-child):hover .uk-link {
      color: #fff; }
.lista-compatta-frame .el-content {
  padding-right: 1em; }
.lista-compatta-frame h6 {
  font-weight: 900;
  letter-spacing: 0;
  font-size: 1.3em;
  line-height: 1.1em;
  margin-bottom: 1em !important; }
.lista-compatta-frame .uk-grid .el-content {
  display: flex;
  position: relative;
  height: 100%;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.1em;
  align-items: center; }
.lista-compatta-frame .uk-link-toggle:hover .uk-link, .lista-compatta-frame .uk-link:hover, .lista-compatta-frame a:hover {
  text-decoration: none; }

.articolo {
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: 400; }
  .articolo .el-meta {
    font-size: 1em; }
    .articolo .el-meta time {
      color: #911;
      font-weight: 600;
      letter-spacing: 0;
      font-size: 0.8em; }
  .articolo ol {
    margin: 0 0 1em 1.2em;
    padding: inherit; }
    .articolo ol li {
      padding: 0.25em 0; }

ul.elenco, .articolo ul {
  margin: 0 0 1em 0.2em;
  padding: inherit; }
  ul.elenco li, .articolo ul li {
    position: relative;
    padding: 0.2em 0 0.2em 1em; }
    ul.elenco li:before, .articolo ul li:before {
      content: '●';
      position: absolute;
      color: #911;
      left: 0;
      font-size: 12px; }
  ul.elenco.features2c, .articolo ul.features2c {
    display: flex;
    flex-wrap: wrap;
    max-width: 680px;
    margin: 2em; }
    ul.elenco.features2c li, .articolo ul.features2c li {
      width: 50%;
      padding-left: 1.5em; }

/**/
.addtoany_shortcode {
  margin-top: 0.5em;
  padding: 1.5em 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
  .addtoany_shortcode a {
    line-height: 1em;
    padding: 7px;
    margin-right: 9px;
    border-radius: 100%;
    box-shadow: 0 4px 10px -6px #000;
    background-color: #711;
    border-color: #911;
    color: #fff; }
    .addtoany_shortcode a:hover {
      background-color: #911; }
      .addtoany_shortcode a:hover span {
        opacity: 1; }
      .addtoany_shortcode a:hover path {
        fill: #fff; }

/*PAGINA*/
.pagina {
  font-size: 1.1em;
  line-height: 1.5em;
  color: #333; }
  .pagina .uk-container {
    max-width: 920px; }
    .pagina .uk-container hr {
      margin: 2em 0;
      border-top: none;
      border-color: rgba(0, 0, 0, 0.2); }
    .pagina .uk-container h4 {
      font-size: 1.2rem;
      line-height: 1.2em;
      text-align: center;
      margin: -0.4em auto 2em; }
    .pagina .uk-container h1 {
      margin-bottom: 0.2em; }
  .pagina.uda {
    padding-top: 90px; }
    .pagina.uda h3 {
      font-size: 1.7rem;
      line-height: 1.2em; }

/*WPFORM*/
.wpforms-container {
  margin-top: 0; }
  .wpforms-container .wpforms-form .wpforms-field-label {
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px; }
  .wpforms-container button.wpforms-submit[type="submit"] {
    background: #911 !important; }
    .wpforms-container button.wpforms-submit[type="submit"]:hover {
      background: #c71616 !important; }
  .wpforms-container a {
    font-weight: 600;
    color: #911; }

div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: #FCF6EE;
  border: none; }

/*SPLIT*/
.split .testo {
  max-width: 500px; }

/**/
.informativa h5 {
  margin: 2em 0 0;
  letter-spacing: 1px; }
.informativa p {
  margin: 0 0 1em; }

.testata img {
  width: 100%;
  height: 60vh;
  object-fit: cover;
  object-position: center; }
.testata.small img {
  height: 45vh; }

/*TASTI*/
.uk-button {
  line-height: 1.2em;
  padding: 1em 1.3em;
  background: #711;
  color: #fff;
  border: none; }
  .uk-button:hover {
    background: #a41717;
    color: #fff; }
  .uk-button [class^="icon-"] {
    font-size: 1.4em;
    line-height: 0;
    margin-left: 0.8em;
    position: relative;
    top: 0.2em; }
  p .uk-button {
    margin: 1em 0; }
  .uk-button.disabled {
    background: #666;
    cursor: default;
    opacity: 0.5; }

.uk-button-default {
  border-color: #ccc; }
  .uk-button-default:hover {
    background-color: #333;
    color: #fff; }

/*VIDEO*/
.wp-block-embed.wp-embed-aspect-16-9 {
  position: relative;
  height: 0;
  padding-bottom: 55%; }
  .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
    position: absolute;
    width: 100%;
    height: 100%; }
    .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
      width: 100%;
      height: 100%; }

/*SOCIALI*/
.sociali ul {
  display: flex;
  justify-content: center; }
.sociali a {
  background-color: rgba(153, 17, 17, 0.8);
  height: 2.2em;
  width: 2.2em;
  display: inline-block;
  line-height: 2.33em;
  border-radius: 100%;
  margin: 0 0.2em;
  color: #fff;
  font-size: 1.3em;
  transition: all 0.2s ease-in-out; }
  .sociali a:hover {
    background-color: #c71616;
    color: #fff;
    text-decoration: none;
    transform: scale(1.05); }

/*STILI*/
.sfuma-colore1 {
  background: -moz-linear-gradient(top, #991111 0%, #991111 33%, rgba(153, 17, 17, 0) 66%, rgba(153, 17, 17, 0) 100%);
  background: -webkit-linear-gradient(top, #991111 0%, #991111 33%, rgba(153, 17, 17, 0) 66%, rgba(153, 17, 17, 0) 100%);
  background: linear-gradient(to bottom, #991111 0%, #991111 33%, rgba(153, 17, 17, 0) 66%, rgba(153, 17, 17, 0) 100%); }

[class^="sfuma-colore"] h4 {
  color: #fff; }

.bg-grigio-tondo {
  background: #f2f2f2;
  position: relative;
  padding-bottom: 1em;
  margin-bottom: 2em; }
  .bg-grigio-tondo:after {
    content: '';
    width: 100%;
    height: 5vw;
    position: absolute;
    bottom: 0;
    background: url("img/tondo-grigio.png") no-repeat center top;
    transform: translateY(99%);
    background-size: contain; }

.anno {
  display: block;
  font-size: 1.3em;
  font-weight: 900;
  color: #911;
  margin-bottom: 0.66em; }

.sfumato-alto {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100px); }

.flex-verticale {
  display: flex;
  align-items: center;
  height: 100%; }

.icone-video {
  display: flex;
  font-size: 10px;
  line-height: 1.2em;
  font-weight: 600;
  margin-top: 2em;
  justify-content: center; }
  .icone-video .item {
    margin: 0 10px; }
  .icone-video img {
    width: 50px; }

.bg-sfumato {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 200px); }

/**FOOTER**/
footer .footer {
  text-align: center;
  margin: 0 auto;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  background: #711; }
  footer .footer > * {
    position: relative;
    z-index: 10; }
  footer .footer .contattaci {
    text-align: left; }
    footer .footer .contattaci .elenco {
      color: #fff;
      margin-top: 1em;
      margin-left: 1em; }
      footer .footer .contattaci .elenco li {
        padding: 0.75em 0 0.75em 2.5em; }
        footer .footer .contattaci .elenco li [class^="icon-"] {
          position: absolute;
          left: 0;
          font-size: 1.5em; }
        footer .footer .contattaci .elenco li:before {
          content: ''; }
  footer .footer .logo {
    max-width: 300px;
    margin: auto; }
  footer .footer .piva {
    margin: 1.5em 0 0; }
  footer .footer .piede {
    padding: 2em 1em;
    margin-top: 2em;
    font-size: 0.9em;
    line-height: 1.1em;
    letter-spacing: 1.5px;
    border-top: 1px solid rgba(255, 255, 255, 0.5); }
  footer .footer .sociali {
    margin-top: 1.5em; }
    footer .footer .sociali a {
      color: #911;
      background: rgba(255, 255, 255, 0.9);
      font-size: 1.33em; }
      footer .footer .sociali a:hover {
        color: #911;
        background: white; }
    footer .footer .sociali ul {
      margin: 0; }

/*TIPOGRAFIA*/
.tm-page h1, .tm-page h2, .tm-page h3, .tm-page h4, .tm-page h5, .tm-page h6, .tm-page .uk-h3 {
  line-height: 1.2em;
  font-weight: 300;
  font-family: "Cormorant", sans-serif;
  font-weight: 500;
  color: #911;
  font-weight: 400;
  text-transform: none; }
  .tm-page h1.titolo, .tm-page h2.titolo, .tm-page h3.titolo, .tm-page h4.titolo, .tm-page h5.titolo, .tm-page h6.titolo, .tm-page .uk-h3.titolo {
    border-bottom: 1px solid #666;
    margin-bottom: 1em; }
  .tm-page h1 strong, .tm-page h2 strong, .tm-page h3 strong, .tm-page h4 strong, .tm-page h5 strong, .tm-page h6 strong, .tm-page .uk-h3 strong {
    font-weight: 900; }
.tm-page h4.sottotitolo, .tm-page h5.sottotitolo, .tm-page h6.sottotitolo {
  margin-top: 0;
  color: #333; }
  .tm-page h4.sottotitolo strong, .tm-page h5.sottotitolo strong, .tm-page h6.sottotitolo strong {
    color: #911; }
.tm-page h1 {
  font-size: 5em;
  line-height: 1em; }
.tm-page h2 {
  font-size: 4em;
  line-height: 1em; }
.tm-page h3 {
  font-size: 3.0em;
  line-height: 1em; }
.tm-page h4 {
  font-size: 2.5em;
  line-height: 1em; }
.tm-page h5 {
  font-size: 2em;
  line-height: 1em; }
.tm-page h6 {
  font-size: 1.66em;
  line-height: 1em; }
.tm-page .titoletto {
  margin-bottom: 0.25em;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #666;
  letter-spacing: 2px; }
  .tm-page .titoletto + p {
    margin-top: 0; }
  .tm-page .titoletto.default {
    color: #333; }

/*RESPONSIVE MIN*/
/*RESPONSIVE MAX*/
@media (max-width: 959px) {
  .split .testo {
    text-align: center;
    margin: auto; }

  .uk-logo {
    position: relative;
    transform: unset; }
    .uk-logo img {
      max-width: 240px;
      object-fit: contain; }
      .uk-offcanvas .uk-logo img {
        max-width: 225px;
        max-height: none; }

  .uk-offcanvas .uk-logo {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    max-width: unset; }

  .tm-header-mobile .uk-navbar-container {
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    z-index: 10;
    backdrop-filter: blur(5px);
    width: 100%;
    box-shadow: 0 15px 20px -20px rgba(0, 0, 0, 0.2); }

  .slideshow, .slideshow .uk-slideshow-items > *, .slideshow .uk-position-relative, .slideshow .uk-slideshow-items {
    height: 88vh; }

  .slideshow {
    margin-top: 0; }
    .slideshow img.sfondo {
      height: 88vh;
      object-position: 50% top; }
    .slideshow .testi .testo h2 {
      font-size: 4em; }
    .slideshow.testata img.sfondo {
      object-position: center; }

  #my_bbar {
    transform: none; }
    #my_bbar .bmg-widget-bbar {
      max-width: 360px !important;
      padding: 5px; }
      #my_bbar .bmg-widget-bbar label {
        position: absolute;
        top: -17px;
        font-size: 10px;
        text-transform: uppercase;
        left: 33px;
        opacity: .5;
        left: 50% !important;
        opacity: .5;
        transform: translateX(-50%); }
    #my_bbar .bmg-widget-bbar.form-inline .form-group {
      margin-bottom: 1rem; }
      #my_bbar .bmg-widget-bbar.form-inline .form-group + .form-group {
        margin-left: 0; }
    #my_bbar .bmg-widget-bbar.form-inline > .form-group:nth-child(1), #my_bbar .bmg-widget-bbar.form-inline > .form-group:nth-child(2) {
      width: 50%;
      padding: 0 5px;
      margin-bottom: 30px; }
    #my_bbar .bmg-widget-bbar.form-inline > .form-group:nth-child(3) {
      min-width: 100%; }
      #my_bbar .bmg-widget-bbar.form-inline > .form-group:nth-child(3) #my_bbar_guests-select {
        display: flex;
        margin-bottom: 0;
        width: 100%; }
        #my_bbar .bmg-widget-bbar.form-inline > .form-group:nth-child(3) #my_bbar_guests-select .form-group {
          width: 50%;
          margin-bottom: 5px;
          margin-left: 0; }
    #my_bbar .bmg-widget-bbar.form-inline > .form-group:nth-child(4) {
      margin-bottom: 0; }
    #my_bbar .bmg-widget-bbar.form-inline .form-control {
      width: 100%; }

  #ui-datepicker-div {
    /*display: flex !important;*/
    flex-wrap: wrap !important;
    width: 100% !important;
    left: 0 !important;
    transform: translateY(-25px); }
    #ui-datepicker-div.ui-datepicker-multi-2 .ui-datepicker-group {
      width: 100%; }

  .modulo {
    text-align: center; }

  .griglia3 .uk-first-column + .uk-first-column {
    margin-top: 2em; }

  .elenco_camere {
    margin-top: -2em; }
    .elenco_camere .item {
      display: block;
      padding: 1em; }
    .elenco_camere .fotografia, .elenco_camere .descrizione_camera {
      width: 100%; }
    .elenco_camere .descrizione_camera {
      padding: 20px 0;
      text-align: center; }
    .elenco_camere .fotografia {
      display: none; }
    .elenco_camere .fotografia-mobile {
      display: inherit;
      padding: 0.5em 0 2em; }

  .twist-camere {
    margin: 5em 0 0 !important; }
    .twist-camere .testo {
      text-align: center; }
      .twist-camere .testo h3 {
        margin-bottom: 0.5em; }
      .twist-camere .testo ul.elenco {
        text-align: left;
        max-width: 80%;
        margin: 2em auto 3em; }
    .twist-camere.separato:before {
      top: -4em; }

  .sicilia, .recensioni {
    text-align: center; }

  footer .footer .contattaci {
    text-align: center; }
    footer .footer .contattaci .elenco {
      margin-left: 0; }
      footer .footer .contattaci .elenco li {
        padding: 0;
        font-size: 15px;
        margin: 1em;
        line-height: 1.2em; }
        footer .footer .contattaci .elenco li [class^="icon-"] {
          display: none; }

  .icovideo {
    justify-content: center; }

  .blog-home {
    padding-top: 10vw; }

  .uk-offcanvas-bar {
    min-width: 330px; }
    .uk-offcanvas-bar .uk-search-default {
      margin-top: 2em; }
      .uk-offcanvas-bar .uk-search-default .uk-search-input {
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.7);
        padding-left: 0.5em !important; }
    .uk-offcanvas-bar .uk-nav-default > li > a {
      color: rgba(255, 255, 255, 0.75); }
    .uk-offcanvas-bar .uk-nav-default > li.uk-active > a {
      font-weight: 600; }
    .uk-offcanvas-bar .sociali {
      border-top: 1px solid rgba(255, 255, 255, 0.7);
      border-bottom: 1px solid rgba(255, 255, 255, 0.7);
      padding: 0.5em 0; }
      .uk-offcanvas-bar .sociali a {
        width: 1.2em;
        font-size: 1.3em; }

  .uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
    min-height: 60px; }

  .titolo_indice {
    font-size: 1.2rem; }

  .testo-video {
    margin-top: 2em; }

  .tm-page h1 {
    font-size: 3.2em;
    line-height: 1em; }
  .tm-page h2 {
    font-size: 2.75em;
    line-height: 1em; }
  .tm-page h3 {
    font-size: 2.25em;
    line-height: 1em; }
  .tm-page h4 {
    font-size: 2em;
    line-height: 1em; }
  .tm-page h5 {
    font-size: 1.8em;
    line-height: 1em; }
  .tm-page h6 {
    font-size: 1.5em;
    line-height: 1em; } }
@media (max-width: 639px) {
  h1 {
    font-size: 1.5em;
    line-height: 1.1em; }

  h2 {
    font-size: 1.4em;
    line-height: 1.1em; }

  h3 {
    font-size: 1.25em;
    line-height: 1.1em; }

  h4 {
    font-size: 1.1em;
    line-height: 1.1em; }

  h5 {
    font-size: 0.95em;
    line-height: 1.1em; }

  h6 {
    font-size: 0.9em;
    line-height: 1.1em; }

  h4, h5, h6 {
    margin-top: 0.1em;
    padding-left: 1em;
    padding-right: 1em; }

  .slideshow .slide::after {
    width: 1000%;
    transform: none;
    background: linear-gradient(to top, #991111 50%, rgba(153, 17, 17, 0) 100%);
    height: 70%; }
  .slideshow .testi {
    width: 100%;
    box-sizing: border-box;
    font-size: 0.9em;
    left: 0;
    height: auto; }
    .slideshow .testi .testo {
      max-width: none;
      font-size: 0.9em;
      text-align: center;
      margin-left: 0; }
      .slideshow .testi .testo h2 {
        font-size: 3.5em;
        line-height: 0.8em; }
      .slideshow .testi .testo p {
        margin-bottom: 1em; }
      .slideshow .testi .testo a.uk-button {
        font-size: 0.85em; }
  .slideshow img.sfondo {
    object-position: 55% top; }

  .blog-home {
    padding-top: 45vw; }

  .pagina .uk-container h4 {
    font-size: 1rem; }
  .pagina.uda {
    padding: 4em 0.5em; }
    .pagina.uda h3 {
      font-size: 1.2rem;
      line-height: 1.2em; }

  .elenco_camere .item {
    padding: 1em 0; }

  .features ul li {
    width: 50%; }

  .uk-marker {
    padding: 0; } }
/*VARIAZIONI
@import "variazioni";*/

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