/* TODO: add scss and compile to this file */
body {
  background: #fff !important;
}
body.login #login h1 a {
  background: url("img/2one5_logo.svg") no-repeat scroll center top transparent;
  height: 70px;
  width: 300px;
}
body.login {
  background: white;
}
body.login #login {
  padding: 10% 0 0;
}
.login form {
  margin-top: 0 !important;
  margin-left: 0;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border:none;
}
.login #nav,
.login #backtoblog {
  padding: 0 !important;
}

.login #backtoblog a:hover,
.login #nav a:hover,
.login h1 a:hover {
  color: #97caeb !important;
}

#wp-submit {
  background: #97caeb;
  border-color: #97caeb;
  box-shadow: none;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  font-weight: bold;
}
#wp-submit:hover {
  background: #fff;
  border-color: #97caeb;
  box-shadow: none;
  color: #97caeb;
  text-decoration: none;
  text-shadow: none;
}

a.privacy-policy-link {
  color: #97caeb;
  text-decoration: none;
}
a.privacy-policy-link:hover {
  color: darken(#97caeb,80%);
  text-decoration: none;
}

#news_post_metabox .iris-picker .iris-palette,
#graphic_hero_metabox .iris-picker .iris-palette,
#general_hero_metabox .iris-picker .iris-palette,
#card_metabox .iris-picker .iris-palette {
  width: 30px !important;
  height: 34px !important;
  margin-bottom: 3px;
}
#news_post_metabox .iris-picker .iris-palette:first-child,
#graphic_hero_metabox .iris-picker .iris-palette:first-child,
#general_hero_metabox .iris-picker .iris-palette:first-child,
#card_metabox .iris-picker .iris-palette:first-child {
  margin-left: 3px !important;
}
#news_post_metabox .iris-slider,
#news_post_metabox .iris-square,
#news_post_metabox .iris-colorpicker,
#graphic_hero_metabox .iris-slider,
#graphic_hero_metabox .iris-square,
#graphic_hero_metabox .cmb2-colorpicker,
#general_hero_metabox .iris-slider,
#general_hero_metabox .iris-square,
#general_hero_metabox .cmb2-colorpicker,
#card_metabox .iris-slider,
#card_metabox .iris-square,
#card_metabox .cmb2-colorpicker {
  display: none !important;
}
#news_post_metabox .iris-border .iris-palette-container,
#_gap_general_hero_hero_slides_repeat .iris-border .iris-palette-container,
#_gap_graphic_hero_hero_slides_repeat .iris-border .iris-palette-container,
#_gap_card_hero_slides_repeat .iris-border .iris-palette-container {
  left: 8px;
  top: 12px;
}

#wpwrap
{
  background: url("img/twoonefive_dashboard_bg.svg") no-repeat scroll right bottom #efefef;
  background-size: auto 75%;
}
.block-editor-page #wpwrap
{
  background-image:none;
  background-color:transparent;
}

body #posts-filter #dashboard_post_thumbs {
  width:100px !important;
}
.dashboard_post_thumbs img {
  width: 100%;
  height: auto;
}


.postbox .ui-sortable-handle {
  background:#333;
  color:#fff;
}
.postbox .ui-sortable-handle {
}
.edit-post-meta-boxes-area #poststuff h2.hndle,
.components-panel__body-title {
  background:#333;
  color:#fff;
}
.edit-post-meta-boxes-area #poststuff h2.hndle:hover {
  background:#000;
  color:#fff;
}

.components-panel__body-title button {
  color:#fff !important;
}

.components-panel__body-title button:hover {
  color:#fff !important;
  background:#000;
}

.components-panel__body > .components-panel__body-title:hover,
.edit-post-last-revision__panel > .components-icon-button:not(:disabled):not([aria-disabled="true"]):not(.is-default):hover,
.components-button:focus:enabled {

  color:#fff !important;
  background:#000;
}
