﻿.hide {
    display: none !important;
}

.field-validation-error, .validation-summary-errors {
    color: #333 !important;
}

.txt-no-padding {
    font-size: .875rem;
    line-height: 1.3;
    margin-top: 0px;
}

.h3-heading-small {
    margin-top: 0px !important;
    margin-bottom: 3rem !important;
}

.sub-heading-orange {
    color: #ff6a05;
    margin-bottom: 0px;
    margin-top: 40px;
}

.index-row-4 .read-more {
    display: block;
    text-decoration: none;
    color: #ff6a05;
}

.index-row-4 .read-more::after {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    width: 1.2rem;
    height: .8rem;
    background: transparent url(/assets/images/arrow_cta_arnacione.svg) 0 center no-repeat;
    background-size: 100% auto;
    margin-left: .4rem;
}

.index-row-6 p {
    text-align: center;
    margin: 0;
    font-weight: 200;
}

.alignCenterPQuotationForm {
    text-align: center;
    margin: 0;
    font-weight: 200;
}

@media screen and (max-width: 990px) {
    .index-row-6 p {
        font-size: 1.2rem;
        line-height: 1.3;
        padding: 0 1rem;
        padding-bottom: 6.66667vw;
    }

    .alignCenterPQuotationForm {
        font-size: 1.2rem;
        line-height: 1.3;
        padding: 0 1rem;
        padding-bottom: 6.66667vw;
    }

    .hide-mobile{
        display: none;
    }
}

footer .post-footer a {
    text-decoration: underline;
    display: inline;
    color: #333;
}

.download-strip::after {
    content: ' ';
    display: inline-block;
    background: transparent url(/assets/images/downloading-file.png) 0 0 no-repeat;
    background-size: 100% auto;
    width: 1.4em;
    height: 1.4em;
    vertical-align: middle;
    margin-left: .3em;
}

.index-row-6 .form-item-type-select {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: .8rem;
    font-size: .88rem;
    margin-bottom: 1rem;
    background: #ff8d40;
}

    .index-row-6 .form-item-type-select select {
        padding: .3rem;
        width: 80%;
    }

@media screen and (max-width: 991px) {
    .index-row-6 .select-padding {
        padding: 3.33333vw 4.16667vw;
    }

/*nuovo componente video*/

@media screen and (max-width: 990px) {
    .index-row-1 .video {
        width: 100%;
        height: auto;
    }

    .index-row-1 .learn-more {
        display: block;
    }

    .index-row-1 .learn-more a {
        color: #fff;
        font-weight: 200;
        background: #333;
        text-decoration: none;
        display: block;
        font-size: .88rem;
        width: 9rem;
        padding: .5rem;
    }

        .index-row-1 .learn-more a::after {
            content: ' ';
            display: inline-block;
            width: 1em;
            height: 0.54444em;
            background: transparent url("/assets/images/arrow_cta_bianca.svg") 100% center no-repeat;
            background-size: 100% auto;
            margin-left: 5px;
        }

    .index-row-1 .learn-more-flexible a {
        display: inline-block;
        width: auto;
    }

}

@media screen and (min-width: 991px) {

    .index-row-1 .video {
        width: 45%;
        height: 474px;
    }

    .index-row-1 .txtvideo {
        width: 536px;
        position: absolute;
        z-index: 2;
        top: 40px;
        left: calc(45%);
        padding: 0 10px;
    }

}