/*
Theme Name:OLI Theme
*/

@media (min-width:783px) {
  .admin-bar.shrinkHeader .ph {
    top:32px;
  }
}
@media (min-width:601px) and (max-width:782px) {
  .admin-bar.shrinkHeader .ph {
    top:46px;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position:fixed!important;
  }
}
@media (max-width:767px) {
  .admin-bar .genericon-menu,
  .admin-bar.shrinkHeader .ph {
    top:46px;
  }
  .admin-bar.show-menu .pn {
    top:calc(50px + 46px);
  }
}
.post-edit-link {
  border-radius:3px;
  display:inline-block;
  padding:5px 7px;
  text-transform:uppercase;
  font-size:11px;
  line-height:11px;
  font-family:sans-serif;
  background-color:#ffc107;
  color:#212529;
  letter-spacing:0;
}
.post-edit-link:hover {
  background-color:#E6A800;
  color:#212529;
}