@charset "UTF-8";
/*** COLORS ***/
/*** FONTS ***/
h1, .h1,
.main-title {
  font-family: "Libre Baskerville", serif;
  font-size: 2rem; }

h2, .h2,
.block-title,
.article-title {
  font-family: "Libre Baskerville", serif;
  font-size: 1.75rem;
  line-height: 2.3rem;
  display: inline-block;
  margin-bottom: 1.2rem; }
  @media (max-width: 1300px) {
    h2, .h2,
    .block-title,
    .article-title {
      font-size: 1.5rem; } }
  @media (max-width: 575px) {
    h2, .h2,
    .block-title,
    .article-title {
      font-size: 1.3rem; } }

.article-title {
  font-size: 1.6rem; }

.offerta-title p {
  font-family: "Libre Baskerville", serif;
  font-size: 1.4rem; }

.riferimenti a {
  color: #505050; }

.contact-row.title {
  font-family: "Libre Baskerville", serif;
  font-size: 1.5rem;
  line-height: 2rem; }
.contact-row a {
  color: #505050; }

p {
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 400; }
  @media (max-width: 1300px) {
    p {
      font-size: 1.1rem; } }
  @media (max-width: 1200px) {
    p {
      font-size: 1rem; } }
  p.libre {
    font-family: "Libre Baskerville", serif;
    margin-bottom: 0; }

.bsview .max-center-wrap {
  border: 2px inset #ff8800; }
.bsview .container,
.bsview .container-fluid {
  border: 2px inset blue; }
  .bsview .container .row,
  .bsview .container-fluid .row {
    border: 2px inset #FF0011; }
    .bsview .container .row > div,
    .bsview .container-fluid .row > div {
      border: 2px dotted green; }

/**** header *****/
/*** NAV ***/
.back-img {
  width: 100%;
  height: 100vh;
  background-image: url("../imgs/vendemmia-2.jpg");
  background-size: cover;
  background-position: center;
  position: fixed;
  left: 0;
  top: -100vh;
  transition: top 800ms, opacity 700ms;
  z-index: 2;
  opacity: 0; }
  .back-img.to-front {
    z-index: 11;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .back-img.to-front div.overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: -1;
      background-color: rgba(237, 238, 232, 0.8); }
    .back-img.to-front .navbar-mega-brand {
      position: absolute;
      top: 3rem;
      left: 4rem; }
      .back-img.to-front .navbar-mega-brand .svg-logo {
        width: 100%;
        height: auto;
        max-width: 14rem; }
        .back-img.to-front .navbar-mega-brand .svg-logo .cls-1 {
          fill: #505050;
          transition: all 600ms; }
    .back-img.to-front .nav-mega-main {
      width: 100%;
      display: flex;
      justify-content: center; }
      .back-img.to-front .nav-mega-main .menu {
        justify-content: space-around;
        width: 100%;
        display: flex;
        list-style-type: none;
        max-width: 70%;
        margin: -10rem 0 0 0;
        padding: 0; }
        .back-img.to-front .nav-mega-main .menu > li {
          display: none;
          text-align: center; }
          .back-img.to-front .nav-mega-main .menu > li.menu-item-has-children {
            display: block; }
          .back-img.to-front .nav-mega-main .menu > li > a {
            font-size: 1.3rem; }
        .back-img.to-front .nav-mega-main .menu li {
          text-align: center; }
          .back-img.to-front .nav-mega-main .menu li a {
            color: #505050;
            font-family: "Libre Baskerville", serif;
            display: inline-block;
            padding: 1rem 0; }
        .back-img.to-front .nav-mega-main .menu ul {
          flex-direction: column;
          padding: 0;
          display: flex;
          list-style-type: none;
          justify-content: center; }
    .back-img.to-front .close-menu {
      width: 2.7rem;
      height: 2.7rem;
      position: absolute;
      background-image: url("../imgs/close-menu.png");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      bottom: 18%;
      left: 50%;
      margin-left: -18px;
      z-index: 1;
      opacity: 1;
      transition: opacity 500ms ease-in;
      cursor: pointer; }
  .back-img.menu-open {
    top: 0;
    opacity: 1; }

.nav-wrap {
  position: fixed;
  top: 0;
  z-index: 10;
  background-color: transparent;
  width: 100%;
  min-height: 0;
  transition: all 800ms;
  display: none;
  color: #505050;
  /*.bodypadd & {
    background-color: $light_cream;
  }*/ }
  @media (min-width: 991px) {
    .nav-wrap {
      display: block; } }
  .nav-wrap .svg-logo {
    width: 100%;
    height: auto; }
    .nav-wrap .svg-logo #Path_31 {
      fill: #464545;
      transition: all 600ms; }
    .nav-wrap .svg-logo #Path_32 {
      fill: #989898;
      transition: all 600ms; }
    .nav-wrap .svg-logo #Path_33 {
      fill: #989898;
      transition: all 600ms; }
    .nav-wrap .svg-logo #Path_34 {
      fill: #464545;
      transition: all 600ms; }
  .nav-wrap.light {
    color: #FFFFFF; }
    .nav-wrap.light .svg-logo #Path_31,
    .nav-wrap.light .svg-logo #Path_32,
    .nav-wrap.light .svg-logo #Path_33,
    .nav-wrap.light .svg-logo #Path_34 {
      fill: #FFFFFF; }
  .nav-wrap.concrete {
    background-color: #edeee8;
    color: #505050 !important; }
    .nav-wrap.concrete .svg-logo #Path_31 {
      fill: #464545; }
    .nav-wrap.concrete .svg-logo #Path_32 {
      fill: #989898; }
    .nav-wrap.concrete .svg-logo #Path_33 {
      fill: #989898; }
    .nav-wrap.concrete .svg-logo #Path_34 {
      fill: #464545; }
    .nav-wrap.concrete li a {
      color: #505050 !important; }
    .nav-wrap.concrete .lang-menu .wpml-ls-legacy-list-horizontal li:not(:last-child) a {
      border-right: 1px solid;
      border-color: #505050 !important; }
  .nav-wrap .close-menu {
    width: 37px;
    height: 37px;
    position: absolute;
    background-image: url("../imgs/close-menu.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    bottom: 3rem;
    left: 50%;
    margin-left: -18px;
    z-index: -1;
    opacity: 0;
    transition: opacity 500ms ease-in;
    cursor: pointer; }
  .nav-wrap.menu-open {
    min-height: 100vh;
    background-color: rgba(237, 238, 232, 0.8);
    color: #505050 !important; }
    .nav-wrap.menu-open .svg-logo .cls-1 {
      fill: #505050 !important; }
    .nav-wrap.menu-open li a {
      color: #505050 !important; }
    .nav-wrap.menu-open .close-menu {
      opacity: 1;
      z-index: 1; }

#main-nav .menubar-contents {
  display: flex;
  justify-content: space-between; }
  #main-nav .menubar-contents .navbar-brand {
    display: block;
    max-width: 200px;
    max-height: 85px;
    margin: 0.95rem 0; }
  #main-nav .menubar-contents .nav-main {
    flex: auto;
    padding: 0 2.5rem; }
    #main-nav .menubar-contents .nav-main .menu {
      display: flex;
      justify-content: space-around;
      margin-top: 2.5rem;
      min-height: 0;
      transition: min-height 800ms; }
      .menu-open #main-nav .menubar-contents .nav-main .menu {
        min-height: 90vh; }
      #main-nav .menubar-contents .nav-main .menu .menu-item-has-children .sub-menu {
        height: auto;
        max-height: 0;
        overflow: hidden;
        display: flex;
        flex-flow: column;
        justify-content: center;
        opacity: 0;
        transition: all 600ms; }
        #main-nav .menubar-contents .nav-main .menu .menu-item-has-children .sub-menu::before {
          content: '';
          display: block;
          height: 9rem;
          width: 1px;
          background-color: #000000;
          margin: 1.5rem auto; }
        #main-nav .menubar-contents .nav-main .menu .menu-item-has-children .sub-menu.open {
          opacity: 1;
          max-height: 100vh; }
        #main-nav .menubar-contents .nav-main .menu .menu-item-has-children .sub-menu li a {
          display: inline-block;
          padding: 0 0 1.5rem; }
      .light #main-nav .menubar-contents .nav-main .menu li a {
        color: #FFFFFF;
        transition: all 600ms; }
    #main-nav .menubar-contents .nav-main ul {
      font-family: "Libre Baskerville", serif;
      list-style-type: none;
      margin: 0;
      padding: 0;
      text-align: center; }
      #main-nav .menubar-contents .nav-main ul li a {
        color: #505050; }
  #main-nav .menubar-contents .lang-menu {
    margin-top: 2.4rem; }
    #main-nav .menubar-contents .lang-menu .wpml-ls-legacy-list-horizontal {
      padding: 0;
      font-family: "Libre Baskerville", serif; }
      #main-nav .menubar-contents .lang-menu .wpml-ls-legacy-list-horizontal li a {
        color: #505050; }
      #main-nav .menubar-contents .lang-menu .wpml-ls-legacy-list-horizontal li:not(:last-child) a {
        border-right: 1px solid; }
      .light #main-nav .menubar-contents .lang-menu .wpml-ls-legacy-list-horizontal li a {
        color: #FFFFFF;
        transition: all 600ms;
        border-color: #FFFFFF; }

@media (min-width: 991px) {
  .nav-mob {
    display: none; } }
.nav-mob .navbar {
  background-color: #edeee8; }
.nav-mob .navbar-brand {
  max-width: 9.4rem; }
  @media (max-width: 767px) {
    .nav-mob .navbar-brand {
      max-width: 7.4rem; } }
  .nav-mob .navbar-brand .svg-logo {
    width: 100%;
    height: auto; }
.nav-mob .navbar-nav {
  text-align: center; }
  .nav-mob .navbar-nav::after {
    display: block;
    content: '';
    height: 1px;
    width: 33%;
    max-width: 10rem;
    background-color: #505050;
    margin: 1rem auto; }
  .nav-mob .navbar-nav .dropdown-menu {
    display: block !important;
    text-align: center;
    background-color: transparent;
    border: 0;
    padding: 0;
    height: auto;
    max-height: 0;
    transition: max-height 600ms;
    overflow: hidden;
    position: relative; }
    .nav-mob .navbar-nav .dropdown-menu::before {
      display: block;
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      width: 100%;
      transform: scaleX(0);
      transform-origin: center;
      background-color: #FFFFFF;
      border-top: 1px solid #505050;
      border-bottom: 1px solid #505050;
      transition: transform 600ms; }
    .nav-mob .navbar-nav .dropdown-menu > li {
      display: inline-block;
      opacity: 0;
      transition: opacity 600ms; }
    .nav-mob .navbar-nav .dropdown-menu.show {
      max-height: 1000px; }
      .nav-mob .navbar-nav .dropdown-menu.show::before {
        max-width: 100%;
        transform: scaleX(1); }
      .nav-mob .navbar-nav .dropdown-menu.show > li {
        opacity: 1; }
.nav-mob .navbar-nav .nav-link {
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Libre Baskerville", serif; }
.nav-mob .wpml-ls-legacy-list-horizontal {
  margin-bottom: 1rem; }
  .nav-mob .wpml-ls-legacy-list-horizontal > ul {
    font-family: "Libre Baskerville", serif;
    text-align: center; }
    .nav-mob .wpml-ls-legacy-list-horizontal > ul li > a {
      color: #505050;
      font-size: 0.8rem; }
    .nav-mob .wpml-ls-legacy-list-horizontal > ul li:not(:last-child) a {
      border-right: 1px solid; }

.js-t3-mainnav-scrolling {
  top: -8rem;
  /* Height of the header */ }

@media (max-width: 767px) {
  .t3-mainnav {
    position: fixed; }

  .js-t3-mainnav-scrolling {
    top: 0px; } }
/* remove navbar button stying */
.navbar-toggler {
  background: none;
  border: none;
  /* remove the blue outline when active or focused */
  /* basic styles for each icon bar */
  /* styles for when .navbar is closed */ }
  .navbar-toggler:active, .navbar-toggler:focus {
    outline: 0; }
  .navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin: 4px 0 4px 0;
    transition: all 0.2s;
    background-color: #505050;
    /* .navbar open top .icon-bar rotated down 45° */
    /* .navbar open middle .icon-bar invisible */
    /* .navbar open bottom .icon-bar rotated up 45° */ }
    .navbar-toggler .icon-bar:nth-of-type(1) {
      transform: rotate(45deg);
      transform-origin: 10% 10%; }
    .navbar-toggler .icon-bar:nth-of-type(2) {
      opacity: 0;
      filter: alpha(opacity=0); }
    .navbar-toggler .icon-bar:nth-of-type(3) {
      transform: rotate(-45deg);
      transform-origin: 10% 90%; }
  .navbar-toggler.collapsed .icon-bar {
    /* .navbar closed top .icon-bar no rotation - straight */
    /* .navbar open middle .icon-bar visible */
    /* .navbar open bottom .icon-bar no rotation - straight */ }
    .navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
      transform: rotate(0); }
    .navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
      opacity: 1;
      filter: alpha(opacity=100); }
    .navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
      transform: rotate(0); }

.menu-trigger {
  position: absolute;
  top: 100vh; }

html,
body {
  overflow-x: hidden; }

body {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #505050;
  background-color: #FFFEFC; }

.max-center-wrap {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto; }

.bgr-full {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.no-padd-lr {
  padding-left: 0;
  padding-right: 0; }

.no-padd-r {
  padding-right: 0; }

.padd-t {
  padding-top: 4.7rem; }

.padd-b {
  padding-bottom: 4.7rem; }

.padd-tb {
  padding-top: 4.7rem;
  padding-bottom: 4.7rem; }

.img-full {
  width: 100%;
  height: auto; }

.padded-block-l {
  width: 100%;
  padding: 0 0 0 4.5rem; }
  @media (max-width: 767px) {
    .padded-block-l {
      padding: 0; } }

.pull-up {
  margin-top: -9rem; }
  @media (max-width: 1100px) {
    .pull-up {
      margin-top: -4.5rem; } }
  @media (max-width: 991px) {
    .pull-up {
      margin-top: 0; } }

@media (max-width: 767px) {
  .padd-xs {
    padding-left: 15px;
    padding-right: 15px; } }
button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color; }

/***  HERO ***/
.hero {
  height: 100vh; }

/** BUTTONS **/
a.black {
  color: #505050; }
  a.black:hover {
    color: #505050; }

a.button {
  display: inline-block;
  padding: 1rem 2rem;
  margin: 2rem 0 0 0;
  text-align: center;
  background-color: #edeee8;
  color: #505050;
  font-family: "Libre Baskerville", serif;
  width: fit-content;
  width: -moz-fit-content; }
  a.button:hover {
    text-decoration: none; }
  a.button.purple {
    background-color: #804654;
    color: #FFFFFF; }

a.square-link {
  font-family: "Libre Baskerville", serif;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 1.5rem;
  text-align: center;
  padding: 0.9rem; }
  @media (max-width: 991px) {
    a.square-link {
      font-size: 1.2rem; } }
  @media (max-width: 480px) {
    a.square-link {
      font-size: 1rem; } }
  a.square-link:hover {
    color: #FFFFFF; }
  a.square-link.purple-block {
    height: 24rem;
    background-color: #804654; }
    @media (max-width: 1500px) {
      a.square-link.purple-block {
        height: 22rem; } }
    @media (max-width: 1450px) {
      a.square-link.purple-block {
        height: 20rem; } }
    @media (max-width: 1350px) {
      a.square-link.purple-block {
        height: 19rem; } }
    @media (max-width: 1250px) {
      a.square-link.purple-block {
        height: 18rem; } }
    @media (max-width: 1120px) {
      a.square-link.purple-block {
        height: 16rem; } }
    @media (max-width: 1000px) {
      a.square-link.purple-block {
        height: 14rem; } }
    @media (max-width: 991px) {
      a.square-link.purple-block {
        height: 11rem; } }
    @media (max-width: 840px) {
      a.square-link.purple-block {
        height: 11rem; } }
    #side-pin a.square-link.purple-block {
      height: 13rem;
      font-size: 1.2rem; }
  a.square-link.grey-block {
    height: 18rem;
    background-color: #b1afa3; }
    @media (max-width: 1500px) {
      a.square-link.grey-block {
        height: 17rem; } }
    @media (max-width: 1450px) {
      a.square-link.grey-block {
        height: 15rem; } }
    @media (max-width: 1350px) {
      a.square-link.grey-block {
        height: 14rem; } }
    @media (max-width: 1250px) {
      a.square-link.grey-block {
        height: 13rem; } }
    @media (max-width: 1120px) {
      a.square-link.grey-block {
        height: 12rem; } }
    @media (max-width: 1000px) {
      a.square-link.grey-block {
        height: 11rem; } }
    @media (max-width: 991px) {
      a.square-link.grey-block {
        height: 9rem; } }
    @media (max-width: 840px) {
      a.square-link.grey-block {
        height: 9rem; } }
    @media (max-width: 767px) {
      a.square-link.grey-block {
        height: 11rem; } }

#iteratore > div.row:not(:last-child) {
  padding-bottom: 6.25rem; }
  @media (max-width: 991px) {
    #iteratore > div.row:not(:last-child) {
      padding-bottom: 4.6875rem; } }

/* BOOKING FORM */
*:focus {
  outline: 0; }

#multisearchbox {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 350px;
  text-align: left;
  border: 1px solid #8c704f;
  background-color: #c6baac;
  overflow: hidden;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 14px;
  margin: 0 auto; }
  #multisearchbox #close {
    display: none; }
  #sidebar #multisearchbox {
    margin-bottom: 4.6875rem; }
  #multisearchbox .choose {
    margin: 10px 20px 20px 20px; }
  #multisearchbox #choose_hotel {
    width: 100%; }
  #multisearchbox div {
    margin-top: 10px; }
    #multisearchbox div select {
      width: 70px;
      margin: 0;
      border: 1px solid #ccc;
      height: 26px;
      line-height: 26px;
      float: right;
      background-color: #fff; }
    #multisearchbox div input {
      margin: 0;
      border: 1px solid #ccc;
      height: 26px;
      line-height: 26px;
      float: right;
      background-color: #fff; }
  #multisearchbox label {
    display: inline-block;
    height: 26px;
    line-height: 26px; }
  #multisearchbox input[type="text"],
  #multisearchbox input[type="password"] {
    width: 120px;
    margin: 0;
    color: #999; }
  #multisearchbox input[name="checkin"],
  #multisearchbox input[name="checkout"] {
    width: 120px;
    background: url("../imgs/calendar.png") no-repeat 98px center;
    padding-left: 3px;
    background-color: #fff;
    color: #000; }
  #multisearchbox input[type="submit"] {
    background: #00940e;
    width: 100%;
    height: 34px;
    border: none;
    text-transform: uppercase;
    color: #fff;
    margin: 10px 0;
    cursor: pointer;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
    font-size: 14px; }
    #multisearchbox input[type="submit"]:hover {
      background-color: #da8500; }
  #multisearchbox #searchbox {
    width: 85%;
    margin: 0 auto 20px;
    overflow: hidden; }
    #multisearchbox #searchbox .searchboxTitle,
    #multisearchbox #searchbox .searchboxSubTitle,
    #multisearchbox #searchbox .searchboxBestPrice,
    #multisearchbox #searchbox .searchboxArea,
    #multisearchbox #searchbox .searchboxAdd {
      display: none !important; }
    #multisearchbox #searchbox a {
      display: block;
      text-decoration: none;
      color: #888;
      font-weight: normal;
      font-size: 9px;
      overflow: hidden;
      width: 100%; }
      #multisearchbox #searchbox a span {
        float: left;
        width: 90px;
        margin: 2px 0; }
      #multisearchbox #searchbox a img {
        display: block;
        float: right; }

#ui-datepicker-div {
  font-size: 11px !important;
  z-index: 1000; }

@media (max-width: 991px) {
  #sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.9); }
    #sidebar.hide-mobile {
      display: none; }
    #sidebar #multisearchbox {
      margin-bottom: 0;
      position: relative; }
      #sidebar #multisearchbox #close {
        position: absolute;
        margin: 0;
        top: 0;
        right: 0;
        display: flex;
        width: 2rem;
        height: 2rem;
        justify-content: center;
        align-items: center;
        background-color: #FFFFFF;
        cursor: pointer; }
    #sidebar .side-link {
      display: none; }
    #sidebar.popup {
      display: none; }
      #sidebar.popup.open {
        display: flex; } }
#sidebar.no-link #multisearchbox {
  margin-bottom: 0; }

.slide-sidebar #multisearchbox {
  margin-bottom: 4.6875rem; }
.slide-sidebar .square-link.purple-block {
  height: 13rem;
  font-size: 1.2rem; }

.open-prenotazioni {
  cursor: pointer;
  position: fixed;
  width: 100%;
  bottom: -2.5rem;
  right: 0;
  z-index: 2;
  background-color: #804654;
  color: #FFFFFF;
  display: none;
  text-align: center;
  transition: all 600ms; }
  @media (max-width: 991px) {
    .open-prenotazioni {
      display: block; }
      .open-prenotazioni.appear {
        bottom: 0; } }
  .open-prenotazioni span {
    display: inline-block;
    padding: 0.5rem 1rem;
    font-family: "Libre Baskerville", serif; }

/***** Accordion *****/
.accordion .scheda .accordion-label {
  width: 100%;
  padding: 1rem 2rem;
  text-align: center;
  background-color: #edeee8;
  color: #505050;
  font-family: "Libre Baskerville", serif;
  cursor: pointer; }
.accordion .scheda .accordion-text {
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: max-height 600ms; }
  .accordion .scheda .accordion-text.open {
    max-height: 2000px; }

/* @media(min-width:576px){
    .floating-content {
        position: absolute;
        z-index:1;
        margin-top:6.25rem;
        opacity:0;
        transition:opacity 600ms;
    }

    .img-sx  {
        img {
            opacity:1;
            transition: opacity 600ms;
        }

        .floating-content {
            left:-75%;
        }

        &:hover {
            .floating-content{
                opacity:1;
            } 
            
            img {
                opacity:0.3;
            }
        }
    }

    .img-dx {

        img {
            opacity:1;
            transition: opacity 600ms;
        }

        .floating-content {
            right:-75%;
            text-align:right;
        }

        &:hover {
            .floating-content{
                opacity:1;
            }

            img {
                opacity:0.3;
            }
        }
    }
    
} */
/** Backup Front Page **/
/*
.big-block-link {
    
    color:$text_color;
    &:hover {
        color:$text_color;
        text-decoration: none;
    }

    img {
        opacity:1;
        transition:opacity 600ms;
    }  
}

@media(min-width:991px){
    .overlay-row {
        position: absolute;
        width:100%;
        top:0;
        padding-top:6.25rem;
        opacity:0;
        transition:opacity 600ms;
    }

    .big-block-link {
        
        &:hover {
            .overlay-row {
                opacity:1;
            }
            img {
                opacity:0.3;
            }
        }
    }
} 

*/
.big-block-link {
  display: block;
  position: relative;
  color: #505050; }
  .big-block-link:hover {
    color: #505050;
    text-decoration: none; }
  .big-block-link img {
    opacity: 1;
    transition: opacity 600ms; }

@media (min-width: 991px) {
  .overlay-text {
    position: absolute;
    top: 0;
    padding-top: 6.25rem;
    opacity: 0;
    transition: all 600ms; }
    .overlay-text.to-rt {
      right: 0; }
    .overlay-text.to-lt {
      left: 0; }

  .big-block-link:hover .overlay-text {
    opacity: 1; }
    .big-block-link:hover .overlay-text.to-rt {
      right: -15%; }
    .big-block-link:hover .overlay-text.to-lt {
      left: -15%; }
  .big-block-link:hover img {
    opacity: 0.3; } }
.category-preview-link {
  text-decoration: none; }
  .category-preview-link .category-preview {
    font-family: "Libre Baskerville", serif;
    position: relative; }
    .category-preview-link .category-preview .category-description-wrap {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .category-preview-link .category-preview .category-description-wrap .category-description {
        opacity: 0;
        background-color: rgba(87, 80, 63, 0.7);
        max-width: 28rem;
        transition: all 600ms; }
        .category-preview-link .category-preview .category-description-wrap .category-description span {
          display: block;
          text-align: center;
          color: #FFFFFF; }
          .category-preview-link .category-preview .category-description-wrap .category-description span.cat-prev-title {
            font-size: 2rem;
            padding-bottom: 1rem; }
            @media (min-width: 768px) and (max-width: 991px) {
              .category-preview-link .category-preview .category-description-wrap .category-description span.cat-prev-title {
                font-size: 1.5rem; } }
          .category-preview-link .category-preview .category-description-wrap .category-description span.cat-prev-sub {
            padding-bottom: 1rem;
            font-size: 1.2rem; }
            @media (min-width: 768px) and (max-width: 991px) {
              .category-preview-link .category-preview .category-description-wrap .category-description span.cat-prev-sub {
                font-size: 1rem; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .category-preview-link .category-preview .category-description-wrap .category-description span.cat-prev-desc {
              font-size: 0.9rem; } }
  @media (max-width: 991px) {
    .category-preview-link .category-description {
      opacity: 1 !important; } }
  .category-preview-link:hover .category-description {
    opacity: 1 !important; }

/*body > div:nth-child(6) > div > div > div.row.grid-reverse > div:nth-child(4) > a > div > div > div > span.cat-prev-sub,
body > div:nth-child(6) > div > div > div.row.grid-reverse > div:nth-child(4) > a > div > div > div > span.cat-prev-desc {
    background-color: yellow!important;
    color:#000000!important;
}*/
a.under-mason {
  margin-top: -6rem; }
  @media (max-width: 825px) {
    a.under-mason {
      margin-top: 0; } }

/*** Categoria ***/
.accordion-key {
  color: #505050; }
  .accordion-key:hover {
    color: #505050;
    text-decoration: none; }
  .accordion-key .prod-name {
    text-align: center;
    font-size: 1.5rem;
    font-family: "Libre Baskerville", serif;
    padding: 1.5rem; }
    .accordion-key .prod-name span {
      display: block;
      font-size: 0.7em; }
    @media (max-width: 1200px) {
      .accordion-key .prod-name {
        font-size: 1.2rem; } }
    @media (max-width: 991px) {
      .accordion-key .prod-name {
        font-size: 1rem; } }
    @media (max-width: 575px) {
      .accordion-key .prod-name {
        font-size: 0.8rem; } }

/*** Single ***/
#sheet {
  max-height: 0;
  background-color: #f6f4eb;
  transition: max-height 1.2s cubic-bezier(0, 1, 0, 1);
  overflow: hidden; }
  #sheet.open {
    max-height: 9999px;
    transition: max-height 1.2s ease-in-out; }
  #sheet .scheda-tecnica > .row {
    border-bottom: 1px solid #505050; }
  #sheet .close-sheet {
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
    margin: 1.5rem auto;
    background-image: url("../imgs/close-menu.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  #sheet .block-title span {
    display: block;
    font-size: 0.7em; }

.single-scheda .scheda-row {
  border-bottom: 1px solid #505050; }

/****************************/
/**** Header Carousel *******/
/****************************/
.carousel-control-next {
  justify-content: flex-end; }

.carousel-control-prev {
  justify-content: flex-start; }

.carousel-control-next-icon {
  background-image: none;
  margin-right: 2rem;
  display: block;
  width: 0 !important;
  height: 0 !important;
  border-top: 0.8rem solid transparent;
  border-bottom: 0.8rem solid transparent;
  border-left: 0.8rem solid #b1afa3; }
  @media (max-width: 767px) {
    .carousel-control-next-icon {
      border-top: 0.6rem solid transparent;
      border-bottom: 0.6rem solid transparent;
      border-left: 0.6rem solid #b1afa3; } }

.carousel-control-prev-icon {
  background-image: none;
  margin-left: 2rem;
  display: block;
  width: 0 !important;
  height: 0 !important;
  border-top: 0.8rem solid transparent;
  border-bottom: 0.8rem solid transparent;
  border-right: 0.8rem solid #b1afa3; }
  @media (max-width: 767px) {
    .carousel-control-prev-icon {
      border-top: 0.6rem solid transparent;
      border-bottom: 0.6rem solid transparent;
      border-right: 0.6rem solid #b1afa3; } }

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background-size: cover;
  background-repeat: no-repeat; }

.carousel-item {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .carousel-item img {
    width: 100%;
    height: auto; }
    .carousel-item img.full-height {
      height: 100vh; }

.carousel-indicators {
  z-index: 9; }

/*********************************/
/************** Slick ************/
/*********************************/
.slick-slider {
  line-height: 0; }

.slick-slide > div {
  margin: 0;
  padding: 0; }

.slider-container {
  display: flex;
  position: relative; }
  @media (max-width: 767px) {
    .slider-container {
      display: block; } }
  .slider-container .slider {
    width: 100%;
    margin-bottom: 0; }
    .slider-container .slider .slide {
      margin: 0;
      padding: 0; }
  .slider-container .slider-tools {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 767px) {
      .slider-container .slider-tools {
        flex-direction: row;
        justify-content: flex-start; } }
    .slider-container .slider-tools .arrows {
      position: relative;
      display: inline-flex;
      flex-direction: column; }
      @media (max-width: 767px) {
        .slider-container .slider-tools .arrows {
          flex-direction: row;
          margin-top: 0.7rem; } }
      .slider-container .slider-tools .arrows .arrow {
        display: block;
        border: 0;
        background-color: transparent; }
        @media (max-width: 767px) {
          .slider-container .slider-tools .arrows .arrow {
            margin-right: 0.8rem; } }
    .slider-container .slider-tools .dots {
      position: absolute;
      bottom: 0; }
      @media (max-width: 767px) {
        .slider-container .slider-tools .dots {
          bottom: auto;
          right: 0; } }
      .slider-container .slider-tools .dots .slick-dots {
        display: flex;
        flex-direction: column;
        position: relative;
        bottom: 0; }
        @media (max-width: 767px) {
          .slider-container .slider-tools .dots .slick-dots {
            flex-direction: row; } }
        .slider-container .slider-tools .dots .slick-dots li {
          margin: 0.2rem 0.7rem 0.1rem 0.5rem;
          width: 0.5rem;
          height: 0.5rem; }
          @media (max-width: 767px) {
            .slider-container .slider-tools .dots .slick-dots li {
              margin: 0.7rem 0.1rem 0.7rem 0.2rem; } }
          .slider-container .slider-tools .dots .slick-dots li button {
            padding: 0;
            border: 1px solid #b1afa3;
            width: 100%;
            height: 100%; }
            .slider-container .slider-tools .dots .slick-dots li button::before {
              font-family: 'slick';
              display: block;
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              content: '';
              text-align: center;
              opacity: .25;
              background-color: transparent;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale; }
          .slider-container .slider-tools .dots .slick-dots li.slick-active button::before {
            background-color: #b1afa3; }

.slide-sidebar .slider .slide {
  height: 456px; }

.arrow-right {
  display: block;
  width: 0;
  height: 0;
  border-top: 0.8rem solid transparent;
  border-bottom: 0.8rem solid transparent;
  border-left: 0.8rem solid #b1afa3; }
  @media (max-width: 767px) {
    .arrow-right {
      border-top: 0.6rem solid transparent;
      border-bottom: 0.6rem solid transparent;
      border-left: 0.6rem solid #b1afa3; } }

.arrow-left {
  display: block;
  width: 0;
  height: 0;
  border-top: 0.8rem solid transparent;
  border-bottom: 0.8rem solid transparent;
  border-right: 0.8rem solid #b1afa3; }
  @media (max-width: 767px) {
    .arrow-left {
      border-top: 0.6rem solid transparent;
      border-bottom: 0.6rem solid transparent;
      border-right: 0.6rem solid #b1afa3; } }

.article-date {
  font-size: 0.9rem; }

.box-pagination {
  width: fit-content;
  margin: 0 auto 3rem;
  display: flex;
  align-items: center; }

.arrow-prev {
  display: inline-block;
  margin-right: 1.5rem; }
  .arrow-prev a {
    display: block;
    width: 0;
    height: 0;
    border-top: 0.8rem solid transparent;
    border-bottom: 0.8rem solid transparent;
    border-right: 0.8rem solid #b1afa3; }
    @media (max-width: 767px) {
      .arrow-prev a {
        border-top: 0.6rem solid transparent;
        border-bottom: 0.6rem solid transparent;
        border-right: 0.6rem solid #b1afa3; } }

.arrow-next {
  display: inline-block;
  margin-left: 1.5rem; }
  .arrow-next a {
    display: block;
    width: 0;
    height: 0;
    border-top: 0.8rem solid transparent;
    border-bottom: 0.8rem solid transparent;
    border-left: 0.8rem solid #b1afa3; }
    @media (max-width: 767px) {
      .arrow-next a {
        border-top: 0.6rem solid transparent;
        border-bottom: 0.6rem solid transparent;
        border-left: 0.6rem solid #b1afa3; } }

#sib-container input:-ms-input-placeholder {
  text-align: left;
  font-family: "Helvetica", sans-serif;
  color: #c0ccda;
  border-width: px; }

#sib-container input::placeholder {
  text-align: left;
  font-family: "Helvetica", sans-serif;
  color: #c0ccda;
  border-width: px; }

#sib-container textarea::placeholder {
  text-align: left;
  font-family: "Helvetica", sans-serif;
  color: #c0ccda;
  border-width: px; }

.newsletter-block {
  background-color: #804654; }
  .newsletter-block .sib-form {
    width: 100%; }
    @media (max-width: 767px) {
      .newsletter-block .sib-form {
        padding-left: 0;
        padding-right: 0; } }
    .newsletter-block .sib-form #sib-form {
      max-width: 1400px;
      margin: 0 auto; }
    .newsletter-block .sib-form p.form-title {
      color: #FFFFFF;
      font-family: "Libre Baskerville", serif;
      font-size: 2rem; }
      @media (max-width: 767px) {
        .newsletter-block .sib-form p.form-title {
          font-size: 1.5rem; } }
    .newsletter-block .sib-form #sib-container {
      width: 100%;
      background-color: transparent; }
      .newsletter-block .sib-form #sib-container #sib-form {
        width: 100%;
        background-color: transparent; }
    .newsletter-block .sib-form span.white {
      font-family: "Libre Baskerville", serif;
      color: white;
      white-space: nowrap;
      font-size: 1.2rem; }
      @media (max-width: 1300px) {
        .newsletter-block .sib-form span.white {
          font-size: 1.1rem; } }
      @media (max-width: 767px) {
        .newsletter-block .sib-form span.white {
          font-size: 1rem; } }
    .newsletter-block .sib-form .desp {
      font-family: 'Raleway', sans-serif;
      color: #FFFFFF;
      font-size: 0.8rem; }
    .newsletter-block .sib-form .form__label-row.mail-row {
      flex-direction: row; }
      .newsletter-block .sib-form .form__label-row.mail-row span {
        display: inline-block;
        white-space: nowrap; }
      @media (max-width: 575px) {
        .newsletter-block .sib-form .form__label-row.mail-row {
          flex-direction: column; } }
    .newsletter-block .sib-form input[type="text"] {
      background-color: #FFFFFF;
      margin-bottom: 5px; }
      @media (max-width: 575px) {
        .newsletter-block .sib-form input[type="text"] {
          width: 100%;
          padding-right: 0; } }
    .newsletter-block .sib-form .sib-form-block.padd-left-more {
      padding-left: 40px; }
    .newsletter-block .sib-form .entry__choice.privacheck {
      margin-bottom: 0; }
      .newsletter-block .sib-form .entry__choice.privacheck label {
        margin-bottom: 0; }
    .newsletter-block .sib-form button {
      font-size: 0.9rem;
      width: 100%;
      text-align: center;
      font-weight: 700;
      font-family: "Libre Baskerville", serif;
      color: #505050;
      background-color: #f1f1e7; }
      @media (max-width: 1300px) {
        .newsletter-block .sib-form button {
          font-size: 0.7rem; } }
  .newsletter-block .clickable_link {
    color: #FFFFFF;
    text-decoration: underline; }
    .newsletter-block .clickable_link:hover {
      color: #FFFFFF;
      font-weight: bold; }

/**** FOOTER ****/
#footer {
  background-color: #58544b;
  color: #FFFFFF; }
  #footer .footer-logo {
    display: block;
    max-width: 210px;
    margin-top: 1.3rem; }
  #footer a {
    color: #FFFFFF; }
  #footer ul {
    padding: 0;
    margin: 3rem 0 0.7rem 0;
    list-style-type: none; }
    #footer ul li a {
      text-transform: uppercase;
      color: #FFFFFF; }
  #footer .social-icons {
    padding-top: 2.5rem; }
    #footer .social-icons .social-ico {
      width: 2rem;
      height: auto;
      margin: 0 0.5rem 0 0; }
    #footer .social-icons.social_2 {
      padding-bottom: 2.5rem; }

.less-line-height {
  line-height: 1.2rem;
  display: inline-block; }

/* Nasconde il menu piccolo in basso, mantiene solo overlay full height */
#navigazione .dropdown-menu {
  display: none !important;
}
ul li {
    font-size: 1.3rem;
    line-height: 1.8rem;
    font-weight: 400;
}
/*# sourceMappingURL=style.css.map */
