// styling share links
.shareLinks {
	margin-top: $medium-space;
	h2 {
		font-size: rem-calc(14);
		font-family: $body-font-family;
	}
	// for all buttons
	.button {
		&.buffer {
			//position it inline
			top: 2px;
			margin-right: 1px;
		}
		// style the font awesome icon
		.fa {
			margin-bottom: 0;
			font-size: rem-calc(16);
			width: ($small-space * 3);
			text-align: center;
		}
		// if it's an svg 
		[class^="svg-"] {
			width: ($small-space * 3);
			height: auto;
		}
		// older versions of fa dont' have buffer. SVG alternative.
		.svg-buffer {
			background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 350.001 350.001' style='enable-background:new 0 0 350.001 350.001;' xml:space='preserve'%3E%3Cg%3E%3Cpath style='fill:%23ffffff;' d='M14.092,88.769L172.1,164.826c1.833,0.882,3.969,0.882,5.802,0L335.91,88.768 c5.051-2.429,5.051-9.621,0-12.051L177.9,0.662c-1.832-0.882-3.968-0.882-5.801,0L14.092,76.718 C9.041,79.148,9.041,86.339,14.092,88.769z'/%3E%3Cpath style='fill:%23ffffff;' d='M14.092,181.024L172.1,257.082c1.833,0.882,3.969,0.882,5.802,0l158.008-76.057 c5.051-2.429,5.051-9.621,0-12.053l-33.336-16.044l-105.881,50.962c-6.726,3.236-14.228,4.946-21.692,4.946 s-14.964-1.71-21.702-4.951L47.43,152.924l-33.339,16.047C9.041,171.404,9.041,178.595,14.092,181.024z'/%3E%3Cpath style='fill:%23ffffff;' d='M335.91,261.229l-33.336-16.047l-105.881,50.965c-6.726,3.236-14.228,4.946-21.692,4.946 s-14.964-1.71-21.702-4.951L47.43,245.182L14.091,261.23c-5.051,2.432-5.051,9.621,0,12.053l158.008,76.057 c1.833,0.882,3.969,0.882,5.802,0l158.008-76.057C340.961,270.85,340.961,263.66,335.91,261.229z'/%3E%3C/g%3E%3C/svg%3E%0A");
			background-size: ($small-space * 3);
			width: ($small-space * 3);
			height: ($small-space * 3);
		}
	}
}
