/*	# Social Networks 2
=====================================================*/

.wn-social-network-type2 {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    line-height: 0;
    border: 1px solid #e4e4e4;
}

.wn-social-network-type2 .socialfollow a {
    height: 145px;
    width: 145px;
    background-color: #ffffff;
    overflow: hidden;
    display: inline-block;
    margin: 0;
    line-height: 145px;
    border-radius: 0;
    border-right: 1px solid #e4e4e4;
    box-shadow: 0 1px 6px -3px rgba(0, 0, 0, 0.1);
}

.wn-social-network-type2 .socialfollow a:last-child {
    border-right: 0px;
}

.wn-social-network-type2 .socialfollow a:hover {
    background-color: #f2f2f2;
}

.wn-social-network-type2 .socialfollow a i {
    text-align: center;
    color: #437df9;
    font-size: 29px;
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
    .wn-social-network-type2 .socialfollow a {
        height: 115px;
        width: 115px;
        line-height: 115px;
    }
}

@media screen and (min-width: 641px) and (max-width: 991px) {
    .wn-social-network-type2 .socialfollow a {
        height: 78px;
        width: 78px;
        line-height: 78px;
    }
    .wn-social-network-type2 .socialfollow a i {
        font-size: 22px;
    }
}

@media screen and (min-width: 481px) and (max-width: 640px) {
    .wn-social-network-type2 .socialfollow a {
        height: 55px;
        width: 55px;
        line-height: 55px;
    }
    .wn-social-network-type2 .socialfollow a i {
        font-size: 22px;
    }
}

@media screen and (max-width:479px) {
    .wn-social-network-type2 .socialfollow a i {
        font-size: 22px;
    }
    .wn-social-network-type2 {
        border-right: 0;
    }
    .wn-social-network-type2 .socialfollow a {
        height: 70px;
        width: 70px;
        line-height: 70px;
    }
    .wn-social-network-type2 .socialfollow a:last-child {
        border-bottom: 0px;
        border-right: 1px solid #e4e4e4;
    }
}