.socialfollow {
    float: right;
}

.socialfollow a {
    float: left;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 8px;
    padding: 0;
    margin-right: 7px;
    text-decoration: none;
    display: block;
    -webkit-transition: all 0.31s ease;
    -moz-transition: all 0.31s ease;
    -ms-transition: all 0.31s ease;
    -o-transition: all 0.31s ease;
    transition: all 0.31s ease;
}

.socialfollow a:first-of-type {
    margin-left: 0;
}

.socialfollow img {
    opacity: 0.79;
}

.socialfollow i {
    font-size: 18px;
    color: #fff;
    opacity: 0.95;
}

.wn-social-network-type0 .socialfollow {
    float: left;
}

.wn-social-network-type0 .socialfollow i {
    color: #000;
}
