/* where the magic happens */
#wp-editor-toolbar {
  background-color: #f5f5f5;
  width: 100%; }

#content-blocks {
  display: block;
  width: 100%;
  border: 1px solid #dedede;
  color: #555;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07); }
  #content-blocks * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #content-blocks .content-block {
    width: 100%;
    display: block;
    position: relative;
    padding: 10px 20px; }
    #content-blocks .content-block:hover .ctrlbar, #content-blocks .content-block:hover .remove, #content-blocks .content-block:hover .img-bar {
      display: block; }
    #content-blocks .content-block .ctrlbar {
      margin: 0;
      list-style: none;
      display: none;
      position: absolute;
      top: 10px;
      left: 3px;
      z-index: 100; }
      #content-blocks .content-block .ctrlbar > li {
        margin: 0;
        color: #dedede; }
        #content-blocks .content-block .ctrlbar > li:hover {
          color: #0074a2; }
      #content-blocks .content-block .ctrlbar span {
        font-size: 15px;
        width: 15px;
        height: 15px;
        text-align: center;
        cursor: pointer; }
      #content-blocks .content-block .ctrlbar .move span {
        cursor: move; }
  #content-blocks .remove {
    display: none;
    position: absolute;
    top: 10px;
    right: 0;
    color: #dedede;
    cursor: pointer; }
    #content-blocks .remove:hover {
      color: #0074a2; }
    #content-blocks .remove span {
      font-size: 15px; }
  #content-blocks .blocks-placeholder {
    display: block;
    min-height: 50px;
    border: 2px dashed #0099d5; }
  #content-blocks > .ui-sortable-helper {
    border: 2px dashed #eee;
    background: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9; }
  #content-blocks .wp-block {
    outline: none; }
  #content-blocks .title-image {
    font-size: 30px;
    width: 30px; }

#post-placeholder {
  padding: 50px;
  text-align: center; }
  #post-placeholder h1 {
    color: #A2A2A2; }

#wp-blocks {
  position: relative;
  background: #fbfbfb;
  border: 1px solid #dedede;
  border-top: none;
  padding: 5px;
  margin-bottom: 20px; }
  #wp-blocks * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.dropdown {
  display: none;
  position: absolute;
  top: 20px;
  right: 0;
  margin: 0;
  width: 120px;
  padding: 5px 0;
  list-style: none;
  background: #222;
  border-radius: 3px; }
  .dropdown li {
    padding: 3px 5px;
    margin: 0;
    color: #A2A2A2;
    cursor: pointer; }
    .dropdown li:hover {
      background-color: #0074a2;
      color: #fff; }

#add-block {
  display: inline-block;
  padding: 10px 0;
  font-family: 'Open Sans', 'Arial', Helvetica, sans-serif;
  font-size: 18px;
  color: #A2A2A2;
  text-decoration: none; }
  #add-block:hover {
    color: #222; }
  #add-block .dashicons {
    font-size: 24px;
    width: 24px;
    margin-right: 6px; }

.input {
  width: 100%;
  font-size: 1.4rem;
  color: #A2A2A2;
  border: 1px dashed #A2A2A2;
  padding: 5px;
  outline: none; }

/* the blocks menu */
#blocksSelect {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  display: none;
  width: 100%;
  padding: 20px;
  background: #222;
  color: #eee; }
  #blocksSelect.active {
    display: block; }
  #blocksSelect .arrow-up {
    position: absolute;
    top: -10px;
    left: 10px;
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #222; }
  #blocksSelect .blocks-group > div {
    position: relative;
    float: left;
    width: 12.5%;
    padding: 3px; }
  #blocksSelect .blocks-group h3 {
    color: #eee; }
  #blocksSelect .customBlock {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    background: #2f2f2f; }
    #blocksSelect .customBlock:hover {
      color: #0074a2;
      background: #000; }
      #blocksSelect .customBlock:hover .block-image {
        color: #0074a2; }
    #blocksSelect .customBlock .block-image {
      color: #A2A2A2;
      display: block;
      width: 36px;
      height: 36px;
      margin: 0 auto 10px; }
      #blocksSelect .customBlock .block-image:before {
        font-size: 36px;
        margin: 0 auto; }

#defaults-container, #others-container, #search-container {
  overflow: hidden; }

#search-container {
  position: relative;
  padding: 3px 3px 3px 25px;
  border-radius: 25px;
  margin: 5px;
  background: #fff;
  border: 1px solid #dedede;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07); }
  #search-container .dashicons {
    position: absolute;
    top: 6px;
    left: 6px;
    color: #A2A2A2;
    font-size: 24px; }
  #search-container input[type="text"] {
    width: 95%;
    font-size: 16px;
    line-height: 23px;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

/* styles for each content block */
.wp-audio .block-title, .wp-video .block-title, .wp-image .block-title, .wp-gallery .block-title {
  font-size: 1.5em !important;
  color: #A2A2A2; }
.wp-audio a.open-modal, .wp-video a.open-modal, .wp-image a.open-modal, .wp-gallery a.open-modal {
  display: block;
  margin: 20px 0;
  text-align: center;
  text-decoration: none;
  color: #0099d5;
  outline: none; }
  .wp-audio a.open-modal .dashicons, .wp-video a.open-modal .dashicons, .wp-image a.open-modal .dashicons, .wp-gallery a.open-modal .dashicons {
    display: block;
    margin: 0 auto 10px;
    font-size: 36px;
    width: 36px;
    height: 36px; }
  .wp-audio a.open-modal span.label, .wp-video a.open-modal span.label, .wp-image a.open-modal span.label, .wp-gallery a.open-modal span.label {
    font-weight: 400;
    margin: 0; }
.wp-audio img.img-file, .wp-video img.img-file, .wp-image img.img-file, .wp-gallery img.img-file {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top; }
.wp-audio img.alignleft, .wp-video img.alignleft, .wp-image img.alignleft, .wp-gallery img.alignleft {
  float: left; }
.wp-audio img.aligncenter, .wp-video img.aligncenter, .wp-image img.aligncenter, .wp-gallery img.aligncenter {
  margin: 0 auto; }
.wp-audio img.alignright, .wp-video img.alignright, .wp-image img.alignright, .wp-gallery img.alignright {
  float: right; }
.wp-audio img.alignnone, .wp-video img.alignnone, .wp-image img.alignnone, .wp-gallery img.alignnone {
  float: none; }

/* wp-image controls and styles =====================*/
.wp-image .drag-drop-area, .wp-gallery .drag-drop-area {
  display: block;
  width: 100%;
  border: 2px dashed #eee;
  padding: 20px;
  font-size: 18px;
  text-align: center; }
  .wp-image .drag-drop-area.drag-over, .wp-gallery .drag-drop-area.drag-over {
    border-color: #0074a2; }

.wp-image .img-bar {
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 100;
  padding: 3px;
  display: none;
  background: #eee;
  border-radius: 2px; }
  .wp-image .img-bar ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .wp-image .img-bar li {
    display: block;
    float: left;
    height: 28px;
    width: 30px;
    padding: 0;
    margin: 0; }
    .wp-image .img-bar li.opt-align, .wp-image .img-bar li.opt-size, .wp-image .img-bar li.remove-img {
      padding: 2px 4px;
      margin: 2px;
      text-align: center;
      color: #A2A2A2;
      cursor: pointer; }
      .wp-image .img-bar li.opt-align:hover, .wp-image .img-bar li.opt-align.selected, .wp-image .img-bar li.opt-size:hover, .wp-image .img-bar li.opt-size.selected, .wp-image .img-bar li.remove-img:hover, .wp-image .img-bar li.remove-img.selected {
        background-color: #fff; }
    .wp-image .img-bar li.separator {
      width: 1px;
      height: 32px;
      border-left: 1px solid #afafaf; }
    .wp-image .img-bar li .icon-thumb:before, .wp-image .img-bar li .icon-medium:before, .wp-image .img-bar li .icon-full:before {
      content: '\25a0';
      width: 20px;
      height: 20px;
      text-align: center; }
    .wp-image .img-bar li .icon-thumb:before {
      font-size: 12px;
      line-height: 30px; }
    .wp-image .img-bar li .icon-medium:before {
      font-size: 20px;
      line-height: 24px; }
    .wp-image .img-bar li .icon-full:before {
      font-size: 30px;
      line-height: 14px; }
  .wp-image .img-bar .dashicons {
    width: 20px;
    height: 20px;
    margin: 0;
    font-size: 20px;
    line-height: 22px; }

.wp-image .wp-image-placeholder {
  width: 100%;
  position: relative;
  /* striped background texture */
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAANElEQVQIW2N89+7dfyEhIUYGJAASA3FRBEECMAkMSWQJkGlwnegScJ3YJMCSuCRQJLG5GABU3yNjtAVcewAAAABJRU5ErkJggg==) repeat;
  *zoom: 1; }
  .wp-image .wp-image-placeholder:before, .wp-image .wp-image-placeholder:after {
    content: "";
    display: table; }
  .wp-image .wp-image-placeholder:after {
    clear: both; }

/* Gallery ==================================== */
.wp-gallery-controls {
  padding: 10px;
  background-color: #eee;
  *zoom: 1; }
  .wp-gallery-controls:before, .wp-gallery-controls:after {
    content: "";
    display: table; }
  .wp-gallery-controls:after {
    clear: both; }
  .wp-gallery-controls p {
    margin: 0; }
  .wp-gallery-controls .wp-gallery-link-type, .wp-gallery-controls .wp-gallery-columns {
    float: left; }
  .wp-gallery-controls .wp-gallery-columns {
    margin-left: 20px; }
  .wp-gallery-controls .wp-gallery-columns input[type="number"] {
    margin: 0; }
  .wp-gallery-controls .wp-gallery-more {
    float: right; }
  .wp-gallery-controls .wp-gallery-link-type, .wp-gallery-controls .wp-gallery-more {
    margin: 5px 0; }
  .wp-gallery-controls .link-type, .wp-gallery-controls .add-more {
    text-decoration: none;
    color: #A2A2A2; }
    .wp-gallery-controls .link-type:hover, .wp-gallery-controls .link-type.selected, .wp-gallery-controls .add-more:hover, .wp-gallery-controls .add-more.selected {
      color: #0074a2; }

.wp-gallery-list {
  position: relative;
  margin: 0;
  padding: 10px;
  border: 2px dashed #eee;
  border-bottom: none;
  font-size: 1px;
  *zoom: 1; }
  .wp-gallery-list:before, .wp-gallery-list:after {
    content: "";
    display: table; }
  .wp-gallery-list:after {
    clear: both; }
  .wp-gallery-list.columns-1 .wp-gallery-img, .wp-gallery-list.columns-1 .gallery-img-placeholder {
    width: 96%;
    margin: 10px 2%; }
  .wp-gallery-list.columns-2 .wp-gallery-img, .wp-gallery-list.columns-2 .gallery-img-placeholder {
    width: 48%;
    margin: 10px 1%; }
  .wp-gallery-list.columns-3 .wp-gallery-img, .wp-gallery-list.columns-3 .gallery-img-placeholder {
    width: 32%;
    margin: 10px 0.66667%; }
  .wp-gallery-list.columns-4 .wp-gallery-img, .wp-gallery-list.columns-4 .gallery-img-placeholder {
    width: 24%;
    margin: 10px 0.5%; }
  .wp-gallery-list.columns-5 .wp-gallery-img, .wp-gallery-list.columns-5 .gallery-img-placeholder {
    width: 19.2%;
    margin: 10px 0.4%; }
  .wp-gallery-list.columns-6 .wp-gallery-img, .wp-gallery-list.columns-6 .gallery-img-placeholder {
    width: 16%;
    margin: 10px 0.33333%; }
  .wp-gallery-list.columns-7 .wp-gallery-img, .wp-gallery-list.columns-7 .gallery-img-placeholder {
    width: 13.71429%;
    margin: 10px 0.28571%; }
  .wp-gallery-list.columns-8 .wp-gallery-img, .wp-gallery-list.columns-8 .gallery-img-placeholder {
    width: 12%;
    margin: 10px 0.25%; }
  .wp-gallery-list.columns-9 .wp-gallery-img, .wp-gallery-list.columns-9 .gallery-img-placeholder {
    width: 10.66667%;
    margin: 10px 0.22222%; }

.gallery-img-placeholder, .wp-gallery-img {
  float: left;
  padding: 0 5px; }

.gallery-img-placeholder {
  display: block;
  background-color: #eee; }

.wp-gallery-img .gallery-image {
  position: relative;
  max-width: 150px;
  height: auto;
  margin: 0 auto;
  cursor: move;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #dedede;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #dedede; }
.wp-gallery-img img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top; }
.wp-gallery-img .img-remove {
  width: 20px;
  height: 20px;
  position: absolute;
  display: none;
  top: 5px;
  right: 5px;
  padding: 2px 0;
  cursor: pointer;
  background-color: #eee;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }
  .wp-gallery-img .img-remove .dashicons {
    font-size: 14px; }
.wp-gallery-img:hover .img-remove {
  display: block; }

/* Video and Audio ============================ */
.wp-video, .wp-audio {
  display: block;
  width: 100%;
  border: 2px dashed #eee;
  padding: 20px;
  font-size: 18px;
  text-align: center; }
  .wp-video .embed-wrapper, .wp-audio .embed-wrapper {
    position: relative;
    width: 100%;
    padding-right: 100px; }
    .wp-video .embed-wrapper .button, .wp-audio .embed-wrapper .button {
      position: absolute;
      top: 0;
      right: 0; }
  .wp-video input.oembed-url, .wp-audio input.oembed-url {
    width: 100%;
    font-size: 16px; }

.wp-video .videoWrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px; }
.wp-video .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* upload feedback ====================== */
.upload-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9); }
  .upload-bg .upload-bar, .upload-bg .upload-percent {
    position: absolute;
    height: 10px; }
  .upload-bg .upload-bar {
    top: 50%;
    z-index: 10;
    margin-top: -10px;
    width: 60%;
    margin: 0 20%;
    background-color: #eee; }
  .upload-bg .upload-percent {
    top: 0;
    left: 0;
    z-index: 20;
    width: 0;
    background-color: #0074a2; }
  .upload-bg .upload-label {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: 10px;
    text-align: center;
    font-size: 12px; }

/* quote =========================== */
.wp-quote {
  border: 2px dashed #eee;
  padding: 20px; }
  .wp-quote textarea {
    width: 100%;
    min-height: 100px;
    border: none;
    outline: none;
    resize: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .wp-quote .quote-who, .wp-quote .quote-where {
    border: none;
    outline: none;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .wp-quote .quote-who:focus, .wp-quote .quote-where:focus {
      -webkit-box-shadow: none;
      box-shadow: none; }

.wp-code pre {
  margin: 0;
  padding: 0; }
.wp-code code {
  display: block;
  outline: none;
  padding: 10px;
  color: #0074a2;
  background: #eee; }

/* dashicons */
.dashicons {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  font-family: 'dashicons';
  text-decoration: inherit;
  font-weight: normal;
  font-style: normal;
  vertical-align: top;
  -moz-transition: color 0.1s ease-in 0;
  -webkit-transition: color 0.1s ease-in 0;
  text-align: center; }

/* Admin Menu Icons */
.dashicons-menu:before {
  content: '\f228'; }

.dashicons-admin-dashboard:before {
  content: '\f102';
  margin-top: 6px; }

.dashicons-admin-media:before {
  content: '\f104'; }

.dashicons-admin-page:before {
  content: '\f105'; }

.dashicons-admin-comments:before {
  content: '\f101'; }

.dashicons-admin-appearance:before {
  content: '\f100'; }

.dashicons-admin-plugins:before {
  content: '\f106'; }

.dashicons-admin-users:before {
  content: '\f110'; }

.dashicons-admin-tools:before {
  content: '\f107'; }

.dashicons-admin-settings:before {
  content: '\f108'; }

.dashicons-admin-site:before {
  content: '\f112'; }

.dashicons-admin-generic:before {
  content: '\f111'; }

.dashicons-admin-collapse:before {
  content: '\f148'; }

/* Both */
.dashicons-admin-links:before, .dashicons-format-links:before {
  content: '\f103'; }

.dashicons-admin-post:before, .dashicons-format-standard:before {
  content: '\f109'; }

/* Post Format Icons */
.dashicons-format-image:before {
  content: '\f128'; }

.dashicons-format-gallery:before {
  content: '\f161'; }

.dashicons-format-audio:before {
  content: '\f127'; }

.dashicons-format-video:before {
  content: '\f126'; }

.dashicons-format-chat:before {
  content: '\f125'; }

.dashicons-format-status:before {
  content: '\f130'; }

.dashicons-format-aside:before {
  content: '\f123'; }

.dashicons-format-quote:before {
  content: '\f122'; }

/* Welcome Screen Icons */
.dashicons-welcome-write-blog:before, .dashicons-welcome-edit-page:before {
  content: '\f119'; }

.dashicons-welcome-add-page:before {
  content: '\f133'; }

.dashicons-welcome-view-site:before {
  content: '\f115'; }

.dashicons-welcome-widgets-menus:before {
  content: '\f116'; }

.dashicons-welcome-comments:before {
  content: '\f117'; }

.dashicons-welcome-learn-more:before {
  content: '\f118';
  top: -1px; }

/* Image Editing Icons */
.dashicons-imgedit-crop:before {
  content: '\f165'; }

.dashicons-imgedit-rleft:before {
  content: '\f166'; }

.dashicons-imgedit-rright:before {
  content: '\f167'; }

.dashicons-imgedit-flipv:before {
  content: '\f168'; }

.dashicons-imgedit-fliph:before {
  content: '\f169'; }

.dashicons-imgedit-undo:before {
  content: '\f171'; }

.dashicons-imgedit-redo:before {
  content: '\f172'; }

/* Post Icons */
.dashicons-align-left:before {
  content: '\f135'; }

.dashicons-align-right:before {
  content: '\f136'; }

.dashicons-align-center:before {
  content: '\f134'; }

.dashicons-align-none:before {
  content: '\f138'; }

.dashicons-lock:before {
  content: '\f160'; }

.dashicons-calendar:before {
  content: '\f145'; }

.dashicons-visibility:before {
  content: '\f177'; }

.dashicons-post-status:before {
  content: '\f173'; }

.dashicons-post-trash:before {
  content: '\f182'; }

/* TinyMCE Icons */
.dashicons-tinymce-bold:before {
  content: '\f200'; }

.dashicons-tinymce-italic:before {
  content: '\f201'; }

.dashicons-tinymce-ul:before {
  content: '\f203'; }

.dashicons-tinymce-ol:before {
  content: '\f204'; }

.dashicons-tinymce-quote:before {
  content: '\f205'; }

.dashicons-tinymce-alignleft:before {
  content: '\f206'; }

.dashicons-tinymce-aligncenter:before {
  content: '\f207'; }

.dashicons-tinymce-alignright:before {
  content: '\f208'; }

.dashicons-tinymce-insertmore:before {
  content: '\f209'; }

.dashicons-tinymce-spellcheck:before {
  content: '\f210'; }

.dashicons-tinymce-distractionfree:before {
  content: '\f211'; }

.dashicons-tinymce-kitchensink:before {
  content: '\f212'; }

.dashicons-tinymce-underline:before {
  content: '\f213'; }

.dashicons-tinymce-justify:before {
  content: '\f214'; }

.dashicons-tinymce-textcolor:before {
  content: '\f215'; }

.dashicons-tinymce-word:before {
  content: '\f216'; }

.dashicons-tinymce-plaintext:before {
  content: '\f217'; }

.dashicons-tinymce-removeformatting:before {
  content: '\f218'; }

.dashicons-tinymce-video:before {
  content: '\f219'; }

.dashicons-tinymce-customchar:before {
  content: '\f220'; }

.dashicons-tinymce-outdent:before {
  content: '\f221'; }

.dashicons-tinymce-indent:before {
  content: '\f222'; }

.dashicons-tinymce-help:before {
  content: '\f223'; }

.dashicons-tinymce-strikethrough:before {
  content: '\f224'; }

.dashicons-tinymce-unlink:before {
  content: '\f225'; }

/* Sorting */
.dashicons-arr-up:before {
  content: '\f142'; }

.dashicons-arr-down:before {
  content: '\f140'; }

.dashicons-arr-left:before {
  content: '\f141'; }

.dashicons-arr-right:before {
  content: '\f139'; }

.dashicons-sort:before {
  content: '\f156'; }

.dashicons-list-view:before {
  content: '\f163'; }

.dashicons-exerpt-view:before {
  content: '\f164'; }

/* Social Icons */
.dashicons-share:before {
  content: '\f237'; }

.dashicons-share1:before {
  content: '\f237'; }

.dashicons-share2:before {
  content: '\f240'; }

.dashicons-share3:before {
  content: '\f242'; }

.dashicons-twitter1:before {
  content: '\f301'; }

.dashicons-twitter2:before {
  content: '\f302'; }

.dashicons-rss:before {
  content: '\f303'; }

.dashicons-facebook1:before {
  content: '\f304'; }

.dashicons-facebook2:before {
  content: '\f305'; }

/* Jobs Icons */
.dashicons-jobs-developers:before {
  content: '\f308'; }

.dashicons-jobs-designers:before {
  content: '\f309'; }

.dashicons-jobs-migration:before {
  content: '\f310'; }

.dashicons-jobs-performance:before {
  content: '\f311'; }

/* Misc Icons */
.dashicons-wordpress:before {
  content: '\f120'; }

.dashicons-pressthis:before {
  content: '\f157'; }

.dashicons-update:before {
  content: '\f113'; }

.dashicons-yes:before {
  content: '\f147'; }

.dashicons-no:before {
  content: '\f158'; }

.dashicons-plus-small:before {
  content: '\f132'; }

.dashicons-xit:before {
  content: '\f153'; }

.dashicons-marker:before {
  content: '\f159'; }

.dashicons-star-filled:before {
  content: '\f155'; }

.dashicons-star-empty:before {
  content: '\f154'; }

.dashicons-screenoptions:before {
  content: '\f180'; }

.dashicons-flag:before {
  content: '\f227'; }

.dashicons-leftright:before {
  content: '\f229'; }

.dashicons-location:before {
  content: '\f230'; }

.dashicons-location-alt:before {
  content: '\f231'; }

.dashicons-camera2:before {
  content: '\f306'; }

.dashicons-images-alt1:before {
  content: '\f232'; }

.dashicons-images-alt2:before {
  content: '\f233'; }

.dashicons-video-alt1:before {
  content: '\f234'; }

.dashicons-video-alt2:before {
  content: '\f235'; }

.dashicons-video-alt3:before {
  content: '\f236'; }

.dashicons-cart:before {
  content: '\f174'; }

.dashicons-feedback:before {
  content: '\f175'; }

.dashicons-cloud:before {
  content: '\f176'; }

.dashicons-vault:before {
  content: '\f178'; }

.dashicons-search:before {
  content: '\f179'; }

.dashicons-slides:before {
  content: '\f181'; }

.dashicons-analytics:before {
  content: '\f183'; }

.dashicons-piechart:before {
  content: '\f184'; }

.dashicons-bargraph:before {
  content: '\f185'; }

.dashicons-bargraph2:before {
  content: '\f238'; }

.dashicons-bargraph3:before {
  content: '\f239'; }

.dashicons-gauge:before {
  content: '\f226'; }

.dashicons-groups:before {
  content: '\f307'; }

.dashicons-products:before {
  content: '\f312'; }

.dashicons-awards:before {
  content: '\f313'; }

.dashicons-forms:before {
  content: '\f314'; }

.dashicons-lock:before {
  content: '\f315'; }

.dashicons-arrow-down:before {
  content: '\f316'; }

.dashicons-arrow-up:before {
  content: '\f317'; }

.dashicons-directory:before {
  content: '\f318'; }
