#header .header-logo {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}


@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li > a {
        /*display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        white-space: normal;
        border-radius: 4px;
        color: #CCC;*/
        font-size: 14px !important;
        /*        font-style: normal;
        font-weight: 700;
        padding: 0.5rem 1rem;*/
        letter-spacing:  0 !important;
        text-transform: none !important;
    }
}
@media (max-width: 991px) {
    #header .header-nav-main nav > ul > li > a {
        letter-spacing: 0 !important;
        text-transform: none !important;
        font-size: 13px !important;
    }
}
@media (max-width: 480px) {
    .tit-blog-footer {
        margin-top: 15px;
    }
}
#header .header-body {
    background: #3c3f44 !important;
    border-bottom-color: #3c3f44 !important;
}





.p_relative{
    position :relative !important;
}

.chisiamo, .chisiamo > p {
    line-height: 20px !important;
    margin-bottom: 10px !important;
}

#consulenza  .testo > p {
    line-height: 25px !important;
}

.nav-linkx:hover {
    text-decoration: none !important;
}

.testimonial.testimonial-with-quotes blockquote:before,
.testimonial.testimonial-with-quotes blockquote:after,
.testimonial.testimonial-style-2 blockquote p {
    color: #fff !important;
}

/*
.owl-carousel.custom-arrows-style-1 .owl-nav button[class*="owl-"], 
.owl-carousel.custom-arrows-style-1 .owl-nav button[class*="owl-"]:hover {
    color: #fff !important;
}
*/

.single-post p {
    line-height: 22px !important;
}

#footer .footer-ribbon {
    margin: -16px 0 0 0 !important;
}

#footer {
    background: #3c3f44;
}

label.error {
    color: red;
    font-size: 1em;
    line-height: 18px;
    padding: 5px 0 0;
    font-weight: bold;
    letter-spacing: 2px;
}

#footer a:not(.btn):hover {
    color: #019fdc !important;
}
#footer .social-icons li {
    margin: -1px 3px 0 0 !important;
}

#footer .footer-copyright {
    padding: 0px !important;
}

.mfp-content p {
    line-height: 20px !important;
}

@media (max-width: 767px) {
    #portfolio .isotope-item {
        width: 33% !important;
    }

    #what_we_do .isotope-item {
        width: 50% !important;
    }
}

.grecaptcha-badge {
    bottom: 75px !important;
}

.text-color-blue {
    color: #019fdc !important;
}

.tp-parallax-wrap {
    padding: 0 15px !important;
}

.cookie-consent {
    position: fixed;
    width: 100%;
    background-color: #019fdc;
    margin: 0px 0px 0px 0px;
    left: 0px;
    bottom: 0px;
    padding: 10px;
    z-index: 10000;
    text-align: center;
    color: white;
    /* font-family: Arial, sans-serif;
    font-size: 13px;*/
}
/*
    .cookie-consent a {
        cursor: pointer;
        display: inline;
        margin-right: 5px;
        margin-top: 1em;
        margin-left: 15px;
        vertical-align: middle;
        overflow: visible;
        width: auto;
        -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
        -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
        box-shadow: inset 0px 1px 0px 0px #ffffff;
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#ededed),color-stop(1,#dfdfdf));
        background: -moz-linear-gradient(center top,#ededed 5%,#dfdfdf 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#dfdfdf');
        background-color: #ededed;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        border: 1px solid #dcdcdc;
        display: inline-block;
        color: #000000;
        font-family: arial;
        font-weight: bold;
        padding: 4px 8px;
        text-decoration: none;
        text-shadow: 1px 1px 0px #ffffff;
    }*/

.yellow {
    color: #FFC107 !important;
}