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


/* 
 * COLORS
 * 
 * Green: #9bcd66
 * Orange: #ff8400
 * Blue: #003976
 */


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

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

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li, table, span {
    font-family: 'Lunasima', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    color: #9bcd66;
    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.0em; }
h2 { font-size: 2.5em; }
h3 { font-size: 2.1em; }
h4 { font-size: 1.8em; }
h5 { font-size: 1.6em; }
h6 { font-size: 1.4em; }

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

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

a { color: #9bcd66; }
    a:hover { color: #ff8400; }

a.button {
    display: inline-block;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    padding: 10px 27px;
    text-transform: uppercase;
    border-radius: 4px;
    background-color: #ff8400;
}
    button:hover, a.button:hover {
        color: #fff;
        background-color: #9bcd66;
    }
    button:focus, a.button:focus {
        color: #fff;
        background-color: #9bcd66;
    }
a.button_white {
    display: inline-block;
    color: #ff8400;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 8px 25px;
    text-transform: uppercase;
    border-radius: 4px;
    border: 2px solid #ff8400;
    background-color: #fff;
}
    a.button_white:hover {
        color: #fff;
        border: 2px solid #ff8400;
        background-color: #ff8400;
    }




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

/* EFFETTI PRINCIPALI SU SCROLL */
header.header {
    position: fixed;
    display: block;
    width: 100%;
    background-color: #ff8400;
    z-index: 9000;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
    @media (max-width:48em) {
        header.header {
            -moz-transition: all .3s;
            -o-transition: all .3s;
            -ms-transition: all .3s;
            -webkit-transition: all .3s;
            transition: all .3s;
        }
    }
.top-bar, .top-bar ul {
    background-color: transparent;
}
    .darkHeader .top-bar {
        padding: 3px 0;
    }

/* PULSANTI */
header.header a {
    color: #fff;
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
}
    @media (min-width:48em) {
        header.header a:hover {
            border-bottom: 1px solid #fff;
        }
    }

/* PAGINA ATTIVA */
.menu .active>a {
    color: #fff;
    border-bottom: 1px solid #fff;
    background-color: transparent;
}

/* LOGO */
header.header .menu a.logo,
header.header .menu a.logo:hover {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0px 10px; /* row-gap - column gap */
    padding: 0px;
    text-decoration: none !important;
    border-bottom: 0;
}
.menu a.logo img {
    padding-right: 15px;
    height: 90px;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    -ms-transition: all .6s;
    -webkit-transition: all .6s;
    transition: all .6s;
}
    .darkHeader .menu a.logo img {
        height: 55px;
    }
    @media (max-width:39.9375em) {
        .menu a.logo img {
            height: 60px;
            padding-right: 10px;
        }
    }
span.site_title_box {}
.menu a.logo span.site_name {
    display: block;
    width: 100%;
    padding: 0 1rem 0 0;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 2px;
}
    @media (max-width:39.9375em) {
        .menu a.logo span.site_name { font-size: 1.2rem; }
    }
.menu a.logo span.site_name_img img {
    display: block;
    width: 100%;
    max-width: 230px;
    height: auto;
    padding: 0 1rem 0 0;
}

/* 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: 2px;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
    .darkHeader .menu a.logo span.site_payoff {
        height: 0;
        margin-left: -500px;
        visibility: hidden;
    }
    @media (max-width:39.9375em) {
        .menu a.logo span.site_payoff {
            max-width: 240px;
        }
    }

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



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

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

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

/* PULSANTE MENU MOBILE */
a.mobilemenubutton {
    display: block;
    width: 100%;
    height: 35px;
    text-align: right;
    padding: 7px !important;
    right: 0;
    left: auto;

    position: absolute;
    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;
}

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 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
    @media screen and (max-width: 1420px) { 
        .maxwidthcontent {
            padding: 10px;
        }
    }
.maxwidthpost {
    max-width: 900px;
    margin: 0 auto;
}
#boxthumb {
    position: relative;
    height: 60vH;
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
    margin-right: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#boxNOthumb {
    position: relative;
    height: 120px;
    background-color: #9bcd66;
}

/* TITOLO A SINISTRA */
h1.page-title {
    text-align: left;
}
    @media screen and (max-width: 39.9375em) { 
        h1.page-title {
            text-align: center;
        }
    }
h1.page-title::after {
    content: "";
    display: block;
    width: 70px;
    height: 0;
    margin: 0;
    padding-top: 10px;
    border-bottom: 10px solid #9bcd66;
}
    @media screen and (max-width: 39.9375em) { 
        h1.page-title::after {
            margin: 0 auto;
        }
    }

/* MARGINE DA IMG PER CONTENTO PAGINA */
.page .entry-content {
    padding-top: 20px;
}

/* SFONDO PUNTINATO */
.dotoverlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    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 NASCOSTE */
@media screen and (max-width: 63.9375em) { 
.medium-0 {
    display: none;
}
}
@media screen and (max-width: 39.9375em) { 
.small-0 {
    display: none;
}
}


/* BOX VERDE */
.greenBox {
    width: 100%;
    margin: 15px auto 15px 0;
    padding: 1.5em 2.5em;
    border: 0;
    border-radius: 9px;
    background-color: #9bcd66;
    -webkit-box-shadow: 0 4px 16px rgb(50 50 93 / 50%), 0 1px 13px rgb(0 0 0 / 50%);
    box-shadow: 0 4px 16px rgb(50 50 93 / 50%), 0 1px 13px rgb(0 0 0 / 50%);
}
    @media (max-width:64em) {
        .greenBox {
            width: 98%;
            padding: 1.4em 1.4em;
        }
    }
    @media (max-width:40em) {
        .greenBox {
            padding: 1em .5em;
        }
    }
.greenBox p:last-child { margin-bottom: 0; }
.greenBox h2, .greenBox h3, .greenBox h4, .greenBox p, .greenBox ul, .greenBox ol, .greenBox li { color: #fff; }


/* IMMAGINE PAOLA */
.paola_photo { text-align: left; }
@media (max-width:40em) {
    .paola_photo { text-align: center; }
}
.paola_photo img { width: 200px; }



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

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

/* Attivo su Home */
#slide_home {
    margin-top: 50px;
    background: transparent;
}
#slide_home .orbit,
#slide_home .orbit-wrapper,
#slide_home .orbit-slide,
#slide_home .orbit-image,
#slide_home .dotoverlay_abs {
    height: calc(100vH - 50px);
}
    @media (max-width:69em) {
        #slide_home .orbit,
        #slide_home .orbit-wrapper,
        #slide_home .orbit-slide,
        #slide_home .orbit-image,
        #slide_home .dotoverlay_abs {
            height: 70vH;
        }
    }
#slide_home .orbit-image {
    object-fit: cover;
}
#slide_home .dotoverlay_abs {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    margin: 0;
    padding: 0;
}
#slide_home .orbit-gradient {
    display: block;
    position: absolute;
    width: 100%;
    height: 40vH;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0,0,0,0.8));
}
.orbit-caption {
    position: absolute;
    max-width: calc(100% - 100px);
    height: auto;
    text-align: center;
    background-color: transparent;
    bottom: auto; /* Correzione */
    margin-bottom: auto; /* Correzione */
    margin: 0;
    padding: 0;
    bottom: 80px;
    left: 50%;
    transform: translate(-50%, 0);
}
    @media (max-width:48em) {
        .orbit-caption { max-width: calc(100% - 80px); }
    }
    @media (max-width:40em) {
        .orbit-caption { max-width: calc(100% - 20px); }
    }
.orbit-caption .title_figcaption,
.orbit-caption .subtitle_figcaption,
.orbit-caption .button_figcaption {
    display: block;
    color: #fff;
    line-height: 1em;
    text-align: center;
    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:40em) {
        .orbit-caption .title_figcaption { font-size: 1.6rem; }
    }
.orbit-caption .subtitle_figcaption {
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
}
    @media (max-width:48em) {
        .orbit-caption .subtitle_figcaption { font-size: 1.2rem; }
    }
    @media (max-width:40em) {
        .orbit-caption .subtitle_figcaption { font-size: 1rem; }
    }
.orbit-caption .button_figcaption {
    display: inline-block !important;
    margin-top: 50px !important;
    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;
}

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



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

/* SERVIZI */
#firstBox {
    margin-top: 0;
    padding: 70px 0;
    background-image: url('https://nutrizionistazanuso.it/wp-content/uploads/bg_1.jpg');
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
}
#firstBox h2 {
    text-align: left;
}
    #firstBox h2::after {
        content: "";
        display: block;
        width: 70px;
        height: 0;
        margin: 0;
        padding-top: 10px;
        border-bottom: 10px solid #ff8400;
    }
#firstBox h3,
#firstBox p {
    position: relative;
    color: #003976;
    font-size: 1.2rem;
    font-weight: 400;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
}
#firstBox h3 {
    letter-spacing: 1px;
    padding-left: 20px;
}
#firstBox h3::before {
    position: absolute;
    color: #9bcd66;
    font-size: 1rem;
    margin: 1px 0 0 -25px;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-light);
    content: "\f00c" !important;
}

/* PUNTI DI FORZA */
#secondBox {
    margin: 0;
    padding: 7em 0;
    background-color: #efefef;
}
#secondBox .titleCell {
    padding-bottom: 50px;
}
#secondBox h2 { text-align: left; }
    #secondBox h2::after {
        content: "";
        display: block;
        width: 70px;
        height: 0;
        margin: 0;
        padding-top: 10px;
        border-bottom: 10px solid #ff8400;
    }
#secondBox p { text-align: left; }
#secondBox .iconBox p {
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}
#secondBox .iconBox i {
    color: #ff8400;
    font-size: 5rem;
}

/* APPROCCIO */
#thirdBox {
    margin: 0;
    padding: 100px 0;
    background-color: #233e51;
    background-image: url('https://nutrizionistazanuso.it/wp-content/uploads/bg_2.jpg');
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
}
    @media (max-width:64em) {
        #thirdBox {}
    }
    @media (max-width:40em) {
        #thirdBox {
            padding: 200px 10px 10px 10px;
            background-size: contain;
            background-position: right top;
        }
    }
#thirdBox .grid-x {
    width: 600px;
    margin: 0 auto 0 0;
    padding: 1.5em 2.5em;
    border: 0;
    border-radius: 9px;
    background-color: rgba(155,205,102,0.9); //#9bcd66
    -webkit-box-shadow: 0 4px 16px rgb(50 50 93 / 50%), 0 1px 13px rgb(0 0 0 / 50%);
    box-shadow: 0 4px 16px rgb(50 50 93 / 50%), 0 1px 13px rgb(0 0 0 / 50%);
}
    @media (max-width:64em) {
        #thirdBox .grid-x {
            width: 450px;
            padding: 1em 2.5em;
        }
    }
    @media (max-width:40em) {
        #thirdBox .grid-x {
            width: 100%;
            margin: 0 auto;
            padding: 1em .5em;
        }
    }
#thirdBox h2 {
    color: #fff;
    text-align: left;
}
    #thirdBox h2::after {
        content: "";
        display: block;
        width: 70px;
        height: 0;
        margin: 0;
        padding-top: 10px;
        border-bottom: 10px solid #003976;
    }
#thirdBox h3 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: left;
    padding-left: 18px;
}
    @media (max-width:64em) {
        #thirdBox h3 {
            font-size: 1rem;
        }
    }
#thirdBox h3::before {
    position: absolute;
    color: #003976;
    font-size: 1rem;
    margin: 1px 0 0 -25px;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-light);
    content: "\f00c" !important;
}

/* FINALE HOME */
#fourthBox {
    display: block;
    position: relative;
    width: 100%;
    height: 100vH;
    margin: 0;
    padding: 0;
    background-image: url('https://nutrizionistazanuso.it/wp-content/uploads/nutrizionista_milano_4.jpg');
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
}
#fourthBox .maxwidthcontent {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#fourthBox p {
    color: #fff;
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    padding-left: 10px;
}

/* NUMERI
#numberBox {
    margin: 0;
    padding: 7em 0;
    background: radial-gradient(#b5e285 25%, #9bcc66 75%);
}
#numberBox .titleCell {
    padding-bottom: 50px;
}
#numberBox h2 {
    color: #fff;
}
    #numberBox h2::after {
        content: "";
        display: block;
        width: 70px;
        height: 0;
        margin: 0 auto;
        padding-top: 10px;
        border-bottom: 10px solid #fff;
    }
#numberBox p {
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    text-transform: uppercase;
}
#numberBox p span {
    display: block;
    font-size: 3rem;
    text-align: center;
    padding-bottom: 20px;
}
*/


/*********************
PAGINA CONSULENZE
*********************/

#services { margin-top: 50px; }
#services h3 {
    color: #003976;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 1px;
    padding-left: 20px;
    text-align: left;
    padding-top: 0;
}
    #services h3::before {
        position: absolute;
        color: #9bcd66;
        font-size: 1rem;
        margin: 1px 0 0 -25px;
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font: var(--fa-font-light);
        content: "\f005" !important;
    }
#services_diet_list .diet_list_item p {}
    #services_diet_list .diet_list_item p::before {
        position: absolute;
        color: #ff8400;
        font-size: 1rem;
        margin: 3px 0 0 -25px;
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font: var(--fa-font-light);
        content: "\f00c" !important;

    }


/*********************
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;
  margin-right: -15px;
  margin-left: -15px; }

.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: #25405e;
}
footer h4, footer p, footer a {
    color: #fff;
    text-align: center;
}
footer a { text-decoration: underline; }
    footer a:hover { color: #9bcd66; }
footer a.social {
    font-size: 1.5rem;
    padding: 0 7px 0 7px;
    text-decoration:none;
}
footer h4 {
    font-size: 1.1em;
    font-weight: 700;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
}
footer p {
    font-size: 0.9em;
}
footer img {
    width: 30%;
    height: auto;
}

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

footer .separator {
    height: 50px;
}

footer p.credits {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.3);
}
footer p.credits,
footer p.credits a {
    color: #ccc;
    font-size: 0.8rem;
}
    footer p.credits a:hover {
        color: #9bcd66;
    }

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

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

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



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

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

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

.wpcf7 input, .wpcf7  select, .wpcf7 textarea { color: #444; }
.wpcf7 input,
.wpcf7 input:hover, .wpcf7 input:focus, .wpcf7 input:visited,
.wpcf7 input:-webkit-autofill, .wpcf7 input:-webkit-autofill:hover, .wpcf7 input:-webkit-autofill:focus, .wpcf7 input:-webkit-autofill:active,
select.wpcf7-select {
    padding: .5rem .5rem 1px .5rem;
    border: 0;
    border-bottom: 1px solid #ff8400;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}
.wpcf7 textarea {
    height: 8em;
    border: 1px solid #ff8400 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent !important;
}
.wpcf7 label {
    font-size: 1rem;
    color: #ff8400;
    margin-bottom: 2rem;
}
.wpcf7 label i {
    color: #ff8400;
    font-size: .8rem;
    vertical-align: top;
}
.wpcf7 input[type=submit] {
    width: 100%;
    margin-top: 20px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px;
    border: 0;
    border-radius: 4px;
    background-color: #ff8400;
    cursor: pointer;
}
    .wpcf7 input[type=submit]:hover  {
        color: #fff;
        background-color: #444;
    }
.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: 990;
}



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



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

@media print {

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