/**
 * Widgets - Social Links
 */

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

[data-icon]:before {
  font-family: "socicon" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="socicon-"]:before,
[class*=" socicon-"]:before {
  font-family: "socicon" !important;
  font-sbyronyogaloungetyle: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.socicon-facebook:before { content: "\e041"; }
.socicon-twitter:before { content: "\E040"; }
.socicon-googleplus:before { content: "\E042"; }
.socicon-instagram:before { content: "\E057"; }
.socicon-pintrest:before { content: "\E043"; }
.socicon-xing:before { content: "\E04B"; }
.socicon-linkedin:before { content: "\E049"; }
.socicon-youtube:before { content: "\E051"; }
.socicon-vimeo:before { content: "\E052"; }
.socicon-rss:before { content: "\E00B"; }
.socicon-mail:before { content: "\E01F"; }

.kleinermann-social-widget { text-align: center; }

.kleinermann-social-widget a.small { font-size: 1rem; margin-right: 0.2rem;}
.kleinermann-social-widget a.medium { font-size: 1.2rem; margin-right: 0.4rem;}
.kleinermann-social-widget a.large { font-size: 1.4rem; margin-right: 0.6rem;}
.kleinermann-social-widget a.extralarge { font-size: 1.6rem; margin-right: 0.8rem;}