/*
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.

*/
.loader {
  background-color: #A1845B;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
}
.loader .element {
  width: 10vw;
  text-align: center;
}
@media (max-width: 768px) {
  .loader .element {
    width: 30vw;
  }
}
.loader .element img {
  display: block;
  height: auto;
  margin: auto;
  margin-bottom: 1rem;
}
.loader .element img:first-child {
  width: 80%;
}
.loader .element img:nth-child(2) {
  width: 100%;
}
.loader .element h3 {
  color: #F5F2EE;
}
.loader.load {
  opacity: 0;
  transform: scale(1.5);
}

::selection {
  background-color: #A1845B;
  color: #F5F2EE;
}

html {
  overflow-x: hidden;
}
html.over {
  overflow: hidden;
}

* {
  cursor: url("../png/puntatore.png") 7.5 -25, auto !important;
}

.rimando,
.rimando *,
footer,
footer * {
  cursor: url("../png/puntatore_link.png") 7.5 -25, auto !important;
}

@media (min-width: 1500px) {
  .container,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    max-width: 1500px;
  }
}
.main-content {
  margin-top: 13rem;
}

.home main.main-content > div:nth-child(2) {
  opacity: 1;
  transform: translateY(1rem);
  transition: 0.4s all cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 1.4s;
}
.home main.main-content > div:nth-child(2).load {
  transform: translateY(0);
  opacity: 1;
}

@media (max-width: 768px) {
  .container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}

.mt-100 {
  margin-top: 5rem !important;
}

.mb-100 {
  margin-bottom: 5rem !important;
}

.mt-70 {
  margin-top: 3.5rem !important;
}

.mb-70 {
  margin-bottom: 3.5rem !important;
}

.logo1223 img {
  height: 8.5rem;
  width: auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  .logo1223 img {
    height: auto;
    width: 100%;
  }
}

.bottiglia {
  text-align: center;
}
.bottiglia img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .bottiglia img {
    height: 70vh;
    width: auto;
  }
}

.zero {
  transition-delay: 0.3s !important;
}

.page-id-223 .col-lg-8.tittxt__titolo * {
  color: #802736;
}

.page-id-232 .col-lg-8.tittxt__titolo * {
  color: #00533a;
}

.page-id-232 .logo1223 img, .page-id-223 .logo1223 img {
  height: 5.5rem;
}

html {
  font-size: 20px;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 960px) and (max-width: 1200px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 769px) and (max-width: 994px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
}

body {
  background-color: #F5F2EE;
  font-family: "Inknut Antiqua", serif;
  font-size: 1rem;
}

.home h2 {
  font-size: 5rem;
}

h2 {
  font-size: 3.5rem;
  font-family: "Montserrat", sans-serif;
  color: #A1845B;
  text-transform: uppercase;
  letter-spacing: -0.075em;
  line-height: 1;
}

h3 {
  font-size: 2.4rem;
  line-height: 1;
  color: #2E2E2D;
  text-transform: uppercase;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.04em;
}

h4 {
  font-size: 2.4rem;
  line-height: 1;
  color: #A1845B;
  text-transform: uppercase;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.04em;
}

h5 {
  font-size: 1.8rem;
  line-height: 1;
  color: #2E2E2D;
  text-transform: uppercase;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.04em;
}

h6 {
  font-size: 0.8rem;
  color: #2E2E2D;
  letter-spacing: 0.04em;
}

p {
  font-size: 1rem;
  color: #2E2E2D;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

main a {
  color: #A1845B;
  text-decoration: none;
}
main a:hover {
  color: #2E2E2D;
}

.pannello-menu ul {
  list-style: none;
}
.pannello-menu ul li {
  font-size: 3.5rem;
  line-height: 1;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.03em;
}
.pannello-menu ul li a {
  color: #F5F2EE;
  text-decoration: none;
  font-weight: bold;
}
.pannello-menu ul li a:hover {
  color: #A1845B;
}

.rimando h5 {
  color: #F5F2EE;
}

footer h3 {
  color: #2E2E2D;
}
footer p {
  color: #F5F2EE;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  line-height: 2.12;
}
footer a {
  color: #F5F2EE;
  text-decoration: none;
}
footer a:hover {
  color: #A1845B;
}

.page-id-164 table tr td:first-child,
.page-id-164 h2 {
  color: #F5F2EE;
}

.cta {
  font-family: "Montserrat", sans-serif;
  color: #A1845B;
  display: inline-block;
  border: 0.2rem solid #A1845B;
  font-size: 1.2rem;
  padding: 1.1rem 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: none;
  position: relative;
  transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
  min-width: 10rem;
  text-align: center;
}
.cta span {
  position: relative;
  z-index: 2;
}
.cta:before {
  content: " ";
  top: -1px;
  left: -1px;
  right: 100%;
  bottom: -1px;
  background: #A1845B;
  position: absolute;
  z-index: 0;
  transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
}
.cta:hover {
  color: #F5F2EE;
}
.cta:hover:before {
  right: -1px;
}
.cta.cta--white {
  color: #F5F2EE;
  border-color: #F5F2EE;
}
.cta.cta--white:before {
  background: #F5F2EE;
}
.cta.cta--white:hover {
  color: #2E2E2D;
}

.logo-illustrato {
  width: 14.2rem;
  margin: auto;
  opacity: 1;
  transform: translateY(1rem);
  transition: 0.4s all cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 1.2s;
}
.logo-illustrato.load {
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 768px) {
  .logo-illustrato {
    width: 10rem;
  }
}
.logo-illustrato img {
  width: 100%;
  height: auto;
}

.wp-block-table {
  overflow: hidden;
}

table {
  margin-top: 3.5rem;
}
table tr td:first-child {
  width: 33%;
  font-size: 1.2rem;
  line-height: 1;
  color: #A1845B;
  text-transform: uppercase;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media (max-width: 768px) {
  table tr td:first-child {
    width: 55%;
  }
}
table tr td:last-child {
  font-size: 1rem;
  line-height: 2;
}

.wp-block-cover {
  height: 30rem;
  align-items: flex-start;
  padding-top: 3.5rem;
}
.wp-block-cover:after, .wp-block-cover:before {
  display: none;
}
@media (max-width: 768px) {
  .wp-block-cover h5 {
    color: #A1845B !important;
  }
}
.wp-block-cover #godown span {
  height: 3rem;
  width: 0.3rem;
  background-color: #F5F2EE;
  position: absolute;
  top: 8.5rem !important;
  left: 51.5% !important;
  min-height: auto;
}
.wp-block-cover #godown span:first-child {
  transform: rotate(117deg);
  margin-left: -2.15rem;
}
.wp-block-cover #godown span:last-child {
  transform: rotate(-117deg);
  margin-left: -0.85rem;
}
.wp-block-cover #godown:hover span {
  background-color: #A1845B;
}

.main-content > .wp-block-image {
  height: 30rem;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
}
.main-content > .wp-block-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.nav-hamburger {
  width: 2.5rem;
  height: 1.8rem;
  position: fixed;
  top: 2.5rem;
  left: 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 100;
  opacity: 1;
  transition: 0.4s all cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.4s;
}
.nav-hamburger.load {
  opacity: 1;
}
.nav-hamburger span {
  height: 0.3rem;
  display: block;
  background-color: #A1845B;
  transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-hamburger span:nth-child(1) {
  width: 75%;
}
.nav-hamburger span:nth-child(2) {
  width: 100%;
}
.nav-hamburger span:nth-child(3) {
  width: 50%;
}
.nav-hamburger:hover span {
  background-color: #2E2E2D;
}
.nav-hamburger:hover span:nth-child(1) {
  width: 100%;
}
.nav-hamburger:hover span:nth-child(2) {
  width: 50%;
}
.nav-hamburger:hover span:nth-child(3) {
  width: 75%;
}
.nav-hamburger.active {
  justify-content: center;
}
.nav-hamburger.active span {
  position: relative;
  background-color: #A1845B;
}
.nav-hamburger.active span:nth-child(1) {
  width: 100%;
  transform: rotate(155deg);
  top: 0.25rem;
}
.nav-hamburger.active span:nth-child(2) {
  opacity: 0;
}
.nav-hamburger.active span:nth-child(3) {
  width: 100%;
  transform: rotate(-155deg);
  bottom: 0.25rem;
}
.nav-hamburger.active:hover span {
  background-color: #A1845B;
}
.nav-hamburger.active:hover span:nth-child(1) {
  transform: rotate(145deg);
}
.nav-hamburger.active:hover span:nth-child(3) {
  transform: rotate(-145deg);
}

.header_lingue {
  position: fixed;
  left: 7.4rem;
  top: 2.5rem;
}
@media (max-width: 768px) {
  .header_lingue {
    display: none;
  }
}
.header_lingue .wpml-ls-legacy-list-horizontal {
  margin-top: 0;
}
.header_lingue .wpml-ls-legacy-list-horizontal a {
  color: #2E2E2D;
  font-family: "Montserrat", sans-serif;
  font-size: 0.7rem;
  margin-right: 1rem;
  text-transform: uppercase;
}

.pannello-menu {
  background-color: #2E2E2D;
  padding-top: 8.75rem;
  padding-left: 2.4rem;
  height: 100vh;
  width: 42rem;
  position: fixed;
  left: -75vw;
  top: 0;
  z-index: 99;
  transition: 0.6s all cubic-bezier(0.4, 0, 0.2, 1);
}
.pannello-menu.open {
  left: 0;
}
@media (min-width: 769px) and (max-width: 994px) {
  .pannello-menu {
    width: 100vw;
    left: -110vw;
  }
}
@media (max-width: 768px) {
  .pannello-menu {
    width: 100vw;
    left: -110vw;
  }
}

.nav-brand {
  position: absolute;
  top: 2.5rem;
  left: 50%;
  width: 6.3rem;
  opacity: 1;
  transform: translateX(-50%) translateY(1rem);
  transition: 0.4s opacity cubic-bezier(0.4, 0, 0.2, 1), 0.4s transform cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.8s;
}
.nav-brand.load {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}
.nav-brand img {
  width: 100%;
  height: auto;
}

.home .nav-brand {
  width: 14.2rem;
}
@media (max-width: 768px) {
  .home .nav-brand {
    width: 25vw;
  }
}

.page-id-8 .nav-rimando a:nth-child(5) img {
  filter: saturate(1) brightness(1);
}

.page-id-164 .nav-rimando a:nth-child(4) img {
  filter: brightness(10);
}

.page-id-232 .nav-rimando a:nth-child(2) img {
  filter: saturate(1) brightness(1);
}

.page-id-524 .nav-rimando a:nth-child(1) img {
  filter: saturate(1) brightness(1);
}

.page-id-223 .nav-rimando a:nth-child(3) img {
  filter: saturate(1) brightness(1);
}

.nav-rimando {
  position: fixed;
  top: 2.5rem;
  right: 2.4rem;
  width: auto;
  z-index: 99;
  opacity: 1;
  transition: 0.4s all cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.4s;
}
.nav-rimando.load {
  opacity: 1;
}
@media (max-width: 768px) {
  .nav-rimando {
    width: 5rem;
    display: none;
  }
}
.nav-rimando p {
  display: flex;
  margin-left: 1.6rem;
  align-items: flex-end;
  gap: 1rem;
}
.nav-rimando p br {
  display: none;
}
.nav-rimando p a img:hover {
  filter: brightness(10);
}
.nav-rimando p a:last-child img, .nav-rimando p a:nth-child(1) img, .nav-rimando p a:nth-child(2) img, .nav-rimando p a:nth-child(3) img {
  filter: saturate(0) brightness(0.5);
}
.nav-rimando p a:last-child img:hover, .nav-rimando p a:nth-child(1) img:hover, .nav-rimando p a:nth-child(2) img:hover, .nav-rimando p a:nth-child(3) img:hover {
  filter: saturate(1) brightness(1);
}
.nav-rimando p a:nth-child(4) img {
  height: 1.35rem;
}
.nav-rimando img {
  width: auto;
  height: 1rem;
  transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
}

footer {
  background-color: #555453;
  padding-top: 5.5rem;
  padding-bottom: 12.8rem;
  position: relative;
}
footer #backtotop span {
  height: 3rem;
  width: 0.3rem;
  background-color: #A1845B;
  position: absolute;
  bottom: 4.75rem;
  left: 51.5%;
}
footer #backtotop span:first-child {
  transform: rotate(117deg);
  margin-left: -0.7rem;
}
footer #backtotop span:last-child {
  transform: rotate(-117deg);
  margin-left: -2.15rem;
}
footer #backtotop:hover span {
  background-color: #F5F2EE;
}
@media (min-width: 769px) and (max-width: 994px) {
  footer .footer-col-1 {
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 768px) {
  footer .footer-col-1 {
    margin-bottom: 3.75rem;
  }
  footer .footer-col-4 {
    margin-top: 3.75rem;
  }
}
footer .ig {
  display: inline-block;
  padding-left: 1.3rem;
  background-image: url("../png/ig.png");
  background-size: 0.8rem auto;
  background-position: left 60%;
  background-repeat: no-repeat;
}

.rimando {
  background-color: #2E2E2D;
  padding: 5rem 0;
}
.rimando .rimando__logo {
  text-align: center;
}
.rimando .rimando__logo img {
  height: 4rem;
  width: auto;
}
@media (max-width: 768px) {
  .rimando {
    position: relative;
    z-index: 110;
  }
  .rimando .rimando__cta {
    order: 1;
  }
  .rimando .rimando__logo {
    order: 2;
  }
  .rimando .rimando__testo {
    order: 3;
    margin-top: 2.5rem;
  }
}

.tittxt {
  margin-top: 7rem;
  margin-bottom: 7rem;
}
.tittxt.interno p {
  margin-bottom: 2.5rem;
}
.tittxt.interno p:last-child {
  margin-bottom: 0;
}
.tittxt.interno .tittxt__titolo h2 {
  line-height: 1;
  position: sticky;
  top: 13rem;
}
.tittxt.destra .row {
  flex-direction: row-reverse;
}
.tittxt h3 {
  margin-bottom: 3.75rem;
}
.tittxt .wp-block-column h3 {
  margin-bottom: 0;
}
.tittxt .cta {
  margin-top: 3.75rem;
}
@media (min-width: 769px) and (max-width: 994px) {
  .tittxt .cta {
    margin-top: 0;
  }
}
.tittxt .titolo_immagine img {
  height: 4.25rem;
  width: auto;
}
.tittxt .tittxt__titolo h2 {
  line-height: 1;
}
@media (min-width: 769px) and (max-width: 994px) {
  .tittxt .tittxt__titolo {
    margin-bottom: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .tittxt .tittxt__titolo {
    margin-bottom: 5rem;
  }
}
.tittxt .wp-block-columns {
  align-items: flex-end;
}
.tittxt .wp-block-columns h6 {
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .tittxt .wp-block-column:first-child {
    margin-bottom: 1rem;
  }
}

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