/*! SocialCount - v0.1.10 - 2015-01-29
* https://github.com/filamentgroup/SocialCount
* Copyright (c) 2015 zachleat; Licensed MIT 
*/
/* Socicon Font - v2.0 - Nov 2014 
* http://socicon.com.
* Socicon is released under SIL Open Font License 1.1 (http://scripts.sil.org/OFL).
*
* Modified by Russell Jamieson in April 2015
* use Socicon and Dashicons for icons instead of images 
* remove social buttons
* add support for horizontal and vertical panels
*/
@charset "UTF-8";
@font-face {
    font-family: "socicon";
    src: url("fonts/socicon.eot?wredzy");
    src: url("fonts/socicon.eot?wredzy#iefix") format("embedded-opentype"),
         url("fonts/socicon.woff2?wredzy") format("woff2"),
         url("fonts/socicon.woff?wredzy") format("woff"),
         url("fonts/socicon.ttf?wredzy") format("truetype"),
         url("fonts/socicon.svg?wredzy#socicon") format("svg");
    font-weight: normal;
    font-style: normal;
}

.socicon {
  font-family: "socicon"!important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;  
  text-align: center;
  text-transform: none;
  transition: color .1s ease-in 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  font-size: 18px;
  width: 20px;
  height: 20px;
}

.large .socicon {
  font-size: 24px;
  min-width: 26px;
  height: 26px;
}

.socicon-buffer:before { content: "\e013"; }
.socicon-delicious:before { content: "\e019"; }
.socicon-facebook:before { content: "\e028"; }
.socicon-google:before { content: "\e034"; }
.socicon-linkedin:before { content: "\e04c"; }
.socicon-mail:before { content: "\e050"; }
.socicon-pinterest:before { content: "\e063"; }
.socicon-reddit:before { content: "\e06c"; }
.socicon-rss:before { content: "\e071"; }
.socicon-sharethis:before { content: "\e072"; }
.socicon-stackoverflow:before { content: "\e07b"; }
.socicon-stumbleupon:before { content: "\e082"; }
.socicon-twitter:before { content: "\e08d"; }
.socicon-windows:before { content: "\e09b"; }

.socialcount.colors li.twitter, .socialcount.gray li.hover.twitter { background-color: #6DB7F0;}
.socialcount.colors li.facebook, .socialcount.gray li.hover.facebook { background-color: #3a5795; }
.socialcount.colors li.plusone, .socialcount.gray li.hover.plusone { background-color: #d73d32; }
.socialcount.colors li.pinterest,  .socialcount.gray li.hover.pinterest { background-color: #ae3118 ; }
.socialcount.colors li.linkedin, .socialcount.gray li.hover.linkedin { background-color:#007BB7;}
.socialcount.colors li.reddit, .socialcount.gray li.hover.reddit { background-color:#E74A1E;}
.socialcount.colors li.stumbleupon, .socialcount.gray li.hover.stumbleupon { background-color: #ea4b24; }
.socialcount.colors li.buffer, .socialcount.gray li.hover.buffer { background-color: #383838; }
.socialcount.colors li.email, .socialcount.gray li.hover.email { background-color: green; }
.socialcount.colors li.print, .socialcount.gray li.hover.print { background-color: purple;}
.socialcount.colors li.total, .socialcount.gray li.hover.total { background-color: transparent; color: #111; margin-bottom:0;padding-top:0;padding-bottom:0;}

.socialcount li.total a:hover {
   cursor : default;
}

.socialcount li.stumbleupon .count { font-size: x-small; }

.socialcount.gray > li {
	background-color: #999;
}
.socialcount.colors li.hover  {
   filter: saturate(2);
   -webkit-filter: saturate(2);
}
.socialcount.colors li.buffer.hover  {
   filter: contrast(0.5);
   -webkit-filter: contrast(0.5);
}

.socialcount.gray > li.hover {
   border: none;
}

.socialcount .dashicons {
    font-size: 16px;   
} 

.socialcount.large .dashicons {
    font-size: 24px;   
}

.socialcount > li,
.socialcount > li > a:focus {
	border-radius: 2px;
   transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;	
}

.socialcount > li > a:hover {
   color : inherit;
}

.socialcount, .entry-content ul.socialcount  {
	color: #fff;
	font-size: .6em;
	line-height: 2.2em;
	list-style: none;
	padding-left: 0;
	margin: 0.2em 0;
	overflow: hidden;
}

.socialcount :link,
.socialcount :visited {
	color: inherit;
}
.gcpps-panel .socialcount li {
	color: inherit;
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: relative;
	vertical-align: top;
	text-align: left;
	white-space: nowrap;
	padding: 3px;
	margin: 3px;
}

.gcpps-panel .socialcount.large li {
	padding: 5px;
	margin: 4px;
}



.gcpps-panel .socialcount li a {
	display: block;
	padding: 0 5px;
	text-decoration: none;
	color: inherit;
	outline: none;
}

.counter-below a span {
    display: block;
    width: 100%;
    text-align: center;
}

.counter-below a span:first-child {
    margin-top: 5px;
    margin-bottom: 2px;
}

.socialcount .count, .socialcount .shares {
	color: inherit;
	position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1;
	text-align: center;
	margin-left: 6px;
	font-family: Arial;
	font-size: 11px;
   line-height: 16px;	
}

.socialcount.large .count, .socialcount.large .shares {
	font-size: 13px;
   line-height: 16px;	
   vertical-align: -2px
}

.counter-below .socialcount .count, .counter-below .socialcount .shares {
    display: block;
    margin-left: 0;
    width: 100%
}

.socialcount .loading {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background-color: #aaa;
	background-color: rgba(170, 170, 170, 0.7);
	color: #000;
	text-transform: uppercase;
	font-size: .75em;
	text-align: center;
	border-radius: 5px;
}

.socialcount .loading .dot {
	display: inline-block;
	/* no ie7 compat needed here, just shows the text links */
	width: 6px;
	height: 6px;
	margin: 0 3px;
	background: #fff;
	opacity: 0;
	border-radius: 50%;
	-webkit-animation: socialCountLoadingFade .6s infinite;
	-moz-animation: socialCountLoadingFade .6s infinite;
	animation: socialCountLoadingFade .6s infinite;
}

.socialcount .loading .dot:nth-child(1) {
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	animation-delay: 0s;
}

.socialcount .loading .dot:nth-child(2) {
	-webkit-animation-delay: .05s;
	-moz-animation-delay: .05s;
	animation-delay: .05s;
}

.socialcount .loading .dot:nth-child(3) {
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	animation-delay: .1s;
}

@-webkit-keyframes socialCountLoadingFade {
	0% { opacity: 0; }
	50% { opacity: 0.8; }
	100% { opacity: 0; }
}

@-moz-keyframes socialCountLoadingFade {
	0% { opacity: 0;  }
	50% { opacity: 0.8; }
	100% { opacity: 0; }
}

@keyframes socialCountLoadingFade {
	0% { opacity: 0; }
	50% { opacity: 0.8; }
	100% { opacity: 0; }
}

.socialcount.grade-a.activate-on-hover > li.hover.loaded > a,
.socialcount.grade-a.activate-on-click > li.hover.loaded > a {
	cursor: default;
}

.gcpps-panel {
	text-align: center;
}

.gcpps-panel.gcpp-border {
	padding: 10px 7px 2px 7px;
	border: 1px solid #ccc;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
}

.gcpps-floating {
	position: fixed;
	z-index: 1000;
}

.gcpps-vertical {
	text-align: left;
}

.gcpps-horizontal {
	width: auto;
	margin: 0 auto 20px;
	text-align:center;
}

.gcpps-panel.gcpps-horizontal .socialcount li {
   margin-left: 0;
   padding: 5px 0;
   min-width: 64px;
   text-align:center
}

.gcpps-panel.gcpps-vertical .socialcount li {
   	display: block;
}

.gcpps-panel .socialcount li.total, 
.gcpps-panel.gcpps-vertical .socialcount li.total {
	display: none;
}

.gcpps-panel .socialcount li.total.show,
.gcpps-panel.gcpps-vertical .socialcount li.total.show  {
    display:block;
}
.gcpps-panel.gcpps-horizontal .socialcount li.total.show {
    display:inline-block;
}