/* // NPC Logo */
@import url("../../../../themes/npc/sass/npcicon.css");
/* Custom admin styles */
body .elementor-template-library-template.elementor-template-library-template-remote {
  display: none; }

body #elementor-template-library-menu-my-templates {
  width: auto;
  padding-left: 24px;
  padding-right: 24px; }

body #elementor-template-library-menu-my-templates::before {
  content: "Neon Pig Creative - "; }

div.madebyNPC {
  width: 40px;
  height: 34px;
  overflow: hidden;
  bottom: 5px;
  right: 0px;
  position: absolute;
  transition: all 0.35s ease;
  z-index: 5000; }

div.madebyNPC:hover {
  width: 200px !important; }

a.npc {
  width: 200px;
  right: -150px;
  text-decoration: none !important;
  bottom: 0px; }
