/*! IP Location Block admin icons
 * This package includes the following icon font.
 * IcoMoon - Free / Designer: Keyamoon      / License: GPL / CC BY 4.0
 * Zondicons      / Designer: Steve Schoger / License: CC BY 4.0
 * Material Icons / Designer: Google        / License: Apache License 2.0
 */
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?jihakz');
  src:  url('fonts/icomoon.eot?jihakz#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?jihakz') format('truetype'),
    url('fonts/icomoon.woff?jihakz') format('woff'),
    url('fonts/icomoon.svg?jihakz#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="ip-location-block-icon-"], [class*=" ip-location-block-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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;
}

.ip-location-block-icon-calc {
  margin-top: 0.2em !important;
}
.ip-location-block-icon-calc:before {
  content: "\e901";
}
.ip-location-block-icon-vpn_lock:before {
  content: "\e62f";
}
.ip-location-block-icon-play:before {
  content: "\ea1c";
}
.ip-location-block-icon-pause:before {
  content: "\ea1d";
}
.ip-location-block-icon-stop:before {
  content: "\ea1e";
}
.ip-location-block-icon-warning:before {
  content: "\e900";
}
.ip-location-block-icon-happy:before {
  content: "\e9df";
}
.ip-location-block-icon-grin2:before {
  content: "\e9ea";
}
.ip-location-block-icon-cool:before {
  content: "\e9eb";
}
.ip-location-block-icon-confused:before {
  content: "\e9f5";
}
.ip-location-block-icon-confused2:before {
  content: "\e9f6";
}
.ip-location-block-icon-crying:before {
  content: "\ea01";
}

/* Dashicons is the official icon font of the WordPress admin as of 3.8+. */
#toplevel_page_ip-location-block .dashicons-admin-generic:before {
    font-family: 'icomoon';
    content: "\e62f";
    font-size: 18px;
    margin-left: 2px;
}
