/* Custom style */
.wm-social-network ul{display: flex;}
.wm-social-network ul li{margin-right: .8rem}
.wm-social-network ul li a{display: flex; transition: 350ms ease; border: 1px solid #333333; border-radius: 30px; justify-content: center; align-items: center; background: white; width: 3rem; height: 3rem}
.wm-social-network ul li a img{width: 35%; height: 35%; opacity: .8}
.wm-social-network ul li a:hover{transform: scale(1.1);}