.blockshares{}
.blockshares .cont{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.blockshares .sharer:focus {
    outline: 0;
}
.blockshares .sharer{
    border-radius: 2px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    font-size: 13pt;
    background: none;
    border: none;
    /*color: #FFF;*/
    font-size: 22px;
}
.blockshares .sharer.facebook{
    /*background: #3954a1;*/
    color: #3664A2;
}
.blockshares .sharer.twitter{
    /*background: #56d7fe;*/
    color: #6AADD2;
}
.blockshares .sharer.googleplus{
    /*background: #db4437;*/
    color: #db4437;
}
.blockshares .sharer.whatsapp{
    /*background: #00e676;
    margin-right: 0px;*/
    color: #05BD64;
}
.blockshares .sharer.email{
    /*background: #999;
    color: #FFF;*/
    color: #545454;
}

/*
.blockshares .sharer.facebook:hover{
    background: #2e437d;
}
.blockshares .sharer.twitter:hover{
    background: #46b0d0;
}
.blockshares .sharer.googleplus:hover{
    background: #af382d;
}
.blockshares .sharer.whatsapp:hover{
    background: #05bd64;
}
.blockshares .sharer.email:hover{
    background: #717171;
    color: #FFF;
}
*/

