.vc_row {
    font-family: 'Lato', sans-serif;
    color: #5b6670;
    text-align: justify;
}

.send_ok {
    color: #e1251b;
    border: solid 1px;
    padding: 30px;
}

.borsa-home {
    padding: 125px;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.borsa-home::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://franchigroup.b-cdn.net/wp-content/uploads/2021/03/FUM-bianco.png);
    background-size: 670px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.4;
    z-index: -1;
}

/* IPHONE */
@media (max-width: 768px) {
    .borsa-home::before {
        background-size: 385px;
    }
}

.borsa-home .finance {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    color: white;
    font-family: 'Lato', sans-serif;
}

.borsa-home .share-price {
    color: white;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    margin-top: -30px;
    display: block;
    font-weight: 400;
    letter-spacing: 7px;
}

.borsa-home .punti {
    font-size: 105px;
    color: white;
    font-family: 'Lato', sans-serif;
}

.negativo {
    color: #761c19;
}

.positivo {
    color: #3e8f3e;
}

.footer-borsa {
    background-color: #e1251b;
    margin: auto;
    text-align: center;
    padding: 20px;
}

.footer-borsa a {
    color: white !important;
    font-size: 12px;
}

.widget-borsa h1 {
    text-transform: uppercase;
    font-family: 'Playfair Display';
}

.widget-borsa {
    margin: auto;
    background-color: #efefef;
    padding: 35px;
    text-align: center;
}

.grafico-borsa {
    margin: auto;
    background-color: #efefef;
    padding: 35px;
    text-align: center;
}

.widget-borsa .punti {
    font-size: 75px;
}

.widget-borsa .percentuale {
    font-size: 60px;
    margin-left: 25px;
}

.page-id-726 .contenuto-pagina {
    text-transform: lowercase;
}

.page-id-726 .contenuto-pagina strong, .page-id-1958 .contenuto-pagina strong{
    color: #e1251b;
}

.contenuto-pagina {
    font-family: 'Lato', sans-serif;
    color: #5b6670;
}

.contenuto-pagina table {
    color: #5b6670;
}

.contenuto-pagina a {
    color: #e1251b !important;
}

.contenuto-pagina a:hover {
    color: #e1251b;
}

.wpb_text_column a {
    color: #e1251b !important;
}

.contenuto-pagina a .eltd-btn-text {
    color: white !important;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.eltd-section {
    padding-left: 50px;
    padding-top: 20px;
}

.eltd-call-to-action.normal {
    padding-left: 0;
    border-bottom: solid 1px var(--licht_grey);
    padding-bottom: 10px;
    padding-top: 10px;
}

.eltd-full-section-inner .eltd-call-to-action {
    border-bottom: none;
    margin-bottom: 20px;
}

.eltd-section br, .eltd-section p {
    display: none;
}

.eltd-text-wrapper {
    float: left;
}

.eltd-button-wrapper {
    float: right;
}

.eltd-btn {
    background-color: var(--rosso);
    border: none;
    color: white !important;
    padding: 7px;
    font-family: var(--default_font);
    width: 100px;
    font-size: 11px;
    float: right;
    text-align: center;
}

.eltd-btn:hover {
    color: var(--main_text);
    text-decoration: none;
    cursor: pointer;
}