.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: linear-gradient(to right,#f18062 0,#ed497a 100%);
	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(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
	transition: .3s ease-in-out;
}
.social-buttons .social-button:hover .a2a_svg {
	filter: brightness(0) saturate(100%) invert(18%) sepia(24%) saturate(374%) hue-rotate(146deg) brightness(92%) contrast(86%);
	opacity: 1;
}
.breadcrumb {
	background-color: #fff;
	border-radius: 0;
	box-shadow: 0 3px 16px rgba(67,42,19,.1);
}
.breadcrumb a {
	transition: .3s ease-in-out;
}
.breadcrumb a:hover {
	color: #2f3a3d;
}