.ws-share-buttons__ul {
	margin: 0;
	padding: 0;

	list-style: none;
}

.ws-share-buttons__ul--square .ws-share-buttons__li a {
	width: 2rem;
	height: 2rem;

	color: #fff;
	background-color: #000;

	font-size: 1.25rem;
	line-height: 2rem;
}
.ws-share-buttons__ul--square .ws-share-buttons__li a i {
	line-height: 2rem;
}
.ws-share-buttons__ul--square .ws-share-buttons__li a:hover {
	background-color: #000;
}
.ws-share-buttons__ul--square .ws-share-buttons__li--linkedin a {
	background-color: #0277b5;
}
.ws-share-buttons__ul--square .ws-share-buttons__li--twitter a {
	background-color: #1ea1f2;
}
.ws-share-buttons__ul--square .ws-share-buttons__li--facebook a {
	background-color: #3b5998;
}

.ws-share-buttons__ul--circle .ws-share-buttons__li a {
	width: 2rem;
	height: 2rem;

	color: #fff;
	border-radius: 100%;
	background-color: #000;

	font-size: 1.25rem;
	line-height: 2rem;

}
.ws-share-buttons__ul--circle .ws-share-buttons__li a i {
	line-height: 2rem;
}
.ws-share-buttons__ul--circle .ws-share-buttons__li a:hover {
	background-color: #000;
}
.ws-share-buttons__ul--circle .ws-share-buttons__li--linkedin a {
	background-color: #0277b5;
}
.ws-share-buttons__ul--circle .ws-share-buttons__li--twitter a {
	background-color: #1ea1f2;
}
.ws-share-buttons__ul--circle .ws-share-buttons__li--facebook a {
	background-color: #3b5998;
}

.ws-share-buttons__li {
	display: inline-block;

	margin: 0 3px 0 0;
}
.ws-share-buttons__li:last-child {
	margin: 0;
}
.ws-share-buttons__a {
	display: block;

	transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
	text-align: center;
	text-decoration: none;

	font-size: 2rem;
}
.ws-share-buttons__a:hover {
	text-decoration: none;

	color: #000;
}
.ws-share-buttons__li--linkedin a {
	color: #0277b5;
}
.ws-share-buttons__li--twitter a {
	color: #1ea1f2;
}
.ws-share-buttons__li--facebook a {
	color: #3b5998;
}
