@charset "UTF-8";

/* wildfire */
@font-face {
  font-family: "wildfire";
  src:url("https://wildfirerestaurant.co.nz/assets/icons/1541107575.eot");
  src:url("https://wildfirerestaurant.co.nz/assets/icons/1541107575.eot?#iefix") format("embedded-opentype"),
    url("https://wildfirerestaurant.co.nz/assets/icons/1541107575.woff") format("woff"),
    url("https://wildfirerestaurant.co.nz/assets/icons/1541107575.ttf") format("truetype"),
    url("https://wildfirerestaurant.co.nz/assets/icons/1541107575.svg#1541107575") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

.wild-close:before {
  content: "\61";
}
.wild-menu:before {
  content: "\62";
}
.wild-down-open:before {
  content: "\63";
}
