@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap");
@font-face {
font-family: 'Antonio';
src: url(//laffare.it/wp-content/themes/laffare/font/Antonio-Bold.woff2) format('woff2'),
url(//laffare.it/wp-content/themes/laffare/font/Antonio-Bold.woff) format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Antonio';
src: url(//laffare.it/wp-content/themes/laffare/font/Antonio-Regular.woff2) format('woff2'),
url(//laffare.it/wp-content/themes/laffare/font/Antonio-Regular.woff) format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Univers LT Std';
src: url(//laffare.it/wp-content/themes/laffare/font/UniversLTStd-UltraCn.woff2) format('woff2'),
url(//laffare.it/wp-content/themes/laffare/font/UniversLTStd-UltraCn.woff) format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
} f
:root {
--corpo: #04363b;
--white: #fff;
--grey:#6b6c6d;
--red:#9b0404;
--lightcyan:#97c3c3;
--lightgrey:#eff1f1
}
body {
display: flex;
flex-direction: column;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-style: normal;
color:var(--corpo) !important;
line-height: 1.6em;
font-weight: 400 !important;
}
body.noscroll {
overflow: hidden
}
h1,h2,h3,h4 {
font-family: 'Montserrat', sans-serif;
font-weight: 600
}
h1 {
color: var(--grey) !important;
font-weight: 400;
font-size: 1.2rem;
}
h2 {
color: var(--red);
font-weight: 600;
font-size: 1.6rem;
}
h3.times {
font-family: "Times New Roman", Times, serif;
}
b, strong {
font-weight: 700;
}
.cont-bread-titolo h2 {
color: var(--white) !important;
font-size: 2.4rem;
line-height: 1.1em !important;
}
.cont-bread-titolo{
color: var(--white)
}
@media (min-width: 768px) {
.col-20 {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
} .red {
color: var(--red);
}
.ligthcyan {
color: var(--ligthcyan);
}
.grey {
color: var(--grey);
}
.btn-menu span {
display: block;
width: 60%;
box-shadow: 0 2px 10px 0 rgb(0 0 0 / 30%);
border-radius: 0;
height: 3px;
background: var(--red);
transition: all .3s;
position: relative;
margin: 0 auto;
}
.btn-menu span + span {
margin-top: 8px;
}
.box .active span:nth-child(1) {
animation: ease .7s top forwards;
}
.box  .not-active span:nth-child(1) {
animation: ease .7s top-2 forwards;
}
.box .active span:nth-child(2) {
animation: ease .7s scaled forwards;
}
.box .not-active span:nth-child(2) {
animation: ease .7s scaled-2 forwards;
}
.box .active span:nth-child(3) {
animation: ease .7s bottom forwards;
margin-top: 31px;
}
.box .not-active span:nth-child(3) {
animation: ease .7s bottom-2 forwards;
}
@keyframes top {
0% {
top: 0;
transform: rotate(0);
}
50% {
top: 22px;
transform: rotate(0);
}
100% {
top: 22px;
transform: rotate(45deg);
}
}
@keyframes top-2 {
0% {
top: 22px;
transform: rotate(45deg);
}
50% {
top: 22px;
transform: rotate(0deg);
}
100% {
top: 0;
transform: rotate(0deg);
}
}
@keyframes bottom {
0% {
bottom: 0;
transform: rotate(0);
}
50% {
bottom: 22px;
transform: rotate(0);
}
100% {
bottom: 22px;
transform: rotate(135deg);
}
}
@keyframes bottom-2 {
0% {
bottom: 22px;
transform: rotate(135deg);
}
50% {
bottom: 22px;
transform: rotate(0);
}
100% {
bottom: 0;
transform: rotate(0);
}
}
@keyframes scaled {
50% {
transform: scale(0);
}
100% {
transform: scale(0);
}
}
@keyframes scaled-2 {
0% {
transform: scale(0);
}
50% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
ul.lista {
padding-left: 0;
margin-top: 30px
}
.lista li {
color: var(--darkblue);
margin-bottom: 15px;
list-style: none;
position: relative;
padding-left: 15px;
font-weight: 600
}
.lista li:before {
font-family: "Font Awesome 5 Free";
content: "\f111";
display: inline-block;
padding-right: 10px;
vertical-align: middle;
font-weight: 900;
font-size: 9px;
position: absolute;
top: 0;
left: 0;
color: var(--blue);
}
body::-webkit-scrollbar {
width: 0.3em;
}
bodyt::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
outline: 1px solid slategrey;
background-color: var(--red);
}
a {
color: var(--red)
}
a.grey {
color: var(--grey)
}
a:hover {
color: var(--lightcyan);
}
main a{
position: relative;
} #wpadminbar a:before {
display: none !important
}
.elementor ul {
list-style: none;
padding-left: 15px;
}
.elementor ul li {
position: relative;
padding-left: 5px;
}
.elementor ul li:before {
font-family: "Font Awesome 5 Free";
content: "\f111";
display: inline-block;
padding-right: 3px;
vertical-align: middle;
font-weight: 900;
position: absolute;
left: -15px;
font-size: 10px;
top: -2px;
color: var(--lightgreen);
}
#breadcrumbs li:before {
display:none
}
.elementor-editor-element-setting.elementor-editor-element-edit:before,
.elementor-editor-element-setting.elementor-editor-element-remove,
.e-view.elementor-select-preset li:before{
display: none
}
.elementor-editor-wp-page ul li:before {
display: none !important
}
.nohover:before {
display: none
}
.bg-white {
background: var(--white)
}
.bg-grey {
background: var(--grey);
}
.bg-lightgrey {
background: var(--lightgrey);
color: #04363b
}
.white {
color:var(--white)
}
.wp-caption {}
.wp-caption-text {}
.sticky {}
.screen-reader-text {}
.gallery-caption {}
.bypostauthor {}
.alignleft {
float: left;
}
.alignright {
float: right;
}
.aligncenter {
clear: both;
display: block;
} img,
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
max-width: 100%;
height: auto;
} .author-bio .avatar {
border: 1px solid #dee2e6;
border-radius: 50%;
}   input:focus::-webkit-input-placeholder { color: transparent; }
input:focus:-moz-placeholder { color: transparent; } input:focus::-moz-placeholder { color: transparent; } textarea:focus::-webkit-input-placeholder { color: transparent; }
textarea:focus:-moz-placeholder { color: transparent; } textarea:focus::-moz-placeholder { color: transparent; } .page-id-80  .wpcf7-form input:focus::-webkit-input-placeholder { color: #fff; }
.page-id-80  .wpcf7-form  input:focus:-moz-placeholder { color: #fff; } .page-id-80  .wpcf7-form  input:focus::-moz-placeholder { color: #fff; } .page-id-80  .wpcf7-form  textarea:focus::-webkit-input-placeholder { color: #fff; }
.page-id-80  .wpcf7-form  textarea:focus:-moz-placeholder { color: #fff; } .page-id-80  .wpcf7-form  textarea:focus::-moz-placeholder { color: #fff; }  #comments,
#reply-title {
margin-top: 1.5rem;
margin-bottom: 1rem;
}
.commentlist,
.commentlist ul {
padding-left: 0;
}
.commentlist li {
padding: 1rem;
}
.comment-meta {
margin-bottom: 1rem;
}
.commentlist .children {
margin-top: 1rem;
} .cd-top {
display: inline-block;
height: 40px;
width: 40px;
position: fixed;
bottom: 0;
right: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); overflow: hidden;
background: rgba(108, 108, 108, 0.8);
white-space: nowrap;
visibility: hidden;
opacity: 0;
-webkit-transition: opacity .3s 0s, visibility 0s .3s;
-moz-transition: opacity .3s 0s, visibility 0s .3s;
transition: opacity .3s 0s, visibility 0s .3s;
cursor: pointer
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
-webkit-transition: opacity .3s 0s, visibility 0s 0s;
-moz-transition: opacity .3s 0s, visibility 0s 0s;
transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible { visibility: visible;
opacity: .5;
}
.cd-top.cd-fade-out { opacity: .5;
}
.no-touch .cd-top:hover {
background-color: #6C6C6C;
opacity: .5;
}
.cd-top:hover {
text-decoration:none;
opacity: 1;
}
.menu-text:after {
content: '';
position: absolute;
right: 0;
border-left: 1px solid #3434C3;
height: 60%;
z-index: 1
} .opacity-bg.menu-bg-attivo {
height: 100vh;
z-index: 1;
width: 100%;
background: rgba(41,75,61,0.8);
position: absolute;
float: left;
top: 0;
left: 0;
}
#sidebar {
width: 75%;
position: fixed;
top: 92px;
left: -100%;
height: 100vh;
z-index: 11;
background-color: #fff;
color: #fff;
transition: all 0.3s;
overflow-y: none;
overflow: hidden;
}
#sidebar.active {
left: 0;
overflow: hidden;
height: 100vh;
float: left;
}
.sticky 	#sidebar {
top: 56px;
}
#dismiss {
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
position: absolute;
top: 20px;
left: 25px;
cursor: pointer;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
#sidebar .sidebar-header {
padding: 20px;
}
#sidebar ul {
margin-top: 0
}
#sidebar ul li a {
padding: 15px;
display: block;
color: #444446 !important;
font-size: 17px;
text-align: left;
font-weight: 600;
}
#sidebar ul li a:hover {
background: var(--red) !important
}
#sidebar ul li a:before {
display: none
}
#sidebar ul li a:hover {
color: #ccc;
}
#sidebar ul li.active>a,
a[aria-expanded="true"] {
background: var(--red) !important;
color: #fff !important;
}
a[data-toggle="collapse"] {
position: relative;
}
#sidebar ul li.active>a {
}
.mt-52-neg {
margin-top: -52px;
}
.icone-servizi  svg text,
.icone-servizi  svg path,
.icone-servizi  svg line,
.icone-servizi-due svg path {
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
}
.icone-servizi .agraria a:hover svg text{
fill:var(--lightgreen);
}
.icone-servizi .agraria a:hover svg path,
.icone-servizi .agraria a:hover svg line {
stroke:var(--lightgreen);
}
.icone-servizi .giardinaggio a:hover svg text{
fill:var(--lightgreen);
}
.icone-servizi .giardinaggio a:hover svg path,
.icone-servizi .giardinaggio a:hover svg line {
stroke:var(--lightgreen);
}
.icone-servizi .pet a:hover svg text{
fill:var(--lightgreen);
}
.icone-servizi .pet a:hover svg path,
.icone-servizi .pet a:hover svg line {
fill:var(--lightgreen);
}
.icone-servizi .pellet a:hover svg text{
fill:var(--lightgreen);
}
.icone-servizi .pellet a:hover svg path,
.icone-servizi .pellet a:hover svg line {
fill:var(--lightgreen);
}
.icone-servizi .casa a:hover svg text{
fill:var(--lightgreen);
}
.icone-servizi .casa a:hover svg path,
.icone-servizi .casa a:hover svg line {
stroke:var(--lightgreen);
}
.icone-servizi .abbigliamento a:hover svg text{
fill:var(--lightgreen);
}
.icone-servizi .abbigliamento a:hover svg path,
.icone-servizi .abbigliamento a:hover svg line {
stroke:var(--lightgreen);
}
.icone-servizi .faidate a:hover svg text{
fill:var(--lightgreen);
}
.icone-servizi .faidate a:hover svg path,
.icone-servizi .faidate a:hover svg line {
fill:var(--lightgreen);
}
.icone-servizi .vetreria a:hover svg text{
fill:var(--lightgreen);
}
.icone-servizi .vetreria a:hover svg path,
.icone-servizi .vetreria a:hover svg line {
stroke:var(--lightgreen);
}
.icone-servizi .alimenti a:hover svg text{
fill:var(--lightgreen);
}
.icone-servizi .alimenti a:hover svg path,
.icone-servizi .alimenti a:hover svg line {
stroke:var(--lightgreen);
}
.icone-servizi-due .consulenze a:hover svg text{
fill:var(--lightgreen);
}
.icone-servizi-due .consulenze  a:hover svg path,
.icone-servizi-due .consulenze  a:hover #Rettangolo_6 {
stroke:var(--lightgreen);
}
.icone-servizi-due .zanzare a:hover svg text{
fill:var(--lightgreen);
}
.icone-servizi-due .zanzare  a:hover svg path,
.icone-servizi-due .zanzare  a:hover #Rettangolo_6 {
stroke:var(--lightgreen);
}
.icone-servizi-due .consegna a:hover svg text{
fill:var(--lightgreen);
}
.icone-servizi-due .consegna  a:hover svg path,
.icone-servizi-due .consegna  a:hover #Rettangolo_6 {
stroke:var(--lightgreen);
}
.icone-servizi-due .consegna  a:hover #Tracciato_241 {
fill:var(--lightgreen);
stroke:none
}
.icone-servizi-due .realizzazione a:hover svg text{
fill:var(--lightgreen);
}
.icone-servizi-due .realizzazione  a:hover svg path,
.icone-servizi-due .realizzazione  a:hover #Rettangolo_6 {
stroke:var(--lightgreen);
}
.icone-servizi-due .realizzazione  a:hover #Tracciato_241 {
fill:var(--lightgreen);
stroke:none
}
.testi-testata {
display: flex;
flex-direction: column;
justify-content: flex-end;
height: 70%;
z-index: 11;
position: relative;
}
.testi-testata {
padding-left: 125px;
}
.intro-pagine .elementor-container {
background: #fff;
z-index: 11;
margin-top: -52px;
} 
.intro-pagine .intro-padding {
padding: 5em
}
.intro-pagine .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
padding: 0;
background: #fff;
}
.intro-pagine .elementor-inner-column 
.elementor-element-ae5115e {
margin-top: -250px;
z-index: 11
}
.blocco-team .p-0 .elementor-element-populated  {
padding: 0 !important
}
.page-template-default h1 br {
display: none !important
} .servizio {
border-radius: 5px
}
.servizio h3 {
font-size: 1.5rem;
font-weight: 600
}
.servizio h3 a{
color: var(--corpo);
display: block;
width: 100%;
position: relative;
}
.servizio {
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgb(0 0 0 / 0%);
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.servizio:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: var(--maincolor);
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
border-radius: 5px
}
.servizio:hover h3  {
font-size: 30px
}
.servizio:hover:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.servizio:hover h3 a {
color: #fff
}
.scopri svg {
position: relative;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
}
.scopri:hover svg {
right: 30px !important;
}
.servizio:hover svg path {
fill:#fff
}
.noscroll.page-template-default:not(.home) nav.navbar .cont-bread-titolo ,
.noscroll.tax-categoria-prodotto .cont-bread-titolo {
display: none
}
.page-template-default .navbar-toggler,
.page-template-page-contatti .navbar-toggler,
.blog .navbar-toggler,
.single .navbar-toggler,
.error404 .navbar-toggler,
.post-type-archive-outlet .navbar-toggler,
.single-outlet .navbar-toggler,
.page-template-page-minimal .navbar-toggler,
.tax-categoria-prodotto .navbar-toggler{
z-index: 1111;
}
.page-template-default.noscroll .navbar-toggler,
.page-template-page-contatti.noscroll .navbar-toggler,
.blog.noscroll .navbar-toggler,
.single.noscroll .navbar-toggler,
.error404.noscroll .navbar-toggler,
.post-type-archive-outlet.noscroll .navbar-toggler,
.single.noscroll .navbar-toggler,
.page-template-page-minimal.noscroll .navbar-toggler,
.tax-categoria-prodotto.noscroll .navbar-toggler{
}
nav .navbar .menu-item-has-children:hover .dropdown-menu {
display: block;
}
.navbar.fixed {
position: fixed;
top: 0;
width: 100%;
background: #fff;
z-index: 11;
padding: 0.5rem 0 !important;
animation: 0.5s 0.3s fadeInDown both;
-webkit-transition: top 0.3s ease;
transition: top 0.3s ease;
box-shadow: 0 4px 2px -2px rgb(0 0 0 / 10%);
left: 0;
border-radius: 0;
}
.sticky .custom-logo {
width: auto;
height: 40px;
}
.custom-logo {
width: auto;
height: 60px;
}
.nav-link{
position: relative;
} .dropdown-menu .nav-link:after{
display: none;
}
#menu-item-59 .nav-link:after {
display: none
}
.menu-item-has-children:hover .dropdown-menu {
opacity: 1;
visibility: visible;
text-align: center;
padding-bottom: 10px;
}
.dropdown-menu {
position: absolute;
top: 30px;
background: none;
border: none;
border-radius: 0;
text-align: center;
opacity: 0;
visibility: hidden;
padding: 0;
margin: 0;
display: block;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
width: auto;
left: 25px;
}
.dropdown-menu li {
margin-bottom: 5px;
background: rgba(255,255,255,0.8);
box-shadow: 0 0.2rem 0.8rem rgba(0,0,0,.15)!important;
}
.nav-link:before {
content: "";
color: var(--red);
position: absolute;
top: 20px;
left: 0;
right: 0;
width: calc(100% - 3.2em);
margin: auto;
height: 2px;
background: currentColor;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-transition: -webkit-transform .8s cubic-bezier(.19,1,.22,1);
transition: -webkit-transform .8s cubic-bezier(.19,1,.22,1);
-o-transition: transform .8s cubic-bezier(.19,1,.22,1);
transition: transform .8s cubic-bezier(.19,1,.22,1);
transition: transform .8s cubic-bezier(.19,1,.22,1),-webkit-transform .8s cubic-bezier(.19,1,.22,1);
}
.navbar-nav .nav-link:hover:before,  .navbar-nav .nav-item.current-menu-item .nav-link:before{
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
-webkit-transform-origin: 0 50%;
-ms-transform-origin: 0 50%;
transform-origin: 0 50%;
color: var(--maincolor);
}
.nav-link:hover {
color:var(--red) !important
}
.dropdown-menu .nav-link:hover:after {
display: none
}
#menu-item-84 .dropdown-menu a {
text-transform: uppercase
}
.cont-menu {
position: relative
}
.cont-menu:before {
content: '';
position: absolute;
left: -10px;
top: 0;
height: 100%;
border-left: 1px solid #3652C9
}
.menu-item-has-children {
position: relative;
text-align: center;
}
.cont-menu a:first-child:hover {
color: #fff
}
.noafter .nav-link:after {
display: none
}
.noafter .current_anchor_item {
margin-bottom: 0 !important
}
.menu-item-has-children i  {
position: absolute;
left: 125px;
top: 50px;
right: -45px;
z-index: 1;
color: #fff;
zoom: 0.6;
display: none;
}
.aprisottomenu {
display: block
}
.form-header-informazioni,
.form-header-prenota {
position: absolute;
top: 51px;
right: 0;
width: 485px;
background: #fff;
z-index: 111;
padding: 50px 50px 0 50px;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
}
.form-header-informazioni.mostraform,
.form-header-prenota.mostraform {
visibility: visible;
opacity: 1
}
#chiama {
cursor: pointer
}
.form-header-chiama{
position: absolute;
top: 75px;
left: 675px;
width: auto;
background: rgba(82,137,227,1);
z-index: 111;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
border-radius: 15px;
padding-top: 30px;
padding-bottom: 2px;
}
.form-header-chiama.mostraform{
visibility: visible;
opacity: 1
}
#chiama {
color: var(--blue) !important
}
.bottoneattivo {
background: #fff !important;
border-color: #fff !important;
}
.chiudiform {
position: absolute;
top: 0;
right: 40px;
cursor: pointer
}
.form-header-chiama .chiudiform {
position: absolute;
top: -12px;
right: 10px;
}
.form-header-chiama p {
padding: 5px 15px;
text-transform: uppercase;
border-bottom: 1px solid var(--corpo);
}
.form-header-chiama p:hover {
background: rgba(255,255,255,0.4);
}
.intro-home  .elementor-container{
margin-top: -80px
}
@media (max-width: 1600px) {
.intro-home .elementor-container {
margin-top: -40px;
}
}
@media (min-width: 991px) { }
.owl-theme .owl-nav .disabled {
opacity: 1;
cursor: default;
} .punti-di-forza {
position: absolute;
bottom: 0;
width: 100%;
margin: auto;
left: 0;
right: 0;
color: #fff;
z-index: 1;
font-size: 14px !important;
padding: 10px 0;
background: rgba(0,0,0,0.4)
}
.punti-di-forza  h3 {
font-size: 1.2rem
}
.punti-di-forza .numero {
font-family: 'Antonio';
font-weight: normal;
font-size: 55px;
padding-top: 18px;
}
#punto-1 .numero {
color:#bfe1f7 
}
#punto-2 .numero {
color: #f5c738;
padding-left: 30px !important;
}
#punto-3 .numero {
color: #f1ed93;
padding-left: 50px !important;
}
.punti-di-forza .numero {
position: relative;
}
.punti-di-forza .numero:after {
content: '';
height: 100%;
width: 1px;
position: absolute;
left: 95px;
top: 5px;
border-left: 2px solid #fff;
}
.blocco-news-home {
background: url(//laffare.it/wp-content/uploads/2022/10/gruppo-laffare-agenzia-immobiliare-in-toscana-dal-1981-acquistare-vendere-casa-pisa-pontedera-capannoli-ponsacco-cascina-casciana-agente-immobiliare-consulente-for-sale-assistenza.jpg) no-repeat center center;
background-size: cover;
color: #fff
}
.blocco-news-home h2,
.blocco-news-home h3 {
font-family: 'Montserrat', sans-serif;
}
.blocco-news-home h3 {
font-size: 1.3rem;
color: #718694;
}
.blocco-news-home h2 {
font-size: 1.3rem;
min-height: 50px;
}
.blocco-news-home a.grey span {
color: var(--red)
}
.valutazione-home {
background: url(//laffare.it/wp-content/uploads/2022/10/bg-cerca-home.jpg) no-repeat center center;
background-size: cover;
}
.bg-grey-transparent {
background: rgba(234,235,236,0.8)
}
.valuta-casa-form {
background: #f7f7f7;
position: relative
}
.valuta-casa-form:before {
content: '';
background: #f7f7f7;
position: absolute;
left: -30vw;
width: 30vw;
height: 100%;
top: 0;
}
.box_elenco a {
color:#003A3E;
font-weight:600
}
.agenzie-cont h3 {
font-size: 1.3rem;
}
.agenzie-cont {
color: #7E7C7B
}
.agenzie-cont:last-child {
border-bottom: none !important
}
hr {
width: 100%;
}
.modal-body h4 br {
display: none !important
} .relative {
position: relative
}
.testi-slide {
position: absolute;
width: 100%;
margin: auto;
left: 0;
right: 0;
height: 100%;
bottom:0;
z-index: 11;
}
.testi-slide div {
display: flex;
flex-direction: column;
justify-content: flex-end;
height: 85%;
}
.contenitore-testi-slide {
height: auto;
background: var(--green);
padding: 40px 20px;
border-radius: 10px;
}
.testata-home  .elementor-element-9919698 .elementor-element-populated {
padding: 0 !important
}
.testata-home .testo-slide .elementor-widget-container{
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
padding-left: 3em;
padding-top: 6em;
z-index: 111
}
.testata-home .swiper-pagination {
width: auto;
right: 0;
left: auto;
transform: rotate( 90deg );
bottom: 50px;
}
.testata-tax {
width: 85%
}
#video-bg {
position: absolute;
right: 0;
bottom: 0;
width: 100%;
top: 0;
height: 72vh;
object-fit: cover;
}
.img-cat-testata {
margin-top: -150px;
z-index: 111;
position: relative;
}
.swiper-pagination {
text-align: left
}
.swiper-pagination-bullet {
width: 15px;
height: 15px;
display: inline-block;
-webkit-border-radius: 50%;
border-radius: 50%;
background: transparent;
opacity: 1;
border: 2px solid #14792B;
margin: 0 4px !important;
position: relative
}
.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active {
opacity: 1;
}
.swiper-pagination-bullet:hover:before,
.swiper-pagination-bullet-active:before {
content: '';
position: absolute;
top: 3px;
left: 0;
right: 0;
background: #14792B;
width: 5px;
height: 5px;
margin: auto;
border-radius: 50%;
}
.swiper-pagination {
bottom: -10px !important; margin: auto;
right: 0;
left: 0;
text-align: center;
}
svg.custom-logo {
width: auto;
height: 70px
}
.btn-menu {
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
.breadcrumb {
font-size: 14px;
margin-bottom: 20px;
background: none;
padding: 0;
padding-left: 0 !important;
border-bottom: 1px dotted #C7C7C7 !important;
border-radius: 0;
color: var(--corpo);
}
.breadcrumb br {
display: none !important
}
.blog .breadcrumb  {
margin-bottom: 20px
}
.breadcrumb a {
color: var(--corpo)
}
.separator {
margin: 0 5px
}
nav.navbar {
z-index: 111; width: 100%; position: relative;
border-radius: 20px;
padding-bottom: 0
}
.noscroll nav.navbar {
z-index: 11111
}
.cont-bread-titolo {
position: absolute;
bottom: 15px;
left: 0;
right: 0;
margin: auto;
}
.cont-bread-titolo:before {
content: '';
height: 108%;
position: absolute;
left:0;
border-left: 1px solid #fff;
top: 8px;
}
hr.linea {
width: 80px; border-top: 6px solid var(--blue);
margin-top: 1em;
margin-bottom: 1em;
}
hr.linea.darkblue {
border-top: 6px solid var(--darkblue);
}
.scroll-down {
position: absolute;
left: 0;
right: 0;
margin: auto;
text-align: center;
bottom: 10px;
}
.page-id-61 .scroll-down {
bottom: 25px;
}
.scroll-down svg {
animation: pulse 1.5s infinite;
}
.icona {
position: absolute;
top: 0;
left: auto;
right: auto;
margin: auto;
text-align: center;
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
height: 100%;
z-index: 1
}
.icona svg {
margin: auto;
height: 150px;
width: auto;
}
.navbar-expand-md .navbar-collapse {
justify-content: center;
}
.navbar-light .navbar-nav .nav-link {
font-family: 'Antonio';
color: #718694;
position: relative;
font-size: 15px;
padding: 0 1.5rem;
font-weight: normal;
text-transform: uppercase;
}
#menu-menu-principale {
} .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
color: var(--red);
background: transparent;
} .chiudi-icon {
display: none
}
.noscroll .apri-icon {
display: none
}
.noscroll .chiudi-icon {
display: block
}
.navbar-nav .nav-link {
position: relative;
padding: 0;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.current-menu-item .nav-link{
color: var(--red);
}
.dropdown-menu .nav-link {
padding: 10px 15px 10px 15px !important;
font-size: 13px !important;
color: #718694!important;
text-transform: initial;
font-weight: 900;
position: relative;
letter-spacing: 0.5px !important;
line-height: 1.3em;
}
.dropdown-menu .nav-link:hover {
color: var(--red) !important;
text-decoration: none
}
.dropdown-menu  .current-menu-item .nav-link{
color: var(--red) !important;
}
.navbar-light .navbar-nav .nav-link:after:focus,
.navbar-light .navbar-nav .nav-link:after:hover {
content: '';
position: absolute;
left: 0;
right: 0;
width: 100%;
border-top:1px solid #fff
} #menu-item-775 .nav-link  {
border-radius: 0 0 20px 20px;
}
.menu-button .nav-link  {
background:#C8102E !important ;
color: #fff !important; 
font-size: 30px !important;
text-transform: none;
padding: 6px 2rem !important;
}
.navbar-light .navbar-nav .menu-button  .nav-link:hover{
color: #fff !important; 
}
.dropdown-menu .nav-link:before {
display: none
} 
.contenuti-testata {
display: flex;
color: #fff;
flex-direction: column;
justify-content: flex-end;
height: 65%;
left: auto;
right: auto;
margin: 0 auto;
width: 100%;
position: relative;
z-index: 11;
}
.contenuti-testata.interna {
height: 90%
}
.single-tour .contenuti-testata.interna {
height: 70%;
}
.vertical-align {
justify-content: center;
display: flex;
flex-direction: column;
}
.num {
font-size: 26px;
font-weight: 500;
}
.motto span{
font-size: 50px;
font-family: braisetto, script;
font-weight: 700;
font-style: normal;
color: #fff;
background-color: #C8102E;
text-transform: none;
display: table;
margin: auto;
padding:15px 45px
}
.fixed-menu {
width: 100%;
margin: 0;
background: #B5A781;
position: absolute;
bottom: 0px;
padding: 10px;
font-size: 15px;
font-weight: 600;
}
.fixed-menu a {
color: #fff;
text-decoration: none;
}
.wpcf7-submit {
width: 100%
}
.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled{
color: var(--white) !important;
background-color: #B9BDAE;
border: 1px solid #B9BDAE;
padding: 5px 15px;
border-radius: 0;
font-size: 16px;
font-weight: 500 !important;
font-family: "Times New Roman", Times, serif;
font-style: italic;
}
.btn-primary:hover {
background: var(--red);
color: var(--white) !important;
border-color:  var(--red);
}
.btn-green {
color: var(--white) !important;
background-color: var(--green);
border-color:  var(--green);
padding:0.8em 1.5em 0.5em 1.5em;
border-radius:10px;
letter-spacing: 1px;
font-size: 16px;
border-width: 2px;
font-weight: 700 !important
}
.btn-green:hover {
background: var(--lightgreen);
color: var(--white);
border-color:  var(--lightgreen);
}
.btn-border-white {
color: var(--white) !important;
background-color: var(--green);
border-color:  var(--white);
padding:0.8em 1.5em 0.5em 1.5em;
border-radius:10px;
letter-spacing: 1px;
border-width: 2px;
font-size: 14px;
font-weight: 700 !important
}
.btn-border-white:hover {
background: var(--lightgreen);
color: var(--white);
border-color:  var(--lightgreen);
}
.btn-lightgreen {
color: var(--white) !important;
background-color: var(--lightgreen);
border-color:  var(--lightgreen);
padding:0.8em 1.5em 0.5em 1.5em;
border-radius:10px;
letter-spacing: 1px;
border-width: 2px;
font-size: 14px;
font-weight: 700 !important
}
.btn-lightgreen.green {
color: var(--green) !important;
}
.btn-lightgreen:hover {
background: var(--green);
color: var(--white);
border-color:  var(--green);
}
.btn-lightgreen.green:hover {
background: var(--green);
color: var(--white) !important;
border-color:  var(--white);
}
.wpcf7-submit,
.wpcf7-submit.disabled,
.wpcf7-submit:disabled{
color: var(--white) !important;
background-color: var(--red);
border-color: var(--red);
padding:5px 15px;
border-radius:0;
font-size: 16px;
font-weight: 600 !important;
font-family: 'Montserrat', sans-serif;
font-style: normal
}
.wpcf7-submit:hover {
background: #718694;
color: var(--white);
border-color:  #718694;
}
.misha_loadmore {
text-align: center;
width: 25%;
margin: auto;
clear: both;
cursor: pointer
}
.misha_loadmore{
color: var(--corpo);
background-color: transparent;
border:1px solid  var(--maincolor);
padding: 0.6em 1.5em;
border-radius: 25px;
}
.page-id-19 .wpcf7-submit {
padding: 1em 3em;
}
.page-id-19 .seleziona {
margin-left: 44px !important
}
.btn-grey:hover{
color: #fff !important;
background-color: #C8102E !important;
border-color: #C8102E !important;
}
button:focus {
outline: none;
}
.parallax {
background-attachment: fixed !important;
background-position: top center !important;
will-change: transform !important;
}
.daticonsulenti:nth-child(even) {
background: #F4F4F4
}
@media (min-width: 1200px) {
.container,
.elementor-section.elementor-section-boxed > .elementor-container{
max-width: 1340px;
}
.accordion-faq {
padding-right: 35px;
padding-left: 35px
}
}
@media (min-width: 1024px) {
.py-10 {
padding: 8em 0
} 
.mt-md-7 {
margin-top: 10rem !important
}
.pl-md-8 {
padding-left: 10em;
}
.elementor-element-eafb8fb {
margin-top: -160px;
z-index: 111;
position: relative;
}
.elementor-element-1a5f576e {
margin-top: -160px;
z-index: 111;
position: relative;
}
.elementor-element-222762e9 {
margin-top: -160px;
z-index: 111;
position: relative;
}
}
.elementor-49 .elementor-element.elementor-element-65f29ed7:not(.elementor-motion-effects-element-type-background), .elementor-49 .elementor-element.elementor-element-65f29ed7 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
background-size: 50% 100% !important;
}
.remove-padding {
background-size: 50% 100% !important;
}
.home .remove-padding {
background-size: 50% 130% !important;
}
@media (max-width: 1400px) {
.home .remove-padding {
background-size: 50% 100% !important;
}
}
.masonry {
column-count: 4;
column-gap: 1em;
}
.masonry .item {
display: inline-block;
margin: 0 0 0.5em;
width: 100%;
overflow: hidden
}
.masonry .item img {
width: 100%
}
.masonry .item:nth-child(3n+0) img {
height: 380px;
object-fit: cover
}
.masonry .item:nth-child(2n) img {
height: 300px;
object-fit: cover
}
.related-cucine img {
height: 400px;
object-fit: cover
}
.masonry a:before {
display: none !important
}
.masonry figure {
position: relative
}
.masonry figure img {
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
}
.masonry figure:hover img {
-webkit-transform: scale(1.1) rotate( 
0deg) !important;
transform: scale(1.1) rotate( 
0deg) !important;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
}
.nascosto {
opacity: 0;
visibility: hidden;
position: absolute;
top: 0;
width: 100%;
height: 100%;
justify-content: center;
display: flex;
flex-direction: column;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 55%);
}
.nascosto h3 {
color: #fff;
font-size: 25px;
padding: 15px;
}
.nascosto h4 {
padding: 0 20px;
font-size: 35px
}
a.rounded {
width: 35px;
height: 35px;
background: #5c94b4;
display: inline-block;
border-radius: 50% !important;
line-height: 40px;
text-align: center;
}
a.rounded i {
font-size: 1.2em;
color: #60042a;
}
a.rounded:hover {
background: #fff;
}
a.rounded:hover i {
color: #5c94b4;
}
.pagination {
display: flex;
flex-direction: row;
justify-content: center;
width: 100%;
margin-bottom: 50px;
}
.page-item {
position: relative;
display: block;
font-size: 2em; line-height: 1.25;
color: var(--red);
background-color: #fff;
border: none;
font-weight: 600;
padding: 0 15px;
}
.page-item span {
position: relative;
display: block;
padding: 12px 0; line-height: 1.25;
color: var(--red);
background-color: #fff;
border: none;
}
.page-item:before {
content: '-';
position: absolute;
left: 35px;
z-index: 1;
top: 10px;
}
.page-item:last-child:before {
display: none
}
.page-item span.current {
color: #718694;
}
.page-link {
position: relative;
display: block;
padding: 12px 0; line-height: 1.25;
color: var(--red);
background-color: #fff;
border: none;
}
.page-link:hover {
z-index: 2;
color: #718694;
text-decoration: none;
background: none
}
.page-item:last-child .page-link,
.page-item:first-child .page-link{
border-radius: 0
}
.form-control {
border-radius: 5px;
height: 40px;
border: none;
border: none; background: transparent;
font-size: 15px;
background: #fff;
border-radius: 0;
border: 1px solid;
}
.form-control:disabled, .form-control[readonly] {
background-color: #fff;
opacity: 1;
}
.privacy {
text-align: left
}
input[type=number] {
height: 40px;
width: 100%;
border: 1px solid #ced4da;
}
input[type=number] {
padding-left: 15px
}
.checkbox-468 input {
margin-left: 10px
}
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
border-radius: 5px;
height: 40px;
border: none;
border: 1px solid #ced4da; background: transparent;
font-size: 14px;
width: 100%;
color: var(--corpo);
}
input[type=date] {
padding: 0 5px
}
input[type=date]:focus-visible,
input[type=datetime-local]:focus-visible,
input[type=month]:focus-visible,
input[type=time]:focus-visible,
.form-control:focus-visible{
outline: none !important
}
select {
color: #7B7B7B;
}
.form-control:focus {
color: #7B7B7B;
outline: 0;
box-shadow: none;
}
textarea.form-control {
height: auto;
}
.privacy {
font-size: 13px
}
.privacy .wpcf7-list-item {
margin: 0
}
.privacy input {
margin-right: 5px
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:before {
display: block;
position: absolute;
content: '';
border-radius: 5px;
height: 18px;
width: 18px;
top: 0px;
border: 2px solid #222;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:after {
display: block;
position: absolute;
content: '\2713';
border-radius: 100%;
height: 10px;
width: 10px;
top: 2px;
left: 5px;
visibility: hidden;
font-size: 16px;
}
.bg-menu {
background: rgba(255,255,255,0.8);
z-index: 11
}
.slide {
height: 100vh;
margin-top: -92px
}
.owl-theme .owl-nav [class*=owl-]:hover {
background: none;
color: #FFF;
text-decoration: none;
}
.owl-nav button:hover svg #Ellisse_20{
fill:#e32226;
stroke:#e32226
}
.cat-box h3 {
color: var(--darkblue) !important;
min-height: 60px;
text-transform: uppercase;
margin-bottom: 15px;
font-size: 2.1rem;
line-height: 1.2em !important;
}
.cat-box img {
transition: all ease 0.6s;
}
@media (max-width: 1600px) {
.cat-box h3 {
min-height: 50px;
font-size: 1.6rem
}
.others-cat 	.cat-box h3 {
font-size: 1.5rem
}
}
.bg-cat {
min-height: 190px;
z-index: 11;
position: relative;
}
.bg-cat p {
font-weight:700;
line-height: 1.3em
}
.cat-box:hover img {
transform: scale(1.1);
}
.border-gradient {
border: 10px solid transparent;
border-image-slice: 1; transition: border-width 0.2s linear;
transition: all ease 0.6s;
overflow: hidden;
}
.blocco-servizi h3 {
font-size: 1.7rem
}
.greyscale img,
.blocco-servizi img {
filter: grayscale(100%);
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
}
.greyscale img:hover,
.blocco-servizi img:hover {
filter: grayscale(0);
}
.greyscale img:hover {
transform: scale(1.1);
}
.img-card {
overflow: hidden
}
.servizio-uno:hover .border-gradient,
.servizio-due:hover .border-gradient,
.servizio-tre:hover .border-gradient{
border-image-source: linear-gradient(to bottom, var(--maincolor), var(--maincolor));
border-width: 10px;
}
.servizio-uno img,
.servizio-due img,
.servizio-tre img  {
transition: all ease 0.6s;
height: 360px;
object-fit: cover;
}
.servizio-uno:hover img,
.servizio-due:hover img,
.servizio-tre:hover img {
transform: scale(1.1);
filter: grayscale(0);
}
.servizio-uno:hover h3 a,
.servizio-due:hover h3 a,
.servizio-tre:hover h3 a {
color: var(--maincolor)
} #gallery-carousel .owl-nav button:hover svg #Tracciato_17,
#gallery-carousel .owl-nav button:hover svg #Tracciato_18 {
fill:#fff;
stroke:#fff
}
.owl-home-gallery {
z-index: inherit
}
#opere-carousel.owl-theme .owl-nav ,
#gallery-carousel.owl-theme .owl-nav {
margin-top: 0;
position: absolute;
top: 40%;
width: 100%;
}
#opere-carousel .owl-prev,
#gallery-carousel .owl-prev{
position: absolute;
left: -130px;
}
#opere-carousel .owl-next,
#gallery-carousel .owl-next{
position: absolute;
right: -130px;
}
.owl-home-gallery .owl-nav {
position: absolute;
right: 0;
z-index: 11; left: 0;
top: 40%;
}
.owl-nav .owl-prev svg,
.owl-nav .owl-next svg {
height: 65px
}
.owl-nav .owl-prev {
position: absolute;
left: -65px;
}
.owl-nav .owl-next {
position: absolute;
right:  -65px
}
#post-home .owl-nav .owl-prev {
left: -20px;
}
#post-home .owl-nav .owl-next {
right: -20px;
}
#post-home .owl-nav .owl-prev svg,
#post-home .owl-nav .owl-next svg {
height: 35px;
}
.cont-img {
overflow: hidden;
}
.cont-img img {
width:100%;
transform: scale(1) rotate(
0deg
);
transition: all ease 0.6s;
box-shadow: none;
}
.cont-img:hover img {
transform: scale(1.1) rotate(
0deg
);
transition: all ease 0.6s;
}
.date:after {
content: '';
position: absolute;
top: 13px;
width: 85%;
border-top: 1px solid #ccc;
left: 12%;
}
.privacy .wpcf7-acceptance {
padding-left: 25px;
}
.privacy .wpcf7-list-item {
margin: 0; position: absolute; left: 0;
top: -5px;
}
.privacy .wpcf7-list-item::before {
content: '';
width: 20px;
height: 20px;
display: inline-block;
background: #fff;
border-radius: 0;
box-shadow: 0 0 0 1px rgb(0 0 0 / 40%);
}
label {
display: inline-block;
margin-bottom: 0.5rem;
font-size: 14px;
margin-bottom: 0;
margin-top: 5px;
font-weight: 600;
}
.inputcheck .wpcf7-list-item::before {
background: var(--red);
border: 5px solid #fff;
}
.page-template-page-contatti .privacy .wpcf7-list-item::before {
box-shadow: 0 0 0 1px #707070;
}
.wpcf7-list-item input[type=checkbox], .radio .wpcf7-list-item input[type=checkbox], .wpcf7-checkbox .wpcf7-list-item input[type=radio], .radio .wpcf7-list-item input[type=radio] { position: absolute;
left: 0;
width: 20px;
height: 20px; opacity: 0;
}
.tnp-privacy {
position: absolute;
left: 18px;
width: 20px;
height: 20px; opacity: 0;
}
.tnp-privacy-field label::before {
content: '';
width: 20px;
height: 20px;
display: inline-block;
background: #fff;
border-radius: 0;
box-shadow: 0 0 0 1px rgb(255 255 255 / 60%);
border: 1px solid #ddd;
}
.tnp-privacy-field.inputcheck label::before {
background: var(--green);
border: 5px solid #fff;
}
.coloridisponibili {
padding-left: 80px
}
.coloridisponibili:before {
content: '';
position: absolute;
left: 0;
background: url(https://pharmapaint.demo2-dirweb.it/wp-content/uploads/2022/02/colori-disponibili-1.png);
top: -10px;
height: 75px;
width: 100%;
background-repeat: no-repeat;
background-size: contain;
}
.desc-prod:before {
content: '';
position: absolute;
top: -55px;
left: -126px;
border-top: 1px solid var(--blue);
width: 100%;
}
.clienti .elementor-heading-title.elementor-size-default {
font-size: 14px;
font-weight: 500
}
.clienti img {
height: 200px;
width: 200px;
object-fit: contain;
filter: grayscale(100%);
-webkit-transition: .6s ease-in-out;
-moz-transition: .6s ease-in-out;
-o-transition: .6s ease-in-out;
transition: .6s ease-in-out;
}
.clienti img:hover {
filter: grayscale(0);
-webkit-transition: .7s ease-in-out;
-moz-transition: .7s ease-in-out;
-o-transition: .7s ease-in-out;
transition: .7s ease-in-out;
}
.clienti .elementor-widget-heading {
margin-bottom: -40px
}
.titoloslide {
font-size: 2.5rem !important;
font-weight: 400;
color: #fff !important;
}
.sottotitoloslide {
font-size: 22px;
font-weight: 400
}
.testi-slide .btn-lightgreen:hover {
background: #fff;
color: var(--green) |!important
} 
.elementor-element-14c70dc .elementor-widget-wrap {
padding: 0 !important
}
.removepadding  .elementor-element-populated {
padding: 0 !important
}
.card {
border-radius: 0
}
.img-card img {
height: 350px;
object-fit: cover
}
.big {
font-size: 25px;
}
.mappa .elementor-widget-wrap {
padding: 0 !important
}
.mappa-testi {
display: flex;
flex-direction: column;
height: 100%;
justify-content: center;
}
.mappa-testi h2.white {
position: relative;
display: table
}
.mappa-testi h2.white:after {
content: '';
position: absolute;
left: 0;
bottom: 4px;
width: 100%;
height: 1px;
border-top: 3px solid var(--lightgreen);
}
.post-home-card {
box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 15%);
background: #fff;
}
.team-card {
box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 15%);
background: #fff;
}
#team-4,
#team-5,
#team-6,
.team-4,
.team-5,
.team-6{
margin-bottom: 0 !important
}
#post-home .owl-stage-outer {
padding-top: 10px
}
.carosello-custom {
margin-top: -100px
}
.carosello-custom .elementor-carousel-image {
height:100%
}
.carosello-custom .elementor-carousel-image img {
object-fit: cover;
height: 100%;
}
.carosello-custom  .elementor-carousel-image:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border: 20px solid #F0EDE6;
}
.img-border:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border: 20px solid #F0EDE6;
}
.single .elementor-widget-image img {
width: 100%;
}
.tnp.tnp-widget .tnp-field-email {
width: 60%;
float: left;
}
.tnp.tnp-widget .tnp-field-email input {
background: #fff;
border-radius: 0;
height: 45px;
line-height: 45px;
}
.tnp.tnp-widget .tnp-field-email label {
display: none
}
.tnp-field.tnp-privacy-field {
clear: both
}
.tnp-field.tnp-field-button {
width: 38%; position: absolute;
top: 0;
right: 0;
}
.tnp-widget input.tnp-submit {
background-color: var(--green);
background-image: none;
text-shadow: none;
color: #fff !important;
margin: 0;
border-radius: 5px;
height: 45px;
font-size: 16px !important;
}
@media (min-width: 576px) {
.modal-dialog {
max-width: 50%;
margin: 1.75rem auto;
}
}
.icone-chiama {
border-top: 1px solid #CBC3C3;
}
.icone-chiama .telefono {
font-size: 24px;
font-weight: 600;
color: var(--green);
text-transform: uppercase;
margin-left: 10px; display: inline-block;
}
.icone-chiama .wa {
font-size: 24px;
font-weight: 600;
color: var(--green);
text-transform: uppercase;
margin-right: 10px; display: inline-block;
}
@media (min-width: 992px) {
.col-md-20 {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
}
@media (min-width: 1025px) {
.loghi-footer {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.icone-chiama .left:after {
content: '';
position: absolute;
right: 0;
height: 125%;
width: 1px;
border-left: 1px solid #CBC3C3;
top: -24px;
}
.elementor-kit-87 h3 {
word-spacing: 1px ;
letter-spacing: 1px;
line-height: 1.5;
}
}
.icone-servizi svg {
height: 110px;
width: auto
}
.icone-servizi-due svg {
height: 70px;
width: auto
}
#accordionExample .card-header {
padding: 10px;
margin-bottom: 0;
background-color: #9b0404;
border-bottom: none;
margin-bottom: 2px
}
#accordionExample .card-header h2 {
color: #fff;
text-align: center
}
.videoWrapper {
position: relative;
padding-bottom: 56.25%;
height: 0;
}
.videoWrapper video, .videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: inherit;
}
footer {
color:var(--corpo);
font-size: 18px !important;
font-weight: 400;
}
footer  .nav-link,
footer  a{
color:var(--corpo)
}
footer  .nav-link:hover {
text-decoration: none;
color: #fff !important
}
footer .nav-link:before {
display: none
}
footer .big {
font-size: 25px
}
footer .nav-link {
color:#97c3c3 !important;
padding: 0;
font-weight: 400;
font-size: 14px;
}
#menu-menu-footer .nav-link:before {
display: none
} footer {
background: #60042a;
color: #97c3c3
}
footer h4 {
font-size: 14px;
text-transform: uppercase;
font-weight: 600;
margin-top: 10px;
}
.social-footer svg {
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.social-footer svg:hover #Rettangolo_137,
.social-footer svg:hover #Tracciato_342{
fill:var(--lightgreen);
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
} .owl-theme .owl-dots {
position: absolute;
bottom: 15px; left: 50px;
}
.owl-theme .owl-dots button {
margin: 0 4px;
}
.owl-theme .owl-dots .owl-dot.active, .owl-theme .owl-dots .owl-dot:hover {
outline: none;
}
.owl-theme .owl-dots .owl-dot span {
width: 14px;
height: 14px;
margin: auto;
background: #fff;
display: block;
-webkit-backface-visibility: visible;
transition: opacity .2s ease;
border-radius: 50%s;
}
.single-outlet .owl-theme .owl-dots .owl-dot span {
background: var(--red);
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
background: var(--red);
border-radius: 50%;
}
.single-outlet .owl-theme .owl-dots .owl-dot.active span,
.single-outlet .owl-theme .owl-dots .owl-dot:hover span {
background: #000;
border:1px solid #000
}
.single-outlet .owl-theme .owl-dots {
position: absolute;
bottom: -35px; left: -10px;
}
.page-template-default  .owl-theme .owl-dots {
position: relative;
bottom: 0;
left: 0;
}
.page-template-default .owl-theme .owl-dots .owl-dot.active,
.page-template-default .owl-theme .owl-dots .owl-dot:hover {
outline: none;
}
.page-template-default .owl-theme .owl-dots .owl-dot span {
border: 1px solid var(--red);
}
.owl-theme .owl-nav {
margin-top: 0;
position: absolute;
right: 0;
left: 0;
top: 40%;
}
.social-footer {
text-align: right
}
.page-id-47 .owl-theme .owl-dots {
left: -10px;
}
#menu-menu-principale-1 {
list-style: none;
padding-left: 0;
margin-left: 0
}
#menu-menu-principale-1 .nav-link {
display: block;
padding: 3px 0;
color: #fff;
}
.icl_lang_sel_widget-2 {
position: absolute;
top: 10px;
right: 110px;
width: 100%; text-align: right;
}
.piede {
font-size: 13px;
font-weight: 400;
color: var(--white);
}
.piede a {
color: var(--white);
}
.piede span {
padding:0 20px
}
.piede a:hover {
color: var(--white);
text-decoration: underline
}
.overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 1;
visibility: hidden;
transition: opacity 0.55s, visibility 0.55s, width 0.55s;
z-index: 1111;
background: rgb(21,42,129);
background: -moz-linear-gradient(top, rgba(21,42,129,1) 0%, rgba(79,104,219,1) 75%, rgba(57,80,178,1) 100%);
background: -webkit-linear-gradient(top, rgba(21,42,129,1) 0%,rgba(79,104,219,1) 75%,rgba(57,80,178,1) 100%);
background: linear-gradient(to bottom, rgba(21,42,129,1) 0%,rgba(79,104,219,1) 75%,rgba(57,80,178,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#152a81', endColorstr='#3950b2',GradientType=0 );
} .overlay.show { visibility: visible;
height: 100%;
} .overlay a {
color: #fff
}
.overlay.show .dropdown-menu li {
position: relative;
opacity: 0
}
.overlay.show .dropdown-menu li {
-webkit-animation: fadeInUp 0.5s ease forwards;
animation: fadeInUp 0.5s ease forwards;
-webkit-animation-delay: 0.35s;
animation-delay: 0.35s;
}
.overlay.show {
display: block
}
.navbar-toggler {
position: absolute;
top: 20px;
border: none;
padding: 0
}
.noscroll .logo svg {
height: 50px;
width: auto;
position: absolute;
left: 48px;
top: 55px;
} 
.noscroll .navbar-toggler {
position: absolute;
top: 20px;
right: 63px;
border: none;
padding: 0
}  @media (min-width: 1024px) {
.nav_menu-2,
.widget_orari-2 ,
.widget_telefono-4 {
padding-left: 5rem
}
.px-5-large {
padding-left: 5em;
padding-right: 5em
}
.px-5-large-percent {
padding-left: 5%;
padding-right: 5%
}
}
.contatti-icone img {
width: 45px
}
.agenzia-consulenti {
display: none
}
@media (max-width: 1600px) {
}
@media (min-width: 1900px) {
.testata-interna {
height:50em !important
}
.page-template-page-agenzia 	.testata-interna {
height:auto !important
}
.punti-di-forza { 
position: absolute;
bottom: 0;
font-size: inherit !important;
padding: 50px 0;
}
.punti-di-forza .container {
}
.punti-di-forza .numero:after {
content: '';
height: 100%;
width: 1px;
position: absolute;
left: 120px;
top: -5px;
border-left: 2px solid #fff;
}
.punti-di-forza .numero {
font-size: 85px
}
.container {
max-width: 1540px;
}
}
@media (min-width: 768px) and (max-width:1280px) {
}
@media (max-width: 767px) {
#menu-menu-mobile-due li a{
padding:0 15px
}
#menu-menu-mobile-due svg {
height: 15px;
width:auto
}
#menu-menu-mobile-due:hover svg {
filter: brightness(0) invert(1);
}
#sidebar ul li.active>a svg, a[aria-expanded="true"] svg {
filter: brightness(0) invert(1);
}
#sidebar ul li a:hover {
background: var(--red) !important;
color: #fff !important;
}
.dropdown-menu {
display: none;
width: auto;
padding: 0;
box-shadow: none !important;
}
.dropdown-menu li {
margin-bottom: 12px;
background: none !important;
box-shadow: none !important;
border-bottom: 1px solid #ccc;
}
.dropdown-menu li a {
padding: 10px 15px !important
}
h2,
.elementor-kit-87 h2 {
font-size: 1.7rem !important;
}
.navbar-toggler .box {
width: 55px;
height: 50px;
}
.elementor-kit-87 h2 {
font-size: 2rem;
}
.info-header {
position: relative;
right: 0;
top: auto;
bottom: 0;
width: 100%;
left: 0;
padding: 15px 5px;
background: #27272E;
z-index: 1111;
}
.btn-left {
padding: 0.3em 0.5em;
border-radius: 25px;
margin-right: 0;
margin-left: 0;
font-size: 12px;
text-align: left;
border-color: #D3E8FD;
color: #D3E8FD !important;
}
.btn-left  svg {
height: 15px;
width: auto;
}
.btn-right {
padding: 0.3em 0.5em;
border-radius: 25px;
margin-right: 0;
margin-left: 0;
font-size: 16px;
font-weight: 600;
text-align: left;
border-color: #D3E8FD;
color: #D3E8FD !important;
}
.btn-right  svg {
height: 15px;
width: auto;
}
.info-header .btn-green {
color: var(--blue);
background-color: #D3E8FD;
border-color: #D3E8FD;
padding: 0.3em 1.3em;
border-radius: 25px;
font-size: 16px;
font-weight: 600;
}
#menu-menu-mobile {
list-style: none;
padding-left: 0;
margin-left: 0;
align-items: center;
height: 70%;
font-size: 1.6em;
display: block;
justify-content: center;
align-content: center;
flex-direction: column;
position: relative;
padding: 0;
font-weight: 600;
padding-top: 0;
max-width: 100%;
padding-left: 0;
padding-right: 0;
top: 0;
margin-top: 0 !important;
}
#menu-item-227,
#menu-item-232,
#menu-item-239{
position: relative
}
#menu-menu-mobile .nav-link {
color: 	#444446;
padding-left: 20px;
padding-right: 20px}
#menu-menu-mobile #menu-item-492,
#menu-menu-mobile #menu-item-493{
position: relative;
}
.social-footer {
text-align: center;
width: 100%;
margin-top: 20px;
}
.aprisottomenu-mobile,
.aprisottomenu-mobile-due,
.aprisottomenu-mobile-tre{
position: absolute;
right: 20px;
top: 20px;
font-size: 18px;
}
.menu-categorie-mobile,
.menu-categorie-mobile-due,
.menu-categorie-mobile-tre{
opacity: 0;
visibility: hidden;
position: absolute;
top: 0;
left: -260px;
list-style: none;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
background: #F8FAFA
}
#menu-menu-mobile .menu-categorie-mobile .nav-link ,
#menu-menu-mobile .menu-categorie-mobile-due .nav-link,
#menu-menu-mobile .menu-categorie-mobile-tre .nav-link{
padding:10px 20px 5px 20px
}
.open-sidebar {
padding-left: 0 !important
}
.menu-categorie-mobile.open-sidebar,
.menu-categorie-mobile-due.open-sidebar,
.menu-categorie-mobile-tre.open-sidebar{
display: block;
left: 0;
height: 100%;
width: 100%;
z-index: 1;
background: #fff;
opacity: 1;
visibility: visible;
}
.open-sidebar li.relative {
padding-left: 15px
}
nav.navbar {
background: rgba(255,255,255,0.8);
border-radius: 0;
}
.slide {
height:auto;
}
.slide picture {
height: 44vh !important;
margin-top: 95px;
}
.punti-di-forza {
position: relative;
bottom: 2px;
width: 100%;
margin: auto;
left: 0;
right: 0;
color: var(--white);
z-index: 1;
text-align: center;
background: #60042a;
padding-top: 50px;
padding-bottom: 50px;
}
.punti-di-forza .numero {
position: relative;
margin-bottom: 30px;
}
.punti-di-forza .numero:after {
display: none
}
#punto-2 .numero,
#punto-3 .numero {
padding-left: 0 !important
}
.contenitore-testi-slide {
padding: 30px 10px
}
.menu-text {
top:25px;
right: 70px !important;
width: 65px !important;
height: 50px !important;
}
.logo-cont svg {
height: 32px !important;
width: auto;  padding-left: 15px;
}
.post-testi {
order: 2;
margin-top: 30px !important;
}
.page-id-48 .elementor-container .btn-primary, .page-id-56 .elementor-container .btn-primary, .page-id-46 .elementor-container .btn-primary, .page-id-62 .elementor-container .btn-primary, .page-id-54 .elementor-container .btn-primary, .page-id-58 .elementor-container .btn-primary, .page-id-50 .elementor-container .btn-primary, .page-id-60 .elementor-container .btn-primary, .page-id-52 .elementor-container .btn-primary {
margin-bottom: 25px
}
.elementor-element-e815784 {
order: 2
}
.elementor-45 .elementor-element.elementor-element-1cbc66a .swiper-slide {
height: 50vh !important
}
.navbar-toggler svg {
height: 50px;
width: 50px
}
.nav_menu-2,
.nav_menu-3,
.nav_menu-4 {
display: none
}
.icona svg {
height: 85px;
}
.aprisottomobile {
position: absolute;
left: 30%;
top: 11px;
}
.aprisottomobile svg {
width: 15px
}
.mostrasubmenu {
display: block
}
.meno {
display: none;
margin-top: 6px;
}
.btn-close {
box-sizing: content-box;
width: 1.5em;
height: 1.5em;
padding: .25em .25em;
border: 0;
border-radius: .25rem;
opacity: 1;
background-size: cover;
}
.icone-chiama div {
text-align: center !important
}
.icone-chiama div span {
display: none !important
}
.icone-chiama svg {
height: 60px;
width: auto
}
.form-control {
height: 40px
}
.modal-content h4 {
font-size: 1.3rem
}
.dropdown-menu .nav-link {
font-size: 14px !important;
}
.navbar.fixed .custom-logo svg {
width: 160px;
height: 40px;
}
.navbar.fixed {
padding: 0.5rem 0 !important;
}
.navbar.fixed	.navbar-toggler {
top: 5px;
}
.testi-testata {
padding-left: 0;
}
h1 {
font-size: 2rem !important;
}
.home h1 {
font-size: 15px !important
}
.intro-pagine .intro-padding {
padding: 2em;
}
.px-0-mobile {
padding: 0
}
.overlay .fixed-menu{
position: fixed;
z-index: 1111;
top: 100vh;
}
.testata-home {
height:92vh;
border-bottom: none
}
.testata-home picture:before {
height: 50%;
}
.testata-home .testo-slide .elementor-widget-container {
padding-left: 1em;
padding-top: 3em;
}
.sottotitoloslide {
font-size: 18px;
font-weight: 400;
}
.icone-servizi svg {
height: 85px;
width: auto
}
.sottotitoloslide br {
display: none
}
.elementor-element-287d563{
text-align: center
}
.elementor-element-5d488a5 p {
text-align: center !important
}
.elementor-45 .elementor-element.elementor-element-f4e3c85 > .elementor-widget-container {
margin: 0;
}
.navbar-toggler svg {
height: 40px !important
}
.navbar-toggler svg #MENU {
display: none
}
.navbar-toggler {
left: 10px;
top: 15px;
}
.titoloslide {
font-size: 2rem !important;
font-weight: 400;
}
.titoloslide br {
display: none
}
.team-card {
flex: 0 0 100%;
max-width: 100%;
max-height: inherit;
margin-bottom: 30px
}
.servizio h3 {
font-size: 1.3rem;
font-weight: 600;
}
.servizio:hover h3 {
font-size: 22px;
}
.servizio h3 svg {
position: absolute;
right: 15px !important;
height: 20px !important;
top: 3px !important;
}
.elementor-36 .elementor-element.elementor-element-1bfc629:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-36 .elementor-element.elementor-element-1bfc629 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
height: 400px;
width: 100%;
}
.page-template-default .owl-theme .owl-dots {
position: relative;
bottom: 0;
left: 0;
}
.elementor-element-a7ea107 .elementor-element-populated, .elementor-element-ae5115e .elementor-element-populated {
padding: 20px !important;
}
.elementor-element-14c70dc {
order: 2
}
.pl-5, .px-5 {
padding-left: 1rem!important;
}
.pr-5, .px-5 {
padding-right: 1rem!important;
}
.icone-servizi svg text {
font-size: 15px;
}
.pb-5, .py-5 {
padding-bottom: 1rem!important;
}
.pt-5, .py-5 {
padding-top: 1rem!important;
}
.owl-theme .owl-dots {
left: 10px;
}
.masonry .item:nth-child(2n) img {
height: 125px;
}	
.masonry .item:nth-child(3n+0) img {
height: 190px;
}
#menu-menu-footer .nav-link {
padding: 0
}
.page-template-default:not(.home) nav.navbar, .tax-categoria-prodotto nav.navbar {
padding-bottom: 210px ;
}
.noscroll .navbar-toggler {
position: absolute;
top: 10px;
right: 10px;
border: none;
padding: 0;
}
.testata-home .swiper-pagination {
width: 100%;
right: 0;
left: auto;
transform: rotate( 0 );
bottom: 5px;
}
.elementor-element-402d575,
.elementor-element-484e2ff2,
.elementor-element-3c7a6c2d {
padding-left: 1em;
padding-right: 1em
}
.elementor-element-a8814bf.remove-padding,
.elementor-element-6c329999.remove-padding,
.elementor-element-3c773cfb.remove-padding{
background-size: 100% !important;
background-position: bottom !important;
padding-left: 1em;
padding-right: 1em
}
.elementor-element-402d575 .elementor-widget-wrap {
padding-bottom: 100% !important
}
.elementor-element-484e2ff2 .elementor-widget-wrap {
padding-bottom: 100% !important
}
.elementor-element-3c7a6c2d .elementor-widget-wrap {
padding-bottom: 80% !important
}
.elementor-element-71238913 {
background-size: 100% !important;
background-position: bottom !important;
padding-left: 1em;
padding-right: 1em
}
.elementor-element-403cd14e .elementor-widget-wrap {
padding-bottom: 82%
}
.elementor-element-76777f2 {
background-size: 100% !important;
background-position: bottom !important;
padding-left: 1em;
padding-right: 1em
}
.elementor-element-88dc618  .elementor-widget-wrap {
padding-bottom: 82% !important
}
.elementor-element-837c234 {
background-size: 100% !important;
background-position: bottom !important;
padding-left: 1em;
padding-right: 1em
}
.elementor-element-1661f5c .elementor-widget-wrap {
padding-bottom: 84% !important
}
.elementor-49 .elementor-element.elementor-element-65f29ed7:not(.elementor-motion-effects-element-type-background), .elementor-49 .elementor-element.elementor-element-65f29ed7 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
background-size: 100% !important;
background-position: bottom !important;
padding-left: 1em;
padding-right: 1em
}
.elementor-element-3a511a3c  .elementor-widget-wrap {
padding-bottom: 20% !important
}
footer {
text-align: center
}
#menu-menu-principale {
align-items: center;
height: 100vh;
font-size: 1.6em;
display: block;
justify-content: center;
align-content: center;
flex-direction: column;
position: relative;
padding: 0;
font-weight: 600;
padding-top: 118px;
max-width: 100%;
padding-left: 15px;
}
.cont-menu:before {
display: none
}
#menu-item-84 .dropdown-menu .nav-link {
font-size: 22px !important;
padding: 15px 0 0 0 !important;
}
.dropdown-menu .nav-link {
padding: 10px 15px !important
}
.cont-menu a {
display: none
}
.cont-menu .dropdown-menu  a {
display: block
}
.home .intro hr.linea {
margin-left: 0
} 
.motto {
font-size: 16px;
}
.navbar.fixed #menu-menu-principale {
padding: 0;
}
svg.custom-logo {
width: auto;
height: 55px;
}
.overlay.show svg.logo-overlay {
display: block;
margin: auto
}
.order2 {
order: 2
}
.elementor-element-f4140be {
order: 2
}
h2 {
font-size: 2rem;
}
.masonry {
column-count: 3;
column-gap: 0.5em;
}
.masonry .item {
margin: 0 0 0.5em;
}
.img-cat-testata {
margin-top: 0;
z-index: 111;
position: relative;
margin-bottom: 25px;
}
.cont-bread-titolo {
bottom: 0;
padding-left: 50px;
}
.cont-bread-titolo h2 {
font-size: 2rem;
}
.desc-prod:before {
display: none
}
.cont-bread-titolo:before {
height: 100%;
top: 0
}
#richiediappuntamento {
margin-top: 45px;
}
.icl_lang_sel_widget-2 {
top: -5px;
right: 40px;
}
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450;
text-align: center;
background: #46b450;
color: #fff;
font-weight: 600;
text-transform: uppercase;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
text-align: center;
background: #f7e700;
font-weight: 600;
padding: 18px;
font-size: 20px;
text-transform: uppercase;	
}
div.wpcf7-spam-blocked {
text-align: center;
background: #ffa500;
font-weight: 600;
padding: 18px;
font-size: 20px;
text-transform: uppercase;		
}
div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
background: #ff0000;
font-weight: 600;
padding: 18px;
font-size: 20px;
text-transform: uppercase;			
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
border-color: #ffb900;
text-align: center;
background: #ffb900;
font-weight: 600;
} @media only screen and (min-device-width: 481px) and (max-device-width: 1366px) and (orientation:portrait) {
.browser-ipad .px-5-large {
padding-left: 1em !important;
padding-right: 1em !important			
} 
.browser-ipad .bottoni .col-md-6 {
width:  100% !important;
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 25px !important
}
.browser-ipad .bottoni .col-md-6:last-child{
margin-bottom: 0 !important
}
.blog .cont-article figure {
height: 295px !important
}
.blog article .row.p-md-5.bg-white {
padding: 1.5em !important
}
.related-outlet article h3 a {
font-size: 30px !important
}
}
.grecaptcha-badge { 
visibility: hidden;
}
#iub-pp-container h1 {
display: none
}
#iub-pp-container h2 {
font-size: 20px;
}
#iub-pp-container h3,
#iub-pp-container h4{
font-size: 16px;
}
table.tabella-responsive {
border: 1px solid #ccc;
border-collapse: collapse;
margin: 0;
padding: 0;
width: 100%;
table-layout: fixed;
}
table.tabella-responsive caption {
font-size: 1.5em;
margin: .5em 0 .75em;
}
table.tabella-responsive tr {
background-color: #fff;
border: 4px solid var(--lightblue);
padding: 0.35em;
font-size: 15px;
text-align: left;
}
table.tabella-responsive th,
table.tabella-responsive td {
padding: 0.625em;
text-align: left;
border: 4px solid var(--lightblue);
font-size: 14px;
color: var(--darkblue);
font-weight: 600;
padding-left: 30px;
line-height: 1.8em;
}
table.tabella-responsive th {
font-size: 15px;
letter-spacing: 0;
text-transform: uppercase;
background: #eaf4f6;
color: var(--darkblue);
text-align: left;
padding-left: 20px;
line-height: 1.4em;
font-weight: 600;
}
@media (min-width: 768px) and (max-width:1200px) {
table.tabella-responsive th, table.tabella-responsive td {
zoom: 0.8;
}
}
@media screen and (max-width: 767px) {
.carosello-custom {
margin-top: 0;
}
.punti-di-forza p {
color: var(--white)
}
.elementor-skin-carousel .elementor-main-swiper, .elementor-skin-coverflow .elementor-main-swiper {
height: 430px !important;
}
table.tabella-responsive {
border: 0;
}
table.tabella-responsive caption {
font-size: 1.3em;
}
table.tabella-responsive thead {
border: none;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
table.tabella-responsive tr {
display: block;
margin-bottom: 2em;
padding-bottom: 3em;
}
table.tabella-responsive td {
display: block;
font-size: .8em;
text-align: left;
border: none;
padding-left: 10px;
}
table.tabella-responsive td::before{ content: attr(data-label);
float: left;
font-weight: bold;
text-transform: uppercase;
background: #eaf4f6;
padding: 5px; width: 100%;
text-align: left;
}
table.tabella-responsive td:last-child {
border-bottom: 0;
}
}
.ti-widget.ti-goog .ti-review-item>.ti-inner {
border-top-width: 0px !important;
border-bottom-width: 0px !important;
border-left-width: 0px !important;
border-right-width: 0px !important;
background-color: transparent !important; 
backdrop-filter: blur(0px);
} 
.ti-widget.ti-goog .ti-review-item>[class$=inner] {
border-style: solid !important;
border-color: #f8f9f9 !important;
background-color: transparent !important;
border-radius: 0 !important;
padding: 25px !important;
margin: 0 !important;
display: block;
}
select[name="gcmi-comune-157_IDReg"] option {
display: none
}
.mostraoption {
display: block !important
} 
#exampleModalCenter .wpcf7-spinner {
position: absolute;
margin: 0 0 0 15px;
}
#exampleModalCenter .wpcf7-submit:hover {
background: #fff;
color: var(--red) !important;
border-color: var(--red);
}.select2-container {
box-sizing: border-box;
display: inline-block;
margin: 0;
position: relative;
vertical-align: middle;
}
.select2-container .select2-selection--single {
box-sizing: border-box;
cursor: pointer;
display: block;
user-select: none;
-webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
display: block;
padding-left: 16px;
padding-right: 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
position: relative;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
padding-right: 8px;
padding-left: 20px;
}
.select2-container .select2-selection--multiple {
box-sizing: border-box;
cursor: pointer;
display: block;
min-height: 32px;
user-select: none;
-webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
display: inline-block;
overflow: hidden;
padding-left: 8px;
text-overflow: ellipsis;
white-space: nowrap;
}
.select2-container .select2-search--inline {
float: left;
}
.select2-container .select2-search--inline .select2-search__field {
box-sizing: border-box;
border: none;
font-size: 100%;
margin-top: 5px;
padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none;
}
.select2-dropdown {
background-color: white;
border: 1px solid #e1e6f1;
border-radius: 0px;
box-sizing: border-box;
display: block;
position: absolute;
left: -100000px;
width: 100%;
z-index: 1024;
box-shadow: -8px 12px 18px 0 rgba(21, 21, 62, 0.3);
}
.select2-results {
display: block;
}
.select2-results__options {
list-style: none;
margin: 0;
padding: 0;
}
.select2-results__option {
padding: 8px 16px;
user-select: none;
-webkit-user-select: none;
font-size: 13px;
}
.select2-results__option[aria-selected] {
cursor: pointer;
}
.select2-container--open .select2-dropdown {
left: 0;
}
.select2-container--open .select2-dropdown--above {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.select2-search--dropdown {
display: block;
padding: 4px;
}
.select2-search--dropdown .select2-search__field {
padding: 4px;
width: 100%;
box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
display: none;
}
.select2-close-mask {
border: 0;
margin: 0;
padding: 0;
display: block;
position: fixed;
left: 0;
top: 0;
min-height: 100%;
min-width: 100%;
height: auto;
width: auto;
opacity: 0;
z-index: 99;
background-color: #ffffff;
filter: alpha(opacity=0);
}
.select2-hidden-accessible {
border: 0 !important;
clip: rect(0 0 0 0) !important;
-webkit-clip-path: inset(50%) !important;
clip-path: inset(50%) !important;
height: 1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important;
white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
background-color: #ffffff;
border: 1px solid #e8e8f7;
border-radius: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #a6a6bf;
line-height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
color: #a8afc7;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 38px;
position: absolute;
top: 1px;
right: 9px;
width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
border-color: #a8afc7 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
left: 1px;
right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
background-color: #f2f1ff;
cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #a8afc7 transparent;
border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
background-color: white;
border: 1px solid #e8e8f7;
border-radius: 0px;
cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
box-sizing: border-box;
list-style: none;
margin: 0;
padding: 0 5px;
width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
color: #a8afc7;
margin-top: 5px;
float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
margin-top: 5px;
margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
border-radius: 0px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
cursor: pointer;
display: inline-block;
font-weight: bold;
margin-right: 2px;
opacity: 0.7;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #333;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
float: right;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
margin-left: 5px;
margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
outline: 0;
}
.select2-search.select2-search--inline input::placeholder {
padding-left: 4px;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
background-color: #f2f1ff;
cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid #e1e6f1;
outline: none;
}
.select2-container--default .select2-search--inline .select2-search__field {
background: transparent;
border: none;
outline: 0;
box-shadow: none;
-webkit-appearance: textfield;
padding-left: 10px;
}
.select2-container--default .select2-results>.select2-results__options {
max-height: 200px;
overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
color: #a8afc7;
}
.select2-container--default .select2-results__option[aria-selected=true] {
background-color: #f1f2f9;
}
.select2-container--default .select2-results__option .select2-results__option {
padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
margin-left: -1em;
padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -2em;
padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -3em;
padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -4em;
padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -5em;
padding-left: 6em;
}
.select2-container--default .select2-results__group {
cursor: default;
display: block;
padding: 6px;
}
.select2-container--classic .select2-selection--single {
background-color: #f7f7f7;
border: 1px solid #e1e6f1;
border-radius: 0px;
outline: 0;
background-image: -webkit-linear-gradient(top, #ffffff 50%, #e1e6f1 100%);
background-image: -o-linear-gradient(top, #ffffff 50%, #e1e6f1 100%);
background-image: linear-gradient(to bottom, #ffffff 50%, #e1e6f1 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
color: #334151;
line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
color: #a8afc7;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
background-color: #f1f2f9;
border: none;
border-left: 1px solid #e1e6f1;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
height: 26px;
position: absolute;
top: 1px;
right: 1px;
width: 20px;
background-image: -webkit-linear-gradient(top, #e1e6f1 50%, #ccc 100%);
background-image: -o-linear-gradient(top, #e1e6f1 50%, #ccc 100%);
background-image: linear-gradient(to bottom, #e1e6f1 50%, #ccc 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
border-color: #a8afc7 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
border: none;
border-right: 1px solid #e1e6f1;
border-radius: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
left: 1px;
right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
background: transparent;
border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #a8afc7 transparent;
border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
background-image: -webkit-linear-gradient(top, #ffffff 0%, #e1e6f1 50%);
background-image: -o-linear-gradient(top, #ffffff 0%, #e1e6f1 50%);
background-image: linear-gradient(to bottom, #ffffff 0%, #e1e6f1 50%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background-image: -webkit-linear-gradient(top, #e1e6f1 50%, #ffffff 100%);
background-image: -o-linear-gradient(top, #e1e6f1 50%, #ffffff 100%);
background-image: linear-gradient(to bottom, #e1e6f1 50%, #ffffff 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
background-color: white;
border: 1px solid #e1e6f1;
border-radius: 0px;
cursor: text;
outline: 0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
list-style: none;
margin: 0;
padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #e1e6f1;
border-radius: 0px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
color: #a8afc7;
cursor: pointer;
display: inline-block;
font-weight: bold;
margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #555;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
float: right;
margin-left: 5px;
margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
border: 1px solid #e1e6f1;
outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
outline: 0;
box-shadow: none;
}
.select2-container--classic .select2-dropdown {
background-color: #ffffff;
border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
border-top: none;
}
.select2-container--classic .select2-results>.select2-results__options {
max-height: 200px;
overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
background-color: #3875d7;
color: #ffffff;
}
.select2-container--classic .select2-results__group {
cursor: default;
display: block;
padding: 6px;
}.btn-ricerca {
color: var(--white) !important;
background-color: var(--red);
border-color: var(--red);
padding: 7px 15px;
border-radius: 0;
font-size: 16px;
font-weight: 600 !important;
font-family: 'Montserrat', sans-serif;
font-style: normal;
width: 100%;
}  .immobile-box {
margin-bottom: 20px;
background-color: #f7f7f7;
}
.immobile-box.post-home-card {
box-shadow: none !important;
background: #fff;
background-color: rgb(255, 255, 255);
border: 1px solid #dee2e6 !important;
}
.gridView.immobile-box.post-home-card {
height: calc(100% - 40px);
}
.gridView.immobile-box.post-home-card .row {
flex-direction: column;
height: 100%;
}
.gridView.immobile-box.post-home-card .row .col-12 {
-ms-flex: 0;
flex: 0;
}
.gridView.immobile-box.post-home-card .row .col-12:last-child {
flex-grow: 1;
}
.immobile-immagine {
background: #fff url(/insieme/wp-content/laffare/media/img/no-image.jpg) no-repeat center center;
background-size: contain;
height: 350px;
border-right: 1px solid #eee;
}
.gridView .immobile-immagine {
border-right: 0px;
border-bottom: 1px solid #eee;
}
.immobile-immagine img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.immobile-immagine .immobile-esclusiva-box {
position: absolute;
top: 0;
z-index: 1;
right: 0;
width: 100%;
display: block;
font-size: 13px;
padding: 0px;
overflow: hidden;
height: 100px;
}
.immobile-immagine .immobile-esclusiva {
background: #EC701E;
color: #fff;
float: left;
transform: rotate(-45deg);
left: -70px;
top: 21px;
position: relative;
text-align: center;
width: 200px;
height: 22px;
font-size: 11px;
margin: 0;
display: flex;
align-items: center;
justify-content: center;
text-transform: uppercase;
font-weight: bold;
}
.immobile-immagine .immobile-contratto {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: absolute;
right: 8px;
top: 8px;
color:#FFFFFF;
background-color:#9B0404;
text-transform:uppercase;
font-size:15px;
padding:4px;
}
.immobile-immagine .immobile-bottom-left {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: absolute;
left: 8px;
bottom: 8px;
}
.immobile-dettagli  {
height: 100%;
display: flex;
flex-direction: column;
}
.immobile-dettagli .immobile-dettagli-inner {
padding: 20px;
}
.sectionTitle,
.immobile-dettagli .immobile-dettagli-inner .immobile-titolo {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color:#9B0404;
}
.immobile-dettagli .immobile-dettagli-inner .immobile-indirizzo {
margin-right: 10px;
font-weight: 500;
flex-basis: 100%;
}
.immobile-dettagli .immobile-prezzo {
color: var(--corpo);
font-size: 24px;
font-weight: 600;
margin-top: 14px;
}
.immobile-dettagli .immobile-info li {
padding: 15px 0 0;
font-size: 13px;
}
.immobile-dettagli .immobile-info li i {
margin-right: 0;
display: block;
font-size: 24px;
color: #969696;
font-weight: 900;
}
.immobile-dettagli .immobile-info li {
color: #969696;
font-size: 14px;
font-weight:500;
}
.immobile-dettagli .immobile-info li span {
color: #969696;
font-size: 20px;
margin-left: 3px;
font-weight:500;
}
.immobile-dettagli .immobile-descrizione {
font-size: 14px;
color: #969696;
}
.immobile-dettagli .immobile-btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: auto;
width: 100%;
border-top: 1px solid #eeeeee;
}
.immobile-dettagli .immobile-btn a.immobile-link {
display: flex;
align-items: center;
justify-content: flex-end;
padding: 15px;
font-size: 12px;
color: var(--corpo);
margin-right: auto;
flex-grow: 1;
text-align: right;
text-transform: uppercase;
font-weight: bold;
}
.immobile-dettagli .immobile-btn a.immobile-link i {
margin-left: 5px;
}
.immobile-dettagli .immobile-btn a.immobile-link:hover {
color: var(--red);
text-decoration:none;
}
.immobile-dettagli .immobile-btn .immobile-azioni {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-shrink: 0;
z-index: 500;
text-align:center;
}
.immobile-dettagli .immobile-azioni li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
-ms-flex-item-align: center;
align-self: center;
color: #969696;
padding: 12px 20px;
font-weight: 500;
justify-content: flex-start;
flex-direction: column;
text-align: left;
}
span.rif-span {
display: block;
font-size: 10px;
text-transform: uppercase;
line-height: 0px;
color: var(--corpo);
}
.immobile-dettagli .immobile-dettagli-inner-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.immobile-dettagli .immobile-dettagli-inner-box .immobile-prezzo {
margin-left: auto;
}
.immobile-dettagli .immobile-prezzo {
margin-top: 0;
}  .pagination {
flex-wrap: wrap;
}
.pagination .page-item {
padding: 0px 10px;
}
.pagination .page-item .page-link {
padding: 18px 28px;
color: #969696;
border: 1px solid #dee2e6;
font-size: 18px;
}
.page-item.disabled .page-link {
color: #6c757d;
pointer-events: none;
cursor: auto;
border: 1px solid #dee2e6;
}
.pagination .page-item.active .page-link {
background: #9B0404;
color: #ffffff;
}
.pagination .page-link:hover {
background: #B9BDAE !important;
color: #ffffff !important;
}
.pagination .page-item::before {
content: '' !important;
}  .immobili-filtri a, .immobili-filtri label {
color: var(--corpo);
font-weight: 500;
font-size: 14px;
text-transform: uppercase;
}
.immobili-filtri a:hover {
color: #9B0404;
text-decoration: none;
} @media only screen and (max-width: 768px) {
.immobile-info {
margin-bottom: 0px;
}
.immobile-immagine {
border-right: 0px solid #eeeeee;
border-bottom: 1px solid #eeeeee;
}
.immobile-descrizione {
display: none!important;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
.immobile-immagine {
height: 260px;
}
.immobile-dettagli .immobile-descrizione {
display: none !important;
}
} #galleryImage {
position: relative;
cursor: pointer;
}
#galleryImage:after {
content: "";
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background: rgba(0,0,0,0.25);
opacity: 0;
transition: 100ms;
}
#galleryImage:hover:after {
opacity: 1;
}
#gallery-preview{
width:100%;
padding-bottom:0px; padding-top: 0px;
}
#gallery-preview[data-count] > img {
display: block;
float: left;
object-fit: cover;
}
#gallery-preview[data-count] > img:nth-child(1){
width:100%;
min-height:250px;
max-height:250px;
}
#gallery-preview img:nth-child(n+2){
display:none!important;
}
#gallery-preview[data-count="1"] img{
min-height:600px;
max-height:600px;
margin:0 auto;
float:none;
width:100%;
}
@media (min-width:576px){
#gallery-preview[data-count="1"] img{
width:540px
}
}
@media (min-width:768px){
#gallery-preview[data-count="1"] img{
width:720px
}
}
@media (min-width:992px){
#gallery-preview[data-count="1"] img{
width:960px
}
}
@media (min-width:1200px){
#gallery-preview[data-count="1"] img{
width:1170px
}
}
#gallery-preview[data-count="5"]{
min-height:250px;
}
#gallery-preview[data-count="5"] > img{
width:50%;
min-height:250px;
max-height:250px;
}
@media (min-width:576px){ #gallery-preview[data-count]{
min-height:300px;
}
#gallery-preview[data-count] > img:nth-child(n){
min-height:300px;
max-height:300px;
width:50%;
display:block!important;
}
#gallery-preview[data-count="1"] > img:nth-child(n){
width:100%;
}
#gallery-preview[data-count] > img:nth-child(n+3){
display:none!important;
}
}
@media (min-width:768px){ #gallery-preview{
min-height:400px;
}
#gallery-preview[data-count] > img:nth-child(n){
width:50%;
min-height:200px;
max-height:200px;
}
#gallery-preview[data-count] > img:first-child{
min-height:400px;
max-height:400px;
width:50%;
}
#gallery-preview[data-count="2"] > img:nth-child(n),
#gallery-preview[data-count="1"] > img:nth-child(n){
min-height:400px;
max-height:400px;
}
#gallery-preview[data-count="2"] > img:nth-child(n){
width:50%;
}
#gallery-preview[data-count="1"] > img:nth-child(n){
width:100%;
}
#gallery-preview[data-count] > img:nth-child(n){
display:block!important;
}
#gallery-preview[data-count] > img:nth-child(n+4){
display:none!important;
}
}
@media (min-width:992px){ #gallery-preview[data-count] > img:nth-child(n){
min-height:350px;
max-height:350px;
width:33.333333%;
}
#gallery-preview[data-count="1"] > img:nth-child(n){
width:960px;
min-height:400px;
max-height:400px;
}
#gallery-preview[data-count="2"] > img:nth-child(n){
min-height:400px;
max-height:400px;
width:50%;
}
#gallery-preview[data-count] > img:nth-child(n){
display:block!important;
}
#gallery-preview[data-count] > img:nth-child(n+4){
display:none!important;
}
}
@media (min-width:1200px){ #gallery-preview{
min-height:0;
}
#gallery-preview[data-count] > img:nth-child(n){
min-height:300px;
max-height:300px;
}
#gallery-preview[data-count="1"] > img:first-child{
width:1170px;
min-height:600px;
max-height:600px;
}
#gallery-preview[data-count="2"] > img:nth-child(n){
width:50%;
min-height:500px;
max-height:500px;
}
#gallery-preview[data-count="3"] > img:nth-child(n){
width:33.33333333333%;
min-height:500px;
max-height:500px;
}
#gallery-preview[data-count="4"] > img:nth-child(n){
width:25%;
min-height:350px;
max-height:350px;
}
#gallery-preview[data-count="5"] > img:nth-child(n){
width:25%;
min-height:300px;
max-height:300px;
}
#gallery-preview[data-count="5"] > img:first-child{
width:50%;
min-height:600px;
max-height:600px;
}
#gallery-preview[data-count] > img:nth-child(n){
display:block!important;
}
}
.btn-openGallery {
position: absolute;
z-index: 1;
bottom: 20px;
left: 50%;
display: inline-block;
width: auto;
transform: translateX(-50%);
}
.place {
font-size: 18px;
font-weight: 600;
margin: 0px;
}
.customIcon{
text-align: center;
font-weight: bold;
font-size: 20px;
color: #969696;
}
.customIcon i {
width: 50px;
height: 50px;
display: inline-flex;
justify-content: center;
align-items: center;
background: #ffffff;
border: 1px solid var(--corpo);
border-radius: 3px;
font-size: 25px;
color: var(--corpo);
}
.customIcon div {
text-transform: uppercase;
font-size: 11px;
font-weight: bold;
margin-bottom: -5px;
}
.rifment {
background: #eee;
padding: 2px 10px;
font-size: 12px;
font-weight: bold;
color: #000;
}
.rifment.customLabel {
font-size: 14px;
white-space: nowrap;
margin: 5px 2.5px;
}
.borderBox {
border: 1px solid #eee;
font-size: 14px;
}
.sectionTitle {
margin-bottom: 20px;
}
.borderBox .slide {
height: auto;
margin-top: initial;
}
.borderBox .owl-carousel .owl-nav  {
position: absolute;
width: 100%;
top: 50%;
margin-top: -1.25rem;
}
.borderBox .owl-carousel .owl-nav .owl-prev, .borderBox .owl-carousel .owl-nav .owl-next {
background-color: rgba(255, 255, 255, 0.9);
box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
color: #191919;
display: inline-block;
height: 2.5rem;
position: absolute;
text-align: center;
transition: .3s ease;
width: 2.5rem;
font-size: 30px;
}
.borderBox .owl-carousel .owl-nav .owl-prev:hover, .borderBox .owl-carousel .owl-nav .owl-next:hover {
background-color: var(--corpo);
color: #fff;
}
.borderBox .owl-carousel .owl-nav .owl-next {
right: 1rem;
}
.borderBox .owl-carousel .owl-nav .owl-prev {
left: 1rem;
}
.borderBox .mostra_panoramica {
display: block;
height: 170px;
}
.borderBox .mostra_panoramica img {
object-fit: cover;
height: 100%;
}
.borderBox .planimetriaImg {
height: 450px;
width: 100%;
object-fit: contain;
object-position: center;
}
.btn-primary.btn-contact { font-style: normal;
font-weight: 400 !important;
}
.btn-primary.btn-whatsapp {
background: #25D366;
border-color: #25D366;
}
.btn-primary.btn-contact:hover, .btn-primary.btn-whatsapp:hover {
background: var(--red);
border-color: var(--red);
}
.rifment.esclusiva {
background: #EC701E;
color: #fff;
}.gcmiT1{border-collapse:collapse;border-spacing:0;border-color:#aabcfe;table-layout:fixed;width:100%;max-width:800px}.gcmiT1 td{font-family:Arial,sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#aabcfe;color:#669;background-color:#e8edff}.gcmiT1 th{font-family:Arial,sans-serif;font-size:14px;font-weight:400;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#aabcfe;color:#039;background-color:#b9c9fe}.gcmiT1 .tg-cly1{text-align:left;vertical-align:middle}.gcmiT1 .tg-5lax{background-color:#d2e4fc;text-align:left;vertical-align:middle}.gcmiT1 .tg-yla0{font-weight:700;text-align:left;vertical-align:middle}.gcmiT1 .tg-qw54{background-color:#d2e4fc;font-weight:700;text-align:left;vertical-align:middle}.gcmiT2{border-collapse:collapse;border-spacing:0;border-color:#aabcfe;width:100%;max-width:800px}.gcmiT2 td{font-family:Arial,sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#aabcfe;color:#669;background-color:#e8edff}.gcmiT2 th{font-family:Arial,sans-serif;font-size:14px;font-weight:400;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#aabcfe;color:#039;background-color:#b9c9fe}.gcmiT2 .tg-lboi{font-weight:700;border-color:inherit;text-align:left;vertical-align:middle}.gcmiT2 .tg-5cz4{background-color:#d2e4fc;font-weight:700;border-color:inherit;text-align:center;vertical-align:middle}.gcmiT2 .tg-uzvj{font-weight:700;border-color:inherit;text-align:center;vertical-align:middle}.gcmiT2 .tg-4ynh{background-color:#d2e4fc;font-weight:400;border-color:inherit;text-align:left;vertical-align:middle}.gcmiT2 .tg-0pky{border-color:inherit;text-align:left;vertical-align:top}.gcmi-info-comuni table{border:1px solid #d6dde6;border-collapse:collapse;width:80%}.gcmi-info-image img{vertical-align:middle;margin-top:10px;margin-bottom:10px;margin-right:10px;margin-left:10px}.ui-dialog-titlebar-close{display:block;overflow:hidden;color:#fff;background-color:#fff}.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%} .ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-button{display:inline-block;text-decoration:none;font-size:13px;line-height:2;height:28px;margin:0;padding:0 10px 1px;cursor:pointer;border-width:1px;border-style:solid;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-sizing:border-box;color:#555;border-color:#ccc;background:#f7f7f7;box-shadow:0 1px 0 #ccc;vertical-align:top;overflow: hidden;}.ui-button:active,.ui-button:focus{outline:0}.ui-button::-moz-focus-inner{border-width:0;border-style:none;padding:0}.ui-button:focus,.ui-button:hover{background:#fafafa;border-color:#999;color:#23282d}.ui-button:focus{border-color:#5b9dd9;box-shadow:0 0 3px rgba(0,115,170,.8)}.ui-button:active{background:#eee;border-color:#999;box-shadow:inset 0 2px 5px -3px rgba(0,0,0,.5)}.ui-button:disabled,.ui-button[disabled]{color:#a0a5aa!important;border-color:#ddd!important;background:#f7f7f7!important;box-shadow:none!important;text-shadow:0 1px 0 #fff!important;cursor:default;transform:none!important}@media screen and (max-width:782px){.ui-button{padding:6px 14px;line-height:normal;font-size:14px;vertical-align:middle;height:auto;margin-bottom:4px}}.ui-dialog{position:absolute;top:0;left:0;z-index:100102;background-color:#fff;box-shadow:0 3px 6px rgba(0,0,0,.3);overflow:hidden}.ui-dialog-titlebar{background:#fcfcfc;border-bottom:1px solid #dfdfdf;height:36px;font-size:18px;font-weight:600;line-height:2;padding:0 36px 0 16px}.ui-button.ui-dialog-titlebar-close{background:0 0;border:none;box-shadow:none;color:#666;cursor:pointer;display:block;padding:0;position:absolute;top:0;right:0;width:36px;height:36px;text-align:center;border-radius:0;overflow:hidden}.ui-dialog-titlebar-close:before{font:normal 20px/1 dashicons;vertical-align:top;speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.8;width:36px;height:36px;content:"\f158"}.ui-button.ui-dialog-titlebar-close:focus,.ui-button.ui-dialog-titlebar-close:hover{color:#006799}.ui-button.ui-dialog-titlebar-close:focus{box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8);outline:2px solid transparent;outline-offset:-2px}.ui-dialog-content{padding:16px;overflow:auto}.ui-dialog-buttonpane{background:#fcfcfc;border-top:1px solid #dfdfdf;padding:16px}.ui-dialog-buttonpane .ui-button{margin-left:16px}.ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-widget-overlay{position:fixed;top:0;left:0;right:0;bottom:0;min-height:360px;background:#000;opacity:.7;z-index:100101}