.share-wrapper {
	> li {
		display: inline-block;
		margin: 0 5px;
		list-style: none;
	}

	&.show {
		.toggle {
			color: white;
			background: black;
		}
	}
}

.share-btn {
	font-family: social !important;

	&.social {
		transform: scale(0,0);
	}

	&.toggle {
		transition: all .25s ease-in-out;

		&:before {
			content: "\e901";
		}
	}

	&.fb:before {
		content: "\e900";
	}

	&.tw:before {
		content: "\e902";
	}

	&.em:before {
		content: "\e904";
	}
}