@charset "UTF-8";

@font-face {
  font-family: "lineicons";
  src:url("https://www.waybig.com/blog/wp-content/themes/waybig2020/fonts/lineicons.eot");
  src:url("https://www.waybig.com/blog/wp-content/themes/waybig2020/fonts/lineicons.eot?#iefix") format("embedded-opentype"),
    url("https://www.waybig.com/blog/wp-content/themes/waybig2020/fonts/lineicons.woff") format("woff"),
    url("https://www.waybig.com/blog/wp-content/themes/waybig2020/fonts/lineicons.ttf") format("truetype"),
    url("https://www.waybig.com/blog/wp-content/themes/waybig2020/fonts/lineicons.svg#lineicons") format("svg");
  font-weight: normal;
  font-style: normal;

}

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

.icon-key:before {
  content: "\61";
}
.icon-world:before {
  content: "\62";
}
.icon-video:before {
  content: "\63";
}
.icon-search:before {
  content: "\64";
}
.icon-camera:before {
  content: "\65";
}
.icon-lock:before {
  content: "\67";
}
.icon-location:before {
  content: "\68";
}
.icon-star:before {
  content: "\66";
}
