.share-btns {
	&__list {
		.hentry & {
			float: left;
		}
		.single-post & {
			&:nth-child(2) {
				float: none;
				flex: 0 1 50%;
				text-align: right;
			}
		}
	}
	&__item {
		display: inline-block;
		vertical-align: top;
	}
	&__link {
		line-height: 2.5em;
		display: block;
		width: 2.5em;
		height: 2.5em;
		text-align: center;
		text-decoration: none;
		border-radius: 50%;

		@include font-size(1.125);
		&:hover {
			opacity: .75;
		}
	}
}