/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

/** Change Custom Post Type Admin Menu Icon **/
/*
#adminmenu {
  .menu-icon-lgx_parallax {
    .wp-menu-image {
      &:before {
        content: "\f03e"; //find this by clicking on the individual icon on Font Awesome's site.

        font-family: 'lgxicon', serif !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        font-size: 18px;
      }
    }
  }
}*/

.lgx_app_meta_header_spacer {
  background: #f0f0f1;
  padding: 1px 15px;
  margin: 15px 0 0 -15px;
  font-weight: 700;
  border-radius: 4px;
  h3 {
    margin: 16px 0;
  }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .lgx_hide_md {
    display: none;
  }

}