.followwrapper {
	float:left;
}
.socialwrapper {

}
.followbaker,
.socialbaker {
	display: inline-block;
	height: auto;
}
.followbaker a,
.socialbaker a {
	display: block;
	height: auto;
	text-decoration: none;
	border: none;
}.followbaker img {	-webkit-filter: grayscale(25%);
    filter: grayscale(25%);
    opacity: 0.65;}
.followicon,
.shareicon {
	padding: 15px;
    max-width: 50px;
}.followicon:first-child {	margin-right: -20px;}
@media (max-width: 1299px) {
	.followicon, .shareicon { max-width:48px; }
	.socialwrapper { margin-top: 10px; }
}

@media (max-width: 999px) {
	.followicon, .shareicon { max-width:48px; }
	.socialwrapper { margin-top: 10px; }
}

@media (max-width: 799px) {
	.followicon, .shareicon { max-width:48px; }
	.socialwrapper { margin-top: 10px; }
}

