    /*Basic style*/
    
    * {
        margin: 0;
        padding: 0;
    }
    
    .clearer {
        clear: both;
    }
    
    img {
        border: none;
    }
    
    *:focus {
        outline: none;
    }
    
    header,
    nav,
    article,
    aside,
    section,
    footer,
    main,
    figure,
    figcaption {
        display: block;
    }
    
    .clearfix::before,
    .clearfix::after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }
    
    .clearfix::after {
        clear: both;
    }
    
    .flex {
        max-width: 100%;
        max-height: 100%;
    }
    
    .wp-block-image img {
        max-width: 100%;
        height: 100%;
    }
    /*Init*/
    
    body {
        font-family: 'Roboto Mono', monospace;
        background: #fff;
    }
    
    .content {
        width: 1140px;
        margin: 0 auto;
    }
    
    .row {
        width: 100%;
        clear: both;
        display: block;
    }
    
    .col-1 {
        width: 8.33333%;
        float: left;
    }
    
    .col-2 {
        width: 16.66666%;
        float: left;
    }
    
    .col-3 {
        width: 25%;
        float: left;
    }
    
    .col-4 {
        width: 33.33333%;
        float: left;
    }
    
    .col-6 {
        width: 50%;
        float: left;
    }
    
    .col-8 {
        width: 66.66666%;
        float: left;
    }
    
    .col-7 {
        width: 75%;
        float: left;
    }
    
    .col-10 {
        width: 83.33333%;
        float: left;
    }
    
    .col-3f {
        width: 15%;
        float: left;
    }
    
    .col-5 {
        width: 20%;
        float: left;
    }
    
    .col-5f {
        width: 40%;
    }
    
    .col-5fl {
        width: 40%;
        float: left;
    }
    
    .divider {
        padding: 5px 0;
    }
    
    .divider2 {
        padding: 20px 0;
    }
    
    .divspace {
        padding-right: 2%;
        box-sizing: border-box;
    }
    
    .divallspace {
        padding-left: 4%;
        box-sizing: border-box;
    }
    
    .responsive,
    .responsive img {
        width: 100%;
        height: auto;
    }
    
    .center {
        text-align: center;
    }
    
    .left {
        text-align: left;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    a {
        -ms-word-wrap: break-word;
        word-wrap: break-word;
    }
    
    a {
        text-decoration: none;
        color: #c1b5b5;
    }
    
    section,
    article {
        padding: 10px 0;
    }
    
    footer ul {
        list-style: none;
    }
    
    .justify {
        text-align: justify;
    }
    
    .black {
        color: #262626;
    }
    /*Global style*/
    
    #header {
        width: 100%;
        min-height: 75px;
        background: transparent;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    #header-second {
        width: 100%;
        min-height: 75px;
        background: #fff;
    }
    
    a#logo {
        font-size: 22px;
        text-transform: uppercase;
        font-weight: 300;
        line-height: 100px;
        float: left;
    }
    
    nav {
        margin-top: 10px;
    }
    
    .nav {
        float: left;
        list-style: none;
    }
    
    .nav li {
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 75px;
        margin-left: 20px;
        display: inline;
    }
    
    .nav a {
        text-decoration: none;
        color: #222;
        transition: 0.3s;
    }
    
    .nav a:hover {
        color: #108851;
    }
    /*Burger Button*/
    
    .navbar {
        float: left;
        cursor: pointer;
        margin-top: 25px;
        display: none;
        margin-left: 10px;
        z-index: 99999999;
        position: relative;
    }
    
    .icon-bar {
        display: block;
        width: 20px;
        height: 3px;
        margin: 4px;
        background-color: #000;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }
    /*Tipography*/
    
    h2,
    h3 {
        font-size: 30px;
        font-weight: 200;
        color: #000;
    }
    
    h3 {
        font-size: 25px;
    }
    
    h4 {
        font-size: 20px;
        font-weight: 200;
    }
    
    h5 {
        font-size: 18px;
        font-weight: 200;
    }
    
    ul,
    ol {
        list-style: inside;
        font-weight: 300;
    }
    
    p {
        font-size: 16px;
        font-weight: 300;
        line-height: 22px;
    }
    
    div#wimage {
        position: relative;
        top: 80px;
        right: -4px;
        z-index: 9;
    }
    
    img#wimagedesktop {
        height: 155px;
        width: auto;
        padding: 0px;
        top: -80px;
    }
    /*Homepage*/
    
    .little-space {
        height: 20px;
    }
    
    .main {
        width: 100%;
        height: 100vh;
    }
    
    .main h1 {
        padding-top: 30vh;
        margin-bottom: 20px;
        color: #fff;
        font-size: 52px;
        text-transform: capitalize;
    }
    
    .main h2 {
        padding-top: 30px;
        margin-bottom: 20px;
        color: #fff;
        font-size: 32px;
        text-transform: capitalize;
    }
    
    .inner {
        box-sizing: border-box;
        padding-right: 20px;
    }
    
    .inner .fas,
    .inner .fab {
        font-size: 42px;
        margin-bottom: 20px;
        color: darkorange;
    }
    /**Display table**/
    
    .row {
        width: 100%;
        display: table;
        table-layout: fixed;
    }
    
    .column {
        width: 50%;
        overflow: hidden;
        display: table-cell;
        vertical-align: middle;
    }
    
    .content-page {
        margin: 0 36px;
    }
    /*Footer*/
    
    .footer {
        width: 100%;
        background-color: #929496;
        margin-top: 200px;
        padding: 40px 0;
    }
    
    .footer .inner {
        padding-left: 0;
        padding-right: 5%;
    }
    
    .footer p {
        font-size: 13px;
        color: #fff;
        margin-bottom: 0;
        line-height: 16px;
    }
    
    .footer .inner .fab,
    .footer .inner .fas {
        font-size: 15px;
        width: 20px;
        color: #777;
    }
    
    .footer p a {
        text-decoration: none;
        color: #fff;
        transition: 0.3s;
    }
    
    p.social-footer span {
        margin-left: 10px;
    }
    
    .social-footer {
        text-align: right;
    }
    
    span.telfooter {
        margin-left: 10px;
    }
    
    p.linktext {
        font-size: 15px;
        line-height: 25px;
    }
    
    .footer .col-3:last-of-type {
        float: right;
    }
    
    .icon a {
        text-decoration: none;
        color: #777;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        display: block;
        float: left;
        margin-right: 5px;
        border-radius: 50%;
        background-color: #222;
        transform: rotate(0);
        transition: 0.3s;
    }
    
    .icon a:hover {
        transform: rotate(360deg);
    }
    
    .footer p a:hover {
        color: #fff;
        transition: 0.3s;
    }
    /*************visual composer elements*********/
    
    .econcategory-name ul {
        list-style: none;
    }
    
    .econcategory-name ul li {
        margin: 18px 0;
    }
    
    .econcategory-name ul li a {
        color: #222;
    }
    /*================ magazine ==============*/
    
    body.blog {
        background-image: url(../img/econ/consulenza-energetica-aziende.png);
        background-position: 100% 0;
        background-repeat: no-repeat;
    }
    
    .blog-first-line {
        position: relative;
    }
    
    .box-initial {
        background: #008851;
        right: 30px;
        position: absolute;
        width: 500px;
        padding: 30px 50px 30px;
        box-sizing: border-box;
        top: -25px;
        z-index: 9;
    }
    
    .box-initial img {
        margin-left: -50px;
    }
    
    .box-initial p {
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        font-weight: 200;
        margin-top: 20px;
    }
    
    p.link-blog {
        text-align: right;
        margin: 40px 0 10px;
    }
    
    .box-initial a {
        color: #e3e3e3;
        border: 1px solid #e3e3e3;
        font-size: 16px;
        margin-top: 19px;
        padding: 12px 35px;
        font-weight: 100;
    }
    
    .blog-first-line .content h1 {
        text-transform: uppercase;
        font-size: 35px;
        line-height: 40px;
        font-weight: 200;
        padding: 0 25px 0px 25px;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        width: fit-content;
        margin-bottom: 25px;
        position: relative;
    }
    
    .blog-first-line h1::before {
        content: "";
        border-top: 1px solid #000;
        height: 100%;
        width: calc(100% + 330px);
        right: 0px;
        position: absolute;
        top: 50%;
        transform: translateX(100%);
    }
    
    .blog-first-line h1::after {
        content: "";
        border-top: 1px solid #000;
        height: 100%;
        width: calc(100% + 350px);
        left: 0px;
        position: absolute;
        top: 50%;
        transform: translateX(-100%);
    }
    
    .magazineBlog {
        margin-top: 160px;
    }
    
    .blog-first-line .content h2 {
        font-size: 18px;
        padding-left: 25px;
    }
    
    .blog-first-line .content .col-5f {
        margin-left: 50px;
        margin-top: 20px;
    }
    
    .my-masonry-grid-item.list-post.masonry-grid-item {
        margin: 0px 20px 60px;
    }
    
    .gotopage {
        text-transform: uppercase;
        font-size: 18px;
        color: #000;
        line-height: 20px;
        margin-top: -10px;
    }
    
    .textinside {
        padding-left: 30px;
    }
    
    .img-responsive {
        max-width: 100%;
        height: 100%;
    }
    
    .internalbox {
        border-left: 1px solid #676767;
    }
    
    .internalbox.upbox {
        padding: 0px 0px 10px 55px;
        box-sizing: border-box;
    }
    
    .internalbox.downbox {
        padding: 30px;
        margin-top: -5px;
        margin-bottom: -12px;
    }
    
    .crocemagazine {
        margin-bottom: -11px;
    }
    
    .linkInfo img {
        margin-top: -9px;
    }
    /*================ single page ==============*/
    
    .post-template-default.single.single-post {
        overflow-x: hidden;
    }
    
    .article-content p,
    .article-content ul,
    .article-content h1,
    .article-content h2,
    .article-content h3,
    .article-content h4,
    .article-content h5 {
        margin: 10px 0;
    }
    
    .article-content {
        margin-top: 50px;
    }
    
    .content-single {
        height: 600px;
        position: relative;
        margin-top: 25px;
    }
    
    .preview {
        background: #008851;
        position: absolute;
        right: 0;
        width: 500px;
        top: -29px;
        padding: 40px;
        box-sizing: border-box;
    }
    
    .preview h3 {
        color: #fff;
        text-transform: uppercase;
        font-size: 35px;
        line-height: 40px;
        font-weight: 200;
    }
    
    .preview p {
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        font-weight: 200;
        margin-top: 40px;
    }
    
    .sidebarsx {
        padding: 0 100px 0 0;
        box-sizing: border-box;
        position: relative;
    }
    
    img.author-image {
        max-width: 100%;
        /*height: 100%;*/
    }
    
    .greenbox {
        background: #008851;
        margin-top: -5px;
        padding: 30px 25px 25px;
        box-sizing: border-box;
        color: #fff;
    }
    
    .greenbox p {
        margin: 0;
    }
    
    .greenbox h4,
    .author-role {
        font-style: italic;
        font-weight: 100;
        font-size: 13px;
    }
    
    .greenbox h4 {
        margin-bottom: 0;
    }
    
    p.author-name {
        text-transform: uppercase;
        font-weight: 400;
        margin-bottom: -4px;
    }
    
    .greenbox h5 {
        margin: 20px 0 20px;
        font-size: 12px;
        font-weight: 400;
    }
    
    p.author-link a:first-of-type {
        margin-right: 10px;
    }
    
    .crocedxarticolo {
        position: absolute;
        right: 30px;
        top: 20px;
    }
    
    .crocebtarticolo {
        margin-left: 13px;
    }
    
    .service-link {
        color: #000;
        text-transform: uppercase;
        font-size: 35px;
        line-height: 40px;
        font-weight: 100;
        margin: 40px 0 40px !important;
    }
    
    .category-list .post-categories {
        list-style: none;
    }
    
    .category-list .post-categories li {
        display: inline;
        margin-right: 10px;
    }
    
    .article-description {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    
    .category-list .post-categories li a {
        color: #000;
        font-weight: 200;
        font-style: italic;
        font-size: 15px;
    }
    
    .single-post h1 {
        text-transform: uppercase;
        font-size: 35px;
        line-height: 40px;
        font-weight: 200;
    }
    
    .single strong {
        color: #008851;
    }
    
    .article-text {
        margin-top: 30px;
    }
    
    .category h1 {
        text-transform: uppercase;
        font-size: 35px;
        line-height: 40px;
        font-weight: 200;
    }
    
    .category-name a {
        color: #000;
        text-transform: capitalize;
    }
    
    .articlepreview {
        margin-top: 20px;
    }
    
    .articlepreview h3 {
        margin-bottom: 30px;
    }
    
    p.megazine-plus img {
        float: left;
    }
    
    p.megazine-plus a {
        background: #008851;
        color: #fff;
        padding: 7px 14px;
        margin: 6px 30px;
        display: inline-block;
        font-size: 14px;
    }
    
    p.megazine-plus {
        margin: 40px 0px;
    }
    
    .caal-to-action p {
        font-style: normal;
        margin: 0;
    }
    
    .caal-to-action p span {
        font-weight: 500;
    }
    
    .articlepreview h4:first-of-type {
        font-style: italic;
        margin: -10px 0 40px;
    }
    
    .caal-to-action img {
        margin: 20px 0;
    }
    
    .caal-to-action {
        padding: 20px 0;
        border-top: 2px solid #000;
        border-bottom: 2px solid #000;
        position: relative;
    }
    
    .caal-to-action::after {
        content: "";
        border-top: 2px solid #000;
        height: 100%;
        width: 100%;
        border-bottom: 2px solid #000;
        position: absolute;
        top: -2px;
        transform: translateX(20%);
    }
    
    h3.share {
        margin: 20px 0;
        font-size: 22px;
        font-weight: 200;
        font-style: italic;
    }
    
    a.heateor_sss_facebook {
        display: none !important;
    }
    
    p.category-name {
        margin: 0;
    }

/*============FORM=============*/
input#evf-792-field_ZD8WyeOIqh-14,input#evf-789-field_dwM9pfrlnT-12 {
	display:none;
}
    /*
content: url('../images/small_triangle.png');
/*Responsive*/
    
    @media only screen and (min-width: 580px) and (max-width: 768px) {
        .sidebarsx {
            padding: 0 300px 0 0;
        }
        .crocedxarticolo {
            right: 230px;
        }
    }
    /*Desktop, iPad PRO*/
    
    @media only screen and (min-width: 1140px) and (max-width: 1170px) {
        .content {
            width: 96%;
            margin: 0 2%;
        }
    }
    /*Display 12", iPad PRO portrait, iPad landscape*/
    
    @media only screen and (max-width: 1034px) {
        ul#menu-menu-principale {
            margin-left: 0px;
        }
    }
    
    @media only screen and (max-width: 1140px) {
        ul#social-nav {
            display: none;
        }
        .content {
            width: 92%;
            margin: 0 4%;
        }
        a#logo {
            margin-left: 30px;
        }
        .nav {
            margin-right: 30px;
        }
        .blog-first-line .content .col-5f {
            margin-left: 0;
        }
        .box-initial {
            right: 0;
        }
    }
    
    @media only screen and (max-width: 850px) {
        .box-initial {
            position: initial;
            margin-left: 4%;
        }
    }
    /*Display 5.5", iPad portrait, iPhone 6, 6s, 7, 8, portrait and lanscape, iPhone 5s landscape*/
    
    @media only screen and (max-width: 768px) {
        .col-1,
        .col-2,
        .col-3,
        .col-4,
        .col-5,
        .col-6,
        .col-8,
        .col-10 {
            width: 100%;
            float: none;
        }
        ul#social-nav-footer {
            position: absolute;
            top: 40px;
            right: 0;
        }
        ul#social-nav-footer li {
            display: block;
            margin-bottom: 5px;
        }
        #image-logo {
            width: 100px;
            margin-left: -20px;
            margin-top: 20px;
        }
        div#payoff-link img {
            max-width: 70%;
            height: auto;
        }
        div#payoff-link ul li {
            margin-right: -40px;
        }
        .navbar {
            margin-top: 14px;
        }
        .footerinfo .col-5 {
            margin-top: 20px;
        }
        ul#menu-social {
            position: absolute;
            right: 0;
            top: 30px;
        }
        ul#menu-social li {
            display: flow-root;
        }
        .main {
            height: auto;
            min-height: 100vh;
            padding-bottom: 30px;
        }
        .navbar .icon-bar {
            border: 1px solid #fff;
        }
        .main h1 {
            font-size: 42px;
        }
        .main h2 {
            font-size: 26px;
        }
        h2 {
            font-size: 24px;
        }
        h3 {
            font-size: 18px;
        }
        .row {
            display: block;
        }
        .column {
            width: 100%;
            display: block;
            min-height: 350px;
        }
        .footer .inner {
            padding-right: 0;
            margin-bottom: 50px;
        }
        .col-4.divspace {
            margin-bottom: 30px;
        }
        .footer .col-3,
        .footer .col-2 {
            margin: 30px 0;
        }
        .preview {
            width: 100%;
        }
        .preview h3,
        .service-link,
        .single-post h1 {
            font-size: 25px;
            line-height: 30px;
        }
    }
    
    @media only screen and (max-width: 900px) {
        .nav li {
            display: block;
            line-height: 35px;
        }
        img#openspopup {
            float: none;
        }
        .nav li:first-child {
            padding-top: 100px;
        }
        .wide {
            transform: translate(-270px, 0);
        }
        .navbar {
            display: block;
        }
        .nav {
            position: fixed;
            right: -275px;
            width: 270px;
            height: 100%;
            top: 0;
            z-index: 99999;
            /* overflow-y: scroll;*/
            background-color: rgba(34, 34, 34, .9);
            transition: transform .5s ease-in-out;
            margin-right: 0;
            float: none;
            box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.4);
        }
        .nav a {
            color: #fff;
        }
        ul.sub-menu li {
            float: none;
        }
        ul.sub-menu {
            position: initial;
            min-width: 270px;
            padding: 2px;
            box-sizing: border-box;
            background: transparent;
            display: block;
            margin-left: 10px;
            margin-top: 20px;
        }
        ul.sub-menu::after,
        ul.sub-menu::before {
            display: none;
        }
        ul.sub-menu li:first-child {
            padding-top: 0;
        }
    }
    
    @media only screen and (max-width: 850px) {
        .nav a {
            font-weight: 300;
        }
        .nav a:hover,
        .current-menu-item>a {
            color: #108851;
            transition: .2s;
        }
        .title-box h1 {
            font-size: 30px;
        }
        .col-5f {
            width: 50%;
            margin-top: 140px !important;
        }
        .blog-first-line .content .col-5f {
            margin-top: 60px !important;
            width: 100%;
        }
        .magazineBlog {
            margin-top: 0;
        }
    }
    
    @media only screen and (max-width: 500px) {
        .box-initial {
            width: 96%;
            margin-left: 2%;
        }
    }
    /*Display 4", iPhone 5s portrait*/
    
    @media only screen and (max-width: 420px) {
        p.megazine-plus a {
            margin: 6px 1px;
        }
        p.megazine-plus img {
            float: none;
            display: flex;
        }
    }

