/*
Theme Name: OA Continental Theme
*/
@media (min-width: 601px) and (max-width: 782px) {
  .admin-bar .ph {
    top: 46px;
  }
  .admin-bar .ph .pn{
    top:calc(70px + 46px);
  }
}
@media (min-width: 783px) {
  .admin-bar .ph {
    top: 32px;
  }
  .admin-bar .ph .pn{
    top:calc(70px + 32px);
  }
}
.new-post-link,
.post-edit-link {
  border-radius:3px;
  display:inline-block;
  padding:5px 7px;
  text-transform:uppercase;
  font:11px/11px sans-serif;
  letter-spacing:0;
}
.post-edit-link{
  float:right;
  background-color:#ffc107;
  color:#212529;
}
.post-edit-link:hover {
  background-color:#E6A800;
  color:#212529;
}
.new-post-link{
  background-color:green;
  color:white;
}
.new-post-link:hover{
  background-color:darkgreen;
  color:white;
}
.ph .container-fluid,
.pf .container-fluid{
  position:relative;
}
.ph .post-edit-link,
.pf .post-edit-link{
  position:absolute;
  top:0;
  right:0;
}
.pf .post-edit-link:hover{
  color:#212529;
  opacity:1;
}