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


/* 
 * COLORS
 * 
 * Red: #ec2830
 * Black: #222
 */


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

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li, table, span, input, textarea {
    font-family: 'Rajdhani', sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-weight: 700;
    line-height: 1.1em;
    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: #222;
    line-height: 1.5em;
}
ol, ul, li {
    font-size: 1.2rem;
    color: #222;
}
table {
    font-size: 1.1rem;
    color: #222;
    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; }
        p, ul, table { font-size: 1rem; }
        button, .button { }
    }
    @media (max-width:40em) {
    }

a { color: #ec2830; }
    a:hover { color: #ccc; }

a.button {
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    padding: 10px 27px;
    text-transform: uppercase;
    border-radius: 50px;
    background-color: #ec2830;
}
    button:hover, a.button:hover {
        color: #fff;
        background-color: #222;
    }
    button:focus, a.button:focus {
        color: #fff;
        background-color: #222;
    }
a.button_white {
    color: #ec2830;
    padding: 9px 26px;
    border: 1px solid #ec2830;
    background-color: transparent;
}
    a.button_white:hover {
        color: #fff;
        background-color: #ec2830;
    }





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

/* EFFETTI PRINCIPALI SU SCROLL */
header.header {
    position: fixed;
    display: block;
    width: 100%;
    z-index: 99000;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    border-bottom: 1px solid #fff;
    background: rgba(240,240,240,0.25);
}
    @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;
        }
    }
.darkHeader {
    background: rgba(255,255,255,1) !important;
    border-bottom: 1px solid #ec2830 !important;
}
.top-bar, .top-bar ul {
    background-color: transparent;
}
    .darkHeader .top-bar {
        padding: 3px 0;
    }

/* PULSANTI */
header.header a {
    color: #fff;
    font-size: 0.9em;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 50px;
    border: 2px solid transparent;
}
    @media (min-width:48em) {
        header.header.darkHeader a {
            color: #222 !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: #ec2830 transparent transparent;
}

.contact_btn a,
header.header.darkHeader .contact_btn a {
    color: #fff !important;
    border-radius: 50px;
    border: 2px solid;
}
    @media (min-width:40em) {
        .contact_btn,
        header.header.darkHeader .contact_btn { margin-left: 3px; }
    }
    @media (max-width:40em) {
        .contact_btn,
        header.header.darkHeader .contact_btn { margin-top: 3px; margin-bottom: 7px; }
    }

.contact_btn.book a,
header.header.darkHeader .contact_btn.book a {
    border-color: #ec2830;
    background-color: #ec2830;
}
    .contact_btn.book a:hover {
        border-color: #222;
        background-color: #222;
    }

.contact_btn.tel a,
header.header.darkHeader .contact_btn.tel a {
    border-color: #222;
    background-color: #222;
}
    .contact_btn.tel a:hover {
        border-color: #ec2830;
        background-color: #ec2830;
    }

a.mobile_book {
    color: #fff !important;
    border-radius: 50px;
    border: 2px solid;
    background-color: #ec2830;
}
    a.mobile_book:hover {
        background-color: #222;
    }


        
/* PAGINA ATTIVA */
.menu .active>a {
    border: 2px solid #ec2830;
    background: transparent;
}
    header.header.darkHeader .active>a {
    }

/* LOGO */
header.header .menu a.logo {
    font-size: 1.4em;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 0 1rem 0 0;
}
    header.header.darkHeader .menu a.logo {
        color: #222;
    }
    @media (max-width:40em) {
        header.header .menu a.logo { font-size: 1.2em; }
    }
.menu a.logo img {
    height: 80px;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    padding-right: 15px;
}
    .darkHeader .menu a.logo img {
        height: 65px;
    }
    @media (max-width:40em) {
        .menu a.logo img {
            height: 60px;
            padding-right: 10px;
        }
        .darkHeader .menu a.logo img {
            height: 55px;
        }
    }

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


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

/* 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: #222 !important;
}

/* PULSANTE MENU MOBILE */
a.mobilemenubutton {
    display: block;
    position: absolute !important;
    width: 100px;
    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: #222;
    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
*********************/

header.article-header {
    margin-bottom: 30px;
    background: #ec2830;
}
header.article-header h1 {
    color: #fff;
}
.maxwidthcontent {
    max-width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
    @media (max-width:1220px) {
        .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;
}
#boxthumb_mini {
    position: relative;
    height: 30vH;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    background-position: center;
    background-size: 110%;
    background-repeat: no-repeat;
}
#boxNOthumb {
    position: relative;
    height: 120px;
    background-color: #222;
}

/* SFONDO PUNTINATO */
.dotoverlay {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    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;
}

/* BOX A TUTTO SCHERMO */
.boxfullheight {
    display: table;
    width: 100%;
    height: 100vH;
}
    @media (max-width:48em) {
        .boxfullheight {
            padding: 0;
        }
    }

/* BOX A ALTEZZA VARIABILE */
.boxtable {
    display: table;
    width: 100%;
    height: 100%;
}

/* 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) { /* Medium: max-width: 63.9375em */ 
    .medium-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 #222;
    -webkit-box-shadow: none;
    box-shadow: none;
}
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;
}
.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: 100%;
    height: auto;
    text-align: center;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0) 100%);
    bottom: auto; /* Correzione */
    margin-bottom: auto; /* Correzione */
    margin: 0;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.orbit-caption .grid-x {
    max-width: 600px;
    margin: 100px auto;
}
    @media (max-width:48em) {
        .orbit-caption .grid-x { max-width: calc(100% - 80px); }
    }
    @media (max-width:40em) {
        .orbit-caption .grid-x { max-width: calc(100% - 20px); }
    }

.orbit-caption .grid-x div.cell.middleLine {
    border-right: 2px solid #fff;
}

.slider_mobox {
    width: 100%;
    height: auto;
    max-width: 200px;
    border-radius: 10px;
    margin-top: 10px;
    background-color: #fff;
}

.orbit-caption h2,
.orbit-caption p {
    display: block;
    color: #fff;
    line-height: 1;
    padding: 3px;
    margin: 0 auto;
}
.orbit-caption h2 {
    font-size: 3rem;
    font-weight: 700;
    text-align: right;
    text-transform: uppercase;
}
    @media (max-width:48em) {
        .orbit-caption h2 { font-size: 2rem; }
    }
    @media (max-width:40em) {
        .orbit-caption h2 { font-size: 1.6rem; }
    }
.orbit-caption h2 span {
    display: block;
    font-size: .7em;
}

.orbit-caption p {
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}
    @media (max-width:48em) {
        .orbit-caption p { font-size: 1rem; }
    }
    @media (max-width:40em) {
        .orbit-caption p { font-size: 0.8rem; }
    }

.orbit-caption a.button_figcaption {
    display: inline-block;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 15px !important;
    padding: 10px 27px;
    border: 2px solid #fff;
    border-radius: 50px;
}
    .orbit-caption a.button_figcaption:hover { 
        color: #fff;
        border: 2px solid #ec2830;
    }

.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 {
    position: absolute;
    margin: 0;
    height: auto;
    overflow: hidden;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -40px);
}
.orbit-bullets button {
    float: left;
    width: 1.2rem;
    height: 0.8rem;
    margin: .3rem;
    padding: 0;
    border: 0;
    border-radius: 4px;
    background-color: #fff;
    
}
.orbit-bullets button.is-active {
    width: 1.6rem;
    background-color: #ec2830;
}



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

body {
    background: #f1f1f1;
}
body.home h2 {
    padding: 2em 0;
}

/* SERVIZI PRINCIPALI */
#home_services {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0;
    padding: 70px 0;
    background-image: url(../images/red-background-with-tire-tracks.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#home_services .grid-x {
    max-width: 1200px;
    margin: 0 auto;
}
#home_services .cell h2,
#home_services .cell p {
    color: #fff;
}
#home_services .cell .icon {
    display: block;
    width: auto;
    height: 80px;
    margin: 0 auto 40px auto;
}
#home_services .cell p {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 70px;
}
#home_services a.button {
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    margin: 3em auto 0 auto;
}
    #home_services a.button:hover {
        background-color: #222;
    }

/* CONTATTI */
#home_contacts {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0;
    padding: 70px 0;
    border-top: 20px solid #fff;
    background-color: #222;
}
#home_contacts .grid-x {
    max-width: 1200px;
    margin: 0 auto;
}
#home_contacts .cell h2,
#home_contacts .cell p {
    color: #fff;
    text-align: center;
}
#home_contacts a.button {
    color: #222;
    margin: 0 auto;
    min-width: 180px;
    background-color: #fff;
}
    #home_contacts a.button:hover {
        background-color: #ec2830;
    }
    @media screen and (max-width: 39.9375em) { /* small-12 */
        #home_contacts a.button {
            min-width: 130px;
        }
    }

/* INDIRIZZO E ORARI */
#home_hour_address {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0;
    padding: 70px 0;
    border-top: 20px solid #fff;
    border-bottom: 20px solid #fff;
    background-color: #ec2830;
    background-image: url(../images/gorrinogomme_home.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
    @media screen and (max-width: 39.9375em) { /* small-12 */
        #home_hour_address {
            padding: 20px 0;
        }
    }
#home_hour_address .grid-x {
    max-width: 1200px;
    margin: 0 auto;
}
#home_hour_address .cell h2,
#home_hour_address .cell p,
#home_hour_address .cell i {
    display: block;
    color: #fff;
    text-align: center;
}
#home_hour_address .cell p {
    font-size: 1.8rem;
    font-weight: 700;
    background-color: rgba(0,0,0,.3);
}
#home_hour_address .cell i {
    font-size: 3rem;
    padding-bottom: 20px;
}

/* BOX GRANDE: 3 PONTI */
#home_widebox {
    display: block;
    position: relative;
    width: 100%;
    height: 90vH;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-image: url(../images/gorrino_cambio_pneumatici_1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#home_widebox .grid-x {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1200px;
    margin: 0 auto;
}
#home_widebox p {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
#home_widebox p span {
    display: block;
    font-size: 1.7em;
}
    @media screen and (max-width: 39.9375em) { /* small-12 */
        #home_widebox .small-12 {
            border-bottom: 1px solid #fff;
        }
    }

/* POWER BOX */
#home_power {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 4em 0;
}
#home_power .grid-x {
    max-width: 900px;
    margin: 0 auto;
}
#home_power h2 {
    padding: 0;
}
#home_power h3 {
    color: #ec2830;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}
#home_power p {
    text-align: center;
    margin: 0;
    padding: 0;
}
#home_power .cell {
    position: relative;
}
#home_power p.number {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    color: #fff;
    font-size: 260px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin: 0;
    padding: 0;
    z-index: -1;
}
    @media screen and (max-width: 48em) {
        #home_power p.number {
            font-size: 220px;
        }
    }
    @media screen and (max-width: 40em) {
        #home_power p.number {
            font-size: 180px;
        }
    }

/* PARTNER */
#home_partners {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 4em 0;
}
#home_partners .grid-x {
    max-width: 1200px;
    margin: 0 auto;
}
#home_partners h2 {
    padding: 0;
}
#home_partners a {
    opacity: 1;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
    #home_partners a:hover { opacity: .4; }
#home_partners img {
    display: block;
    width: auto;
    height: auto;
    max-height: 90px;
    margin: 0 auto;
}



/*********************
SERVIZI
*********************/

/* SERVIZI PRINCIPALI */
#page_services {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0;
    padding: 70px 0;
}
#page_services .grid-x {
    max-width: 1200px;
    margin: 0 auto;
}
#page_services .cell {
    padding-top: 35px;
    padding-bottom: 35px;
}
#page_services .cell h2,
#page_services .cell p {
}
#page_services .cell .icon {
    display: block;
    width: auto;
    height: 80px;
    margin: 0 auto 40px auto;
}
#page_services .cell p {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 0;
}
#page_services a {
    text-decoration: none;
    border-radius: 20px;
    background: transparent;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}
    #page_services a:hover {
        background: #fff;
    }

/* MEZZI AGRICOLI E DI TRASPORTO */
#service_mobox {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0;
    padding: 50px 0;
    background-color: #ec2830;
}
#service_mobox h2, #service_mobox p { color: #fff; }
#service_mobox .button { background-color: #222; }

/* MEZZI AGRICOLI E DI TRASPORTO */
#service_agri,
#service_camion {
    display: block;
    position: relative;
    width: 100%;
    height: 90vH;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#service_agri {
    background-image: url(../images/cambio_pneumatici_agricoli_1_LD.jpg);
}
#service_camion {
    background-image: url(../images/cambio_pneumatici_mezzi_pesanti_LD.jpg);
}
#service_agri > div, #service_camion > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1200px;
    margin: 0 auto;
}
#service_agri h2, #service_agri p,
#service_camion h2, #service_camion p {
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding: 0;
}



/*********************
EBIKE
*********************/

#page_ebike {
}
#page_ebike .grid-x {
    max-width: 1200px;
    margin: 0 auto;
}

.ebikeSol {
    max-width: 900px;
    margin: 0 auto;
}

#page_ebike i {
    font-size: 3rem;
    color: #ec2830;
}

.ebikeNoleggi h2 {
    color: #fff;
    background-color: #ec2830;
}
.ebikeNoleggi h3 {
    color: #ec2830;
    font-size: 3rem;
}

.ebikeTime,
.ebikePrice {
    font-size: 1.2rem;
    margin-bottom: .5rem;
    
}
.ebikeTime {
    color: #fff !important;
    font-weight: 700;
    text-align: center;
    padding: .7em 0;
    background-color: #ec2830;
}

.ebikePrice {
    color: #fff !important;
    font-weight: 700;
    text-align: center;
    padding: .7em 0;
    background-color: #222;
}


/*********************
MOBOX
*********************/

#page_mobox {
}
#page_mobox .grid-x {
    max-width: 1200px;
    margin: 0 auto;
}
#page_mobox .cell h2, #page_mobox .cell h3 {
    color: #ec2830;
}

.mobox_pack {
    max-width: 900px;
    margin: 0 auto;
}

.mobox_pack_title,
.mobox_pack_price {
    margin-bottom: .5rem;
    
}
.mobox_pack_title {
    color: #fff !important;
    font-weight: 700;
    background-color: #ec2830;
}
.mobox_pack_title span {
    display: block;
    font-size: .8em;
    font-weight: 400;
}

.mobox_pack_price {
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    background-color: #fff;
}
.mobox_pack_price span {
    font-size: .5em;
    font-weight: 400;
}

.mobox_pack_info {
    text-align: center;
    margin-bottom: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #fff;
}



/*********************
CHI SIAMO
*********************/
#squarebox {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0;
}
#squarebox .squarebox_img,
#squarebox .text  {
    position: relative;
    height: auto;
    min-height: 90vH;
}
    @media screen and (orientation: portrait) { /* Medium: max-width: 63.9375em */ /* Small: max-width: 39.9375em) */
        #squarebox .squarebox_img,
        #squarebox .text  {
            min-height: 70vH;
        }
    }
    @media screen and (max-width: 48em) { /* Medium: max-width: 63.9375em */ /* Small: max-width: 39.9375em) */
        #squarebox .squarebox_img,
        #squarebox .text  {
            min-height: 70vH;
        }
    }
    @media screen and (max-width: 39.9375em) { /* Medium: max-width: 63.9375em */ /* Small: max-width: 39.9375em) */
        #squarebox .squarebox_img  {
            min-height: 50vH;
        }
        #squarebox .text  {
            min-height: auto;
            padding-bottom: 40px;
        }
    }
#squarebox .page-title,
#squarebox .textbox {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
    @media screen and (max-width: 67em) {
        #squarebox .textbox  {
            max-width: 100%;
        }
    }
#squarebox .text h2 {
    color: #ec2830;
}
#squarebox .text p,
#squarebox .text ul,
#squarebox .text li {
    text-align: justify;
}
.backgroundBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#squarebox .cit  {
    font-style: italic;
}
#squarebox .cit i  {
    color: #999;
    font-size: 2rem;
}
#squarebox .cit span  {
    display: block;
    font-style: normal;
}



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

#page_contact_Call p,
#page_contact_Call a.button {
    margin: 0;
}
#page_contact_Call a.button {
    font-size: 1.4rem;
    padding: .85em 3em;
}
#page_contact_Call h2 { text-align: right; }
    @media screen and (max-width: 39.9375em) { /* small-12 */
        #page_contact_Call h2 { text-align: center; }
    }
#page_contact_Call p { text-align: left; }
    @media screen and (max-width: 39.9375em) { /* small-12 */
        #page_contact_Call p { text-align: center; }
    }



/*********************
POSTS & CONTENT STYLES
*********************/
.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: 40em) {
    .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: 40em) {
    .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: 40em) {
    .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: 40em) {
    .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: 40em) {
    .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: 40em) {
    .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: 40em) {
    .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: 40em) {
    .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: #222;
}
footer h4, footer p, footer a {
    color: #eee;
    text-align: center;
}
    footer a:hover {
        color: #ec2830;
    }
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;
}

@media screen and (max-width: 39.9375em) { /* small-12 */
    footer .small-12 {
        padding-top: 35px;
    }
}

footer p.credits {
    padding-top: 50px;
    padding-bottom: 20px;
}
footer p.credits,
footer p.credits a {
    color: #ccc;
    font-size: 0.8rem;
}
    footer p.credits a:hover {
        color: #ec2830;
    }

/* 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 input {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    border: 0;
    border-bottom: 1px solid #ec2830;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
    .wpcf7 input:focus {
        border: 0;
        border-bottom: 1px solid #ec2830;
        background-color: rgba(255,255,255,.5);
        -webkit-box-shadow: none;
        box-shadow: none;
        /*
        -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
        transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
        transition: box-shadow .5s,border-color .25s ease-in-out;
        transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;
        */
    }
.wpcf7 textarea {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: left;
    height: 100px;
    border: 0;
    border-left: 3px solid #ec2830;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
    .wpcf7 textarea:focus {
        background-color: rgba(255,255,255,.5);
    }
.wpcf7 [type=checkbox], .wpcf7 [type=file], .wpcf7 [type=radio] {
    margin: 0;
}
.wpcf7 input[type="checkbox"] {
    height: 1.4rem;
    width: 1.4rem;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}
.wpcf7 input[type=submit] {
    width: 100%;
    margin-top: 20px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 50px;
    background-color: #ec2830;
}
    .wpcf7 input[type=submit]:hover  {
        color: #fff;
        background-color: #222;
    }



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

.grecaptcha-badge {
    opacity: 0;
}



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

#mabe_map {
    display: block;
    position: relative;
    width: 100%;
    height: 500px;
    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;
}



/*********************
AMELIA
PLUGIN PRENOTAZIONI
*********************/

#amelia-app-booking0,
.amelia-app-booking div, .amelia-app-booking h2, .amelia-app-booking p, .amelia-app-booking label,
.amelia-app-booking label, .am-modal.am-in-body label,
.el-select-dropdown li.el-select-dropdown__item,
.amelia-app-booking input[type="text"], .am-modal.am-in-body input[type="text"], .amelia-app-booking input[type="password"], .am-modal.am-in-body input[type="password"], .amelia-app-booking input[type="email"], .am-modal.am-in-body input[type="email"], .amelia-app-booking input[type="tel"], .am-modal.am-in-body input[type="tel"], .amelia-app-booking input[type="url"], .am-modal.am-in-body input[type="url"], .amelia-app-booking textarea, .am-modal.am-in-body textarea, .amelia-app-booking select, .am-modal.am-in-body select, .amelia-app-booking .form-control, .am-modal.am-in-body .form-control, .amelia-app-booking .am-stripe-card, .am-modal.am-in-body .am-stripe-card {
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 1rem !important;
}
.amelia-app-booking h2 {
    letter-spacing: 1px !important;
    font-weight: 700 !important;
}
.amelia-app-booking label {
    font-weight: 700 !important;
}
.amelia-app-booking #am-step-booking .am-select-date .am-appointment-times .el-radio-button .el-radio-button__inner,
.amelia-app-booking .am-step-booking-catalog .am-select-date .am-appointment-times .el-radio-button .el-radio-button__inner {
    font-size: 1rem !important;
    font-weight: 400 !important;
}

.el-button, .el-button--primary, .el-button--default {
    font-size: 1rem !important;
    font-weight: 700 !important;
    padding: 10px 27px !important;
    text-transform: uppercase !important;
    border-radius: 50px !important;
    border: 0 !important;
}
    .el-button:hover, .el-button--primary:hover, .el-button--default:hover {
        background-color: #222 !important;
    }
    .el-button:focus, .el-button--primary:focus, .el-button--default:focus {
        background-color: #222 !important;
    }
.el-checkbox__input { vertical-align: top !important; }
.el-checkbox__inner { border: 1px solid #444; }

.am-confirmation-booking-details > div:first-child {
    display: none !important;
}
form div.el-form-item.am-select-employee-option {
    display: none !important;
}

/* Campo con indirizzo IP del cliente che effettua la prenotazione */
.el-form-item.am-cf-14 {
    opacity: 1 !important;
    position: relative;
}
.am-cf-14 .el-input:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: table;
    width: 58px;
    height: 38px;
    margin-top: 1px;
    margin-left: 1px;
    border-radius: 4px;
    border: none;
    border-right: 18px solid rgba(255,255,255,.5);
    border-left: 50px solid #fff;
    background-color: transparent;
    /*background: linear-gradient(to right, #fff, transparent );*/
    opacity: 1;
    z-index: 1;
}