/*	# Social Networks 4
=====================================================*/
#wrap .wn-social-network-type4 {
    text-align: center;
    display: inline-block;
    padding: 30px 10px 30px 10px;
    margin: 0 auto;
}

#wrap .wn-social-network-type4 a,
#wrap .wn-social-network-type4 a i {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#wrap .wn-social-network-type4 a {
    width: 50px;
    height: 50px;
    background: #437df9;
    border-radius: 50%;
    color: #fff;
    line-height: 53px;
    font-size: 16px;
    margin-top: 10px;
    margin-right: 10px;
    box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.085);
}

#wrap .wn-social-network-type4 a i {
    color: #fff;
}

#wrap .wn-social-network-type4 a:hover {
    background: #fff;
}

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