.social-buttons {
	margin: 20px 0 20px;
}
.social-buttons .social-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	margin-right: 5px;
	text-align: center;
	background-color: #f4babf;
	border: 2px solid #2f2f2f;
	border-radius: 50%;
}
.social-buttons .social-button span {
	background-color: transparent!important;
}
.social-buttons .social-button:last-child {
	margin: 0;
}
.social-buttons .social-button .a2a_svg {
	width: 27px;
	height: 27px;
	filter: brightness(0) saturate(100%) invert(10%) sepia(4%) saturate(531%) hue-rotate(314deg) brightness(96%) contrast(78%);
	transition: .3s ease-in-out;
}
.social-buttons .social-button:hover .a2a_svg {
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
	opacity: 1;
}
