
.follow-us .share-links a {
	width: 30px;
	height: 30px;
	border-radius: 30px;
	margin: 2px;
	overflow: hidden;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .3);
	font-size: 14px;
}

.follow-us .share-links a:not(:hover) {
	color: #525252;
	background-color: #fff;
}

.follow-us .share-links a:hover {
	color: #fff;
}
