/**
 * Configurator Icons.
 *
 * @package  wp-configurator-pro/assets/icon/
 * @since  2.0
 * @version  2.3.3
 */
 
 @charset "UTF-8";

@font-face {
    font-family: 'wp-configurator';
    src: url('wp-configurator.eot');
    src: url('wp-configurator.eot?#iefix') format('embedded-opentype'),
        url('wp-configurator.woff') format('woff'),
        url('wp-configurator.ttf') format('truetype'),
        url('wp-configurator.svg#wp-configurator') format('svg');
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: 'wp-configurator' !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^='wpc-']:before,
[class*=' wpc-']:before {
    font-family: 'wp-configurator' !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;
}

.wpc-like:before {
    content: "\61";
  }
  .wpc-camera:before {
    content: "\62";
  }
  .wpc-save:before {
    content: "\63";
  }
  .wpc-reset:before {
    content: "\64";
  }
  .wpc-inspiration:before {
    content: "\65";
  }
  .wpc-settings:before {
    content: "\66";
  }
  .wpc-share:before {
    content: "\67";
  }
  .wpc-close:before {
    content: "\6a";
  }
  .wpc-prev-arrow:before {
    content: "\6b";
  }
  .wpc-next-arrow:before {
    content: "\6c";
  }
  .wpc-eye:before {
    content: "\6e";
  }
  .wpc-facebook:before {
    content: "\6f";
  }
  .wpc-linkedin:before {
    content: "\72";
  }
  .wpc-pinterest:before {
    content: "\73";
  }
  .wpc-refresh:before {
    content: "\74";
  }
  .wpc-twitter:before {
    content: "\75";
  }
  .wpc-cross:before {
    content: "\76";
  }
  .wpc-arrow-left:before {
    content: "\78";
  }
  .wpc-arrow-right:before {
    content: "\7a";
  }
  .wpc-align-bottom:before {
    content: "\70";
  }
  .wpc-align-middle:before {
    content: "\71";
  }
  .wpc-align-top:before {
    content: "\41";
  }
  .wpc-align-center:before {
    content: "\42";
  }
  .wpc-align-left:before {
    content: "\43";
  }
  .wpc-align-right:before {
    content: "\44";
  }
  .wpc-reload-thin:before {
    content: "\45";
  }
  .wpc-cross-thin:before {
    content: "\46";
  }
  .wpc-solid-lock:before {
    content: "\47";
  }
  .wpc-solid-lock-open:before {
    content: "\48";
  }
  .wpc-sort:before {
    content: "\49";
  }
  .wpc-image:before {
    content: "\4c";
  }
  .wpc-paint:before {
    content: "\4d";
  }
  .wpc-layer:before {
    content: "\4e";
  }
  .wpc-pen-thin:before {
    content: "\4f";
  }
  .wpc-full-screen:before {
    content: "\50";
  }
  .wpc-bin-simple:before {
    content: "\51";
  }
  .wpc-pencil-thin:before {
    content: "\52";
  }
  .wpc-tools:before {
    content: "\53";
  }
  .wpc-reload-dotted:before {
    content: "\54";
  }
  .wpc-bin-thin:before {
    content: "\55";
  }
  .wpc-square-path:before {
    content: "\56";
  }
  .wpc-chevron-down:before {
    content: "\57";
  }
  .wpc-chevron-up:before {
    content: "\58";
  }
  .wpc-hidden:before {
    content: "\59";
  }
  .wpc-visible:before {
    content: "\5a";
  }
  .wpc-minus:before {
    content: "\30";
  }
  .wpc-plus:before {
    content: "\31";
  }
  .wpc-lock:before {
    content: "\32";
  }
  .wpc-lock-open:before {
    content: "\33";
  }
  .wpc-cross-simple:before {
    content: "\34";
  }
  .wpc-tick:before {
    content: "\35";
  }
  .wpc-angle-right:before {
    content: "\38";
  }
  .wpc-angle-left:before {
    content: "\39";
  }
  .wpc-angle-down:before {
    content: "\21";
  }
  .wpc-angle-up:before {
    content: "\22";
  }
  .wpc-folder:before {
    content: "\23";
  }
  .wpc-folder-open:before {
    content: "\24";
  }
  .wpc-copy:before {
    content: "\77";
  }
  .wpc-basket:before {
    content: "\6d";
  }
  .wpc-sidebar:before {
    content: "\79";
  }
  .wpc-mail:before {
    content: "\4b";
  }
  .wpc-pencil:before {
    content: "\36";
  }
  .wpc-trash:before {
    content: "\37";
  }
  .wpc-menu:before {
    content: "\68";
  }
  .wpc-info:before {
    content: "\4a";
  }
  .wpc-reddit:before {
    content: "\80";
  }
