@charset "UTF-8";
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
a,
button,
input:focus,
input[type="button"],
input[type="submit"],
textarea:focus,
.wp-element-button {
transition: all 0.2s ease-in-out;
}
a,
a:focus,
a:hover,
a:not(.wp-element-button) {
text-decoration-thickness: 1px;
}
b,
strong,
th {
font-weight: var(--wp--custom--font-weight--medium);
}
mark {
background: linear-gradient(90deg, var(--wp--preset--color--primary) 0%, var(--wp--preset--color--primary) 100%);
background-position: 0 85%;
background-repeat: repeat-x;
background-size: 100% 15%;
} input,
select,
textarea {
background-color: var(--wp--preset--color--base);
border: 1px solid var(--wp--preset--color--contrast);
border-radius: 0;
color: var(--wp--preset--color--contrast);
font-family: var(--wp--preset--font-family--primary);
font-size: var(--wp--preset--font-size--medium);
font-weight: var(--wp--custom--font-weight--light);
line-height: var(--wp--custom--line-height--body);
padding: 10px 20px;
width: 100%;
}
input:focus,
textarea:focus {
background-color: var(--wp--preset--color--neutral);
outline: none;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
width: auto;
}
input[type="button"],
input[type="email"],
input[type="search"],
input[type="submit"],
input[type="text"],
textarea {
-webkit-appearance: none;
}
::placeholder {
color: var(--wp--preset--color--contrast);
font-size: var(--wp--preset--font-size--small);
opacity: 0.5;
}  *:not(.wp-block-code) > code {
background-color: var(--wp--preset--color--neutral);
font-size: var(--wp--preset--font-size--small);
padding: 5px 8px;
} .wp-block-navigation__responsive-container.is-menu-open {
padding: var(--wp--custom--spacing--gap);
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
padding-top: var(--wp--custom--spacing--gap);
}
.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
border: 1px solid currentColor;
padding: 2px;
}
.has-background .wp-block-navigation__responsive-container-open:focus,
.has-background .wp-block-navigation__responsive-container-open:hover {
color: var(--wp--preset--color--base);
} .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
background-color: var(--wp--preset--color--contrast);
border: var(--wp--preset--color--contrast);
color: var(--wp--preset--color--base);
padding: 10px;
}
.wp-block-navigation :where(.wp-block-navigation__submenu-container) a {
padding: 2px 10px;
}  .is-style-shadow-light {
box-shadow: var(--wp--preset--shadow--light);
}
.is-style-shadow-solid {
box-shadow: var(--wp--preset--shadow--solid);
} @media only screen and (max-width: 600px) { .is-style-hidden-mobile {
display: none !important;
}
}
@media only screen and (max-width: 782px) { .is-style-columns-reverse {
flex-direction: column-reverse;
}
}
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Hind:wght@400&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");     .shortcode .loop-item-image img,
.custom-shortcode .loop-item-image img {
width: 100%;
}
.shortcode[class*=colonne],
.custom-shortcode[class*=colonne] {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
align-items: center;
}
.shortcode.colonne-3,
.custom-shortcode.colonne-3 {
display: flex;
flex-wrap: wrap;
gap: 0;
}
.shortcode.colonne-3 > .item-list,
.custom-shortcode.colonne-3 > .item-list {
flex: 1 1 calc(100% / 1);
max-width: calc(100% / 1);
}
@media screen and (min-width: 576px) {
.shortcode.colonne-3 .item-list,
.custom-shortcode.colonne-3 .item-list {
flex: 1 0 49%;
}
}
@media screen and (min-width: 992px) {
.shortcode.colonne-3 .item-list,
.custom-shortcode.colonne-3 .item-list {
flex: 0 0 calc(33.33% - 10px);
}
}
.shortcode.background-image,
.custom-shortcode.background-image {
gap: 10px;
}
.shortcode.background-image .item-list,
.custom-shortcode.background-image .item-list {
padding: 0;
}
.shortcode.background-image .loop-item-image,
.custom-shortcode.background-image .loop-item-image {
border-radius: 16px;
overflow: hidden;
position: relative;
}
.shortcode.background-image .loop-item-image:after,
.custom-shortcode.background-image .loop-item-image:after {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 1;
display: block;
content: "";
background: linear-gradient(180deg, rgba(38, 42, 66, 0) 19.44%, #262A42 77.61%);
mix-blend-mode: multiply;
}
.shortcode.background-image .loop-item-text,
.custom-shortcode.background-image .loop-item-text {
position: absolute;
top: 100%;
left: 50%;
transform: translate(-50%, -100%);
width: calc(100% - 40px);
border-radius: 16px;
padding-bottom: 16px;
}
.shortcode.background-image .loop-item-text *,
.custom-shortcode.background-image .loop-item-text * {
color: #ffffff;
}
.shortcode.background-image .loop-item-text .loop-item-title,
.custom-shortcode.background-image .loop-item-text .loop-item-title {
font-family: "Playfair Display", serif;
}
.shortcode.background-image .loop-item-text .wp-block-buttons,
.custom-shortcode.background-image .loop-item-text .wp-block-buttons {
margin: 0;
}
.shortcode.background-image .loop-item-text .wp-block-buttons .wp-block-button,
.custom-shortcode.background-image .loop-item-text .wp-block-buttons .wp-block-button {
background: none;
border: none;
width: 100%;
margin-top: 32px;
}
.shortcode.background-image .loop-item-text .wp-block-buttons .wp-block-button a,
.custom-shortcode.background-image .loop-item-text .wp-block-buttons .wp-block-button a {
width: 100%;
display: inline-flex;
padding: 8px 32px;
justify-content: center;
align-items: center;
gap: 4px;
border-radius: 8px;
border: 1px solid #DCDAD6;
font-size: 12px;
text-decoration: none;
}
.shortcode.background-image .loop-item-text .wp-block-buttons .wp-block-button a:after,
.custom-shortcode.background-image .loop-item-text .wp-block-buttons .wp-block-button a:after {
padding: 0;
text-align: center;
}
.shortcode.background-image .loop-item-text .wp-block-buttons .wp-block-button a:hover:after,
.custom-shortcode.background-image .loop-item-text .wp-block-buttons .wp-block-button a:hover:after {
transform: rotate(90deg);
transform-origin: center center;
padding: 0;
}
.shortcode.background-image .loop-item-text .wp-block-buttons .wp-block-button a,
.custom-shortcode.background-image .loop-item-text .wp-block-buttons .wp-block-button a {
padding: 12px 32px;
font-size: 16px;
border: 1px solid #DCDAD6;
background: rgba(220, 218, 214, 0.4);
backdrop-filter: blur(15px);
}
.custom-shortcode a {
font-family: "Inter", sans-serif;
font-size: 1.125rem;
color: #4C3C25;
line-height: 1.5;
}
.custom-shortcode .loop-item-excerpt {
font-family: "Inter", sans-serif;
font-size: 1.125rem;
color: #4C3C25;
line-height: 1.5;
}
.slick-slide {
height: auto;
}
.slick-slide .item-list .wrapper {
position: relative;
}
.slick-slider {
min-height: 105px;
}
#grid[data-columns],
.grid-home {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
align-items: center;
align-items: flex-start;
}
#grid[data-columns] .post-list,
.grid-home .post-list {
flex: 0 0 100%;
}
@media screen and (min-width: 576px) {
#grid[data-columns] .post-list,
.grid-home .post-list {
flex: 0 0 49.5%;
}
#grid[data-columns] .post-list:nth-child(3),
.grid-home .post-list:nth-child(3) {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
align-items: center;
flex: 100%;
}
#grid[data-columns] .post-list:nth-child(3) .item-list,
#grid[data-columns] .post-list:nth-child(3) article,
.grid-home .post-list:nth-child(3) .item-list,
.grid-home .post-list:nth-child(3) article {
flex: 0 0 49.5%;
}
}
@media screen and (min-width: 1024px) {
#grid[data-columns] .post-list,
.grid-home .post-list {
flex: 0 0 32.6666666667%;
}
#grid[data-columns] .post-list:nth-child(3),
.grid-home .post-list:nth-child(3) {
flex: 0 0 32.6666666667%;
}
#grid[data-columns] .post-list:nth-child(3) .item-list,
.grid-home .post-list:nth-child(3) .item-list {
flex: 0 0 100%;
}
}
#grid[data-columns] .post-list .item-list,
.grid-home .post-list .item-list {
padding-bottom: 3%;
position: relative;
}
#grid[data-columns] .post-list .item-list .wrapper .loop-item-text,
.grid-home .post-list .item-list .wrapper .loop-item-text {
color: black;
z-index: 999;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
min-width: 50%;
}
#grid[data-columns] .post-list .item-list .wrapper .loop-item-text .entry-title,
.grid-home .post-list .item-list .wrapper .loop-item-text .entry-title {
font-family: "Playfair Display", serif;
font-size: 24px;
line-height: 1;
text-transform: uppercase;
padding-bottom: 15px;
margin-bottom: 0;
}
#grid[data-columns] .post-list .item-list .wrapper .loop-item-text .loop-item-excerpt,
.grid-home .post-list .item-list .wrapper .loop-item-text .loop-item-excerpt {
font-family: "Inter", sans-serif;
font-size: 1.125rem;
color: #4C3C25;
line-height: 1.5;
}
#grid[data-columns] .post-list .item-list .wrapper .loop-item-image img,
.grid-home .post-list .item-list .wrapper .loop-item-image img {
width: 100%;
}
#grid[data-columns] .post-list .item-list .wrapper .loop-item-image.verticale_grid,
.grid-home .post-list .item-list .wrapper .loop-item-image.verticale_grid {
overflow: hidden;
}
@media screen and (max-width: 992px) {
#grid[data-columns] .post-list .item-list .wrapper .loop-item-text,
.grid-home .post-list .item-list .wrapper .loop-item-text {
background-color: rgba(255, 255, 255, 0.8);
transform: none;
right: auto;
top: 0;
left: auto;
bottom: 0;
max-width: 100%;
width: 100%;
}
}
.categorie-home .loop-item-cat {
border-bottom: 1px solid transparent;
border-color: var(--color);
}
.slick-slider#slider-home .item-list {
max-height: 620px;
}
.slick-slider#slider-home .item-list .loop-item-text {
color: black;
z-index: 999;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 1320px;
max-width: 90%;
display: flex;
justify-content: flex-start;
}
.slick-slider#slider-home .item-list .loop-item-text .loop-item-text-wrapper {
float: left;
max-width: 880px;
}
.slick-slider#slider-home .item-list .loop-item-image {
min-height: 420px;
height: 600px;
}
@media screen and (max-width: 1024px) {
.slick-slider#slider-home .item-list .loop-item-image {
height: 400px;
}
}
@media screen and (max-width: 768px) {
.slick-slider#slider-home .item-list .loop-item-image {
height: 600px;
}
}
.slick-slider#slider-home .item-list .loop-item-image img {
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center center;
object-position: center center;
}
@media screen and (min-width: 1320px) {
.slick-slider#slider-home .item-list .loop-item-image.mobile {
display: none;
}
}
.slick-slider.slider-image-gallery .loop-item-text .loop-item-title {
font-family: "Playfair Display", serif;
font-size: 10.625rem;
line-height: 1;
text-transform: uppercase;
padding-bottom: 15px;
margin-bottom: 0;
}
.slick-slider.slider-image-gallery .loop-item-text .loop-item-excerpt .acf-fields .field {
font-family: "Inter", sans-serif;
font-size: 1.125rem;
color: #4C3C25;
line-height: 1.5;
line-height: 1.5;
}
.slick-slider.slider-image-gallery .loop-item-text .loop-item-excerpt .acf-fields .field .label {
font-family: "Playfair Display", serif;
font-size: 20px;
line-height: 1;
text-transform: uppercase;
padding-bottom: 15px;
margin-bottom: 0;
font-family: "Playfair Display", serif;
}
.single-product .slider.header-slider .loop-item-text {
display: none;
}
.custom-shortcode.shortcode-loop-realizzazioni-single-product .item-list {
padding: 10px;
}
.custom-shortcode.shortcode-loop-realizzazioni-single-product .item-list .wrapper {
position: relative;
overflow: hidden;
}
.custom-shortcode.shortcode-loop-realizzazioni-single-product .item-list .wrapper img {
transition: transform 0.5s ease-out;
}
.custom-shortcode.shortcode-loop-realizzazioni-single-product .item-list .wrapper:hover img {
transform: scale(1.1);
}
.custom-shortcode.shortcode-loop-realizzazioni-single-product .item-list .wrapper .loop-item-image img {
width: 100%;
}
.custom-shortcode.shortcode-loop-realizzazioni-single-product .item-list .wrapper .loop-item-text {
bottom: auto;
}
.custom-shortcode.shortcode-loop-realizzazioni-single-product .item-list .wrapper .loop-item-text .loop-item-title a {
font-family: "Playfair Display", serif;
font-size: 24px;
line-height: 1;
text-transform: uppercase;
padding-bottom: 15px;
margin-bottom: 0;
}
.custom-shortcode.shortcode-loop-realizzazioni-single-product .item-list .wrapper .loop-item-text .loop-item-excerpt {
font-family: "Inter", sans-serif;
font-size: 1.125rem;
color: #4C3C25;
line-height: 1.5;
min-height: 90px;
}
.custom-shortcode.shortcode-loop-realizzazioni-single-product .item-list .wrapper .loop-item-text .loop-item-excerpt span.prodotto a {
color: #4C3C25;
}
.custom-shortcode.shortcode-loop-category-home {
display: none;
}
@media screen and (min-width: 1320px) {
.custom-shortcode.shortcode-loop-category-home {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
align-content: flex-start;
align-items: stretch;
justify-content: space-between;
justify-content: flex-start;
}
}
.custom-shortcode.shortcode-loop-category-home .message,
.custom-shortcode.shortcode-loop-category-home .readmore {
display: none;
}
.custom-shortcode.shortcode-loop-category-home .loop-item-cat {
flex: 0 0 100%;
border-bottom: 5px solid black;
border-color: var(--color);
position: relative;
margin: 1.5% 0;
margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
.custom-shortcode.shortcode-loop-category-home .loop-item-cat {
flex: 0 0 49%;
padding-bottom: 20px;
margin: 1.5%;
}
}
@media screen and (min-width: 1320px) {
.custom-shortcode.shortcode-loop-category-home .loop-item-cat {
flex: 0 0 30%;
}
}
@media screen and (min-width: 1440px) {
.custom-shortcode.shortcode-loop-category-home .loop-item-cat {
flex: 0 0 17%;
}
}
.custom-shortcode.shortcode-loop-category-home .loop-item-cat .loop-item-image img {
width: 100%;
}
.custom-shortcode.shortcode-loop-category-home .loop-item-cat .loop-item-text {
padding-left: 10px;
}
.custom-shortcode.shortcode-loop-category-home .loop-item-cat .loop-item-text .loop-item-title {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
align-items: center;
align-items: flex-start;
padding: 10px 0;
}
.custom-shortcode.shortcode-loop-category-home .loop-item-cat .loop-item-text .loop-item-title a {
font-family: "Playfair Display", serif;
font-size: 26px;
line-height: 1;
text-transform: uppercase;
padding-bottom: 15px;
margin-bottom: 0;
max-width: 90%;
}
.custom-shortcode.shortcode-loop-category-home .loop-item-cat .loop-item-text .loop-item-title a:hover {
color: var(--color);
}
.custom-shortcode.shortcode-loop-category-home .loop-item-cat .loop-item-text .loop-item-title i {
display: inline-block;
font-style: normal;
}
.custom-shortcode.shortcode-loop-category-home .loop-item-cat .loop-item-text .loop-item-title i.active:after {
content: "X";
font-size: 23px;
font-weight: 100;
font-family: sans-serif;
}
.custom-shortcode.shortcode-loop-category-home .loop-item-cat .loop-item-text .loop-item-title i:after {
font-weight: 200;
font-size: 20px;
font-family: "fontello";
content: "\e804";
display: block;
cursor: pointer;
}
.custom-shortcode.shortcode-loop-category-home .loop-item-cat .collapsable {
padding-left: 10px;
padding-bottom: 20px;
}
@media screen and (min-width: 992px) {
.custom-shortcode.shortcode-loop-category-home .loop-item-cat .collapsable {
padding-bottom: 0;
display: none;
}
}
.custom-shortcode.shortcode-loop-category-home .loop-item-cat .collapsable .shortcode.loop-posts-child-category {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
align-items: center;
align-items: flex-start;
}
.custom-shortcode.shortcode-loop-category-home .loop-item-cat .collapsable .shortcode.loop-posts-child-category .item-list {
flex: 0 0 50%;
}
.custom-shortcode.shortcode-loop-category-home .loop-item-cat .collapsable .shortcode.loop-posts-child-category .item-list .wrapper .loop-item-title a {
font-family: "Playfair Display", serif;
font-size: 21px;
color: #4C3C25;
line-height: 1.5;
}
.custom-shortcode.shortcode-loop-category-home .loop-item-cat .collapsable .shortcode.loop-posts-child-category .item-list .wrapper .loop-item-title a:hover {
color: #4C3C25;
}
.custom-shortcode.shortcode-loop-category-home .loop-item-cat .collapsable .shortcode.loop-posts-child-category .item-list .wrapper .loop-item-title a:hover {
color: var(--color);
}
:root :where(.wp-block-image) {
margin-top: 0px;
margin-right: 0;
margin-bottom: 0px;
margin-left: 0;
}
html {
overflow-x: hidden;
scroll-behavior: smooth;
margin-top: 0px !important;
}
body {
margin-top: 0 !important;
padding-top: 0 !important;
}
main {
margin-top: 0 !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.headerhome,
.header-interne {
margin-top: 0 !important;
}
#wpadminbar {
top: auto;
bottom: 0;
position: fixed;
}
body.left-sidebar .content-area {
order: 2;
}
body.left-sidebar .widget-area {
order: 1;
}
body.none-sidebar .content-area {
flex: 0 0 100%;
float: none;
margin: 0;
}
@media screen and (min-width: 1320px) {
body.none-sidebar .content-area {
max-width: none;
}
}
body.none-sidebar .widget-area {
display: none;
}
body main {
min-height: 80vh;
padding-top: 0 !important;
}
body #content.site-content {
padding-bottom: 0;
padding-top: 0;
}
body #content.site-content .container .row #primary #main .entry-content {
margin-top: 0;
}
body #content.site-content .container .row #primary #main .entry-content .wp-block-group.no-gap .wp-block-group__inner-container .wp-block-columns {
gap: 0 !important;
}
.full-boxed .wp-block-columns-is-layout-flex {
max-width: 1440px;
}
@font-face {
font-family: "fontello";
src: url(//www.tenutamasonemannu.it/wp-content/themes/frost-child/fonts/icons/fontello.eot);
src: url(//www.tenutamasonemannu.it/wp-content/themes/frost-child/fonts/icons/fontello.woff2) format("woff2"), url(//www.tenutamasonemannu.it/wp-content/themes/frost-child/fonts/icons/fontello.woff) format("woff"), url(//www.tenutamasonemannu.it/wp-content/themes/frost-child/fonts/icons/fontello.eot?#iefix) format("embedded-opentype"), url(//www.tenutamasonemannu.it/wp-content/themes/frost-child/fonts/icons/fontello.ttf) format("truetype"), url(//www.tenutamasonemannu.it/wp-content/themes/frost-child/fonts/icons/fontello.svg#fontello) format("svg");
font-weight: normal;
font-style: normal;
font-size: 1.125rem;
}
@font-face {
font-family: "icomoon";
src: url(//www.tenutamasonemannu.it/wp-content/themes/frost-child/fonts/icons/icomoon.eot);
src: url(//www.tenutamasonemannu.it/wp-content/themes/frost-child/fonts/icons/icomoon.woff2) format("woff2"), url(//www.tenutamasonemannu.it/wp-content/themes/frost-child/fonts/icons/icomoon.woff) format("woff"), url(//www.tenutamasonemannu.it/wp-content/themes/frost-child/fonts/icons/icomoon.eot?#iefix) format("embedded-opentype"), url(//www.tenutamasonemannu.it/wp-content/themes/frost-child/fonts/icons/icomoon.ttf) format("truetype"), url(//www.tenutamasonemannu.it/wp-content/themes/frost-child/fonts/icons/icomoon.svg#icomoon) format("svg");
font-weight: normal;
font-style: normal;
font-size: 1.125rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Playfair Display", serif;
font-size: 1.5rem;
color: #4C3C25;
margin: 0;
padding: 0;
letter-spacing: -0.02em;
}
body {
font-family: "Inter", sans-serif;
font-size: 1rem;
color: #4C3C25;
font-style: normal;
}
@media screen and (max-width: 576px) {
body {
font-size: 0.75rem;
}
}
p {
margin-bottom: 0;
color: #4C3C25;
}
p:not(:last-child) {
padding-bottom: 24px;
}
.special-color-text em {
color: #E96B99 !important;
}
.special-color-text-2 em {
color: #A6925D !important;
}
h1,
.titoli-h1 {
font-family: "Playfair Display", serif;
font-size: 4.75rem;
font-weight: 400;
line-height: 1.05;
letter-spacing: -0.02em;
}
h2,
.titoli-h2 {
font-size: 2.8125rem;
font-weight: 500;
line-height: 1.09;
letter-spacing: -0.02em;
}
@media screen and (max-width: 576px) {
h2,
.titoli-h2 {
font-size: 2rem;
line-height: 1.1;
}
}
h3,
.titoli-h3 {
font-size: 1.5rem;
font-weight: 500;
line-height: 1.09;
letter-spacing: -0.02em;
}
h4,
.titoli-h4 {
font-size: 1.125rem;
font-weight: 500;
line-height: 1.35;
letter-spacing: -0.02em;
}
h5,
.titoli-h5 {
font-size: 1.125rem;
font-weight: 500;
line-height: 1.35;
}
h6,
.titoli-h6 {
font-size: 0.875rem;
font-weight: 500;
line-height: 1.4;
}
.font-calltoaction,
.titoli-footer,
.font-14-sb {
font-size: 0.875rem;
font-weight: 600;
}
.figma-hero-display {
color: #fff;
text-align: center;
font-variant-numeric: lining-nums proportional-nums;
font-feature-settings: "dlig" on;
font-family: "Playfair Display", serif;
font-size: 170px;
font-style: normal;
font-weight: 400;
line-height: 0.82;
letter-spacing: -0.02em;
text-transform: uppercase;
}
.figma-display-1 {
font-family: "Playfair Display", serif;
font-size: 10.625rem;
font-weight: 400;
line-height: 0.82;
letter-spacing: -0.02em;
text-transform: uppercase;
font-feature-settings: "lnum" 1, "pnum" 1;
color: #4C3C25;
}
.figma-display-2 {
font-family: "Playfair Display", serif;
font-size: 7.5rem;
font-weight: 400;
line-height: 0.95;
letter-spacing: -0.02em;
color: #4C3C25;
padding-bottom: 9px;
}
.figma-paragraph-1 {
font-family: "Inter", sans-serif;
font-size: 2rem;
font-weight: 500;
line-height: 1.09;
letter-spacing: -0.02em;
color: #4C3C25;
}
.figma-paragraph-2 {
font-family: "Inter", sans-serif;
font-size: 1.125rem;
font-weight: 300;
line-height: 1.5;
letter-spacing: 0.05em;
color: #4C3C25;
padding-bottom: 9px !important;
}
.figma-paragraph-3 {
font-family: "Hind", sans-serif;
font-size: 0.875rem;
font-weight: 400;
line-height: 1.4;
letter-spacing: 0;
color: #4C3C25;
}
.testaparagrafo {
color: #FFF;
text-align: center;
font-family: "Inter", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%;
letter-spacing: 0.9px;
text-transform: uppercase;
padding-top: 19px;
padding-bottom: 34px !important;
}
.label {
font-size: 20px !important;
}
.body-big {
font-size: 2rem !important;
}  footer#colophon {
font-size: 100% !important;
}
@media only screen and (max-width: 1024px) {
html {
font-size: 100%;
}
}
@media only screen and (max-width: 1280px) {
html {
font-size: 100%;
}
}  .hide {
display: none !important;
}
.simb-bg-image {
background: var(--bg-image);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
min-height: 100px;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.simb-bg-image.wp-block-column {
display: flex;
flex-direction: column;
justify-content: center;
position: relative;
overflow: hidden;
}
.simb-bg-image.wp-block-group {
background-position: center right;
}
@media screen and (max-width: 992px) {
.simb-bg-image.wp-block-group {
background-position: center bottom;
padding-bottom: 100px;
}
}
.entry-content > .wp-block-group {
padding-top: 120px;
padding-bottom: 120px;
}
.entry-content > .wp-block-group.half-boxed {
padding-top: 0;
padding-bottom: 0;
}
.entry-content > .wp-block-group.cta {
padding-top: 240px;
padding-bottom: 240px;
}
.entry-content > .wp-block-group.cta.cta-richiedi-informazioni {
padding: 30px;
}
.entry-content > .wp-block-group.cta.cta-richiedi-informazioni h5 {
color: #4C3C25;
}
.entry-content > .wp-block-group.cta.cta-richiedi-informazioni h5 strong {
font-family: "Playfair Display", serif;
}
.entry-content > .wp-block-group .wp-block-group__inner-container.is-layout-grid {
gap: 10px;
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.entry-content > .wp-block-group .wp-block-group__inner-container.is-layout-grid > .wp-block-group {
margin-bottom: 32px;
}
@media (min-width: 576px) {
.entry-content > .wp-block-group .wp-block-group__inner-container.is-layout-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (min-width: 992px) {
.entry-content > .wp-block-group .wp-block-group__inner-container.is-layout-grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
.entry-content > .wp-block-group .wp-block-group__inner-container.is-layout-grid > .wp-block-group {
border-radius: 20px; box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.2);
overflow: hidden;
justify-content: space-between;
}
.entry-content > .wp-block-group .wp-block-group__inner-container.is-layout-grid > .wp-block-group > *:not(.wp-block-image) {
padding-right: 20px;
padding-left: 20px;
padding-bottom: 20px;
}
.entry-content > .wp-block-group .wp-block-group__inner-container.is-layout-grid > .wp-block-group p {
min-height: 80px;
}
.entry-content > .wp-block-group .wp-block-group__inner-container.is-layout-grid > .wp-block-group .wp-block-buttons {
width: 100%;
}
.entry-content > .wp-block-group .wp-block-group__inner-container.is-layout-grid > .wp-block-group .wp-block-buttons .wp-block-button {
flex: 0 0 100%;
}
.entry-content > .wp-block-group .wp-block-group__inner-container.is-layout-grid > .wp-block-group .wp-block-buttons .wp-block-button a {
width: 100%;
display: inline-block;
}
.entry-content .wp-block-group .wp-block-group__inner-container .wp-block-columns {
align-items: center;
}
.entry-content .wp-block-group .wp-block-group__inner-container .wp-block-columns .wp-block-column a {
text-decoration: none;
transition: color 0.3s;
}
.entry-content .wp-block-group .wp-block-group__inner-container .wp-block-columns .wp-block-column > * {
margin-bottom: 0px;
margin-top: 0;
}
.entry-content .wp-block-group .wp-block-group__inner-container .wp-block-columns .wp-block-column *.icon-title:before {
padding-right: 32px !important;
}
@media screen and (max-width: 576px) {
.entry-content .wp-block-group .wp-block-group__inner-container .wp-block-columns .wp-block-column > * {
text-align: center;
justify-content: center;
}
}
.entry-content .wp-block-group .wp-block-group__inner-container .wp-block-columns + .wp-block-columns {
margin-top: 40px;
}
.entry-content .wp-block-navigation .wp-block-navigation li.social a {
font-size: 0 !important;
background-color: transparent;
border-radius: 2px;
overflow: hidden;
padding: 2px;
text-align: center;
}
.entry-content .wp-block-navigation .wp-block-navigation li.social a:before {
color: #4C3C25;
padding: 0px !important;
font-size: 30px;
line-height: 1;
}
.entry-content .wp-block-navigation .wp-block-navigation li.social.icon-facebook a:after {
content: "";
}
.entry-content .wp-block-navigation .wp-block-navigation li.social.icon-facebook a:before {
content: url(//www.tenutamasonemannu.it/wp-content/themes/frost-child/assets/images/Facebook.svg);
width: auto;
display: inline-block;
font-family: "fontello";
padding: 0 0 0 0;
}
.entry-content .wp-block-navigation .wp-block-navigation li.social.icon-instagram a:after {
content: "";
}
.entry-content .wp-block-navigation .wp-block-navigation li.social.icon-instagram a:before {
content: url(//www.tenutamasonemannu.it/wp-content/themes/frost-child/assets/images/Instagram.svg);
width: auto;
display: inline-block;
font-family: "fontello";
padding: 0 0 0 0;
}
.entry-content .wp-block-navigation .wp-block-navigation li.social.icon-linkedin a:after {
content: "";
}
.entry-content .wp-block-navigation .wp-block-navigation li.social.icon-linkedin a:before {
content: url(//www.tenutamasonemannu.it/wp-content/themes/frost-child/assets/images/Linkedin.svg);
width: auto;
display: inline-block;
font-family: "fontello";
padding: 0 0 0 0;
}
.entry-content .wp-block-buttons.btn-testo-icona .wp-block-button {
margin-right: 20px;
}
.entry-content .wp-block-buttons.btn-testo-icona .wp-block-button a {
background: none;
border: none;
color: black;
}
.entry-content .wp-block-buttons.btn-testo-icona .wp-block-button a:after {
content: "";
}
.entry-content .wp-block-buttons.btn-testo-icona .wp-block-button a:before {
content: url(//www.tenutamasonemannu.it/wp-content/themes/frost-child/assets/images/phone.svg);
width: auto;
display: inline-block;
font-family: "fontello";
padding: 0 7px 0 0;
}
.entry-content .wp-block-buttons.btn-testo-icona .wp-block-button a:before {
color: #570623;
}
.entry-content .wp-block-buttons.btn-testo-icona .wp-block-button a {
display: flex;
align-items: center; font-family: "Playfair Display", serif;
font-size: 14px;
line-height: 22px; }
.entry-content .wp-block-buttons.btn-testo-icona .wp-block-button:first-child a:after {
content: "";
}
.entry-content .wp-block-buttons.btn-testo-icona .wp-block-button:first-child a:before {
content: url(//www.tenutamasonemannu.it/wp-content/themes/frost-child/assets/images/mail.svg);
width: auto;
display: inline-block;
font-family: "fontello";
padding: 0 10px 0 0;
}
.entry-content .wp-block-buttons.address .wp-block-button a {
text-align: left;
pointer-events: none;
cursor: default;
background: none;
border: none;
color: black;
}
.entry-content .wp-block-buttons.address .wp-block-button a:after {
content: "";
}
.entry-content .wp-block-buttons.address .wp-block-button a:before {
content: url(//www.tenutamasonemannu.it/wp-content/themes/frost-child/assets/images/pin.svg);
width: auto;
display: inline-block;
font-family: "fontello";
padding: 0 7px 0 0;
}
.entry-content .wp-block-buttons.address .wp-block-button a:before {
color: #570623;
}
.entry-content .wp-block-buttons.address .wp-block-button a {
display: flex;
align-items: center; font-family: "Playfair Display", serif;
font-size: 14px;
line-height: 22px; }
.entry-content .wp-block-buttons.address .wp-block-button a:hover {
background: transparent;
}
.entry-content .wp-block-group.full {
width: 100vw; margin-left: calc(-50vw + 50%); }
.entry-content .wp-block-group.full .wp-block-group__inner-container {
padding-left: 20px;
padding-right: 20px;
}
.entry-content .wp-block-group.full-boxed {
width: 100vw; margin-left: calc(-50vw + 50%); }
.entry-content .wp-block-group.full-boxed .wp-block-group__inner-container {
padding-left: 20px;
padding-right: 20px;
}
.entry-content .wp-block-group.full-boxed .wp-block-group__inner-container {
margin: 0 auto;
max-width: 1320px;
}
.entry-content .wp-block-group.full-boxed .wp-block-column .wp-block-image {
overflow: hidden;
}
.entry-content .wp-block-group.full-boxed .wp-block-column .wp-block-image img {
margin: 0;
transition: all 0.5s;
}
.entry-content .wp-block-group.full-boxed .wp-block-column:hover .wp-block-image:after {
background-color: rgba(0, 0, 0, 0.6);
}
.entry-content .wp-block-group.half-boxed {
text-align: left;
}
.entry-content .wp-block-group.half-boxed > .wp-block-group__inner-container > .wp-block-columns {
align-items: center;
}
.entry-content .wp-block-group.half-boxed.leftboxed {
width: 100vw; margin-left: calc(-50vw + 50%); }
.entry-content .wp-block-group.half-boxed.leftboxed .wp-block-group__inner-container {
padding-left: 20px;
padding-right: 20px;
}
.entry-content .wp-block-group.half-boxed.leftboxed .wp-block-group__inner-container .wp-block-column:nth-child(odd) {
max-width: 700px;
padding-left: 20px;
padding-right: 20px;
padding-top: 120px;
padding-bottom: 120px;
}
.entry-content .wp-block-group.half-boxed.leftboxed .wp-block-column:nth-child(even) {
margin-left: 0;
}
@media screen and (min-width: 992px) {
.entry-content .wp-block-group.half-boxed.leftboxed .wp-block-group__inner-container > .wp-block-columns {
justify-content: flex-end;
}
.entry-content .wp-block-group.half-boxed.leftboxed .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:nth-child(even) {
flex: 0 0 calc(50% + 10px);
margin-right: calc(-10px);
}
}
@media screen and (min-width: 992px) and (max-width: 992px) {
.entry-content .wp-block-group.half-boxed.leftboxed .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:nth-child(even) {
padding-left: 0;
}
}
.entry-content .wp-block-group.half-boxed.leftboxed .wp-block-columns {
justify-content: flex-start;
}
.entry-content .wp-block-group.half-boxed.leftboxed .wp-block-columns .wp-block-column:nth-child(even) {
flex: 0 0 50%;
align-self: stretch;
display: flex;
}
.entry-content .wp-block-group.half-boxed.rightboxed {
width: 100vw; margin-left: calc(-50vw + 50%); }
.entry-content .wp-block-group.half-boxed.rightboxed .wp-block-group__inner-container {
padding-left: 20px;
padding-right: 20px;
}
.entry-content .wp-block-group.half-boxed.rightboxed .wp-block-group__inner-container .wp-block-column:nth-child(even) {
max-width: 700px;
padding-left: 20px;
padding-right: 20px;
padding-top: 120px;
padding-bottom: 120px;
}
.entry-content .wp-block-group.half-boxed.rightboxed .wp-block-column:nth-child(odd) {
margin-left: 0;
}
@media screen and (min-width: 992px) {
.entry-content .wp-block-group.half-boxed.rightboxed .wp-block-group__inner-container > .wp-block-columns {
justify-content: flex-start;
}
.entry-content .wp-block-group.half-boxed.rightboxed .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:nth-child(odd) {
flex: 0 0 calc(50% + 10px);
margin-left: 0;
}
}
.entry-content .wp-block-group.half-boxed.rightboxed .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:nth-child(odd) {
align-self: stretch;
}
.entry-content .wp-block-group.half-boxed .wp-block-image {
margin: 0;
align-items: stretch;
display: flex;
overflow: hidden;
justify-content: center;
}
.entry-content .wp-block-group.half-boxed .wp-block-image img {
-o-object-fit: cover;
object-fit: cover;
}
@media screen and (max-width: 992px) {
.entry-content .wp-block-group.half-boxed .wp-block-group__inner-container {
padding-left: 0;
padding-right: 0;
}
.entry-content .wp-block-group.half-boxed .wp-block-group__inner-container .wp-block-columns {
padding-left: 0;
padding-right: 0;
}
.entry-content .wp-block-group.half-boxed .wp-block-group__inner-container .wp-block-columns .wp-block-column {
padding-left: 0;
padding-right: 0;
}
}
.entry-content .wp-block-group .wp-block-table td,
.entry-content .wp-block-group .wp-block-table th {
border: 1px solid #570623;
padding: 20px 8px;
}
.entry-content .wp-block-group .wp-block-table thead {
border: none;
}
.entry-content .wp-block-group .wp-block-table thead tr th {
text-align: center;
font-family: "Playfair Display", serif;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 14px; }
.entry-content .wp-block-group .wp-block-table tbody tr td {
background-color: #ffffff;
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 16px; }
.entry-content .wp-block-group .wp-block-table tbody tr td:first-child {
font-family: "Playfair Display", serif;
}
.wp-block-group.full {
width: 100vw; margin-left: calc(-50vw + 50%); }
.wp-block-group.full .wp-block-group__inner-container {
padding-left: 20px;
padding-right: 20px;
}
.wp-block-group.full-boxed {
width: 100vw; margin-left: calc(-50vw + 50%); }
.wp-block-group.full-boxed .wp-block-group__inner-container {
padding-left: 20px;
padding-right: 20px;
}
.wp-block-group.full-boxed .wp-block-group__inner-container {
margin: 0 auto;
max-width: 1320px;
}
.wp-block-group.full-boxed .wp-block-column .wp-block-image {
overflow: hidden;
}
.wp-block-group.full-boxed .wp-block-column .wp-block-image img {
margin: 0;
transition: all 0.5s;
}
.wp-block-group.full-boxed .wp-block-column:hover .wp-block-image:after {
background-color: rgba(0, 0, 0, 0.6);
}
.wp-block-group.half-boxed {
text-align: left;
}
.wp-block-group.half-boxed > .wp-block-group__inner-container > .wp-block-columns {
align-items: center;
}
.wp-block-group.half-boxed.leftboxed {
width: 100vw; margin-left: calc(-50vw + 50%); }
.wp-block-group.half-boxed.leftboxed .wp-block-group__inner-container {
padding-left: 20px;
padding-right: 20px;
}
.wp-block-group.half-boxed.leftboxed .wp-block-group__inner-container .wp-block-column:nth-child(odd) {
max-width: 700px;
padding-left: 20px;
padding-right: 20px;
padding-top: 120px;
padding-bottom: 120px;
}
.wp-block-group.half-boxed.leftboxed .wp-block-column:nth-child(even) {
margin-left: 0;
}
@media screen and (min-width: 992px) {
.wp-block-group.half-boxed.leftboxed .wp-block-group__inner-container > .wp-block-columns {
justify-content: flex-end;
}
.wp-block-group.half-boxed.leftboxed .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:nth-child(even) {
flex: 0 0 calc(50% + 10px);
margin-right: calc(-10px);
}
}
@media screen and (min-width: 992px) and (max-width: 992px) {
.wp-block-group.half-boxed.leftboxed .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:nth-child(even) {
padding-left: 0;
}
}
.wp-block-group.half-boxed.leftboxed .wp-block-columns {
justify-content: flex-start;
}
.wp-block-group.half-boxed.leftboxed .wp-block-columns .wp-block-column:nth-child(even) {
flex: 0 0 50%;
align-self: stretch;
display: flex;
}
.wp-block-group.half-boxed.rightboxed {
width: 100vw; margin-left: calc(-50vw + 50%); }
.wp-block-group.half-boxed.rightboxed .wp-block-group__inner-container {
padding-left: 20px;
padding-right: 20px;
}
.wp-block-group.half-boxed.rightboxed .wp-block-group__inner-container .wp-block-column:nth-child(even) {
max-width: 700px;
padding-left: 20px;
padding-right: 20px;
padding-top: 120px;
padding-bottom: 120px;
}
.wp-block-group.half-boxed.rightboxed .wp-block-column:nth-child(odd) {
margin-left: 0;
}
@media screen and (min-width: 992px) {
.wp-block-group.half-boxed.rightboxed .wp-block-group__inner-container > .wp-block-columns {
justify-content: flex-start;
}
.wp-block-group.half-boxed.rightboxed .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:nth-child(odd) {
flex: 0 0 calc(50% + 10px);
margin-left: 0;
}
}
.wp-block-group.half-boxed.rightboxed .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:nth-child(odd) {
align-self: stretch;
}
.wp-block-group.half-boxed .wp-block-image {
margin: 0;
align-items: stretch;
display: flex;
overflow: hidden;
justify-content: center;
}
.wp-block-group.half-boxed .wp-block-image img {
-o-object-fit: cover;
object-fit: cover;
}
@media screen and (max-width: 992px) {
.wp-block-group.half-boxed .wp-block-group__inner-container {
padding-left: 0;
padding-right: 0;
}
.wp-block-group.half-boxed .wp-block-group__inner-container .wp-block-columns {
padding-left: 0;
padding-right: 0;
}
.wp-block-group.half-boxed .wp-block-group__inner-container .wp-block-columns .wp-block-column {
padding-left: 0;
padding-right: 0;
}
}
.wp-block-group#features {
box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.1) inset;
}
.wp-block-group#features .wp-block-group__inner-container .wp-block-columns:nth-child(2) p {
text-align: center;
color: #570623;
}
.wp-block-group#features .wp-block-group__inner-container .wp-block-columns .wp-block-column .wp-block-image {
padding-bottom: 40px;
margin-bottom: 0;
}
.wp-block-group#features .wp-block-group__inner-container .wp-block-columns .wp-block-column h4 {
margin-bottom: 16px;
}
.wp-block-group.filo {
width: 100vw; margin-left: calc(-50vw + 50%); }
.wp-block-group.filo .wp-block-group__inner-container {
padding-left: 20px;
padding-right: 20px;
}
.wp-block-group.filo {
padding: 0;
}
.wp-block-group.cta {
background: linear-gradient(180deg, #F7F5F1 0%, #FFF 100%);
}
.wp-block-group.cta h2 {
font-size: 40px;
}
.wp-block-group.cta .wp-block-group__inner-container .wp-block-columns .wp-block-column {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
align-items: center;
flex-direction: column;
justify-content: center;
}
.wp-block-group.cta.simb-bg-image h1,
.wp-block-group.cta.simb-bg-image h2,
.wp-block-group.cta.simb-bg-image h3,
.wp-block-group.cta.simb-bg-image h4,
.wp-block-group.cta.simb-bg-image h5,
.wp-block-group.cta.simb-bg-image p {
color: #ffffff;
}
* {
margin: 0;
padding: 0;
} #nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
width: 60px;
height: 45px;
position: relative;
margin: 0;
transform: rotate(0deg);
transition: 0.5s ease-in-out;
cursor: pointer;
}
#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
display: block;
position: absolute;
height: 9px;
width: 100%;
background: #570623;
border-radius: 9px;
opacity: 1;
left: 0;
transform: rotate(0deg);
transition: 0.25s ease-in-out;
}
#nav-icon1 span:nth-child(1) {
top: 0px;
}
#nav-icon1 span:nth-child(2) {
top: 18px;
}
#nav-icon1 span:nth-child(3) {
top: 36px;
}
#nav-icon1:not(.collapsed) span:nth-child(1) {
top: 18px;
transform: rotate(135deg);
}
#nav-icon1:not(.collapsed) span:nth-child(2) {
opacity: 0;
left: -60px;
}
#nav-icon1:not(.collapsed) span:nth-child(3) {
top: 18px;
transform: rotate(-135deg);
} #nav-icon2 {
width: 30px;
}
#nav-icon2:hover {
background-color: transparent;
}
#nav-icon2:focus {
outline: none;
}
#nav-icon2 span {
display: block;
position: absolute;
height: 3px;
width: 50%;
background: #4C3C25;
opacity: 1;
transform: rotate(0deg);
transition: 0.25s ease-in-out;
}
#nav-icon2 span:nth-child(even) {
left: 50%;
}
#nav-icon2 span:nth-child(odd) {
left: 0px;
}
#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
top: 0px;
}
#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
top: 6px;
}
#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
top: 12px;
}
#nav-icon2:not(.collapsed) span:nth-child(1), #nav-icon2:not(.collapsed) span:nth-child(6) {
transform: rotate(45deg);
}
#nav-icon2:not(.collapsed) span:nth-child(2), #nav-icon2:not(.collapsed) span:nth-child(5) {
transform: rotate(-45deg);
}
#nav-icon2:not(.collapsed) span:nth-child(1) {
left: 3px;
top: 7px;
}
#nav-icon2:not(.collapsed) span:nth-child(2) {
left: calc(50% - 3px);
top: 7px;
}
#nav-icon2:not(.collapsed) span:nth-child(3) {
left: -50%;
opacity: 0;
}
#nav-icon2:not(.collapsed) span:nth-child(4) {
left: 100%;
opacity: 0;
}
#nav-icon2:not(.collapsed) span:nth-child(5) {
left: 3px;
top: 16px;
}
#nav-icon2:not(.collapsed) span:nth-child(6) {
left: calc(50% - 3px);
top: 16px;
} #nav-icon3 span:nth-child(1) {
top: 0px;
}
#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
top: 18px;
}
#nav-icon3 span:nth-child(4) {
top: 36px;
}
#nav-icon3:not(.collapsed) span:nth-child(1) {
top: 18px;
width: 0%;
left: 50%;
}
#nav-icon3:not(.collapsed) span:nth-child(2) {
transform: rotate(45deg);
}
#nav-icon3:not(.collapsed) span:nth-child(3) {
transform: rotate(-45deg);
}
#nav-icon3:not(.collapsed) span:nth-child(4) {
top: 18px;
width: 0%;
left: 50%;
} #nav-icon4 span:nth-child(1) {
top: 0px;
transform-origin: left center;
}
#nav-icon4 span:nth-child(2) {
top: 18px;
transform-origin: left center;
}
#nav-icon4 span:nth-child(3) {
top: 36px;
transform-origin: left center;
}
#nav-icon4:not(.collapsed) span:nth-child(1) {
transform: rotate(45deg);
top: -3px;
left: 8px;
}
#nav-icon4:not(.collapsed) span:nth-child(2) {
width: 0%;
opacity: 0;
}
#nav-icon4:not(.collapsed) span:nth-child(3) {
transform: rotate(-45deg);
top: 39px;
left: 8px;
}
.wp-block-buttons:not(.btn-testo-icona) .button-primary a {
background-color: #C01051;
color: #fff;
border: 1px solid transparent;
transition: all 0.3s ease;
border-radius: 8px;
font-size: 0.875rem;
font-family: "Inter", sans-serif;
font-weight: 400;
line-height: 1.2;
letter-spacing: -0.02em;
padding: 18px 24px;
text-decoration: none;
white-space: nowrap;
}
.wp-block-buttons:not(.btn-testo-icona) .button-primary a:hover {
background-color: #570623;
color: #fff !important;
transition: all 0.3s ease;
font-weight: 400 !important;
}
.wp-block-buttons:not(.btn-testo-icona) .button-secondary a {
background-color: rgba(255, 255, 255, 0.01);
color: #C01051;
border: 1px solid #C01051;
transition: all 0.3s ease;
border-radius: 8px;
font-size: 0.875rem;
font-family: "Inter", sans-serif;
font-weight: 400;
line-height: 1.2;
letter-spacing: -0.02em;
padding: 18px 24px;
text-decoration: none;
white-space: nowrap;
}
.wp-block-buttons:not(.btn-testo-icona) .button-secondary a:hover {
background-color: #C01051;
color: #fff !important;
transition: all 0.3s ease;
font-weight: 400 !important;
}
.wp-block-buttons:not(.btn-testo-icona) .button-secondary a {
backdrop-filter: blur(10px);
}
.wp-block-buttons:not(.btn-testo-icona) .button-terziary a {
background-color: rgba(255, 255, 255, 0.01);
color: #fff;
border: 1px solid #fff;
transition: all 0.3s ease;
border-radius: 8px;
font-size: 0.875rem;
font-family: "Inter", sans-serif;
font-weight: 400;
line-height: 1.2;
letter-spacing: -0.02em;
padding: 18px 24px;
text-decoration: none;
white-space: nowrap;
}
.wp-block-buttons:not(.btn-testo-icona) .button-terziary a:hover {
background-color: #fff;
color: #4C3C25 !important;
transition: all 0.3s ease;
font-weight: 400 !important;
}
.wp-block-buttons:not(.btn-testo-icona) .button-terziary a {
backdrop-filter: blur(10px);
}
.heightstretch {
height: -webkit-fill-available !important;
height: -moz-available !important;
height: stretch !important;
}
.testina {
max-width: 1290px !important;
padding: 0 65px !important;
}
.testina h2 {
color: #C01051;
}
.box-base {
padding: 40px 0px;
}
.box-base p.figma-paragraph-2 {
padding-bottom: 9px;
}
.box-base h2 {
color: #C01051;
padding-bottom: 40px;
}
.box-base h2 + p {
padding-bottom: 40px;
max-width: 530px;
}
.banner {
min-height: 680px;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
}
.banner h2 {
color: #fff;
margin-bottom: 34px;
}
.banner p.figma-paragraph-2 {
text-transform: uppercase;
color: #F7F6F3;
}
#experience-gallery {
overflow: hidden;
padding: 40px 20px;
background-color: #F7F5F1;
}
#experience-gallery .wp-block-gallery {
display: flex !important;
flex-wrap: nowrap !important;
align-items: center;
gap: 40px;
width: -moz-max-content;
width: max-content;
margin: 0 !important;
padding: 0 !important;
animation: experience-gallery-scroll 20s linear infinite;
}
#experience-gallery .wp-block-gallery.is-paused {
animation-play-state: paused;
}
#experience-gallery .wp-block-gallery .wp-block-image {
flex: 0 0 auto;
margin: 0 !important;
line-height: 0;
}
#experience-gallery .wp-block-gallery .wp-block-image a.gallery-lightbox-item {
display: block;
cursor: zoom-in;
}
#experience-gallery .wp-block-gallery .wp-block-image a.gallery-lightbox-item img {
transition: opacity 0.3s ease;
}
#experience-gallery .wp-block-gallery .wp-block-image a.gallery-lightbox-item:hover img {
opacity: 0.85;
}
#experience-gallery .wp-block-gallery .wp-block-image img {
width: 100%;
display: block;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
@keyframes experience-gallery-scroll {
0% {
transform: translateX(0);
}
100% {
transform: translateX(var(--scroll-dist, -50%));
}
}
.wpcf7-not-valid-tip {
bottom: -22px;
position: absolute;
} .slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
left: 0;
top: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before, .slick-track:after {
content: "";
display: table;
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
float: left;
height: 100%;
min-height: 1px;
}
[dir=rtl] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
} .slick-loading .slick-list {
background: #fff url(https://www.tenutamasonemannu.it/wp-content/themes/frost-child/ajax-loader.gif) center center no-repeat;
} @font-face {
font-family: "slick";
src: url(https://www.tenutamasonemannu.it/wp-content/themes/frost-child/fonts/slick.eot);
src: url(https://www.tenutamasonemannu.it/wp-content/themes/frost-child/fonts/slick.eot?#iefix) format("embedded-opentype"), url(https://www.tenutamasonemannu.it/wp-content/themes/frost-child/fonts/slick.woff) format("woff"), url(https://www.tenutamasonemannu.it/wp-content/themes/frost-child/fonts/slick.ttf) format("truetype"), url(https://www.tenutamasonemannu.it/wp-content/themes/frost-child/fonts/slick.svg#slick) format("svg");
font-weight: normal;
font-style: normal;
} .slick-prev,
.slick-next {
position: absolute;
display: block;
height: 20px;
width: 20px;
line-height: 0px;
font-size: 0px;
cursor: pointer;
background: transparent;
color: transparent;
top: 50%;
transform: translate(0, -50%);
padding: 0;
border: none;
outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
outline: none;
background: transparent;
color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
font-family: "slick";
font-size: 20px;
line-height: 1;
color: white;
opacity: 0.75;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
left: -25px;
}
[dir=rtl] .slick-prev {
left: auto;
right: -25px;
}
.slick-prev:before {
content: "←";
}
[dir=rtl] .slick-prev:before {
content: "→";
}
.slick-next {
right: -25px;
}
[dir=rtl] .slick-next {
left: -25px;
right: auto;
}
.slick-next:before {
content: "→";
}
[dir=rtl] .slick-next:before {
content: "←";
} .slick-dotted.slick-slider {
margin-bottom: 30px;
}
.slick-dots {
position: absolute;
bottom: -25px;
list-style: none;
display: block;
text-align: center;
padding: 0;
margin: 0;
width: 100%;
}
.slick-dots li {
position: relative;
display: inline-block;
height: 20px;
width: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button {
border: 0;
background: transparent;
display: block;
height: 20px;
width: 20px;
outline: none;
line-height: 0px;
font-size: 0px;
color: transparent;
padding: 5px;
cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
opacity: 1;
}
.slick-dots li button:before {
position: absolute;
top: 0;
left: 0;
content: "•";
width: 20px;
height: 20px;
font-family: "slick";
font-size: 6px;
line-height: 20px;
text-align: center;
color: black;
opacity: 0.25;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
color: black;
opacity: 0.75;
} .fa,
.fas,
.far,
.fal,
.fab {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
}
.fa-lg {
font-size: 1.3333333333em;
line-height: 0.75em;
vertical-align: -0.0667em;
}
.fa-xs {
font-size: 0.75em;
}
.fa-sm {
font-size: 0.875em;
}
.fa-1x {
font-size: 1em;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-6x {
font-size: 6em;
}
.fa-7x {
font-size: 7em;
}
.fa-8x {
font-size: 8em;
}
.fa-9x {
font-size: 9em;
}
.fa-10x {
font-size: 10em;
}
.fa-fw {
text-align: center;
width: 1.25em;
}
.fa-ul {
list-style-type: none;
margin-left: 2.5em;
padding-left: 0;
}
.fa-ul > li {
position: relative;
}
.fa-li {
left: -2em;
position: absolute;
text-align: center;
width: 2em;
line-height: inherit;
}
.fa-border {
border: solid 0.08em #eee;
border-radius: 0.1em;
padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
margin-left: 0.3em;
}
.fa-spin {
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
transform: rotate(90deg);
}
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
transform: rotate(180deg);
}
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
transform: rotate(270deg);
}
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
transform: scale(-1, 1);
}
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
transform: scale(1, -1);
}
.fa-flip-horizontal.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
transform: scale(-1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #fff;
} .fa-500px:before {
content: "\f26e";
}
.fa-accessible-icon:before {
content: "\f368";
}
.fa-accusoft:before {
content: "\f369";
}
.fa-address-book:before {
content: "\f2b9";
}
.fa-address-card:before {
content: "\f2bb";
}
.fa-adjust:before {
content: "\f042";
}
.fa-adn:before {
content: "\f170";
}
.fa-adversal:before {
content: "\f36a";
}
.fa-affiliatetheme:before {
content: "\f36b";
}
.fa-algolia:before {
content: "\f36c";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-right:before {
content: "\f038";
}
.fa-allergies:before {
content: "\f461";
}
.fa-amazon:before {
content: "\f270";
}
.fa-amazon-pay:before {
content: "\f42c";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
content: "\f2a3";
}
.fa-amilia:before {
content: "\f36d";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-android:before {
content: "\f17b";
}
.fa-angellist:before {
content: "\f209";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angrycreative:before {
content: "\f36e";
}
.fa-angular:before {
content: "\f420";
}
.fa-app-store:before {
content: "\f36f";
}
.fa-app-store-ios:before {
content: "\f370";
}
.fa-apper:before {
content: "\f371";
}
.fa-apple:before {
content: "\f179";
}
.fa-apple-pay:before {
content: "\f415";
}
.fa-archive:before {
content: "\f187";
}
.fa-arrow-alt-circle-down:before {
content: "\f358";
}
.fa-arrow-alt-circle-left:before {
content: "\f359";
}
.fa-arrow-alt-circle-right:before {
content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
content: "\f35b";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-arrows-alt-h:before {
content: "\f337";
}
.fa-arrows-alt-v:before {
content: "\f338";
}
.fa-assistive-listening-systems:before {
content: "\f2a2";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-asymmetrik:before {
content: "\f372";
}
.fa-at:before {
content: "\f1fa";
}
.fa-audible:before {
content: "\f373";
}
.fa-audio-description:before {
content: "\f29e";
}
.fa-autoprefixer:before {
content: "\f41c";
}
.fa-avianex:before {
content: "\f374";
}
.fa-aviato:before {
content: "\f421";
}
.fa-aws:before {
content: "\f375";
}
.fa-backward:before {
content: "\f04a";
}
.fa-balance-scale:before {
content: "\f24e";
}
.fa-ban:before {
content: "\f05e";
}
.fa-band-aid:before {
content: "\f462";
}
.fa-bandcamp:before {
content: "\f2d5";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-bars:before {
content: "\f0c9";
}
.fa-baseball-ball:before {
content: "\f433";
}
.fa-basketball-ball:before {
content: "\f434";
}
.fa-bath:before {
content: "\f2cd";
}
.fa-battery-empty:before {
content: "\f244";
}
.fa-battery-full:before {
content: "\f240";
}
.fa-battery-half:before {
content: "\f242";
}
.fa-battery-quarter:before {
content: "\f243";
}
.fa-battery-three-quarters:before {
content: "\f241";
}
.fa-bed:before {
content: "\f236";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bimobject:before {
content: "\f378";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitcoin:before {
content: "\f379";
}
.fa-bity:before {
content: "\f37a";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-blackberry:before {
content: "\f37b";
}
.fa-blind:before {
content: "\f29d";
}
.fa-blogger:before {
content: "\f37c";
}
.fa-blogger-b:before {
content: "\f37d";
}
.fa-bluetooth:before {
content: "\f293";
}
.fa-bluetooth-b:before {
content: "\f294";
}
.fa-bold:before {
content: "\f032";
}
.fa-bolt:before {
content: "\f0e7";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-bowling-ball:before {
content: "\f436";
}
.fa-box:before {
content: "\f466";
}
.fa-box-open:before {
content: "\f49e";
}
.fa-boxes:before {
content: "\f468";
}
.fa-braille:before {
content: "\f2a1";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-briefcase-medical:before {
content: "\f469";
}
.fa-btc:before {
content: "\f15a";
}
.fa-bug:before {
content: "\f188";
}
.fa-building:before {
content: "\f1ad";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-burn:before {
content: "\f46a";
}
.fa-buromobelexperte:before {
content: "\f37f";
}
.fa-bus:before {
content: "\f207";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-calendar:before {
content: "\f133";
}
.fa-calendar-alt:before {
content: "\f073";
}
.fa-calendar-check:before {
content: "\f274";
}
.fa-calendar-minus:before {
content: "\f272";
}
.fa-calendar-plus:before {
content: "\f271";
}
.fa-calendar-times:before {
content: "\f273";
}
.fa-camera:before {
content: "\f030";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-capsules:before {
content: "\f46b";
}
.fa-car:before {
content: "\f1b9";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-caret-square-down:before {
content: "\f150";
}
.fa-caret-square-left:before {
content: "\f191";
}
.fa-caret-square-right:before {
content: "\f152";
}
.fa-caret-square-up:before {
content: "\f151";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cc-amazon-pay:before {
content: "\f42d";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-apple-pay:before {
content: "\f416";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-centercode:before {
content: "\f380";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-chart-area:before {
content: "\f1fe";
}
.fa-chart-bar:before {
content: "\f080";
}
.fa-chart-line:before {
content: "\f201";
}
.fa-chart-pie:before {
content: "\f200";
}
.fa-check:before {
content: "\f00c";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-chess:before {
content: "\f439";
}
.fa-chess-bishop:before {
content: "\f43a";
}
.fa-chess-board:before {
content: "\f43c";
}
.fa-chess-king:before {
content: "\f43f";
}
.fa-chess-knight:before {
content: "\f441";
}
.fa-chess-pawn:before {
content: "\f443";
}
.fa-chess-queen:before {
content: "\f445";
}
.fa-chess-rook:before {
content: "\f447";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-child:before {
content: "\f1ae";
}
.fa-chrome:before {
content: "\f268";
}
.fa-circle:before {
content: "\f111";
}
.fa-circle-notch:before {
content: "\f1ce";
}
.fa-clipboard:before {
content: "\f328";
}
.fa-clipboard-check:before {
content: "\f46c";
}
.fa-clipboard-list:before {
content: "\f46d";
}
.fa-clock:before {
content: "\f017";
}
.fa-clone:before {
content: "\f24d";
}
.fa-closed-captioning:before {
content: "\f20a";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-cloud-download-alt:before {
content: "\f381";
}
.fa-cloud-upload-alt:before {
content: "\f382";
}
.fa-cloudscale:before {
content: "\f383";
}
.fa-cloudsmith:before {
content: "\f384";
}
.fa-cloudversify:before {
content: "\f385";
}
.fa-code:before {
content: "\f121";
}
.fa-code-branch:before {
content: "\f126";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-codiepie:before {
content: "\f284";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cog:before {
content: "\f013";
}
.fa-cogs:before {
content: "\f085";
}
.fa-columns:before {
content: "\f0db";
}
.fa-comment:before {
content: "\f075";
}
.fa-comment-alt:before {
content: "\f27a";
}
.fa-comment-dots:before {
content: "\f4ad";
}
.fa-comment-slash:before {
content: "\f4b3";
}
.fa-comments:before {
content: "\f086";
}
.fa-compass:before {
content: "\f14e";
}
.fa-compress:before {
content: "\f066";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-contao:before {
content: "\f26d";
}
.fa-copy:before {
content: "\f0c5";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-couch:before {
content: "\f4b8";
}
.fa-cpanel:before {
content: "\f388";
}
.fa-creative-commons:before {
content: "\f25e";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-crop:before {
content: "\f125";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-css3-alt:before {
content: "\f38b";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-cut:before {
content: "\f0c4";
}
.fa-cuttlefish:before {
content: "\f38c";
}
.fa-d-and-d:before {
content: "\f38d";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-database:before {
content: "\f1c0";
}
.fa-deaf:before {
content: "\f2a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-deploydog:before {
content: "\f38e";
}
.fa-deskpro:before {
content: "\f38f";
}
.fa-desktop:before {
content: "\f108";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-diagnoses:before {
content: "\f470";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-digital-ocean:before {
content: "\f391";
}
.fa-discord:before {
content: "\f392";
}
.fa-discourse:before {
content: "\f393";
}
.fa-dna:before {
content: "\f471";
}
.fa-dochub:before {
content: "\f394";
}
.fa-docker:before {
content: "\f395";
}
.fa-dollar-sign:before {
content: "\f155";
}
.fa-dolly:before {
content: "\f472";
}
.fa-dolly-flatbed:before {
content: "\f474";
}
.fa-donate:before {
content: "\f4b9";
}
.fa-dot-circle:before {
content: "\f192";
}
.fa-dove:before {
content: "\f4ba";
}
.fa-download:before {
content: "\f019";
}
.fa-draft2digital:before {
content: "\f396";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-dribbble-square:before {
content: "\f397";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-dyalog:before {
content: "\f399";
}
.fa-earlybirds:before {
content: "\f39a";
}
.fa-edge:before {
content: "\f282";
}
.fa-edit:before {
content: "\f044";
}
.fa-eject:before {
content: "\f052";
}
.fa-elementor:before {
content: "\f430";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-ember:before {
content: "\f423";
}
.fa-empire:before {
content: "\f1d1";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-envelope-open:before {
content: "\f2b6";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-envira:before {
content: "\f299";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-erlang:before {
content: "\f39d";
}
.fa-ethereum:before {
content: "\f42e";
}
.fa-etsy:before {
content: "\f2d7";
}
.fa-euro-sign:before {
content: "\f153";
}
.fa-exchange-alt:before {
content: "\f362";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-expand:before {
content: "\f065";
}
.fa-expand-arrows-alt:before {
content: "\f31e";
}
.fa-expeditedssl:before {
content: "\f23e";
}
.fa-external-link-alt:before {
content: "\f35d";
}
.fa-external-link-square-alt:before {
content: "\f360";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-dropper:before {
content: "\f1fb";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-facebook:before {
content: "\f09a";
}
.fa-facebook-f:before {
content: "\f39e";
}
.fa-facebook-messenger:before {
content: "\f39f";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-female:before {
content: "\f182";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-alt:before {
content: "\f15c";
}
.fa-file-archive:before {
content: "\f1c6";
}
.fa-file-audio:before {
content: "\f1c7";
}
.fa-file-code:before {
content: "\f1c9";
}
.fa-file-excel:before {
content: "\f1c3";
}
.fa-file-image:before {
content: "\f1c5";
}
.fa-file-medical:before {
content: "\f477";
}
.fa-file-medical-alt:before {
content: "\f478";
}
.fa-file-pdf:before {
content: "\f1c1";
}
.fa-file-powerpoint:before {
content: "\f1c4";
}
.fa-file-video:before {
content: "\f1c8";
}
.fa-file-word:before {
content: "\f1c2";
}
.fa-film:before {
content: "\f008";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-fire:before {
content: "\f06d";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-firefox:before {
content: "\f269";
}
.fa-first-aid:before {
content: "\f479";
}
.fa-first-order:before {
content: "\f2b0";
}
.fa-firstdraft:before {
content: "\f3a1";
}
.fa-flag:before {
content: "\f024";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-flipboard:before {
content: "\f44d";
}
.fa-fly:before {
content: "\f417";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-font:before {
content: "\f031";
}
.fa-font-awesome:before {
content: "\f2b4";
}
.fa-font-awesome-alt:before {
content: "\f35c";
}
.fa-font-awesome-flag:before {
content: "\f425";
}
.fa-fonticons:before {
content: "\f280";
}
.fa-fonticons-fi:before {
content: "\f3a2";
}
.fa-football-ball:before {
content: "\f44e";
}
.fa-fort-awesome:before {
content: "\f286";
}
.fa-fort-awesome-alt:before {
content: "\f3a3";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-forward:before {
content: "\f04e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-free-code-camp:before {
content: "\f2c5";
}
.fa-freebsd:before {
content: "\f3a4";
}
.fa-frown:before {
content: "\f119";
}
.fa-futbol:before {
content: "\f1e3";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-gavel:before {
content: "\f0e3";
}
.fa-gem:before {
content: "\f3a5";
}
.fa-genderless:before {
content: "\f22d";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}
.fa-gift:before {
content: "\f06b";
}
.fa-git:before {
content: "\f1d3";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-github:before {
content: "\f09b";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-github-square:before {
content: "\f092";
}
.fa-gitkraken:before {
content: "\f3a6";
}
.fa-gitlab:before {
content: "\f296";
}
.fa-gitter:before {
content: "\f426";
}
.fa-glass-martini:before {
content: "\f000";
}
.fa-glide:before {
content: "\f2a5";
}
.fa-glide-g:before {
content: "\f2a6";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-gofore:before {
content: "\f3a7";
}
.fa-golf-ball:before {
content: "\f450";
}
.fa-goodreads:before {
content: "\f3a8";
}
.fa-goodreads-g:before {
content: "\f3a9";
}
.fa-google:before {
content: "\f1a0";
}
.fa-google-drive:before {
content: "\f3aa";
}
.fa-google-play:before {
content: "\f3ab";
}
.fa-google-plus:before {
content: "\f2b3";
}
.fa-google-plus-g:before {
content: "\f0d5";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-gratipay:before {
content: "\f184";
}
.fa-grav:before {
content: "\f2d6";
}
.fa-gripfire:before {
content: "\f3ac";
}
.fa-grunt:before {
content: "\f3ad";
}
.fa-gulp:before {
content: "\f3ae";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-hacker-news-square:before {
content: "\f3af";
}
.fa-hand-holding:before {
content: "\f4bd";
}
.fa-hand-holding-heart:before {
content: "\f4be";
}
.fa-hand-holding-usd:before {
content: "\f4c0";
}
.fa-hand-lizard:before {
content: "\f258";
}
.fa-hand-paper:before {
content: "\f256";
}
.fa-hand-peace:before {
content: "\f25b";
}
.fa-hand-point-down:before {
content: "\f0a7";
}
.fa-hand-point-left:before {
content: "\f0a5";
}
.fa-hand-point-right:before {
content: "\f0a4";
}
.fa-hand-point-up:before {
content: "\f0a6";
}
.fa-hand-pointer:before {
content: "\f25a";
}
.fa-hand-rock:before {
content: "\f255";
}
.fa-hand-scissors:before {
content: "\f257";
}
.fa-hand-spock:before {
content: "\f259";
}
.fa-hands:before {
content: "\f4c2";
}
.fa-hands-helping:before {
content: "\f4c4";
}
.fa-handshake:before {
content: "\f2b5";
}
.fa-hashtag:before {
content: "\f292";
}
.fa-hdd:before {
content: "\f0a0";
}
.fa-heading:before {
content: "\f1dc";
}
.fa-headphones:before {
content: "\f025";
}
.fa-heart:before {
content: "\f004";
}
.fa-heartbeat:before {
content: "\f21e";
}
.fa-hips:before {
content: "\f452";
}
.fa-hire-a-helper:before {
content: "\f3b0";
}
.fa-history:before {
content: "\f1da";
}
.fa-hockey-puck:before {
content: "\f453";
}
.fa-home:before {
content: "\f015";
}
.fa-hooli:before {
content: "\f427";
}
.fa-hospital:before {
content: "\f0f8";
}
.fa-hospital-alt:before {
content: "\f47d";
}
.fa-hospital-symbol:before {
content: "\f47e";
}
.fa-hotjar:before {
content: "\f3b1";
}
.fa-hourglass:before {
content: "\f254";
}
.fa-hourglass-end:before {
content: "\f253";
}
.fa-hourglass-half:before {
content: "\f252";
}
.fa-hourglass-start:before {
content: "\f251";
}
.fa-houzz:before {
content: "\f27c";
}
.fa-html5:before {
content: "\f13b";
}
.fa-hubspot:before {
content: "\f3b2";
}
.fa-i-cursor:before {
content: "\f246";
}
.fa-id-badge:before {
content: "\f2c1";
}
.fa-id-card:before {
content: "\f2c2";
}
.fa-id-card-alt:before {
content: "\f47f";
}
.fa-image:before {
content: "\f03e";
}
.fa-images:before {
content: "\f302";
}
.fa-imdb:before {
content: "\f2d8";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-indent:before {
content: "\f03c";
}
.fa-industry:before {
content: "\f275";
}
.fa-info:before {
content: "\f129";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-internet-explorer:before {
content: "\f26b";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-italic:before {
content: "\f033";
}
.fa-itunes:before {
content: "\f3b4";
}
.fa-itunes-note:before {
content: "\f3b5";
}
.fa-jenkins:before {
content: "\f3b6";
}
.fa-joget:before {
content: "\f3b7";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-js:before {
content: "\f3b8";
}
.fa-js-square:before {
content: "\f3b9";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-key:before {
content: "\f084";
}
.fa-keyboard:before {
content: "\f11c";
}
.fa-keycdn:before {
content: "\f3ba";
}
.fa-kickstarter:before {
content: "\f3bb";
}
.fa-kickstarter-k:before {
content: "\f3bc";
}
.fa-korvue:before {
content: "\f42f";
}
.fa-language:before {
content: "\f1ab";
}
.fa-laptop:before {
content: "\f109";
}
.fa-laravel:before {
content: "\f3bd";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-lemon:before {
content: "\f094";
}
.fa-less:before {
content: "\f41d";
}
.fa-level-down-alt:before {
content: "\f3be";
}
.fa-level-up-alt:before {
content: "\f3bf";
}
.fa-life-ring:before {
content: "\f1cd";
}
.fa-lightbulb:before {
content: "\f0eb";
}
.fa-line:before {
content: "\f3c0";
}
.fa-link:before {
content: "\f0c1";
}
.fa-linkedin:before {
content: "\f08c";
}
.fa-linkedin-in:before {
content: "\f0e1";
}
.fa-linode:before {
content: "\f2b8";
}
.fa-linux:before {
content: "\f17c";
}
.fa-lira-sign:before {
content: "\f195";
}
.fa-list:before {
content: "\f03a";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-lock:before {
content: "\f023";
}
.fa-lock-open:before {
content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
content: "\f309";
}
.fa-long-arrow-alt-left:before {
content: "\f30a";
}
.fa-long-arrow-alt-right:before {
content: "\f30b";
}
.fa-long-arrow-alt-up:before {
content: "\f30c";
}
.fa-low-vision:before {
content: "\f2a8";
}
.fa-lyft:before {
content: "\f3c3";
}
.fa-magento:before {
content: "\f3c4";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-magnet:before {
content: "\f076";
}
.fa-male:before {
content: "\f183";
}
.fa-map:before {
content: "\f279";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-map-marker-alt:before {
content: "\f3c5";
}
.fa-map-pin:before {
content: "\f276";
}
.fa-map-signs:before {
content: "\f277";
}
.fa-mars:before {
content: "\f222";
}
.fa-mars-double:before {
content: "\f227";
}
.fa-mars-stroke:before {
content: "\f229";
}
.fa-mars-stroke-h:before {
content: "\f22b";
}
.fa-mars-stroke-v:before {
content: "\f22a";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-medapps:before {
content: "\f3c6";
}
.fa-medium:before {
content: "\f23a";
}
.fa-medium-m:before {
content: "\f3c7";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-medrt:before {
content: "\f3c8";
}
.fa-meetup:before {
content: "\f2e0";
}
.fa-meh:before {
content: "\f11a";
}
.fa-mercury:before {
content: "\f223";
}
.fa-microchip:before {
content: "\f2db";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-microsoft:before {
content: "\f3ca";
}
.fa-minus:before {
content: "\f068";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-mix:before {
content: "\f3cb";
}
.fa-mixcloud:before {
content: "\f289";
}
.fa-mizuni:before {
content: "\f3cc";
}
.fa-mobile:before {
content: "\f10b";
}
.fa-mobile-alt:before {
content: "\f3cd";
}
.fa-modx:before {
content: "\f285";
}
.fa-monero:before {
content: "\f3d0";
}
.fa-money-bill-alt:before {
content: "\f3d1";
}
.fa-moon:before {
content: "\f186";
}
.fa-motorcycle:before {
content: "\f21c";
}
.fa-mouse-pointer:before {
content: "\f245";
}
.fa-music:before {
content: "\f001";
}
.fa-napster:before {
content: "\f3d2";
}
.fa-neuter:before {
content: "\f22c";
}
.fa-newspaper:before {
content: "\f1ea";
}
.fa-nintendo-switch:before {
content: "\f418";
}
.fa-node:before {
content: "\f419";
}
.fa-node-js:before {
content: "\f3d3";
}
.fa-notes-medical:before {
content: "\f481";
}
.fa-npm:before {
content: "\f3d4";
}
.fa-ns8:before {
content: "\f3d5";
}
.fa-nutritionix:before {
content: "\f3d6";
}
.fa-object-group:before {
content: "\f247";
}
.fa-object-ungroup:before {
content: "\f248";
}
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-opencart:before {
content: "\f23d";
}
.fa-openid:before {
content: "\f19b";
}
.fa-opera:before {
content: "\f26a";
}
.fa-optin-monster:before {
content: "\f23c";
}
.fa-osi:before {
content: "\f41a";
}
.fa-outdent:before {
content: "\f03b";
}
.fa-page4:before {
content: "\f3d7";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-palfed:before {
content: "\f3d8";
}
.fa-pallet:before {
content: "\f482";
}
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-parachute-box:before {
content: "\f4cd";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-paste:before {
content: "\f0ea";
}
.fa-patreon:before {
content: "\f3d9";
}
.fa-pause:before {
content: "\f04c";
}
.fa-pause-circle:before {
content: "\f28b";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-pen-square:before {
content: "\f14b";
}
.fa-pencil-alt:before {
content: "\f303";
}
.fa-people-carry:before {
content: "\f4ce";
}
.fa-percent:before {
content: "\f295";
}
.fa-periscope:before {
content: "\f3da";
}
.fa-phabricator:before {
content: "\f3db";
}
.fa-phoenix-framework:before {
content: "\f3dc";
}
.fa-phone:before {
content: "\f095";
}
.fa-phone-slash:before {
content: "\f3dd";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-phone-volume:before {
content: "\f2a0";
}
.fa-php:before {
content: "\f457";
}
.fa-pied-piper:before {
content: "\f2ae";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-pied-piper-pp:before {
content: "\f1a7";
}
.fa-piggy-bank:before {
content: "\f4d3";
}
.fa-pills:before {
content: "\f484";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-plane:before {
content: "\f072";
}
.fa-play:before {
content: "\f04b";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-playstation:before {
content: "\f3df";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-plus:before {
content: "\f067";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-podcast:before {
content: "\f2ce";
}
.fa-poo:before {
content: "\f2fe";
}
.fa-pound-sign:before {
content: "\f154";
}
.fa-power-off:before {
content: "\f011";
}
.fa-prescription-bottle:before {
content: "\f485";
}
.fa-prescription-bottle-alt:before {
content: "\f486";
}
.fa-print:before {
content: "\f02f";
}
.fa-procedures:before {
content: "\f487";
}
.fa-product-hunt:before {
content: "\f288";
}
.fa-pushed:before {
content: "\f3e1";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-python:before {
content: "\f3e2";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-question:before {
content: "\f128";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-quidditch:before {
content: "\f458";
}
.fa-quinscape:before {
content: "\f459";
}
.fa-quora:before {
content: "\f2c4";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-random:before {
content: "\f074";
}
.fa-ravelry:before {
content: "\f2d9";
}
.fa-react:before {
content: "\f41b";
}
.fa-readme:before {
content: "\f4d5";
}
.fa-rebel:before {
content: "\f1d0";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-red-river:before {
content: "\f3e3";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-alien:before {
content: "\f281";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-redo:before {
content: "\f01e";
}
.fa-redo-alt:before {
content: "\f2f9";
}
.fa-registered:before {
content: "\f25d";
}
.fa-rendact:before {
content: "\f3e4";
}
.fa-renren:before {
content: "\f18b";
}
.fa-reply:before {
content: "\f3e5";
}
.fa-reply-all:before {
content: "\f122";
}
.fa-replyd:before {
content: "\f3e6";
}
.fa-resolving:before {
content: "\f3e7";
}
.fa-retweet:before {
content: "\f079";
}
.fa-ribbon:before {
content: "\f4d6";
}
.fa-road:before {
content: "\f018";
}
.fa-rocket:before {
content: "\f135";
}
.fa-rocketchat:before {
content: "\f3e8";
}
.fa-rockrms:before {
content: "\f3e9";
}
.fa-rss:before {
content: "\f09e";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-ruble-sign:before {
content: "\f158";
}
.fa-rupee-sign:before {
content: "\f156";
}
.fa-safari:before {
content: "\f267";
}
.fa-sass:before {
content: "\f41e";
}
.fa-save:before {
content: "\f0c7";
}
.fa-schlix:before {
content: "\f3ea";
}
.fa-scribd:before {
content: "\f28a";
}
.fa-search:before {
content: "\f002";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-searchengin:before {
content: "\f3eb";
}
.fa-seedling:before {
content: "\f4d8";
}
.fa-sellcast:before {
content: "\f2da";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-server:before {
content: "\f233";
}
.fa-servicestack:before {
content: "\f3ec";
}
.fa-share:before {
content: "\f064";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-shekel-sign:before {
content: "\f20b";
}
.fa-shield-alt:before {
content: "\f3ed";
}
.fa-ship:before {
content: "\f21a";
}
.fa-shipping-fast:before {
content: "\f48b";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-shopping-bag:before {
content: "\f290";
}
.fa-shopping-basket:before {
content: "\f291";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-shower:before {
content: "\f2cc";
}
.fa-sign:before {
content: "\f4d9";
}
.fa-sign-in-alt:before {
content: "\f2f6";
}
.fa-sign-language:before {
content: "\f2a7";
}
.fa-sign-out-alt:before {
content: "\f2f5";
}
.fa-signal:before {
content: "\f012";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-sistrix:before {
content: "\f3ee";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-skype:before {
content: "\f17e";
}
.fa-slack:before {
content: "\f198";
}
.fa-slack-hash:before {
content: "\f3ef";
}
.fa-sliders-h:before {
content: "\f1de";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-smile:before {
content: "\f118";
}
.fa-smoking:before {
content: "\f48d";
}
.fa-snapchat:before {
content: "\f2ab";
}
.fa-snapchat-ghost:before {
content: "\f2ac";
}
.fa-snapchat-square:before {
content: "\f2ad";
}
.fa-snowflake:before {
content: "\f2dc";
}
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-alpha-down:before {
content: "\f15d";
}
.fa-sort-alpha-up:before {
content: "\f15e";
}
.fa-sort-amount-down:before {
content: "\f160";
}
.fa-sort-amount-up:before {
content: "\f161";
}
.fa-sort-down:before {
content: "\f0dd";
}
.fa-sort-numeric-down:before {
content: "\f162";
}
.fa-sort-numeric-up:before {
content: "\f163";
}
.fa-sort-up:before {
content: "\f0de";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-speakap:before {
content: "\f3f3";
}
.fa-spinner:before {
content: "\f110";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-square:before {
content: "\f0c8";
}
.fa-square-full:before {
content: "\f45c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-star:before {
content: "\f005";
}
.fa-star-half:before {
content: "\f089";
}
.fa-staylinked:before {
content: "\f3f5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-steam-symbol:before {
content: "\f3f6";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-sticker-mule:before {
content: "\f3f7";
}
.fa-sticky-note:before {
content: "\f249";
}
.fa-stop:before {
content: "\f04d";
}
.fa-stop-circle:before {
content: "\f28d";
}
.fa-stopwatch:before {
content: "\f2f2";
}
.fa-strava:before {
content: "\f428";
}
.fa-street-view:before {
content: "\f21d";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-stripe:before {
content: "\f429";
}
.fa-stripe-s:before {
content: "\f42a";
}
.fa-studiovinari:before {
content: "\f3f8";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-subway:before {
content: "\f239";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-sun:before {
content: "\f185";
}
.fa-superpowers:before {
content: "\f2dd";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-supple:before {
content: "\f3f9";
}
.fa-sync:before {
content: "\f021";
}
.fa-sync-alt:before {
content: "\f2f1";
}
.fa-syringe:before {
content: "\f48e";
}
.fa-table:before {
content: "\f0ce";
}
.fa-table-tennis:before {
content: "\f45d";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-tablet-alt:before {
content: "\f3fa";
}
.fa-tablets:before {
content: "\f490";
}
.fa-tachometer-alt:before {
content: "\f3fd";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-tape:before {
content: "\f4db";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-taxi:before {
content: "\f1ba";
}
.fa-telegram:before {
content: "\f2c6";
}
.fa-telegram-plane:before {
content: "\f3fe";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-terminal:before {
content: "\f120";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-themeisle:before {
content: "\f2b2";
}
.fa-thermometer:before {
content: "\f491";
}
.fa-thermometer-empty:before {
content: "\f2cb";
}
.fa-thermometer-full:before {
content: "\f2c7";
}
.fa-thermometer-half:before {
content: "\f2c9";
}
.fa-thermometer-quarter:before {
content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
content: "\f2c8";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbtack:before {
content: "\f08d";
}
.fa-ticket-alt:before {
content: "\f3ff";
}
.fa-times:before {
content: "\f00d";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-tint:before {
content: "\f043";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-trademark:before {
content: "\f25c";
}
.fa-train:before {
content: "\f238";
}
.fa-transgender:before {
content: "\f224";
}
.fa-transgender-alt:before {
content: "\f225";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-trash-alt:before {
content: "\f2ed";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-trello:before {
content: "\f181";
}
.fa-tripadvisor:before {
content: "\f262";
}
.fa-trophy:before {
content: "\f091";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-truck-loading:before {
content: "\f4de";
}
.fa-truck-moving:before {
content: "\f4df";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-tv:before {
content: "\f26c";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-twitter:before {
content: "\f099";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-typo3:before {
content: "\f42b";
}
.fa-uber:before {
content: "\f402";
}
.fa-uikit:before {
content: "\f403";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-undo:before {
content: "\f0e2";
}
.fa-undo-alt:before {
content: "\f2ea";
}
.fa-uniregistry:before {
content: "\f404";
}
.fa-universal-access:before {
content: "\f29a";
}
.fa-university:before {
content: "\f19c";
}
.fa-unlink:before {
content: "\f127";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-untappd:before {
content: "\f405";
}
.fa-upload:before {
content: "\f093";
}
.fa-usb:before {
content: "\f287";
}
.fa-user:before {
content: "\f007";
}
.fa-user-circle:before {
content: "\f2bd";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-user-plus:before {
content: "\f234";
}
.fa-user-secret:before {
content: "\f21b";
}
.fa-user-times:before {
content: "\f235";
}
.fa-users:before {
content: "\f0c0";
}
.fa-ussunnah:before {
content: "\f407";
}
.fa-utensil-spoon:before {
content: "\f2e5";
}
.fa-utensils:before {
content: "\f2e7";
}
.fa-vaadin:before {
content: "\f408";
}
.fa-venus:before {
content: "\f221";
}
.fa-venus-double:before {
content: "\f226";
}
.fa-venus-mars:before {
content: "\f228";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-viadeo:before {
content: "\f2a9";
}
.fa-viadeo-square:before {
content: "\f2aa";
}
.fa-vial:before {
content: "\f492";
}
.fa-vials:before {
content: "\f493";
}
.fa-viber:before {
content: "\f409";
}
.fa-video:before {
content: "\f03d";
}
.fa-video-slash:before {
content: "\f4e2";
}
.fa-vimeo:before {
content: "\f40a";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-vimeo-v:before {
content: "\f27d";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-vk:before {
content: "\f189";
}
.fa-vnv:before {
content: "\f40b";
}
.fa-volleyball-ball:before {
content: "\f45f";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-vuejs:before {
content: "\f41f";
}
.fa-warehouse:before {
content: "\f494";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-weight:before {
content: "\f496";
}
.fa-weixin:before {
content: "\f1d7";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-whatsapp-square:before {
content: "\f40c";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-whmcs:before {
content: "\f40d";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-wikipedia-w:before {
content: "\f266";
}
.fa-window-close:before {
content: "\f410";
}
.fa-window-maximize:before {
content: "\f2d0";
}
.fa-window-minimize:before {
content: "\f2d1";
}
.fa-window-restore:before {
content: "\f2d2";
}
.fa-windows:before {
content: "\f17a";
}
.fa-wine-glass:before {
content: "\f4e3";
}
.fa-won-sign:before {
content: "\f159";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-wordpress-simple:before {
content: "\f411";
}
.fa-wpbeginner:before {
content: "\f297";
}
.fa-wpexplorer:before {
content: "\f2de";
}
.fa-wpforms:before {
content: "\f298";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-x-ray:before {
content: "\f497";
}
.fa-xbox:before {
content: "\f412";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-y-combinator:before {
content: "\f23b";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-yandex:before {
content: "\f413";
}
.fa-yandex-international:before {
content: "\f414";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-yen-sign:before {
content: "\f157";
}
.fa-yoast:before {
content: "\f2b1";
}
.fa-youtube:before {
content: "\f167";
}
.fa-youtube-square:before {
content: "\f431";
}
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
button.mfp-arrow, button.mfp-close {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation;
}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
color: #fff;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}
.mfp-arrow:after, .mfp-arrow:before {
content: "";
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent;
}
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box;
}
.mfp-container:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}
.mfp-ajax-cur {
cursor: progress;
}
.mfp-zoom-out-cur {
cursor: zoom-out;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: zoom-out;
}
.mfp-zoom {
cursor: pointer;
cursor: zoom-in;
}
.mfp-close {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #fff;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover {
opacity: 1;
}
.mfp-close:focus {
opacity: 1;
}
.mfp-close:active {
top: 1px;
}
.mfp-arrow {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
}
.mfp-arrow:active {
margin-top: -54px;
}
.mfp-arrow:hover {
opacity: 1;
}
.mfp-arrow:focus {
opacity: 1;
}
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7;
}
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px;
}
.mfp-preloader {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
color: #ccc;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}
.mfp-preloader a {
color: #ccc;
}
.mfp-preloader a:hover {
color: #fff;
}
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
position: absolute;
top: 0;
right: 0;
color: #ccc;
font-size: 12px;
line-height: 18px;
white-space: nowrap;
}
.mfp-hide {
display: none !important;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.mfp-image-holder .mfp-content {
max-width: 100%;
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-close {
top: -40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.mfp-arrow-left {
left: 0;
}
.mfp-arrow-left:after {
border-right: 17px solid #fff;
margin-left: 31px;
}
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
right: 0;
}
.mfp-arrow-right:after {
border-left: 17px solid #fff;
margin-left: 39px;
}
.mfp-arrow-right:before {
border-left: 27px solid #3f3f3f;
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
}
.mfp-figure {
line-height: 0;
}
.mfp-figure:after {
content: "";
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444;
}
.mfp-figure small {
color: #bdbdbd;
display: block;
font-size: 12px;
line-height: 14px;
}
.mfp-figure figure {
margin: 0;
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #f3f3f3;
word-wrap: break-word;
padding-right: 36px;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
transform: scale(0.75);
}
.mfp-arrow-left {
transform-origin: 0;
}
.mfp-arrow-right {
transform-origin: 100%;
}
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
}
.mfp-align-top .mfp-container:before {
display: none;
}
.mfp-inline-holder .mfp-content {
width: 100%;
cursor: auto;
}
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto;
}
.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.mfp-loading.mfp-figure {
display: none;
}
.mfp-s-ready .mfp-preloader {
display: none;
}
.mfp-s-error .mfp-content {
display: none;
}
.mfp-close-btn-in .mfp-close {
color: #333;
}
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0;
margin: 0 auto;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}
#header {
position: fixed;
top: 0px;
left: 0px;
right: 0px;
z-index: 10;
transition: transform 0.4s ease-in-out, background-color 0.4s ease-in-out;
padding: 0px 40px;
background: linear-gradient(180deg, rgba(166, 146, 93, 0.8) 35.58%, rgba(166, 146, 93, 0) 100%);
}
#header .header-logo img {
height: 120px;
width: auto;
}
#header .header-menu figure {
margin: 0;
}
#header .header-menu figure img {
height: 34px;
width: auto;
-o-object-fit: contain;
object-fit: contain;
}
#header .header-menu figure:nth-child(1) {
height: 34px;
margin-right: 10px;
}
#header .header-menu figure:nth-child(2) {
height: 34px;
margin-right: 32px;
}
#header .header-menu figure.toggle-menu-mobile img {
height: auto;
}
#header .header-sociallingue * {
color: #fff !important;
text-transform: uppercase;
font-size: 18px;
}
#header .header-sociallingue .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
background-color: transparent;
padding: 10px 0px;
}
#header .header-sociallingue .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container li {
padding-bottom: 10px !important;
}
#header .header-sociallingue .header-link {
align-items: center;
gap: 15px;
flex-wrap: nowrap;
}
#header .header-sociallingue .header-link > * {
align-self: center;
margin: 0;
}
#header .header-sociallingue .header-link .wp-block-navigation {
margin: 0;
height: auto !important;
min-height: 0 !important;
padding: 0 !important;
}
#header .header-sociallingue .header-link .wp-block-navigation br,
#header .header-sociallingue .header-link .wp-block-navigation p:empty {
display: none !important;
}
#header .header-sociallingue .header-link .wp-block-navigation p {
margin: 0 !important;
padding: 0 !important;
}
#header .header-sociallingue .header-link .wp-block-navigation .wp-block-navigation__responsive-container {
height: auto;
display: flex;
align-items: center;
}
#header .header-sociallingue .header-link .wp-block-navigation .wp-block-navigation__container {
align-items: center;
margin: 0;
height: auto !important;
min-height: 0 !important;
padding: 0 !important;
}
#header .header-sociallingue .header-link .wp-block-navigation .wp-block-navigation-item {
white-space: nowrap;
align-items: center;
display: flex;
height: auto !important;
padding: 0 !important;
min-height: 0 !important;
}
#header .header-sociallingue .header-link .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
padding: 0 !important;
display: flex;
align-items: center;
line-height: 1;
height: auto;
}
#header .header-sociallingue .header-link .wpml-language-switcher-block {
width: auto !important;
margin: 0;
align-self: center;
}
#header .header-sociallingue .header-link .wpml-language-switcher-block > .wp-block-navigation-item,
#header .header-sociallingue .header-link .wpml-language-switcher-block > .wp-block-navigation-item > div {
width: auto !important;
}
#header.header-hidden {
transform: translateY(-100%);
}
.headerhome,
.header-interne {
position: relative;
overflow: hidden;
z-index: 1;
display: flex;
height: calc(100vh - 145px);
background-color: #2a2014;
}
.headerhome h1 + p,
.header-interne h1 + p {
color: #FFF;
text-align: center;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%; letter-spacing: 0.9px;
text-transform: uppercase;
margin-top: 20px;
}
.headerhome::before,
.header-interne::before {
content: "";
position: absolute;
inset: 0;
background: rgba(66, 50, 6, 0.35);
mix-blend-mode: multiply;
z-index: 1;
pointer-events: none;
}
.headerhome #testata,
.header-interne #testata {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 110px;
background: linear-gradient(180deg, rgba(166, 146, 93, 0) 0%, #A6925D 100%);
z-index: 2;
pointer-events: none;
}
.headerhome .testata-cta,
.header-interne .testata-cta {
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
z-index: 3;
display: flex;
flex-direction: column;
align-items: center;
gap: 5px;
padding-bottom: 10px;
cursor: pointer;
transition: opacity 0.3s ease;
}
.headerhome .testata-cta:hover,
.header-interne .testata-cta:hover {
opacity: 0.7;
}
.headerhome .testata-cta span,
.header-interne .testata-cta span {
font-family: "Inter", sans-serif;
font-weight: 500;
font-size: 18px;
line-height: 1.5;
letter-spacing: 0.9px;
text-align: center;
color: #fff;
text-transform: uppercase;
}
.headerhome .testata-cta::after,
.header-interne .testata-cta::after {
content: "";
display: block;
width: 1px;
height: 24px;
background-color: #fff;
}
.headerhome > *:not(.vimeo-background):not(#testata):not(.testata-cta),
.header-interne > *:not(.vimeo-background):not(#testata):not(.testata-cta) {
position: relative;
z-index: 5;
}
.headerhome {
background-color: #2a2014;
}
.headerhome .vimeo-background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
pointer-events: none;
overflow: hidden;
}
.headerhome .vimeo-background iframe {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100vw;
height: 56.25vw;
min-height: 100vh;
min-width: 177.78vh;
}
.tempomonti {
min-width: 440px;
}
.tempomonti #ww-wrap {
display: flex;
background: #ffffff;
border-radius: 30px;
padding: 20px;
max-width: 440px;
width: 100%;
min-height: 180px;
flex-direction: column;
justify-content: space-between;
}
.tempomonti #ww-row1 {
display: flex;
justify-content: space-between;
align-items: center;
}
.tempomonti #ww-city {
font-size: 14px;
color: #a6925d;
display: flex;
align-items: center;
gap: 4px;
}
.tempomonti #ww-stato {
font-size: 14px;
color: #a6925d;
}
.tempomonti #ww-row2 {
display: flex;
justify-content: space-between;
align-items: center;
}
.tempomonti #ww-temp {
font-size: 28px;
font-weight: 400;
color: #a6925d;
letter-spacing: -0.5px;
}
.tempomonti .ww-pill {
background: #a6925d;
border-radius: 20px;
padding: 3px 9px 3px 7px;
font-size: 11px;
color: #fff;
display: flex;
align-items: center;
gap: 4px;
}
.tempomonti #ww-row3 {
display: flex;
gap: 7px;
}
#extra-menu-mobile {
padding: 0px 40px;
height: calc(100vh - 160px);
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-items: stretch;
}
#extra-menu-mobile .menuaperto li:first-child::after {
background: linear-gradient(180deg, rgba(166, 146, 93, 0) 50%, #A6925D 100%), url(//www.tenutamasonemannu.it/wp-content/uploads/2026/03/Tenuta_low.jpg) center/cover no-repeat;
}
#extra-menu-mobile .menuaperto li:nth-child(2)::after {
background: linear-gradient(180deg, rgba(166, 146, 93, 0) 50%, #A6925D 100%), url(//www.tenutamasonemannu.it/wp-content/uploads/2026/03/Vini_low.jpg) center/cover no-repeat;
}
#extra-menu-mobile .menuaperto li:nth-child(3)::after {
background: linear-gradient(180deg, rgba(166, 146, 93, 0) 50%, #A6925D 100%), url(//www.tenutamasonemannu.it/wp-content/uploads/2026/03/Experience_low.jpg) center/cover no-repeat;
}
#extra-menu-mobile .menuaperto li:nth-child(4)::after {
background: linear-gradient(180deg, rgba(166, 146, 93, 0) 50%, #A6925D 100%), url(//www.tenutamasonemannu.it/wp-content/uploads/2026/03/Shop_low.jpg) center/cover no-repeat;
}
#extra-menu-mobile .menuaperto li:last-child::after {
background: linear-gradient(180deg, rgba(166, 146, 93, 0) 50%, #A6925D 100%), url(//www.tenutamasonemannu.it/wp-content/uploads/2026/03/Contatti_low.jpg) center/cover no-repeat;
}
#extra-menu-mobile .menuaperto li a > span {
color: #fff;
font-family: "Playfair Display", serif;
font-size: 6vw;
font-weight: 400;
text-transform: uppercase;
line-height: 95%;
letter-spacing: -2.4px;
text-wrap: nowrap;
text-wrap-mode: nowrap;
}
#extra-menu-mobile .menuaperto li::after {
content: "";
position: fixed;
top: 135px;
right: 40px;
width: calc(50vw - 40px);
height: calc(100vh - 175px);
opacity: 0;
pointer-events: none;
z-index: -1;
}
#extra-menu-mobile .menuaperto li:hover::after {
opacity: 1;
z-index: 100;
}
#extra-menu-mobile .dettaglimenu {
display: flex;
flex-direction: column;
justify-content: space-between;
align-content: flex-end;
align-items: flex-end;
flex-wrap: nowrap;
padding-top: 20px;
}
#extra-menu-mobile .dettaglimenu p.has-base-color a {
color: #fff;
text-decoration: none;
}
.page header.header-custom {
background-position: center center;
min-height: 370px;
}
@media screen and (max-width: 576px) {
.page header.header-custom {
min-height: 250px;
}
}
.page header.header-custom .bg-color {
min-height: 370px;
}
@media screen and (max-width: 576px) {
.page header.header-custom .bg-color {
min-height: 250px;
}
}
.page header.header-custom .bg-color .intestazione .content-intestazione {
color: #ffffff;
margin: 0 auto;
text-align: center;
max-width: 1319px;
width: 100%;
margin: 0 auto;
padding: 1em 0; min-height: 370px;
}
@media screen and (max-width: 1319px) {
.page header.header-custom .bg-color .intestazione .content-intestazione {
padding: 30px;
}
}
@media screen and (max-width: 576px) {
.page header.header-custom .bg-color .intestazione .content-intestazione {
min-height: 250px;
}
}
.page header.header-custom .bg-color .intestazione .content-intestazione .intestazione-titolo {
font-size: 2.8125rem;
font-weight: bold;
}
@media screen and (max-width: 575px) {
.page header.header-custom .bg-color .intestazione .content-intestazione .intestazione-titolo {
font-size: 36px;
}
}
.page header.header-custom .bg-color .intestazione .content-intestazione .intestazione-bottone a .more-info {
position: relative;
background-color: #4C3C25;
color: #ffffff;
text-transform: uppercase;
padding: 1em 2em;
font-family: "Playfair Display", serif;
font-size: 20px;
border: 1px solid #4C3C25;
text-align: center;
}
.page header.header-custom .bg-color .intestazione .content-intestazione .intestazione-bottone a .more-info:hover {
background-color: #ffffff;
color: #4C3C25;
}
@media screen and (max-width: 992px) {
.page header.header-custom .bg-color .intestazione .content-intestazione .intestazione-testo {
font-size: 20px;
}
}
.page.page-template-template-fullwidth header.header-custom {
background-position: center center;
min-height: 370px;
}
@media screen and (max-width: 576px) {
.page.page-template-template-fullwidth header.header-custom {
min-height: 250px;
}
}
.page.page-template-template-fullwidth header.header-custom .bg-color {
min-height: 370px;
}
@media screen and (max-width: 576px) {
.page.page-template-template-fullwidth header.header-custom .bg-color {
min-height: 250px;
}
}
.page.page-template-template-fullwidth header.header-custom .bg-color .intestazione .content-intestazione {
color: #ffffff;
max-width: 1320px;
margin: 0 auto;
text-align: center;
max-width: 1319px;
width: 100%;
margin: 0 auto;
padding: 1em 0;
display: flex;
flex-flow: row wrap;
justify-content: center;
align-items: center;
flex-flow: column wrap;
min-height: 370px;
}
@media screen and (max-width: 576px) {
.page.page-template-template-fullwidth header.header-custom .bg-color .intestazione .content-intestazione {
min-height: 250px;
}
}
.page.page-template-template-fullwidth header.header-custom .bg-color .intestazione .content-intestazione .intestazione-titolo {
font-size: 2.8125rem;
font-weight: bold;
}
.page.page-template-template-fullwidth header.header-custom .bg-color .intestazione .content-intestazione .intestazione-bottone a .more-info {
position: relative;
background-color: #4C3C25;
color: #ffffff;
text-transform: uppercase;
padding: 1em 2em;
font-family: "Playfair Display", serif;
font-size: 20px;
border: 1px solid #4C3C25;
text-align: center;
}
.page.page-template-template-fullwidth header.header-custom .bg-color .intestazione .content-intestazione .intestazione-bottone a .more-info:hover {
background-color: #ffffff;
color: #4C3C25;
}
.search header.header-custom {
z-index: -1;
}
.search header.header-custom:before {
content: "";
background-color: rgba(76, 60, 37, 0.5);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
header.header-custom {
background-position: center center;
background-color: transparent;
position: relative;
background-size: cover;
background-repeat: no-repeat;
min-height: 370px;
}
@media screen and (max-width: 576px) {
header.header-custom {
min-height: 250px;
}
}
header.header-custom { }
header.header-custom .subheader-content {
max-width: 1320px;
width: 100%;
margin: 0 auto;
padding: 0;
display: flex;
flex-flow: row wrap;
justify-content: flex-end;
align-items: center;
flex-flow: column wrap;
z-index: 1;
min-height: 370px;
}
@media screen and (max-width: 576px) {
header.header-custom .subheader-content {
min-height: 250px;
}
}
header.header-custom .subheader-content img {
width: auto;
padding: 0.5em;
}
header.header-custom .subheader-content h1 {
color: #ffffff;
font-family: "Hind", sans-serif;
font-size: 2.8125rem;
margin-bottom: 0;
text-transform: none;
padding: 0.5em 0.5em 25px 0.5em;
}
header.header-custom .subheader-content #breadcrumbs {
margin-bottom: 0;
color: #ffffff;
font-size: 1rem;
margin-bottom: 80px;
}
@media screen and (max-width: 576px) {
header.header-custom .subheader-content #breadcrumbs {
margin-bottom: 56px;
font-size: 14px;
}
}
header.header-custom .subheader-content #breadcrumbs a {
color: #ffffff;
}
@media screen and (max-width: 1319px) {
header.header-custom .subheader-content {
padding-left: 30px;
padding-right: 30px;
}
header.header-custom .subheader-content h1 {
font-size: 2.8125rem;
text-align: center;
}
}
@media screen and (max-width: 768px) {
header.header-custom .subheader-content h1 {
font-size: 56px;
text-align: center;
}
}
@media screen and (max-width: 576px) {
header.header-custom .subheader-content h1 {
font-size: 36px;
padding: 0.5em 0.5em 10px 0.5em;
}
}
#home-tenuta {
position: relative;
padding: 64px 40px 128px;
background-color: #f7f5f1;
overflow: hidden;
}
#home-tenuta > * {
position: relative;
z-index: 1;
}
#home-tenuta p.figma-paragraph-2 {
text-transform: uppercase;
}
#home-tenuta .slidehomevini {
margin-top: 48px;
}
#home-tenuta .slidehomevini .slick-slide .wp-block-group {
display: flex !important;
gap: 40px;
padding: 0px;
}
#home-tenuta .slidehomevini .slick-slide .wp-block-group figure {
width: 66%;
}
#home-tenuta .slidehomevini .slick-slide .wp-block-group figure:first-child {
width: 33%;
margin-top: 80px;
}
#home-tenuta .slidehomevini ul.slick-bar-dots {
display: flex !important;
justify-content: center;
list-style: none;
padding: 0;
margin: 48px auto 0;
width: 150px;
position: relative;
}
#home-tenuta .slidehomevini ul.slick-bar-dots::before {
content: "";
position: absolute;
top: 50%;
left: 0;
right: 0;
height: 2px;
background-color: #DCDAD6;
transform: translateY(-50%);
}
#home-tenuta .slidehomevini ul.slick-bar-dots li {
flex: 1;
position: relative;
height: 2px;
z-index: 1;
margin: 0;
padding: 0;
}
#home-tenuta .slidehomevini ul.slick-bar-dots li button {
display: block;
width: 100%;
height: 2px;
padding: 0;
border: none;
background: transparent;
font-size: 0;
line-height: 0;
cursor: pointer;
outline: none;
}
#home-tenuta .slidehomevini ul.slick-bar-dots li button::before {
display: none;
}
#home-tenuta .slidehomevini ul.slick-bar-dots li.slick-active button {
background-color: #C01051;
}
.home #home-tenuta::before {
content: "";
position: absolute;
left: -109.018px;
bottom: -196px;
width: 1276px;
height: 1430px;
opacity: 0.32;
background: url(//www.tenutamasonemannu.it/wp-content/uploads/2026/03/4171ac907b174c1cb8a3769161f6cb29e219b18a.png) 50%/cover no-repeat;
transform: rotate(180deg) scaleY(-1);
z-index: 0;
pointer-events: none;
}
.vini-slider-wrapper {
position: relative;
text-align: center;
padding: 40px 0 120px;
display: flex;
flex-direction: column;
overflow: hidden;
}
.vini-slider-wrapper::before {
content: "I NOSTRI VINI";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-family: "Playfair Display", serif;
font-weight: 400;
font-size: 13.5vw;
line-height: 1;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #D6C496;
opacity: 0.35;
white-space: nowrap;
pointer-events: none;
z-index: 0;
}
.vini-slider-wrapper > * {
position: relative;
z-index: 1;
}
.vini-slider-wrapper .vini-slider-title {
position: relative;
height: 5.5rem;
overflow: hidden;
margin-bottom: 24px;
}
.vini-slider-wrapper .vini-slider-title .vini-nome {
position: absolute;
top: 0;
left: 0;
width: 100%;
font-family: "Playfair Display", serif;
font-weight: 400;
font-size: 4.75rem;
line-height: 1.05;
letter-spacing: -1.52px;
color: #fff;
text-align: center;
opacity: 0;
transition: opacity 0.5s ease;
pointer-events: none;
text-transform: uppercase;
}
.vini-slider-wrapper .vini-slider-title .vini-nome.is-active {
opacity: 1;
}
.vini-slider-wrapper .vini-slider {
cursor: pointer;
}
.vini-slider-wrapper .vini-slider .slick-dots {
bottom: -10px;
}
.vini-slider-wrapper .vini-slider:active {
cursor: pointer;
}
.vini-slider-wrapper .vini-slider .slick-slide {
transition: all 0.5s ease;
padding: 0 10px;
cursor: pointer;
}
.vini-slider-wrapper .vini-slider .slick-slide .vini-slide-link {
text-decoration: none;
cursor: pointer;
pointer-events: none;
}
.vini-slider-wrapper .vini-slider .slick-slide.slick-center {
cursor: pointer;
}
.vini-slider-wrapper .vini-slider .slick-slide.slick-center .vini-slide-link {
cursor: pointer;
pointer-events: auto;
}
.vini-slider-wrapper .vini-slider .slick-slide .vini-slide-img {
display: flex;
align-items: center;
justify-content: center;
height: 450px;
transition: height 0.6s ease;
}
.vini-slider-wrapper .vini-slider .slick-slide .vini-slide-img img {
max-height: 100%;
width: auto;
-o-object-fit: contain;
object-fit: contain;
margin: 0 auto;
}
.vini-slider-wrapper .vini-slider .slick-slide.slick-center .vini-slide-img {
height: 650px;
}
.vini-slider-wrapper .vini-slider-info {
max-width: 800px;
position: relative;
height: 80px;
left: 50%;
overflow: hidden;
margin-top: -180px;
transform: translateX(-50%);
}
.vini-slider-wrapper .vini-slider-info .vini-desc {
position: absolute;
top: 0;
left: 0;
width: 100%;
font-family: "Inter", sans-serif;
font-weight: 300;
font-size: 1.125rem;
line-height: 1.5;
letter-spacing: 0.9px;
color: #fff;
text-align: center;
opacity: 0;
transition: opacity 0.5s ease;
pointer-events: none;
}
.vini-slider-wrapper .vini-slider-info .vini-desc .vini-desc-sottotitolo {
font-size: 18px;
font-weight: 500;
line-height: 150%;
letter-spacing: 0.9px;
}
.vini-slider-wrapper .vini-slider-info .vini-desc.is-active {
opacity: 1;
}
.vini-slider-wrapper ul.slick-bar-dots.vini-bar-dots {
display: flex !important;
justify-content: center;
list-style: none;
padding: 0;
margin: 40px auto 0;
width: 450px;
position: relative;
}
@media screen and (max-width: 576px) {
.vini-slider-wrapper ul.slick-bar-dots.vini-bar-dots {
width: 250px;
}
}
.vini-slider-wrapper ul.slick-bar-dots.vini-bar-dots::before {
content: "";
position: absolute;
top: 50%;
left: 0;
right: 0;
height: 2px;
background-color: rgba(255, 255, 255, 0.3);
transform: translateY(-50%);
}
.vini-slider-wrapper ul.slick-bar-dots.vini-bar-dots li {
flex: 1;
position: relative;
height: 2px;
z-index: 1;
margin: 0;
padding: 0;
}
.vini-slider-wrapper ul.slick-bar-dots.vini-bar-dots li button {
display: block;
width: 100%;
height: 2px;
padding: 0;
border: none;
background: transparent;
font-size: 0;
line-height: 0;
cursor: pointer;
outline: none;
}
.vini-slider-wrapper ul.slick-bar-dots.vini-bar-dots li button::before {
display: none;
}
.vini-slider-wrapper ul.slick-bar-dots.vini-bar-dots li.slick-active button {
background-color: #fff;
}
#home-experience {
position: relative;
padding-right: 40px;
padding-left: 40px;
}
#home-experience::after {
content: "";
position: absolute;
top: 0;
right: 0;
width: 50%;
height: 100%;
background-image: url(//www.tenutamasonemannu.it/wp-content/uploads/2026/03/degustazioni-vino-gallura-02.jpg);
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.banner-video {
position: relative;
overflow: hidden;
}
.banner-video::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
z-index: 1;
pointer-events: none;
}
.banner-video .vimeo-background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
pointer-events: none;
overflow: hidden;
}
.banner-video .vimeo-background iframe {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100vw;
height: 56.25vw;
min-height: 100vh;
min-width: 177.78vh;
}
.banner-video > * :not(.vimeo-background) {
position: relative;
z-index: 2;
}
#home-vini {
padding-top: 0;
padding-bottom: 0;
}
#home-vini .slick-track {
display: flex;
align-items: center;
flex-direction: row;
min-height: calc(100vh - 280px);
}
#home-instagram {
padding: 64px 40px;
background: #F7F5F1;
}
#newsletter {
padding: 135px 40px;
}
#newsletter > div {
gap: 97px;
}
#newsletter > div p {
color: #4C3C25;
font-family: "Inter", sans-serif;
font-size: 1.125rem;
font-style: normal;
font-weight: 300;
line-height: 150%;
letter-spacing: 0.9px;
}
#newsletter > div h2 {
color: #C01051;
margin-bottom: 40px;
}
#tenuta-natura {
position: relative;
padding-top: 209px;
padding-bottom: 209px;
}
#tenuta-natura::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(0deg, rgba(76, 60, 37, 0.2) 0%, rgba(76, 60, 37, 0.2) 100%);
z-index: 1;
pointer-events: none;
}
#tenuta-natura > * {
position: relative;
z-index: 2;
}
#tenuta-filosofia {
background-position: center;
padding-top: 135px;
padding-bottom: 135px;
}
#tenuta-filosofia > div > div {
max-width: 1200px;
}
#tenuta-filosofia > div > div p.figma-paragraph-2 {
color: #88743E;
text-align: center;
font-family: "Inter", sans-serif;
font-size: 1.125rem;
font-style: normal;
font-weight: 300;
line-height: 150%;
letter-spacing: 0.9px;
text-transform: uppercase;
}
#tenuta-filosofia > div > div p:not(.figma-paragraph-2) {
padding-bottom: 64px;
}
#tenuta-filosofia > div > div img {
width: 100%;
height: auto;
margin-top: 64px;
margin-bottom: 64px;
}
#experience-banner {
padding-top: 230px;
padding-bottom: 230px;
}
#experience-banner h2 {
color: #856E30;
}
#experience-proposte {
padding: 135px 40px;
background: #F7F6F3;
}
#experience-proposte p.figma-paragraph-2 {
color: #88743E;
text-align: center;
font-family: "Inter", sans-serif;
font-size: 1.125rem;
font-style: normal;
font-weight: 300;
line-height: 150%;
letter-spacing: 0.9px;
padding-bottom: 8px;
}
#experience-proposte h2 {
padding-bottom: 40px;
}
#experience-proposte #wine-tour-experience {
gap: 40px;
max-width: 1210px;
margin-top: 56px;
}
#experience-proposte #wine-tour-experience > .wp-block-column {
background-color: #fff;
}
#experience-proposte #wine-tour-experience > .wp-block-column h2 {
padding: 40px 30px 14px;
}
#experience-proposte #wine-tour-experience > .wp-block-column .testo-tour {
padding: 0px 30px 40px;
border-bottom: 1px solid #D6C496;
min-height: 290px;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: space-between;
align-items: flex-start;
}
#experience-proposte #wine-tour-experience > .wp-block-column .testo-tour p {
color: #4C3C25;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: 150%;
letter-spacing: 0.9px;
}
#experience-proposte #wine-tour-experience > .wp-block-column .testo-tour + div {
padding: 36px 40px;
}
#experience-proposte #wine-tour-experience > .wp-block-column .testo-tour + div > div:first-child {
display: flex;
flex-direction: row;
align-items: flex-end;
}
#experience-proposte #wine-tour-experience > .wp-block-column .testo-tour + div > div:first-child p {
padding: 0 !important;
font-size: 18px;
}
#experience-proposte #wine-tour-experience > .wp-block-column .testo-tour + div > div:first-child p.prezzo {
color: #4C3C25;
font-family: Inter;
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: 109%;
letter-spacing: -0.64px;
margin-right: 10px;
}
#experience-experience {
padding: 135px 20px;
background-color: #F7F5F1;
}
#experience-experience .testina {
gap: 40px;
}
#experience-experience .testina h2 {
margin-bottom: 40px;
}
.blocconta {
padding-right: 40px;
}
.blocconta h2 {
margin-bottom: 40px;
color: #C01051;
}
.contatti-accordion {
display: flex;
flex-direction: column;
width: 100%;
}
.contatti-accordion__item {
border-bottom: 1px solid #DCDAD6;
overflow: hidden;
}
.contatti-accordion__item .contatti-accordion__content {
max-height: 0;
overflow: hidden;
transition: max-height 0.35s ease, padding 0.35s ease;
padding: 0 0 0 37px;
}
.contatti-accordion__item.is-open .contatti-accordion__content {
max-height: 300px;
padding: 10px 0 20px 37px;
}
.contatti-accordion__item.is-open .contatti-accordion__toggle {
transform: rotate(45deg);
}
.contatti-accordion__header {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
padding: 10px 0;
background: none;
border: none;
cursor: pointer;
min-height: 46px;
outline: none;
}
.contatti-accordion__header-left {
display: flex;
align-items: center;
gap: 16px;
}
.contatti-accordion__icon {
width: 20px;
height: 20px;
flex-shrink: 0;
}
.contatti-accordion__label {
font-family: "Inter", sans-serif;
font-weight: 500;
font-size: 1.125rem;
line-height: 1.5;
letter-spacing: 0.9px;
color: #C01051;
white-space: nowrap;
}
.contatti-accordion__toggle {
font-family: "Inter", sans-serif;
font-weight: 300;
font-size: 1.125rem;
line-height: 1.5;
letter-spacing: 0.9px;
color: #A6925D;
transition: transform 0.35s ease;
flex-shrink: 0;
}
.contatti-accordion__content {
font-family: "Inter", sans-serif;
font-weight: 300;
font-size: 1.125rem;
line-height: 1.5;
letter-spacing: 0.9px;
color: #4C3C25;
}
.contatti-accordion__content p {
margin: 0;
}
.testi-contatti {
flex-basis: 100%;
height: 30vw;
min-height: 580px;
display: flex;
flex-direction: column;
justify-content: center;
align-content: flex-start;
align-items: flex-start;
flex-wrap: nowrap;
padding: 68px;
max-width: 720px;
}
.accordion-contatti {
height: 30vw;
min-height: 580px;
padding: 64px 40px;
display: flex;
flex-direction: column;
justify-content: center;
max-width: 720px;
}
#contatti-fascia1,
#contatti-fascia2 {
padding: 0;
}
#contatti-fascia1 .wp-block-columns .wp-block-columns,
#contatti-fascia2 .wp-block-columns .wp-block-columns {
margin-top: 40px;
width: 100%;
}
#contatti-fascia1 .wp-block-columns .wp-block-columns:last-child,
#contatti-fascia2 .wp-block-columns .wp-block-columns:last-child {
margin-bottom: 40px;
}
#contatti-fascia1 h2,
#contatti-fascia2 h2 {
color: #C01051;
margin-bottom: 40px;
}
#contatti-fascia1 .contatti-accordion,
#contatti-fascia2 .contatti-accordion {
max-width: 560px;
}
#contatti-fascia1 .mappasarda img,
#contatti-fascia2 .mappasarda img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
padding: 95px;
}
#contatti-fascia2 > div {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-end;
align-items: flex-end;
}
#contatti-modulo form {
width: 630px;
margin: 40px auto;
}
#contatti-modulo form .wpcf7-submit {
margin-top: 18px;
}
.testoparallax {
flex-basis: 100%;
height: 100%;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
}
footer.site-footer {
background-color: #A6925D;
padding: 42px 64px 26px;
}
footer.site-footer #footer {
border-bottom: #FFF 1px solid;
padding-bottom: 41px;
}
footer.site-footer #footer ul.menu-footer {
gap: 32px;
margin-left: 62px;
}
footer.site-footer #footer ul.menu-footer li a {
color: #FFF !important;
font-size: 18px;
font-weight: 500;
line-height: 150%;
letter-spacing: 0.9px;
}
footer.site-footer #footer .loghisocial figure {
height: 46px;
width: auto;
margin: 0;
}
footer.site-footer #footer .loghisocial figure img {
height: 46px;
width: auto;
-o-object-fit: contain;
object-fit: contain;
}
footer.site-footer #footer .loghisocial figure:nth-child(1) {
margin-right: 17px;
}
footer.site-footer #footer .loghisocial figure:nth-child(2) {
margin-right: 32px;
}
footer.site-footer #footer .loghisocial .wp-block-social-links {
margin: 0;
}
footer.site-footer #afterfooter {
padding-top: 15px;
}
footer.site-footer #afterfooter * {
color: #FFF;
font-family: Hind;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 140%;
}
footer.site-footer #afterfooter a {
text-decoration: none;
}
.input-row {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
.input-row label {
flex: 0 0 48%;
}
}
.input-row .wpcf7-form-control-wrap {
background: transparent;
display: flex;
align-items: center;
}
.input-row .wpcf7-form-control-wrap:after {
font-family: "fontello";
}
.input-row .wpcf7-form-control-wrap input {
border: none;
background: transparent;
}
.input-row .wpcf7-form-control-wrap input:focus {
outline: none;
border: none;
box-shadow: none;
}
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: transparent;
outline: 0;
box-shadow: none;
}
.wpcf7-form-control label {
color: #4C3C25;
display: grid;
grid-template-columns: 1em auto;
gap: 8px;
}
.wpcf7-form-control label input[type=checkbox] {  background-color: transparent; margin: 0;
margin-top: 6px;
font: inherit;
color: #4B5563;
width: 16px;
height: 16px;
border: 0.5px solid #4B5563;
border-radius: 0.15em;
transform: translateY(-0.075em);
display: grid;
place-content: center;
accent-color: #EFEFEF;
padding: 2px;
}
.wpcf7-form-control label input[type=checkbox]::before {
content: "";
border: 0.5px solid #4B5563;
width: 16px;
height: 16px;
display: block;
transform: scale(1);
transition: 120ms transform ease-in-out;
box-shadow: inset 1em 1em var(--form-control-color);
}
.wpcf7-acceptance {
display: block;
margin-top: 0px;
}
.wpcf7-acceptance .wpcf7-list-item {
margin: 0;
}
label {
width: 100%;
}
input[type=radio],
input[type=checkbox] {
width: 3em;
height: 3rem;
accent-color: green;
}
.wpcf7-form .form-row {
display: grid !important;
grid-template-columns: 1fr 1fr;
-moz-column-gap: 13px;
column-gap: 13px;
row-gap: 10px;
align-items: baseline;
}
.wpcf7-form .form-row:last-of-type {
margin-top: 20px;
align-items: center;
}
.wpcf7-form .form-column {
min-width: 0;
}
.wpcf7-form .form-column:only-child {
grid-column: 1/-1;
}
.wpcf7-form .form-column p {
margin: 0;
position: relative;
}
.wpcf7-form .form-column br {
display: none;
}
.wpcf7-form > .form-row > .form-column > p > label:not(.privacy-checkbox) {
position: absolute !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0, 0, 0, 0) !important;
white-space: nowrap !important;
border: 0 !important;
}
label.privacy-checkbox {
position: static !important;
width: auto !important;
height: auto !important;
margin: 0 !important;
overflow: visible !important;
clip: auto !important;
white-space: normal !important;
display: block;
padding-top: 20px;
}
.wpcf7-form-control-wrap:not([data-name=privacy]) {
display: flex;
align-items: flex-end;
min-height: 59px;
border: none;
border-bottom: 1px solid #856E30;
background: transparent;
border-radius: 0;
width: 100%;
}
.wpcf7-form-control-wrap:not([data-name=privacy]) .wpcf7-form-control {
width: 100%;
background: transparent !important;
border: none !important;
border-radius: 0 !important;
box-shadow: none !important;
padding: 0 0 16px 11px !important;
height: auto;
font-family: "Hind", sans-serif;
font-size: 0.875rem;
color: #4C3C25;
line-height: 1.4;
}
.wpcf7-form-control-wrap:not([data-name=privacy]) .wpcf7-form-control::-moz-placeholder {
font-family: "Hind", sans-serif;
font-size: 0.875rem;
color: #ACAAA6;
line-height: 1.4;
opacity: 1;
}
.wpcf7-form-control-wrap:not([data-name=privacy]) .wpcf7-form-control::placeholder {
font-family: "Hind", sans-serif;
font-size: 0.875rem;
color: #ACAAA6;
line-height: 1.4;
opacity: 1;
}
.wpcf7-form-control-wrap:not([data-name=privacy]) .wpcf7-form-control:focus {
outline: none;
box-shadow: none;
border: none !important;
}
.wpcf7-form-control-wrap:not([data-name=privacy]) textarea.wpcf7-form-control {
padding-top: 16px !important;
height: 128px;
resize: vertical;
}
.wpcf7-form-control-wrap:not([data-name=privacy]) select.wpcf7-form-control {
-moz-appearance: none;
appearance: none;
-webkit-appearance: none;
padding-right: 30px !important;
background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23ACAAA6%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
background-repeat: no-repeat;
background-position: right 10px center;
background-size: 10px auto;
}
.wpcf7-not-valid-tip {
font-size: 0.875rem;
}
.wpcf7-form-control-wrap[data-name=privacy] {
display: block;
border: none;
border-bottom: none;
background: transparent;
height: auto;
}
.wpcf7-form-control-wrap[data-name=privacy] .wpcf7-checkbox,
.wpcf7-form-control-wrap[data-name=privacy] .wpcf7-acceptance {
display: block;
}
.wpcf7-form-control-wrap[data-name=privacy] .wpcf7-checkbox .wpcf7-list-item,
.wpcf7-form-control-wrap[data-name=privacy] .wpcf7-acceptance .wpcf7-list-item {
margin: 0;
}
.wpcf7-form-control-wrap[data-name=privacy] .wpcf7-checkbox .wpcf7-list-item label,
.wpcf7-form-control-wrap[data-name=privacy] .wpcf7-acceptance .wpcf7-list-item label {
position: static !important;
width: auto !important;
height: auto !important;
margin: 0 !important;
overflow: visible !important;
clip: auto !important;
white-space: normal !important;
display: grid;
grid-template-columns: 14px 1fr;
gap: 10px;
align-items: center;
cursor: pointer;
}
.wpcf7-form-control-wrap[data-name=privacy] .wpcf7-checkbox .wpcf7-list-item input[type=checkbox],
.wpcf7-form-control-wrap[data-name=privacy] .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 14px !important;
height: 14px !important;
min-width: 14px;
min-height: 14px;
max-width: 14px;
max-height: 14px;
margin: 0;
margin-top: 3px;
padding: 0 !important;
background: transparent !important;
border: 1px solid #C01051 !important;
border-radius: 0 !important;
outline: none !important;
box-shadow: none !important;
cursor: pointer;
}
.wpcf7-form-control-wrap[data-name=privacy] .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked,
.wpcf7-form-control-wrap[data-name=privacy] .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked {
background: #C01051 !important;
}
.wpcf7-form-control-wrap[data-name=privacy] .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]::before,
.wpcf7-form-control-wrap[data-name=privacy] .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]::before {
display: none !important;
}
.wpcf7-form-control-wrap[data-name=privacy] .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label,
.wpcf7-form-control-wrap[data-name=privacy] .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
font-family: "Hind", sans-serif;
font-size: 0.875rem;
color: #4C3C25;
line-height: 1.4;
}
input[type=submit].wpcf7-form-control.wpcf7-submit {
background: rgba(255, 255, 255, 0.01) !important;
backdrop-filter: blur(10px);
border: 1px solid #C01051 !important;
border-radius: 8px !important;
color: #C01051 !important;
font-family: "Inter", sans-serif;
font-size: 0.875rem;
font-weight: 400;
line-height: 1.2;
letter-spacing: -0.28px;
height: 44px;
padding: 6px 24px;
width: auto;
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
margin-top: 0;
box-shadow: none !important;
transition: background-color 0.2s ease, color 0.2s ease;
}
input[type=submit].wpcf7-form-control.wpcf7-submit:hover {
background: #C01051 !important;
color: #ffffff !important;
}
.wpcf7-response-output {
font-size: 0.875rem;
margin-top: 10px;
grid-column: 1/-1;
}
.subbi {
text-align: center;
padding-top: 18px;
}
.prodotto-hero {
display: flex;
flex-wrap: wrap;
width: 100%;
}
.prodotto-hero__bottle {
flex: 1 1 50%;
min-width: 400px;
height: 960px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
padding: 130px 40px 50px;
background-image: url(//www.tenutamasonemannu.it/wp-content/uploads/2026/03/Background-x-bottiglia-pagina-prodotto.jpg);
background-size: cover;
background-position: bottom center;
}
@media screen and (max-width: 992px) {
.prodotto-hero__bottle {
min-width: 100%;
height: 600px;
padding: 100px 40px 40px;
}
}
@media screen and (max-width: 576px) {
.prodotto-hero__bottle {
height: 500px;
padding: 80px 20px 30px;
}
}
.prodotto-hero__bottle-inner {
position: relative;
width: 100%;
max-width: 758px;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.prodotto-hero__bottle-img {
max-height: 100%;
width: auto;
-o-object-fit: contain;
object-fit: contain;
}
.prodotto-hero__info {
flex: 1 1 50%;
min-width: 400px;
height: 960px;
background-color: #A6925D;
display: flex;
align-items: center;
justify-content: center;
padding: 130px 60px 50px 40px;
}
.prodotto-hero__info-inner {
display: flex;
flex-direction: column;
gap: 60px;
max-width: 585px;
width: 100%;
}
.prodotto-hero__heading {
display: flex;
flex-direction: column;
gap: 6px;
color: #fff;
}
.prodotto-hero__breadcrumbs {
font-family: "Inter", sans-serif;
font-weight: 300;
font-size: 1.125rem;
line-height: 1.5;
letter-spacing: 0.9px;
color: #fff;
}
.prodotto-hero__title {
font-family: "Playfair Display", serif;
font-weight: 400;
font-size: 4.75rem;
line-height: 1.05;
letter-spacing: -1.52px;
text-transform: uppercase;
color: #fff;
margin: 0;
}
@media screen and (max-width: 576px) {
.prodotto-hero__title {
font-size: 3rem;
}
}
.prodotto-hero__subtitle {
font-family: "Inter", sans-serif;
font-weight: 300;
font-size: 1.125rem;
line-height: 1.5;
letter-spacing: 0.9px;
color: #fff;
}
.prodotto-hero__body {
display: flex;
flex-direction: column;
gap: 60px;
}
.prodotto-hero__description {
font-family: "Inter", sans-serif;
font-weight: 300;
font-size: 1.125rem;
line-height: 1.5;
letter-spacing: 0.9px;
color: #fff;
}
.prodotto-hero__description p {
margin: 0;
color: #fff;
}
.prodotto-hero__formato {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
height: 51px;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
font-family: "Inter", sans-serif;
font-weight: 300;
font-size: 1.125rem;
line-height: 1.5;
letter-spacing: 0.9px;
color: #fff;
}
.prodotto-hero__formato-value {
text-align: right;
}
.prodotto-hero__buttons {
display: flex;
gap: 24px;
flex-wrap: wrap;
}
.prodotto-hero__btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 18px 24px;
border-radius: 8px;
font-family: "Inter", sans-serif;
font-weight: 400;
font-size: 0.875rem;
line-height: 1.2;
letter-spacing: -0.28px;
text-decoration: none;
white-space: nowrap;
transition: all 0.3s ease;
cursor: pointer;
}
.prodotto-hero__btn--acquista {
background: rgba(255, 255, 255, 0.01);
border: 1px solid #fff;
color: #fff;
backdrop-filter: blur(10px);
}
.prodotto-hero__btn--acquista:hover {
background: #fff;
color: #4C3C25;
}
.prodotto-hero__btn--scheda {
background: #fff;
border: 1px solid #fff;
color: #4C3C25;
}
.prodotto-hero__btn--scheda:hover {
background: rgba(255, 255, 255, 0.8);
}
.prodotto-dettagli {
display: flex;
flex-wrap: wrap;
width: 100%;
}
.prodotto-dettagli__accordions {
flex: 1 1 50%;
min-width: 400px;
height: 50vw;
background-color: #F7F5F1;
display: flex;
align-items: center;
justify-content: center;
padding: 120px 40px 120px 60px;
min-height: 750px;
}
@media screen and (max-width: 992px) {
.prodotto-dettagli__accordions {
min-width: 100%;
min-height: auto;
padding: 64px 40px;
}
}
@media screen and (max-width: 576px) {
.prodotto-dettagli__accordions {
padding: 64px 20px;
height: auto;
}
}
.prodotto-dettagli__accordions-inner {
display: flex;
flex-direction: column;
gap: 40px;
max-width: 585px;
width: 100%;
}
.prodotto-dettagli__title {
font-family: "Playfair Display", serif;
font-weight: 500;
font-size: 2.8125rem;
line-height: 1.09;
letter-spacing: -0.9px;
color: #C01051;
margin: 0;
}
.prodotto-dettagli__image {
flex: 1 1 50%;
min-width: 400px;
height: 50vw;
position: relative;
overflow: hidden;
min-height: 750px;
}
@media screen and (max-width: 992px) {
.prodotto-dettagli__image {
min-width: 100%;
min-height: 400px;
}
}
.prodotto-dettagli__image-img {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.prodotto-accordion {
display: flex;
flex-direction: column;
width: 100%;
}
.prodotto-accordion__item {
border-bottom: 1px solid #DCDAD6;
overflow: hidden;
}
.prodotto-accordion__item .prodotto-accordion__content {
max-height: 0;
overflow: hidden;
transition: max-height 0.35s ease, padding 0.35s ease;
padding: 0 0 0 37px;
}
.prodotto-accordion__item.is-open .prodotto-accordion__content {
max-height: 300px;
padding: 10px 0 20px 37px;
}
.prodotto-accordion__item.is-open .prodotto-accordion__toggle {
transform: rotate(45deg);
}
.prodotto-accordion__header {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
padding: 10px 0;
background: none;
border: none;
cursor: pointer;
min-height: 46px;
}
.prodotto-accordion__header-left {
display: flex;
align-items: center;
gap: 16px;
}
.prodotto-accordion__icon {
width: 20px;
height: 20px;
flex-shrink: 0;
}
.prodotto-accordion__label {
font-family: "Inter", sans-serif;
font-weight: 500;
font-size: 1.125rem;
line-height: 1.5;
letter-spacing: 0.9px;
color: #C01051;
white-space: nowrap;
}
.prodotto-accordion__toggle {
font-family: "Inter", sans-serif;
font-weight: 300;
font-size: 1.125rem;
line-height: 1.5;
letter-spacing: 0.9px;
color: #A6925D;
transition: transform 0.35s ease;
flex-shrink: 0;
}
.prodotto-accordion__content {
font-family: "Inter", sans-serif;
font-weight: 300;
font-size: 1.125rem;
line-height: 1.5;
letter-spacing: 0.9px;
color: #4C3C25;
}
.prodotto-accordion__content p {
margin: 0;
}
.prodotto-banner {
width: 100%;
}
.prodotto-correlati {
width: 100%;
background-color: #F7F5F1;
padding: 64px 40px 66px;
display: flex;
flex-direction: column;
align-items: center;
overflow: hidden;
}
.prodotto-correlati__heading {
text-align: center;
margin-bottom: 10px;
}
.prodotto-correlati__eyebrow {
font-family: "Inter", sans-serif;
font-weight: 300;
font-size: 1.125rem;
line-height: 1.5;
letter-spacing: 0.9px;
color: #856E30;
}
.prodotto-correlati__title {
font-family: "Playfair Display", serif;
font-weight: 500;
font-size: 2.8125rem;
line-height: 1.09;
letter-spacing: -0.9px;
color: #C01051;
margin: 0;
}
.prodotto-correlati__grid {
display: flex;
gap: 10px;
justify-content: center;
flex-wrap: wrap;
}
.prodotto-correlati__card {
background-color: #F7F5F1;
border-radius: 10px;
width: 435px;
height: 590px;
display: flex;
align-items: center;
justify-content: center;
padding: 19px 33px;
}
@media screen and (max-width: 992px) {
.prodotto-correlati__card {
width: 300px;
height: 430px;
}
}
@media screen and (max-width: 576px) {
.prodotto-correlati__card {
width: 100%;
max-width: 435px;
height: auto;
padding: 19px 20px;
}
}
.prodotto-correlati__link {
display: flex;
flex-direction: column;
align-items: center;
gap: 15px;
text-decoration: none;
width: 100%;
}
.prodotto-correlati__img {
width: 100%;
max-width: 333px;
height: 450px;
-o-object-fit: cover;
object-fit: cover;
}
@media screen and (max-width: 992px) {
.prodotto-correlati__img {
height: 320px;
}
}
@media screen and (max-width: 576px) {
.prodotto-correlati__img {
height: auto;
max-height: 400px;
}
}
.prodotto-correlati__name {
font-family: "Playfair Display", serif;
font-weight: 500;
font-size: 2.8125rem;
line-height: 1.09;
letter-spacing: -0.9px;
color: #C01051;
text-align: center;
text-transform: uppercase;
margin: 0;
}
@media screen and (max-width: 992px) {
.prodotto-correlati__name {
font-size: 2rem;
}
}
.prodotto-navigazione {
width: 100%;
background: #fff;
height: 140px;
display: flex;
align-items: center;
justify-content: center;
padding: 50px 59px;
overflow: hidden;
}
@media screen and (max-width: 576px) {
.prodotto-navigazione {
height: auto;
padding: 30px 20px;
}
}
.prodotto-navigazione__inner {
display: flex;
align-items: center;
justify-content: space-between;
width: 596px;
max-width: 100%;
}
@media screen and (max-width: 576px) {
.prodotto-navigazione__inner {
flex-wrap: wrap;
gap: 10px;
justify-content: center;
}
}
.prodotto-navigazione__btn {
display: inline-flex;
align-items: center;
justify-content: center;
width: 172px;
height: 44px;
padding: 18px 24px;
border-radius: 8px;
font-family: "Inter", sans-serif;
font-weight: 400;
font-size: 0.875rem;
line-height: 1.2;
letter-spacing: -0.28px;
text-decoration: none;
white-space: nowrap;
transition: all 0.3s ease;
box-sizing: border-box;
}
.prodotto-navigazione__btn--prev, .prodotto-navigazione__btn--next {
background-color: rgba(255, 255, 255, 0.01);
color: #C01051;
border: 1px solid #C01051;
transition: all 0.3s ease;
border-radius: 8px;
font-size: 0.875rem;
font-family: "Inter", sans-serif;
font-weight: 400;
line-height: 1.2;
letter-spacing: -0.02em;
padding: 18px 24px;
text-decoration: none;
white-space: nowrap;
}
.prodotto-navigazione__btn--prev:hover, .prodotto-navigazione__btn--next:hover {
background-color: #C01051;
color: #fff !important;
transition: all 0.3s ease;
font-weight: 400 !important;
}
.prodotto-navigazione__btn--prev, .prodotto-navigazione__btn--next {
backdrop-filter: blur(10px);
width: 172px;
height: 44px;
padding: 18px 24px;
}
.prodotto-navigazione__btn--archive {
background-color: #C01051;
color: #fff;
border: 1px solid transparent;
transition: all 0.3s ease;
border-radius: 8px;
font-size: 0.875rem;
font-family: "Inter", sans-serif;
font-weight: 400;
line-height: 1.2;
letter-spacing: -0.02em;
padding: 18px 24px;
text-decoration: none;
white-space: nowrap;
}
.prodotto-navigazione__btn--archive:hover {
background-color: #570623;
color: #fff !important;
transition: all 0.3s ease;
font-weight: 400 !important;
}
.prodotto-navigazione__btn--archive {
width: 172px;
height: 44px;
padding: 18px 24px;
}
.prodotto-navigazione__btn--disabled {
visibility: hidden;
}
#productbanner {
position: relative;
padding-top: 210px;
padding-bottom: 210px;
}
#productbanner::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
z-index: 1;
pointer-events: none;
}
#productbanner > * {
position: relative;
z-index: 2;
}
#tenuta-cantina {
padding-bottom: 0;
padding-top: 0;
background-color: #F7F5F1;
}
#tenuta-cantina .parallo {
flex-basis: 100%;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
}
@media screen and (min-width: 993px) {
#tenuta-cantina {
min-height: calc(100vh + 2400px);
}
#tenuta-cantina > * {
position: sticky;
top: 120px;
height: calc(100vh - 120px);
}
#tenuta-cantina .parallax-elements {
position: relative;
overflow: hidden;
padding-right: 40px;
}
#tenuta-cantina .parallax-elements figure.wp-block-image {
margin: 0 !important;
padding: 0 !important;
flex: none !important;
max-width: none !important;
justify-content: flex-start !important;
}
#tenuta-cantina .parallax-elements figure.wp-block-image:nth-child(1) {
width: 100% !important;
aspect-ratio: 688/733;
will-change: opacity;
display: flex;
flex-flow: column;
align-content: center;
align-items: center;
justify-content: center !important;
}
#tenuta-cantina .parallax-elements figure.wp-block-image:nth-child(1) img {
width: 100% !important;
height: auto !important;
-o-object-fit: cover !important;
object-fit: cover !important;
display: block;
}
#tenuta-cantina .parallax-elements figure.wp-block-image:nth-child(2), #tenuta-cantina .parallax-elements figure.wp-block-image:nth-child(3), #tenuta-cantina .parallax-elements figure.wp-block-image:nth-child(4) {
position: absolute;
top: 0;
will-change: transform, opacity;
transform: translateY(120vh);
}
#tenuta-cantina .parallax-elements figure.wp-block-image:nth-child(2) img, #tenuta-cantina .parallax-elements figure.wp-block-image:nth-child(3) img, #tenuta-cantina .parallax-elements figure.wp-block-image:nth-child(4) img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
display: block;
}
#tenuta-cantina .parallax-elements figure.wp-block-image:nth-child(2) {
z-index: 2;
width: 68.5% !important;
right: 40px !important;
left: auto !important;
aspect-ratio: 471/647;
}
#tenuta-cantina .parallax-elements figure.wp-block-image:nth-child(3) {
z-index: 3;
width: 77.4% !important;
left: 0 !important;
right: auto !important;
aspect-ratio: 532/487;
}
#tenuta-cantina .parallax-elements figure.wp-block-image:nth-child(4) {
z-index: 4;
width: 76.1% !important;
left: 50% !important;
margin-left: -38.05% !important;
aspect-ratio: 523/603;
}
}
@media screen and (max-width: 992px) {
#tenuta-cantina {
min-height: auto !important;
}
#tenuta-cantina > * {
position: relative !important;
height: auto !important;
}
#tenuta-cantina .parallax-elements {
overflow: visible !important;
height: auto !important;
}
#tenuta-cantina .parallax-elements figure {
position: relative !important;
width: 100% !important;
height: auto !important;
left: auto !important;
margin-left: 0 !important;
transform: none !important;
}
#tenuta-cantina .parallax-elements figure img {
width: 100%;
height: auto;
-o-object-fit: contain;
object-fit: contain;
display: block;
}
}
@media screen and (max-width: 1319px) {
#header {
padding: 0 24px;
}
#header .header-logo img {
height: 100px;
}
#header .header-menu figure.logo-ecologia,
#header .header-menu figure.logo-demeter {
display: none;
}
.headerhome,
.header-interne {
height: calc(100vh - 120px);
}
#home-tenuta {
padding: 64px 30px;
}
#home-instagram {
padding: 64px 30px;
}
#newsletter {
padding: 80px 30px;
}
#newsletter > div {
gap: 60px;
}
#experience-proposte {
padding: 80px 30px;
}
#experience-banner {
padding-top: 150px;
padding-bottom: 150px;
}
#tenuta-filosofia {
padding-top: 80px;
padding-bottom: 80px;
}
#tenuta-natura {
padding-top: 120px;
padding-bottom: 120px;
}
.vini-slider-wrapper ul.slick-bar-dots.vini-bar-dots {
width: 364px;
}
}
@media screen and (max-width: 992px) {
.figma-hero-display {
font-size: 4.5rem;
line-height: 0.9;
}
.figma-display-1 {
font-size: 4.5rem;
line-height: 0.9;
}
.figma-display-2 {
font-size: 3.5rem;
line-height: 0.95;
}
h1,
.titoli-h1 {
font-size: 3.5rem;
}
.figma-paragraph-1 {
font-size: 1.5rem;
}
#header {
padding: 22px 18px;
}
#header > .wp-block-columns {
flex-wrap: nowrap !important;
flex-direction: row !important;
align-items: center !important;
justify-content: space-between !important;
}
#header > .wp-block-columns > .wp-block-column {
flex-basis: auto !important;
width: 33% !important;
margin-bottom: 0 !important;
}
#header > .wp-block-columns > .wp-block-column .wpml-language-switcher-block {
position: absolute;
right: 70px;
}
#header .header-logo img {
height: 76px;
}
#header .header-menu figure.logo-ecologia,
#header .header-menu figure.logo-demeter {
display: none;
}
.headerhome,
.header-interne {
height: 663px;
}
.headerhome .vimeo-background,
.header-interne .vimeo-background {
top: -40px;
height: calc(100% + 40px);
}
.headerhome h1 + p,
.header-interne h1 + p {
font-size: 16px;
}
.headerhome .testata-cta span,
.header-interne .testata-cta span {
font-size: 14px;
}
.headerhome #testata,
.header-interne #testata {
height: 100px;
}
.wp-block-columns.is-not-stacked-on-mobile {
flex-direction: column !important;
}
.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
flex-basis: 100% !important;
width: 100%;
}
.entry-content > .wp-block-group {
padding-top: 64px;
padding-bottom: 64px;
}
.full-boxed .wp-block-columns-is-layout-flex {
max-width: 100%;
}
.box-base {
padding: 30px 20px;
}
.box-base h2 {
padding-bottom: 24px;
}
.testina {
padding: 0 20px !important;
}
.banner {
min-height: 400px;
padding-left: 20px;
padding-right: 20px;
}
.banner h2 {
font-size: 2rem;
margin-bottom: 24px;
}
#experience-gallery {
padding: 30px 16px;
}
#experience-gallery .wp-block-gallery {
gap: 20px;
}
#experience-gallery .wp-block-gallery .wp-block-image img {
max-height: 250px;
}
#home-tenuta {
padding: 64px 20px;
}
#home-tenuta .slidehomevini {
margin-top: 32px;
}
#home-tenuta .slidehomevini .slick-slide .wp-block-group {
flex-direction: column;
gap: 20px;
}
#home-tenuta .slidehomevini .slick-slide .wp-block-group figure {
width: 100%;
}
#home-tenuta .slidehomevini .slick-slide .wp-block-group figure:first-child {
width: 100%;
margin-top: 0;
}
.home #home-tenuta::before {
width: 700px;
height: 800px;
left: -200px;
bottom: -80px;
}
#home-vini .slick-track {
min-height: auto;
}
.vini-slider-wrapper {
padding: 40px 0 100px;
}
.vini-slider-wrapper::before {
font-size: 18vw;
}
.vini-slider-wrapper .vini-slider-title {
height: 5rem;
margin-bottom: 20px;
}
.vini-slider-wrapper .vini-slider-title .vini-nome {
font-size: 4rem;
}
.vini-slider-wrapper .vini-slider .slick-slide .vini-slide-img {
height: 350px;
}
.vini-slider-wrapper .vini-slider .slick-slide.slick-center .vini-slide-img {
height: 550px;
}
.vini-slider-wrapper ul.slick-bar-dots.vini-bar-dots {
width: 250px;
margin-top: 30px;
}
#home-experience::after {
display: none;
}
#home-experience .wp-block-column:last-child {
min-height: 400px;
background-image: url(//www.tenutamasonemannu.it/wp-content/uploads/2026/03/degustazioni-vino-gallura-02.jpg);
background-size: cover;
background-position: center;
}
#home-instagram {
padding: 40px 20px;
}
#newsletter {
padding: 55px 20px;
}
#newsletter > div {
gap: 40px;
flex-direction: column;
}
#tenuta-natura {
padding-top: 80px;
padding-bottom: 80px;
}
#tenuta-natura h2 {
font-size: 2rem;
}
#tenuta-filosofia {
padding-top: 64px;
padding-bottom: 64px;
}
#experience-banner {
padding-top: 100px;
padding-bottom: 100px;
}
#experience-proposte {
padding: 64px 20px;
}
#experience-proposte #wine-tour-experience > .wp-block-column .testo-tour {
min-height: auto;
}
#experience-proposte #wine-tour-experience > .wp-block-column .testo-tour + div {
padding: 20px;
}
#experience-experience {
padding: 64px 20px;
}
.banner-video h2 {
font-size: 2rem;
}
#productbanner {
padding-top: 120px;
padding-bottom: 120px;
}
.wpcf7-form .form-row {
grid-template-columns: 1fr !important;
}
footer.site-footer #footer {
flex-direction: column;
align-items: center;
text-align: center;
gap: 27px;
}
footer.site-footer #footer .header-logo {
margin-bottom: 0;
}
footer.site-footer #footer .header-logo img {
height: 87px;
width: auto;
}
footer.site-footer #footer ul.menu-footer {
flex-direction: column;
align-items: center;
margin-left: 0;
gap: 0;
}
footer.site-footer #footer ul.menu-footer li a {
font-size: 18px;
line-height: 1.5;
letter-spacing: 0.9px;
}
footer.site-footer #footer .loghisocial {
margin-top: 0;
justify-content: center;
}
footer.site-footer #footer .loghisocial .wp-block-social-links {
justify-content: center;
}
footer.site-footer #footer .loghisocial .wp-block-social-links .wp-social-link {
font-size: 28px;
}
footer.site-footer #footer .loghisocial figure {
height: 46px;
width: auto;
}
footer.site-footer #footer .loghisocial figure img {
height: 46px;
}
footer.site-footer #afterfooter {
text-align: center;
flex-direction: column;
align-items: center;
gap: 8px;
padding-top: 15px;
}
.prodotto-hero__info-inner {
gap: 40px;
}
.prodotto-hero__body {
gap: 40px;
}
.prodotto-hero__title {
font-size: 3.5rem;
}
.prodotto-dettagli__title {
font-size: 2rem;
}
.prodotto-correlati {
padding: 64px 20px;
}
.prodotto-correlati__grid {
gap: 20px;
}
.prodotto-correlati__title {
font-size: 2rem;
}
.prodotto-navigazione {
height: auto;
padding: 30px 20px;
}
.prodotto-navigazione__inner {
flex-wrap: wrap;
justify-content: center;
gap: 16px;
}
.prodotto-navigazione__inner .prodotto-navigazione__btn {
width: auto;
min-width: 140px;
}
#extra-menu-mobile {
padding: 0 20px;
}
#extra-menu-mobile .menuaperto li a > span {
font-size: 8vw;
}
#extra-menu-mobile .menuaperto li::after {
display: none;
}
.testi-contatti {
height: auto;
padding: 40px 20px;
}
.contatti-accordion__label {
font-size: 1rem;
white-space: normal;
}
}
@media screen and (min-width: 992px) {
.mobile {
display: none !important;
}
}
@media screen and (max-width: 992px) {
.desktop {
display: none !important;
}
}
@media screen and (max-width: 576px) {
.figma-hero-display {
font-size: 45px;
line-height: 109%;
letter-spacing: -0.9px;
}
.figma-display-1 {
font-size: 3rem;
line-height: 0.9;
}
.figma-display-2 {
font-size: 2.5rem;
line-height: 0.95;
}
h1,
.titoli-h1 {
font-size: 2.5rem;
}
h2,
.titoli-h2 {
font-size: 2.8125rem;
}
.figma-paragraph-1 {
font-size: 1.25rem;
}
#header {
padding: 22px 18px;
}
#header .header-logo img {
height: 60px;
}
.headerhome,
.header-interne {
height: 100svh;
padding: 0 20px;
}
.headerhome .wp-block-buttons,
.header-interne .wp-block-buttons {
flex-direction: row;
width: 100%;
gap: 12px;
}
.headerhome .wp-block-buttons .wp-block-button a,
.header-interne .wp-block-buttons .wp-block-button a {
width: 100%;
justify-content: center;
}
.headerhome h1 + p,
.header-interne h1 + p {
font-size: 14px;
}
.headerhome .testata-cta span,
.header-interne .testata-cta span {
font-size: 12px;
}
.headerhome #testata,
.header-interne #testata {
height: 80px;
}
#testata-main {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
}
.entry-content > .wp-block-group {
padding-top: 40px;
padding-bottom: 40px;
}
.box-base {
padding: 20px 16px;
}
.box-base h2 {
padding-bottom: 20px;
}
.box-base h2 + p {
padding-bottom: 20px;
}
.testina {
padding: 0 16px !important;
}
.banner {
min-height: 350px;
padding-left: 16px;
padding-right: 16px;
}
.banner h2 {
font-size: 2.8125rem;
margin-bottom: 40px;
}
#experience-gallery {
padding: 20px 10px;
}
#experience-gallery .wp-block-gallery {
gap: 12px;
}
#experience-gallery .wp-block-gallery .wp-block-image img {
max-height: 180px;
}
.home #home-tenuta::before {
width: 100vw;
height: 100vh;
left: 0;
bottom: 0;
-o-object-fit: cover;
object-fit: cover;
}
#home-tenuta {
padding: 40px 16px;
}
#home-tenuta .slidehomevini {
margin-top: 46px;
}
#home-tenuta .slidehomevini .slick-slide .wp-block-group figure:first-child {
display: none;
}
#home-vini {
height: 100vh;
}
#home-vini .slick-track {
min-height: auto;
}
#home-vini .slick-list {
height: calc(100vh - 220px);
}
#home-vini .slick-dots {
position: absolute;
margin: auto;
left: 50%;
transform: translateX(-50%);
bottom: -70px;
}
#home-experience {
padding-left: 0;
padding-right: 0;
}
#home-experience .wp-block-columns div:first-child {
padding-bottom: 30px;
}
.vini-slider-wrapper {
padding: 30px 0 80px;
}
.vini-slider-wrapper::before {
content: "I NOSTRI\aVINI";
white-space: pre-line;
font-size: 20vw;
letter-spacing: 0;
line-height: 0.85;
width: 100vw;
text-align: center;
}
.vini-slider-wrapper .vini-slider-title {
height: 3.5rem;
margin-bottom: 16px;
}
.vini-slider-wrapper .vini-slider-title .vini-nome {
font-size: 3rem;
}
.vini-slider-wrapper .vini-slider {
height: 70vh;
}
.vini-slider-wrapper .vini-slider .slick-slide .vini-slide-img {
height: 280px;
}
.vini-slider-wrapper .vini-slider .slick-slide.slick-center .vini-slide-img {
height: 420px;
}
.vini-slider-wrapper .vini-slider-info {
margin-top: -70px;
}
.vini-slider-wrapper .vini-slider-info .vini-desc {
font-size: 12px;
padding: 20px;
max-height: 95px;
margin: 0 auto;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.vini-slider-wrapper ul.slick-bar-dots.vini-bar-dots {
width: 200px;
margin-top: 24px;
}
#home-experience .wp-block-column:last-child {
min-height: 500px;
}
#home-instagram {
padding: 32px 16px;
}
#newsletter {
padding: 40px 16px;
}
#newsletter > div {
gap: 24px;
}
#newsletter > div h2 {
margin-bottom: 40px;
font-size: 45px;
}
#newsletter .wpcf7-submit {
margin-top: 20px;
}
.banner-video h2 {
font-size: 2.8125rem;
}
#tenuta-natura {
padding-top: 60px;
padding-bottom: 60px;
}
#tenuta-natura h2 {
font-size: 2.8125rem;
}
#tenuta-filosofia {
padding-top: 40px;
padding-bottom: 40px;
}
#tenuta-filosofia > div > div p:not(.figma-paragraph-2) {
padding-bottom: 32px;
}
#tenuta-filosofia > div > div img {
margin-top: 32px;
margin-bottom: 32px;
}
#experience-banner {
padding-top: 60px;
padding-bottom: 60px;
}
#experience-proposte {
padding: 40px 16px;
}
#experience-proposte h2 {
padding-bottom: 20px;
}
#experience-proposte #wine-tour-experience {
gap: 24px;
margin-top: 32px;
}
#experience-proposte #wine-tour-experience > .wp-block-column h2 {
padding: 24px 20px 10px;
}
#experience-proposte #wine-tour-experience > .wp-block-column .testo-tour {
padding: 0 20px 24px;
}
#experience-proposte #wine-tour-experience > .wp-block-column .testo-tour + div {
padding: 20px;
}
#experience-experience {
padding: 40px 16px;
}
#productbanner {
padding-top: 290px;
padding-bottom: 290px;
}
.wpcf7-form .form-row:last-child .form-column:last-child {
margin-top: 10px;
}
footer.site-footer .logo-ecologia,
footer.site-footer .logo-demeter {
height: 46px;
width: auto;
}
footer.site-footer .logo-ecologia {
margin-right: 30px;
}
footer.site-footer #footer {
padding-bottom: 24px;
}
footer.site-footer #footer > div {
row-gap: 27px;
}
footer.site-footer #footer .header-logo img {
height: 70px;
}
footer.site-footer #footer ul.menu-footer li a {
font-size: 16px;
letter-spacing: 0.8px;
}
footer.site-footer #footer .loghisocial .wp-social-link {
font-size: 24px;
}
footer.site-footer #footer .loghisocial figure {
height: 36px;
}
footer.site-footer #footer .loghisocial figure img {
height: 36px;
}
footer.site-footer #afterfooter {
padding-top: 24px;
}
footer.site-footer #afterfooter > div > div {
padding-bottom: 27px;
}
footer.site-footer #afterfooter * {
text-align: center;
}
.prodotto-hero__bottle {
height: 500px;
padding: 80px 20px 30px;
}
.prodotto-hero__info-inner {
gap: 30px;
}
.prodotto-hero__title {
font-size: 2.5rem;
}
.prodotto-hero__body {
gap: 30px;
}
.prodotto-hero__buttons {
flex-direction: column;
gap: 12px;
}
.prodotto-hero__buttons .prodotto-hero__btn {
width: 100%;
text-align: center;
justify-content: center;
}
.prodotto-dettagli__title {
font-size: 1.75rem;
}
.prodotto-dettagli__accordions-inner {
padding: 0px;
display: flex;
flex-direction: column;
align-items: flex-start;
}
.prodotto-dettagli__accordions-inner h2 {
font-size: 45px;
}
.prodotto-dettagli__image {
height: 70vh;
}
.prodotto-correlati {
padding: 40px 16px;
}
.prodotto-correlati__title {
font-size: 1.75rem;
}
.prodotto-correlati__grid {
flex-direction: column;
align-items: center;
gap: 30px;
}
.prodotto-correlati__grid .prodotto-correlati__card {
width: 80%;
max-width: none;
}
.prodotto-navigazione {
padding: 30px 16px;
}
.prodotto-navigazione__inner {
flex-direction: column;
gap: 12px;
align-items: stretch;
}
.prodotto-navigazione__inner .prodotto-navigazione__btn {
text-align: center;
font-size: 13px;
padding: 10px 16px;
}
#extra-menu-mobile {
padding: 0 16px;
height: calc(100vh - 120px);
}
#extra-menu-mobile .menuaperto li a > span {
font-size: 10vw;
}
.testi-contatti {
height: auto;
padding: 30px 16px;
}
.accordion-contatti {
height: auto;
padding: 40px 16px;
height: 30vw;
min-height: 400px;
justify-content: flex-start;
}
.contatti-accordion__label {
font-size: 0.875rem;
white-space: normal;
}
#contatti-fascia1 .mappasarda img,
#contatti-fascia2 .mappasarda img {
padding: 30px;
}
#contatti-fascia1 .contatti-accordion,
#contatti-fascia2 .contatti-accordion {
max-width: 100%;
}
#contatti-modulo form {
width: 100%;
margin: 24px auto;
}
.vimeo-background + div > div {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
}
.tempomonti {
min-width: 100%;
margin-top: 27px;
margin-bottom: 27px;
}
.tempomonti + div {
min-width: 100%;
text-align: center;
flex-direction: column;
}
.tempomonti + div * {
text-align: center;
}
.page-id-256 #home-vini {
height: calc(100vh + 200px);
}
.prodotto-hero__info {
min-width: auto;
height: auto;
display: flex;
align-items: flex-start;
justify-content: flex-start;
padding: 64px 20px 50px 20px;
flex-direction: column;
}
#experience-proposte #wine-tour-experience > .wp-block-column .testo-tour + div > div:first-child {
padding-bottom: 20px;
}
.subbi {
text-align: left;
padding-top: 18px;
display: flex;
}
#contatti-fascia2 > div {
flex-direction: column-reverse !important;
}
}
.toggle-menu-mobile {
display: none;
}
.popup-menu-mobile {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100%;
z-index: 99999;
background: #A6925D;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
.popup-menu-mobile.is-open {
display: block;
}
body.popup-menu-mobile-open {
overflow: hidden !important;
height: 100%;
}
.toggle-menu-mobile {
display: block;
cursor: pointer;
}
.popup-menu-mobile #header {
position: static;
}*,
*::before,
*::after {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
a,
button,
input:focus,
input[type="button"],
input[type="submit"],
textarea:focus,
.wp-element-button {
transition: all 0.2s ease-in-out;
}
a,
a:focus,
a:hover,
a:not(.wp-element-button) {
text-decoration-thickness: 1px;
}
b,
strong,
th {
font-weight: var(--wp--custom--font-weight--medium);
}
mark {
background: linear-gradient(90deg, var(--wp--preset--color--primary) 0%, var(--wp--preset--color--primary) 100%);
background-position: 0 85%;
background-repeat: repeat-x;
background-size: 100% 15%;
} input,
select,
textarea {
background-color: var(--wp--preset--color--base);
border: 1px solid var(--wp--preset--color--contrast);
border-radius: 0;
color: var(--wp--preset--color--contrast);
font-family: var(--wp--preset--font-family--primary);
font-size: var(--wp--preset--font-size--medium);
font-weight: var(--wp--custom--font-weight--light);
line-height: var(--wp--custom--line-height--body);
padding: 10px 20px;
width: 100%;
}
input:focus,
textarea:focus {
background-color: var(--wp--preset--color--neutral);
outline: none;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
width: auto;
}
input[type="button"],
input[type="email"],
input[type="search"],
input[type="submit"],
input[type="text"],
textarea {
-webkit-appearance: none;
}
::placeholder {
color: var(--wp--preset--color--contrast);
font-size: var(--wp--preset--font-size--small);
opacity: 0.5;
}  *:not(.wp-block-code) > code {
background-color: var(--wp--preset--color--neutral);
font-size: var(--wp--preset--font-size--small);
padding: 5px 8px;
} .wp-block-navigation__responsive-container.is-menu-open {
padding: var(--wp--custom--spacing--gap);
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
padding-top: var(--wp--custom--spacing--gap);
}
.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
border: 1px solid currentColor;
padding: 2px;
}
.has-background .wp-block-navigation__responsive-container-open:focus,
.has-background .wp-block-navigation__responsive-container-open:hover {
color: var(--wp--preset--color--base);
} .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
background-color: var(--wp--preset--color--contrast);
border: var(--wp--preset--color--contrast);
color: var(--wp--preset--color--base);
padding: 10px;
}
.wp-block-navigation :where(.wp-block-navigation__submenu-container) a {
padding: 2px 10px;
}  .is-style-shadow-light {
box-shadow: var(--wp--preset--shadow--light);
}
.is-style-shadow-solid {
box-shadow: var(--wp--preset--shadow--solid);
} @media only screen and (max-width: 600px) { .is-style-hidden-mobile {
display: none !important;
}
}
@media only screen and (max-width: 782px) { .is-style-columns-reverse {
flex-direction: column-reverse;
}
}