/************************************************

Stylesheet: Global Stylesheet

*************************************************/





/*
 * COLORS:
 *
 * Rosso: #ed1c24
 *
 */


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

/* FONT PRINCIPALE */
@font-face {
    font-family: 'Crillee Medium';
    src: url('/mrz/wp-content/themes/JointsWP-CSS-master/assets/font/crillee-webfont.woff2') format('woff2'),
         url('/mrz/wp-content/themes/JointsWP-CSS-master/assets/font/crillee-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
h1, h2, h3, h4, h5, h6, p, a, ul, ol, li, table {
    font-family: 'Sarabun', sans-serif;
}

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.2em;
    color: #444;
    line-height: 1.5em;
}
ol, ul, li {
    font-size: 1em;
    color: #444;
}
table {
    font-size: 1.1em;
    color: #444;
    line-height: 1.3em;
}

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

button, .button {
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #444;
}
    button:hover, .button:hover {
        background-color: #ed1c24;
    }

    @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 { }
    }

button, .button {
    color: #eee;
    font-size: 1.2rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    /* border: 1px solid #444; */
    background-color: #444;
    cursor: pointer;
}
    button:hover, .button:hover {
        color: #444;
        background-color: #ccc; /* rgba(51,67,85,0.1) */
    }

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

/* TITOLI */
.entry-title {
    font-weight: 700;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.entry-subtitle {
    text-align: center;
    margin-bottom: 70px;
    padding-bottom: 0px;
}
/* LINEA SOTTO TITOLI */
.short-line {
    display: block;
    width: 600px;
    margin: 10px auto 20px auto;
    border-bottom: 1px solid #444;
}
    @media (max-width:64em) {
        .short-line {
            width: 70%;
        }
    }
    @media (max-width:48em) {
        .short-line {
            width: 85%;
        }
    }



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

#masthead {
    position: fixed;
    width: 100%;
    padding: 0;
    background-color: #fff;
    z-index: 9999;
}
#masthead .top-bar {
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}
#masthead .top-bar-left,
#masthead .top-bar-right {
    width: 100%;
    text-align: center;
}
#masthead .top-bar-right {
    padding: 0;
}
#masthead .top-bar,
#masthead .top-bar ul {
    background-color: transparent;
}
#masthead a,
#masthead ul li {
    color: #ed1c24;
    font-size: 0.9rem;
    text-transform: uppercase;
    margin: 0 auto;
}
#masthead ul.sitetitle li {
    display: block;
    width: 100%;
}
#masthead ul.sitetitle a {
    font-size: 1.9em;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    text-decoration: none;
}
#masthead ul.sitetitle li.description {
    font-size: 0.7em;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-top: 6px;
}
#masthead ul#main-nav {
    display: inline-flex;
}
#masthead a {
    color: #ed1c24;
    font-size: 0.9em;
    text-transform: uppercase;
}
.menu .active>a {
    color: #ed1c24;
    font-weight: 700;
    background-color: transparent;
}
.menu a {
    padding: .1rem 1rem;
}
/* MENU SENZA LOGO */
.show-for-medium, show-for-small-only {
    margin-right: auto;
    margin-left: auto;
    padding: 0.5em;
}
.show-for-small-only {
    display: block;
    width: 100%;
}

/* MENU MOBILE */
#masthead .is-accordion-submenu {
    background-color: #ed1c24;
}
ul.vertical.menu.accordion-menu {
    margin-left: 0;
}
ul.vertical.menu.accordion-menu li.is-accordion-submenu-parent {
    text-align: left;
}
ul.vertical.menu.accordion-menu li.is-accordion-submenu-parent ul#main-nav {
    text-align: center;
}
a.mobilemenubutton {
    /*
    position: fixed !important;
    top: 0;
    margin-top: 5px;
    */
    font-size: 1.1em !important;
    display: inline-block;
    margin-left: 0 !important;
    padding: 6px 12px; /* UGUALE A .wpml-ls-legacy-list-horizontal a */
    border-radius: 0;
    border: 0;
    /* background-color: rgba(255,255,255,.7) !important; */
}
/*
a.mobilemenubutton i {
    font-size: 1.1em;
}
*/
a.mobilemenubutton::after {
    display: none !important;
}


/* HEADER CHANGES ON SCROLL */

#masthead {
    background: #fff;
    -webkit-transition: background 1s;
    transition: background 1s;
}
#masthead.scroll_wpml {
    background: #ed1c24;
}
#masthead .wpml-ls-legacy-list-horizontal a {
    color: #ccc;
    -webkit-transition: color 1s;
    transition: color 1s;
}
#masthead .wpml-ls-legacy-list-horizontal a.scroll_wpml {
    color: #fff;
}
#masthead .top-bar .sitetitle a {
    width: 100%;
    height: 100px;
    background-image: url(../images/logo_mrz.png);
    -webkit-transition: height 1s, background-image 1s;
    transition: height 1s, background-image 1s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
#masthead .top-bar .sitetitle a.scroll_wpml {
    height: 50px;
    background-image: url(../images/logo_mrz_white.png);
}
#masthead .top-bar .sitetitle li.description {
    color: #ed1c24;
    -webkit-transition: color 1s;
    transition: color 1s;
}
#masthead .top-bar .sitetitle li.description.scroll_wpml {
    color: #fff;
}
/* Fine Header changes on scroll */



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

article {
    margin-top: 165px;
}
.inner-content,
.main {
    width: 100% !important;
    margin: 0 auto!important;
    padding: 0 !important;
}

.entry-content,
.inner-footer,
.boxcontent {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}



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

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


/* HOME Principale */

#slide_home {
    margin-top: 100px;
    background: transparent;
}
#slide_home .orbit,
#slide_home .orbit-wrapper,
#slide_home .orbit-slide,
#slide_home .orbit-image {
    height: 80vH; /* MODIFICARE ANCHE .orbit-gradient */
}
#slide_home .orbit-gradient {
    display: block;
    position: absolute;
    width: 100%;
    height: 40vH; /* MEATA' ALTEZZA DELLA SLIDE */
    top: 40vH; /* MEATA' ALTEZZA DELLA SLIDE */
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0,0,0,0.7));
}
    @media (max-width:48em) {
        #slide_home .orbit-gradient {
            /* LA SOMMA CORRISPONDE ALL'ALTEZZA DELLA SLIDE */
            height: 60vH;
            top: 20vH;
        }
    }
#slide_home .orbit-caption {
    position: absolute;
    width: calc(100% - 80px);
    max-width: 1200px;
    height: auto;
    background-color: transparent;
    margin: 0 auto !important;
    padding: 5px;
    left: 50%;
    bottom: 50px;
    transform: translate(-50%, 0);
    /*background-color: rgba(14,63,114,.9);*/
}
    @media (max-width:64em) {
        #slide_home .orbit-caption { 
            width: calc(100% - 60px);
            left: 50%;
            bottom: 25px;
            transform: translate(-50%, 0);
            /*background-color: rgba(14,63,114,.7);*/
        }
    }

#slide_home .orbit-caption h2.title_figcaption,
#slide_home .orbit-caption p.subtitle_figcaption,
#slide_home .orbit-caption a.button_figcaption {
    display: block;
    text-align: left;
}
#slide_home .orbit-caption h2.title_figcaption,
#slide_home .orbit-caption p.subtitle_figcaption,
#slide_home .orbit-caption a.button_figcaption {
    display: block;
    max-width: 60%;
    color: #fff;
    text-transform: uppercase;
    padding: 3px;
    margin: 0 auto 0 0;
}
    @media (max-width:64em) {
        #slide_home .orbit-caption h2.title_figcaption,
        #slide_home .orbit-caption p.subtitle_figcaption,
        #slide_home .orbit-caption a.button_figcaption {
            max-width: 100%;
        }
    }
#slide_home .orbit-caption h2.title_figcaption {
    font-size: 2.8em;
    line-height: 1em;
    padding-bottom: 0.65rem;
    font-weight: 700;
}
    @media (max-width:48em) {
        #slide_home .orbit-caption h2.title_figcaption { font-size: 2.2em; }
    }
    @media (max-width:40em) {
        #slide_home .orbit-caption h2.title_figcaption { font-size: 1.8em; }
    }
.orbit-caption p.subtitle_figcaption {
    font-size: 1.4em;
    line-height: 1.3em;
    padding-bottom: 1rem;
    font-weight: 700;
    }
    @media (max-width:48em) {
        #slide_home .orbit-caption p.title_figcaption { font-size: 1.1em; }
    }
    @media (max-width:40em) {
        #slide_home .orbit-caption p.title_figcaption { font-size: 1em; }
    }
#slide_home .orbit-caption a.button_figcaption {
    display: inline-block;
    position: relative !important;
    font-size: 1.2em;
    line-height: 1em;
    padding: .5em 1.2em;
    border: 2px solid #fff;
    background-color: rgba(0,0,0,.2);
}
    #slide_home .orbit-caption a.button_figcaption:hover {
         background-color: rgba(0,0,0,0);
    }

/* COMUNI A TUTTE LE SLIDE */

.orbit-image {
    object-fit: cover;
}
.orbit-controls button,
.orbit-bullets button {
    cursor: pointer;
}
.orbit-controls button {
    font-size: 3em;
    border: 0;
    background-color: transparent;
}
.orbit-bullets {
    margin-top: -25px;
    margin-bottom: 25px;
}
.orbit-bullets button {
    width: 0.8rem;
    height: 0.8rem;
    border: 0;
    border-radius: 50%;
    background-color: #fff;
}
.orbit-bullets button.is-active {
    background-color: #fff;
}
.orbit-bullets button:hover { background-color: #ed1c24; }




/*********************
HOMEPAGE
*********************/

.entry-title {
    /* font-family: 'Crillee Medium', 'Sarabun', serif; */
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.entry-subtitle {
    color: #ed1c24;
}

/* INTRO */

#intro .intro_content p {
    text-align: justify;
}


/* GROUP */
#group {
    position: relative;
    width: 100%;
    margin-top: 100px;
    padding: 50px 0;
    background-color: #f7f9f8;
}
#group .bg_dec_1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0); 
    width: 100%;
    height: 50px;
    background-image: url(../images/bg_dec_white.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 129px 50px;
}
#group h2 {
    padding-bottom: 3.5rem;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid #ed1c24;
}
#group .entry-title img {
    max-width: 250px;
    height: auto;
}
#group .cell {
   text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#group .cell a {
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
#group .cell a:hover {
    opacity: 0.4;
}
#group .cell img.logomarenzana {
    width: 60%;
    height: auto;
}
    @media (max-width:48em) {
        #group .cell img.logomarenzana {
            width: 70%;
        }
    }
#group .cell img.logomarenzanaFR {
    width: 70%;
    height: auto;
}
#group .cell img.logositragas {
    width: 85%;
    height: auto;
}
#group .cell img.logovado {
    width: 80%;
    height: auto;
}
#group .cell img.logoeffe {
    width: 85%;
    height: auto;
}


/* CERT */
#cert {
    position: relative;
    width: 100%;
    height: 80vh;
    margin-top: 0;
    padding: 50px 0;
    background-image: url(../images/marenzana_hq.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
    @media (max-width:48em) {
        #cert {
            height: 50vh;
        }
    }
#cert .bg_dec_2 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0); 
    width: 100%;
    height: 50px;
    background-image: url(../images/bg_dec_grey.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 129px 50px;
}
#cert .certbox {
    position: absolute;
    right: 10%;
    bottom: -80px;
    /* transform: translate(-50%, 0); */
    width: 600px;
    height: auto;
    margin: 0;
    padding: 0;
    background-image: url(../images/certbox.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
}
    @media (max-width:64em) {
        #cert .certbox {
            right: 7%;
            width: 500px;
        }
    }
    @media (max-width:48em) {
        #cert .certbox {
            right: 7%;
            width: 400px;
        }
    }
    @media (max-width:40em) {
        #cert .certbox {
            right: 7%;
            bottom: -200px;
            width: 320px;
        }
    }
    @media (max-width:320px) {
        #cert .certbox {
            right: 5%;
            bottom: -200px;
            width: 280px;
        }
    }
#cert .certbox_text {
    position: relative;
    margin: 0 0 25px 25px;
    /* transform: translate(-50%, 0); */
    width: 100%;
    height: auto;
    padding: 60px;
    background-color: #fff;
}
    @media (max-width:64em) {
        #cert .certbox_text {
            padding: 40px;
        }
    }
    @media (max-width:48em) {
        #cert .certbox_text {
            padding: 30px;
            margin: 0 0 17px 17px;
        }
    }
    @media (max-width:40em) {
        #cert .certbox_text {
            padding: 20px;
            margin: 0 0 12px 12px;
        }
    }
    @media (max-width:320px) {
        #cert .certbox_text {
            padding: 18px;
            margin: 0 0 12px 10px;
        }
    }
#cert .certbox_text .entry-title {
    margin-top: 0;
}


/* MAPPA */
#custom_map {
    position: relative;
    margin-top: 220px; /* AGGIUNGERE 100px AL PARAMETRO bottom PRESENTE IN #cert .certbox */
}
    @media (max-width:40em) {
        #custom_map {
            margin-top: 300px; /* AGGIUNGERE 100px AL PARAMETRO bottom PRESENTE IN #cert .certbox */
        }
    }
/* PNG */
#custom_map .graphicmap {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}
#custom_map .graphicmap img {
    width: 100%;
    height: auto;
}
@media (min-width:48.0001em) {
    #custom_map .graphicmap img.desk {
        display: block;
    }
    #custom_map .graphicmap img.mobile {
        display: none;
    }
}
@media (max-width:48em) {
    #custom_map .graphicmap img.desk {
        display: none;
    }
    #custom_map .graphicmap img.mobile {
        display: block;
    }
}


/* MAP EFFECT
#custom_map .graphicmap {
    width: 80%;
    height: auto;
    margin-top: 50px;
    margin-left: 10%;
    margin-bottom: 70px;
 
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
#custom_map .mapeffect {
    width: 100%;
    height: auto;
    margin-top: 5px;
    margin-left: 0px;
    margin-bottom: 0px;
}
*/
/* Google */
#custom_map .entry-subtitle {
    margin-bottom: 20px;
}
#custom_map .googlemap {
    position: relative;
}
#custom_map .googlemap iframe {
    height: 800px; /* MODIFICARE ANCHE .mapOver_transp - DEVONO ESSERE IDENTICI */
}
    @media (max-width:48em) {
        #custom_map .googlemap iframe {
            height: 600px; /* MODIFICARE ANCHE .mapOver_transp - DEVONO ESSERE IDENTICI */
        }
    }
    @media (max-width:40em) {
        #custom_map .googlemap iframe {
            height: 400px; /* MODIFICARE ANCHE .mapOver_transp - DEVONO ESSERE IDENTICI */
        }
    }
#custom_map .mapOver_white { /* COPRE LA BARRA SUPERIORE DI GOOGLE */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #fff;
}
#custom_map .mapOver_transp { /* COPRE LA MAPPA GOOGLE ELIMINANDO L'INTERATTIVITA' */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 800px; /* MODIFICARE ANCHE .googlemap iframe - DEVONO ESSERE IDENTICI */
}
    @media (max-width:48em) {
        #custom_map .mapOver_transp {
            height: 600px; /* MODIFICARE ANCHE .googlemap iframe - DEVONO ESSERE IDENTICI */
        }
    }
    @media (max-width:40em) {
        #custom_map .mapOver_transp  {
            height: 400px; /* MODIFICARE ANCHE .googlemap iframe - DEVONO ESSERE IDENTICI */
        }
    }



/* CUSTOMERS */
#customers {
    position: relative;
    background-image: url(../images/factory_1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0px;
    margin-bottom: -20px;
}
#customers.bgposition {
    margin-left: -50px;
    margin-right: -50px;
 
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
}
    @media (max-width:48em) {
        #customers.bgposition {
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            -ms-transition: all 1s ease;
            transition: all 1s ease;
        }
    }
#customers.bgeffect {
    margin-left: 0px;
    margin-right: 0px;
}

#customers h3 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 400px 0;
}
    @media (max-width:48em) {
        #customers h3 {
            font-size: 1.1rem;
            padding: 100px 0;
        }
    }



/* LINK */
#link {
    position: relative;
    width: 100%;
    margin-top: 0px;
    padding: 100px 0;
    background-color: #444444;
}
#link h2 {
    color: #fff;
    padding-bottom: 3.5rem;
    margin-bottom: 2.5rem;
}
#link .cell {
   text-align: center;
}
#link .cell a {
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
#link .cell a:hover {
    opacity: 0.4;
}
#link .cell img.logomarenzana {
    width: 60%;
    height: auto;
}
    @media (max-width:48em) {
        #group .cell img.logomarenzana {
            width: 70%;
        }
    }
#link .cell img.logomarenzanaFR {
    width: 70%;
    height: auto;
}
#link .cell img.logositragas {
    width: 85%;
    height: auto;
}
#link .cell img.logovado {
    width: 80%;
    height: auto;
}
#link .cell img.logoeffe {
    width: 85%;
    height: auto;
}


/*********************
POSTS & CONTENT STYLES
*********************/
.page-title {
    text-align: center;
    text-transform: uppercase;
}
.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 {
    color: #fff;
    background-color: #333;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer p, footer a, footer ul, footer ol, footer li {
    color: #fff;
}
footer h1, footer h2, footer h3 {
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
}
footer h4, footer h5, footer h6 {
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
}
footer p, footer a, footer ul, footer ol, footer li {
    font-size: 0.9rem;
}
footer hr {
    display: block;
    color: #fff;
    width: 100%;
    height: 1px;
    margin: 1.25rem auto;
}
.footer {
    clear: both;
    margin-top: 0;
    padding-top: 2em;
}
#credits {
    background-color: #222;
}
#credits p, #credits a {
    color: #ccc;
    font-size: 0.8rem;
}
#credits p {
    padding: 2rem 0;
}

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

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

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



/*********************
PLUGIN
*********************/


/* WPML */

#wpml_desktop {
    display: block;
    position: absolute;
    width: 180px; /* AUMENTARE IN BASE AL NUMERO DI LINGUE */
    top: 5px;
    right: 0;
    margin: 0 auto;
    padding: 0 10px;
    text-align: right;
}
#wpml_mobile {
    display: block;
    position: absolute;
    width: 100px; /* AUMENTARE IN BASE AL NUMERO DI LINGUE */
    top: 1px;
    right: 0;
    margin: 0 auto;
    padding: 0 3px;
    text-align: right;
}
.wpml-ls-legacy-list-horizontal {
    padding: 0 !important;
    border: 0;
}
#masthead .wpml-ls-legacy-list-horizontal a {
    /* Il colore è settato nella sezione "MENU: Change on scoll" all'inizio di questo foglio di stile */
    font-size: 0.8rem;
    font-weight: 700;
    padding: 6px 12px; /* UGUALE A a.mobilemenubutton */
}
#masthead #wpml_mobile .wpml-ls-legacy-list-horizontal a {
    padding: 6px 5px; /* RIDURRE IN BASE AL NUMERO DI LINGUE */
}


/* COOKIE BAR */
#cookie-notice {
    background-color: rgba(0,0,0,0.8) !important;
}
#cookie-notice .cookie-notice-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}
#cookie-notice span#cn-notice-text {
    display: block;
    font-size: 0.9rem;
    line-height: 1.5em;
}
#cookie-notice .button {
    color: #333;
    font-size: 1rem;
    font-weight: 700;
    margin: 1rem 0.5rem 0 0;
    padding: .4rem 0.7rem;
    background-color: #fff;
}
    #cookie-notice .button:hover {
        background-color: #ccc;
    }