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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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-quote:before {
  content: "\e900";
  color: #fff;
}
.icon-envelope:before {
  content: "\e908";
  color: #fff;
}
.icon-facebook:before {
  content: "\e909";
  color: #76ae46;
}
.icon-google:before {
  content: "\e90a";
  color: #76ae46;
}
.icon-location:before {
  content: "\e90b";
  color: #76ae46;
}
.icon-phone:before {
  content: "\e90c";
  color: #fff;
}
.icon-yelp:before {
  content: "\e90d";
  color: #76ae46;
}
