@font-face {
  font-family: 'custom-fa';
  src: url('../fonts/custom-fa.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="fa-"]:before,
[class*=" fa-"]:before,
.nav > li.menu-item-has-children > a:after,
.saxon-block .saxon-post .saxon-post-format-icon:after {
  font-family: "custom-fa" !important;
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-search:before { content: '\e800'; } /* '' */
.fa-eye:before { content: '\e801'; } /* '' */
.fa-heart-o:before { content: '\e802'; } /* '' */
.fa-twitter:before { content: '\f099'; } /* '' */
.fa-facebook:before { content: '\f09a'; } /* '' */
.fa-bars:before { content: '\f0c9'; } /* '' */
.fa-youtube:before { content: '\f167'; } /* '' */
.fa-instagram:before { content: '\f16d'; } /* '' */
