/**
 * Change as you like!
 * ---------------------------------------------------------------- */

/* WP Admin Footer */
p#footer-left a.custom-brand {
  position: relative;
  bottom: -2px;
  text-decoration: none;
  padding: .3rem;
  margin: -.3rem;
}

p#footer-left span,
p#footer-left a {
  display: inline-block;
  font-size: 14px;
}

p#footer-left .comon-heart {
  height: 15px;
  margin-bottom: -2px;
}

/* Menu */
#adminmenu,
#adminmenuwrap {
  background: transparent;
}

#adminmenuback,
#adminmenu .wp-submenu {
  background-color: #282727;
}

#adminmenuback:before {
  background: radial-gradient(circle, rgba(78, 159, 159, 1) 0%, rgba(78, 159, 159, 0) 70%);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

#adminmenu .wp-submenu {
  background-color: #334b4b;
}

#adminmenu .opensub .wp-submenu {
  background-color: #282727;
}

/* ACF Controls */
body .acf-switch,
body .acf-switch:hover,
body .acf-switch.-focus {
  background: #f9d7da;
  border-color: #f5c2c7;
  color: #831f29;
  text-shadow: #fff7fa 1px 1px 0;
}
body .acf-switch:hover,
body .acf-switch.-focus {
  border-color: #e2afb3;
}
body .acf-switch:hover .acf-switch-slider,
body .acf-switch.-focus .acf-switch-slider {
  border-color: #e2afb3;
}
body .acf-switch .acf-switch-slider {
  border-color: #f5c2c7;
}
body .acf-switch.-on {
  background: #d1e7de;
  border-color: #a4cfbb;
}
body .acf-switch.-on .acf-switch-slider {
  border-color: #a4cfbb;
}
body .acf-switch.-on:hover,
body .acf-switch.-on:hover .acf-switch-slider {
  border-color: #90bba7;
}
body .acf-switch .acf-switch-on {
  text-shadow: #d4ffeb 1px 1px 0;
  color: #0a3622;
}
body .acf-tab-wrap.-left .acf-tab-group li a {
  color: #4E4E4E;
}
body .acf-tab-wrap.-left .acf-tab-group li.active a {
  color: #4e9f9f;
}
body .acf-tab-wrap.-left .acf-tab-group li a:hover {
  color: #3E8F8F;
}
body .acf-fields > .acf-tab-wrap .acf-tab-group li a:hover {
  background: #fff;
}
