#share #local_like {
    clear: both;
    float: left;
    line-height: 24px;
    margin: 5px;
    width: 65px;
}

#share #local_like a span {
    background-image: url("http://fabianascaranzi.com.br/wp-content/themes/scaranzi/images/heart-512.png");
    background-repeat: no-repeat;
    background-size: 25px auto;
    float: left;
    height: 25px;
    margin-right: 5px;
    width: 24px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */;
}

#share #local_like a:hover span {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    cursor: pointer;
}

#share #local_like a.close span {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    cursor: inherit;
}

ul.share li {
    cursor: pointer;
}

ul.share .close {
    cursor: default;
    opacity: 0.5;
}

/* section .conteudo .votacao h3, section .conteudo .votacao span:not(.icon) */
ul.share .choose span:not(.icon), ul.share .choose span  {
    color: #001199;
    opacity: 1;
}