#wpadminbar::before {
  background-color: rgba(0, 0, 0, 1);
  background-image: url("http://flyasportswear.co.za/wp-content/plugins/coffeefy/styles/../images/studio-cup.png");
  background-repeat: no-repeat;
  background-position: center center;
  border: 3px solid white;
  content: "";
  height: 32px;
  position: absolute;
  right: -32px;
  width: 32px;
  z-index: 9999999;
  transition: top 0.25s ease-in-out 0s;
  top: 0;
  cursor: pointer;
}
#wpadminbar {
  left: -100% !important;
  -webkit-transition: left 0.5s ease-in-out 0s;
  -moz-transition: left 0.5s ease-in-out 0s;
  -ms-transition: left 0.5s ease-in-out 0s;
  -o-transition: left 0.5s ease-in-out 0s;
  transition: left 0.5s ease-in-out 0s;
}
#wpadminbar.slip {
  left:0 !important;
}
#wpadminbar.slip::before {
  top: -32px;
}
#wpadminbar::after {
  content: "";
  height: 300%;
  left: 0;
  position: absolute;
  width: 100%;
}