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


/* 
 * COLORS
 * 
 * Yellow: #ffb400
 * Black: #444
 */


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

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

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li, table, span, input, textarea {
    font-family: 'Montserrat', sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
    color: #444;
    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.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;
}

    @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: #444;
    text-decoration: underline;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
    a:hover { color: #ccc; }

button, a.button, input.button {
    display: inline-block;
    color: #444;
    font-size: 1rem;
    padding: 8px 25px;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #444;
    background-color: transparent;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
    button:hover, a.button:hover, input.button:hover  {
        color: #fff;
        background-color: #444;
    }
    button:focus, a.button:focus, input.button:focus  {
        color: #fff;
        background-color: #444;
    }
button.white, .button.white {
    color: #fff;
    border: 1px solid #fff;
}
    button.white, .button.white:hover  {
        color: #fff;
        background-color: #444;
    }
    button.white, .button.white:focus  {
        color: #fff;
        border: 1px solid #444;
    }
.button.disabled, .button.disabled:focus, .button.disabled:hover, .button[disabled], .button[disabled]:focus, .button[disabled]:hover {
    color: #aaa;
    border-color: #aaa;
    background-color: transparent;
}

#titleOnLeft {
    margin-top: 70px;
    margin-bottom: 50px;
}
#titleOnLeft .page-title {
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
}
.underline_title {
    text-align: left;
}
.underline_title::after {
    content: "";
    display: block;
    width: 100px;
    padding-top: 20px;
    border-bottom: 4px solid #444
}



/*********************
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;
    background-color: rgba(0,0,0,0.2);
}
body.home header.header { background-color: transparent; }
    @media (max-width:48em) {
        header.header {
            -moz-transition: all .3s;
            -o-transition: all .3s;
            -ms-transition: all .3s;
            -webkit-transition: all .3s;
            transition: all .3s;
        }
    }
.darkHeader {
    background-color: rgba(240,240,240,0.95) !important;
}
.top-bar, .top-bar ul {
    background-color: transparent;
}
    .darkHeader .top-bar {
        padding: 3px 0;
    }

/* MODIFICA AL MENU DESKTOP PER LE NEWS */
body.single-post header.header {
    background-color: #eee;
}
body.single-post div.top-bar-right.show-for-large a {
    color: #444;
}


/* PULSANTI */
header.header a {
    color: #fff;
    font-size: 0.9em;
    font-weight: 700;
    text-transform: uppercase;
}
    @media (min-width:63.9375em) {
        header.header.darkHeader a {
            color: #444 !important;
        }
    }

/* PAGINA ATTIVA */
.menu .active>a {
    background: transparent;
    border-bottom: 1px solid #fff;
}
    header.header.darkHeader .active>a {
        border-bottom: 1px solid #444;
    }
    @media screen and (max-width: 39.9375em) {
        .menu .active>a {
            background: #666;
            border: 0;
        }
    }

/* LOGO */
header.header .menu a.logo {
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 0 1rem 0 0;
}
    header.header.darkHeader .menu a.logo {
        color: #444;
    }
.menu a.logo img {
    height: 50px;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    padding-right: 15px;
}
    .darkHeader .menu a.logo img {
        height: 35px;
    }
    @media (max-width:39.9375em) {
        .menu a.logo img {
            height: 40px;
            padding-right: 10px;
        }
    }
body.home .menu a.logo img { /* LOGO SU HOMEPAGE */
    height: 0;
    visibility: hidden;
}
    body.home .darkHeader .menu a.logo img { /* LOGO SU HOMEPAGE */
        height: 35px;
        visibility: visible;
    }


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

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

@media screen and (max-width: 63.9375em) {
    body.home .top-bar .top-bar-left {
        height: 50px;
    }
    ul#main-nav {
        top: 10px;
    }
}
@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;
    }
}

/* 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: #444 !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: 63.9375em) { 
        a.mobilemenubutton {
            top: -45px;
        }
        .darkHeader a.mobilemenubutton {
            top: -35px;
        }
    }
a.mobilemenubutton i {
    font-size: 1.6rem;
}
.darkHeader a.mobilemenubutton i {
    color: #444;
    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
*********************/

.content.news {
    padding-top: 100px;
}
.maxwidthcontent {
    max-width: 1200px;
    margin: 0 auto;
}
.maxwidthpost {
    max-width: 900px;
    margin: 0 auto;
}
#boxthumb {
    position: relative;
    height: 60vH;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#boxNOthumb {
    position: relative;
    height: 120px;
    background-color: #444;
}

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



/*********************
 * ALTERNANZA CELLE SU SMARTPHONE
 *
 * CSS BreakPoint >>>
 *  - Medium: max-width: 63.9375em 
 *  - Small: max-width: 39.9375em)
*********************/

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


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

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

/* Attivo su Home */
#slide_home {
    background: transparent;
}
#slide_home .orbit,
#slide_home .orbit-wrapper,
#slide_home .orbit-slide,
#slide_home .orbit-image,
#slide_home .dotoverlay_abs {
    height: 100vH;
    max-height: 1200px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
    @media (max-width:40em) {
        #slide_home .orbit,
        #slide_home .orbit-wrapper,
        #slide_home .orbit-slide,
        #slide_home .orbit-image,
        #slide_home .dotoverlay_abs {
            height: 60vH;
            max-height: 60vH;
        }
    }
#slide_home .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;
}
#slide_home .orbit-image {
    object-fit: cover;
}
#slide_home .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;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
    @media (max-width:48em) {
        #slide_home .orbit-caption { max-width: calc(100% - 80px); }
    }
    @media (max-width:40em) {
        #slide_home .orbit-caption { max-width: calc(100% - 20px); }
    }
#slide_home .orbit-caption .title_figcaption,
#slide_home .orbit-caption .subtitle_figcaption,
#slide_home .orbit-caption .button_figcaption {
    display: block;
    color: #fff;
    line-height: 1em;
    padding: 3px;
    margin: 0 auto;
}
#slide_home .orbit-caption .title_figcaption img {
    width: auto;
    max-width: 500px;
}
    @media (max-width:40em) {
        #slide_home .orbit-caption .title_figcaption img { max-width: 200px; }
    }
#slide_home .first_slide .orbit-caption .title_figcaption,
#slide_home .first_slide .orbit-caption .subtitle_figcaption {
    color: #444;
}
#slide_home .orbit-caption .title_figcaption {
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
    @media (max-width:48em) {
        #slide_home .orbit-caption .title_figcaption { font-size: 2rem; }
    }
    @media (max-width:40em) {
        #slide_home .orbit-caption .title_figcaption { font-size: 1.6rem; }
    }
#slide_home .orbit-caption .subtitle_figcaption {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 25px;
    text-transform: uppercase;
}
    @media (max-width:48em) {
        #slide_home .orbit-caption .subtitle_figcaption { font-size: 1.3rem; letter-spacing: 1px; }
    }
    @media (max-width:40em) {
        #slide_home .orbit-caption .subtitle_figcaption { font-size: 1rem; letter-spacing: 1px; }
    }
#slide_home .orbit-caption .subtitle_figcaption.payoff { letter-spacing: .5rem; }
    @media (max-width:48em) { #slide_home .orbit-caption .subtitle_figcaption { letter-spacing: 2px; } }
    @media (max-width:40em) { #slide_home .orbit-caption .subtitle_figcaption { letter-spacing: 1px; } }

#slide_home .orbit-caption .button_figcaption {
    display: inline-block !important;
    margin-top: 50px !important;
    padding: 10px 25px 8px 25px;
    text-transform: uppercase;
    border: 2px solid #fff;
}
#slide_home .orbit-caption a {
    margin-top: 20px;
}

#slide_home .orbit-controls button,
#slide_home .orbit-bullets button {
    cursor: pointer;
}
    @media (max-width:48em) {
        #slide_home .orbit-controls button { display: none; }
    }
    #slide_home .orbit-controls button {
    font-size: 3em;
    border: 0;
    background-color: transparent;
}
#slide_home .orbit-bullets {
    margin-top: -30px;
    margin-bottom: 0;
}
#slide_home .orbit-bullets button {
    width: 1.2rem;
    height: 0.8rem;
    padding: 0;
    border: 0;
    border-radius: 3px;
    background-color: #fff;
}
#slide_home .orbit-bullets button.is-active {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background-color: #fff;
}



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

#homeMainbox {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0;
    padding: 10px 0 0 0;
}
#homeMainbox .callout {
    color: inherit;
    margin: 5px;
    padding: 0;
    border: 0;
    background-color: #f5f3f3;
}
#homeMainbox .text-right h2,
#homeMainbox .text-right p {
    text-align: right;
    margin-left: auto;
    margin-right: 0;
}
#homeMainbox .text-left h2,
#homeMainbox .text-left p {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
}
#homeMainbox h2,
#homeMainbox p {
    width: 70%;
    min-width: 320px;
    padding: 1rem;
}
    @media (max-width:40em) {
        #homeMainbox h2,
        #homeMainbox p {
            min-width: 250px;
        }
    }
#homeMainbox .cell img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#homeInfobox {
    margin-top: 10px;
}
#whoweare {
    height: 70vH;
    background: radial-gradient(#fff 25%, #f5f3f3 75%);
}
#whoweare h2,
#whoweare p {
    text-align: center;
}

#resellerCTA {
    margin-top: 10px;
    height: 70vH;
    background: radial-gradient(#777 25%, #444 75%);
}
#resellerCTA h2,
#resellerCTA p {
    color: #fff;
    text-align: center;
}

#homeContact {
    margin-top: 10px;
    padding: 70px 0;
    background: radial-gradient(#fff 25%, #f5f3f3 75%);
}



/*********************
PAGINA PRODOTTI
*********************/

#products_list {
    margin-top: 70px;
}
#imgbox_product .big-container, #imgbox_product .flex-container {
    position: relative;
    height: 600px;
    overflow: hidden;
}
#imgbox_product .big-container, #imgbox_product .flex-container .callout {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -moz-transition: all 1.6s;
    -o-transition: all 1.6s;
    -ms-transition: all 1.6s;
    -webkit-transition: all 1.6s;
    transition: all 1.6s;
}
    #imgbox_product .big-container:hover, #imgbox_product .flex-container .callout:hover {
        background-position: 60% 60%;
    }
#imgbox_product .flex-container .callout {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    color: inherit;
}
#imgbox_product .flex-container .first { margin-bottom: 0.9375rem; }
#imgbox_product .flex-container .second { margin-top: 0.9375rem; }
.product_cat {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    -ms-transition: all .8s;
    -webkit-transition: all .8s;
    transition: all .8s;
    z-index: 1;
}
    .product_cat:hover {
        opacity: 1;
    }
    @media (max-width:40em) {
        .product_cat { opacity: 1; }
    }
.product_cat > div {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
    max-width: 90%;
    padding: 15px 10px;
    background-color: rgba(0,0,0,.5);
}
    @media (max-width:330px) {
        .product_cat > div { width: 280px; }
    }
#imgbox_product h2, #imgbox_product p { color: #fff; }
#imgbox_product h2 {
    font-size: 1.4rem;
    margin-top: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 25px;
}
#imgbox_product p { text-align: center; }

#price_list_cta {
    margin-bottom: 70px;
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f5f3f3;
}

#slide_product {
    background: transparent;
}
#slide_product .orbit,
#slide_product .orbit-wrapper,
#slide_product .orbit-slide,
#slide_product .orbit-image,
#slide_product .dotoverlay_abs {
    height: 120px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#slide_product .orbit-image { width: auto; }
#slide_product .cell { text-align: center; }



/*********************
PAGINA LISTINI
*********************/

#prices_list_box {
    list-style: none;
}
#prices_list_box a {
    text-decoration: none;
}



/*********************
ELENCO NEWS
*********************/
#loopblog {
    margin-top: 3em;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
#loopblog > .cell {
    margin-bottom: 50px;
    background-color: #fff;
}
    #loopblog > .cell:hover {
        background-color: #f0f0f0;
    }
#loopblog .imagebox, #loopblog h2, #loopblog p {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
}
#loopblog .imagebox {
    height: 250px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #eee;
}
#loopblog  h2.looptitle {
    font-size: 1em;
    line-height: 1.5em;
    padding: 5px 0 20px 0;
}
#loopblog p {
    text-align: center;
    padding: 0;
}
#loopblog  p.entry-date {
    font-size: 0.9rem;
    color: #ccc;
    margin: 0;
    padding: 15px 0 5px 0;
}
body.single-post .wp-post-image {
    margin-bottom: 30px;
}



/*********************
PAGINA ABOUT US
*********************/

/* Attivo su Home */
#slide_aboutus {
    display: flex;
    margin-bottom: 90px;
    background: transparent;
}

#slide_aboutus .orbit,
#slide_aboutus .orbit-wrapper,
#slide_aboutus .orbit-slide,
#slide_aboutus .orbit-image,
#slide_aboutus .dotoverlay_abs {
    width: 100%;
    height: 60vH;
    max-height: 800px;
}
    @media (max-width:40em) {
        #slide_aboutus .orbit,
        #slide_aboutus .orbit-wrapper,
        #slide_aboutus .orbit-slide,
        #slide_aboutus .orbit-image,
        #slide_aboutus .dotoverlay_abs {
            height: 60vH;
        }
    }
    @media (max-width:320px) {
        #slide_aboutus .orbit,
        #slide_aboutus .orbit-wrapper,
        #slide_aboutus .orbit-slide,
        #slide_aboutus .orbit-image,
        #slide_aboutus .dotoverlay_abs {
            height: 85vH;
        }
    }
#slide_aboutus .dotoverlay_abs {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.3);
}
#slide_aboutus .orbit-image {
    object-fit: cover;
}
#slide_aboutus .orbit-caption {
    position: absolute; 
    max-width: 100%;
    height: auto;
    background-color: transparent;
    bottom: auto; /* Correzione */
    margin-bottom: auto; /* Correzione */
    margin: 0;
    padding: 20px 15px 20px 15px;
    bottom: 0;
    left: 0;
}
    @media (max-width:40em) {
        #slide_aboutus .orbit-caption {
            position: relative;
            width: 100%;
            min-height: 60vH;
        }
    }
#slide_aboutus .orbit-caption .title_figcaption,
#slide_aboutus .orbit-caption .subtitle_figcaption {
    display: block;
    color: #fff;
    line-height: 1em;
    padding: 3px;
    margin: 0 auto;
}
#slide_aboutus .orbit-caption .title_figcaption {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}
    @media (max-width:48em) { #slide_aboutus .orbit-caption .title_figcaption { font-size: 1.6rem; } }
    @media (max-width:40em) { #slide_aboutus .orbit-caption .title_figcaption { font-size: 1.4rem; } }
#slide_aboutus .orbit-caption .subtitle_figcaption {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3em;
    letter-spacing: 0;
    text-align: left;
    margin-top: 15px;
}
    @media (max-width:48em) { #slide_aboutus .orbit-caption .subtitle_figcaption { } }
    @media (max-width:40em) { #slide_aboutus .orbit-caption .subtitle_figcaption { font-size: 1rem; } }
    
#slide_aboutus .orbit-bullets {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 190px;
    margin: 0;
    padding: 15px 5px;
}
    @media (max-width:40em) {
        #slide_aboutus .orbit-bullets { width: 120px; }
    }
#slide_aboutus .orbit-bullets button {
    color: #aaa;
    font-size: 1.2rem;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    height: auto;
    padding: 4px 5px;
    border: 0;
    border-radius: 4px;
    background-color: #fff;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
    #slide_aboutus .orbit-bullets button:hover {
        color: #ccc;
    }
    #slide_aboutus .orbit-bullets button.is-active {
        color: #444;
        background-color: #fff;
    }
    @media (max-width:40em) {
        #slide_aboutus .orbit-bullets button { font-size: 1rem; }
    }

#why_choose_us {
    margin-bottom: 90px;
    background-color: #f5f3f3;
}
#why_choose_us p.power_point {
    font-weight: 700;
    border-bottom: 1px solid #ddd;
}


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

.widgettitle {
    border-top: 2px solid #444;
    margin-top: 20px;
}

/*********************
FOOTER STYLES
*********************/
.footer {
    clear: both;
    margin: 0;
    padding-top: 40px;
    background-color: #444;
}
.footer img.footerlogo {
    width: auto;
    height: 30px;
}
footer h4, footer p, footer a {
    color: #eee;
    text-align: center;
}
    footer a:hover {
        color: #aaa;
    }
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: #aaa;
    font-size: 0.8rem;
}
    footer p.credits a:hover {
        color: #fff;
    }

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

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

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



/*********************
MAIL CHIMP FORM
*********************/

#mc_embed_signup {
    width: 100%;
    background-color: #777;
}
#mc_embed_signup form {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

#mc_embed_signup .mc-field-group,
#mc_embed_signup .privacy_box,
#mc_embed_signup #submit_box {
    display: inline-block;
    padding: 5px;
}
#mc_embed_signup .mc-field-group {
    width: calc(25% - 6px);
}
#mc_embed_signup .privacy_box,
#mc_embed_signup #submit_box {
    width: calc(50% - 6px);
}
    @media screen and (max-width: 40em) {
        #mc_embed_signup .mc-field-group,
        #mc_embed_signup .privacy_box,
        #mc_embed_signup #submit_box  {
            display: block;
            width: 90%;
            margin: 0 auto;
        }
    }

#mc_embed_signup input {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #fff;
    background-color: transparent;
}
    #mc_embed_signup input:placeholder {
        color: #eee;
        text-align: center;
    }
    #mc_embed_signup input:focus {
        background-color: #666;
    }
#mc_embed_signup input[type="submit"] {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    width: 100%;
    border: 1px solid #fff;
    background-color: transparent;
}
    #mc_embed_signup input[type="submit"]:hover {
        background-color: #444;
    }
#mc_embed_signup h4,
#mc_embed_signup p {
    color: #eee;
}



/*********************
MAIL CHIMP & CF7 & ULTIMATE MEMBER
PRIVACY CHECKBOX
*********************/
.wpcf7 input[type="checkbox"],
#mc_embed_signup input[type="checkbox"] {
    height: 1.4rem;
    width: 1.4rem;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}
.wpcf7 .wpcf7-list-item,
.mc4wp-checkbox-contact-form-7 input {
    margin-left: 10px;
}
.mc4wp-checkbox-contact-form-7 label span {
    font-size: 1.2rem;
    color: #444;
    line-height: 1.5em;
}




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

.wpcf7 input[type=submit] {
    font-size: 1.2rem;
    line-height: 1.5;
    width: 100%;
    margin-top: 20px;
}



/*********************
ULTIMATE MEMBER
*********************/

/*  */
.um-form .um-row .um-field {
    display: inline-block;
    width: calc(50% - 5px);
    margin-right: 5px;
}
    @media screen and (max-width: 40em) {
        .um-form .um-row .um-field {
            display: block;
            width: 100%;
            margin-right: 0;
        }
    }

.um .um-form input[type=text], .um .um-form input[type=tel], .um .um-form input[type=number], .um .um-form input[type=password], .um .um-form textarea, .um .upload-progress, .select2-container .select2-choice, .select2-drop, .select2-container-multi .select2-choices, .select2-drop-active, .select2-drop.select2-drop-above {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #cacaca !important;
    border-radius: 0;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
    box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
}
    .um .um-form input[type=text]:focus, .um .um-form input[type=tel]:focus, .um .um-form input[type=number]:focus, .um .um-form input[type=password]:focus, .um .um-form textarea:focus, .um .upload-progress:focus, .select2-container .select2-choice:focus, .select2-drop:focus, .select2-container-multi .select2-choices:focus, .select2-drop-active:focus, .select2-drop.select2-drop-above:focus {
        border: 1px solid #8a8a8a !important;
        border-radius: 0;
        -webkit-box-shadow: 0 0 5px #cacaca;
        box-shadow: 0 0 5px #cacaca;
    }
.um-tip { /* PUNTO INTERROGATIVO */
    position: absolute;
    top: 13px;
    right: 15px;
    margin: 0;
}
.um .um-tip:hover, .um .um-field-radio.active:not(.um-field-radio-state-disabled) i, .um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i, .um .um-member-name a:hover, .um .um-member-more a:hover, .um .um-member-less a:hover, .um .um-members-pagi a:hover, .um .um-cover-add:hover, .um .um-profile-subnav a.active, .um .um-item-meta a, .um-account-name a:hover, .um-account-nav a.current, .um-account-side li a.current span.um-account-icon, .um-account-side li a.current:hover span.um-account-icon, .um-dropdown li a:hover, i.um-active-color, span.um-active-color {
    color: #444;
}

/* PULSANTI */
.um input[type=submit].um-button, .um input[type=submit].um-button:focus, .um a.um-button, .um a.um-button.um-disabled, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:active,
.um .um-button.um-alt, .um input[type=submit].um-button.um-alt {
    color: #444;
    font-size: 1rem;
    padding: 8px 25px;
    text-transform: uppercase !important;
    text-decoration: none;
    border: 1px solid #444 !important;
    border-radius: 0 !important;
    background-color: transparent;
    box-shadow: none;
}
    .um input[type=submit].um-button:hover, .um a.um-button:hover, .um a.um-button.um-disabled:hover, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:active,
    .um .um-button.um-alt:hover, .um input[type=submit].um-button.um-alt:hover {
        color: #fff;
        background-color: #444;
    }
