/*
  Font Custom - icon webfonts made simple
*/

@font-face {
  font-family: "socialicons";
  src: url("social-icon-font.eot?#iefix") format("embedded-opentype"),
       url("social-icon-font.woff") format("woff"),
       url("social-icon-font.ttf") format("truetype"),
       url("social-icon-font.svg#socialicons") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*
  Bootstrap Overrides
*/

[class^="social_icon-"]:before, [class*=" social_icon-"]:before {
  font-family: "socialicons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}

a [class^="social_icon-"], a [class*=" social_icon-"] {
  display: inline-block;
  text-decoration: inherit;
}

/* makes the font 33% larger relative to the icon container */
.social_icon-large:before {
  vertical-align: top;
  font-size: 1.333em;
}

/* keeps button heights with and without icons the same */
.btn [class^="social_icon-"], .btn [class*=" social_icon-"] {
  line-height: 0.9em;
}

li [class^="social_icon-"], li [class*=" social_icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}

/* 1.5 increased font size for social_icon-large * 1.25 width */
li .social_icon-large[class^="social_icon-"], li .social_icon-large[class*=" social_icon-"] {
  width: 1.875em;
}

li[class^="social_icon-"], li[class*=" social_icon-"] {
  margin-left: 0;
  list-style-type: none;
}

li[class^="social_icon-"]:before, li[class*=" social_icon-"]:before {
  text-indent: -2em;
  text-align: center;
}

li[class^="social_icon-"].social_icon-large:before, li[class*=" social_icon-"].social_icon-large:before {
  text-indent: -1.333em;
}

/*
  Icon Classes
*/

.social_icon-aim:before { content: "\f100"; }
.social_icon-amazon:before { content: "\f101"; }
.social_icon-appstore:before { content: "\f102"; }
.social_icon-basecamp:before { content: "\f103"; }
.social_icon-behance:before { content: "\f104"; }
.social_icon-blogger:before { content: "\f105"; }
.social_icon-cargo:before { content: "\f106"; }
.social_icon-cloudapp:before { content: "\f107"; }
.social_icon-creativecommons:before { content: "\f108"; }
.social_icon-dailybooth:before { content: "\f109"; }
.social_icon-delicious:before { content: "\f10a"; }
.social_icon-designmoo:before { content: "\f10b"; }
.social_icon-digg:before { content: "\f10c"; }
.social_icon-dribbble:before { content: "\f10d"; }
.social_icon-dropbox:before { content: "\f10e"; }
.social_icon-email:before { content: "\f10f"; }
.social_icon-etsy:before { content: "\f110"; }
.social_icon-evernote:before { content: "\f111"; }
.social_icon-facebook:before { content: "\f112"; }
.social_icon-flickr:before { content: "\f113"; }
.social_icon-forrst:before { content: "\f114"; }
.social_icon-foursquare:before { content: "\f115"; }
.social_icon-github:before { content: "\f116"; }
.social_icon-goodreads:before { content: "\f117"; }
.social_icon-googleplus:before { content: "\f118"; }
.social_icon-instagram:before { content: "\f119"; }
.social_icon-instapaper:before { content: "\f11a"; }
.social_icon-linkedin:before { content: "\f11b"; }
.social_icon-path:before { content: "\f11c"; }
.social_icon-paypal:before { content: "\f11d"; }
.social_icon-pinboard:before { content: "\f11e"; }
.social_icon-pinterest:before { content: "\f11f"; }
.social_icon-quora:before { content: "\f120"; }
.social_icon-readernaut:before { content: "\f121"; }
.social_icon-reddit:before { content: "\f122"; }
.social_icon-rss:before { content: "\f123"; }
.social_icon-skype:before { content: "\f124"; }
.social_icon-squarespace:before { content: "\f125"; }
.social_icon-tumblr:before { content: "\f126"; }
.social_icon-twitter:before { content: "\f127"; }
.social_icon-vimeo:before { content: "\f128"; }
.social_icon-wikipedia:before { content: "\f129"; }
.social_icon-wordpress:before { content: "\f12a"; }
.social_icon-xbox:before { content: "\f12b"; }
.social_icon-yahoomessenger:before { content: "\f12c"; }
.social_icon-youtube:before { content: "\f12d"; }
.social_icon-zerply:before { content: "\f12e"; }
.social_icon-zootool:before { content: "\f12f"; }
