
.entry-share {
	position: absolute;
	right: 10px;
	bottom: 10px;
	float: right;
	width: 75px;
	background: #fff;
	-webkit-transition: width 0.2s linear;
	-moz-transition: width 0.2s linear;
	-ms-transition: width 0.2s linear;
	transition: width 0.2s linear;
	height: 30px;
}

.inspire .entry-share {
	position: absolute;
	right: 0;
	/*top: 0; */
	bottom: 0;
	float: right;
	width: 75px;
	background: #fff;
	-webkit-transition: width 0.2s linear;
	-moz-transition: width 0.2s linear;
	-ms-transition: width 0.2s linear;
	transition: width 0.2s linear;
	height: 30px;
}

*[class*="tax-inspiration"] .inspiration .entry-share {
	right: -2px;
	bottom: -2px;
}

.column-two-thirds .column-one-third .entry-share,
.column-one-quarter .entry-share {
	width: 75px;
}

.column-two-thirds .column-one-third .entry-share.active,
.column-one-quarter .entry-share.active,
.entry-share.active {
	width: 92%;
}

.column-two-thirds .column-one-third .entry-share.active h4,
.column-one-quarter .entry-share.active h4,
.entry-share.active h4 {
	border-right: none;
}

.entry-share .label {
	/*display: none;*/
}
 .entry-share .label {
	display: block;
	position: absolute;
	z-index: 3;
	right: 0;
	width: 75px;
	top: 0;
	bottom: 0;
	opacity: 1;
	background: #fff;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	transition: opacity .2s linear;
	text-align: right;
	padding: 0 5px;
	line-height: 30px;
	cursor: pointer;
	color: #1fb9c7;
	border: 1px solid;
	white-space: nowrap;
	margin: 0 !Important;
    max-width: 100% !Important;
    font-weight: 700;
}

.entry-share .label [class^="icon"] {
	font-size: 150%;
	margin-left: 0;
	vertical-align: middle;
}

.inspire .entry-share .label {
	border: none;
}

.entry-share .label:hover,
.entry-share .label:hover [class^="icon"] {
	color: #1fb9c7;
}

.column-two-thirds .column-one-third .entry-share.active .label,
.column-one-quarter .entry-share.active .label,
.entry-share.active .label {
	position: absolute;
	left: 0;
	width: 20%;
	overflow: hidden;
}
.column-two-thirds .column-one-third .entry-share.active .label:before,
.column-one-quarter .entry-share.active .label:before,
.entry-share.active .label:before {
	display: block;
	width: 100%;
	text-align: center;
	font-family: 'icomoon';
	font-weight: normal;
	font-size: 16px;
	content: '\e610';
}

.entry-share .at-share-tbx-element {
	opacity: 0;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	transition: opacity .2s linear;
	position: relative;
	z-index: 2;
	background: #fff;
	display: flex;
	height: 30px;
	border: 1px solid;
}

.inspire .entry-share .at-share-tbx-element {
	border: none;
}

.column-two-thirds .column-one-third .entry-share.active .at-share-tbx-element,
.column-one-quarter .entry-share.active .at-share-tbx-element,
.entry-share.active .at-share-tbx-element {
	opacity: 1;
	margin-left: 20%;
	border-left: none;
}

.entry-share .at-share-tbx-element .at-share-btn {
	display: block;
	float: left;
	flex-grow: 1;
	flex-shrink: 1;
	width: 25%;
	height: 28px;
	min-height: 28px;
	line-height: 28px;
	text-align: center;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-left: 1px solid #e5e5e5;
	cursor: pointer;
	max-width: none !important;
	max-height: none !important;
	background: none !important;
}
.entry-share .at-share-tbx-element .at-share-btn span {
	position: relative;
	top: -1px;
	margin: 0 auto;
	vertical-align: middle;
	text-indent: 0 !important;
	color: #1fb9c7;
}

.entry-share .at-share-btn span { background: none!important; }
.entry-share .at-share-btn span:before { font-family: 'icomoon'; font-weight: normal; font-size: 16px; }
.entry-share .at-share-btn:hover span:before { color: #1fb9c7; }
.entry-share .at-share-btn.at-svc-facebook span:before { content: '\ea8d'; }
.entry-share .at-share-btn.at-svc-twitter span:before { content: '\e61b'; }
.entry-share .at-share-btn.at-svc-google_plusone_share span:before { content: '\e61d'; }
.entry-share .at-share-btn.at-svc-linkedin span:before { content: '\e620'; }
.entry-share .at-share-btn.at-svc-pinterest_share span:before { content: '\ead1'; }

.addthis_responsive_sharing {
	margin: 20px 15px;
}

@media only screen and (min-width: 800px) {
	.addthis_responsive_sharing {
		display: none;
	}
}

.at4-share-outer-right,
.at4-share-outer-left {
	display: none!important;
}
.single .at4-share-outer-right,
.single .at4-share-outer-left {
	display: block!important;
}
.atss .at-share-close-control {
	display: none!important;
}

.related-stories-title {
	margin: 24px 12px 0;
	border-bottom: 1px solid #8b8b8b;
}

.column-two-thirds .related-stories  .column-one-third:nth-of-type(3n) {
	display: none;
}

@media only screen and (min-width: 500px) {
	.column-two-thirds .related-stories .column-one-third:nth-of-type(3n) {
		display: block;
	}
}
