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


/* 
 * COLORS
 * 
 * Azure: #009cff
 * Blue: #275476
 * Black: #000
 * Orange: #f90
 */


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

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

.azure { color: #009cff; }
.blue { color: #275476; }

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li, table, span, input, textarea {
    font-family: 'Maven Pro', sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
    color: #275476;
    line-height: 1.1em;
    font-weight: 700;
    letter-spacing: 2px;
    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: #275476;
    line-height: 1.5em;
}
ol, ul, li {
    font-size: 1.2rem;
    color: #275476;
}
table {
    font-size: 1.1rem;
    color: #275476;
    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: #009cff; text-decoration: underline; }
    a:hover { color: #ccc; }

a.button, .button {
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    padding: 10px 27px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    border: 0;
    background-color: #009cff;
    /* TRANSITION: */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
    a.button::before, .button::before {
        color: #fff;
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 4px;
        background-color: #f90; /*#2098d1*/
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    .button:hover a.button:hover {
        background-color: #f90;
    }
    a.button:hover:before, a.button:focus:before, a.button:active:before,
    .button:hover:before, .button:focus:before, .button:active:before {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    }
    button:focus, a.button:focus  {
        color: #fff;
        background-color: #275476;
    }
a.button_white {
    color: #009cff;
    padding: 9px 26px;
    border: 1px solid #009cff;
    background-color: transparent;
}
    a.button_white:hover {
        color: #fff;
        background-color: #009cff;
    }

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    opacity: .3;
    color: #fff;
    background-color: inherit;
}

select option:checked {
    color: #fff;
    background-color: #009cff;
}
option:not(:checked) {
    color: #009cff;
    background-color: #fff; 
}




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

/* EFFETTI PRINCIPALI SU SCROLL */
header.header {
    position: fixed;
    display: block;
    width: 100%;
    z-index: 9999; /* IUBENDA BOX è impostato su 12754760 */
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-color: transparent;
}
    @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: #275476; }
#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(250,250,250,0.90);
}
    .darkHeader ul.submenu.is-dropdown-submenu {
        background-color: rgba(250,250,250,0.90);
    }
    @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: #fff;
    font-size: 0.9em;
    font-weight: 400;
    text-transform: uppercase;
}
    @media (min-width:48em) {
        header.header.darkHeader a {
            color: #fff !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: #275476 transparent transparent;
    }

        
/* PAGINA ATTIVA */
.menu .active>a,
.menu .is-active>a {
    color: #fff;
    border-bottom: 1px solid #fff;
    background-color: transparent;
}
    header.header.darkHeader .active>a,
    header.header.darkHeader .is-active>a {
        color: #fff !important;
    }
.dropdown.menu>li.is-active>a {
    color: #fff;
    background: transparent;
}

/* LOGO */
header.header .menu a.logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px 10px; /* row-gap - column gap */
}
.menu a.logo img {
    padding-right: 15px;
    height: 70px;
    width: auto;
    -moz-transition: height .3s;
    -o-transition: height .3s;
    -ms-transition: height .3s;
    -webkit-transition: height .3s;
    transition: height .3s;
}
    .darkHeader .menu a.logo img {
        height: 40px;
    }
    @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: #fff;
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 3px;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
    .menu a.logo span.site_name {  }
    @media (max-width:39.9375em) {
        header.header .menu a.logo { font-size: 1.6rem; }
    }
    .darkHeader .menu a.logo span.site_name {
        font-size: 1.4rem;
    }

/* PAYOFF */
.menu a.logo span.site_payoff {
    display: block;
    width: 100%;
    padding: .2rem 0 0 0;
    visibility: visible;
    height: auto;
    color: #fff;
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    -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;
        visibility: hidden;
    }
    @media (max-width:39.9375em) {
        .menu a.logo span.site_payoff {
            max-width: 250px;
        }
    }

/* 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: #275476 !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: #fff;
        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:1440px) {
        .maxwidthcontent {
            padding: 0 20px;
        }
    }
    @media (max-width: 39.9375) {
        .maxwidthcontent {
            padding: 0 10px;
        }
    }
.maxwidthpost {
    max-width: 900px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
    @media (max-width:1440px) {
        .maxwidthpost {
            padding: 0 20px;
        }
    }
    @media (max-width: 39.9375) {
        .maxwidthpost {
            padding: 0 10px;
        }
    }
#boxthumb {
    position: relative;
    width: 100%;
    height: 100vH;
    max-height: 1200px;
    margin-left: 0;
    margin-right: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#boxNOthumb {
    position: relative;
    height: 120px;
    background-color: #275476;
}
.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 PUNTINATO */
.dotoverlay {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    background-image: url(../images/dot-overlay.svg);
    background-color: rgba(0, 0, 0, 0.3);
    background-size: 2px 2px;
    background-repeat: repeat;
}


/* PARALLAX EFX */
.parallax_efx {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
.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;
}
.parallax_header_text {
    position: absolute;
    width: 100%;
    max-width: 220px;
    height: auto;
    top: 50%;
    left: auto;
    right: 0;
    transform: translate(-50px, -50%);
    margin: 0;
    padding: 0;
}
    @media screen and (max-width: 40em) { 
        .parallax_header_text {
            top: 90%;
            left: auto;
            right: 0;
            transform: translate(-10px, -100%);
        }
    }
header.article-header {
    position: relative; 
    z-index: 1;
}
header.article-header .parallax_efx,
header.article-header .parallax_img { height: 100vH; }
header.article-header .parallax_img::after {
    display: block;
    position: absolute;
    content: ' ';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
header.article-header img {}
    @media screen and (max-width: 40em) { 
        header.article-header img {
            height: 100vH;
            object-fit: cover;
        }
    }
.parallax_header_text h1,
.parallax_header_text p {
    color: #fff;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.parallax_header_text h1 { font-size: 1rem; }
.parallax_header_text p.first {
    font-size: 1.4rem;
    font-weight: 700;
    border-top: 2px dotted #fff;
    border-bottom: 2px dotted #fff;
}
.parallax_header_text p.second { font-size: 1rem; }
.parallax_header_text p.third { color: #fff; font-size: 3rem; }

/* BOX A TUTTO SCHERMO */
.boxfullheight {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100vH;
}
    @media screen and (max-width: 39.9375em) { /* Small: max-width: 39.9375em) */
        .boxfullheight  {
            position: relative;
            width: 100%;
            height: auto;
            min-height: auto;
            padding-top: 70px;
            padding-bottom: 70px;
        }
    }

/* CONTENITORE PER TESTI CENTRATI */
.boxcenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    max-width: 1400px;
    padding: 10px 10px;
}
    @media screen and (max-width: 39.9375em) { /* Small: max-width: 39.9375em) */
        .boxcenter  {
            position: relative;
            top: 0;
            left: 0;
            transform: none;
            width: 100%;
            height: auto;
            max-width: 1400px;
        }
    }

/* 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 #275476;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}
span.results_icon i {
    color: #6cb7fd;
    vertical-align: middle;
    padding-right: 10px;
}



/*********************
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;
        }
    }
.dotoverlay_abs {
    display: table;
    position: absolute;
    width: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    background-image: url(../images/dot-overlay.svg);
    background-color: rgba(0, 0, 0, 0.1);
    background-size: 2px 2px;
    background-repeat: repeat;
}
.orbit-image {
    object-fit: cover;
}
.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) {
        .orbit-caption { max-width: calc(100% - 80px); }
    }
    @media (max-width:48em) {
        .orbit-caption { max-width: calc(100% - 80px); }
    }
    @media (max-width:39.9375em) {
        .orbit-caption { max-width: calc(100% - 20px); }
    }
.orbit-caption .title_figcaption,
.orbit-caption p {
    color: #fff;
    text-align: center;
    line-height: 1em;
    padding: 3px;
    margin: 0 auto;
}
.orbit-caption .title_figcaption {
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
}
    @media (max-width:48em) {
        .orbit-caption .title_figcaption { font-size: 2rem; }
    }
    @media (max-width:39.9375em) {
        .orbit-caption .title_figcaption { font-size: 1.6rem; }
    }
.orbit-caption .title_figcaption span {
    display: inline-block;
    padding: 10px 20px;
    background-color: #009cff;
}
.orbit-caption .button_figcaption {
    margin: 10px 0 10px 0;
    padding: 10px 25px 8px 25px;
    text-transform: uppercase;
    border: 2px solid #fff;
}

.orbit-controls button,
.orbit-bullets button {
    cursor: pointer;
}
    @media (max-width:48em) {
        .orbit-controls button { display: none; }
    }
.orbit-controls button {
    font-size: 3em;
    border: 0;
    background-color: transparent;
}
.orbit-bullets {
    display: block;
    position: relative;
    width: 600px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.orbit-bullets button {
    display: inline-block;
    width: 16px;
    height: 10px;
    margin: 0px .3rem;
    padding: 0;
    border: 0;
    border-radius: 4px;
    background-color: #fff;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
    @media (max-width:48em) {
        .orbit-bullets button {
            width: 16px;
            height: 10px;
        }
    }
.orbit-bullets button.is-active {
    background-color: #009cff;
}
.orbit-bullets span.show-for-sr {
    display: none;
}


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

body.home .bg_fixed {
    position: fixed;
    width: 100%;
    max-width: 1920px;
    height: 100vh;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    /* background-color: #275476;*/
    background-image: url('https://dev.mabetrial.it/mabe23/wp-content/uploads/office_mabe23_3.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


/* CSS Header SENZA GSAP */
#home_header_classic {
    display: block;
    position: relative;
    width: 100%;
    height: 100vH;
    max-height: 1200px;
    background-color: #275476;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
#homedefinition {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -200%);
    padding-bottom: 20px;
    /* altri stili definiti sotto */
}
#homeintro {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#homedefinition .whatwedo,
#homeintro .services,
#homeintro .naming,
#homeintro .little_text {
    color: #fff;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}
#homedefinition .whatwedo {
  font-weight: 700;
}
#homeintro .naming {
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 10px;
}
#homedefinition .whatwedo,
#homeintro .services,
#homeintro p.little_text {
    font-size: 1rem;
    letter-spacing: 0;
    margin-bottom: 0;
    padding: 0;
}
    @media (max-width:40em) {
        #homedefinition .whatwedo,
        #homeintro .services,
        #homeintro p.little_text {
            font-size: .9em;
        }
    }
#homeintro .services span {
    font-size: 1.4rem;
    padding: 0px 10px;
}
    @media (max-width:40em) {
        #homeintro .services span { padding: 0px 3px; }
    }
#homeintro .naming {
    font-size: 4rem;
    font-weight: 700;
    margin: 0;
}
    @media (max-width:40em) {
        #homeintro .naming { font-size: 2.6rem; }
    }
#homeintro .naming span {
    color: #009cff;
    font-weight: 400;
    padding: 0;
}



#home_header_gsap.container_scroll,
#home_service.container_scroll {
    overscroll-behavior: none;
    width: 600%; /* numero dei box x100 - Es.: 3 box = 300% */
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    background-color: #1f3c4c;
    background-position: left top;
    background-size: auto 100%;
    background-repeat: no-repeat;
    z-index: 2;
}
    @media screen and (max-width: 40em) {
        #home_header_gsap.container_scroll, 
        #home_service.container_scroll { background-position: -40% top; }
    }
#home_header_gsap .panel_scroll,
#home_service .panel_scroll {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100vW;
    min-height: 100vh;
    will-change: transform;
    text-decoration: none;
}

#home_header_gsap .blue { background-color: #275476; }
#home_header_gsap .azure { background-color: #1f3c4c; } /* #42c1e1 */

#home_service .zero { background-color: rgba(39, 84, 118, .9); } /* #275476 */
#home_service .first { background-color: rgba(11, 100, 123, .8); } /* #0b647b */
#home_service .second { background-color: rgba(24, 146, 177, .8); } /* #1892b1 */
#home_service .third { background-color: rgba(66, 193, 225, .8); } /* #42c1e1 */
#home_service .fourth { background-color: rgba(255, 153, 0, .8); } /* #f90 */

#home_header_gsap .panel_scroll > div,
#home_service .panel_scroll > div {
    width: 100%;
    max-width: 1400px;
    padding: 20px;
}


#home_header_gsap {
    position: relative;
    z-index: 1;
    background-color: #275476;
}
#home_header_gsap #boxthumb {
    background-color: #1f3c4c;
}
#home_header_gsap h1,
#home_header_gsap p {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
    @media (max-width:40em) {
        #home_header_gsap h1,
        #home_header_gsap p { font-size: 1.4rem; }
    }


#home_service h2, #home_service p, #home_service a {
    color: #fff;
    text-align: center;
}
#home_service h2 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 0;
    padding-top: 0;
}
#home_service p.pretitle_service {
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
#home_service p {
    font-size: 1rem;
    margin-bottom: 0;
    padding-bottom: .5rem;
    text-align: justify;
}
#home_service .zero p {
    font-size: 1.2rem;
    text-align: center;
}
#home_service p.btn_line { padding-top: 1.5rem; }
#home_service p.btn_line span {
    display: block;
    padding-bottom: .5rem;
}
#home_service a {
    color: #fff;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #fff;
    -moz-transition: all .9s;
    -o-transition: all .9s;
    -ms-transition: all .9s;
    -webkit-transition: all .9s;
    transition: all .9s;
}
    #home_service a:hover {
        color: #009cff;
        border-bottom: 1px solid #009cff;
    }

#home_header_gsap .panel_scroll i,
#home_service .panel_scroll i {
    color: #fff;
    font-size: 2.4rem;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%) !important;
}


/* CSS Service SENZA GSAP */
/*
#home_service {
    position: relative;
    z-index: 2;
    background-color: #1f3c4c;
}
#home_service a.cell {
    text-decoration: none;
    padding-top: 20vH;
    padding-bottom: 20vH;
    opacity: 1;
    -moz-transition: all .9s;
    -o-transition: all .9s;
    -ms-transition: all .9s;
    -webkit-transition: all .9s;
    transition: all .9s;
}
    #home_service a.cell:hover { opacity: .7; }
#home_service a.cell.first { background-color: #0b647b; }
#home_service a.cell.second { background-color: #1892b1; }
#home_service a.cell.third { background-color: #42c1e1; }
#home_service a.cell h2,
#home_service a.cell p { color: #fff; }
#home_service a.cell h2 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 0;
    padding-top: 0;
}
#home_service a.cell p {
    font-size: 1rem;
    margin-bottom: 0;
    padding-bottom: 0;
}
*/


/* CSS Header CON GSAP */
/*
#home_naming {
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 1;
    background-color: #275476;
}
#home_naming #boxthumb {
    background-color: #1f3c4c;
}
#homeintro {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#homeintro h2,
#homeintro .little_text {
    color: #fff;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}
#homeintro h2 {
    font-size: 4rem;
    font-weight: 700;
    margin: 0;
}
    @media (max-width:40em) {
        #homeintro h2 { font-size: 2.6rem; }
    }
#homeintro h2.naming span {
    color: #009cff;
    font-weight: 400;
    padding: 0;
}
#homeintro .little_text {
    font-size: 1rem;
    padding: 0;
}
    @media (max-width:40em) {
        #homeintro .little_text {
            font-size: .9em;
            letter-spacing: 0;
        }
    }
#homeintro h1 span {
    font-size: 1.4rem;
    padding: 0px 10px;
}
    @media (max-width:40em) {
        #homeintro h1 span { padding: 0px 3px; }
    }
*/


#child_street {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    max-height: 1200px;
    color: white;
    text-align: center;
}
.hero__inner {
    display: flex;
    position: relative;
    width: 100vw;
    height: 100vh;
    max-height: 1200px;
    overflow: hidden;
}
  .hero__inner::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (16 / 9));
}
.hero__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 160%;
    -o-object-fit: cover;
       object-fit: cover;
}
.hero__content {
    display: none;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.hero__headline {
    --padding: 1.5vmin;
    --duration: 400ms;
    --delay: calc(var(--duration) / 2);
    --ease: cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    display: inline-block;
    font-size: 10vmin;
    overflow: hidden;
    margin-top: calc(var(--padding) * -1);
    padding: var(--padding);
}
.hero__headline::after {
    content: "";
    position: absolute;
    top: calc(100% - var(--padding));
    left: 0;
    background-color: white;
    width: 100%;
    height: 1.5vmin;
    transform: scaleX(0);
    transition: transform var(--duration) var(--delay) var(--ease);
}
.hero__headline p {
    display: block;
    transform: translateY(120%);
    transition: transform var(--duration) var(--ease);
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
}
    @media screen and (max-width: 40em) { 
        .hero__headline p { font-size: 1.2rem; }
    }
.active .hero__headline::after {
    transform: scaleX(1);
    transition-delay: 0s;
}
.active .hero__headline p {
    transform: translateY(0);
    transition-delay: var(--delay);
}

/* Vecchio css
#child_street {
    position: relative;
    z-index: 1;
    background-color: #275476;
}
#child_street p {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
    text-transform: ;
    text-align: left;
    padding-left: 10%;
}
    @media screen and (max-width: 40em) { 
        #child_street p {
            font-size: 1.2rem;
            padding-left: 5%;
        }
    }
*/

#who_we_are {
    position: relative;
    z-index: 1;
}
#who_we_are .dotoverlay {
    padding-top: 70px;
    padding-bottom: 70px;
}
#who_we_are h3,
#who_we_are p { color: #fff; }
#who_we_are p { text-align: justify; }

#who_we_are p.designrush { text-align: right; }
    @media screen and (max-width: 40em) {
        #who_we_are p.designrush { text-align: center; }
    }
#who_we_are p.designrush img {
    width: 100% !important;
    max-width: 156px !important;
    height: auto !important;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1;
}
    #who_we_are p.designrush img:hover { opacity: .5; }


#customer_slider {
    position: relative;
    z-index: 1;
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #eee;
}
#customer_slider h3 { }
#customer_slider p span {  }
#slide_customers .cell {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 150px;
}
#slide_customers img {
    width: 100%;
    max-width: 170px;
}


#home_consulting {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
}
#home_consulting .dotoverlay {
    position: relative;
    width: 100%;
    height: 100%;
}
#home_consulting .cell {
    padding-top: 90px;
    padding-bottom: 90px;
    padding-right: 2rem;
    padding-left: 2rem;
}
    @media screen and (max-width: 40em) {
        #home_consulting .cell {
            padding-top: 40px;
            padding-bottom: 40px;
        }
    }
#home_consulting h2,
#home_consulting h3,
#home_consulting p {
    color: #fff;
}
#home_consulting h2 {
    font-size: 1.4rem;
    margin-bottom: 2rem;
}
#home_consulting p { 
    font-size: 1.2rem;
    text-align: justify;
}



/*********************
ALTRE PAGINE
*********************/

.bg_steps {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
    .bg_steps::after {
        display: block;
        position: absolute;
        content: ' ';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
    }

    
#lp_step_2 {
    position: relative;
    background-color: #275476;
    z-index: 1;
}
#lp_step_2 .boxcenter { max-width: 800px; }
#lp_step_2 h2,
#lp_step_2 p {
    color: #fff;
    text-align: center;
}


#lp_step_3 {
    position: relative;
    background-color: transparent;
    z-index: 0;
}
#lp_step_3::before {
    content: ' ';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://dev.mabetrial.it/mabe23/wp-content/uploads/bg_words.jpg');
    background-size: cover;
    background-position: center;
    z-index: -1;
}
#lp_step_3 .boxcenter { max-width: 1400px; }
#lp_step_3 h2,
#lp_step_3 h3,
#lp_step_3 p {
    text-align: center;
}
#lp_step_3 h2 { padding-bottom: 0; }
#lp_step_3 h3 { font-size: 1.4rem;}
#lp_step_3 h3 span {
    color: #009cff;
    font-size: 3rem;
    -webkit-text-fill-color: transparent;
    font-weight: 700!important;
    text-stroke: 1px currentColor;
    -webkit-text-stroke: 1px currentColor;
    border-bottom: 5px solid #009cff;
}
#lp_step_3 p.subtitle { color: #009cff; font-size: 1.2rem; }
#lp_step_3 .cell p { text-align: justify; }
#lp_step_3 a.scroll_arrow { font-size: 3rem; }


#lp_step_4 {
    position: relative;
    background-color: #275476;
    z-index: 1;
}
#lp_step_4 .boxcenter { max-width: 800px; }
#lp_step_4 p {
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    text-align: left;
    line-height: 1;
}
    @media screen and (max-width: 39.9375em) { /* Small: max-width: 39.9375em) */
        #lp_step_4 p { font-size: 1.8rem; }
    }
#lp_step_4 p:first-child {
    color: #009cff;
    font-size: 1.4rem;
}
    @media screen and (max-width: 39.9375em) { /* Small: max-width: 39.9375em) */
        #lp_step_4 p:first-child { font-size: 1.2rem; }
    }


#lp_step_5 {
    position: relative;
    background-color: #275476;
    z-index: 1;
}
#lp_step_5 .boxcenter { max-width: 800px; }
#lp_step_5 p {
    color: #fff;
    font-size: 1.2rem;
    text-align: left;
}
#lp_step_5 p:first-child {
    color: #009cff;
    font-size: 3rem;
    line-height: 1;
    font-weight: 700;
}
    @media screen and (max-width: 39.9375em) { /* Small: max-width: 39.9375em) */
        #lp_step_5 p:first-child { font-size: 1.8rem; }
    }


#lp_faq {
    position: relative;
    background-color: transparent;
    z-index: 1;
}
#lp_faq > div {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 90px 10px;
}
#lp_faq ul.accordion {
    background: transparent;
}
#lp_faq a.accordion-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: inherit;
    border: 0;
    background: transparent;
}
#lp_faq div.accordion-content {
    font-size: 1.2rem;
    color: inherit;
    border: 0;
    background-color: rgba(255,255,255,.5);
}
#lp_faq p {
    font-size: 1.2rem;
    text-align: left;
}
    

#lp_step_6 {
    position: relative;
    background-color: #275476;
    z-index: 1;
}
#lp_step_6 .parallax_text {
    max-width: 800px;
    left: 50%;
    transform: translateX(-50%);
}
#lp_step_6 p {
    color: #fff;
    font-size: 1.2rem;
    text-align: left;
    padding-left: 15px;
}
#lp_step_6 p:first-child { font-style: italic; }
#lp_step_6 a {
    color: #fff;
    font-size: 3rem;
}

#pagina_contatti,
#sezione_contatti {
    position: relative;
    background-color: #eee;
    z-index: 1;
}
#pagina_contatti h3,
#sezione_contatti h3 {
    font-size: 1.6rem;
    text-align: left;
}
#pagina_contatti i,
#sezione_contatti i {
    color: #009cff;
    padding-right: 10px;
}
#pagina_contatti .fa-skype,
#sezione_contatti .fa-skype {
    -webkit-text-fill-color: transparent;
    font-weight: 500!important;
    text-stroke: 1px currentColor;
    -webkit-text-stroke: 1px currentColor;
}
#pagina_contatti .cell > div,
#sezione_contatti .cell > div {
    margin-bottom: 40px;
}


/*********************
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;
}
.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 {
    position: relative;
    z-index: 2;
    clear: both;
    margin: 0;
    padding-top: 0px;
    background-color: #275476;
}

.big_footer_btn {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.3);
}
.big_footer_btn a.button {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 50px;
    width: 280px;
    margin-bottom: 0;
    background-color: #009cff;
}
    .big_footer_btn a.button::before {
        color: #fff !important;
        background-color: #f90;
    }
    .big_footer_btn a.button:hover {
        color: #fff !important;
    }

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;
    text-decoration: none;
}
    footer a:hover {
        color: #009cff;
    }
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;
}

/* FOOTER CREDITS */
footer .credits {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #222;
}
footer .credits p,
footer .credits a {
    color: #ccc;
    font-size: 0.8rem;
}
    footer .credits a:hover { color: #009cff; }

/* 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: #555;
}
    #footer_search form.search-form button:hover {
        border: 0;
        background: #999;
    }
#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 [type=checkbox], .wpcf7 [type=file], .wpcf7 [type=radio] {
    margin: 0;
}

.wpcf7 input, .wpcf7  select, .wpcf7 textarea {
    color: #275476;
    font-size: 1.2rem;
}
.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 {
    padding: .5rem .5rem 1px .5rem;
    border: 0;
    border-bottom: 1px dashed #009cff;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}
.wpcf7 textarea {
    height: 150px;
    margin-top: 60px;
    border: 1px dashed #009cff !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent !important;
}
.wpcf7 input::placeholder, 
.wpcf7 textarea::placeholder {
    color: #aaa;
    font-size: 1.2rem;
}
.wpcf7 label {
    font-size: 1rem;
    color: #009cff;
    margin-bottom: 2rem;
}
.wpcf7 label i {
    color: #009cff;
    font-size: .8rem;
    vertical-align: top;
}
.wpcf7 input[type=submit] {
    width: 100%;
    margin-top: 20px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px;
    border: 0;
    border-radius: 4px;
    background-color: #009cff;
    cursor: pointer;
}
    .wpcf7 input[type=submit]:hover  {
        color: #fff;
        background-color: #275476;
    }
.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;
}



/*********************
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: 999999;
}



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

.grecaptcha-badge {
    opacity: 0;
}



/*********************
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; }