/************************************************
Stylesheet: Global Stylesheet
*************************************************/


/* 
 * COLORS
 * 
 * Green: #00b08d
 * Blue: #0a507b
 * Black: #000
 */


/*********************
GENERAL STYLES
*********************/

html { background-color: #000; }
body {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #f2f3f7;
}
header.header { max-width: 1920px; }

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li, table, span, input, textarea {
    font-family: 'Raleway', sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
    color: #000;
    line-height: 1.1em;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

h1 { font-size: 3.0rem; }
h2 { font-size: 2.5rem; }
h3 { font-size: 2.1rem; }
h4 { font-size: 1.8rem; }
h5 { font-size: 1.6rem; }
h6 { font-size: 1.4rem; }

p {
    font-size: 1.2rem;
    color: #000;
    line-height: 1.5em;
}
ol, ul, li {
    font-size: 1.2rem;
    color: #000;
}
table {
    font-size: 1.1rem;
    color: #000;
    line-height: 1.3em;
}

    @media (max-width:48em) {
        h1 { font-size: 2rem; }
        h2 { font-size: 1.8rem; }
        h3 { font-size: 1.6rem; }
        h4 { font-size: 1.5rem; }
        h5 { font-size: 1.4rem; }
        h6 { font-size: 1.3rem; }
        button, .button { }
    }
    @media (max-width:39.9375em) {
    }

a { color: #00b08d; text-decoration: underline; }
    a:hover { color: #ccc; }

a.button, .button {
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    padding: 10px 40px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 100px;
    background-color: #00b08d;
    -webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
    button:hover, a.button:hover, .button:hover {
        color: #fff;
        background-color: #0a507b;
        -webkit-box-shadow:none;
        box-shadow:none;
    }
    button:focus, a.button:focus  {
        color: #fff;
        background-color: #0a507b;
    }
a.button_white {
    background-color: #0a507b;
}
    a.button_white:hover {
        background-color: #00b08d;
    }

select option:checked {
    color: #fff;
    background-color: #00b08d;
}
option:not(:checked) {
    color: #00b08d;
    background-color: #fff; 
}

.select2-container { width: 100% !important; }
span.select2-selection {
    height: 3rem !important;
    margin: 0 0 1rem;
    padding: .5rem .5rem 1px .5rem;
    border-radius: 12px !important;
    border: 1px solid #00b08d !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}
.select2-container--open .select2-dropdown {
    top: 20px;
}
.select2-dropdown {
    border-radius: 4px !important;
    border: 1px solid #00b08d !important;
}
span.select2-selection__arrow {
    display: none;
}
span.select2-search input.select2-search__field::placeholder { color: #777; }
/*
input.select2-search__field {}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    margin-top: 10px !important;
}
.select2-selection--multiple .select2-selection__choice {
    max-width: 5.2em;
    overflow: hidden;
}
*/

/*********************
MENU
*********************/

/* EFFETTI PRINCIPALI SU SCROLL */
header.header {
    position: fixed;
    display: block;
    width: 100%;
    background-color: rgba(255,255,255,0.7);
    z-index: 999; /* IUBENDA BOX è impostato su 10000 */
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
    @media (max-width:48em) {
        header.header {
            -moz-transition: all .3s;
            -o-transition: all .3s;
            -ms-transition: all .3s;
            -webkit-transition: all .3s;
            transition: all .3s;
        }
    }
    header.darkHeader {
        background-color: #fff;
    }
#top-bar-menu {
    max-width: 1400px;
    height: auto;
    margin: 0 auto;
}
.top-bar-menu.maxwidthcontent { overflow: visible; }
.top-bar, .top-bar ul {
    background-color: transparent;
}
    .darkHeader .top-bar {
        padding: 3px 0;
    }
ul.submenu.is-dropdown-submenu {
    margin-top: 10px;
    background-color: rgba(0, 0, 0, 0.7);
}
    .darkHeader ul.submenu.is-dropdown-submenu {
        background-color: #fff;
    }
    @media (max-width:39.9375em) { /* 39.9375em oppure 63.9375em */
        ul#main-nav ul.submenu.is-accordion-submenu { padding-left: 20px; }
        .is-dropdown-submenu {
            position: relative;
            top: auto !important;
            right: auto !important;
            left: auto !important;
            z-index: 1;
            display: block;
            min-width: 200px;
            border: 0;
            background: transparent;
        }
    }

/* PULSANTI */
header.header a,
header.header a:visited,
header.header a:focus {
    color: #0a507b;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
}
    @media (min-width:48em) {
        header.header.darkHeader a {
            color: #0a507b !important;
        }
    }
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after,
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
    border-color: #fff transparent transparent;
}
    .darkHeader .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after,
    .darkHeader .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
        border-color: #000 transparent transparent;
    }

        
/* PAGINA ATTIVA */
.menu .active>a,
.menu .is-active>a {
    color: #00b08d;
    background: transparent;
}
    header.header.darkHeader .active>a,
    header.header.darkHeader .is-active>a {
        color: #00b08d !important;
    }
.dropdown.menu>li.is-active>a {
    color: #00b08d;
    background: transparent;
}

/* LOGO */
header.header .menu a.logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0px 10px; /* row-gap - column gap */
    padding: 0px
}
.menu a.logo img {
    padding-right: 15px;
    height: 90px;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    -ms-transition: all .6s;
    -webkit-transition: all .6s;
    transition: all .6s;
}
    .darkHeader .menu a.logo img {
        height: 55px;
    }
    @media (max-width:39.9375em) {
        .menu a.logo img {
            height: 60px;
            padding-right: 10px;
        }
    }

.menu a.logo span.site_name {
    display: block;
    width: 100%;
    padding: 0 1rem 0 0;
    color: #0a507b;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 2px;
}
    @media (max-width:39.9375em) {
        .menu a.logo span.site_name { font-size: 1.2rem; }
    }

/* PAYOFF */
.menu a.logo span.site_payoff {
    display: block;
    width: 100%;
    padding: .2rem 0 0 0;
    visibility: visible;
    height: auto;
    color: #0a507b;
    font-size: 1rem;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 2px;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
    .darkHeader .menu a.logo span.site_payoff {
        height: 0;
        margin-left: -500px;
        visibility: hidden;
    }
    @media (max-width:39.9375em) {
        .menu a.logo span.site_payoff {
            max-width: 240px;
        }
    }

/* DIMENSIONE MENU SU TABLET */
@media (max-width:63.9375em) {
    .show-for-medium > ul > li > a {
        font-size: 0.8em;
    }
}


/*********************
MENU MOBILE
*********************/

/* Medium: max-width: 63.9375em */ /* Small: max-width: 39.9375em) */



/* MENU A TENDINA SULLE MEDIUM media queries COME SULLE SMALL media queries: */
/*
@media screen and (max-width: 63.9375em) {
    body.home .top-bar .top-bar-left { }
    ul#main-nav { margin-top: 20px !important; }
}
@media screen and (min-width: 39.9375em) and (max-width: 63.9375em) {
    .top-bar {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .top-bar .top-bar-right .menu ul.vertical.menu.accordion-menu {
        width: 100%;
    }
    ul#main-nav {
        width: 100%;
        top: 10px;
        right: 0;
        left: 0;
    }
}
*/

/* ALTEZZA MENU MOBILE */
@media screen and (max-width: 39.9375em) {
.vertical .is-accordion-submenu-parent {
    height: auto !important;
}
}

/* VOCI MENU MOBILE */
@media screen and (max-width: 39.9375em) {
header.header a, 
.menu .active>a {
    text-align: left;
}
}

/* SFONDO MENU MOBILE */
.show-for-medium-only ul.medium-horizontal.menu.submenu.is-accordion-submenu.dropdown.is-active,
.show-for-small-only ul.medium-horizontal.menu.submenu.is-accordion-submenu.accordion-menu.is-active {
    background-color: #fff !important;
}

/* PULSANTE MENU MOBILE */
a.mobilemenubutton {
    display: block;
    position: absolute !important;
    width: 40px;
    height: 35px;
    text-align: right;
    padding: 7px !important;
    right: 0;
    left: auto;
    top: 7px;
    right: 3px;
    margin: 0 auto;
}
    @media screen and (max-width: 39.9375em) { 
        a.mobilemenubutton {
            top: -50px;
            right: 0;
        }
    }
a.mobilemenubutton i {
    font-size: 1.6rem;
}
    .darkHeader a.mobilemenubutton i {
        color: #000;
        font-size: 1.6rem;
    }
    a.mobilemenubutton::after {
        display: none !important;
    }

/* ALTEZZA HEADER MOBILE */
@media screen and (max-width: 39.9375em) { 
    .vertical .is-accordion-submenu-parent {
        height: 0;
    }
}


/*********************
MAIN CONTENT
*********************/

.maxwidthcontent {
    max-width: 1400px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
    @media (max-width:1420px) {
        .maxwidthcontent {
            padding: 0 10px;
        }
    }
.maxwidthpost {
    max-width: 900px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
    @media (max-width:1220px) {
        .maxwidthpost {
            padding: 0 10px;
        }
    }
#boxthumb {
    position: relative;
    height: 60vH;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#boxNOthumb {
    position: relative;
    height: 120px;
    background-color: transparent;
}
.diagonalBox {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    /* Senza diagonali: 0% 0%, 100% 0%, 100% 100%, 0% 100% */
    /* sx top, dx top, dx bottom, sx bottom */
}

/* SFONDO COLORATO */
.greenColorOverlay {
    display: block;
    position: absolute;
    width: 100%;
    max-width: 1400px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
    .greenColorOverlay > div {
        display: block;
        position: relative;
        width: 50%;
        height: 70%;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        background-color: rgba(0, 176, 141, 0.2);
        background-size: 50%;
        background-position: left top;
    }

/* CONTENITORE PER TESTI CENTRATI */
.boxcentercell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

/* CELLE A ZERO */
@media screen and (max-width: 39.9375em) { /* Small: max-width: 39.9375em) */
    .small-0 { display: none; }
}
@media screen and (min-width: 39.9376em) and (max-width: 63.9375em)  { /* Medium: max-width: 63.9375em */ 
    .medium-0 { display: none !important; }
}
@media screen and (min-width: 64em) { 
    .large-0 { display: none !important; }
}

/* RICERCA */
#productsfooter_search {
    display: block;
    position: relative;
    width: 100%;
    margin: 70px auto;
}
form.search-form {
    display: block;
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
form.search-form label,
form.search-form button {
    display: inline-block;
    margin: 0;
    padding: .85em 1em;
    font-size: 1.2rem;
}
form.search-form label {
    width: calc(100% - 70px);
}
form.search-form input[type=search] {
    border: 0;
    border-bottom: 1px solid #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}
span.results_icon i {
    color: #6cb7fd;
    vertical-align: middle;
    padding-right: 10px;
}

/* PARALLAX EFX */
.parallax_efx {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.parallax_img {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
    @media screen and (max-width: 40em) { 
        .parallax_img {
            width: 180%;
        }
    }
.parallax_text {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
}

/* BOX ROSSO SU IMMAGINE */
.redColorOverlay {
    display: block;
    position: absolute;
    width: 100%;
    max-width: 1400px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
    overflow: hidden;
}
    @media (max-width:1440px) {
        #slide_home .redColorOverlay {
            width: 90%;
            margin-left: 10px;
        }
    }
.redColorOverlay > div {
    display: block;
    position: relative;
    width: 50%;
    height: 70%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: rgba(0, 176, 141, 0.2);
    background-size: 50%;
    background-position: left top;
}

.page-title,
.text-gradient {
    display: block;
    max-width: 450px;
    color: #00b08d;
    font-size: 3rem;
    font-weight: 700;
    text-align: left;
    text-transform: none;
    margin: 40px 0 20px 0;
    background-color: #00b08d;
    background-image: linear-gradient(90deg, #0a507b, #00b08d);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}
    @media (max-width:48em) {
        .page-title,
        .text-gradient { font-size: 2rem; }
    }
    @media (max-width:39.9375em) {
    }



/*********************
SLIDE

Realizzato con Orbit
di Foundation
*********************/

/* Attivo su Home */
#slide_home {
    background: transparent;
}
#slide_home .orbit,
#slide_home .orbit-wrapper,
#slide_home .orbit-slide,
#slide_home .orbit-image,
#slide_home .dotoverlay_abs {
    height: 100vH;
    max-height: 1200px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
    @media (max-width:48em) {
        #slide_home .orbit,
        #slide_home .orbit-wrapper,
        #slide_home .orbit-slide,
        #slide_home .orbit-image,
        #slide_home .dotoverlay_abs {
            height: 60vH;
            max-height: 60vH;
        }
    }
    @media (max-width:39.9375em) {
        #slide_home .orbit,
        #slide_home .orbit-wrapper,
        #slide_home .orbit-slide,
        #slide_home .orbit-image,
        #slide_home .dotoverlay_abs {
            height: 50vH;
            max-height: 50vH;
        }
    }
    #slide_home .redColorOverlay {
        display: block;
        position: absolute;
        width: 100%;
        max-width: 1400px;
        height: 100%;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
        padding: 0;
    }
        @media (max-width:1440px) {
            #slide_home .redColorOverlay {
                width: 90%;
                margin-left: 10px;
            }
        }
    #slide_home .redColorOverlay > div {
        display: block;
        position: relative;
        width: 50%;
        height: 70%;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        background-color: rgba(0, 176, 141, 0.2);
        background-size: 50%;
        background-position: left top;
    }
#slide_home .dotoverlay_abs {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0;
    padding: 0;
}
#slide_home .orbit-image {
    object-fit: cover;
}
#slide_home .orbit-caption {
    position: absolute;
    max-width: 1400px;
    height: auto;
    background-color: transparent;
    bottom: auto; /* Correzione */
    margin-bottom: auto; /* Correzione */
    margin: 0;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
    @media (max-width:1500px) {
        #slide_home .orbit-caption { max-width: calc(100% - 80px); }
    }
    @media (max-width:48em) {
        #slide_home .orbit-caption { max-width: calc(100% - 80px); }
    }
    @media (max-width:39.9375em) {
        #slide_home .orbit-caption { max-width: calc(100% - 20px); }
    }
#slide_home .orbit-caption .title_figcaption,
#slide_home .orbit-caption p {
    color: #fff;
    text-align: center;
    line-height: 1em;
    padding: 3px;
    margin: 0 auto;
}
#slide_home .orbit-caption .title_figcaption {
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
}
    @media (max-width:48em) {
        #slide_home .orbit-caption .title_figcaption { font-size: 2rem; }
    }
    @media (max-width:39.9375em) {
        #slide_home .orbit-caption .title_figcaption { font-size: 1.6rem; }
    }
#slide_home .orbit-caption .title_figcaption span {
    display: inline-block;
    padding: 10px 20px;
    background-color: #00b08d;
}
#slide_home .orbit-caption .button_figcaption {
    margin: 10px 0 10px 0;
    padding: 10px 25px 8px 25px;
    text-transform: uppercase;
    border: 2px solid #fff;
}

#slide_home .orbit-controls button,
#slide_home .orbit-bullets button {
    cursor: pointer;
}
    @media (max-width:48em) {
        #slide_home .orbit-controls button { display: none; }
    }
#slide_home .orbit-controls button {
    font-size: 3em;
    border: 0;
    background-color: transparent;
}

/* PULSANTI SLIDE GRANDI AI PIEDI DELL'IMMAGINE */
#slide_home .orbit-bullets {
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0;
    margin-top: -12px;
    overflow: hidden;
    opacity: .7;
}
#slide_home .orbit-bullets button {
    width: 100%;
    height: 12px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: #000;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/* PULSANTI SLIDE PICCOLE E SOPRA L'IMMAGINE */
/*
#slide_home .orbit-bullets {
    position: absolute;
    width: 320px;
    height: auto;
    margin: 0;
    overflow: hidden;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -20px);
}
#slide_home .orbit-bullets button {
    display: inline-block;
    width: 35px;
    height: 12px;
    margin: 0px .3rem;
    padding: 0;
    border: 0;
    border-radius: 4px;
    background-color: #fff;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
*/
#slide_home .orbit-bullets button.is-active {
    background-color: #00b08d;
}
#slide_home .orbit-bullets span.show-for-sr {
    display: none;
}



/*********************
HOME
*********************/

#homeIntro {
    margin-top: 0;
    margin-bottom: 20px;
}
#homeIntro, #homeIntro .grid-x, #homeIntro .cell, .powerPoint, .powerPoint div { overflow: visible; }
#homeIntro .grid-x {
    margin-top: 60px;
    margin-bottom: 60px;
}
.powerPoint {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px 20px; /* row-gap column gap */
}
.powerPoint > div:first-child {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: transparent;
    box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
    transition: all 0.3s;
}
.powerPoint > div:nth-child(2) { z-index: 1; }
.powerPoint p {
    color: #0a507b;
    margin-bottom: 0;
}
.powerPoint > div:first-child p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.powerPoint i {
    color: #00b08d;
    font-size: 3rem;
}

#homeCTA {
    position: relative;
    width: calc(100% - 80px);
    height: 80vh;
    max-height: 800px;
    margin: 0 auto;
    border-radius: 30px;
    box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
    background-image: url('https://servicevalenza.it/wp-content/uploads/rifiuti_pericolosi_2-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
    @media (max-width:48em) {
        #homeCTA { max-height: 600px; width: calc(100% - 40px); }
    }
    @media (max-width:40em) {
        #homeCTA { max-height: 400px; }
    }
#homeCTA .homeCTAtext {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 1400px;
    height: auto;
}
#homeCTA h2 {
    color: #fff;
    font-size: 3rem;
    text-align: center;
}


#homeClosing {
    margin: 70px auto;
    padding: 15px;
}
#homeClosing, #homeClosing .grid-x, #homeClosing .cell { overflow: visible; }
#homeClosing > .grid-x {
    margin-top: 40px;
    margin-bottom: 40px;
}
#homeClosing a.homeClosingServizio {
    position: relative;
    text-decoration: none;
    padding: 20px 20px;
    border-radius: 15px;
    background-color: transparent;
    box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
    transition: all 0.3s;
}
    #homeClosing a.homeClosingServizio:hover { background-color: #fcfcfc; }
a.homeClosingServizio h3 {
    color: #0a507b;
    font-size: 1.4rem;
    text-align: left;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
}
a.homeClosingServizio p {
    color: #0a507b;
    margin-bottom: 0;
}
a.homeClosingServizio div.cell:first-child p { text-align: right; }
a.homeClosingServizio div.cell:nth-child(2) p { text-align: left; }
a.homeClosingServizio i {
    color: #00b08d;
    font-size: 3rem;
}



/*********************
SERVIZI
su home e altre pagine
*********************/

#homeServizi {
    margin: 25px auto;
    padding: 15px;
}
#homeServizi, #homeServizi .grid-x, #homeServizi .cell { overflow: visible; }
#homeServizi > .grid-x {
    margin-top: 40px;
    margin-bottom: 40px;
}
#homeServizi a {
    text-decoration: none;
    transition: all 0.3s;
}
    #homeServizi a:hover { background-color: #fcfcfc; }
.homeSingoloServizio {
    position: relative;
    border-radius: 15px;
    background-color: transparent;
    box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
    transition: all 0.3s;
}
.homeSingoloServizio { padding: 20px 0; }
.homeSingoloServizio p {
    color: #0a507b;
    margin-bottom: 0;
}
.homeSingoloServizio > div:first-child p { text-align: right; }
.homeSingoloServizio > div:nth-child(2) p { text-align: left; }
.homeSingoloServizio i {
    color: #00b08d;
    font-size: 3rem;
}

/* FLIP CARD */
#homeServizi > .grid-x > .cell {
    background-color: #f2f3f7;
}
#homeServizi .flip-card {
    position: relative;
    height: 370px;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
    background-color: #f2f3f7;
    text-decoration: none;
    cursor: pointer;
}
    @media (max-width:48em), (hover: none) {
        #homeServizi .flip-card {
            height: auto;
            perspective: none;
            background-color: #f2f3f7;
        }
    }
#homeServizi .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 1.4s;
    transform-style: preserve-3d;
}
    @media (max-width:48em), (hover: none) {
        #homeServizi .flip-card-inner {
            height: auto;
            transform-style: flat;
        }
    }
#homeServizi .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}
    @media (max-width:48em), (hover: none) {
        #homeServizi .flip-card:hover .flip-card-inner { transform: none; }
    }
#homeServizi .flip-card-front,
#homeServizi .flip-card-back {
    /* Position the front and back side */
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 15px;
    box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
    transition: all 0.3s;
}
    @media (max-width:48em), (hover: none) {
        #homeServizi .flip-card-front,
        #homeServizi .flip-card-back {
            position: relative;
            height: auto;
        }
        #homeServizi .flip-card-front {
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
        }
        #homeServizi .flip-card-back {
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
        }
    }

#homeServizi .flip-card-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    padding: 20px !important;
}
    @media (max-width:48em), (hover: none) {
        #homeServizi .flip-card-content {
            position: relative;
            top: 0;
            left: 0;
            transform: none;
        }
    }
#homeServizi .flip-card-front {
    background-color: #f2f3f7;
}
#homeServizi .flip-card-front .grid-x { padding: 20px 0; }
#homeServizi .flip-card-front p {
    color: #0a507b;
    margin-bottom: 0;
}
#homeServizi .flip-card-front .cell:first-child p { text-align: right; }
#homeServizi .flip-card-front .cell:nth-child(2) p { text-align: left; }
#homeServizi .flip-card-front i {
    color: #00b08d;
    font-size: 3rem;
}
#homeServizi .flip-card-back {
    background-color: #00b08d;
    transform: rotateY(180deg);
}
    @media (max-width:48em), (hover: none) {
        #homeServizi .flip-card-back {
            background-color: #00b08d;
            transform: none;
        }
    }
#homeServizi .flip-card-back p {
    color: #fff;
    text-align: justify;
    margin-bottom: 0;
    padding: 20px;
}



/*********************
CONTATTI
*********************/

#firstContactPage { margin: 30px 25px; }
#firstContactPage, #firstContactPage .grid-x, #firstContactPage .cell { overflow: visible; }
#firstContactPage .cell {
    border: 1px solid #00b08d;
    border-radius: 15px;
    box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
#firstContactPage p {
    text-align: center;
}
#firstContactPage p span {
    display: block;
    color: #000;
    font-size: 1.2rem;
    padding-bottom: 15px;
}
#firstContactPage i {
    padding-right: 9px;
}

#formContactPage {
    position: relative;
    border: 1px solid #00b08d;
    border-radius: 15px;
    margin: 60px 25px 40px 25px;
    padding: 50px 10px 30px 10px;
    box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
    #formContactPage::after {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%,-50%);
        content: 'Scrivici';
        color: #00b08d;
        font-size: 1.2rem;
        font-weight: 700;
        text-transform: uppercase;
        padding: 10px 20px;
        background-color: #f2f3f7;
    }
#formContactPage, #formContactPage .grid-x, #formContactPage .cell { overflow: visible; }



/*********************
BLOCCHI
*********************/

.block {
    display: block;
    position: relative;
    width: 100%;
    width: calc(100% - 3em);
    height: auto;
    min-height: 600px;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: 1.5em;
    margin-right: 1.5em;
    border-radius: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    overflow: hidden;
    z-index: 0;
}
    @media (max-width:48em) { .blockp { min-height: 500px; } }
    @media (max-width:40em) { .blockp { min-height: 300px; } }
.block_1 {}
    .block_1::after {
        content: ' ';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(15, 167, 223, 0.3);
        z-index: 0;
    }
.block_2 {}
    .block_2::after {
        content: ' ';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(6, 192, 105, 0.2);
        z-index: 0;
    }
.block > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.block h3,
.block p {
    color: #fff;
    text-align: center;
}



/*********************
ELENCO NEWS
*********************/

#loopblog {
    margin-top: 3em;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
#loopblog > .cell {
    margin-bottom: 50px;
    background-color: #fff;
    -moz-transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    -webkit-transition: all .7s;
    transition: all .7s;
}
    #loopblog > .cell:hover {
        background-color: #f0f0f0;
    }
#loopblog .imagebox, #loopblog h2, #loopblog p {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
}
#loopblog .imagebox {
    height: 250px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #eee;
}
#loopblog  h2.looptitle {
    font-size: 1em;
    line-height: 1.5em;
    padding: 5px 0 20px 0;
}
#loopblog p {
    text-align: center;
    padding: 0;
}
#loopblog  p.entry-date {
    font-size: 0.9rem;
    color: #ccc;
    margin: 0;
    padding: 15px 0 5px 0;
}



/*********************
POSTS & CONTENT STYLES
*********************/
#accordion_tab .tabs-title,
#accordion_tab .tabs-title>a {
    outline: none !important;
}
.tabs { text-align: center; }
.tabs,
.tabs-content {
    border: 0;
    background-color: transparent;
}
.tabs-title {
    float: none;
    display: inline-block;
    border-radius: 9px;
    border: 1px solid #00b08d;;
    background-color: #fff;
    margin: 2px 4px;
    text-align: center;
    overflow: hidden;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.tabs-title > a {
    color: #00b08d;
    background-color: #fff;
    font-size: 1.2rem;
    text-decoration: none;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
    .tabs-title > a:hover {
        color: #fff;
        background-color: #00b08d;
    }
    .tabs-title > a:focus, 
    .tabs-title > a[aria-selected="true"] {
        color: #fff;
        background-color: #00b08d;
    }
.tabs-panel {
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 39.9375em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 39.9375em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 39.9375em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 39.9375em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 39.9375em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 39.9375em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 39.9375em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 39.9375em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
    clear: both;
    margin: 0;
    padding-top: 40px;
    background-color: #000;
}
footer .small-12 {}
    @media screen and (max-width: 39.9375em) { /* small-12 */
        footer .small-12 {
            padding-top: 35px;
        }
    }
footer h4, footer p, footer a {
    color: #eee;
    text-align: center;
}
footer {  }
    footer a:hover {
        color: #00b08d;
    }
footer h4 {
    font-size: 1.1em;
    font-weight: 700;
    padding-top: 0;
    margin-top: 0;
}
footer p {
    font-size: 0.9em;
}
footer a.social {
    font-size: 1.5rem;
    padding: 0 7px 0 7px;
    text-decoration: none;
}

/* FOOTER CREDITS */
footer .credits {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: rgba(0,0,0,.3);
}
footer .credits p,
footer .credits a {
    color: #ccc;
    font-size: 0.8rem;
}
    footer .credits a:hover { color: #00b08d; }

/* RICERCA NEL FOOTER */
#footer_search {
    display: block;
    position: relative;
    width: 90%;
    margin: 0 auto 0 0;
}
#footer_search form.search-form {
    display: block;
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
#footer_search form.search-form label,
#footer_search form.search-form button {
    display: inline-block;
    color: #fff;
    margin: 0;
    padding: .85em 1em;
    font-size: 1.2rem;
    background: transparent;
}
#footer_search form.search-form label {
    width: calc(100% - 70px);
    padding-left: 0;
}
#footer_search form.search-form button {
    border: 0;
    background: rgba(0,0,0,.3);
}
    #footer_search form.search-form button:hover {
        border: 0;
        background: #00b08d;
    }
#footer_search form.search-form input[type=search] {
    color: #fff;
    border: 0;
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}



/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

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




/*********************
CONTACT FORM 7
*********************/

.wpcf7 p { 
    font-size: 1rem;
    text-align: left;
    margin: 0;
}

.wpcf7 [type=checkbox], .wpcf7 [type=file], .wpcf7 [type=radio] {
    margin: 0;
}

.wpcf7 input, .wpcf7  select, .wpcf7 textarea { color: #0a507b; }
    .wpcf7 input::placeholder, .wpcf7 select::placeholder, .wpcf7 textarea::placeholder { color: #00b08d; }
.wpcf7 input,
.wpcf7 input:hover, .wpcf7 input:focus, .wpcf7 input:visited,
.wpcf7 input:-webkit-autofill, .wpcf7 input:-webkit-autofill:hover, .wpcf7 input:-webkit-autofill:focus, .wpcf7 input:-webkit-autofill:active,
select.wpcf7-select {
    padding: .5rem .5rem 1px .5rem;
    border-radius: 12px;
    border: 1px solid #00b08d;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}
    .wpcf7 span.wpcf7-form-control-wrap:has(select)::after { /* arrow in select */
        content: "";
        position: absolute;
        right: 10px;
        top: 3px;
        width: 0; 
        height: 0; 
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #00b08d;
    }
.wpcf7 textarea {
    height: 6em;
    border-radius: 12px;
    border: 1px solid #00b08d !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent !important;
}
.wpcf7 label {
    font-size: 1rem;
    color: #00b08d;
    margin-bottom: 2rem;
}
.wpcf7 label i {
    color: #00b08d;
    font-size: .8rem;
    vertical-align: top;
}
div.wpcf7 .cf7mls-btns button {
border-radius: 100px;
background-color: #00b08d;
-webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
-moz-transition: all .3s;
-o-transition: all .3s;
-ms-transition: all .3s;
-webkit-transition: all .3s;
transition: all .3s;
}
    div.wpcf7 .cf7mls-btns button:hover {
        color: #fff;
        background-color: #0a507b;
        -webkit-box-shadow:none;
        box-shadow:none;
    }
.codedropz-upload-wrapper .dnd-upload-counter {
    color: #00b08d;
    font-size: .9rem;
}
div.wpcf7 input[type=submit] {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    width: 100%;
    margin: 0;
    padding: 10px 40px;
    text-transform: uppercase;
    text-decoration: none;
    border: 0 !important;
    border-radius: 100px !important;
    background-color: #00b08d;
    -webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
    div.wpcf7 input[type=submit]:hover {
        color: #fff;
        background-color: #0a507b !important;
        opacity: 1 !important;
        -webkit-box-shadow:none;
        box-shadow:none;
    }

.wpcf7 input[type="checkbox"] {
    height: 1.4rem;
    width: 1.4rem;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}
.wpcf7-response-output {
    display: block;
    max-width: 600px;
    margin: 10px auto !important;
    border-width: 4px !important;
    background-color: #fff;
}

.cf7mls_progress_bar {
    display: flex !important; /* Visualizzo gli step anche sugli smartphone!!! */
    flex-wrap: wrap !important;
    justify-content: center;
    width: 100% !important;
}
.cf7mls_number_step_wrap { display: none !important; } /* Nascondo il nome dello step sugli smartphone!!! */

.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_horizontal li, .cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_vertical li, .cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_no li {
    min-width: 100px !important;
    border-radius: 5px !important;
    border: 1px solid #f2f3f7;
}
    @media screen and (max-width: 64em) {
        .cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_horizontal li, .cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_vertical li, .cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_no li {
            width: 14% !important;
        }
    }
    @media screen and (max-width: 40em) {
        .cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_horizontal li, .cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_vertical li, .cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_no li {
            width: 33% !important;
        }
    }

.cf7mls_progress_bar li .cf7mls_progress_bar_title { text-align: center !important; }

.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_horizontal li .cf7_mls_count_step, 
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_vertical li .cf7_mls_count_step, 
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_no li .cf7_mls_count_step {
    font-weight: 700;
}
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_horizontal li[data-counter="1"] .cf7_mls_count_step, 
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_vertical li[data-counter="1"] .cf7_mls_count_step, 
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_no li[data-counter="1"] .cf7_mls_count_step,
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_horizontal li[data-counter="2"] .cf7_mls_count_step, 
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_vertical li[data-counter="2"] .cf7_mls_count_step, 
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_no li[data-counter="2"] .cf7_mls_count_step,
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_horizontal li[data-counter="3"] .cf7_mls_count_step, 
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_vertical li[data-counter="3"] .cf7_mls_count_step, 
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_no li[data-counter="3"] .cf7_mls_count_step,
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_horizontal li[data-counter="13"] .cf7_mls_count_step, 
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_vertical li[data-counter="13"] .cf7_mls_count_step, 
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_no li[data-counter="13"] .cf7_mls_count_step {
    color: #f76f6f !important;
}
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_horizontal li[data-counter="1"] .cf7_mls_steps_item_icon, 
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_vertical li[data-counter="1"] .cf7_mls_steps_item_icon, 
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_no li[data-counter="1"] .cf7_mls_steps_item_icon,
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_horizontal li[data-counter="2"] .cf7_mls_steps_item_icon, 
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_vertical li[data-counter="2"] .cf7_mls_steps_item_icon, 
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_no li[data-counter="2"] .cf7_mls_steps_item_icon,
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_horizontal li[data-counter="3"] .cf7_mls_steps_item_icon, 
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_vertical li[data-counter="3"] .cf7_mls_steps_item_icon, 
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_no li[data-counter="3"] .cf7_mls_steps_item_icon,
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_horizontal li[data-counter="13"] .cf7_mls_steps_item_icon, 
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_vertical li[data-counter="13"] .cf7_mls_steps_item_icon, 
.cf7mls_bar_style_box_vertical_squaren.cf7mls_bar_style_text_no li[data-counter="13"] .cf7_mls_steps_item_icon {
    background-color: #ffcccc;
}


/*********************
Search & Filter PRO
*********************/

.searchandfilter { margin: 50px 5px; }
.searchandfilter ul { margin: 0; }
.searchandfilter select.sf-input-select {
    min-width: 120px;
}
.searchandfilter li[data-sf-field-type="post_meta"],
.searchandfilter li[data-sf-field-type="taxonomy"],
.searchandfilter li[data-sf-field-type="search"],
.searchandfilter .sf-field-reset,
.searchandfilter .sf-field-submit {
    display: inline-block;
    padding: 5px;
    margin-top: 0;
    padding-top: 0;
}
.searchandfilter li[data-sf-field-type="post_meta"],
.searchandfilter li[data-sf-field-type="taxonomy"],
.searchandfilter li[data-sf-field-type="search"] {
    width: 25%;
    float: left;
}
    @media screen and (max-width: 40em) { /* small-12 */
        .searchandfilter li[data-sf-field-type="post_meta"],
        .searchandfilter li[data-sf-field-type="taxonomy"],
        .searchandfilter li[data-sf-field-type="search"] {
            width: 100%;
            float: none;
        }
    }
.searchandfilter li[data-sf-field-type="post_meta"],
.searchandfilter li[data-sf-field-type="taxonomy"],
.searchandfilter li[data-sf-field-type="search"] {
    width: 25%;
}
.searchandfilter li[data-sf-field-type="post_meta"] label,
.searchandfilter li[data-sf-field-type="taxonomy"] label,
.searchandfilter li[data-sf-field-type="search"] label {
    width: 100%;
}
.searchandfilter li[data-sf-field-type="post_meta"] input,
.searchandfilter li[data-sf-field-type="taxonomy"] select,
.searchandfilter li[data-sf-field-type="search"] input {
    width: 100%;
}
.searchandfilter h4 {
    position: relative;
    color: #00b08d;
    font-size: 1em;
    letter-spacing: 0;
    text-align: left;
}
.searchandfilter li[data-sf-field-input-type="radio"] ul li,
.searchandfilter li[data-sf-field-input-type="checkbox"] ul li {
    display: inline-block;
}
.searchandfilter li[data-sf-field-input-type="radio"] ul li.sf-item-0 { /* nascondo il radio-button "All items" */
    display: none;
}
.searchandfilter li[data-sf-field-input-type="radio"] ul li,
.searchandfilter li[data-sf-field-input-type="checkbox"] ul li {
    padding: 0;
}
.searchandfilter input.sf-input-radio,
.searchandfilter input.sf-input-checkbox {
    margin-bottom: 0;
}
.searchandfilter .noUi-connect { /* filtro grafico slider */
    background-color: #00b08d;
}
.searchandfilter li[data-sf-field-type="taxonomy"] select { border: 1px solid #000; }
.searchandfilter li[data-sf-field-type="search"] input {
    font-weight: 300;
    border: 1px solid #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
}
.searchandfilter .sf-field-reset,
.searchandfilter .sf-field-submit {
    display: inline-block;
    width: 50%;
    padding-bottom: 30px;
}
    @media screen and (max-width: 320px) {
        .searchandfilter .sf-field-reset,
        .searchandfilter .sf-field-submit{
            
        }
    }
.searchandfilter input[type=submit] {
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    padding: 10px 27px;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    background-color: #00b08d;
    cursor: pointer;
}
    .searchandfilter input[type=submit]:hover {
        color: #fff;
        background-color: #000;
    }
.searchandfilter .meta-slider {
    max-width: 250px;
    width: calc(100% - 30px);
    margin-left: 0;
    margin-right: auto;
}
.searchandfilter select option:checked {
    color: #fff;
    background-color: #00b08d;
}



/*********************
 * WP-PageNavi
 * per pagination Search&Filter
*********************/
.pagination-result .woocommerce-pagination {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.woocommerce-pagination .wp-pagenavi {
    display: inline-block;
    overflow: hidden;
    margin: 1em 0;
    border-right: 1px solid #d3ced2;
}
.woocommerce-pagination .wp-pagenavi a,
.woocommerce-pagination .wp-pagenavi span {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    padding: .5em;
    min-width: 1em;
    border: 0;
    margin: 0;
    border-top: 1px solid #d3ced2;
    border-bottom: 1px solid #d3ced2;
    border-left: 1px solid #d3ced2;
}
.woocommerce-pagination .wp-pagenavi a.last,
.woocommerce-pagination .wp-pagenavi span.last {
}
.wp-pagenavi span.current {
    color: #000;
    border-color: #00b08d;
    background: #ebe9eb;
}



/*********************
 * YITH Infinite Scrolling
*********************/
.yith-infs-loader {
    display: block;
    margin: 0 auto;
    width: 50px;
    height: auto;
}



/*********************
GOOGLE MAPS
Nascondo la parte superiore di Google MyMaps
*********************/

/*
<div id="mabe_map">
    <!-- Altezza del frame di GoogleMap uguale allo stile:
        #mabe_map iframe { top: -60px; }
    -->
    <iframe src="https://www.google.com/maps/d/u/0/embed?mid=1xQ9J7zJlk1wBTlxI12q6rgiaehETJCdG" width="100%" height="500"></iframe>
</div>
*/

#mabe_map {
    display: block;
    position: relative;
    width: 100%;
    height: 440px;
    overflow: hidden;
}
#mabe_map iframe {
    position: absolute;
    top: -55px; /* Altezza uguale a quella del frame di GoogleMap presente in Contatti */
    left: 0;
    border: 0;
}
#mabe_map .maps_hide {
    content: '';
    position: absolute;
    width: 100%;
    height: 60px;
    background-color: #f1f1f1;
    top: 0;
    left: 0;
    z-index: 990;
}



/*********************
GOOGLE RECAPTCHA v.3
*********************/

.grecaptcha-badge {
    opacity: 0;
}



/*********************
IUBENDA
*********************/

a.iubenda-tp-btn.iubenda-cs-preferences-link {
    display: none !important;
    visibility: hidden !important;
}



/*********************
PAGINA 404
*********************/

body.error404 { background-color: #fff; }
body.error404 header.article-header { margin-top: 50px; }
body.error404 .search {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}
body.error404 form.search-form { margin: 10px 0px; }



/*********************
STILI PER LA STAMPA
DELLA PAGINA WEB
*********************/

@media print {

    a[href]:after {
        content: none !important;
    }
    @page {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    header.header,
    footer .inner-footer > div:nth-child(1),
    footer .inner-footer > div:nth-child(2),
    footer .inner-footer > div:nth-child(3),
    footer .inner-footer > div:nth-child(4),
    footer > div.credits_block { display: none !important; }
    
}