/* line 5, sass/admin.scss */
body.login div#login h1 a {
  background-image: url("images/logomark.png");
  background-repeat: no-repeat;
  height: 100px;
  width: 320px;
  background-size: contain;
}
/* line 14, sass/admin.scss */
body.login div#login form {
  padding-bottom: 26px;
}

/* line 22, sass/admin.scss */
.footer-logo {
  margin-top: 10px;
}

/* line 25, sass/admin.scss */
#wpbody-content {
  padding-bottom: 100px;
}

/* line 28, sass/admin.scss */
.metabox-holder .postbox-container .empty-container {
  border: 0px;
}

/* line 31, sass/admin.scss */
.welcome-panel {
  margin: 16px 0;
  padding: 10px 10px 0;
}
/* line 34, sass/admin.scss */
.welcome-panel .welcome-panel-close {
  display: none;
}
/* line 37, sass/admin.scss */
.welcome-panel h3 {
  margin: 0px 0px 0px;
}
/* line 41, sass/admin.scss */
.welcome-panel p:first-of-type {
  margin-top: 0.5em;
}

/* line 46, sass/admin.scss */
#option-tree-header-wrap, #option-tree-sub-header {
  display: none !important;
}

/* line 54, sass/admin.scss */
.metabox-holder .color-status {
  margin-right: 7px;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}
/* line 60, sass/admin.scss */
.metabox-holder .color-status.green {
  background-color: green;
}
/* line 63, sass/admin.scss */
.metabox-holder .color-status.red {
  background-color: red;
}
/* line 67, sass/admin.scss */
.metabox-holder .divider {
  margin: 0px 10px;
}
/* line 70, sass/admin.scss */
.metabox-holder .color-status-text {
  text-transform: uppercase;
  font-size: 12px;
}

/* line 81, sass/admin.scss */
a,
.star-rating .star,
.tablenav .next,
.tablenav .prev,
.view-switch a.current:before,
.theme-browser .theme.add-new-theme:focus span:after,
.theme-browser .theme.add-new-theme:hover span:after,
.wp-full-overlay a.collapse-sidebar:hover,
#wp-auth-check-wrap .wp-auth-check-close:hover:before {
  color: #21C1DB;
}

/* line 94, sass/admin.scss */
#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head,
#adminmenu .wp-menu-arrow,
#adminmenu .wp-menu-arrow div,
#adminmenu li.current a.menu-top,
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
.folded #adminmenu li.current.menu-top,
.folded #adminmenu li.wp-has-current-submenu,
strong .post-com-count span,
.media-item .bar,
.theme-browser .theme.add-new-theme:focus:after,
.theme-browser .theme.add-new-theme:hover:after,
.theme-overlay .theme-header .close:focus,
.theme-overlay .theme-header .close:hover,
.theme-overlay .theme-header .left:focus,
.theme-overlay .theme-header .left:hover,
.theme-overlay .theme-header .right:focus,
.theme-overlay .theme-header .right:hover,
.theme-browser .theme .theme-installed,
.wp-badge,
.nav-menus-php .submitbox .submitcancel:hover {
  background-color: #21C1DB;
}

/* line 118, sass/admin.scss */
strong .post-com-count:after,
.wp-slider .ui-slider-handle,
.wp-slider .ui-slider-handle.focus,
.wp-slider .ui-slider-handle.ui-state-hover,
.nav-menus-php .submitbox .submitcancel,
.wp-core-ui .button-primary,
.wp-core-ui .button-primary.focus,
.wp-core-ui .button-primary.hover,
.wp-core-ui .button-primary:focus,
.wp-core-ui .button-primary:hover {
  border-color: #21C1DB;
}

/* line 133, sass/admin.scss */
body.modal-open {
  overflow: visible !important;
}
