/* Post Sharing */
.ftm-post-share li {
	color: var(--primary-color);
}

/* Post sharing menus */

.ftm-post-share {
	margin: var(--space-normal) 0
}

article > .ftm-post-share {
	--max-width: var(--max-width-article);
	padding: 0 var(--gutter-width);
	max-width: calc( var(--max-width-article) + (var(--gutter-width) * 2) );
	margin-left: auto;
	margin-right: auto;
}

.ftm-post-share-heading {
	margin: 0;
}

.ftm-post-share a {
	display: block;
	line-height: 1;
	text-decoration: none;
	font-size: 1.25em;
	color: inherit;
}

/* Color links with their brand colors? This should probably be easily overridden or put in child theme */
.post-share-facebook {
	color: #2d448b;	
}

.post-share-twitter {
	color: #21a7f3;	
}

.post-share-linkedin {
	color: #1364a8;	
}

.post-share-google-plus {
	color: #c53022;	
}