/* 
  font-family: "Jost", sans-serif;
*/

* {
  cursor: url("img/cursore_rosso.cur") 10 10, pointer; /* The cursor is an image specified by the URL, with a pointer as a fallback */
  }

.page-template-template-internal-ristorante * {
  cursor: url("img/cursore_rosso.cur") 10 10, pointer; /* The cursor is an image specified by the URL, with a pointer as a fallback */
  }

  .page-template-template-internal-terrazza * {
    cursor: url("img/cursore_azzurro.cur") 20 20, pointer; /* The cursor is an image specified by the URL, with a pointer as a fallback */
    }

    .page-template-template-internal-spazio * {
      cursor: url("img/cursore_beige.cur") 20 20, pointer; /* The cursor is an image specified by the URL, with a pointer as a fallback */
      }



body {
  font-family: "Jost", sans-serif;
}

.wrapper {
  max-width: 100%;
  width: 100%;
  min-height: 100vh;
}

a.button.current {
  text-decoration: none;
}

body.home {
  height: 100vh;
  overflow: hidden;
}

.rowHeader {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 2px solid #000;
}


.logo {
  padding: 15px;
  width: 50%;
  text-align: left;
}

.logo img {
  height: 30px;
  text-align: left;
}

.languageSelector {
  width: 50%;
  text-align: right;
  padding: 15px;
  font-size: 18px;
  font-weight: 400;
}

.languageSelector a {
  color: #000;
  font-weight: 400;
  font-size: 18px;
}

/* menu */


.menuLine {
  border-bottom: 2px solid #000;
  padding: 15px;
  position: relative;
  overflow: hidden;
}

.news_ticker {
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 2px solid #000;
}

.news-group {
  position: relative;
  white-space: nowrap;
  will-change: transform;
}

.news-group li {
  list-style-type: none;
  color: #000;
  font-size: 30px;
  display: inline-block; 
  padding-left: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Jost", sans-serif;
}

.news-group a {
  padding-right: 10px;
}

.news-group.ristorante a span:hover {
  color: #b8a392;
}

.news-group.terrazza a span:hover {
  color: #e03c38;
}

.news-group.spazio a span:hover {
  color: #79adc9;
}


ul.news-group.ristorante.active a span {
  color: #b8a392;
}

ul.news-group.terrazza.active a span {
  color: #e03c38;
}

ul.news-group.spazio.active a span {
  color: #79adc9;
}



/* gallery */

.internalGallery .galleryBoxSingle {
  height: calc(100vh - 320px) !important;
  width: 100vw;
}

.gallery_ticker {
  margin: 0;
  position: relative;
  display: flex;
}

.gallery-group {
  position: relative;
  white-space: nowrap;
  will-change: transform;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.gallery-group .galleryItem {
  padding: 0;
  margin: 0;
  line-height: 0;
  letter-spacing: 0;
  border-right: 3px solid #ff0000;
  display:inline-flex;
  flex-direction:row;
  align-items:start;
  margin-left: -3px;
}


.galleryItem img {
  max-height: 80vh;
}


/* footer */

.home .footerContainer {
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  padding: 15px;
  border-top: 2px solid #000;
  z-index: 9;
}

.footerContainer {
  width: 100%;
  background-color: #fff;
  padding: 15px;
  border-top: 2px solid #000;
  display: flex;
  justify-content: space-between;
}

.footerContainer p {
  font-size: 14px;
  font-weight: normal;
  color: #000;
  line-height: 35px;
  margin: 0;
}

.footerConta2iner img {
  height: 20px;
  vertical-align: middle;
  padding: 0 0 0 15px;
}


/* container page */

.menu li {
  list-style: none;
}

.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-item.current-menu-item a {
  text-decoration: none;
}

.containerContent.menuRistorante {
  /* background-color: #b8a392; */
}

 .menuRistorante a , .menuRistorante p , .menuRistorante td , .menuRistorante th {
  color: #000;
}

.containerContent.menuTerrazza {
  background-color: #e03c38;
}

.menuTerrazza a , .menuTerrazza p {
  color: #fff;
}

.containerContent.menuSpazio {
  background-color: #79adc9;
}

.menuSpazio a , .menuSpazio p {
  color: #000;
}

.containerContent {
  display: flex;
  flex-wrap: wrap;
  align-content: baseline;
}

.containerContent .col33 {
  width: 33.33333%;
  padding: 40px;
}

.containerContent .col66 {
  width: 66.66666%;
  padding: 40px;
}

.containerContent p {
  padding: 0;
  margin: 0;
  font-size: 20px;
  padding-bottom: 30px;
  font-weight: 400;
}

.menuItem a {
  display: block;
  padding: 0 0 30px 0;
  margin: 0;
  text-decoration: underline;
  font-size: 20px;
  font-weight: 400;
}

.menuItem a.active {
  text-decoration: none;
}


.colorRistorante a , .colorRistorante p , .colorRistorante td {
  color: #b8a392;
}

.containerContent.colorRistorante input , .containerContent.colorRistorante textarea {
  padding: 10px;
  border: none;
  border-bottom: 1px solid #b8a392;
  color: #b8a392;
}

.colorSpazio a , .colorSpazio p {
  color: #79adc9
}

.containerContent.colorSpazio input , .containerContent.colorSpazio textarea {
  padding: 10px;
  border: none;
  border-bottom: 1px solid #79adc9;
  color: #79adc9;
}

.colorTerrazza a , .colorTerrazza p , .colorTerrazza td {
  color: #e03c38
}

.containerContent.colorTerrazza input , .containerContent.colorTerrazza textarea {
  padding: 10px;
  border: none;
  border-bottom: 1px solid #e03c38;
  color: #e03c38;
}

input:focus , textarea:focus {
  outline: none;
}

span.wpcf7-list-item-label {
  font-size: 14px;
}

span.wpcf7-not-valid-tip {
  font-size: 12px;
}

/* galery interna  */

.wrapperGallery {
position: relative;
display: flex;
align-items: center;
overflow: hidden;
}

.wrapperGallery .box img {
  max-height: 80vh;
}


.wp-block-table td, .wp-block-table th {
    border: 0;
    padding: 0;
    padding-bottom: 10px;
}

.wp-block-table td , .wp-block-table th {
    padding: 0;
    margin: 0;
    font-size: 20px;
    padding-bottom: 0px;
    font-weight: 400;
}

.wp-block-table thead {
    border-bottom: 0;
}

.wp-block-table {
    max-width: 700px;
}


.footerContainer .col50 img {
  width: 20px;
  vertical-align: middle;
  margin-left: 10px;
}

table {
  overflow: hidden;
}


.carta-vini figure.wp-block-table td {
  font-size: 16px;
  padding-right: 10px;
  vertical-align: top;
  padding-bottom: 3px;
}

.carta-vini figure.wp-block-table {
  margin: auto;
  padding: 15px;
}

.vini figure.wp-block-table td {
  font-size: 16px;
  padding-right: 10px;
  vertical-align: top;
  padding-bottom: 3px;
}

.vini figure.wp-block-table {
  margin: auto;
  padding: 15px;
}

.mainHomeSliderMobile {
  display: none !important;
}


@media screen and (max-width:768px) {

  .mainHomeSlider  {
    display: none !important;
  }

  .mainHomeSliderMobile  {
    display: block !important;
  }

  .containerContent .col33 {
    width: 100%;
    padding: 40px 15px;
  }

  .containerContent .col66 {
    width: 100%;
    padding: 30px;
  }

  .menuItem {
    overflow: auto;
    white-space: nowrap;
    display: flex;
    flex-wrap: wrap;
    height: auto;
}

  .menuItem a {
    display: inline-block;
    padding: 0 15px;
    margin: 0;
    text-decoration: underline;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 10px;
  }


  .footerContainer {
    flex-wrap: wrap;
  }

  .footerContainer .col50 {
    width: 100%;
    text-align: center;
  }

  .internalGallery .galleryBoxSingle {
    height: 150px !important;
    width: 100vw;
}


.home .footerContainer {
  position: relative !important;
}

}