/*--------------------------------

PopupBox icon font
Generated using nucleoapp.com

-------------------------------- */

@font-face {
  font-family: 'PopupBox';
  src: url('../fonts/PopupBox.eot');
  src: url('../fonts/PopupBox.eot') format('embedded-opentype'),
       url('../fonts/PopupBox.woff2') format('woff2'),
       url('../fonts/PopupBox.woff') format('woff'),
       url('../fonts/PopupBox.ttf') format('truetype'),
       url('../fonts/PopupBox.svg') format('svg');
}

/* base class */
.pb-icon {
  display: inline-block;
  font: normal normal normal 1em/1 'PopupBox';
  color: inherit;
  flex-shrink: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* size examples - relative units */
.pb-icon-sm {
  font-size: 0.8em;
}

.pb-icon-lg {
  font-size: 1.2em;
}

/* size examples - absolute units */
.pb-icon-16 {
  font-size: 16px;
}

.pb-icon-32 {
  font-size: 32px;
}

/* rotate the icon infinitely */
.pb-icon-is-spinning {
  animation: pb-icon-spin 1s infinite linear;
}

@keyframes pb-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* transform */
.pb-icon-rotate-90 {
  transform: rotate(90deg);
}

.pb-icon-rotate-180 {
  transform: rotate(180deg);
}

.pb-icon-rotate-270 {
  transform: rotate(270deg);
}

.pb-icon-flip-y {
  transform: scaleY(-1);
}

.pb-icon-flip-x {
  transform: scaleX(-1);
}

/* icons */
.pb-icon-web-design::before {
  content: "\ea02";
}

.pb-icon-drop-cap::before {
  content: "\ea03";
}

.pb-icon-e-remove::before {
  content: "\ea04";
}

.pb-icon-tablet-mobile::before {
  content: "\ea05";
}

.pb-icon-webpage::before {
  content: "\ea06";
}

.pb-icon-responsive::before {
  content: "\ea07";
}

.pb-icon-users-check::before {
  content: "\ea08";
}

.pb-icon-edit-levels::before {
  content: "\ea09";
}

.pb-icon-event-confirm::before {
  content: "\ea0a";
}

.pb-icon-license-key::before {
  content: "\ea0b";
}

.pb-icon-button-2::before {
  content: "\ea0c";
}

.pb-icon-window-delete::before {
  content: "\ea0d";
}

.pb-icon-video-gallery-2::before {
  content: "\ea0e";
}

.pb-icon-style::before {
  content: "\ea0f";
}
