/* Add here all your CSS customizations */
.social-icons li a {
	position: relative;
}

.social-icons li a i {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}