/*! 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;
}

/* Panel settings */
.socialcount .dashicons {
    font-size: 16px;   
} 

.socialcount, .entry-content ul.socialcount  {
	padding-left: 0;
	margin: 0.2em 0;
}

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

/* Sharing Item Settings */
.socialcount > li {
	color: #fff;
	font-size: .6em;
	line-height: 2.2em;
	list-style: none;
	overflow: hidden;
	border-radius: 2px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: relative;
	padding: 3px;
	margin: 3px;
	vertical-align: top;
	text-align: left;
	white-space: nowrap;
   transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;	
}

.socialcount.large > li {
	padding: 5px;
	margin: 4px;
}

.social-vertical .socialcount > li {
   	display: block;
}

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

/* Social Total */
.socialcount > li.total {display: none;}
.socialcount > li.total.show { display:block;}
.social-vertical .socialcount > li.total  {display:none;}
.social-vertical .socialcount > li.total.show  {display:block;}
.social-horizontal .socialcount > li.total  {display:none;}
.social-horizontal .socialcount > li.total.show {display:inline-block;}

.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-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.gray > li { background-color: #999; }
.socialcount.gray > li.hover {border: none;}
.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);}



/* Sharing Anchor Settings */

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

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

.socialcount > li.total > a:hover {
   cursor : default;
}
.socialcount > li > a:focus {
	color: #fff;
}
.socialcount > li > a:link,
.socialcount > li > a:visited {
	color: inherit;
}

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

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

/* count settings */
.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 .shares {
	font-size: 13px;
   line-height: 16px;	
   vertical-align: -2px
}

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

/* Container panel layouts*/
.social-panel {
	text-align: center;   
}

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

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

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


