@font-face {
  font-family: 'mpc_icons';
  src: url('icons/font/mpc_icons.eot?89834145');
  src: url('icons/font/mpc_icons.eot?89834145#iefix') format('embedded-opentype'), url('icons/font/mpc_icons.woff2?89834145') format('woff2'), url('icons/font/mpc_icons.woff?89834145') format('woff'), url('icons/font/mpc_icons.ttf?89834145') format('truetype'), url('icons/font/mpc_icons.svg?89834145#mpc_icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'mpc_icons';
    src: url('../font/mpc_icons.svg?89834145#mpc_icons') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "mpc_icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-cancel:before {
  content: '\e800';
}
/* '' */
.icon-thick-arrow:before {
  content: '\e802';
}
/* '' */
.icon-file:before {
  content: '\e803';
}
/* '' */
.icon-attention:before {
  content: '\e804';
}
/* '' */
.icon-phone:before {
  content: '\e805';
}
/* '' */
.icon-location:before {
  content: '\e806';
}
/* '' */
.icon-mail:before {
  content: '\e807';
}
/* '' */
.icon-clock:before {
  content: '\e808';
}
/* '' */
.icon-pencil:before {
  content: '\e809';
}
/* '' */
.icon-calendar:before {
  content: '\e80a';
}
/* '' */
.icon-retweet:before {
  content: '\e80b';
}
/* '' */
.icon-folder:before {
  content: '\e80c';
}
/* '' */
.icon-tags:before {
  content: '\e80d';
}
/* '' */
.icon-comment:before {
  content: '\e80e';
}
/* '' */
.icon-ok:before {
  content: '\e80f';
}
/* '' */
.icon-twitter:before {
  content: '\f099';
}
/* '' */
.icon-facebook:before {
  content: '\f09a';
}
/* '' */
.icon-menu:before {
  content: '\f0c9';
}
/* '' */
.icon-linkedin:before {
  content: '\f0e1';
}
/* '' */
.icon-thin-arrow:before {
  content: '\f107';
}
/* '' */
.icon-youtube:before {
  content: '\f16a';
}
/* '' */
.icon-instagram:before {
  content: '\f16d';
}
/* '' */
.icon-file-pdf:before {
  content: '\f1c1';
}
/* '' */
.icon-file-word:before {
  content: '\f1c2';
}
/* '' */
.icon-yelp:before {
  content: '\f1e9';
}
/* '' */
.icon-pinterest:before {
  content: '\f231';
}
/* '' */
.icon-vimeo:before {
  content: '\f27d';
}
/* '' */
.icon-flickr:before {
  content: '\f303';
}
/* '' */
/* Make it work in widgets */
.sow-icon-mpc_icons {
  font-family: 'mpc_icons' !important;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sow-icon-mpc_icons[data-sow-icon]:before {
  font-family: 'mpc_icons' !important;
  content: attr(data-sow-icon);
}
/* arrow rotations */
[class^="icon-"].left:before,
[class*=" icon-"].left:before {
  transform: rotate(90deg);
}
[class^="icon-"].right:before,
[class*=" icon-"].right:before {
  transform: rotate(270deg);
}
[class^="icon-"].up:before,
[class*=" icon-"].up:before {
  transform: rotate(180deg);
}
.wp-core-ui i.icon_button {
  margin: 0.25rem;
  font-size: 1.25rem;
  height: auto;
  padding: 0.5rem;
}
.wp-core-ui i.icon_button.selected {
  border: 1px solid #0085ba;
  color: #0085ba;
}
.mce-i-mpc_insert_icon:before {
  content: '';
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 20px/1 'dashicons';
  vertical-align: top;
}
