/*.vc_paywall_icon {
    margin: 0 0 5px 0;
    float: left;
    text-transform: uppercase;
    font-weight: 400;
    font-size:20px;
    cursor: pointer;
    clear: left;
    border-radius: 50% 50%;
    background:#0061a4;
    color:#fff;
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align:center;
}
.vc_paywall_icon:after{
    content:"A";
    color:#fff;
    text-transform:uppercase;
    font-family:"Heebo", sans-serif;
}*/

.vc_paywall_icon {
    margin: 0 0 5px 0;
    float: left;
    cursor: pointer;
    clear: left;
    border-radius: 50% 50%;
    background:#0061a4;
    color:#fff;
    width: 35px;
    height: 35px;
    text-align:center;
}
.vc_paywall_icon:after{
    content: "\f023";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size:.8em;
    margin-right: 5px;
    float: left;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
}


.zero_share_count .count {
    display:none;
}
@media (max-width:767px) {
    .cont_paywall .cont_testo .vc_paywall_title {
        margin:0 0 0 0;
    }
    /*.vc_article_body .testo_articolo{
        text-align:center;
    }*/
    .vc_article_body .testo_articolo img{
        margin:0 auto 15px auto;
        display:table;
        float:none;
    }
    
}