.widget .socialfollow {
    float: none;
    clear: both;
    margin: 10px 0 0;
    overflow: hidden;
}

.widget .socialfollow a i {
    margin: 1px;
    color: #555;
    font-size: 21px;
}

#footer .widget .socialfollow a i,
.widget .socialfollow a:hover i {
    color: #aaa;
    font-size: 18px;
    transition: .3s all;
}

#footer .widget .socialfollow a:hover i {
    color: #437df9;
}

.sidebar .widget div.socialfollow i {
    color: #222;
}

.sidebar .widget div.socialfollow a:hover i {
    color: #fff;
}

.sidebar .widget .socialfollow a {
    width: 45px;
    height: 45px;
    line-height: 48px;
    text-align: center;
    padding: 0;
    margin-right: 6px;
    margin-bottom: 7px;
    border: 1px solid #e4e4e4;
    float: none;
    background: #fff;
    display: inline-block;
    border-radius: 1px;
    box-shadow: 0 2px 8px -4px rgba(0, 0, 0, 0.2);
}

.sidebar .widget .socialfollow a.google-plus {
    padding-left: 6px;
}

.sidebar .widget .socialfollow a.facebook i:before {
    color: #3b5996;
}

.sidebar .widget .socialfollow a.twitter i:before {
    color: #00acee;
}

.sidebar .widget .socialfollow a.vimeo i:before {
    color: #0dadd6;
}

.sidebar .widget .socialfollow a.dribble i:before {
    color: #d53e68;
}

.sidebar .widget .socialfollow a.youtube i:before {
    color: #cb322c;
}

.sidebar .widget .socialfollow a.pinterest i:before {
    color: #cb2027;
}

.sidebar .widget .socialfollow a.google i:before,
.sidebar .widget .socialfollow a.google-plus i:before {
    color: #c3391c;
}

.sidebar .widget .socialfollow a.linkedin i:before {
    color: #0073b2;
}

.sidebar .widget .socialfollow a.rss i:before {
    color: #f29a1d;
}

.sidebar .widget .socialfollow a.instagram i:before {
    color: #dc2743;
}

.sidebar .widget .socialfollow a.dribbble i:before {
    color: #dd3e7b;
}

.sidebar .widget .socialfollow a.other-social i:before {
    color: #f63b29;
}

.sidebar .widget .socialfollow a:hover i:before {
    color: #fff;
}

.sidebar .widget .socialfollow a:hover {
    border-color: transparent;
}

.sidebar .socialfollow a.dribbble:hover {
    background: #dd3e7b;
}

.sidebar .socialfollow a.flickr:hover {
    background: #0063db;
}

.sidebar .socialfollow a.foursquare:hover {
    background: #f94777;
}

.sidebar .socialfollow a.github:hover {
    background: #201f1f;
}

.sidebar .socialfollow a.facebook:hover {
    background: #3b5996;
}

.sidebar .socialfollow a.twitter:hover {
    background: #00acee;
}

.sidebar .socialfollow a.vimeo:hover {
    background: #0dadd6;
}

.sidebar .socialfollow a.vine:hover {
    background: #00a478;
}

.sidebar .socialfollow a.yelp:hover {
    background: #db1701;
}

.sidebar .socialfollow a.yahoo:hover {
    background: #400090;
}

.sidebar .socialfollow a.dribble:hover {
    background: #d53e68;
}

.sidebar .socialfollow a.wordpress:hover {
    background: #21759b;
}

.sidebar .socialfollow a.youtube:hover {
    background: #cb322c;
}

.sidebar .socialfollow a.pinterest:hover {
    background: #cb2027;
}

.sidebar .socialfollow a.google-plus:hover {
    background: #c3391c;
}

.sidebar .socialfollow a.linkedin:hover {
    background: #0073b2;
}

.sidebar .socialfollow a.lastfm:hover {
    background: #e31b23;
}

.sidebar .socialfollow a.reddit:hover {
    background: #ff4500;
}

.sidebar .socialfollow a.soundcloud:hover {
    background: #f6851f;
}

.sidebar .socialfollow a.spotify:hover {
    background: #1ed760;
}

.sidebar .socialfollow a.tumblr:hover {
    background: #01273a;
}

.sidebar .socialfollow a.rss:hover {
    background: #f29a1d;
}

.sidebar .socialfollow a.instagram:hover {
    background: #dc2743;
}

.sidebar .socialfollow a.other-social:hover {
    background: #f63b29;
}

.sidebar .socialfollow a.dropbox:hover {
    background: #0062ff;
}

.sidebar .socialfollow a.skype:hover {
    background: #00aff0;
}

.sidebar .socialfollow a.feed:hover {
    background: #f90;
}

.socialfollow .wn-fab.wn-fa-envato {
    width: 15px;
}

.sidebar .socialfollow a.leaf:hover {
    background: #81b441;
}

.sidebar .socialfollow a.envato:hover {
    background: #9daf57;
}

.sidebar .socialfollow a.envato path {
    fill: #90B24C;
}

.sidebar .socialfollow a.envato:hover path {
    fill: #fff;
}

.sidebar .socialfollow a.telegram:hover {
    background: #1f97c9;
}

.sidebar .widget .socialfollow a i {
    line-height: 1;
    height: auto;
    font-size: 18px;
}

@media only screen and (max-width: 767px) {
    .sidebar .widget .socialfollow a {
        margin: 2px;
    }
}