[data-social-icons="wrapper"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
		-ms-flex-direction: row;
			flex-direction: row;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	padding: 4px;
}

[data-social-icons="wrapper"] > .share-count {
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	border: none;
	padding: 0 2px;
	margin: 2px;
	height: 30px;
	text-align: center;
	color: #3c5d96;
}

.share-count > .count-value {
	font-family: 'proxima-nova', 'ProximaNovaSBold', 'proximanova-semibold', Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 22px;
	margin-top: -1px;
    margin-bottom: -4px;
}
.share-count > .count-label {
	font-family:  'proxima-nova', 'ProximaNovaLight', 'proximanova-light', Arial,sans-serif;
	font-weight: 300;
	font-style: italic;
	text-transform: uppercase;
	font-size: 12px;
}

button.social.button {
	width: 80px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
		-ms-flex-direction: row;
			flex-direction: row;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	color: #fff;
	cursor: pointer;
	border: none;
	padding: 0;
	margin: 2px;
	line-height: 30px;
}

button.social.button:focus {
	outline: 2px solid #fba319;
	outline-offset: 2px;
}

button.social.button.facebook {
	background: #3E5998;
}

button.social.button.twitter {
	background: #56ACEE;
}

button.social.button.email {
	background: #999;
}

button.social.button > span {
	display: block;
	text-align: center;
	color: inherit;
	-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
			flex: 1 1 auto;
	font-size: 14px;
	/* proxima nova can come from typekit or font files, it gets named differently in many places */
	font-family: 'proxima-nova', 'ProximaNovaReg', 'proximanova-regular', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: inherit;
}

button.social.button:not(.icons) > img {
	display: block;
	cursor: pointer;
	width: 22px;
	-webkit-box-flex: 0;
		-ms-flex: 0 0 22px;
			flex: 0 0 22px;
	margin: 0 4px;
}

button.social.button:not(.icons) + button.social.button {
	margin-left: 5px;
}

button.social.button.icons {
	width: 30px;
	overflow: hidden;
	background: transparent;
}

button.social.button.icons + button.social.button.icons {
	margin-left: 15px;
}