﻿.row.no-gutters {
    margin-left:0;
    margin-right:0;
}
.my {
    margin-top: .5rem;
    margin-bottom: .5rem;
}
@media (max-width: 767px) {
    .top_link {
        display:flex;
        flex-direction:column;
    }
    .top_link a[href="#go_to_new"] {
        margin-top: 20px;
    }
}
@media (min-width: 1024px) {
    .px-lg-0 {
        padding-left: 0;
        padding-right: 0;
    }
    .pl-lg-0 {
        padding-left: 0;
    }
    .pr-lg-0 {
        padding-right: 0;
    }
    .pl-lg-1 {
        padding-left: .5rem;
    }
    .pr-lg-1 {
        padding-right: .5rem;
    }
}
.btn-bordered {
    border: 1px solid #ef7d00;
    border-radius: 2rem;
    font-size: 15px;
    padding: 5px 15px;
    line-height: initial;
    font-weight: 700;
}

.btn.btn-cta {
    font-size: 16px;
    color: #fff;
    background: #ef7d00;
    border-radius: 5px;
    padding: 8px 20px;
    text-align: center;
    text-shadow: 0;
    box-shadow: 0;
    border: 0;
    text-transform: uppercase;
}

.module > h3 {
    color: #ef7d00;
}

div.box-alti div p,
div.arancio p {
    text-transform: none;
    font-size: 15px;
}

div.arancio h3 {
    margin-bottom: 0;
}

.box-bianco {
    padding: 0 0;
}

.teaser-basso {
    background-color: #E9E9E9;
}

.contenitore.box-grigio {
    margin-top: 0;
}

.box-grigio ul, .box-bianco ul {
    padding: 0 0;
}

div.grigio {
    padding-top: 20px !important;
}

@media (min-width: 768px) {
    .contenitore.box-alti {
        display: flex;
    }

        .contenitore.box-alti div.grigio,
        .contenitore.box-alti div.arancio {
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 4% !important;
        }

            .contenitore.box-alti div.grigio p:last-child {
                margin-bottom: 0;
            }

    .box-grigio ul {
        display: flex;
        flex-direction: row;
    }

    .box-grigio li {
        display: flex;
        flex-direction: column;
        width: 17%;
        padding: 0 10px;
    }
}

.box-grigio li {
    display: flex;
    flex-direction: column;
}

    .box-grigio li strong {
        margin: 10px auto 0 auto;
    }

    .box-grigio li è {
        margin-bottom: 20px;
    }

    .box-grigio li .btn {
        margin-top: auto;
        text-transform: capitalize;
        white-space: break-spaces;
        font-size: 12px;
        border-radius: 8px !important;
    }

.box-bianco {
    margin: 30px 0;
}

div.box-bianco .hr-bottom .logo-mia-big {
    width: 92px;
    height: 35px;
    vertical-align: super;
    line-height: initial;
    background-size: 100%;
}


    .hr-bottom:after {
        content: '';
        display: block;
        width: 80%;
        max-width: 200px;
        height: 3px;
        border-radius: 1rem;
        background: currentColor;
        margin: 20px auto 30px auto;
    }

.box-bianco li {
    font-size: 15px;
    background: url(/img/spunta-big.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    padding-left: 25px;
}

.box-arancio {
    background: #F07D00 url(/img/fascia-arancio.jpg) 0 0 repeat-y;
    padding: 0px 20px;
}

div.box-bianco h4 {
    color: #F07D00;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.box-arancio ol {
    margin: 0;
    padding: 0;
}

.box-arancio li {
    border-left: 2px solid #fff;
    display: flex;
    flex-direction: column;
}

#newsletter-form {
    margin-bottom: 30px;
}

    #newsletter-form .input-group-addon {
        background: none;
        border-radius: 0;
        border-width: 2px;
        color: #999999;
        padding: 5px 10px;
    }


.box-bianco.chi-siamo strong {
    display: block;
    color: #666;
}

.box-bianco.chi-siamo ul {
    margin-bottom: 30px;
    margin-top: 0;
    display: block;
    width: 100%;
}

    .box-bianco.chi-siamo ul li {
        text-align: center;
        display: block;
        width: auto;
        margin: 0 auto;
        float: none;
        background: none !important;
    }

        .box-bianco.chi-siamo ul li span {
            padding-left: 25px;
            background: url(/img/spunta-big.svg) no-repeat left center;
            background-size: 20px;
        }

div.arancio h3,
div.box-bianco h3,
.t3-module.module.module-bottom h3 {
    font-size: 28px;
    font-weight:600;
    margin-top:0;
}
label {
    line-height: initial;
    letter-spacing: 0;
}
.formResponsive .formHorizontal p.formDescription {
    margin-top: 0px;
}
@media (min-width: 768px) {
    #newsletter-form .input-group-addon {
        max-width: 20px;
        padding: 5px;
    }

    .form-inline .form-group {
        display: inline-block;
        width: 84.9%;
    }

    .form-inline .input-group {
        width: 100%;
    }

    .form-inline .btn-cta {
        margin-left: -5px;
    }

    .box-arancio {
        padding: 30px 20px;
    }
        .box-arancio ol {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .box-arancio li {
            width: 24%;
            display: flex;
            flex-direction: column;
        }
    .contenitore.box-form-bassi.registrazione {
        display: flex;
    }

    .box-form-bassi .box-form-free, .box-form-bassi .box-form-paid {
        display: flex;
        flex-direction: column;
    }
    .formResponsive .formHorizontal p.formDescription {
        margin-top: 30px;
    }
    /*typografy*/
    .hr-bottom {
        font-weight: 700 !important;
    }
    .box-form-bassi .box-form-free, .box-form-bassi .box-form-paid {
        font-size: 16px;
        line-height: 24px;
    }

        .box-form-bassi .box-form-free h3, .box-form-bassi .box-form-paid h3, .module h3 {
            font-size: 28px;
            line-height: 30px;
            font-weight: 700;
        }

        .box-form-bassi li, .box-form-bassi .box-form-free p, .box-form-bassi .box-form-free label:not([for="Privacy Policy0"]) {
            font-size: 16px;
        }

    .box-form-bassi li {
        line-height: 24px;
    }

    .box-arancio li {
        font-size: 15px;
        line-height: 28px;
    }
    
    div.box-alti div p,
    div.arancio p {        
        line-height: 30px;
    }

    .box-bianco {
        line-height: 30px;
        font-size: 15px;
    }

        .box-bianco.chi-siamo {
            font-size: 15px;
            line-height: 30px;
        }

            .box-bianco.chi-siamo ul li {
                line-height: 30px;
            }
}
.box-form-bassi .box-form-free, .box-form-bassi .box-form-paid {
    min-height: initial;
}

.box-form-bassi .box-form-free p {
    margin: 20px 0;
}


.custom .box-form-bassi .box-form-free input#Email {
    height: 3rem;
    margin-bottom: 30px !important;
}

.box-form-bassi .box-form-free button, .box-form-bassi .box-form-paid a {
    font-weight: 700;
    padding: 5px 15px !important;
    width: auto !important;
    display: inline-block !important;
    margin: auto auto !important;
}
.contenitore.box-form-bassi.registrazione {
    margin-bottom:30px;
}
.contenitore.box-form-bassi.registrazione ul li {
    list-style: none;
}

.contenitore.box-form-bassi.registrazione .box-form-free ol,
.contenitore.box-form-bassi.registrazione .box-form-paid ol {
    list-style-image: none;
}

.box-form-bassi .box-form-free li {
    margin-bottom: 30px;
}

.contenitore.box-form-bassi.registrazione .box-form-paid ol {
    margin: 30px 0;
}

    .contenitore.box-form-bassi.registrazione .box-form-free ol li span,
    .contenitore.box-form-bassi.registrazione .box-form-paid ol li span {
        padding-left: 25px;
    }

.contenitore.box-form-bassi.registrazione .box-form-free ol li span {
    background: url(/img/spunta-big-white.svg) no-repeat left center;
    background-size: 20px;
}

.contenitore.box-form-bassi.registrazione .box-form-paid ol li span {
    background: url(/img/spunta-big.svg) no-repeat left center;
    background-size: 20px;
}

.custom .box-form-bassi .box-form-free input[type="checkbox"], .safari-mac input[type="checkbox"] {
    margin: 0 0 !important;
}

.t3-sl-1 .t3-module.module-bottom {
    padding: 0 3rem;
    max-width: 581px;
    margin:0 auto 50px auto !important;
}

.t3-footer, #t3-footer .copyright .custom {
    background-color: #666666;
}