/* 
 * Anchor CMS Plugin
 * Plugin: Share Anchor
 * Author: Jake Bown
 * Update: 2 Dec 2014
 */

 #share-anchor {
 	display: block;
	width: 100%;
	text-align: center;
 }

.share-anchor-button {
	display: inline-block;
	font-size: .9rem;
	font-family: sans-serif;
}

.default {
	background-color: #757e8e;
}

.default:hover {
	background: #687a9b;
	color: #FFF;
}

.share-anchor-facebook:hover {
	background: #3b5998;
}

.share-anchor-twitter:hover {
	background: #00aced;
}

.share-anchor-google:hover {
	background: #dd4b39;
}

.share-anchor-youtube:hover {
	background: #bb0000;
}

.share-anchor-linkedin:hover {
	background: #007bb6;
}

.share-anchor-instagram:hover {
	background: #517fa4;
}

.share-anchor-pinterest:hover {
	background: #cb2027;
}

.share-anchor-tumblr:hover {
	background: #32506d;
}

.share-anchor-email:hover {
	background: #bbbbbb;
}


.share-wrap {
	display: inline-block;
	vertical-align: top;
}

.share-anchor-button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 500;
	padding: .6rem 1rem;
	white-space: nowrap;
	text-decoration: none;
	min-width: 45px;
}

.share-anchor-button:hover {
	text-decoration: none;
}

/* Counter */

.hide {
	display: none!important;
}

.share-anchor-group {
	position: relative;
	min-width: 45px;
	height: 45px;
	padding: 0px;
	line-height: 40px;
	text-align: center;
	background: #FFFFFF;
	display: inline-block;
	margin-left: 10px;
	padding-left: 5px;
	padding-right: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: #757e8e solid 1px;
	top: -6px;
	vertical-align: top;
}

.share-anchor-group:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 7px 7px 7px 0;
	border-color: transparent #FFFFFF;
	display: block;
	width: 0;
	z-index: 1;
	left: -7px;
	top: 15px;
}

.share-anchor-group:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 7px 7px 7px 0;
	border-color: transparent #757e8e;
	display: block;
	width: 0;
	z-index: 0;
	left: -8px;
	top: 15px;
}

.share-anchor-single {
	position: relative;
	width: 45px;
	height: 35px;
	padding: 0px;
	line-height: 34px;
	background: #FFFFFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: #757e8e solid 1px;
	top: 10px;
	text-align: center;
 	left: -6px;
}

.share-anchor-single:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 7px 7px;
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: -7px;
	left: 15px;
}

.share-anchor-single:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 7px 7px;
	border-color: #757e8e transparent;
	display: block;
	width: 0;
	z-index: 0;
	top: -8px;
	left: 15px;
}

