@font-face {
  font-family: 'icomoon';
  src:  url('https://neonpigcreative.com/wp-content/themes/NPC/fonts/icomoon.eot');
  src:  url('https://neonpigcreative.com/wp-content/themes/NPC/fonts/icomoon.eot#iefix') format('embedded-opentype'),
    url('https://neonpigcreative.com/wp-content/themes/NPC/fonts/icomoon.ttf') format('truetype'),
    url('https://neonpigcreative.com/wp-content/themes/NPC/fonts/icomoon.woff') format('woff'),
    url('https://neonpigcreative.com/wp-content/themes/NPC/fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'League Spartan';
  src: url('https://neonpigcreative.com/wp-content/themes/NPC/fonts/leaguespartan-bold.eot');
  src: url('https://neonpigcreative.com/wp-content/themes/NPC/fonts/leaguespartan-bold.eot?#iefix') format('embedded-opentype'),
       url('https://neonpigcreative.com/wp-content/themes/NPC/fonts/leaguespartan-bold.woff2') format('woff2'),
       url('https://neonpigcreative.com/wp-content/themes/NPC/fonts/leaguespartan-bold.woff') format('woff'),
       url('https://neonpigcreative.com/wp-content/themes/NPC/fonts/leaguespartan-bold.ttf') format('truetype'),
       url('https://neonpigcreative.com/wp-content/themes/NPC/fonts/leaguespartan-bold.svg#league_spartanbold') format('svg');
  font-weight: bold;
  font-style: normal;

}

[class^="icon-"], [class*=" 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;
  font-size: inherit;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-npc_wm:before {
  content: "\e901";
}
.icon-npc_fm:before {
  content: "\e902";
}
.icon-npc_mo:before {
  content: "\e900";
}
#copyright,#wrapper-footer {
  position: relative;
  overflow: hidden;
}
a.npc {
  /* background: red; */
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 11px 18px 8px 18px;
  position: absolute;
  width: 290px;
  bottom: 20px;
  right: -242px;
  font-family: arial, sans-serif;
  font-family: 'League Spartan';
  font-style: normal !important;
  text-transform: uppercase;
  font-size: 13px !important;
  line-height: 1;
  /* color: inherit !important; */
  transition: all 0.35s ease-in;
}

a.npc:hover {
  right: 0px;
  text-decoration: none !important;
}

a.npc span {
  margin-right: 12px;
}

#wrapper-footer a.npc {
  bottom: 10px;
}
