/*	# Social Networks 3
=====================================================*/

.wn-social-network-type3 {
    text-align: center;
    display: inline-block;
    line-height: 0;
    padding: 77px 0 76px 0;
    margin: 0 auto;
}

.wn-social-network-type3 .socialfollow {
    float: none;
}

.wn-social-network-type3 .socialfollow a {
    width: 166px;
    height: 75px;
    background-color: #ffffff;
    overflow: hidden;
    display: inline-block;
    border-right: 1px solid #e4e4e4;
    border-radius: 0;
}

.wn-social-network-type3 .socialfollow a:last-child {
    border-right: 0px;
}

.wn-social-network-type3 .socialfollow a:hover {
    background-color: #fff;
}

.wn-social-network-type3 .socialfollow a i {
    text-align: center;
    color: #e4e4e4;
    font-size: 25px;
    height: 75px;
    line-height: 75px;
}

.wn-social-network-type3 .socialfollow a:hover i {
    color: #437df9;
}

@media only screen and (min-width: 1281px) and (max-width: 1366px) {
    .wn-social-network-type3 {
        padding: 60px 0;
    }
    .wn-social-network-type3 .socialfollow a {
        width: 115px;
    }
    .wn-social-network-type3 .socialfollow a i {
        font-size: 24px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
    .wn-social-network-type3 .socialfollow a {
        width: 100px;
    }
}

@media screen and (min-width: 641px) and (max-width: 991px) {
    .wn-social-network-type3 {
        padding: 40px 0;
    }
    .wn-social-network-type3 .socialfollow a {
        width: 70px;
    }
    .wn-social-network-type3 .socialfollow a i {
        font-size: 20px;
    }
}

@media screen and (min-width: 481px) and (max-width: 640px) {
    .wn-social-network-type3 {
        padding: 30px 0;
    }
    .wn-social-network-type3 .socialfollow a {
        width: 45px;
    }
    .wn-social-network-type3 .socialfollow a i {
        font-size: 14px;
    }
}

@media screen and (max-width:479px) {
    .wn-social-network-type3 {
        padding: 0;
    }
    .wn-social-network-type3 .socialfollow a {
        height: 75px;
        width: 75px;
        display: block;
        border-bottom: 1px solid #e4e4e4;
        border-right: 0px;
    }
    .wn-social-network-type3 .socialfollow a i {
        height: 75px;
        line-height: 75px;
        font-size: 20px;
    }
}