.social-share {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
}
.social-share span {
	color: #a7a7aa;
}
.social-share a {
	margin-left: 10px;
	background-color: #a7a7aa;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.2s ease;
}
.social-share a:hover {
	opacity: 0.85;
	transform: scale(1.05);
}
.social-share a.linkedin {
	background-color: #1B86BC;
}
.social-share a.twitter {
	background-color: #00D3FF;
}
.social-share a.facebook {
	background-color: #94B3E9;
}
.social-share .svg-group svg {
	display: block;
	fill: #fff;
}