@charset "utf-8";
 html {
overflow-x: hidden;
scroll-behavior: smooth;
}
body {
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
color: #414042;
font-size: 15px;
color: var(--maincolor);
}
body p {
font-size: 18px;
line-height: 140%;
color: var(--maincolor);
}
a {
text-decoration: inherit;
color: inherit;
margin: 0;
padding: 0;
}
a:hover {
text-decoration: inherit;
color: inherit;
}
p {
font-size: 20px;
line-height: 140%;
padding: 0;
margin: 0;
color: gray;
}
button:focus,
input:focus,
textarea:focus,
select:focus {
outline: none;
} section {
width: 100%;
height: auto;
position: relative;
}
.container-100 {
width: 100%;
margin: 0 auto;
padding: 0;
position: relative;
}
.container-80 {
width: 80%;
margin: 0 auto;
padding: 0;
position: relative;
}
@media (max-width: 1500px) {
.container-80 {
width: 90%;
}
} .padding-5 {
padding-top: 5px;
padding-bottom: 5px;
}
.padding-15 {
padding-top: 15px;
padding-bottom: 15px;
}
.padding-30 {
padding-top: 30px;
padding-bottom: 30px;
}
.padding-50 {
padding-top: 50px;
padding-bottom: 50px;
}
.padding-80 {
padding-top: 80px;
padding-bottom: 80px;
}
.padding-120 {
padding-top: 120px;
padding-bottom: 120px;
}
.padding--vh {
padding: 7vh 0;
}
.padding-top--vh {
padding-top: 7vh;
}
.padding-top-azienda {
padding-top: 18vh;
}
.padding--hero {
padding: 15vh 0;
}
.padding-top--vh {
padding-top: 7vh;
}
@media screen and (max-width:990px) {}
@media(max-width:600px) {
.padding--vh {
padding: 30px 0;
}
.padding-top--vh {
padding-top: 30px;
}
} .animazione--appare--up {
animation: animazione--appare--up 1.75s ease;
}
@keyframes animazione--appare--up {
0% {
opacity: 0;
transform: translateY(20px);
}
20% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.animazione--appare {
animation: animazione--appare 1.75s ease;
}
@keyframes animazione--appare {
0% {
opacity: 0;
}
20% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.animazione--appare--slide {
animation: animazione--appare--slide 1.75s ease;
}
@keyframes animazione--appare--slide {
0% {
opacity: 0;
transform: translateX(30px);
}
20% {
opacity: 0;
transform: translateX(30px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
h1 {
font-size: 72px;
line-height: 72px;
font-weight: 500;
font-family: 'Bree Serif', serif;
font-weight: normal;
margin-bottom: 25px;
color: var(--maincolor);
}
@media screen and (max-width:768px) {
h1 {
font-size: 36px;
line-height: 40px;
margin-bottom: 20px;
}
}
h2 {
font-size: 21px;
font-weight: 600;
font-family: 'Bree Serif', serif;
color: var(--maincolor);
}
h3 {
font-size: 21px;
font-weight: 600;
font-family: 'Bree Serif', serif;
color: var(--maincolor);
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
li {
list-style: none;
margin: 0;
padding: 0;
}
.current-menu-item a {}
.current-menu-item a:before {}
.sfondo-grigio {
background-color: #efefef;
}
.sfondo-grigio-2 {
background-color: #E2DECD;
}
.sfondo-nero {
background-color: black;
}
.sfondo-bianco {
background-color: white;
}
.colore {
color: var(--maincolor);
}
.bianco {
color: white;
}
.nero {
color: black;
}
.intro {
letter-spacing: 2px;
display: block;
font-size: 13px;
font-weight: 300;
text-transform: uppercase;
}
@media screen and (max-width:990px) {
.padding-150 {
padding-top: 8vh;
padding-bottom: 8vh;
}
.mt-nav {
margin-top: 0;
}
.current-menu-item a:before {
display: none;
}
}
@media screen and (min-width:991px) {
.padding-150 {
padding-top: 15vh;
padding-bottom: 15vh;
}
.mt-nav {
margin-top: 70px;
}
}
.padding-50 {
padding-top: 50px;
padding-bottom: 50px;
}
.no-padding {
padding-top: 0px;
padding-bottom: 0px;
}
.bottom-50 {
margin-bottom: 50px;
}
.bottom-30 {
margin-bottom: 30px;
}
.bottom-10 {
margin-bottom: 15px;
}
.bottom-15 {
margin-bottom: 15px;
}  .btn {
text-align: left;
padding: 0;
padding-bottom: 5px;
font-size: 18px;
letter-spacing: 1px;
position: relative;
color: var(--maincolor) !important;
transition-delay: 0.1s;
margin-right: 10px;
border-radius: 0;
font-weight: 600;
}
.btn_shop {
text-align: left;
padding: 0;
padding: 6px 20px;
border-radius: 100px;
font-size: 15px;
position: relative;
background-color: #FF9900 !important;
color: black !important;
transition-delay: 0.1s;
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
font-weight: 600;
display: inline-block;
}
.btn_shop:hover {
background-color: var(--maincolor) !important;
color: white !important;
}
.btn:hover:before {
transform: scale(1.3);
}
.btn:before {
height: 30px;
width: 30px;
border-radius: 30px;
background-color: var(--maincolor);
content: "";
display: inline-block;
margin-right: 10px;
position: relative;
top: 7px;
-webkit-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
@media screen and (max-width:768px) {
.btn {
text-align: left;
font-size: 18px;
position: relative;
margin-top: 20px;
}
.btn:before {
height: 20px;
width: 20px;
border-radius: 20px;
margin-right: 5px;
top: 4px;
}
} .navigazione {
height: 80px;
width: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 9995;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
display: flex;
align-items: center;
justify-content: space-between;
padding-left: 10%;
padding-right: 10%;
-webkit-transition: all 0.55s ease;
transition: all 0.55s ease;
background-color: white;
}
@media (max-width: 1500px) {
.navigazione {
padding-left: 5%;
padding-right: 5%;
}
}
.navigazione:before {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
content: "";
background-color: rgba(255, 255, 255, 1);
transform: translateY(-100%);
-webkit-transition: all 0.55s ease;
transition: all 0.55s ease;
}
.navigazione-logo {
position: relative;
height: auto;
width: auto;
}
.navigazione-logo img {
height: 38px;
width: auto;
fill: white;
}
.navigazione--scroll {
height: 70px;
background-color: rgba(255, 255, 255, 1);
}
.search--mobile {
display: none;
}
@media (max-width:1250px) {
.navigazione-logo img {
height: 30px;
}
.navigazione .search--desktop {
display: none;
}
}
@media (max-width:990px) {
.search--desktop {
display: none;
}
.search--mobile {
display: block;
}
.search--mobile .search-field {
width: calc(90vw - 21px);
}
} .hamburger__wrapper > div {
width: 40px;
height: 3px;
margin-bottom: 6px;
background-color: var(--maincolor);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.hamburger__wrapper {
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.hamburger__wrapper.active {
transform: rotate(45deg);
}
.hamburger__wrapper.active > div:nth-child(3) {
display: none;
}
.hamburger__wrapper.active div {
margin: 0;
}
.hamburger__wrapper.active > div:nth-child(2) {
margin-top: -2px;
transform-origin: center;
transform: rotate(-90deg);
}
.hamburger {
text-align: center;
color: white;
position: fixed;
width: 60px;
height: 60px;
right: 5px;
top: 0;
z-index: 9999;
display: flex;
align-items: center;
justify-content: center;
}
.hamburger__wrapper > div:last-child {
margin-bottom: 0;
}
.hamburger:hover {
cursor: pointer;
}
@media screen and (min-width:990px) {
.hamburger {
display: none;
z-index: 9999;
}
}
.menu-full {
position: fixed;
left: 0;
top: 0;
background-color: white;
height: 100%;
width: 100%;
z-index: 1000;
-webkit-transition: all 0.15s ease;
-moz-transition: all 0.15s ease;
-ms-transition: all 0.15s ease;
-o-transition: all 0.15s ease;
transition: all 0.15s ease;
visibility: hidden;
opacity: 0;
} .navigazione__menu {
text-align: right;
position: relative;
z-index: 100;
}
.navigazione__menu ul {
margin: 0;
padding: 0;
}
.navigazione__menu ul li {
display: inline;
margin-right: 20px;
position: relative;
}
.navigazione__menu ul li:last-child {
margin-right: 0;
}
.navigazione__menu ul li:last-child {
margin-right: 0;
}
.navigazione__menu ul li a {
font-size: 16px;
text-transform: uppercase;
color: var(--maincolor);
font-weight: 600;
}
.navigazione__menu--appear {
visibility: visible;
opacity: 1;
}
.ancora_bianca {
color: white !important;
fill: white !important;
}
.navigazione__menu li a {
-webkit-transition: all 0.35s;
transition: all 0.35s;
}
.navigazione__menu li a:hover {
opacity: 0.5;
}
.navigazione__menu .menu-item-has-children .sub-menu {
position: absolute;
background-color: white;
width: 100%;
min-width: 220px;
padding: 12px;
left: 0;
visibility: hidden;
opacity: 0;
}
@media (min-width:1000px) {
.navigazione__menu .menu-item-has-children .sub-menu {
-webkit-transition: all 0.35s;
transition: all 0.35s;
border-radius: 10px;
border: 1px solid #aaa;
}
}
.navigazione__menu .menu-item-has-children:hover .sub-menu {
visibility: visible;
opacity: 1;
}
.navigazione__menu .menu-item-has-children .sub-menu li:last-child {
margin-bottom: 0;
display: flex;
}
.navigazione__menu .menu-item-has-children .sub-menu li:last-child {
margin-right: 0;
}
.navigazione__menu li.menu-item-has-children ul li {
text-align: left;
display: block;
}
.navigazione__menu .menu-item-has-children .sub-menu li a {
font-size: 15px;
}
.menu-evidenza a:before {
content: "";
height: 15px;
width: 15px;
display: inline-block;
margin-right: 8px;
border-radius: 100px;
background-color: #bc7f73;
}
.menu-evidenza a {
color: #bc7f73 !important;
} @media screen and (max-width:999px) {
.hamburger {
display: flex;
}
.navigazione {
height: 70px;
width: 100%;
position: fixed;
top: 0;
z-index: 9995;
-webkit-transition: opacity 0.3s ease-in;
-moz-transition: opacity 0.3s ease-in;
-ms-transition: opacity 0.3s ease-in;
-o-transition: opacity 0.3s ease-in;
transition: opacity 0.3s ease-in;
}
.navigazione-logo {
position: absolute;
top: 12px;
left: 12px;
z-index: 9999;
}
.navigazione-logo img {
height: 35px;
width: auto;
margin-top: 5px;
}
.search--mobile {
position: absolute;
left: 5%;
top: 45px;
}
.navigazione__menu {
visibility: hidden;
opacity: 0;
}
.navigazione__menu--show {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 1;
visibility: visible;
overflow-y: scroll;
}
.navigazione__menu ul.menu {
margin: 0;
padding: 0;
text-align: left;
position: absolute;
top: 170px;
left: 5%;
width: 90%;
}
.navigazione__menu ul.menu li {
display: block;
margin-right: 0;
position: relative;
font-family: 'Bree Serif', serif;
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px solid #ddd;
}
.navigazione__menu ul li a {
font-size: 25px;
text-transform: uppercase;
color: var(--maincolor);
}
.navigazione__menu .menu-item-has-children .sub-menu {
position: relative;
background-color: transparent;
min-width: auto;
padding: 0;
padding-left: 0;
visibility: visible;
opacity: 1;
margin-bottom: 10px;
font-size: 18px;
border-bottom: none;
padding-top: 10px;
}
.navigazione__menu .menu-item-has-children .sub-menu li {
border-bottom: none;
}
.sub-menu--show {
display: block !important;
}
.navigazione__menu .menu-item-has-children:hover .sub-menu {
visibility: visible;
opacity: 1;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 0;
}
.navigazione__menu .menu-item-has-children .sub-menu li {
display: block;
margin-bottom: 9px;
position: relative;
padding-bottom: 8px;
}
.navigazione__menu .menu-item-has-children .sub-menu li a {
font-size: 17px;
color: black;
padding: 8px 15px;
background-color: #eee;
border-radius: 20px;
display: block;
}
}
@media(max-width:768px) {
.navigazione {
height: 60px;
width: 100%;
}
.navigazione-logo img {
height: 30px;
margin-top: 2px;
}
.hamburger {
right: 0;
}
.navigazione__menu ul li a {
font-size: 22px;
}
}
@media screen and (max-width: 349px) {
.navigazione-logo {
position: absolute;
top: 19px;
left: 12px;
z-index: 9999;
}
.navigazione-logo svg {
height: 35px;
width: auto;
}
} .navbar a:after {
position: absolute;
bottom: -3px;
left: 0;
display: block;
height: 1px;
width: 0;
background: white;
content: "";
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.navbar a:hover:after {
width: 100%;
}
.navbar-toggler {
border: none;
}
.nav-item {
font-weight: 500;
font-size: 15px;
margin: 0;
padding: 0;
} .active {
position: relative;
}
.active a {
text-decoration: underline;
}
.navbar-brand svg {
height: 65px;
width: auto;
margin-top: 5px;
}
.dropdown-item {
background-color: gray !important;
} .paragrafo {
max-width: 75%;
width: 1000px;
padding-right: 25px;
}
.paragrafo p {
color: var(--maincolor);
font-weight: 400;
font-size: 20px;
line-height: 140%;
margin-bottom: 17px;
}
.paragrafo p:last-child {
margin-bottom: 0;
}
.paragrafo a {
font-weight: 600;
text-decoration: underline;
}
.paragrafo h2 {
font-size: 42px;
margin-top: 30px;
margin-bottom: 30px;
}
.paragrafo h3 {
font-size: 28px;
margin-bottom: 30px;
margin-top: 30px;
}
article ol {
list-style-type: decimal; margin-left: 1.5rem; }
article ol li {
list-style-position: outside;
}
.paragrafo ul {
padding: 15px 0;
margin-left: 10px;
}
.paragrafo ul li {
list-style: disc;
margin-bottom: 10px;
margin-left: 7px;
font-size: 20px;
}
.paragrafo ol {
list-style-type: decimal !important; margin-left: 20px; padding-left: 20px;
}
.paragrafo ol li {
margin-bottom: 10px;
list-style-type: decimal !important;
font-size: 20px;
}
.paragrafo ul li:last-child {
margin-bottom: 0;
}
#toc_container {
padding: 20px;
border-radius: 10px !important;
}
#toc_container li {
font-size: 15px !important;
}
#toc_container li a {
font-weight: 400 !important;
}
@media(max-width:1250px) {
.paragrafo h2 {
font-size: 38px;
margin-top: 20px;
margin-bottom: 20px;
}
.paragrafo h3 {
font-size: 23px;
margin-bottom: 20px;
}
}
@media screen and (max-width:768px) {
.paragrafo h2 {
font-size: 28px;
margin-bottom: 25px;
}
.paragrafo h2:first-child {
margin-top: 0;
}
.paragrafo p {
color: var(--maincolor);
font-weight: 400;
font-size: 16px;
line-height: 140%;
}
.wp-block-image img {
max-width: 100%;
max-width: 80% !important;
height: auto !important;
}
.paragrafo ul li {
font-size: 16px;
}
.paragrafo ol li {
font-size: 16px;
}
} .hero {
height: 65vh;
color: white;
position: relative;
width: calc(100% - 40px);
margin: 0 auto;
overflow: hidden;
border-radius: 20px;
margin-top: 80px;
}
.hero:after {
position: absolute;
content: "";
width: 100%;
height: 100%;
background-color: black;
opacity: 0.4;
top: 0;
left: 0;
}
.hero__small {
padding-top: calc(15vh + 70px);
padding-bottom: 15vh;
color: white;
position: relative;
width: 100%;
height: auto;
}
@media screen and (max-width:768px) {
.hero__small {
padding-top: calc(5vh + 50px);
padding-bottom: 9vh;
}
.hero {
margin-top: 60px;
border-radius: 15px;
width: calc(100% - 20px);
}
.hero.hero--home {
height: 75vh;
min-height: 75vh;
}
}
.hero__sfondo {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.socials__item {
display: block;
padding-bottom: 12px;
margin-bottom: 12px;
border-bottom: 3px solid var(--maincolor);
-webkit-transition: all 0.35s;
transition: all 0.35s;
}
.socials__item img {
height: 30px;
width: auto;
}
.socials__item:hover {
cursor: pointer;
opacity: 0.5;
}
.socials--hero {
position: absolute;
right: 10%;
bottom: 70px;
}
.hero__claim {
position: absolute;
bottom: 70px;
left: 10%;
width: 60%;
z-index: 10;
}
@media(max-width:1500px) {
.hero__claim {
bottom: 60px;
left: 5%;
width: 70%;
}
}
.hero__claim h1 {
font-family: 'Bree Serif', serif;
color: white;
font-weight: 600;
font-size: 72px;
line-height: 120%;
margin-bottom: 30px;
}
.hero__fade__slide--1 {
animation: hero__fade__slide 2s ease;
}
.hero__claim p {
animation: hero__fade__slide 3s ease;
color: white;
font-size: 32px;
line-height: 140%;
font-weight: 300;
margin-bottom: 50px;
}
.linea_blu {
width: 10vw;
min-width: 150px;
height: 5px;
background-color: white;
margin-bottom: 30px;
}
.hero__claim__cta {
display: flex;
justify-content: flex-start;
align-items: center;
font-size: 21px;
color: white;
font-weight: 300;
}
.hero__claim__cta__arrow {
background-color: var(--maincolor);
height: 50px;
width: 50px;
border-radius: 100%;
display: flex;
justify-content: center;
align-items: center;
margin-right: 10px;
}
.hero__claim__cta__arrow img {
height: 25px;
width: auto;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.hero__claim__cta:hover img {
transform: translateY(5px);
}
@keyframes hero__fade__slide {
0% {
opacity: 0;
}
35% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.hero__fade__slide--2 {
animation: hero__fade__slide 2.5s ease;
}
.hero__small__claim h1 {
color: var(--maincolor);
text-transform: uppercase;
}
@media (max-width: 1300px) {
.hero__claim {
left: 5%;
}
}
@media(max-width:1250px) {
.hero__claim h1 {
font-size: 56px;
line-height: 120%;
margin-bottom: 25px;
}
.hero__claim p {
font-size: 27px;
margin-bottom: 30px;
}
}
@media screen and (max-width:990px) {
.hero {
min-height: 100vh;
padding: 5vh 0;
display: flex;
align-items: center;
}
.hero__claim {
position: relative;
top: 0;
left: 0;
padding-left: 10%;
padding-right: 10%;
transform: translateY(0);
width: 100%;
}
.hero__claim h1 {
font-family: 'Bree Serif', serif;
font-weight: 600;
font-size: 48px;
line-height: 120%;
margin-bottom: 30px;
}
.hero__claim p {
font-size: 18px;
margin-bottom: 20px;
}
.hero__claim__cta__text {
font-size: 18px;
}
}
@media(max-width:600px) {
.hero__claim h1 {
font-size: 42px;
margin-bottom: 20px;
}
.hero__claim {
padding-left: 7%;
padding-right: 7%;
}
}
.sfondo_sfumato { background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(239, 239, 239, 1) 100%); background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(239, 239, 239, 1) 100%); background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(239, 239, 239, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0); } .intro_sezione,
.intro_sezione h2,
.intro_sezione h3 {
font-family: 'Bree Serif', serif;
color: var(--maincolor);
font-size: 40px;
margin-bottom: 30px;
font-weight: 600;
}
@media screen and (max-width:768px) {
.intro_sezione,
.intro_sezione h2,
.intro_sezione h3 {
font-size: 32px;
margin-bottom: 30px;
}
}
.intro_sezione_line {
height: 4px;
width: 100%;
background-color: var(--maincolor);
margin-bottom: 50px;
}
.swiper-container {
width: 100%;
height: auto;
padding-bottom: 70px;
padding-left: 10%;
padding-right: 10%;
}
.swiper-wrapper {
width: 100%;
height: 100%;
}
.swiper-slide {
width: 100%;
display: flex;
justify-content: flex-start;
}
.ultimi_articoli .swiper-slide {
opacity: 0.5;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
}
.ultimi_articoli .swiper-slide-active {
opacity: 1;
}
.swiper-pagination-bullet {
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.swiper-pagination-bullet-active {
opacity: 1;
background-color: var(--maincolor);
}
.slide_news {
display: flex;
flex-wrap: wrap;
}
.slide_news__img {
width: 50%;
}
.slide_news__img {
overflow: hidden;
border-radius: 15px;
aspect-ratio: 3/2;
}
.slide_news__img img {
height: 100%;
width: 100%;
object-fit: cover;
}
.slide_news__text {
width: 50%;
padding-left: 50px;
display: flex;
flex-direction: column;
}
.slide_news__text h2 {
font-weight: 600;
font-size: 28px;
line-height: 140%;
}
.news__data {
font-weight: 300;
font-style: italic;
margin-bottom: 20px;
font-size: 21px;
color: var(--maincolor);
}
.news__link {
display: inline-block;
margin-top: 20px;
font-size: 18px;
padding: 8px 15px;
border: 1px solid #aaa;
border-radius: 100px;
font-style: italic;
color: var(--maincolor);
font-family: 'Bree Serif', serif;
text-align: center;
background-color: rgba(255, 255, 255, 0.45);
}
.news__link:hover {
border: 1px solid var(--maincolor);
}
.ultimi_articoli .swiper-slide .news__title {
transform: translateY(10px);
opacity: 0;
-webkit-transition: all 1s;
transition: all 1s;
transition-delay: 0.1s;
}
.ultimi_articoli .swiper-slide-active .news__title {
transform: translateY(0);
opacity: 1;
}
@media(max-width:600px) {
.ultimi_articoli--css_slider .row {
width: 100vw;
transform: translateX(-5vw);
flex-wrap: nowrap;
overflow-x: scroll;
gap: 15px;
padding-left: 5vw;
padding-right: 5vw;
margin-left: 0;
margin-right: 0;
}
.ultimi_articoli--css_slider .ultimi_articoli__item {
width: 85vw;
min-width: 85vw;
padding: 15px;
background-color: rgba(255, 255, 255, 0.45);
border-radius: 15px;
}
.ultimi_articoli--css_slider .ultimi_articoli__item p {
font-size: 14px;
}
.ultimi_articoli--css_slider .ultimi_articoli__item .autore {
display: none;
}
} .comune {
text-align: center;
color: var(--maincolor);
font-size: 18px;
letter-spacing: 1px;
font-weight: 300;
}
.comune img {
height: 100px;
width: auto;
margin-bottom: 20px;
}
.comuni_associati .swiper-slide {
justify-content: center;
}
@media screen and (max-width:990px) {
.slide_news__img {
width: 100%;
}
.slide_news__text {
width: 100%;
padding-left: 0;
}
.slide_news__text h2 {
font-weight: 600;
font-size: 28px;
line-height: 140%;
margin-bottom: 20px;
}
.news__data {
font-weight: 300;
font-style: italic;
margin-top: 20px;
margin-bottom: 20px;
font-size: 16px;
color: var(--maincolor);
}
.news__link {
margin-top: 18px;
background-color: white;
font-size: 18px;
font-style: italic;
color: var(--maincolor);
border: 2px solid var(--maincolor);
text-align: center;
}
}
.categoria__sfondo__immagine {
overflow: hidden;
border-radius: 15px;
aspect-ratio: 4/2.8;
background-color: #dacdcf;
}
.categoria__sfondo__immagine img {
height: 100%;
width: 100%;
object-fit: cover;
}
.news_item .slide_news__img {
width: 100%;
margin-bottom: 10px;
}
@media(min-width:768px) {
.categoria__sfondo__immagine img {
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.categoria:hover .categoria__sfondo__immagine img {
transform: scale(1.15);
}
.news_item .slide_news__img img {
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.news_item:hover .slide_news__img img {
transform: scale(1.15);
}
}
.news_item .slide_news__text {
width: 100%;
padding-left: 0;
}
.news_item .news__data {
font-weight: 300;
font-style: italic;
margin-top: 5px;
margin-bottom: 10px;
font-size: 13px;
color: var(--maincolor);
background-color: #f3efef;
padding: 4px 12px;
border-radius: 100px;
display: inline-block;
}
.news_item .slide_news__text h3 {
font-weight: 600;
font-size: 28px;
line-height: 140%;
margin-bottom: 20px;
}
.news_item p {
font-size: 16px;
}
.autore {
color: #bc7f73;
margin-top: 20px;
display: inline-block;
text-decoration: underline;
}
.autore:hover {
color: var(--maincolor);
}
@media(max-width:1500px) {
.news_item .slide_news__text h3 {
font-size: 25px;
}
}
@media(max-width:1250px) {
.news_item .slide_news__text h3 {
font-size: 23px;
}
}
@media(max-width:768px) {
.news_item .slide_news__text h3 {
font-size: 21px;
}
.news_item {
margin-bottom: 30px;
}
.slide_news__text h2 {
font-size: 23px;
margin-bottom: 20px;
}
}  .verdetto_rapido__label {
padding: 5px 15px;
border-radius: 100px;
background-color: white;
display: inline-block;
font-size: 11px;
text-transform: uppercase;
margin-bottom: 5px;
}
.verdetto_rapido {
background-color: #f4f0ef;
border: 1px solid #cdc3c0;
padding: 20px;
border-radius: 15px;
margin-bottom: 30px;
}
.verdetto_rapido__titolo {
font-family: 'Bree Serif',
serif;
font-size: 24px;
}
.verdetto_rapido__cta {
display: flex;
justify-content: space-between;
align-items: flex-end;
gap: 10%;
margin-top: 20px;
}
.verdetto_rapido__cta a {
padding: 12px 30px;
border-radius: 100px;
background-color: white;
text-decoration: none;
color: black;
background-color: #FF9900;
text-align: right;
display: inline-block;
}
.verdetto_rapido--consiglio .verdetto_rapido__cta a {
padding: 12px 30px;
border-radius: 100px;
text-decoration: none;
color: white;
background-color: #243c5f;
text-align: right;
display: inline-block;
}
.verdetto_rapido--consiglio {
margin-top: 15px;
background-color: #eef4f5;
}
.verdetto_rapido--consiglio img {
max-height: 180px;
width: auto;
margin-top: 15px;
}
.verdetto_rapido__head {
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
}
.verdetto_rapido__stelle {
display: flex;
gap: 5px;
font-size: 20px;
}
.verdetto_rapido__stelle span {
display: none;
}
.verdetto_rapido__stelle--1 span:nth-child(1) {
display: inline-block;
}
.verdetto_rapido__stelle--2 span:nth-child(1),
.verdetto_rapido__stelle--2 span:nth-child(2) {
display: inline-block;
}
.verdetto_rapido__stelle--3 span:nth-child(1),
.verdetto_rapido__stelle--3 span:nth-child(2),
.verdetto_rapido__stelle--3 span:nth-child(3) {
display: inline-block;
}
.verdetto_rapido__stelle--4 span:nth-child(1),
.verdetto_rapido__stelle--4 span:nth-child(2),
.verdetto_rapido__stelle--4 span:nth-child(3),
.verdetto_rapido__stelle--4 span:nth-child(4) {
display: inline-block;
}
.verdetto_rapido__stelle--5 span:nth-child(1),
.verdetto_rapido__stelle--5 span:nth-child(2),
.verdetto_rapido__stelle--5 span:nth-child(3),
.verdetto_rapido__stelle--5 span:nth-child(4),
.verdetto_rapido__stelle--5 span:nth-child(5) {
display: inline-block;
}
@media(max-width:600px) {
.verdetto_rapido {
padding: 15px;
}
.verdetto_rapido__titolo {
font-size: 19px;
}
.verdetto_rapido__titolo {
width: 100%;
}
.verdetto_rapido__head {
flex-wrap: wrap;
}
.verdetto_rapido__stelle {
font-size: 18px;
}
.verdetto_rapido__cta {
flex-wrap: wrap;
gap: 15px;
}
} .pro_e_contro__intro {
margin-bottom: 20px;
font-size: 16px;
font-weight: 600;
}
.pro_e_contro {
padding: 20px;
border-radius: 15px;
background-color: #f4f6f7;
border: 1px solid #e3dddd;
}
@media(min-width:768px) {
.pro_e_contro__grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 8px;
}
}
.pro_e_contro__grid .pro_e_contro__row {
display: block;
}
.pro_e_contro--qw_custom {
margin-top: 15px;
}
.pro_e_contro__grid .pro_e_contro__row span {
font-weight: 600;
display: block;
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
padding-bottom: 6px;
margin-bottom: 6px;
}
.pro_e_contro--qw_custom--perfect_serve {
background-color: #f3f6e8;
}
.pro_e_contro__row {
display: flex;
justify-content: space-between;
grid-gap: 10px;
}
.pro_e_contro__row {
border: 1px solid #cfcfcf;
padding: 8px 15px;
border-radius: 15px;
margin-bottom: 5px;
background-color: rgba(255, 255, 255, 0.35);
}
.pro_e_contro .pro_e_contro__row:last-child {
margin: 0;
}
@media(max-width:600px) {
.pro_e_contro__row {
display: flex;
justify-content: space-between;
}
.pro_e_contro {
padding: 15px;
}
} .blocco_prodotto--comparazione {
margin-top: 50px;
display: grid;
grid-template-columns: 1fr 2fr 1fr;
grid-gap: 25px;
padding: 20px;
border-radius: 15px;
background-color: #f4f6f7;
border: 1px solid #e3dddd;
}
.blocco_prodotto--comparazione h3 {
font-size: 21px;
}
.blocco_prodotto--comparazione__img img {
max-width: 100%;
height: auto;
display: inline-block;
margin-bottom: 25px;
}
.riga_comparazione {
display: grid;
grid-gap: 5px;
grid-template-columns: 1fr 2fr 1fr;
text-align: center;
padding: 10px 0;
border-bottom: 1px solid #ccc
}
.riga_comparazione .riga_comparazione__centro {
font-weight: 600 !important;
}
.blocco_prodotto--comparazione__img h3 {
text-align: center;
margin-bottom: 20px;
}
.blocco_prodotto--comparazione__img {
text-align: center
}
.blocco_prodotto--comparazione__dati {
margin-top: 50px;
}
.blocco_prodotto--comparazione__img a {
padding: 12px 30px;
border-radius: 100px;
background-color: white;
text-decoration: none;
color: black;
background-color: #FF9900;
text-align: right;
display: inline-block;
}
.comparazione_scroll_mobile {
display: none;
}
@media (max-width: 768px) {
.comparazione_scroll_mobile {
display: block;
margin-top: 10px;
}
.blocco_prodotto--comparazione {
width: 100%;
overflow-x: scroll;
display: flex;
gap: 15px
}
.blocco_prodotto--comparazione__img h3 {
text-align: center;
margin-bottom: 15px;
}
.blocco_prodotto--comparazione__img {
min-width: 50vw
}
.blocco_prodotto--comparazione__img img {
width: 100%
}
.blocco_prodotto--comparazione__dati {
min-width: 60vw
}
} .performance_item__value {
display: flex;
gap: 3px;
}
.performance_item__value span {
width: 10px;
min-width: 8px;
aspect-ratio: 1/1;
border-radius: 100px;
background-color: var(--maincolor);
opacity: 0.3;
}
.performance_item__value--1 span:nth-child(1) {
opacity: 1;
}
.performance_item__value--2 span:nth-child(1),
.performance_item__value--2 span:nth-child(2) {
opacity: 1;
}
.performance_item__value--3 span:nth-child(1),
.performance_item__value--3 span:nth-child(2),
.performance_item__value--3 span:nth-child(3) {
opacity: 1;
}
.performance_item__value--4 span:nth-child(1),
.performance_item__value--4 span:nth-child(2),
.performance_item__value--4 span:nth-child(3),
.performance_item__value--4 span:nth-child(4) {
opacity: 1;
}
.performance_item__value--5 span:nth-child(1),
.performance_item__value--5 span:nth-child(2),
.performance_item__value--5 span:nth-child(3),
.performance_item__value--5 span:nth-child(4),
.performance_item__value--5 span:nth-child(5) {
opacity: 1;
}
.performance_grid {
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 15px;
gap: 20px;
padding: 20px;
border-radius: 15px;
background-color: #f4f6f7;
border: 1px solid #e3dddd;
}
.performance_item {
flex-grow: 1;
}
.performance_item__name {
margin-bottom: 7px;
font-size: 15px;
}
.performance_item__icon {
width: clamp(60px, 15vw, 90px);
height: auto;
}
@media(max-width:990px) {
.performance_grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
gap: 20px 12px;
}
.accordion__content li {
flex-direction: column;
}
}
@media(max-width:600px) {
.performance_grid {
grid-template-columns: 1fr 1fr;
}
}
.data_pubblicazione_articolo {
font-size: 15px;
color: #414042;
margin: 10px 30px 30px 5px;
font-family: 'Bree Serif', serif;
}
.data_pubblicazione_articolo p {
font-size: 15px;
}
.disclaimer_affiliazioni {
color: #484e50;
margin-bottom: 20px;
font-size: 13px;
padding: 6px 12px;
border: 1px solid #c1c7c9;
border-radius: 12px;
display: inline-block;
background-color: #f0f1e4;
}
.tempo_di_lettura {
margin-bottom: 24px;
font-family: 'Bree Serif', serif;
font-size: 19px;
display: flex;
align-items: center;
}
.tempo_di_lettura img {
height: 30px;
margin-right: 10px;
}
.soft_suggest {
background-color: #eaecdf;
border-radius: 20px;
}
@media(max-width:768px) {
.soft_suggest .row {
padding: 20px 15px !important;
}
.soft_suggest a {
display: inline-block;
}
.tempo_di_lettura img {
height: 20px;
margin-right: 6px;
}
.tempo_di_lettura {
font-size: 15px;
margin-bottom: 15px;
}
}
@media(max-width:600px) {}
.amazon {
background-color: rgb(243, 236, 236) !important;
border-radius: 20px;
font-size: 15px;
border: 2px solid rgb(202, 175, 175);
}
.amazon p {
font-size: 18px;
color: rgb(54, 44, 44);
}
.amazon a {
padding: 12px 30px;
border-radius: 100px;
background-color: white;
text-decoration: none;
color: black;
background-color: #FF9900;
text-align: right;
}
.soft_suggest a {
padding: 10px 20px;
border-radius: 100px;
background-color: white;
text-decoration: none;
color: white;
background-color: #5f6348;
text-align: right;
}
.amazon {
margin-top: 13px;
margin-bottom: 10px;
}
.amazon_cta {
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
padding: 15px 20px;
}
.article_content {
display: flex;
justify-content: space-between;
flex-direction: row;
}
article figure {
display: inline-block;
margin-bottom: 24px;
}
aside {
max-width: 25%;
width: 280px;
height: auto;
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
}
.aside--hide {
opacity: 0;
visibility: hidden;
}
.prodotti_consigliati {
padding: 20px;
border: 2px solid rgb(177, 152, 152);
background-color: rgb(243, 236, 236);
border-radius: 20px;
}
@media (min-height:800px) {
.prodotti_consigliati {
position: -webkit-sticky;
position: sticky;
top: 80px;
}
}
.consigliato {
margin-bottom: 15px;
border-bottom: 1px solid rgb(145, 145, 145);
padding-bottom: 15px;
}
.consigliato:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.consigliato p {
font-size: 14px;
}
.consigliato_titolo {
font-size: 19px;
}
.descrizione_consigliato {
margin-bottom: 20px;
}
.label {
color: var(--maincolor);
margin-bottom: 12px;
font-size: 16px;
text-decoration: underline;
}
.consigliato:last-child {
margin-bottom: 0;
}
.prodotti_consigliati img {
width: auto;
max-height: 100px;
margin-bottom: 10px;
mix-blend-mode: multiply;
}
@media (max-width:990px) {
.article_content {
flex-wrap: wrap;
}
aside {
order: 1;
max-width: 100%;
width: 100%;
position: -webkit-sticky;
position: sticky;
top: 70px;
margin-bottom: 20px;
}
.paragrafo {
order: 2;
width: 100%;
min-width: 100%;
}
.consigliato:nth-child(2) {
display: none;
}
.prodotti_consigliati img {
height: 40px;
width: auto;
}
.prodotti_consigliati {
padding: 0;
padding: 5px 20px;
}
.consigliato {
margin-bottom: 0;
}
.label {
display: none;
}
.consigliato {
display: flex;
justify-content: space-between;
width: 100%;
align-items: center;
}
.descrizione_consigliato {
display: none;
}
.consigliato_titolo {
width: 50%;
font-size: 16px;
}
.paragrafo {
padding-right: 0;
}
.btn_shop {
padding: 5px 10px;
font-size: 16px;
}
}
@media(max-width:768px) {
.btn_shop {
padding: 5px 8px;
font-size: 14px;
}
.prodotti_consigliati {
padding: 12px 15px;
}
.consigliato {
margin-bottom: 10px;
padding-bottom: 10px;
display: flex;
}
.consigliato_titolo {
width: auto;
font-size: 15px;
}
.consigliato:nth-child(2) {
display: flex;
}
}
.hero--page {
height: 50vh;
min-height: 500px;
}
.hero--page--title {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
.hero--page--title {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
z-index: 100;
}
.hero--page--title .linea_blu {
margin: 0 auto;
}
.hero--page--title .linea_blu:first-child {
margin-bottom: 50px;
}
.hero--page--title h1 {
font-family: 'Bree Serif', serif;
color: var(--maincolor);
font-weight: 600;
font-size: 48px;
line-height: 120%;
margin-bottom: 50px;
}
.hero--page--title.hero--page--title--articolo h1 {
color: white;
}
@media screen and (max-width:1499px) {
.hero--page--title .linea_blu:first-child {
margin-bottom: 30px;
}
.hero--page--title h1 {
font-size: 32px;
line-height: 120%;
margin-bottom: 30px;
}
}
@media(max-width:768px) {
.hero--page--title {
width: 100%;
padding-left: 5%;
padding-right: 5%;
}
.hero--page--title h1 {
font-size: 28px;
}
}
.swiper-button-next,
.swiper-button-prev {
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: calc(50% - 70px);
transform: translateY(-50%);
}
@media screen and (max-width:768px) {
.swiper-button-next,
.swiper-button-prev {
display: none;
}
}
.swiper-button-prev {
padding: 10px;
left: 5%;
color: transparent;
background-color: transparent;
height: 50px !important;
width: 80px !important;
z-index: 100;
transform: translateX(-50%);
}
.swiper-button-next {
padding: 10px;
right: 5%;
color: transparent;
background-color: transparent;
height: 50px !important;
width: 80px !important;
transform: translateX(50%);
}
.swiper-button-prev img {
height: 30px;
width: auto;
margin: 0 auto;
position: absolute;
top: 10px;
left: 15px;
}
.swiper-button-next img {
height: 30px;
width: auto;
margin: 0 auto;
position: absolute;
top: 10px;
right: 15px;
} .intro_news {
font-size: 18px;
}
.single_news {
display: flex;
justify-content: flex-start;
align-items: center;
margin-bottom: 45px;
color: rgba(0, 0, 0, 0.5);
font-size: 21px;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.single_news__date {
height: 100px !important;
width: 100px !important;
border: 5px solid var(--maincolor);
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
color: var(--maincolor);
font-size: 16px;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.single_news__line {
height: 5px;
width: 60px;
background-color: var(--maincolor);
margin-right: 10px;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.single_news:hover {
color: var(--maincolor);
}
.single_news:hover .single_news__date {
border: 5px solid var(--secondcolor);
color: var(--secondcolor);
}
.single_news:hover .single_news__line {
background-color: var(--secondcolor);
width: 80px;
}
@media screen and (max-width:768px) {
.single_news__line {
display: none;
}
.single_news {
display: block;
margin-bottom: 30px;
color: rgba(0, 0, 0, 0.5);
font-size: 21px;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.single_news__date {
height: 80px !important;
width: 80px !important;
border: 3px solid var(--maincolor);
margin-bottom: 20px;
}
}
#breadcrumbs {
font-size: 13px;
} .paginazione_post a,
.paginazione_post span {
margin-right: 15px;
padding: 8px 12px;
border: 1px solid var(--maincolor);
} .categoria__content h2 {
color: var(--maincolor);
font-size: 30px;
}
@media screen and (max-width:768px) {
.categoria__content h2 {
color: var(--maincolor);
font-size: 26px;
}
}
.categoria img {
-webkit-transition: all 0.35s;
transition: all 0.35s;
}
.categoria:hover img {
-webkit-box-shadow: 0px 0px 25px 5px #A0A0A0;
box-shadow: 0px 0px 25px 5px #A0A0A0;
} .footer {
border-radius: 20px;
width: calc(100% - 40px);
margin: 0 auto;
margin-bottom: 20px;
}
.footer .search_row {
background-color: rgba(255, 255, 255, 0.5);
padding: 15px;
border-radius: 15px;
}
.dati_contatto a {
text-decoration: underline;
}
.footer .search_row input {
width: 100%;
}
.footer .search_row input.cerca_lente {
width: 50px;
}
@media(max-width:768px) {
.footer {
border-radius: 15px;
width: calc(100% - 20px);
margin-bottom: 10px;
}
}
footer {
position: relative;
width: 100%;
height: auto;
overflow: hidden;
}
.linea_footer {
border-top: 10px solid var(--maincolor);
margin-bottom: 10px;
}
.footer_logo img {
height: 40px;
width: auto;
margin-bottom: 10px;
}
.footer_logo {
margin-bottom: clamp(30px, 10vh, 90px);
}
.dati_contatto p {
font-size: 21px;
color: var(--maincolor);
font-weight: 300;
margin-bottom: 30px;
line-height: 150%;
}
.dati_contatto p:last-child {
margin-bottom: 0;
}
.dati_contatto p strong {
font-weight: 600;
}
.footer_sfondo {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.dati_di_contatto_footer {
display: flex;
}
footer .dati_contatto,
footer .dati_contatto p,
footer .dati_contatto a {
font-size: 16px;
}
.footer_col_1,
.footer_col_2 {
flex: 1;
width: 50%;
}
.footer_col_2 {
width: 50%;
display: flex;
flex-direction: column;
} .socials--footer {
display: flex;
justify-content: flex-end;
flex-wrap: wrap;
}
.dati_colonna_2 {
margin-top: auto;
}
.socials--footer .socials__item {
display: inline-block;
padding-right: 20px;
margin-right: 20px;
border-right: 3px solid var(--maincolor);
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}
.socials--footer .socials__item:last-child {
padding-right: 0;
margin-right: 0;
border-right: none;
}
.socials--footer .socials__item img {
height: 30px;
width: auto;
}
.privacy p {
margin-bottom: 50px;
font-size: 16px;
color: var(--maincolor);
font-weight: 300;
line-height: 150%;
} .search,
.cerca_lente {}
.search .search-field {
background-color: transparent;
border: none;
border-radius: 0;
border-bottom: 1px solid var(--maincolor);
color: var(--maincolor) !important;
font-size: 18px;
padding: 0;
margin: 0;
width: 120px;
font-size: 16px;
}
.search input::placeholder {
color: var(--maincolor) !important;
font-size: 21px;
}
.search_row {
display: flex;
justify-content: flex-end;
}
.cerca_lente {
height: 100%;
width: 21px;
padding-bottom: 12px;
border: none;
border-bottom: 1px solid var(--maincolor);
display: flex;
flex-direction: column;
margin-top: auto;
}
@media screen and (max-width:990px) {
.socials--hero {
position: absolute;
display: flex;
justify-content: flex-start !important;
bottom: 15px;
left: 10%;
}
.socials--hero .socials__item img {
height: 30px;
width: auto;
}
.socials--hero .socials__item {
border-right: 2px solid var(--maincolor);
padding-right: 10px;
margin-right: 10px;
border-bottom: none;
}
.socials--hero .socials__item:last-child {
border-right: none;
padding-right: 0;
margin-right: 0;
}
.footer_col_1,
.footer_col_2 {
display: block;
width: 100%;
}
.dati_di_contatto_footer {
display: block;
}
.socials--footer {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}
.dati_contatto p {
font-size: 18px;
}
.privacy p {
font-size: 18px;
}
.socials--footer .socials__item img {
height: 30px;
width: auto;
}
.footer_logo img {
height: 45px;
width: auto;
margin-bottom: 10px;
}
.search_row {
display: flex;
justify-content: flex-start;
margin-top: 30px;
margin-bottom: 30px;
width: 100%;
}
.search .search-field {
width: 100%;
}
}
@media(max-width:990px) {
.search_row {
display: flex;
justify-content: flex-start;
margin-top: 30px;
margin-bottom: 35px;
width: 90vw;
padding: 15px 20px;
border-radius: 15px;
background-color: #f4eae6;
}
}
.author_img {
height: 120px;
width: 120px;
overflow: hidden;
border: 5px solid var(--maincolor);
border-radius: 100%;
}
@media(max-width:600px) {
.author_img {
margin-bottom: 20px;
}
} .disclaimer {
background-color: var(--maincolor);
color: white;
padding: 50px;
position: fixed;
height: auto;
bottom: 50px;
left: 50px;
right: 50px;
z-index: 100000;
}
.disclaimer p {
color: white !important;
margin-bottom: 20px;
font-size: 15px;
}
.disclaimer__accept {
display: inline-block;
background-color: white;
padding: 10px 20px;
color: var(--maincolor);
font-size: 17px;
border: 2px solid white;
-webkit-transition: all 0.35s;
transition: all 0.35s;
}
.disclaimer__accept:hover {
cursor: pointer;
background-color: var(--maincolor);
color: white;
} @media screen and (max-width:768px) {
.amazon {
border-radius: 20px !important;
padding-top: 1px !important;
padding-bottom: 5px !important;
}
.amazon p {
font-size: 16px !important;
line-height: 1.3 !important;
margin: 0;
}
.amazon .paragrafo p {
font-size: 16px !important;
line-height: 1.3 !important;
margin: 0;
}
.amazon .paragrafo p:last-child {
font-size: 16px !important;
line-height: 1.3 !important;
margin: 0;
}
.paragrafo p:last-child {
font-size: 16px !important;
line-height: 1.3 !important;
margin: 0;
}
}
@media screen and (max-width:768px) {
.tempo_di_lettura {
margin-top: 15px !important;
}
} .entry-content img,
.wp-block-image img,
.paragrafo img {
border-radius: 15px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); }  .navigazione__menu .menu-item-has-children .sub-menu li {
margin-bottom: 8px !important; padding-bottom: 8px !important; border-bottom: 1px dotted #e0e0e0; }
.navigazione__menu .menu-item-has-children .sub-menu li:last-child {
margin-bottom: 0 !important;
border-bottom: none; }
.navigazione__menu .menu-item-has-children .sub-menu li a {
display: block; padding: 5px 10px; line-height: 1.4;
transition: all 0.2s ease;
} .navigazione__menu .menu-item-has-children .sub-menu li a:hover {
background-color: #f5f5f5; color: #c5a059 !important; border-radius: 4px; padding-left: 15px; } h4 { font-size: 24px;
margin-bottom: 20px;
margin-top: 30px;
font-family: 'Bree Serif', serif;
font-weight: 600;
} .sfondo-grigio {
margin-bottom: 15px;
} @media screen and (max-width: 999px) {
.search--mobile {
position: fixed !important; top: 70px !important; left: 5% !important;
width: 90% !important;
z-index: 10001 !important; background-color: white; padding-bottom: 10px;
} .navigazione__menu ul.menu {
margin-top: 70px !important; }
} @media screen and (max-width: 999px) {
.navigazione__menu .menu-item-has-children .sub-menu li {
display: inline-block !important; width: auto !important; margin-right: 5px !important; margin-bottom: 10px !important; }
.navigazione__menu .menu-item-has-children .sub-menu li a {
display: inline-block !important;
width: auto !important;
}
} @media screen and (max-width: 999px) {  .navigazione__menu ul.menu > li.menu-scozia > a::before {
content: "🥃";  margin-right: 10px;
display: inline-block;
} .navigazione__menu ul.menu > li.menu-mondo > a::before {
content: "\1F30D"; margin-right: 10px;
display: inline-block;
} .navigazione__menu ul.menu > li.menu-guide > a::before {
content: "\1F4D6"; margin-right: 10px;
display: inline-block;
}
} .amazon a {
transition: all 0.3s ease; }
.amazon a:hover {
background-color: var(--maincolor) !important;
color: white !important;
box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.amazon a:hover:before {
transform: scale(1.3);
} .soft_suggest a {
transition: all 0.3s ease;
}
.soft_suggest a:hover {
background-color: #3d3f31 !important;
color: white !important;
box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.soft_suggest a:hover:before {
transform: scale(1.3);
} .verdetto_rapido__cta a a {
transition: all 0.3s ease;
}
.verdetto_rapido__cta a:hover {
background-color: var(--maincolor) !important;
color: white !important;
box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.verdetto_rapido__cta a:hover:before {
transform: scale(1.3);
}