/*doc
---
title: Ananda Share
name: ananda-x-share
category: Ananda Widgets
---

*/

/* Hide on smaller screens, which would be tablets or mobile and have their own share features */

@media ( max-width: 979px ) {

	.x-sidebar .ananda-x-share {
		display: none;
	}

}

.ananda-x-share.ananda-x-widget-reveal:before {
	content: "\f045";
}

.ananda-x-share-count-number {
	font-size: 34px;
}

.ananda-x-share-count-text {
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.ananda-x-share-icons > a:hover {
	text-decoration: none;
}

.ananda-x-share-icons > a > i {
	font-size: 40px;
	padding: 6px 10px;
	display: inline-block;
	color: rgba(0,107,232,0.8);
	border-radius: 6px;
}

.ananda-x-share-icons > a:hover > i {
	color: white;
	background: rgba(0,107,232,0.8);
}
