@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "enhanced-blocks" !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^="eb-icon-"]:before,
[class*=" eb-icon-"]:before {
  font-family: "enhanced-blocks" !important;
  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;
}

.eb-icon-facebook:before {
  content: "\61";
}
.eb-icon-instagram:before {
  content: "\62";
}
.eb-icon-twitter:before {
  content: "\63";
}
.eb-icon-linkedin:before {
  content: "\64";
}
.eb-icon-pinterest:before {
  content: "\65";
}
.eb-icon-google:before {
  content: "\66";
}
.eb-icon-youtube:before {
  content: "\67";
}
.eb-icon-github:before {
  content: "\68";
}
.eb-icon-web:before {
  content: "\69";
}
.eb-icon-reddit:before {
  content: "\6a";
}
.eb-icon-envelope:before {
  content: "\6b";
}
.eb-icon-exclamation:before {
  content: "\6c";
}
.eb-icon-refresh:before {
  content: "\6d";
}
.eb-icon-info:before {
  content: "\6e";
}
.eb-icon-cancel:before {
  content: "\6f";
}
.eb-icon-share-alt:before {
  content: "\70";
}
.eb-icon-digg:before {
  content: "\71";
}
.eb-icon-social-blogger:before {
  content: "\72";
}
.eb-icon-tumblr:before {
  content: "\73";
}
.eb-icon-stumbleupon:before {
  content: "\74";
}
.eb-icon-social-myspace:before {
  content: "\75";
}
.eb-icon-google-plus:before {
  content: "\76";
}