/* ==========================================================================
   Icomoon Icon Font – Minimal subset
   Using Font Awesome CDN fallback for common icons
   ========================================================================== */

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

/* Map icomoon class names to Font Awesome glyphs */
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before   { content: "\f099"; }
.icon-facebook:before  { content: "\f09a"; }
.icon-instagram:before { content: "\f16d"; }
.icon-linkedin:before  { content: "\f0e1"; }
.icon-heart:before     { content: "\f004"; }
.icon-search:before    { content: "\f002"; }
.icon-envelope:before  { content: "\f003"; }
.icon-arrow-right:before { content: "\f061"; }
.icon-arrow-left:before  { content: "\f060"; }
.icon-calendar:before  { content: "\f073"; }
.icon-clock:before     { content: "\f017"; }
.icon-map-marker:before { content: "\f041"; }
