<!-- From https://www.addtoany.com/ -->
/*** Share Social ***/
#share_social {
	border-radius: 0;
	padding: 0;
}
#share_social.a2a_vertical_style:not(.a2a_flex_style) a {
	padding: 0;
}
#share_social.a2a_floating_style .a2a_svg {
	border-radius: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
}
#share_social .a2a_s_email {background-color: rgb(255,190,0) !important;}

#share_social .a2a_s_link {background-color: rgb(0,255,54) !important;}

@media (max-width: 767px) {
	#share_social {
		bottom: 0;
		left: 0;
		width: 100%;
		text-align: center;
	}
	#share_social.a2a_vertical_style:not(.a2a_flex_style) a {
		display: inline-flex;
	}
}
@media (min-width: 768px) {
	#share_social {
		top: 150px;
		right: 0;
	}
}