@charset "UTF-8";

@font-face {
  font-family: "plx-icon";
  src:url("../fonts/plx-icon.eot");
  src:url("../fonts/plx-icon.eot?#iefix") format("embedded-opentype"),
    url("../fonts/plx-icon.woff") format("woff"),
    url("../fonts/plx-icon.ttf") format("truetype"),
    url("../fonts/plx-icon.svg#plx-icon") format("svg");
  font-weight: normal;
  font-style: normal;

}

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

.plx-logo-plxlogo:before {
  content: "a";
}

#wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon:before {
	font-family: "plx-icon";
	content: 'a';
	top: 3px;
	left: 2px;
	color: #fff;
}