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

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

*/
::selection {
  background-color: #818181;
  color: #ffffff;
}

html {
  overflow-x: hidden;
  overflow-y: overlay;
}
html.over {
  overflow: hidden;
}
html body {
  overflow-x: hidden;
  background-color: #ffffff;
}
html body::-webkit-scrollbar {
  width: 0.5rem;
}
html body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 9999px;
}
html body .container {
  max-width: 80vw;
}
@media (max-width: 991px) {
  html body .container {
    max-width: 95vw;
  }
}

@media (min-width: 992px) {
  .hiddendesk {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hiddenmobi {
    display: none !important;
  }
}
.alignfull {
  width: 100vw;
  margin-left: -10vw;
  transform: translateX(-15px);
}
@media (max-width: 991px) {
  .alignfull {
    margin-left: -2.5vw;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 4.347826087vw;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  html {
    font-size: 2.5714285714vw;
  }
}

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

h1,
.h1 {
  font-size: 4.8rem;
  line-height: 1.1;
  margin-bottom: 2.5rem;
  color: #ffffff;
  font-weight: 500;
}
@media (max-width: 991px) {
  h1,
.h1 {
    font-size: 2.4rem;
  }
}

h2,
.h2 {
  font-size: 6rem;
  line-height: 1.25;
  color: #1C1C1C;
  font-weight: 120;
  margin-bottom: 6rem;
}
@media (max-width: 991px) {
  h2,
.h2 {
    font-size: 3.2rem;
    margin-bottom: 4rem;
  }
}

h3,
.h3 {
  font-size: 2.8rem;
  line-height: 1.25;
  color: #1C1C1C;
  font-weight: 600;
}
@media (max-width: 991px) {
  h3,
.h3 {
    font-size: 2rem;
  }
}

h4,
.h4 {
  font-size: 3.6rem;
  line-height: 1.25;
  color: #1C1C1C;
}

h5,
.h5 {
  font-size: 1rem;
  line-height: 1.25;
  color: #818181;
}

h6,
.h6 {
  font-size: 0.9rem;
  line-height: 1.25;
  color: #818181;
  font-weight: 500;
}

p {
  font-size: 1rem;
  line-height: 1.5;
  color: #818181;
  font-weight: 500;
}
p a {
  color: #818181;
}

.content-page-single ul {
  font-size: 1rem;
  line-height: 1.5;
  color: #818181;
  font-weight: 500;
  padding-left: 2rem;
}

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

.has-small-font-size {
  font-size: 0.9rem !important;
  line-height: 1.45;
}

.has-large-font-size {
  font-size: 2rem !important;
  line-height: 1.4;
  font-weight: 400;
}
@media (max-width: 991px) {
  .has-large-font-size {
    font-size: 1.2rem !important;
  }
}

.has-primario-color {
  color: #1C1C1C;
}

.has-primario-background-color {
  background-color: #1C1C1C;
}

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

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

.has-nero-color {
  color: #818181;
}

.has-nero-background-color {
  background-color: #818181;
}

.wp-block-button__link {
  padding: 1.2rem 1.6rem;
  border-radius: 9999px;
  display: inline-block;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  background-color: #ffffff;
  color: #1C1C1C;
  border: 0.1rem solid #ffffff;
}
@media (max-width: 991px) {
  .wp-block-button__link {
    padding: 0.8rem 1.2rem;
    font-size: 0.8rem;
  }
}
.wp-block-button__link:hover {
  color: #ffffff !important;
  background-color: transparent;
}
.wp-block-button__link.cta {
  border: 0.1rem solid #1C1C1C;
  display: inline-flex;
  align-items: center;
}
.wp-block-button__link.cta svg {
  height: 0.85rem;
  width: auto;
  margin-left: 0.7rem;
}
.wp-block-button__link.cta:hover {
  background-color: #1C1C1C;
  color: #ffffff !important;
}
.wp-block-button__link.cta:hover svg path {
  stroke: #ffffff;
}

.card-prodotti {
  margin-bottom: 6rem;
}
@media (max-width: 991px) {
  .card-prodotti:last-child {
    margin-bottom: 0;
  }
}
.card-prodotti img {
  aspect-ratio: 750/500;
  height: auto;
  width: 100%;
  border-radius: 1rem;
  object-fit: cover;
}
.card-prodotti h3 {
  margin-top: 2.3rem;
  margin-bottom: 1.2rem;
}
.card-prodotti p {
  color: #818181;
  margin-bottom: 1.6rem;
  max-width: 25rem;
}

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

@media (max-width: 991px) {
  .wp-block-columns .wp-block-column:last-child {
    margin-bottom: 0;
  }
}

.wp-block-column {
  margin-left: 0 !important;
}

.wp-block-group.has-background {
  padding-top: 4rem;
  padding-bottom: 10rem;
  padding-left: 6.5rem;
  padding-right: 6.5rem;
  border-radius: 1rem;
}
@media (max-width: 991px) {
  .wp-block-group.has-background {
    padding-top: 3.2rem;
    padding-bottom: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .wp-block-group.has-background .has-text-align-right {
    text-align: left;
  }
  .wp-block-group.has-background .wp-block-image .alignright {
    float: left;
    margin: 0;
    margin-top: 10px;
  }
}
.wp-block-group.has-background .wp-block-columns {
  margin-bottom: 0;
}
.wp-block-group.has-background.alignfull {
  border-radius: 0;
}
@media (max-width: 991px) {
  .wp-block-group.has-background.alignfull {
    padding-left: 0;
    padding-right: 0;
  }
}
.wp-block-group.has-background.alignfull .wp-block-group__inner-container {
  max-width: 80vw;
}
@media (max-width: 991px) {
  .wp-block-group.has-background.alignfull .wp-block-group__inner-container {
    max-width: calc(95vw - 30px);
  }
}

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

header {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  position: fixed;
  top: 0;
  z-index: 888;
  width: 100%;
  background-color: #ffffff;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.08);
}
header .row {
  align-items: center;
}
header .header__logo img {
  height: 3rem;
  width: auto;
}
@media (max-width: 991px) {
  header .header__logo img {
    height: 2.5rem;
  }
}
header .header__menu {
  display: flex;
  justify-content: center;
}
header .header__menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 1.6rem;
  font-size: 1rem;
  font-weight: 600;
}
header .header__menu ul a {
  color: #1C1C1C;
  text-decoration: none;
}
header .header__menu ul a:hover {
  color: #818181;
}
header .header__social .wp-block-social-links {
  justify-content: flex-end !important;
}

.wp-block-social-links a {
  height: 1.6rem;
  width: 1.6rem;
  background-color: #1C1C1C;
  border-radius: 0.25rem;
}
.wp-block-social-links a svg {
  height: 1rem !important;
  width: auto;
}
.wp-block-social-links a svg path {
  fill: #ffffff;
}

.header__hamburger {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__hamburger .nav-cerca {
  height: 1rem;
  width: 1rem;
  margin-right: 2rem;
  cursor: pointer;
}
.header__hamburger .nav-cerca svg {
  height: 100%;
  width: auto;
}
.header__hamburger .nav-cerca:hover svg path {
  fill: #1C1C1C;
}
.header__hamburger .nav-hamburger {
  height: 1.25rem;
  width: 1.5rem;
  position: relative;
  cursor: pointer;
  box-sizing: content-box;
}
.header__hamburger .nav-hamburger .content-hambu {
  height: 100%;
  width: 100%;
  position: relative;
}
.header__hamburger .nav-hamburger .content-hambu:hover span {
  background-color: #1C1C1C;
}
.header__hamburger .nav-hamburger span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #818181;
  position: absolute;
  transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
}
.header__hamburger .nav-hamburger span:first-child {
  top: 0;
  transform-origin: left top;
}
.header__hamburger .nav-hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header__hamburger .nav-hamburger span:last-child {
  bottom: 0;
  transform-origin: left bottom;
}
.header__hamburger .nav-hamburger:hover span {
  background-color: #818181;
}
.header__hamburger .nav-hamburger.open.open span {
  width: 110%;
}
.header__hamburger .nav-hamburger.open.open span:first-child {
  transform: rotate(45deg);
}
.header__hamburger .nav-hamburger.open.open span:nth-child(2) {
  opacity: 0;
}
.header__hamburger .nav-hamburger.open.open span:last-child {
  transform: rotate(-45deg);
}

.pannello-menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: -150vh;
  left: 0;
  background-color: #1C1C1C;
  z-index: 777;
  transition: 0.6s all cubic-bezier(0.4, 0, 0.2, 1);
}
.pannello-menu.open {
  top: 0;
}
.pannello-menu .menu-pannello {
  opacity: 1;
  transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
}
.pannello-menu .menu-pannello.open {
  opacity: 0;
}
.pannello-menu ul.menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.6rem;
  font-size: 2rem;
  margin-top: 10rem;
  margin-bottom: 2.8rem;
  list-style: none;
}
.pannello-menu ul.menu a {
  color: #ffffff;
  text-decoration: none;
}
.pannello-menu ul.menu a:hover {
  color: #1C1C1C;
}
.pannello-menu .wp-block-social-links a {
  height: 2.5rem;
  width: 2.5rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pannello-menu .wp-block-social-links a svg {
  height: 1.75rem !important;
}
.pannello-menu .wp-block-social-links a svg path {
  fill: #1C1C1C;
}

footer {
  background-color: #1C1C1C;
  padding-top: 10rem;
  padding-bottom: 4rem;
  margin-top: 6.65rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
@media (max-width: 991px) {
  footer {
    padding-top: 7.5rem;
  }
}
footer h3 {
  font-size: 1.2rem;
  margin-bottom: 1.6rem;
  font-family: "Switzer", sans-serif;
  color: #818181;
  font-weight: 400;
}
footer p {
  font-size: 2rem;
  line-height: 1.35;
  color: #ffffff;
  font-family: "Switzer", sans-serif;
  font-weight: 500;
}
@media (max-width: 991px) {
  footer p {
    font-size: 1.6rem;
  }
}
footer p a {
  color: #ffffff;
  text-decoration: none;
}
footer p a:hover {
  color: #818181;
}
@media (max-width: 991px) {
  footer .footer__contatti {
    margin-bottom: 2.8rem;
  }
  footer .footer__contatti:last-child {
    margin-bottom: 0;
  }
}
footer .wp-block-social-links a {
  height: 2.5rem;
  width: 2.5rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .wp-block-social-links a svg {
  height: 1.75rem !important;
}
footer .wp-block-social-links a svg path {
  fill: #1C1C1C;
}
footer .footer-second-row {
  margin-top: 6rem;
  font-size: 0.9rem;
  font-size: 400;
}
@media (max-width: 991px) {
  footer .footer-second-row {
    margin-top: 4rem;
  }
}
footer .footer-second-row p {
  font-size: 0.9rem;
  font-size: 400;
}
@media (max-width: 991px) {
  footer .policy, footer .credits {
    margin-top: 1.2rem;
  }
}

.home .page-content {
  margin-top: 4rem;
}
.home .page-content .content-page-single > * {
  margin-top: 10rem;
}
.home .page-content .content-page-single > *:first-child {
  margin-top: 0;
}
.home .page-content .wp-block-cover {
  margin-bottom: 0;
}
.home .page-content .boxdescrizione {
  margin-top: -5rem;
  position: relative;
}
.home .page-content .boxdescrizione .logomodernexpo {
  height: 1.3rem;
  width: auto;
}
.home .page-content .boxdescrizione .logobluedock {
  height: 1.95rem;
  width: auto;
}
.home .page-content .boxdescrizione .descrizione {
  margin-top: 6.5rem;
  padding-left: 6.77vw;
  padding-right: 6.77vw;
}
@media (max-width: 991px) {
  .home .page-content .boxdescrizione .descrizione {
    padding: 0;
    margin-top: 4rem;
  }
}

.page-content {
  margin-top: 12rem;
}
@media (max-width: 991px) {
  .page-content {
    margin-top: 1.3333333333rem;
  }
}
.page-content .content-page-single > * {
  margin-bottom: 2.5rem;
}
.page-content .content-page-single > *:last-child {
  margin-bottom: 0;
}

.page-template-default:not(.home) h1 {
  color: #1C1C1C;
  font-size: 4rem;
}
.page-template-default:not(.home) h2 {
  font-size: 2.4rem;
}

.splidescroll {
  margin-bottom: 0 !important;
}
.splidescroll img {
  width: 100%;
  height: auto;
  aspect-ratio: 1200/900;
  object-fit: cover;
  max-height: 25rem;
  max-width: 100%;
}

.splide__arrow {
  background-color: #ffffff;
}

.loghi ul {
  list-style: none;
}
.loghi ul li:first-child, .loghi ul li:nth-child(2), .loghi ul li:nth-child(3), .loghi ul li:nth-child(5), .loghi ul li:nth-child(6), .loghi ul li:nth-child(7) {
  border-right: 0.05rem solid #e4e4e4;
}
@media (max-width: 991px) {
  .loghi ul li:first-child, .loghi ul li:nth-child(2), .loghi ul li:nth-child(3), .loghi ul li:nth-child(5), .loghi ul li:nth-child(6), .loghi ul li:nth-child(7) {
    border-right: 0rem solid #e4e4e4;
  }
}
.loghi ul li:first-child, .loghi ul li:nth-child(2), .loghi ul li:nth-child(3), .loghi ul li:nth-child(4) {
  border-bottom: 0.05rem solid #e4e4e4;
}
@media (max-width: 991px) {
  .loghi ul li {
    border-right: 0;
    border-bottom: 0.05rem solid #e4e4e4;
  }
  .loghi ul li:nth-child(2n+1) {
    border-right: 0.05rem solid #e4e4e4;
  }
  .loghi ul li:nth-last-child(1), .loghi ul li:nth-last-child(2) {
    border-bottom: 0rem solid #e4e4e4;
  }
}
.loghi ul .logo {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem 0rem;
}
@media (max-width: 991px) {
  .loghi ul .logo {
    margin-bottom: 2rem;
  }
}
.loghi ul .logo img {
  width: 53%;
  height: auto;
  aspect-ratio: 173/115;
  filter: grayscale(1);
  object-fit: contain;
}

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