@charset "UTF-8";
/*!
Theme Name: Twowall
Author: Leonardo Furlanis
Author URI: https://leonardofurlanis.it/
Description: Questo è il tema FSE sviluppato appositamente per 2ND Surface.
Tags: full-site-editing, block-patterns
Text Domain: twowall
Requires at least: 6.8
Requires PHP: 8.3
Tested up to: 6.9
Version: 1.0.0
*/
/* Styles intended only for the front.*/
* {
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scrollbar-color: var(--wp--preset--color--primary) #aaa;
  scrollbar-width: thin;
  scroll-margin-top: 300px;
}
*::-webkit-scrollbar {
  width: 5px;
}
*::-webkit-scrollbar-thumb {
  background: var(--wp--preset--color--primary);
}
*::-webkit-scrollbar-track {
  background: #aaa;
}

html {
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
pre {
  white-space: pre-wrap;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
li,
a {
  word-wrap: break-word;
}

p:empty {
  display: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.site-footer {
  margin: 0;
}

.info-shoroom,
.info-showroom,
.info-company {
  padding-left: 0 !important;
  list-style: none;
}
.info-shoroom li,
.info-showroom li,
.info-company li {
  text-transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
  gap: 10px;
  line-height: 1.4;
}
.info-shoroom li::before,
.info-showroom li::before,
.info-company li::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  font-family: var(--fa-style-family-sharp);
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
}
.info-shoroom li:not(:last-child),
.info-showroom li:not(:last-child),
.info-company li:not(:last-child) {
  margin-bottom: 10px;
}
.info-shoroom li:nth-child(1)::before,
.info-showroom li:nth-child(1)::before,
.info-company li:nth-child(1)::before {
  content: "\f095";
}
.info-shoroom li:nth-child(2)::before,
.info-showroom li:nth-child(2)::before,
.info-company li:nth-child(2)::before {
  content: "\f0e0";
}
.info-shoroom li:nth-child(3)::before,
.info-showroom li:nth-child(3)::before,
.info-company li:nth-child(3)::before {
  content: "\f3c5";
}

.info-company li:nth-child(1)::before {
  content: "\f2bb";
}
.info-company li:nth-child(2)::before {
  content: "\f3c5";
}
.info-company li:nth-child(3)::before {
  content: "\f2c2";
}

.info-showroom li:nth-child(2)::before {
  content: "\f095";
}
.info-showroom li:nth-child(3)::before {
  content: "\f0e0";
}
.info-showroom li:nth-child(1)::before {
  content: "\f3c5";
}

.info-privacy {
  list-style: none;
  padding: 0;
  margin: var(--wp--preset--spacing--30) 0 0;
}
.info-privacy li {
  text-transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  gap: 8px;
}
.info-privacy li::after {
  content: "";
  font-family: var(--fa-style-family-sharp);
  font-weight: 300;
  font-size: 22px;
  line-height: 1;
}
.info-privacy li:not(:last-child) {
  margin-bottom: 10px;
}
.info-privacy li:nth-child(1)::after {
  content: "\f21b";
}
.info-privacy li:nth-child(2)::after {
  content: "\f564";
}
.info-privacy li:nth-child(3)::after {
  content: "\f013";
}
.info-privacy li:nth-child(4)::after {
  content: "\f0b1";
}

@media (max-width: 856px) {
  ul.info-privacy li {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
@media (max-width: 513px) {
  .site-footer .wp-block-navigation.items-justified-center.is-vertical {
    --navigation-layout-align: left;
  }
}