[class^="icon-"]:before,
[class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'local-business' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-x:before {
  content: "\e909";
}
.icon-facebook:before {
  content: "\e904";
}
.icon-instagram:before {
  content: "\e905";
}
.icon-linkedin:before {
  content: "\e906";
}
.icon-pinterest:before {
  content: "\e907";
}
.icon-youtube:before {
  content: "\e908";
}
.icon-check:before {
  content: "\e903";
}
.icon-phone:before {
  content: "\e900";
}
.icon-arrow:before {
  content: "\e901";
}
.icon-long-arrow:before {
  content: "\e902";
}
